/*
* Demo Fonts
*/
h1, h2, h3, h4, h5, h6, p, span, li, a, strong, input, textarea {
	font-family: Roboto;
}

@media (min-width: 1240px) {
	.container {
		max-width: 1240px !important;
	}
}
/* 
* Custom Animations
*/
@-webkit-keyframes expandInWithBlur {
	from {
		opacity: 0;
		-webkit-filter: blur(10px);
						filter: blur(10px);
		transform: scale(0.8);
	}
	to {
		opacity: 1;
		-webkit-filter: blur(0px);
						filter: blur(0px);
		transform: scale(1);
	}
}
@keyframes expandInWithBlur {
	from {
		opacity: 0;
		-webkit-filter: blur(10px);
						filter: blur(10px);
		transform: scale(0.8);
	}
	to {
		opacity: 1;
		-webkit-filter: blur(0px);
						filter: blur(0px);
		transform: scale(1);
	}
}
.expandInWithBlur {
	-webkit-animation-name: expandInWithBlur;
					animation-name: expandInWithBlur;
}

/*
* Custom Text Colors
*/
.custom-text-color-grey-1 {
	color: #777 !important;
}

.custom-text-color-grey-2 {
	color: #c0c1cc !important;
}

.custom-text-color-light-1 {
	color: #e0e0e0 !important;
}

/*
* Custom Background Colors
*/
.custom-bg-color-light-1 {
	background-color: #eff1f3 !important;
}

.custom-bg-color-light-2 {
	background-color: #eff1f3 !important;
}

.custom-bg-color-grey-1 {
	background-color: #b9b9b9 !important;
}

.custom-bg-color-grey-2 {
	background-color: #e4e4e4 !important;
}

.sub-header {
	background-color: #170BA1 !important;
	color: #FFFFFF !important;
	font-size: 25px;
	/* font-family: Roboto	; */
	font-weight: 300;
	font-style: italic;
}

/*
* General Custom Styles
*/
.custom-box-shadow-1 {
	box-shadow: 0px 0px 32px -7px rgba(0, 0, 0, 0.1);
}

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

/*
* Custom Spacement Styles
*/
@media (min-width: 768px) {
	.custom-negative-margin-1 {
		margin-top: -390px;
	}
}
/*
* Custom Sizes
*/
.custom-font-size-1 {
	font-size: 1.3em !important;
}

.custom-height-1 {
	height: calc(100% + 7px) !important;
}

/*
* Curved Sections Top and Bottom
*/
.custom-section-curved-top-1 {
	position: absolute;
	top: -590px;
	left: 0;
}

.custom-section-curved-top-2 {
	position: absolute;
	top: -255px;
	left: 0;
}

.custom-section-curved-top-3 {
	position: absolute;
	top: -210px;
	left: 0;
}

.custom-section-curved-top-4 {
	position: absolute;
	top: -260px;
	left: 0;
	transform: rotateY(180deg);
}

.custom-section-curved-top-5 {
	position: absolute;
	top: -236px;
	left: -60px;
	width: 115%;
}

.custom-section-curved-top-6 {
	position: absolute;
	top: -560px;
	left: 0;
	transform: rotateY(180deg);
}

.custom-section-curved-top-7 {
	position: absolute;
	top: -269px;
	left: 0;
}

.custom-page-header-curved-top-1 {
	position: absolute;
	top: -575px;
	left: 0;
}

/*
* Header
*/
#header.header-transparent .header-body:not(.header-border-bottom) {
	border-bottom: 1px solid #e1e3e5 !important;
}
#header .header-nav-features .header-nav-features-dropdown.show {
	border-radius: 7px;
	right: 0px;
	top : 10px;
}

@media (min-width: 992px) {
	#header .header-top {
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	}
	#header .header-nav.header-nav-links nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-links nav > ul > li.dropdown:hover > .dropdown-menu {
		border-top: 0;
		/* border-radius: 7px !important; */
		padding: 5px;
	}
	#header .header-nav-main nav > ul > li {
		margin-left: 22px;
	}
	#header .header-nav-main nav > ul > li > a {
		font-size: 14px;
		font-weight: 600;
		text-transform: capitalize;
	}
	#header .header-nav-main nav > ul > li:first-child {
		margin-left: 0;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		padding: 6px 10px 6px 10px;
	}
}
@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li.dropdown a {
		color: #707070;
	}
	#header .header-nav-main nav > ul > li.dropdown a.active {
		color: #fff;
	}
	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
		color: #444 !important;
	}
	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
		background: transparent !important;
	}
}
html.sticky-header-active #header.header-transparent .header-body:not(.header-border-bottom) {
	border-bottom-color: rgba(234, 234, 234, 0.5) !important;
}

/*
* Feature Box Icon
*/
.feature-box .feature-box-icon.custom-feature-box-icon-size-1 {
	width: 3em;
	height: 3em;
	font-size: 20.8px;
	font-size: 1.3rem;
}

/*
* Form
*/
.custom-form-style-1 .form-control {
	padding: 10px 20px;
}
.custom-form-style-1 .form-control:not(textarea) {
	height: 55px;
}
.custom-form-style-1 .form-control::-webkit-input-placeholder {
	color: #777;
}
.custom-form-style-1 .form-control::-moz-placeholder {
	color: #777;
}
.custom-form-style-1 .form-control:-ms-input-placeholder {
	color: #777;
}
.custom-form-style-1 .form-control:-moz-placeholder {
	color: #777;
}

/*
* Progress Bars
*/
.custom-progress-bars-style-1 .progress {
	position: relative;
	height: 7px;
	background: #CCC;
}
.custom-progress-bars-style-1 .progress-bar-tooltip {
	background-color: transparent;
	color: #777;
	font-size: 14px;
	top: -30px;
	right: 0;
	opacity: 1;
}
.custom-progress-bars-style-1 .progress-bar-tooltip:after {
	border-color: transparent;
}

/*
* Custom Circles & Counters
*/
.custom-circles-group-1 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.custom-circles-group-1 .circle-1 {
	width: 250px;
	height: 250px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 96px;
	margin-bottom: 6rem;
}
.custom-circles-group-1 .circle-2,
.custom-circles-group-1 .circle-3 {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	left: 50%;
	border-radius: 100%;
	transform: translate3d(-50%, -50%, 0);
}
.custom-circles-group-1 .circle-2 {
	top: 56%;
	left: 76%;
	width: 190px;
	height: 190px;
}
.custom-circles-group-1 .circle-3 {
	top: 75%;
	left: 53%;
	width: 170px;
	height: 170px;
}

@media (max-width: 767px) {
	.custom-circles-group-1 .circle-2 {
		left: 84%;
	}
	.custom-circles-group-1 .circle-3 {
		left: 40%;
	}
}
.custom-circle {
	position: absolute;
	border-radius: 100%;
}
.custom-circle.custom-circle-big {
	width: 52px;
	height: 52px;
}
.custom-circle.custom-circle-medium {
	width: 23px;
	height: 23px;
}
.custom-circle.custom-circle-small {
	width: 15px;
	height: 15px;
}
.custom-circle.custom-circle-extra-small {
	width: 10px;
	height: 10px;
}
.custom-circle.custom-circle-pos-1 {
	top: 25%;
	left: -13%;
}
.custom-circle.custom-circle-pos-1.custom-circle-pos-1-1 {
	top: 45%;
}
.custom-circle.custom-circle-pos-2 {
	top: 43%;
	left: -4%;
}
.custom-circle.custom-circle-pos-2.custom-circle-pos-2-2 {
	top: 77%;
	left: -1%;
}
.custom-circle.custom-circle-pos-3 {
	top: 9%;
	left: 17%;
}
.custom-circle.custom-circle-pos-3.custom-circle-pos-3-3 {
	top: 35%;
}
.custom-circle.custom-circle-pos-4 {
	top: 53%;
	left: 20%;
}
.custom-circle.custom-circle-pos-4.custom-circle-pos-4-4 {
	left: 107%;
}
.custom-circle.custom-circle-pos-5 {
	top: 61%;
	left: 39%;
}
.custom-circle.custom-circle-pos-5.custom-circle-pos-5-5 {
	top: 21%;
	left: 96%;
}
.custom-circle.custom-circle-pos-6 {
	top: 41%;
	left: 46%;
}
.custom-circle.custom-circle-pos-6.custom-circle-pos-6-6 {
	top: 28%;
	left: 119%;
}
.custom-circle.custom-circle-pos-7 {
	top: 30%;
	left: 104%;
}
.custom-circle.custom-circle-pos-8 {
	top: 7%;
	left: 114%;
}
.custom-circle.custom-circle-pos-9 {
	top: 76%;
	left: 27%;
}
.custom-circle.custom-circle-pos-10 {
	top: 10%;
	left: 114%;
}
.custom-circle.custom-circle-pos-11 {
	top: 6%;
	left: 117%;
}
.custom-circle.custom-circle-pos-12 {
	top: 9%;
	left: 119.3%;
}
.custom-circle.custom-circle-pos-13 {
	top: 6%;
	left: 120%;
}
.custom-circle.custom-circle-pos-14 {
	left: 60%;
	top: -15%;
}
.custom-circle.custom-circle-pos-15 {
	top: -11%;
	left: 60.7%;
}
.custom-circle.custom-circle-pos-16 {
	top: -13.9%;
	left: 62%;
}
.custom-circle.custom-circle-pos-17 {
	top: 6%;
	left: 105%;
}
.custom-circle.custom-circle-pos-18 {
	top: 8%;
	left: 106.9%;
}
.custom-circle.custom-circle-pos-19 {
	top: 9.5%;
	left: 108.4%;
}
.custom-circle.custom-circle-pos-20 {
	bottom: 5.5%;
	left: -7%;
}
.custom-circle.custom-circle-pos-21 {
	bottom: 4.5%;
	left: -8.6%;
}
.custom-circle.custom-circle-pos-22 {
	bottom: 2.7%;
	left: -6.8%;
}
.custom-circle.custom-circle-pos-23 {
	bottom: 2.5%;
	left: -8.5%;
}
.custom-circle.custom-circle-pos-24 {
	top: 38%;
	left: -14.5%;
}
.custom-circle.custom-circle-pos-25 {
	top: 12.5%;
	left: -8.5%;
}
.custom-circle.custom-circle-pos-26 {
	top: 25.5%;
	left: 0.5%;
}
.custom-circle.custom-circle-pos-27 {
	top: 46%;
	left: 44.5%;
}
.custom-circle.custom-circle-pos-28 {
	top: 26%;
	left: 107%;
}
.custom-circle.custom-circle-pos-29 {
	top: 6.5%;
	left: 110%;
}
.custom-circle.custom-circle-pos-30 {
	top: 36.5%;
	left: 119.5%;
}
.custom-circle.custom-circle-pos-31 {
	top: 66.5%;
	left: 23.7%;
}
.custom-circle.custom-circle-pos-32 {
	top: 79%;
	left: 20%;
}
.custom-circle.custom-circle-pos-33 {
	top: 82%;
	left: 24.2%;
}
.custom-circle.custom-circle-pos-34 {
	top: 86%;
	left: 20.2%;
}
.custom-circle.custom-circle-pos-35 {
	top: 84%;
	left: 69.5%;
}
.custom-circle.custom-circle-pos-36 {
	top: 89.3%;
	left: 74.3%;
}
.custom-circle.custom-circle-pos-37 {
	top: 13.1%;
	left: 69.5%;
}
.custom-circle.custom-circle-pos-38 {
	top: 11.5%;
	left: 80.7%;
}
.custom-circle.custom-circle-pos-39 {
	top: 5.4%;
	left: 75.7%;
}
.custom-circle.custom-circle-pos-40 {
	top: 5.4%;
	left: 82.7%;
}
.custom-circle.custom-circle-pos-41 {
	top: 86%;
	left: 103%;
}
.custom-circle.custom-circle-pos-42 {
	top: 88.8%;
	left: 104.6%;
}
.custom-circle.custom-circle-pos-43 {
	top: 91%;
	left: 105.8%;
}
.custom-circle.custom-circle-pos-44 {
	left: 103%;
	top: 10%;
}
.custom-circle.custom-circle-pos-45 {
	left: 104.7%;
	top: 14.1%;
}
.custom-circle.custom-circle-pos-46 {
	left: 106.2%;
	top: 10.4%;
}
.custom-circle.custom-circle-pos-47 {
	top: 86%;
	left: -3%;
}
.custom-circle.custom-circle-pos-48 {
	top: 95%;
	left: -2.5%;
}
.custom-circle.custom-circle-pos-49 {
	top: 93%;
	left: -4.5%;
}
.custom-circle.custom-circle-pos-50 {
	top: 97%;
	left: -4.3%;
}

.custom-dots-rect-1 {
	width: 103px;
	height: 138px;
	position: absolute;
	bottom: 50px;
	left: -104px;
	z-index: 0;
}

.custom-dots-rect-2 {
	width: 79px;
	height: 75px;
	position: absolute;
	bottom: -43px;
	right: -39px;
	z-index: 0;
}

.custom-dots-rect-3 {
	width: 99px;
	height: 119px;
	position: absolute;
	top: -77px;
	left: -71px;
	z-index: 0;
}

.custom-dots-rect-4 {
	position: absolute;
	top: -50px;
	right: -388px;
	width: 144px;
	height: 100px;
	transform: rotateX(180deg);
}

.custom-dots-rect-5 {
	position: absolute;
	bottom: -80px;
	left: -38px;
	width: 144px;
	height: 100px;
	transform: rotateX(180deg);
}

/*
* Testimonials
*/
.testimonial.testimonial-style-3.custom-testimonial-style-1 {
	padding: 20px 20px;
}
.testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote {
	padding: 39px 20px 27px 41px;
	background: #FFF !important;
	box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.1);
}
.testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote:before {
	top: 10px;
	left: 12px;
	font-size: 78px;
	font-family: Poppins;
}
.testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote p {
	font-family: "Poppins", sans-serif;
}
.testimonial.testimonial-style-3.custom-testimonial-style-1 .testimonial-author {
	margin: 20px 0 0 0;
}
.testimonial.testimonial-style-3.custom-testimonial-style-1 .testimonial-author img {
	max-width: 70px;
}

/*
* Carousel
*/
.custom-carousel-style-1 {
	margin-top: -20px;
}

.custom-carousel-dots-style-1 .owl-dots {
	display: flex;
	justify-content: flex-start;
	padding-left: 20.8px;
	padding-left: 1.3rem;
	margin-top: -7px !important;
}
.custom-carousel-dots-style-1 .owl-dots .owl-dot {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10px;
	height: 10px;
	box-shadow: 0px 0px 0px 2px #CCC;
	border-radius: 100%;
	border: 2px solid #FFF;
	background: transparent;
	margin-right: 8px;
	margin-right: 0.5rem;
}
.custom-carousel-dots-style-1 .owl-dots .owl-dot > span {
	background: transparent !important;
}
.custom-carousel-dots-style-1 .owl-dots .owl-dot:last-child {
	margin-right: 0;
}
.custom-carousel-dots-style-1 .owl-dots .owl-dot.active {
	background: #CCC;
}

/*
* Pricing Table
*/
.pricing-table.custom-pricing-table-style-1 .plan {
	border-radius: 10px;
}
.pricing-table.custom-pricing-table-style-1 .plan .plan-header {
	border-radius: 10px;
}
.pricing-table.custom-pricing-table-style-1 .plan .plan-features {
	border: 0;
}
.pricing-table.custom-pricing-table-style-1 .plan .plan-features ul li {
	font-size: 1em;
}
.pricing-table.custom-pricing-table-style-1 .plan .plan-footer {
	border: 0;
}
.pricing-table.custom-pricing-table-style-1 .plan.plan-featured {
	overflow: hidden;
	transform: scale(1);
}
.pricing-table.custom-pricing-table-style-1 .plan.plan-featured .plan-features ul li {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.pricing-table.custom-pricing-table-style-1 .plan.plan-featured .plan-popular-tag {
	position: absolute;
	line-height: 2.3;
	top: 20px;
	right: -55px;
	background: #CCC;
	width: 55%;
	transform: rotate(36deg);
}

/*
* Blog Post
*/
.custom-post-style-1 .custom-post-meta > a {
	border-right: 1px solid #a5a7b5;
	padding-right: 8px;
	margin-right: 8px;
	line-height: 1;
}
.custom-post-style-1 .custom-post-meta > a:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

/*
* Pagination
*/
.custom-pagination-style-1 .page-item .page-link {
	border: 2px solid #999999;
	box-sizing: content-box;
	color: #999999;
	background: transparent;
}
.custom-pagination-style-1 .page-item.active .page-link, .custom-pagination-style-1 .page-item:hover .page-link {
	color: #FFF;
}

/*
* Social Icons
*/
.custom-social-icons-style-1 li a {
	width: 38px;
	height: 38px;
	line-height: 38px;
}
.custom-social-icons-style-1 li:hover a {
	color: #333 !important;
}

a {
	color: #e23c8e;
}

a:hover {
	color: #e5529b;
}

a:focus {
	color: #e5529b;
}

a:active {
	color: #df2681;
}

html .text-color-primary,
html .text-primary {
	color: #e23c8e !important;
}

html .text-color-hover-primary:hover,
html .text-hover-primary:hover {
	color: #e23c8e !important;
}

html .text-color-secondary,
html .text-secondary {
	color: #a33188 !important;
}

html .text-color-hover-secondary:hover,
html .text-hover-secondary:hover {
	color: #a33188 !important;
}

html .text-color-tertiary,
html .text-tertiary {
	color: #4046b3 !important;
}

html .text-color-hover-tertiary:hover,
html .text-hover-tertiary:hover {
	color: #4046b3 !important;
}

html .text-color-quaternary,
html .text-quaternary {
	color: #171940 !important;
}

html .text-color-hover-quaternary:hover,
html .text-hover-quaternary:hover {
	color: #171940 !important;
}

html .text-color-dark,
html .text-dark {
	color: #212529 !important;
}

html .text-color-hover-dark:hover,
html .text-hover-dark:hover {
	color: #212529 !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 svg path,
html .svg-fill-color-primary svg rect {
	fill: #e23c8e !important;
}

html .svg-stroke-color-primary svg path,
html .svg-stroke-color-primary svg rect {
	stroke: #e23c8e !important;
}

html .svg-fill-color-secondary svg path,
html .svg-fill-color-secondary svg rect {
	fill: #a33188 !important;
}

html .svg-stroke-color-secondary svg path,
html .svg-stroke-color-secondary svg rect {
	stroke: #a33188 !important;
}

html .svg-fill-color-tertiary svg path,
html .svg-fill-color-tertiary svg rect {
	fill: #4046b3 !important;
}

html .svg-stroke-color-tertiary svg path,
html .svg-stroke-color-tertiary svg rect {
	stroke: #4046b3 !important;
}

html .svg-fill-color-quaternary svg path,
html .svg-fill-color-quaternary svg rect {
	fill: #171940 !important;
}

html .svg-stroke-color-quaternary svg path,
html .svg-stroke-color-quaternary svg rect {
	stroke: #171940 !important;
}

html .svg-fill-color-dark svg path,
html .svg-fill-color-dark svg rect {
	fill: #212529 !important;
}

html .svg-stroke-color-dark svg path,
html .svg-stroke-color-dark svg rect {
	stroke: #212529 !important;
}

html .svg-fill-color-light svg path,
html .svg-fill-color-light svg rect {
	fill: #FFF !important;
}

html .svg-stroke-color-light svg path,
html .svg-stroke-color-light svg rect {
	stroke: #FFF !important;
}

.gradient-text-color {
	color: #e23c8e;
	background: linear-gradient(to bottom right, #e23c8e, #a33188);
	background-image: linear-gradient(to right, #e23c8e, #a33188);
}

html .bg-color-primary,
html .bg-primary {
	background-color: #e23c8e !important;
}

html .bg-color-hover-primary:hover,
html .bg-hover-primary:hover {
	background-color: #e23c8e !important;
}

html .bg-color-after-primary:after {
	background-color: #e23c8e !important;
}

html .bg-color-hover-after-primary:after:hover {
	background-color: #e23c8e !important;
}

html .bg-color-before-primary:before {
	background-color: #e23c8e !important;
}

html .bg-color-hover-before-primary:before:hover {
	background-color: #e23c8e !important;
}

html .bg-color-secondary,
html .bg-secondary {
	background-color: #a33188 !important;
}

html .bg-color-hover-secondary:hover,
html .bg-hover-secondary:hover {
	background-color: #a33188 !important;
}

html .bg-color-after-secondary:after {
	background-color: #a33188 !important;
}

html .bg-color-hover-after-secondary:after:hover {
	background-color: #a33188 !important;
}

html .bg-color-before-secondary:before {
	background-color: #a33188 !important;
}

html .bg-color-hover-before-secondary:before:hover {
	background-color: #a33188 !important;
}

html .bg-color-tertiary,
html .bg-tertiary {
	background-color: #4046b3 !important;
}

html .bg-color-hover-tertiary:hover,
html .bg-hover-tertiary:hover {
	background-color: #4046b3 !important;
}

html .bg-color-after-tertiary:after {
	background-color: #4046b3 !important;
}

html .bg-color-hover-after-tertiary:after:hover {
	background-color: #4046b3 !important;
}

html .bg-color-before-tertiary:before {
	background-color: #4046b3 !important;
}

html .bg-color-hover-before-tertiary:before:hover {
	background-color: #4046b3 !important;
}

html .bg-color-quaternary,
html .bg-quaternary {
	background-color: #171940 !important;
}

html .bg-color-hover-quaternary:hover,
html .bg-hover-quaternary:hover {
	background-color: #171940 !important;
}

html .bg-color-after-quaternary:after {
	background-color: #171940 !important;
}

html .bg-color-hover-after-quaternary:after:hover {
	background-color: #171940 !important;
}

html .bg-color-before-quaternary:before {
	background-color: #171940 !important;
}

html .bg-color-hover-before-quaternary:before:hover {
	background-color: #171940 !important;
}

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

html .bg-color-hover-dark:hover,
html .bg-hover-dark:hover {
	background-color: #212529 !important;
}

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

html .bg-color-hover-after-dark:after:hover {
	background-color: #212529 !important;
}

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

html .bg-color-hover-before-dark:before:hover {
	background-color: #212529 !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: linear-gradient(135deg, #e23c8e 0%, #a33188 80%);
}
/* Color Transition */
@-webkit-keyframes colorTransition {
	0% {
		background-color: #e23c8e;
	}

	33% {
		background-color: #a33188;
	}

	66% {
		background-color: #4046b3;
	}

	100% {
		background-color: #171940;
	}
}

@keyframes colorTransition {
	0% {
		background-color: #e23c8e;
	}

	33% {
		background-color: #a33188;
	}

	66% {
		background-color: #4046b3;
	}

	100% {
		background-color: #171940;
	}
}

html .border-color-primary {
	border-color: #e23c8e !important;
}

html .border-color-hover-primary:hover {
	border-color: #e23c8e !important;
}

html .border-color-secondary {
	border-color: #a33188 !important;
}

html .border-color-hover-secondary:hover {
	border-color: #a33188 !important;
}

html .border-color-tertiary {
	border-color: #4046b3 !important;
}

html .border-color-hover-tertiary:hover {
	border-color: #4046b3 !important;
}

html .border-color-quaternary {
	border-color: #171940 !important;
}

html .border-color-hover-quaternary:hover {
	border-color: #171940 !important;
}

html .border-color-dark {
	border-color: #212529 !important;
}

html .border-color-hover-dark:hover {
	border-color: #212529 !important;
}

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

html .border-color-hover-light:hover {
	border-color: #FFF !important;
}

.alternative-font {
	color: #e23c8e;
}

html .box-shadow-1-primary:before {
	box-shadow: 0 30px 90px #e23c8e !important;
}

html .box-shadow-1-secondary:before {
	box-shadow: 0 30px 90px #a33188 !important;
}

html .box-shadow-1-tertiary:before {
	box-shadow: 0 30px 90px #4046b3 !important;
}

html .box-shadow-1-quaternary:before {
	box-shadow: 0 30px 90px #171940 !important;
}

html .box-shadow-1-dark:before {
	box-shadow: 0 30px 90px #212529 !important;
}

html .box-shadow-1-light:before {
	box-shadow: 0 30px 90px #FFF !important;
}

html .blockquote-primary {
	border-color: #e23c8e !important;
}

html .blockquote-secondary {
	border-color: #a33188 !important;
}

html .blockquote-tertiary {
	border-color: #4046b3 !important;
}

html .blockquote-quaternary {
	border-color: #171940 !important;
}

html .blockquote-dark {
	border-color: #212529 !important;
}

html .blockquote-light {
	border-color: #FFF !important;
}

p.drop-caps:first-letter {
	color: #e23c8e;
}

p.drop-caps.drop-caps-style-2:first-letter {
	background-color: #e23c8e;
}

html .nav-color-primary nav > ul > li > a {
	color: #e23c8e !important;
}

html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
	background-color: #e23c8e !important;
}

html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
	border-top-color: #e23c8e !important;
}

html .nav-color-secondary nav > ul > li > a {
	color: #a33188 !important;
}

html .nav-color-secondary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
	background-color: #a33188 !important;
}

html .nav-color-secondary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
	border-top-color: #a33188 !important;
}

html .nav-color-tertiary nav > ul > li > a {
	color: #4046b3 !important;
}

html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
	background-color: #4046b3 !important;
}

html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
	border-top-color: #4046b3 !important;
}

html .nav-color-quaternary nav > ul > li > a {
	color: #171940 !important;
}

html .nav-color-quaternary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
	background-color: #171940 !important;
}

html .nav-color-quaternary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
	border-top-color: #171940 !important;
}

html .nav-color-dark nav > ul > li > a {
	color: #212529 !important;
}

html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
	background-color: #212529 !important;
}

html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
	border-top-color: #212529 !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 {
	background-color: #e23c8e;
}

.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: #e23c8e;
}

.nav-active-style-1 > li > a:hover,
.nav-active-style-1 > li > a:focus,
.nav-active-style-1 > li > a.active {
	border-bottom-color: #e23c8e;
}

html .nav-pills-primary a {
	color: #e23c8e;
}

html .nav-pills-primary a:hover {
	color: #e5529b;
}

html .nav-pills-primary a:focus {
	color: #e5529b;
}

html .nav-pills-primary a:active {
	color: #df2681;
}

html .nav-pills-primary .nav-link.active,
html .nav-pills-primary > li.active > a {
	background-color: #e23c8e;
}

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: #e23c8e;
}

html .nav-pills-secondary a {
	color: #a33188;
}

html .nav-pills-secondary a:hover {
	color: #b73798;
}

html .nav-pills-secondary a:focus {
	color: #b73798;
}

html .nav-pills-secondary a:active {
	color: #8f2b78;
}

html .nav-pills-secondary .nav-link.active,
html .nav-pills-secondary > li.active > a {
	background-color: #a33188;
}

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: #a33188;
}

html .nav-pills-tertiary a {
	color: #4046b3;
}

html .nav-pills-tertiary a:hover {
	color: #4d53bf;
}

html .nav-pills-tertiary a:focus {
	color: #4d53bf;
}

html .nav-pills-tertiary a:active {
	color: #393fa0;
}

html .nav-pills-tertiary .nav-link.active,
html .nav-pills-tertiary > li.active > a {
	background-color: #4046b3;
}

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: #4046b3;
}

html .nav-pills-quaternary a {
	color: #171940;
}

html .nav-pills-quaternary a:hover {
	color: #1e2053;
}

html .nav-pills-quaternary a:focus {
	color: #1e2053;
}

html .nav-pills-quaternary a:active {
	color: #10122d;
}

html .nav-pills-quaternary .nav-link.active,
html .nav-pills-quaternary > li.active > a {
	background-color: #171940;
}

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: #171940;
}

html .nav-pills-dark a {
	color: #212529;
}

html .nav-pills-dark a:hover {
	color: #2c3237;
}

html .nav-pills-dark a:focus {
	color: #2c3237;
}

html .nav-pills-dark a:active {
	color: #16181b;
}

html .nav-pills-dark .nav-link.active,
html .nav-pills-dark > li.active > a {
	background-color: #212529;
}

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: #212529;
}

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

.section-scroll-dots-navigation.scroll-dots-navigation-colored > ul > li > a:before {
	background: #e23c8e;
}

.sort-source-wrapper .nav > li.active > a {
	color: #e23c8e;
}

.sort-source-wrapper .nav > li.active > a:hover,
.sort-source-wrapper .nav > li.active > a:focus {
	color: #e23c8e;
}

.sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #e23c8e;
}

.sort-source.sort-source-style-3 > li.active > a {
	border-bottom-color: #e23c8e !important;
	color: #e23c8e !important;
}

html .badge-primary {
	background-color: #e23c8e;
}

html .badge-secondary {
	background-color: #a33188;
}

html .badge-tertiary {
	background-color: #4046b3;
}

html .badge-quaternary {
	background-color: #171940;
}

html .badge-dark {
	background-color: #212529;
}

html .badge-light {
	background-color: #FFF;
}

html .overlay-color-primary:not(.no-skin):before {
	background-color: #e23c8e !important;
}

html .overlay-color-secondary:not(.no-skin):before {
	background-color: #a33188 !important;
}

html .overlay-color-tertiary:not(.no-skin):before {
	background-color: #4046b3 !important;
}

html .overlay-color-quaternary:not(.no-skin):before {
	background-color: #171940 !important;
}

html .overlay-color-dark:not(.no-skin):before {
	background-color: #212529 !important;
}

html .overlay-color-light:not(.no-skin):before {
	background-color: #FFF !important;
}

.btn-link {
	color: #e23c8e;
}

.btn-link:hover {
	color: #e5529b;
}

.btn-link:active {
	color: #df2681;
}

html .btn-primary {
	background-color: #e23c8e;
	border-color: #e23c8e #e23c8e #cd1e74;
	color: #FFF;
}

html .btn-primary:hover,
html .btn-primary.hover {
	background-color: #e75da1;
	border-color: #e968a8 #e968a8 #e23c8e;
	color: #FFF;
}

html .btn-primary:focus,
html .btn-primary.focus {
	box-shadow: 0 0 0 3px rgba(226, 60, 142, 0.5);
}

html .btn-primary.disabled,
html .btn-primary:disabled {
	background-color: #e23c8e;
	border-color: #e23c8e #e23c8e #cd1e74;
}

html .btn-primary:active,
html .btn-primary.active {
	background-color: #d8207b !important;
	background-image: none !important;
	border-color: #cd1e74 #cd1e74 #a0185b !important;
}

html .btn-primary-scale-2 {
	background-color: #cd1e74;
	border-color: #cd1e74 #cd1e74 #a0185b;
	color: #FFF;
}

html .btn-primary-scale-2:hover,
html .btn-primary-scale-2.hover {
	background-color: #e03188;
	border-color: #e23c8e #e23c8e #cd1e74;
	color: #FFF;
}

html .btn-primary-scale-2:focus,
html .btn-primary-scale-2.focus {
	box-shadow: 0 0 0 3px rgba(205, 30, 116, 0.5);
}

html .btn-primary-scale-2.disabled,
html .btn-primary-scale-2:disabled {
	background-color: #cd1e74;
	border-color: #cd1e74 #cd1e74 #a0185b;
}

html .btn-primary-scale-2:active,
html .btn-primary-scale-2.active {
	background-color: #ab1961 !important;
	background-image: none !important;
	border-color: #a0185b #a0185b #741142 !important;
}

html .show > .btn-primary.dropdown-toggle,
html .show > .btn-primary-scale-2.dropdown-toggle {
	background-color: #d8207b !important;
	background-image: none !important;
	border-color: #cd1e74 #cd1e74 #a0185b !important;
}

html .btn-secondary {
	background-color: #a33188;
	border-color: #a33188 #a33188 #7c2567;
	color: #FFF;
}

html .btn-secondary:hover,
html .btn-secondary.hover {
	background-color: #c03aa1;
	border-color: #c641a6 #c641a6 #a33188;
	color: #FFF;
}

html .btn-secondary:focus,
html .btn-secondary.focus {
	box-shadow: 0 0 0 3px rgba(163, 49, 136, 0.5);
}

html .btn-secondary.disabled,
html .btn-secondary:disabled {
	background-color: #a33188;
	border-color: #a33188 #a33188 #7c2567;
}

html .btn-secondary:active,
html .btn-secondary.active {
	background-color: #86286f !important;
	background-image: none !important;
	border-color: #7c2567 #7c2567 #551947 !important;
}

html .btn-secondary-scale-2 {
	background-color: #7c2567;
	border-color: #7c2567 #7c2567 #551947;
	color: #FFF;
}

html .btn-secondary-scale-2:hover,
html .btn-secondary-scale-2.hover {
	background-color: #992e80;
	border-color: #a33188 #a33188 #7c2567;
	color: #FFF;
}

html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2.focus {
	box-shadow: 0 0 0 3px rgba(124, 37, 103, 0.5);
}

html .btn-secondary-scale-2.disabled,
html .btn-secondary-scale-2:disabled {
	background-color: #7c2567;
	border-color: #7c2567 #7c2567 #551947;
}

html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2.active {
	background-color: #5e1c4f !important;
	background-image: none !important;
	border-color: #551947 #551947 #2d0e26 !important;
}

html .show > .btn-secondary.dropdown-toggle,
html .show > .btn-secondary-scale-2.dropdown-toggle {
	background-color: #86286f !important;
	background-image: none !important;
	border-color: #7c2567 #7c2567 #551947 !important;
}

html .btn-tertiary {
	background-color: #4046b3;
	border-color: #4046b3 #4046b3 #33378d;
	color: #FFF;
}

html .btn-tertiary:hover,
html .btn-tertiary.hover {
	background-color: #565cc3;
	border-color: #6065c6 #6065c6 #4046b3;
	color: #FFF;
}

html .btn-tertiary:focus,
html .btn-tertiary.focus {
	box-shadow: 0 0 0 3px rgba(64, 70, 179, 0.5);
}

html .btn-tertiary.disabled,
html .btn-tertiary:disabled {
	background-color: #4046b3;
	border-color: #4046b3 #4046b3 #33378d;
}

html .btn-tertiary:active,
html .btn-tertiary.active {
	background-color: #363b97 !important;
	background-image: none !important;
	border-color: #33378d #33378d #252968 !important;
}

html .btn-tertiary-scale-2 {
	background-color: #33378d;
	border-color: #33378d #33378d #252968;
	color: #FFF;
}

html .btn-tertiary-scale-2:hover,
html .btn-tertiary-scale-2.hover {
	background-color: #3d42aa;
	border-color: #4046b3 #4046b3 #33378d;
	color: #FFF;
}

html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2.focus {
	box-shadow: 0 0 0 3px rgba(51, 55, 141, 0.5);
}

html .btn-tertiary-scale-2.disabled,
html .btn-tertiary-scale-2:disabled {
	background-color: #33378d;
	border-color: #33378d #33378d #252968;
}

html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2.active {
	background-color: #282c71 !important;
	background-image: none !important;
	border-color: #252968 #252968 #181a42 !important;
}

html .show > .btn-tertiary.dropdown-toggle,
html .show > .btn-tertiary-scale-2.dropdown-toggle {
	background-color: #363b97 !important;
	background-image: none !important;
	border-color: #33378d #33378d #252968 !important;
}

html .btn-quaternary {
	background-color: #171940;
	border-color: #171940 #171940 #0a0a1a;
	color: #FFF;
}

html .btn-quaternary:hover,
html .btn-quaternary.hover {
	background-color: #21245c;
	border-color: #242866 #242866 #171940;
	color: #FFF;
}

html .btn-quaternary:focus,
html .btn-quaternary.focus {
	box-shadow: 0 0 0 3px rgba(23, 25, 64, 0.5);
}

html .btn-quaternary.disabled,
html .btn-quaternary:disabled {
	background-color: #171940;
	border-color: #171940 #171940 #0a0a1a;
}

html .btn-quaternary:active,
html .btn-quaternary.active {
	background-color: #0d0e24 !important;
	background-image: none !important;
	border-color: #0a0a1a #0a0a1a #000000 !important;
}

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

html .btn-quaternary-scale-2:hover,
html .btn-quaternary-scale-2.hover {
	background-color: #141537;
	border-color: #171940 #171940 #0a0a1a;
	color: #FFF;
}

html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2.focus {
	box-shadow: 0 0 0 3px rgba(10, 10, 26, 0.5);
}

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

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

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

html .btn-dark {
	background-color: #212529;
	border-color: #212529 #212529 #0a0c0d;
	color: #FFF;
}

html .btn-dark:hover,
html .btn-dark.hover {
	background-color: #32383e;
	border-color: #383f45 #383f45 #212529;
	color: #FFF;
}

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

html .btn-dark.disabled,
html .btn-dark:disabled {
	background-color: #212529;
	border-color: #212529 #212529 #0a0c0d;
}

html .btn-dark:active,
html .btn-dark.active {
	background-color: #101214 !important;
	background-image: none !important;
	border-color: #0a0c0d #0a0c0d #000000 !important;
}

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

html .btn-dark-scale-2:hover,
html .btn-dark-scale-2.hover {
	background-color: #1b1f22;
	border-color: #212529 #212529 #0a0c0d;
	color: #FFF;
}

html .btn-dark-scale-2:focus,
html .btn-dark-scale-2.focus {
	box-shadow: 0 0 0 3px rgba(10, 11, 13, 0.5);
}

html .btn-dark-scale-2.disabled,
html .btn-dark-scale-2:disabled {
	background-color: #0a0c0d;
	border-color: #0a0c0d #0a0c0d #000000;
}

html .btn-dark-scale-2:active,
html .btn-dark-scale-2.active {
	background-color: #000000 !important;
	background-image: none !important;
	border-color: #000000 #000000 #000000 !important;
}

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

html .btn-light {
	background-color: #FFF;
	border-color: #FFF #FFF #e6e6e6;
	color: #777;
}

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

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

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

html .btn-light:active,
html .btn-light.active {
	background-color: #ececec !important;
	background-image: none !important;
	border-color: #e6e6e6 #e6e6e6 #cccccc !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 {
	background-color: #f9f9f9;
	border-color: #ffffff #ffffff #e6e6e6;
	color: #777;
}

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

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

html .btn-light-scale-2:active,
html .btn-light-scale-2.active {
	background-color: #d2d2d2 !important;
	background-image: none !important;
	border-color: #cccccc #cccccc #b3b3b3 !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-outline.btn-primary {
	color: #e23c8e;
	background-color: transparent;
	background-image: none;
	border-color: #e23c8e;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

html .btn-outline.btn-tertiary:focus,
html .btn-outline.btn-tertiary.focus {
	box-shadow: 0 0 0 3px rgba(64, 70, 179, 0.5);
}

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

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

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

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

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

html .btn-outline.btn-quaternary:focus,
html .btn-outline.btn-quaternary.focus {
	box-shadow: 0 0 0 3px rgba(23, 25, 64, 0.5);
}

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

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

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

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

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

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

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

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

html .show > .btn-outline.btn-dark.dropdown-toggle {
	color: #FFF !important;
	background-color: #212529 !important;
	border-color: #212529 !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: #e23c8e;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-gradient:not(.btn-outline) {
	background: linear-gradient(135deg, #e23c8e 0%, #a33188 80%);
	color: #FFF;
}

.btn-gradient:not(.btn-outline):hover,
.btn-gradient:not(.btn-outline).hover {
	background: linear-gradient(135deg, #e75da1 0%, #c03aa1 80%);
	color: #FFF;
}

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

.btn-gradient:not(.btn-outline).disabled,
.btn-gradient:not(.btn-outline):disabled {
	background: linear-gradient(135deg, #e23c8e 0%, #a33188 80%);
}

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

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

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

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

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

.btn-gradient.btn-outline:active,
.btn-gradient.btn-outline.active {
	-o-border-image: linear-gradient(135deg, #d8207b 0%, #86286f 80%) !important;
	border-image: linear-gradient(135deg, #d8207b 0%, #86286f 80%) !important;
	color: #d8207b;
}

.pagination > a,
.pagination > a:hover,
.pagination > a:focus,
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #e23c8e;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination .page-item.active .page-link {
	background-color: #e23c8e !important;
	border-color: #e23c8e;
}

body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
	color: #e23c8e;
}

body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
	background-color: #e23c8e;
	border-color: #e23c8e;
}

.pagination > .active > a,
body.dark .pagination > .active > a {
	background-color: #e23c8e;
	border-color: #e23c8e #e23c8e #cd1e74;
	color: #fff;
}

.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover,
.pagination > .active > a.hover,
body.dark .pagination > .active > a.hover {
	background-color: #e75da1;
	border-color: #e968a8 #e968a8 #e23c8e;
	color: #fff;
}

.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.pagination > .active > a.focus,
body.dark .pagination > .active > a.focus {
	box-shadow: 0 0 0 3px rgba(226, 60, 142, 0.5);
}

.pagination > .active > a.disabled,
body.dark .pagination > .active > a.disabled,
.pagination > .active > a:disabled,
body.dark .pagination > .active > a:disabled {
	background-color: #e23c8e;
	border-color: #e23c8e #e23c8e #cd1e74;
}

.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a.active,
body.dark .pagination > .active > a.active {
	background-color: #d8207b !important;
	background-image: none !important;
	border-color: #cd1e74 #cd1e74 #a0185b !important;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #e23c8e;
}

html .alert-primary {
	background-color: #e23c8e;
	border-color: #e02f86;
	color: #FFF;
}

html .alert-primary .alert-link {
	color: #FFF;
}

html .alert-secondary {
	background-color: #a33188;
	border-color: #972d7e;
	color: #FFF;
}

html .alert-secondary .alert-link {
	color: #FFF;
}

html .alert-tertiary {
	background-color: #4046b3;
	border-color: #3c42a8;
	color: #FFF;
}

html .alert-tertiary .alert-link {
	color: #FFF;
}

html .alert-quaternary {
	background-color: #171940;
	border-color: #131535;
	color: #FFF;
}

html .alert-quaternary .alert-link {
	color: #FFF;
}

html .alert-dark {
	background-color: #212529;
	border-color: #1a1d21;
	color: #FFF;
}

html .alert-dark .alert-link {
	color: #FFF;
}

html .alert-light {
	background-color: #FFF;
	border-color: #f7f7f7;
	color: #777;
}

html .alert-light .alert-link {
	color: #777;
}

html .progress-bar-primary {
	background-color: #e23c8e;
}

html .progress-bar-secondary {
	background-color: #a33188;
}

html .progress-bar-tertiary {
	background-color: #4046b3;
}

html .progress-bar-quaternary {
	background-color: #171940;
}

html .progress-bar-dark {
	background-color: #212529;
}

html .progress-bar-light {
	background-color: #FFF;
}

html .word-rotator.loading-bar-primary .word-rotator-words::after {
	background-color: #e23c8e;
}

html .word-rotator.loading-bar-secondary .word-rotator-words::after {
	background-color: #a33188;
}

html .word-rotator.loading-bar-tertiary .word-rotator-words::after {
	background-color: #4046b3;
}

html .word-rotator.loading-bar-quaternary .word-rotator-words::after {
	background-color: #171940;
}

html .word-rotator.loading-bar-dark .word-rotator-words::after {
	background-color: #212529;
}

html .word-rotator.loading-bar-light .word-rotator-words::after {
	background-color: #FFF;
}

.process .process-step-circle {
	border-color: #e23c8e;
}

.process .process-step:hover .process-step-circle {
	background-color: #e23c8e;
}

.process .process-step:hover .process-step-circle .process-step-circle-content {
	color: #FFF !important;
}

.process-connecting-line .connecting-line {
	background: #e23c8e;
}

html .rating-primary .filled-stars {
	color: #e23c8e;
}

html .rating-secondary .filled-stars {
	color: #a33188;
}

html .rating-tertiary .filled-stars {
	color: #4046b3;
}

html .rating-quaternary .filled-stars {
	color: #171940;
}

html .rating-dark .filled-stars {
	color: #212529;
}

html .rating-light .filled-stars {
	color: #FFF;
}

html section.section-primary {
	background-color: #e23c8e !important;
	border-color: #df2681 !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: #cd1e74 !important;
	border-color: #b61b68 !important;
}

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

html section.section-secondary {
	background-color: #a33188 !important;
	border-color: #8f2b78 !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: #7c2567 !important;
	border-color: #681f57 !important;
}

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

html section.section-tertiary {
	background-color: #4046b3 !important;
	border-color: #393fa0 !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: #33378d !important;
	border-color: #2c307b !important;
}

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

html section.section-quaternary {
	background-color: #171940 !important;
	border-color: #10122d !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: #0a0a1a !important;
	border-color: #030308 !important;
}

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

html section.section-dark {
	background-color: #212529 !important;
	border-color: #16181b !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: #0a0c0d !important;
	border-color: #000000 !important;
}

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

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, #e23c8e 50%, #a33188 50%);
}

section.section.section-overlay-opacity-gradient:before {
	background: linear-gradient(135deg, #e23c8e 0%, #a33188 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: #e23c8e !important;
}

section.page-header.custom-product {
	background-color: #df2681;
	border-top-color: #e13389;
}

html .page-header-color.page-header-primary {
	background-color: #e23c8e;
	border-bottom-color: #e23c8e;
	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: #a33188;
	border-bottom-color: #a33188;
	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: #4046b3;
	border-bottom-color: #4046b3;
	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: #171940;
	border-bottom-color: #171940;
	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: #212529;
	border-bottom-color: #212529;
	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 {
	color: #e23c8e;
	border-left-color: #e23c8e;
	border-right-color: #e23c8e;
}

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

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

html .toggle-primary.toggle-minimal .toggle.active > label {
	color: #e23c8e;
}

html .toggle-secondary .toggle label {
	color: #a33188;
	border-left-color: #a33188;
	border-right-color: #a33188;
}

html .toggle-secondary .toggle.active > label {
	background-color: #a33188;
	border-color: #a33188;
	color: #FFF;
}

html .toggle-secondary.toggle-simple .toggle > label:after {
	background-color: #a33188;
}

html .toggle-secondary.toggle-minimal .toggle.active > label {
	color: #a33188;
}

html .toggle-tertiary .toggle label {
	color: #4046b3;
	border-left-color: #4046b3;
	border-right-color: #4046b3;
}

html .toggle-tertiary .toggle.active > label {
	background-color: #4046b3;
	border-color: #4046b3;
	color: #FFF;
}

html .toggle-tertiary.toggle-simple .toggle > label:after {
	background-color: #4046b3;
}

html .toggle-tertiary.toggle-minimal .toggle.active > label {
	color: #4046b3;
}

html .toggle-quaternary .toggle label {
	color: #171940;
	border-left-color: #171940;
	border-right-color: #171940;
}

html .toggle-quaternary .toggle.active > label {
	background-color: #171940;
	border-color: #171940;
	color: #FFF;
}

html .toggle-quaternary.toggle-simple .toggle > label:after {
	background-color: #171940;
}

html .toggle-quaternary.toggle-minimal .toggle.active > label {
	color: #171940;
}

html .toggle-dark .toggle label {
	color: #212529;
	border-left-color: #212529;
	border-right-color: #212529;
}

html .toggle-dark .toggle.active > label {
	background-color: #212529;
	border-color: #212529;
	color: #FFF;
}

html .toggle-dark.toggle-simple .toggle > label:after {
	background-color: #212529;
}

html .toggle-dark.toggle-minimal .toggle.active > label {
	color: #212529;
}

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

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

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

html .toggle-light.toggle-minimal .toggle.active > label {
	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: #e23c8e;
}

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

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

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

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

html .thumb-info .thumb-info-action-icon-tertiary {
	background-color: #4046b3;
}

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

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

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

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

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: #b61b68;
	border-left-color: #b61b68;
}

.thumb-info.thumb-info-block-primary .thumb-info-wrapper:before {
	background: rgba(226, 60, 142, 0.9);
}

.thumb-info-floating-caption-title .thumb-info-floating-caption-type {
	background-color: #e23c8e;
}

.inverted {
	background-color: #e23c8e;
}

html .inverted-primary {
	background-color: #e23c8e;
}

html .inverted-secondary {
	background-color: #a33188;
}

html .inverted-tertiary {
	background-color: #4046b3;
}

html .inverted-quaternary {
	background-color: #171940;
}

html .inverted-dark {
	background-color: #212529;
}

html .inverted-light {
	background-color: #FFF;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #de217f;
}

.owl-carousel.show-nav-title .owl-nav button[class*="owl-"],
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover,
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover {
	color: #e23c8e;
}

.owl-carousel .owl-nav button[class*="owl-"] {
	background-color: #e23c8e;
	border-color: #e23c8e #e23c8e #cd1e74;
	color: #FFF;
}

.owl-carousel .owl-nav button[class*="owl-"]:hover,
.owl-carousel .owl-nav button[class*="owl-"].hover {
	background-color: #e75da1;
	border-color: #e968a8 #e968a8 #e23c8e;
}

.owl-carousel .owl-nav button[class*="owl-"]:active,
.owl-carousel .owl-nav button[class*="owl-"].active {
	background-color: #d8207b;
	background-image: none;
	border-color: #cd1e74 #cd1e74 #a0185b;
}

.owl-carousel.nav-with-transparency:not(.nav-style-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
	background-color: rgba(226, 60, 142, 0.4);
}

.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
	color: #e23c8e !important;
}

.owl-carousel.nav-style-2 .owl-nav .owl-next:before,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:before,
.owl-carousel.nav-style-2 .owl-nav .owl-next:after,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:after {
	border-color: #e23c8e;
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
	background: #e23c8e;
}

html body .tabs .nav-tabs .nav-link,
html.dark body .tabs .nav-tabs .nav-link,
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link {
	color: #e23c8e;
}

html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs .nav-link:focus,
html.dark body .tabs .nav-tabs .nav-link:focus,
html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link,
html body .tabs .nav-tabs.nav-justified .nav-link:hover,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover,
html body .tabs .nav-tabs.nav-justified .nav-link:focus,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus {
	border-top-color: #e23c8e;
}

html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus {
	border-bottom-color: #e23c8e;
}

html body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus {
	border-left-color: #e23c8e;
}

html body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus {
	border-right-color: #e23c8e;
}

html body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover {
	border-top-color: #e23c8e;
	color: #e23c8e;
}

html body .tabs-primary .nav-tabs li .nav-link,
html.dark body .tabs-primary .nav-tabs li .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
	color: #e23c8e;
}

html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #e23c8e;
}

html body .tabs-primary .nav-tabs li.active .nav-link,
html.dark body .tabs-primary .nav-tabs li.active .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #e23c8e;
	color: #e23c8e;
}

html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
	border-bottom-color: #e23c8e;
}

html body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus {
	border-left-color: #e23c8e;
}

html body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus {
	border-right-color: #e23c8e;
}

html body .tabs-secondary .nav-tabs li .nav-link,
html.dark body .tabs-secondary .nav-tabs li .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
	color: #a33188;
}

html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #a33188;
}

html body .tabs-secondary .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #a33188;
	color: #a33188;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
	border-bottom-color: #a33188;
}

html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus {
	border-left-color: #a33188;
}

html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus {
	border-right-color: #a33188;
}

html body .tabs-tertiary .nav-tabs li .nav-link,
html.dark body .tabs-tertiary .nav-tabs li .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
	color: #4046b3;
}

html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #4046b3;
}

html body .tabs-tertiary .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #4046b3;
	color: #4046b3;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
	border-bottom-color: #4046b3;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus {
	border-left-color: #4046b3;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus {
	border-right-color: #4046b3;
}

html body .tabs-quaternary .nav-tabs li .nav-link,
html.dark body .tabs-quaternary .nav-tabs li .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
	color: #171940;
}

html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #171940;
}

html body .tabs-quaternary .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #171940;
	color: #171940;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
	border-bottom-color: #171940;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus {
	border-left-color: #171940;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus {
	border-right-color: #171940;
}

html body .tabs-dark .nav-tabs li .nav-link,
html.dark body .tabs-dark .nav-tabs li .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
	color: #212529;
}

html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #212529;
}

html body .tabs-dark .nav-tabs li.active .nav-link,
html.dark body .tabs-dark .nav-tabs li.active .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #212529;
	color: #212529;
}

html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
	border-bottom-color: #212529;
}

html body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus {
	border-left-color: #212529;
}

html body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus {
	border-right-color: #212529;
}

html body .tabs-light .nav-tabs li .nav-link,
html.dark body .tabs-light .nav-tabs li .nav-link,
html body .tabs-light .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link,
html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
	color: #FFF;
}

html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #FFF;
}

html body .tabs-light .nav-tabs li.active .nav-link,
html.dark body .tabs-light .nav-tabs li.active .nav-link,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs li.active .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs li.active .nav-link:focus,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #FFF;
	color: #FFF;
}

html body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
	border-bottom-color: #FFF;
}

html body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus {
	border-left-color: #FFF;
}

html body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus {
	border-right-color: #FFF;
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus {
	border-right-color: #e23c8e;
	border-left-color: transparent;
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus {
	border-right-color: transparent;
	border-left-color: #e23c8e;
}

.list.list-icons li > [class*="fa-"]:first-child,
.list.list-icons li a:first-child > [class*="fa-"]:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
	color: #e23c8e;
	border-color: #e23c8e;
}

.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #e23c8e;
}

.list.list-ordened li:before {
	color: #e23c8e;
	border-color: #e23c8e;
}

.list.list-ordened.list-ordened-style-3 li:before {
	background-color: #e23c8e;
}

html .list-primary.list-icons li > [class*="fa-"]:first-child,
html .list-primary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-primary.list-icons li > .icons:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child {
	color: #e23c8e;
	border-color: #e23c8e;
}

html .list-primary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #e23c8e;
	color: #FFF;
}

html .list-primary.list-ordened li:before {
	color: #e23c8e;
}

html .list-primary.list-ordened.list-ordened-style-3 li:before {
	background-color: #e23c8e;
	color: #FFF;
}

html .list-secondary.list-icons li > [class*="fa-"]:first-child,
html .list-secondary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-secondary.list-icons li > .icons:first-child,
html .list-secondary.list-icons li a:first-child > .icons:first-child {
	color: #a33188;
	border-color: #a33188;
}

html .list-secondary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #a33188;
	color: #FFF;
}

html .list-secondary.list-ordened li:before {
	color: #a33188;
}

html .list-secondary.list-ordened.list-ordened-style-3 li:before {
	background-color: #a33188;
	color: #FFF;
}

html .list-tertiary.list-icons li > [class*="fa-"]:first-child,
html .list-tertiary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-tertiary.list-icons li > .icons:first-child,
html .list-tertiary.list-icons li a:first-child > .icons:first-child {
	color: #4046b3;
	border-color: #4046b3;
}

html .list-tertiary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #4046b3;
	color: #FFF;
}

html .list-tertiary.list-ordened li:before {
	color: #4046b3;
}

html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
	background-color: #4046b3;
	color: #FFF;
}

html .list-quaternary.list-icons li > [class*="fa-"]:first-child,
html .list-quaternary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-quaternary.list-icons li > .icons:first-child,
html .list-quaternary.list-icons li a:first-child > .icons:first-child {
	color: #171940;
	border-color: #171940;
}

html .list-quaternary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #171940;
	color: #FFF;
}

html .list-quaternary.list-ordened li:before {
	color: #171940;
}

html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
	background-color: #171940;
	color: #FFF;
}

html .list-dark.list-icons li > [class*="fa-"]:first-child,
html .list-dark.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-dark.list-icons li > .icons:first-child,
html .list-dark.list-icons li a:first-child > .icons:first-child {
	color: #212529;
	border-color: #212529;
}

html .list-dark.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #212529;
	color: #FFF;
}

html .list-dark.list-ordened li:before {
	color: #212529;
}

html .list-dark.list-ordened.list-ordened-style-3 li:before {
	background-color: #212529;
	color: #FFF;
}

html .list-light.list-icons li > [class*="fa-"]:first-child,
html .list-light.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-light.list-icons li > .icons:first-child,
html .list-light.list-icons li a:first-child > .icons:first-child {
	color: #FFF;
	border-color: #FFF;
}

html .list-light.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-light.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #FFF;
	color: #777;
}

html .list-light.list-ordened li:before {
	color: #FFF;
}

html .list-light.list-ordened.list-ordened-style-3 li:before {
	background-color: #FFF;
	color: #777;
}

.parallax blockquote i.fa-quote-left {
	color: #e23c8e;
}

section.video blockquote i.fa-quote-left {
	color: #e23c8e;
}

.accordion .card-header a {
	color: #e23c8e;
}

html .accordion.accordion-primary .card-header {
	background-color: #e23c8e !important;
}

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

html .accordion.accordion-secondary .card-header {
	background-color: #a33188 !important;
}

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

html .accordion.accordion-tertiary .card-header {
	background-color: #4046b3 !important;
}

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

html .accordion.accordion-quaternary .card-header {
	background-color: #171940 !important;
}

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

html .accordion.accordion-dark .card-header {
	background-color: #212529 !important;
}

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

html .accordion.accordion-light .card-header {
	background-color: #FFF !important;
}

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

html .divider.divider-primary [class*="fa-"],
html .divider.divider-primary .icons {
	color: #e23c8e;
}

html .divider.divider-primary.divider-small hr {
	background: #e23c8e;
}

html .divider.divider-secondary [class*="fa-"],
html .divider.divider-secondary .icons {
	color: #a33188;
}

html .divider.divider-secondary.divider-small hr {
	background: #a33188;
}

html .divider.divider-tertiary [class*="fa-"],
html .divider.divider-tertiary .icons {
	color: #4046b3;
}

html .divider.divider-tertiary.divider-small hr {
	background: #4046b3;
}

html .divider.divider-quaternary [class*="fa-"],
html .divider.divider-quaternary .icons {
	color: #171940;
}

html .divider.divider-quaternary.divider-small hr {
	background: #171940;
}

html .divider.divider-dark [class*="fa-"],
html .divider.divider-dark .icons {
	color: #212529;
}

html .divider.divider-dark.divider-small hr {
	background: #212529;
}

html .divider.divider-light [class*="fa-"],
html .divider.divider-light .icons {
	color: #FFF;
}

html .divider.divider-light.divider-small hr {
	background: #FFF;
}

html .divider.divider-style-2.divider-primary [class*="fa-"],
html .divider.divider-style-2.divider-primary .icons {
	background: #e23c8e;
	color: #FFF;
}

html .divider.divider-style-2.divider-secondary [class*="fa-"],
html .divider.divider-style-2.divider-secondary .icons {
	background: #a33188;
	color: #FFF;
}

html .divider.divider-style-2.divider-tertiary [class*="fa-"],
html .divider.divider-style-2.divider-tertiary .icons {
	background: #4046b3;
	color: #FFF;
}

html .divider.divider-style-2.divider-quaternary [class*="fa-"],
html .divider.divider-style-2.divider-quaternary .icons {
	background: #171940;
	color: #FFF;
}

html .divider.divider-style-2.divider-dark [class*="fa-"],
html .divider.divider-style-2.divider-dark .icons {
	background: #212529;
	color: #FFF;
}

html .divider.divider-style-2.divider-light [class*="fa-"],
html .divider.divider-style-2.divider-light .icons {
	background: #FFF;
	color: #777;
}

html .divider.divider-style-3.divider-primary [class*="fa-"],
html .divider.divider-style-3.divider-primary .icons {
	border-color: #e23c8e;
}

html .divider.divider-style-3.divider-secondary [class*="fa-"],
html .divider.divider-style-3.divider-secondary .icons {
	border-color: #a33188;
}

html .divider.divider-style-3.divider-tertiary [class*="fa-"],
html .divider.divider-style-3.divider-tertiary .icons {
	border-color: #4046b3;
}

html .divider.divider-style-3.divider-quaternary [class*="fa-"],
html .divider.divider-style-3.divider-quaternary .icons {
	border-color: #171940;
}

html .divider.divider-style-3.divider-dark [class*="fa-"],
html .divider.divider-style-3.divider-dark .icons {
	border-color: #212529;
}

html .divider.divider-style-3.divider-light [class*="fa-"],
html .divider.divider-style-3.divider-light .icons {
	border-color: #FFF;
}

#header .tip {
	background: #e23c8e;
	color: #FFF;
}

#header .tip:before {
	border-right-color: #e23c8e;
	border-left-color: transparent;
}

html #header .tip-primary {
	background: #e23c8e !important;
	color: #FFF !important;
}

html #header .tip-primary:before {
	border-right-color: #e23c8e !important;
}

html #header .tip-secondary {
	background: #a33188 !important;
	color: #FFF !important;
}

html #header .tip-secondary:before {
	border-right-color: #a33188 !important;
}

html #header .tip-tertiary {
	background: #4046b3 !important;
	color: #FFF !important;
}

html #header .tip-tertiary:before {
	border-right-color: #4046b3 !important;
}

html #header .tip-quaternary {
	background: #171940 !important;
	color: #FFF !important;
}

html #header .tip-quaternary:before {
	border-right-color: #171940 !important;
}

html #header .tip-dark {
	background: #212529 !important;
	color: #FFF !important;
}

html #header .tip-dark:before {
	border-right-color: #212529 !important;
}

html #header .tip-light {
	background: #FFF !important;
	color: #777 !important;
}

html #header .tip-light:before {
	border-right-color: #FFF !important;
}

html[dir="rtl"] #header .tip:before {
	border-left-color: #e23c8e;
}

html[dir="rtl"] #header .tip.skin:before {
	border-left-color: #e23c8e;
}

html[dir="rtl"] #header .tip-primary:before {
	border-left-color: #e23c8e !important;
	border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-secondary:before {
	border-left-color: #a33188 !important;
	border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-tertiary:before {
	border-left-color: #4046b3 !important;
	border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-quaternary:before {
	border-left-color: #171940 !important;
	border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-dark:before {
	border-left-color: #212529 !important;
	border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-light:before {
	border-left-color: #FFF !important;
	border-right-color: transparent !important;
}

#header .header-btn-collapse-nav {
	background: #e23c8e;
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a {
		color: #e23c8e;
	}

	#header .header-nav-main nav > ul > li.open > a,
	#header .header-nav-main nav > ul > li:hover > a {
		background: #e23c8e;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		border-top-color: #e23c8e;
	}

	#header .header-nav-main nav > ul > li.dropdown.open > a:before,
	#header .header-nav-main nav > ul > li.dropdown:hover > a:before {
		border-bottom-color: #e23c8e;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
		border-top-color: #e23c8e;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a {
		color: #e23c8e;
	}

	#header .header-nav-main nav > ul:not(:hover) > li > a.active {
		background-color: #e23c8e;
		color: #FFF;
	}

	#header .header-nav.header-nav-stripe nav > ul > li:hover > a,
	#header .header-nav.header-nav-stripe nav > ul > li.open > a {
		background-color: #e23c8e;
	}

	#header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active {
		background-color: #e23c8e;
	}

	#header .header-nav.header-nav-stripe nav > ul:hover > li > a.active {
		color: #e23c8e;
	}

	#header .header-nav.header-nav-links nav > ul li:hover > a {
		color: #e23c8e;
	}

	#header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
		color: #e23c8e;
	}

	#header .header-nav.header-nav-links.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
		background: #e23c8e !important;
	}

	#header .header-nav.header-nav-line nav > ul li:hover > a {
		color: #e23c8e;
	}

	#header .header-nav.header-nav-line nav > ul li:hover > a:before {
		background: #e23c8e;
	}

	#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
		color: #e23c8e;
	}

	#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before {
		background: #e23c8e;
	}

	#header .header-nav-main.header-nav-main-slide nav > ul > li.open > span > a,
	#header .header-nav-main.header-nav-main-slide nav > ul > li:hover > span > a {
		color: #e23c8e;
	}

	#header .header-nav-main.header-nav-main-slide nav > ul:not(:hover) > li > span > a.active {
		color: #e23c8e;
	}

	html.side-header #header.side-header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
	html.side-header #header.side-header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
		border-left-color: #e23c8e;
	}

	html.side-header-right #header.side-header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
	html.side-header-right #header.side-header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
		border-right-color: #e23c8e;
	}
}

@media (min-width: 992px) {
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
		background-color: #e23c8e;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
		color: #FFF;
		border-bottom-color: #e02f86;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a {
		background: #e44996;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before,
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before {
		border-bottom-color: #e23c8e;
		background: #e23c8e;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-primary .dropdown-mega-sub-title {
		color: #FFF;
		opacity: 0.7;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
		background: #e23c8e;
		color: #FFF;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
		color: #FFF;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
		background: #e23c8e;
		color: #FFF;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
		color: #e23c8e;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus:before,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover:before {
		background-color: #e23c8e;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
		color: #e23c8e;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before {
		background: #e23c8e;
	}

	html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
		color: #e23c8e;
	}

	html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active:before {
		background-color: #e23c8e;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
		color: #e23c8e;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus,
	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
		color: #e23c8e;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
		color: #e23c8e;
	}

	html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
		color: #e23c8e;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu {
		background-color: #a33188;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
		color: #FFF;
		border-bottom-color: #972d7e;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a {
		background: #af3592;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.open > a:before,
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a:before {
		border-bottom-color: #a33188;
		background: #a33188;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-secondary .dropdown-mega-sub-title {
		color: #FFF;
		opacity: 0.7;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
		background: #a33188;
		color: #FFF;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
		color: #FFF;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
		background: #a33188;
		color: #FFF;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
		color: #a33188;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus:before,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover:before {
		background-color: #a33188;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
		color: #a33188;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.open > a:before,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a:before {
		background: #a33188;
	}

	html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
		color: #a33188;
	}

	html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active:before {
		background-color: #a33188;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a {
		color: #a33188;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus,
	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
		color: #a33188;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
		color: #a33188;
	}

	html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
		color: #a33188;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu {
		background-color: #4046b3;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
		color: #FFF;
		border-bottom-color: #3c42a8;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a {
		background: #464cbd;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.open > a:before,
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a:before {
		border-bottom-color: #4046b3;
		background: #4046b3;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-tertiary .dropdown-mega-sub-title {
		color: #FFF;
		opacity: 0.7;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
		background: #4046b3;
		color: #FFF;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
		color: #FFF;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
		background: #4046b3;
		color: #FFF;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
		color: #4046b3;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus:before,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover:before {
		background-color: #4046b3;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
		color: #4046b3;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.open > a:before,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a:before {
		background: #4046b3;
	}

	html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
		color: #4046b3;
	}

	html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active:before {
		background-color: #4046b3;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a {
		color: #4046b3;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus,
	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
		color: #4046b3;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
		color: #4046b3;
	}

	html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
		color: #4046b3;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu {
		background-color: #171940;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
		color: #FFF;
		border-bottom-color: #131535;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a {
		background: #1b1d4b;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.open > a:before,
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a:before {
		border-bottom-color: #171940;
		background: #171940;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-quaternary .dropdown-mega-sub-title {
		color: #FFF;
		opacity: 0.7;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
		background: #171940;
		color: #FFF;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
		color: #FFF;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
		background: #171940;
		color: #FFF;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
		color: #171940;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus:before,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover:before {
		background-color: #171940;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
		color: #171940;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.open > a:before,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a:before {
		background: #171940;
	}

	html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
		color: #171940;
	}

	html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active:before {
		background-color: #171940;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a {
		color: #171940;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus,
	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
		color: #171940;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
		color: #171940;
	}

	html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
		color: #171940;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu {
		background-color: #212529;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
		color: #FFF;
		border-bottom-color: #1a1d21;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li:hover > a {
		background: #282d31;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.open > a:before,
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a:before {
		border-bottom-color: #212529;
		background: #212529;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-dark .dropdown-mega-sub-title {
		color: #FFF;
		opacity: 0.7;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
		background: #212529;
		color: #FFF;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
		color: #FFF;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active {
		background: #212529;
		color: #FFF;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
		color: #212529;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus:before,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover:before {
		background-color: #212529;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
		color: #212529;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.open > a:before,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a:before {
		background: #212529;
	}

	html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active {
		color: #212529;
	}

	html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active:before {
		background-color: #212529;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a {
		color: #212529;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus,
	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
		color: #212529;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
		color: #212529;
	}

	html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active {
		color: #212529;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu {
		background-color: #FFF;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
		color: #777;
		border-bottom-color: #f7f7f7;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li:hover > a {
		background: #ffffff;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.open > a:before,
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a:before {
		border-bottom-color: #FFF;
		background: #FFF;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-light .dropdown-mega-sub-title {
		color: #777;
		opacity: 0.7;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
		background: #FFF;
		color: #777;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
		color: #777;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
		background: #FFF;
		color: #777;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
		color: #FFF;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus:before,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover:before {
		background-color: #FFF;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
		color: #FFF;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.open > a:before,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a:before {
		background: #FFF;
	}

	html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
		color: #FFF;
	}

	html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active:before {
		background-color: #FFF;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a {
		color: #FFF;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus,
	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
		color: #FFF;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
		color: #FFF;
	}

	html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
		color: #FFF;
	}
}

@media (min-width: 992px) {
	html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul > li:hover > a,
	html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul > li .wrapper-items-cloned:hover > a {
		color: #e23c8e !important;
	}

	html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul:not(:hover) > li > a.active,
	html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul:not(:hover) > li .wrapper-items-cloned > a.active {
		color: #e23c8e !important;
	}
}

@media (max-width: 991px) {
	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
		color: #e23c8e;
	}

	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:active {
		color: #e23c8e;
	}

	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
		background: #e23c8e;
	}

	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:focus,
	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:hover {
		background: #e23c8e;
	}

	#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
		background: #e23c8e;
	}

	#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:focus,
	#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:hover {
		background: #e23c8e;
	}

	html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
		color: #e23c8e !important;
	}

	html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav::-webkit-scrollbar-thumb {
		background-color: #e23c8e;
	}

	html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a.active {
		color: #e23c8e !important;
	}

	html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li:hover > a {
		color: #e23c8e !important;
	}
}

@media (max-width: 991px) {
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a {
		color: #e23c8e;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a.active {
		background: #e23c8e !important;
		color: #FFF !important;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
		color: #a33188;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a.active {
		background: #a33188 !important;
		color: #FFF !important;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a {
		color: #4046b3;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a.active {
		background: #4046b3 !important;
		color: #FFF !important;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a {
		color: #171940;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a.active {
		background: #171940 !important;
		color: #FFF !important;
	}
}

html #header .header-top.header-top-primary {
	background: #e23c8e;
	border-top-color: #df2681;
}

html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
	background: #e5529b;
}

html #header .header-top.header-top-primary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:focus {
	background: #e5529b;
}

html #header .header-top.header-top-primary .dropdown-menu {
	background: #e5529b;
	border-color: #e5529b;
}

html #header .header-top.header-top-primary .dropdown-menu a:hover,
html #header .header-top.header-top-primary .dropdown-menu a:focus {
	background: #e968a8 !important;
}

html #header .header-top.header-top-secondary {
	background: #a33188;
	border-top-color: #8f2b78;
}

html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
	background: #b73798;
}

html #header .header-top.header-top-secondary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:focus {
	background: #b73798;
}

html #header .header-top.header-top-secondary .dropdown-menu {
	background: #b73798;
	border-color: #b73798;
}

html #header .header-top.header-top-secondary .dropdown-menu a:hover,
html #header .header-top.header-top-secondary .dropdown-menu a:focus {
	background: #c641a6 !important;
}

html #header .header-top.header-top-tertiary {
	background: #4046b3;
	border-top-color: #393fa0;
}

html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
	background: #4d53bf;
}

html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:focus {
	background: #4d53bf;
}

html #header .header-top.header-top-tertiary .dropdown-menu {
	background: #4d53bf;
	border-color: #4d53bf;
}

html #header .header-top.header-top-tertiary .dropdown-menu a:hover,
html #header .header-top.header-top-tertiary .dropdown-menu a:focus {
	background: #6065c6 !important;
}

html #header .header-top.header-top-quaternary {
	background: #171940;
	border-top-color: #10122d;
}

html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a {
	background: #1e2053;
}

html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:focus {
	background: #1e2053;
}

html #header .header-top.header-top-quaternary .dropdown-menu {
	background: #1e2053;
	border-color: #1e2053;
}

html #header .header-top.header-top-quaternary .dropdown-menu a:hover,
html #header .header-top.header-top-quaternary .dropdown-menu a:focus {
	background: #242866 !important;
}

html #header .header-top.header-top-dark {
	background: #212529;
	border-top-color: #16181b;
}

html #header .header-top.header-top-dark .header-nav-top ul > li.open > a {
	background: #2c3237;
}

html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:focus {
	background: #2c3237;
}

html #header .header-top.header-top-dark .dropdown-menu {
	background: #2c3237;
	border-color: #2c3237;
}

html #header .header-top.header-top-dark .dropdown-menu a:hover,
html #header .header-top.header-top-dark .dropdown-menu a:focus {
	background: #383f45 !important;
}

html #header .header-top.header-top-light {
	background: #FFF;
	border-top-color: #f2f2f2;
}

html #header .header-top.header-top-light .header-nav-top ul > li.open > a {
	background: #ffffff;
}

html #header .header-top.header-top-light .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-light .header-nav-top ul > li.open > a:focus {
	background: #ffffff;
}

html #header .header-top.header-top-light .dropdown-menu {
	background: #ffffff;
	border-color: #ffffff;
}

html #header .header-top.header-top-light .dropdown-menu a:hover,
html #header .header-top.header-top-light .dropdown-menu a:focus {
	background: #ffffff !important;
}

@media (min-width: 992px) {
	html #header .header-nav-bar-primary {
		background: #e23c8e !important;
		color: #FFF !important;
	}

	html #header .header-nav-bar-secondary {
		background: #a33188 !important;
		color: #FFF !important;
	}

	html #header .header-nav-bar-tertiary {
		background: #4046b3 !important;
		color: #FFF !important;
	}

	html #header .header-nav-bar-quaternary {
		background: #171940 !important;
		color: #FFF !important;
	}

	html #header .header-nav-bar-dark {
		background: #212529 !important;
		color: #FFF !important;
	}

	html #header .header-nav-bar-light {
		background: #FFF !important;
		color: #777 !important;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-light nav > ul > li.open > a,
	#header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
		color: #e23c8e;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
		color: #e23c8e;
	}
}

#header .header-nav-features .header-nav-features-search-reveal-big-search .form-control {
	border-bottom-color: #0088cc;
}

.testimonial blockquote {
	background: #e5529b;
}

.testimonial .testimonial-arrow-down {
	border-top-color: #e5529b;
}

html .testimonial-primary blockquote {
	background: #e5529b;
}

html .testimonial-primary .testimonial-arrow-down {
	border-top-color: #e5529b;
}

html .testimonial-primary.testimonial-style-7 {
	background: #e5529b;
}

html .testimonial-quotes-primary blockquote:before,
html .testimonial-quotes-primary blockquote:after {
	color: #e23c8e !important;
}

html .testimonial-secondary blockquote {
	background: #b73798;
}

html .testimonial-secondary .testimonial-arrow-down {
	border-top-color: #b73798;
}

html .testimonial-secondary.testimonial-style-7 {
	background: #b73798;
}

html .testimonial-quotes-secondary blockquote:before,
html .testimonial-quotes-secondary blockquote:after {
	color: #e23c8e !important;
}

html .testimonial-tertiary blockquote {
	background: #4d53bf;
}

html .testimonial-tertiary .testimonial-arrow-down {
	border-top-color: #4d53bf;
}

html .testimonial-tertiary.testimonial-style-7 {
	background: #4d53bf;
}

html .testimonial-quotes-tertiary blockquote:before,
html .testimonial-quotes-tertiary blockquote:after {
	color: #e23c8e !important;
}

html .testimonial-quaternary blockquote {
	background: #1e2053;
}

html .testimonial-quaternary .testimonial-arrow-down {
	border-top-color: #1e2053;
}

html .testimonial-quaternary.testimonial-style-7 {
	background: #1e2053;
}

html .testimonial-quotes-quaternary blockquote:before,
html .testimonial-quotes-quaternary blockquote:after {
	color: #e23c8e !important;
}

html .testimonial-dark blockquote {
	background: #2c3237;
}

html .testimonial-dark .testimonial-arrow-down {
	border-top-color: #2c3237;
}

html .testimonial-dark.testimonial-style-7 {
	background: #2c3237;
}

html .testimonial-quotes-dark blockquote:before,
html .testimonial-quotes-dark blockquote:after {
	color: #e23c8e !important;
}

html .testimonial-light blockquote {
	background: #ffffff;
}

html .testimonial-light .testimonial-arrow-down {
	border-top-color: #ffffff;
}

html .testimonial-light.testimonial-style-7 {
	background: #ffffff;
}

html .testimonial-quotes-light blockquote:before,
html .testimonial-quotes-light blockquote:after {
	color: #e23c8e !important;
}

.circular-bar.only-icon [class*="fa-"],
.circular-bar.only-icon .icons {
	color: #e23c8e;
}

html .counters .counter-primary [class*="fa-"],
html .counters .counter-primary .icons,
html .counters .counter-primary strong {
	color: #e23c8e;
}

html .counters .counter-secondary [class*="fa-"],
html .counters .counter-secondary .icons,
html .counters .counter-secondary strong {
	color: #a33188;
}

html .counters .counter-tertiary [class*="fa-"],
html .counters .counter-tertiary .icons,
html .counters .counter-tertiary strong {
	color: #4046b3;
}

html .counters .counter-quaternary [class*="fa-"],
html .counters .counter-quaternary .icons,
html .counters .counter-quaternary strong {
	color: #171940;
}

html .counters .counter-dark [class*="fa-"],
html .counters .counter-dark .icons,
html .counters .counter-dark strong {
	color: #212529;
}

html .counters .counter-light [class*="fa-"],
html .counters .counter-light .icons,
html .counters .counter-light strong {
	color: #FFF;
}

html .countdown.countdown-primary > span > span {
	color: #e23c8e;
}

html .countdown.countdown-secondary > span > span {
	color: #a33188;
}

html .countdown.countdown-tertiary > span > span {
	color: #4046b3;
}

html .countdown.countdown-quaternary > span > span {
	color: #171940;
}

html .countdown.countdown-dark > span > span {
	color: #212529;
}

html .countdown.countdown-light > span > span {
	color: #FFF;
}

html .image-hotspot-primary strong {
	color: #FFF !important;
}

html .image-hotspot-primary .circle {
	background: #e23c8e !important;
}

html .image-hotspot-primary .ring {
	border-color: rgba(226, 60, 142, 0.9);
}

html .image-hotspot-secondary strong {
	color: #FFF !important;
}

html .image-hotspot-secondary .circle {
	background: #a33188 !important;
}

html .image-hotspot-secondary .ring {
	border-color: rgba(163, 49, 136, 0.9);
}

html .image-hotspot-tertiary strong {
	color: #FFF !important;
}

html .image-hotspot-tertiary .circle {
	background: #4046b3 !important;
}

html .image-hotspot-tertiary .ring {
	border-color: rgba(64, 70, 179, 0.9);
}

html .image-hotspot-quaternary strong {
	color: #FFF !important;
}

html .image-hotspot-quaternary .circle {
	background: #171940 !important;
}

html .image-hotspot-quaternary .ring {
	border-color: rgba(23, 25, 64, 0.9);
}

html .image-hotspot-dark strong {
	color: #FFF !important;
}

html .image-hotspot-dark .circle {
	background: #212529 !important;
}

html .image-hotspot-dark .ring {
	border-color: rgba(33, 37, 41, 0.9);
}

html .image-hotspot-light strong {
	color: #777 !important;
}

html .image-hotspot-light .circle {
	background: #FFF !important;
}

html .image-hotspot-light .ring {
	border-color: rgba(255, 255, 255, 0.9);
}

.icon-featured {
	background-color: #e23c8e;
}

html .featured-box-primary .icon-featured {
	background-color: #e23c8e;
}

html .featured-box-primary h4 {
	color: #e23c8e;
}

html .featured-box-primary .box-content {
	border-top-color: #e23c8e;
}

html .featured-box-primary .box-content-border-bottom {
	border-bottom-color: #e23c8e;
}

html .featured-box-secondary .icon-featured {
	background-color: #a33188;
}

html .featured-box-secondary h4 {
	color: #a33188;
}

html .featured-box-secondary .box-content {
	border-top-color: #a33188;
}

html .featured-box-secondary .box-content-border-bottom {
	border-bottom-color: #a33188;
}

html .featured-box-tertiary .icon-featured {
	background-color: #4046b3;
}

html .featured-box-tertiary h4 {
	color: #4046b3;
}

html .featured-box-tertiary .box-content {
	border-top-color: #4046b3;
}

html .featured-box-tertiary .box-content-border-bottom {
	border-bottom-color: #4046b3;
}

html .featured-box-quaternary .icon-featured {
	background-color: #171940;
}

html .featured-box-quaternary h4 {
	color: #171940;
}

html .featured-box-quaternary .box-content {
	border-top-color: #171940;
}

html .featured-box-quaternary .box-content-border-bottom {
	border-bottom-color: #171940;
}

html .featured-box-dark .icon-featured {
	background-color: #212529;
}

html .featured-box-dark h4 {
	color: #212529;
}

html .featured-box-dark .box-content {
	border-top-color: #212529;
}

html .featured-box-dark .box-content-border-bottom {
	border-bottom-color: #212529;
}

html .featured-box-light .icon-featured {
	background-color: #FFF;
}

html .featured-box-light h4 {
	color: #FFF;
}

html .featured-box-light .box-content {
	border-top-color: #FFF;
}

html .featured-box-light .box-content-border-bottom {
	border-bottom-color: #FFF;
}

html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
	border-color: #e23c8e;
	color: #e23c8e;
}

html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
	border-color: #a33188;
	color: #a33188;
}

html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
	border-color: #4046b3;
	color: #4046b3;
}

html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
	border-color: #171940;
	color: #171940;
}

html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
	border-color: #212529;
	color: #212529;
}

html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
	border-color: #FFF;
	color: #FFF;
}

html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
	border-color: #e23c8e;
	color: #e23c8e;
}

html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
	border-color: #a33188;
	color: #a33188;
}

html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
	border-color: #4046b3;
	color: #4046b3;
}

html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
	border-color: #171940;
	color: #171940;
}

html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
	border-color: #212529;
	color: #212529;
}

html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
	border-color: #FFF;
	color: #FFF;
}

html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
	color: #e23c8e;
}

html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
	color: #a33188;
}

html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
	color: #4046b3;
}

html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
	color: #171940;
}

html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
	color: #212529;
}

html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
	color: #FFF;
}

html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
	color: #e23c8e;
}

html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
	color: #a33188;
}

html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
	color: #4046b3;
}

html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
	color: #171940;
}

html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
	color: #212529;
}

html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
	color: #FFF;
}

html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
	color: #e23c8e;
}

html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
	color: #a33188;
}

html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
	color: #4046b3;
}

html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
	color: #171940;
}

html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
	color: #212529;
}

html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
	color: #FFF;
}

.featured-boxes-modern-style-primary .featured-box {
	background: #e23c8e;
	background: linear-gradient(135deg, #e23c8e 0%, #171940 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e23c8e', endColorstr='#171940', GradientType=1);
}

.featured-boxes-modern-style-secondary .featured-box {
	background: #a33188;
	background: linear-gradient(135deg, #a33188 0%, #171940 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a33188', endColorstr='#171940', GradientType=1);
}

.featured-boxes-modern-style-tertiary .featured-box {
	background: #4046b3;
	background: linear-gradient(135deg, #4046b3 0%, #171940 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4046b3', endColorstr='#171940', GradientType=1);
}

html .featured-box-effect-2.featured-box-primary .icon-featured:after {
	box-shadow: 0 0 0 3px #e23c8e;
}

html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
	box-shadow: 0 0 0 3px #a33188;
}

html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
	box-shadow: 0 0 0 3px #4046b3;
}

html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
	box-shadow: 0 0 0 3px #171940;
}

html .featured-box-effect-2.featured-box-dark .icon-featured:after {
	box-shadow: 0 0 0 3px #212529;
}

html .featured-box-effect-2.featured-box-light .icon-featured:after {
	box-shadow: 0 0 0 3px #FFF;
}

html .featured-box-effect-3.featured-box-primary .icon-featured:after {
	box-shadow: 0 0 0 10px #e23c8e;
}

html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
	background: #e23c8e !important;
}

html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
	box-shadow: 0 0 0 10px #a33188;
}

html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
	background: #a33188 !important;
}

html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
	box-shadow: 0 0 0 10px #4046b3;
}

html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
	background: #4046b3 !important;
}

html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
	box-shadow: 0 0 0 10px #171940;
}

html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
	background: #171940 !important;
}

html .featured-box-effect-3.featured-box-dark .icon-featured:after {
	box-shadow: 0 0 0 10px #212529;
}

html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
	background: #212529 !important;
}

html .featured-box-effect-3.featured-box-light .icon-featured:after {
	box-shadow: 0 0 0 10px #FFF;
}

html .featured-box-effect-3.featured-box-light:hover .icon-featured {
	background: #FFF !important;
}

.feature-box .feature-box-icon {
	background-color: #e23c8e;
}

html .feature-box-primary .feature-box-icon {
	background-color: #e23c8e;
}

html .feature-box-secondary .feature-box-icon {
	background-color: #a33188;
}

html .feature-box-tertiary .feature-box-icon {
	background-color: #4046b3;
}

html .feature-box-quaternary .feature-box-icon {
	background-color: #171940;
}

html .feature-box-dark .feature-box-icon {
	background-color: #212529;
}

html .feature-box-light .feature-box-icon {
	background-color: #FFF;
}

.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-2 .feature-box-icon .icons {
	color: #e23c8e;
}

html .feature-box-primary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
	color: #e23c8e;
}

html .feature-box-secondary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
	color: #a33188;
}

html .feature-box-tertiary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
	color: #4046b3;
}

html .feature-box-quaternary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
	color: #171940;
}

html .feature-box-dark.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
	color: #212529;
}

html .feature-box-light.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-2 .feature-box-icon .icons {
	color: #FFF;
}

.feature-box.feature-box-style-3 .feature-box-icon {
	border-color: #e23c8e;
}

.feature-box.feature-box-style-3 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-3 .feature-box-icon .icons {
	color: #e23c8e;
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon {
	border-color: #e23c8e;
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
	color: #e23c8e;
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
	border-color: #a33188;
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
	color: #a33188;
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
	border-color: #4046b3;
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
	color: #4046b3;
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
	border-color: #171940;
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
	color: #171940;
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon {
	border-color: #212529;
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
	color: #212529;
}

html .feature-box-light.feature-box-style-3 .feature-box-icon {
	border-color: #FFF;
}

html .feature-box-light.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
	color: #FFF;
}

.feature-box.feature-box-style-4 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-4 .feature-box-icon .icons {
	color: #e23c8e;
}

html .feature-box-primary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
	color: #e23c8e;
}

html .feature-box-secondary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
	color: #a33188;
}

html .feature-box-tertiary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
	color: #4046b3;
}

html .feature-box-quaternary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
	color: #171940;
}

html .feature-box-dark.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
	color: #212529;
}

html .feature-box-light.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
	color: #FFF;
}

.feature-box.feature-box-style-5 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-5 .feature-box-icon .icons {
	color: #e23c8e;
}

html .feature-box-primary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-5 .feature-box-icon .icons {
	color: #e23c8e;
}

html .feature-box-secondary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .icons {
	color: #a33188;
}

html .feature-box-tertiary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .icons {
	color: #4046b3;
}

html .feature-box-quaternary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .icons {
	color: #171940;
}

html .feature-box-dark.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-5 .feature-box-icon .icons {
	color: #212529;
}

html .feature-box-light.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-5 .feature-box-icon .icons {
	color: #FFF;
}

html .feature-box-primary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-6 .feature-box-icon .icons {
	color: #e23c8e;
}

html .feature-box-secondary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .icons {
	color: #a33188;
}

html .feature-box-tertiary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .icons {
	color: #4046b3;
}

html .feature-box-quaternary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .icons {
	color: #171940;
}

html .feature-box-dark.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-6 .feature-box-icon .icons {
	color: #212529;
}

html .feature-box-light.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-6 .feature-box-icon .icons {
	color: #FFF;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(1) {
	background-color: #cd1e74;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(2) {
	background-color: #df2681;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(3) {
	background-color: #e23c8e;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(4) {
	background-color: #e5529b;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(5) {
	background-color: #e968a8;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(6) {
	background-color: #ec7fb5;
}

html .featured-boxes-full .featured-box-full-primary {
	background-color: #e23c8e;
	color: #FFF;
}

html .featured-boxes-full .featured-box-full-secondary {
	background-color: #a33188;
	color: #FFF;
}

html .featured-boxes-full .featured-box-full-tertiary {
	background-color: #4046b3;
	color: #FFF;
}

html .featured-boxes-full .featured-box-full-quaternary {
	background-color: #171940;
	color: #FFF;
}

html .featured-boxes-full .featured-box-full-dark {
	background-color: #212529;
	color: #FFF;
}

html .featured-boxes-full .featured-box-full-light {
	background-color: #FFF;
	color: #777;
}

.pricing-table .most-popular {
	border-color: #e23c8e;
}

.pricing-table .most-popular h3 {
	background-color: #e23c8e;
}

.pricing-table.princig-table-flat .plan h3 {
	background-color: #e23c8e;
}

.pricing-table.princig-table-flat .plan h3 span {
	background: #e23c8e;
}

html .call-to-action.featured.featured-primary {
	border-top-color: #e23c8e;
}

html .call-to-action.call-to-action-primary {
	background: #e23c8e;
}

html .call-to-action.with-full-borders-primary {
	border-color: #e23c8e;
}

html .call-to-action.call-to-action-primary {
	background: #e23c8e;
}

html .call-to-action.call-to-action-primary h3,
html .call-to-action.call-to-action-primary p {
	color: #FFF;
}

html .call-to-action.featured.featured-secondary {
	border-top-color: #a33188;
}

html .call-to-action.call-to-action-secondary {
	background: #a33188;
}

html .call-to-action.with-full-borders-secondary {
	border-color: #a33188;
}

html .call-to-action.call-to-action-secondary {
	background: #a33188;
}

html .call-to-action.call-to-action-secondary h3,
html .call-to-action.call-to-action-secondary p {
	color: #FFF;
}

html .call-to-action.featured.featured-tertiary {
	border-top-color: #4046b3;
}

html .call-to-action.call-to-action-tertiary {
	background: #4046b3;
}

html .call-to-action.with-full-borders-tertiary {
	border-color: #4046b3;
}

html .call-to-action.call-to-action-tertiary {
	background: #4046b3;
}

html .call-to-action.call-to-action-tertiary h3,
html .call-to-action.call-to-action-tertiary p {
	color: #FFF;
}

html .call-to-action.featured.featured-quaternary {
	border-top-color: #171940;
}

html .call-to-action.call-to-action-quaternary {
	background: #171940;
}

html .call-to-action.with-full-borders-quaternary {
	border-color: #171940;
}

html .call-to-action.call-to-action-quaternary {
	background: #171940;
}

html .call-to-action.call-to-action-quaternary h3,
html .call-to-action.call-to-action-quaternary p {
	color: #FFF;
}

html .call-to-action.featured.featured-dark {
	border-top-color: #212529;
}

html .call-to-action.call-to-action-dark {
	background: #212529;
}

html .call-to-action.with-full-borders-dark {
	border-color: #212529;
}

html .call-to-action.call-to-action-dark {
	background: #212529;
}

html .call-to-action.call-to-action-dark h3,
html .call-to-action.call-to-action-dark p {
	color: #FFF;
}

html .call-to-action.featured.featured-light {
	border-top-color: #FFF;
}

html .call-to-action.call-to-action-light {
	background: #FFF;
}

html .call-to-action.with-full-borders-light {
	border-color: #FFF;
}

html .call-to-action.call-to-action-light {
	background: #FFF;
}

html .call-to-action.call-to-action-light h3,
html .call-to-action.call-to-action-light p {
	color: #777;
}

section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
	background: #e23c8e;
	box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #e23c8e;
}

ul.history li .featured-box .box-content {
	border-top-color: #e23c8e;
}

.portfolio-list .portfolio-item.portfolio-item-new:after {
	background: linear-gradient(135deg, #e23c8e 0%, #a33188 80%);
}

.recent-posts .date .month,
article.post .post-date .month {
	background-color: #e23c8e;
}

.recent-posts .date .day,
article.post .post-date .day {
	color: #e23c8e;
}

.slider .tp-bannertimer {
	background-color: #e23c8e;
}

.home-concept strong {
	color: #e23c8e;
}

html .home-intro-primary {
	background: #e23c8e;
}

html .home-intro-secondary {
	background: #a33188;
}

html .home-intro-tertiary {
	background: #4046b3;
}

html .home-intro-quaternary {
	background: #171940;
}

html .home-intro-dark {
	background: #212529;
}

html .home-intro-light {
	background: #FFF;
}

html .slide-overlay-primary .slotholder:after {
	background-color: #e23c8e !important;
}

html .slider-container .tp-caption-overlay-primary {
	background: #e23c8e;
}

html .slider-container .tp-caption-overlay-opacity-primary {
	background: rgba(226, 60, 142, 0.4);
}

html .tp-bullets.bullets-color-primary .tp-bullet:hover,
html .tp-bullets.bullets-color-primary .tp-bullet.selected {
	background: #e23c8e;
}

html .slide-overlay-secondary .slotholder:after {
	background-color: #a33188 !important;
}

html .slider-container .tp-caption-overlay-secondary {
	background: #a33188;
}

html .slider-container .tp-caption-overlay-opacity-secondary {
	background: rgba(163, 49, 136, 0.4);
}

html .tp-bullets.bullets-color-secondary .tp-bullet:hover,
html .tp-bullets.bullets-color-secondary .tp-bullet.selected {
	background: #a33188;
}

html .slide-overlay-tertiary .slotholder:after {
	background-color: #4046b3 !important;
}

html .slider-container .tp-caption-overlay-tertiary {
	background: #4046b3;
}

html .slider-container .tp-caption-overlay-opacity-tertiary {
	background: rgba(64, 70, 179, 0.4);
}

html .tp-bullets.bullets-color-tertiary .tp-bullet:hover,
html .tp-bullets.bullets-color-tertiary .tp-bullet.selected {
	background: #4046b3;
}

html .slide-overlay-quaternary .slotholder:after {
	background-color: #171940 !important;
}

html .slider-container .tp-caption-overlay-quaternary {
	background: #171940;
}

html .slider-container .tp-caption-overlay-opacity-quaternary {
	background: rgba(23, 25, 64, 0.4);
}

html .tp-bullets.bullets-color-quaternary .tp-bullet:hover,
html .tp-bullets.bullets-color-quaternary .tp-bullet.selected {
	background: #171940;
}

html .slide-overlay-dark .slotholder:after {
	background-color: #212529 !important;
}

html .slider-container .tp-caption-overlay-dark {
	background: #212529;
}

html .slider-container .tp-caption-overlay-opacity-dark {
	background: rgba(33, 37, 41, 0.4);
}

html .tp-bullets.bullets-color-dark .tp-bullet:hover,
html .tp-bullets.bullets-color-dark .tp-bullet.selected {
	background: #212529;
}

html .slide-overlay-light .slotholder:after {
	background-color: #FFF !important;
}

html .slider-container .tp-caption-overlay-light {
	background: #FFF;
}

html .slider-container .tp-caption-overlay-opacity-light {
	background: rgba(255, 255, 255, 0.4);
}

html .tp-bullets.bullets-color-light .tp-bullet:hover,
html .tp-bullets.bullets-color-light .tp-bullet.selected {
	background: #FFF;
}

html .slide-overlay.slide-overlay-gradient .slotholder:after {
	background-color: #4046b3 !important;
	background-image: linear-gradient(to right, #4046b3 0%, #171940 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4046b3', endColorstr='#171940', GradientType=1);
}

.cd-product-viewer-handle .handle {
	background: #e23c8e;
}

.tparrows.tparrows-carousel.tp-leftarrow,
.tparrows.tparrows-carousel.tp-rightarrow {
	background-color: #e23c8e;
	border-color: #e23c8e #e23c8e #cd1e74;
	color: #fff;
}

.tparrows.tparrows-carousel.tp-leftarrow:hover,
.tparrows.tparrows-carousel.tp-rightarrow:hover,
.tparrows.tparrows-carousel.tp-leftarrow.hover,
.tparrows.tparrows-carousel.tp-rightarrow.hover {
	background-color: #e75da1;
	border-color: #e968a8 #e968a8 #e23c8e;
	color: #fff;
}

.tparrows.tparrows-carousel.tp-leftarrow:focus,
.tparrows.tparrows-carousel.tp-rightarrow:focus,
.tparrows.tparrows-carousel.tp-leftarrow.focus,
.tparrows.tparrows-carousel.tp-rightarrow.focus {
	box-shadow: 0 0 0 3px rgba(226, 60, 142, 0.5);
}

.tparrows.tparrows-carousel.tp-leftarrow.disabled,
.tparrows.tparrows-carousel.tp-rightarrow.disabled,
.tparrows.tparrows-carousel.tp-leftarrow:disabled,
.tparrows.tparrows-carousel.tp-rightarrow:disabled {
	background-color: #e23c8e;
	border-color: #e23c8e #e23c8e #cd1e74;
}

.tparrows.tparrows-carousel.tp-leftarrow:active,
.tparrows.tparrows-carousel.tp-rightarrow:active,
.tparrows.tparrows-carousel.tp-leftarrow.active,
.tparrows.tparrows-carousel.tp-rightarrow.active {
	background-color: #d8207b !important;
	background-image: none !important;
	border-color: #cd1e74 #cd1e74 #a0185b !important;
}

.tparrows.arrows-primary:before {
	color: #e23c8e;
}

.shop .products .product .onsale {
	background-color: #e23c8e;
	border-bottom-color: #d5207a;
}

.shop .cart-totals tr.total .amount {
	color: #e23c8e;
}

#footer .footer-ribbon {
	background: #e23c8e;
}

#footer .footer-ribbon:before {
	border-right-color: #b61b68;
	border-left-color: #b61b68;
}

#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active {
	color: #e23c8e !important;
}

#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active:before {
	background: #e23c8e !important;
}

#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a {
	color: #e23c8e !important;
}

#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a:before {
	background: #e23c8e !important;
}

.scrollable.colored-slider .scrollable-slider {
	background: #e23c8e;
}

.sample-icon-list .sample-icon a:hover {
	background-color: #e23c8e;
}

html.boxed .body {
	border-top-color: #e23c8e;
}
/* Custom Colors For SVG's */
.custom-fill-color-primary,
.custom-fill-color-primary > svg path {
	fill: #e23c8e !important;
}
.custom-fill-color-secondary,
.custom-fill-color-secondary > svg path {
	fill: #a33188 !important;
}
.custom-fill-color-tertiary,
.custom-fill-color-tertiary > svg path {
	fill: #4046b3 !important;
}
.custom-fill-color-quaternary,
.custom-fill-color-quaternary > svg path {
	fill: #171940 !important;
}
/* Header */
#header .header-btn-collapse-nav {
	background: #4046b3;
}
@media (min-width: 992px) {
	#header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
		color: #4046b3;
	}
	#header .header-nav.header-nav-links nav > ul li:hover > a {
		color: #4046b3;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		border-top-color: #4046b3;
	}
}
@media (max-width: 991px) {
	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
		color: #4046b3 !important;
	}
}
/* Testimonial blockquote */
.testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote:before {
	color: #a33188;
}
/* Pricing Table */
.pricing-table.custom-pricing-table-style-1 .plan.plan-featured .plan-popular-tag {
	background: #a33188;
}
/* Carousel */
.custom-carousel-dots-style-1 .owl-dots .owl-dot {
	box-shadow: 0px 0px 0px 2px #171940;
}
.custom-carousel-dots-style-1 .owl-dots .owl-dot.active {
	background: #171940;
}
/*
* Pagination
*/
.custom-pagination-style-1 .page-item.active .page-link,
.custom-pagination-style-1 .page-item:hover .page-link {
	border-color: #a33188;
	background-color: #a33188 !important;
}

a {
	color: #0088CC;
}

a:hover {
	color: #0099e6;
}

a:focus {
	color: #0099e6;
}

a:active {
	color: #0077b3;
}

html .text-color-primary,
html .text-primary {
	color: #0088CC !important;
}

html .text-color-hover-primary:hover,
html .text-hover-primary:hover {
	color: #0088CC !important;
}

html .text-color-secondary,
html .text-secondary {
	color: #e36159 !important;
}

html .text-color-hover-secondary:hover,
html .text-hover-secondary:hover {
	color: #e36159 !important;
}

html .text-color-tertiary,
html .text-tertiary {
	color: #2BAAB1 !important;
}

html .text-color-hover-tertiary:hover,
html .text-hover-tertiary:hover {
	color: #2BAAB1 !important;
}

html .text-color-quaternary,
html .text-quaternary {
	color: #383f48 !important;
}

html .text-color-hover-quaternary:hover,
html .text-hover-quaternary:hover {
	color: #383f48 !important;
}

html .text-color-dark,
html .text-dark {
	color: #212529 !important;
}

html .text-color-hover-dark:hover,
html .text-hover-dark:hover {
	color: #212529 !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 svg path,
html .svg-fill-color-primary svg rect {
	fill: #0088CC !important;
}

html .svg-stroke-color-primary svg path,
html .svg-stroke-color-primary svg rect {
	stroke: #0088CC !important;
}

html .svg-fill-color-secondary svg path,
html .svg-fill-color-secondary svg rect {
	fill: #e36159 !important;
}

html .svg-stroke-color-secondary svg path,
html .svg-stroke-color-secondary svg rect {
	stroke: #e36159 !important;
}

html .svg-fill-color-tertiary svg path,
html .svg-fill-color-tertiary svg rect {
	fill: #2BAAB1 !important;
}

html .svg-stroke-color-tertiary svg path,
html .svg-stroke-color-tertiary svg rect {
	stroke: #2BAAB1 !important;
}

html .svg-fill-color-quaternary svg path,
html .svg-fill-color-quaternary svg rect {
	fill: #383f48 !important;
}

html .svg-stroke-color-quaternary svg path,
html .svg-stroke-color-quaternary svg rect {
	stroke: #383f48 !important;
}

html .svg-fill-color-dark svg path,
html .svg-fill-color-dark svg rect {
	fill: #212529 !important;
}

html .svg-stroke-color-dark svg path,
html .svg-stroke-color-dark svg rect {
	stroke: #212529 !important;
}

html .svg-fill-color-light svg path,
html .svg-fill-color-light svg rect {
	fill: #FFF !important;
}

html .svg-stroke-color-light svg path,
html .svg-stroke-color-light svg rect {
	stroke: #FFF !important;
}

.gradient-text-color {
	color: #0088CC;
	background: linear-gradient(to bottom right, #0088CC, #e36159);
	background-image: linear-gradient(to right, #0088CC, #e36159);
}

html .bg-color-primary,
html .bg-primary {
	background-color: #0088CC !important;
}

html .bg-color-hover-primary:hover,
html .bg-hover-primary:hover {
	background-color: #0088CC !important;
}

html .bg-color-after-primary:after {
	background-color: #0088CC !important;
}

html .bg-color-hover-after-primary:after:hover {
	background-color: #0088CC !important;
}

html .bg-color-before-primary:before {
	background-color: #0088CC !important;
}

html .bg-color-hover-before-primary:before:hover {
	background-color: #0088CC !important;
}

html .bg-color-secondary,
html .bg-secondary {
	background-color: #e36159 !important;
}

html .bg-color-hover-secondary:hover,
html .bg-hover-secondary:hover {
	background-color: #e36159 !important;
}

html .bg-color-after-secondary:after {
	background-color: #e36159 !important;
}

html .bg-color-hover-after-secondary:after:hover {
	background-color: #e36159 !important;
}

html .bg-color-before-secondary:before {
	background-color: #e36159 !important;
}

html .bg-color-hover-before-secondary:before:hover {
	background-color: #e36159 !important;
}

html .bg-color-tertiary,
html .bg-tertiary {
	background-color: #2BAAB1 !important;
}

html .bg-color-hover-tertiary:hover,
html .bg-hover-tertiary:hover {
	background-color: #2BAAB1 !important;
}

html .bg-color-after-tertiary:after {
	background-color: #2BAAB1 !important;
}

html .bg-color-hover-after-tertiary:after:hover {
	background-color: #2BAAB1 !important;
}

html .bg-color-before-tertiary:before {
	background-color: #2BAAB1 !important;
}

html .bg-color-hover-before-tertiary:before:hover {
	background-color: #2BAAB1 !important;
}

html .bg-color-quaternary,
html .bg-quaternary {
	background-color: #383f48 !important;
}

html .bg-color-hover-quaternary:hover,
html .bg-hover-quaternary:hover {
	background-color: #383f48 !important;
}

html .bg-color-after-quaternary:after {
	background-color: #383f48 !important;
}

html .bg-color-hover-after-quaternary:after:hover {
	background-color: #383f48 !important;
}

html .bg-color-before-quaternary:before {
	background-color: #383f48 !important;
}

html .bg-color-hover-before-quaternary:before:hover {
	background-color: #383f48 !important;
}

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

html .bg-color-hover-dark:hover,
html .bg-hover-dark:hover {
	background-color: #212529 !important;
}

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

html .bg-color-hover-after-dark:after:hover {
	background-color: #212529 !important;
}

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

html .bg-color-hover-before-dark:before:hover {
	background-color: #212529 !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: linear-gradient(135deg, #0088CC 0%, #e36159 80%);
}
/* Color Transition */
@-webkit-keyframes colorTransition {
	0% {
		background-color: #0088CC;
	}

	33% {
		background-color: #e36159;
	}

	66% {
		background-color: #2BAAB1;
	}

	100% {
		background-color: #383f48;
	}
}

@keyframes colorTransition {
	0% {
		background-color: #0088CC;
	}

	33% {
		background-color: #e36159;
	}

	66% {
		background-color: #2BAAB1;
	}

	100% {
		background-color: #383f48;
	}
}

html .border-color-primary {
	border-color: #0088CC !important;
}

html .border-color-hover-primary:hover {
	border-color: #0088CC !important;
}

html .border-color-secondary {
	border-color: #e36159 !important;
}

html .border-color-hover-secondary:hover {
	border-color: #e36159 !important;
}

html .border-color-tertiary {
	border-color: #2BAAB1 !important;
}

html .border-color-hover-tertiary:hover {
	border-color: #2BAAB1 !important;
}

html .border-color-quaternary {
	border-color: #383f48 !important;
}

html .border-color-hover-quaternary:hover {
	border-color: #383f48 !important;
}

html .border-color-dark {
	border-color: #212529 !important;
}

html .border-color-hover-dark:hover {
	border-color: #212529 !important;
}

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

html .border-color-hover-light:hover {
	border-color: #FFF !important;
}

.alternative-font {
	color: #0088CC;
}

html .box-shadow-1-primary:before {
	box-shadow: 0 30px 90px #0088CC !important;
}

html .box-shadow-1-secondary:before {
	box-shadow: 0 30px 90px #e36159 !important;
}

html .box-shadow-1-tertiary:before {
	box-shadow: 0 30px 90px #2BAAB1 !important;
}

html .box-shadow-1-quaternary:before {
	box-shadow: 0 30px 90px #383f48 !important;
}

html .box-shadow-1-dark:before {
	box-shadow: 0 30px 90px #212529 !important;
}

html .box-shadow-1-light:before {
	box-shadow: 0 30px 90px #FFF !important;
}

html .blockquote-primary {
	border-color: #0088CC !important;
}

html .blockquote-secondary {
	border-color: #e36159 !important;
}

html .blockquote-tertiary {
	border-color: #2BAAB1 !important;
}

html .blockquote-quaternary {
	border-color: #383f48 !important;
}

html .blockquote-dark {
	border-color: #212529 !important;
}

html .blockquote-light {
	border-color: #FFF !important;
}

p.drop-caps:first-letter {
	color: #0088CC;
}

p.drop-caps.drop-caps-style-2:first-letter {
	background-color: #0088CC;
}

html .nav-color-primary nav > ul > li > a {
	color: #0088CC !important;
}

html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
	background-color: #0088CC !important;
}

html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
	border-top-color: #0088CC !important;
}

html .nav-color-secondary nav > ul > li > a {
	color: #e36159 !important;
}

html .nav-color-secondary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
	background-color: #e36159 !important;
}

html .nav-color-secondary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
	border-top-color: #e36159 !important;
}

html .nav-color-tertiary nav > ul > li > a {
	color: #2BAAB1 !important;
}

html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
	background-color: #2BAAB1 !important;
}

html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
	border-top-color: #2BAAB1 !important;
}

html .nav-color-quaternary nav > ul > li > a {
	color: #383f48 !important;
}

html .nav-color-quaternary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
	background-color: #383f48 !important;
}

html .nav-color-quaternary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
	border-top-color: #383f48 !important;
}

html .nav-color-dark nav > ul > li > a {
	color: #212529 !important;
}

html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
	background-color: #212529 !important;
}

html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
	border-top-color: #212529 !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 {
	background-color: #0088CC;
}

.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: #0088CC;
}

.nav-active-style-1 > li > a:hover,
.nav-active-style-1 > li > a:focus,
.nav-active-style-1 > li > a.active {
	border-bottom-color: #0088CC;
}

html .nav-pills-primary a {
	color: #0088CC;
}

html .nav-pills-primary a:hover {
	color: #0099e6;
}

html .nav-pills-primary a:focus {
	color: #0099e6;
}

html .nav-pills-primary a:active {
	color: #0077b3;
}

html .nav-pills-primary .nav-link.active,
html .nav-pills-primary > li.active > a {
	background-color: #0088CC;
}

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: #0088CC;
}

html .nav-pills-secondary a {
	color: #e36159;
}

html .nav-pills-secondary a:hover {
	color: #e7766f;
}

html .nav-pills-secondary a:focus {
	color: #e7766f;
}

html .nav-pills-secondary a:active {
	color: #df4c43;
}

html .nav-pills-secondary .nav-link.active,
html .nav-pills-secondary > li.active > a {
	background-color: #e36159;
}

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: #e36159;
}

html .nav-pills-tertiary a {
	color: #2BAAB1;
}

html .nav-pills-tertiary a:hover {
	color: #30bec6;
}

html .nav-pills-tertiary a:focus {
	color: #30bec6;
}

html .nav-pills-tertiary a:active {
	color: #26969c;
}

html .nav-pills-tertiary .nav-link.active,
html .nav-pills-tertiary > li.active > a {
	background-color: #2BAAB1;
}

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: #2BAAB1;
}

html .nav-pills-quaternary a {
	color: #383f48;
}

html .nav-pills-quaternary a:hover {
	color: #434c56;
}

html .nav-pills-quaternary a:focus {
	color: #434c56;
}

html .nav-pills-quaternary a:active {
	color: #2d323a;
}

html .nav-pills-quaternary .nav-link.active,
html .nav-pills-quaternary > li.active > a {
	background-color: #383f48;
}

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: #383f48;
}

html .nav-pills-dark a {
	color: #212529;
}

html .nav-pills-dark a:hover {
	color: #2c3237;
}

html .nav-pills-dark a:focus {
	color: #2c3237;
}

html .nav-pills-dark a:active {
	color: #16181b;
}

html .nav-pills-dark .nav-link.active,
html .nav-pills-dark > li.active > a {
	background-color: #212529;
}

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: #212529;
}

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

.section-scroll-dots-navigation.scroll-dots-navigation-colored > ul > li > a:before {
	background: #0088CC;
}

.sort-source-wrapper .nav > li.active > a {
	color: #0088CC;
}

.sort-source-wrapper .nav > li.active > a:hover,
.sort-source-wrapper .nav > li.active > a:focus {
	color: #0088CC;
}

.sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #0088CC;
}

.sort-source.sort-source-style-3 > li.active > a {
	border-bottom-color: #0088CC !important;
	color: #0088CC !important;
}

html .badge-primary {
	background-color: #0088CC;
}

html .badge-secondary {
	background-color: #e36159;
}

html .badge-tertiary {
	background-color: #2BAAB1;
}

html .badge-quaternary {
	background-color: #383f48;
}

html .badge-dark {
	background-color: #212529;
}

html .badge-light {
	background-color: #FFF;
}

html .overlay-color-primary:not(.no-skin):before {
	background-color: #0088CC !important;
}

html .overlay-color-secondary:not(.no-skin):before {
	background-color: #e36159 !important;
}

html .overlay-color-tertiary:not(.no-skin):before {
	background-color: #2BAAB1 !important;
}

html .overlay-color-quaternary:not(.no-skin):before {
	background-color: #383f48 !important;
}

html .overlay-color-dark:not(.no-skin):before {
	background-color: #212529 !important;
}

html .overlay-color-light:not(.no-skin):before {
	background-color: #FFF !important;
}

.btn-link {
	color: #0088CC;
}

.btn-link:hover {
	color: #0099e6;
}

.btn-link:active {
	color: #0077b3;
}

html .btn-primary {
	background-color: #0088CC;
	border-color: #0088CC #0088CC #006699;
	color: #FFF;
}

html .btn-primary:hover,
html .btn-primary.hover {
	background-color: #00a1f2;
	border-color: #00aaff #00aaff #0088CC;
	color: #FFF;
}

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

html .btn-primary.disabled,
html .btn-primary:disabled {
	background-color: #0088CC;
	border-color: #0088CC #0088CC #006699;
}

html .btn-primary:active,
html .btn-primary.active {
	background-color: #006ea6 !important;
	background-image: none !important;
	border-color: #006699 #006699 #004466 !important;
}

html .btn-primary-scale-2 {
	background-color: #006699;
	border-color: #006699 #006699 #004466;
	color: #FFF;
}

html .btn-primary-scale-2:hover,
html .btn-primary-scale-2.hover {
	background-color: #007fbf;
	border-color: #0088cc #0088cc #006699;
	color: #FFF;
}

html .btn-primary-scale-2:focus,
html .btn-primary-scale-2.focus {
	box-shadow: 0 0 0 3px rgba(0, 102, 153, 0.5);
}

html .btn-primary-scale-2.disabled,
html .btn-primary-scale-2:disabled {
	background-color: #006699;
	border-color: #006699 #006699 #004466;
}

html .btn-primary-scale-2:active,
html .btn-primary-scale-2.active {
	background-color: #004c73 !important;
	background-image: none !important;
	border-color: #004466 #004466 #002233 !important;
}

html .show > .btn-primary.dropdown-toggle,
html .show > .btn-primary-scale-2.dropdown-toggle {
	background-color: #006ea6 !important;
	background-image: none !important;
	border-color: #006699 #006699 #004466 !important;
}

html .btn-secondary {
	background-color: #e36159;
	border-color: #e36159 #e36159 #dc372d;
	color: #FFF;
}

html .btn-secondary:hover,
html .btn-secondary.hover {
	background-color: #e9807a;
	border-color: #ea8b85 #ea8b85 #e36159;
	color: #FFF;
}

html .btn-secondary:focus,
html .btn-secondary.focus {
	box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
}

html .btn-secondary.disabled,
html .btn-secondary:disabled {
	background-color: #e36159;
	border-color: #e36159 #e36159 #dc372d;
}

html .btn-secondary:active,
html .btn-secondary.active {
	background-color: #dd4238 !important;
	background-image: none !important;
	border-color: #dc372d #dc372d #b7281f !important;
}

html .btn-secondary-scale-2 {
	background-color: #dc372d;
	border-color: #dc372d #dc372d #b7281f;
	color: #FFF;
}

html .btn-secondary-scale-2:hover,
html .btn-secondary-scale-2.hover {
	background-color: #e1574e;
	border-color: #e36159 #e36159 #dc372d;
	color: #FFF;
}

html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2.focus {
	box-shadow: 0 0 0 3px rgba(220, 55, 45, 0.5);
}

html .btn-secondary-scale-2.disabled,
html .btn-secondary-scale-2:disabled {
	background-color: #dc372d;
	border-color: #dc372d #dc372d #b7281f;
}

html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2.active {
	background-color: #c22a21 !important;
	background-image: none !important;
	border-color: #b7281f #b7281f #8b1e18 !important;
}

html .show > .btn-secondary.dropdown-toggle,
html .show > .btn-secondary-scale-2.dropdown-toggle {
	background-color: #dd4238 !important;
	background-image: none !important;
	border-color: #dc372d #dc372d #b7281f !important;
}

html .btn-tertiary {
	background-color: #2BAAB1;
	border-color: #2BAAB1 #2BAAB1 #218388;
	color: #FFF;
}

html .btn-tertiary:hover,
html .btn-tertiary.hover {
	background-color: #34c6ce;
	border-color: #3fc9d0 #3fc9d0 #2BAAB1;
	color: #FFF;
}

html .btn-tertiary:focus,
html .btn-tertiary.focus {
	box-shadow: 0 0 0 3px rgba(43, 170, 177, 0.5);
}

html .btn-tertiary.disabled,
html .btn-tertiary:disabled {
	background-color: #2BAAB1;
	border-color: #2BAAB1 #2BAAB1 #218388;
}

html .btn-tertiary:active,
html .btn-tertiary.active {
	background-color: #248c92 !important;
	background-image: none !important;
	border-color: #218388 #218388 #175b5f !important;
}

html .btn-tertiary-scale-2 {
	background-color: #218388;
	border-color: #218388 #218388 #175b5f;
	color: #FFF;
}

html .btn-tertiary-scale-2:hover,
html .btn-tertiary-scale-2.hover {
	background-color: #29a0a7;
	border-color: #2baab1 #2baab1 #218388;
	color: #FFF;
}

html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2.focus {
	box-shadow: 0 0 0 3px rgba(33, 131, 136, 0.5);
}

html .btn-tertiary-scale-2.disabled,
html .btn-tertiary-scale-2:disabled {
	background-color: #218388;
	border-color: #218388 #218388 #175b5f;
}

html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2.active {
	background-color: #1a6569 !important;
	background-image: none !important;
	border-color: #175b5f #175b5f #0d3436 !important;
}

html .show > .btn-tertiary.dropdown-toggle,
html .show > .btn-tertiary-scale-2.dropdown-toggle {
	background-color: #248c92 !important;
	background-image: none !important;
	border-color: #218388 #218388 #175b5f !important;
}

html .btn-quaternary {
	background-color: #383f48;
	border-color: #383f48 #383f48 #22262b;
	color: #FFF;
}

html .btn-quaternary:hover,
html .btn-quaternary.hover {
	background-color: #49525e;
	border-color: #4e5865 #4e5865 #383f48;
	color: #FFF;
}

html .btn-quaternary:focus,
html .btn-quaternary.focus {
	box-shadow: 0 0 0 3px rgba(56, 63, 72, 0.5);
}

html .btn-quaternary.disabled,
html .btn-quaternary:disabled {
	background-color: #383f48;
	border-color: #383f48 #383f48 #22262b;
}

html .btn-quaternary:active,
html .btn-quaternary.active {
	background-color: #272c32 !important;
	background-image: none !important;
	border-color: #22262b #22262b #0b0d0f !important;
}

html .btn-quaternary-scale-2 {
	background-color: #22262b;
	border-color: #22262b #22262b #0b0d0f;
	color: #FFF;
}

html .btn-quaternary-scale-2:hover,
html .btn-quaternary-scale-2.hover {
	background-color: #323941;
	border-color: #383f48 #383f48 #22262b;
	color: #FFF;
}

html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2.focus {
	box-shadow: 0 0 0 3px rgba(34, 38, 43, 0.5);
}

html .btn-quaternary-scale-2.disabled,
html .btn-quaternary-scale-2:disabled {
	background-color: #22262b;
	border-color: #22262b #22262b #0b0d0f;
}

html .btn-quaternary-scale-2:active,
html .btn-quaternary-scale-2.active {
	background-color: #111316 !important;
	background-image: none !important;
	border-color: #0b0d0f #0b0d0f #000000 !important;
}

html .show > .btn-quaternary.dropdown-toggle,
html .show > .btn-quaternary-scale-2.dropdown-toggle {
	background-color: #272c32 !important;
	background-image: none !important;
	border-color: #22262b #22262b #0b0d0f !important;
}

html .btn-dark {
	background-color: #212529;
	border-color: #212529 #212529 #0a0c0d;
	color: #FFF;
}

html .btn-dark:hover,
html .btn-dark.hover {
	background-color: #32383e;
	border-color: #383f45 #383f45 #212529;
	color: #FFF;
}

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

html .btn-dark.disabled,
html .btn-dark:disabled {
	background-color: #212529;
	border-color: #212529 #212529 #0a0c0d;
}

html .btn-dark:active,
html .btn-dark.active {
	background-color: #101214 !important;
	background-image: none !important;
	border-color: #0a0c0d #0a0c0d #000000 !important;
}

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

html .btn-dark-scale-2:hover,
html .btn-dark-scale-2.hover {
	background-color: #1b1f22;
	border-color: #212529 #212529 #0a0c0d;
	color: #FFF;
}

html .btn-dark-scale-2:focus,
html .btn-dark-scale-2.focus {
	box-shadow: 0 0 0 3px rgba(10, 11, 13, 0.5);
}

html .btn-dark-scale-2.disabled,
html .btn-dark-scale-2:disabled {
	background-color: #0a0c0d;
	border-color: #0a0c0d #0a0c0d #000000;
}

html .btn-dark-scale-2:active,
html .btn-dark-scale-2.active {
	background-color: #000000 !important;
	background-image: none !important;
	border-color: #000000 #000000 #000000 !important;
}

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

html .btn-light {
	background-color: #FFF;
	border-color: #FFF #FFF #e6e6e6;
	color: #777;
}

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

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

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

html .btn-light:active,
html .btn-light.active {
	background-color: #ececec !important;
	background-image: none !important;
	border-color: #e6e6e6 #e6e6e6 #cccccc !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 {
	background-color: #f9f9f9;
	border-color: #ffffff #ffffff #e6e6e6;
	color: #777;
}

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

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

html .btn-light-scale-2:active,
html .btn-light-scale-2.active {
	background-color: #d2d2d2 !important;
	background-image: none !important;
	border-color: #cccccc #cccccc #b3b3b3 !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-outline.btn-primary {
	color: #0088CC;
	background-color: transparent;
	background-image: none;
	border-color: #0088CC;
}

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

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

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

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

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

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

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

html .btn-outline.btn-secondary:focus,
html .btn-outline.btn-secondary.focus {
	box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
}

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

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

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

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

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

html .btn-outline.btn-tertiary:focus,
html .btn-outline.btn-tertiary.focus {
	box-shadow: 0 0 0 3px rgba(43, 170, 177, 0.5);
}

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

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

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

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

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

html .btn-outline.btn-quaternary:focus,
html .btn-outline.btn-quaternary.focus {
	box-shadow: 0 0 0 3px rgba(56, 63, 72, 0.5);
}

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

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

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

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

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

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

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

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

html .show > .btn-outline.btn-dark.dropdown-toggle {
	color: #FFF !important;
	background-color: #212529 !important;
	border-color: #212529 !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: #0088CC;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-gradient:not(.btn-outline) {
	background: linear-gradient(135deg, #0088CC 0%, #e36159 80%);
	color: #FFF;
}

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

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

.btn-gradient:not(.btn-outline).disabled,
.btn-gradient:not(.btn-outline):disabled {
	background: linear-gradient(135deg, #0088CC 0%, #e36159 80%);
}

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

.btn-gradient.btn-outline {
	-o-border-image: linear-gradient(135deg, #0088CC 0%, #e36159 80%);
	border-image: linear-gradient(135deg, #0088CC 0%, #e36159 80%);
	color: #0088CC;
}

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

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

.btn-gradient.btn-outline.disabled,
.btn-gradient.btn-outline:disabled {
	-o-border-image: linear-gradient(135deg, #0088CC 0%, #e36159 80%);
	border-image: linear-gradient(135deg, #0088CC 0%, #e36159 80%);
}

.btn-gradient.btn-outline:active,
.btn-gradient.btn-outline.active {
	-o-border-image: linear-gradient(135deg, #006ea6 0%, #dd4238 80%) !important;
	border-image: linear-gradient(135deg, #006ea6 0%, #dd4238 80%) !important;
	color: #006ea6;
}

.pagination > a,
.pagination > a:hover,
.pagination > a:focus,
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #0088CC;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination .page-item.active .page-link {
	background-color: #0088CC !important;
	border-color: #0088CC;
}

body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
	color: #0088CC;
}

body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
	background-color: #0088CC;
	border-color: #0088CC;
}

.pagination > .active > a,
body.dark .pagination > .active > a {
	background-color: #0088CC;
	border-color: #0088CC #0088CC #006699;
	color: #fff;
}

.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover,
.pagination > .active > a.hover,
body.dark .pagination > .active > a.hover {
	background-color: #00a1f2;
	border-color: #00aaff #00aaff #0088CC;
	color: #fff;
}

.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.pagination > .active > a.focus,
body.dark .pagination > .active > a.focus {
	box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

.pagination > .active > a.disabled,
body.dark .pagination > .active > a.disabled,
.pagination > .active > a:disabled,
body.dark .pagination > .active > a:disabled {
	background-color: #0088CC;
	border-color: #0088CC #0088CC #006699;
}

.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a.active,
body.dark .pagination > .active > a.active {
	background-color: #006ea6 !important;
	background-image: none !important;
	border-color: #006699 #006699 #004466 !important;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #0088CC;
}

html .alert-primary {
	background-color: #0088CC;
	border-color: #007ebd;
	color: #FFF;
}

html .alert-primary .alert-link {
	color: #FFF;
}

html .alert-secondary {
	background-color: #e36159;
	border-color: #e1554c;
	color: #FFF;
}

html .alert-secondary .alert-link {
	color: #FFF;
}

html .alert-tertiary {
	background-color: #2BAAB1;
	border-color: #289ea5;
	color: #FFF;
}

html .alert-tertiary .alert-link {
	color: #FFF;
}

html .alert-quaternary {
	background-color: #383f48;
	border-color: #31373f;
	color: #FFF;
}

html .alert-quaternary .alert-link {
	color: #FFF;
}

html .alert-dark {
	background-color: #212529;
	border-color: #1a1d21;
	color: #FFF;
}

html .alert-dark .alert-link {
	color: #FFF;
}

html .alert-light {
	background-color: #FFF;
	border-color: #f7f7f7;
	color: #777;
}

html .alert-light .alert-link {
	color: #777;
}

html .progress-bar-primary {
	background-color: #0088CC;
}

html .progress-bar-secondary {
	background-color: #e36159;
}

html .progress-bar-tertiary {
	background-color: #2BAAB1;
}

html .progress-bar-quaternary {
	background-color: #383f48;
}

html .progress-bar-dark {
	background-color: #212529;
}

html .progress-bar-light {
	background-color: #FFF;
}

html .word-rotator.loading-bar-primary .word-rotator-words::after {
	background-color: #0088CC;
}

html .word-rotator.loading-bar-secondary .word-rotator-words::after {
	background-color: #e36159;
}

html .word-rotator.loading-bar-tertiary .word-rotator-words::after {
	background-color: #2BAAB1;
}

html .word-rotator.loading-bar-quaternary .word-rotator-words::after {
	background-color: #383f48;
}

html .word-rotator.loading-bar-dark .word-rotator-words::after {
	background-color: #212529;
}

html .word-rotator.loading-bar-light .word-rotator-words::after {
	background-color: #FFF;
}

.process .process-step-circle {
	border-color: #0088CC;
}

.process .process-step:hover .process-step-circle {
	background-color: #0088CC;
}

.process .process-step:hover .process-step-circle .process-step-circle-content {
	color: #FFF !important;
}

.process-connecting-line .connecting-line {
	background: #0088CC;
}

html .rating-primary .filled-stars {
	color: #0088CC;
}

html .rating-secondary .filled-stars {
	color: #e36159;
}

html .rating-tertiary .filled-stars {
	color: #2BAAB1;
}

html .rating-quaternary .filled-stars {
	color: #383f48;
}

html .rating-dark .filled-stars {
	color: #212529;
}

html .rating-light .filled-stars {
	color: #FFF;
}

html section.section-primary {
	background-color: #0088CC !important;
	border-color: #0077b3 !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: #006699 !important;
	border-color: #005580 !important;
}

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

html section.section-secondary {
	background-color: #e36159 !important;
	border-color: #df4c43 !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: #dc372d !important;
	border-color: #cd2c23 !important;
}

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

html section.section-tertiary {
	background-color: #2BAAB1 !important;
	border-color: #26969c !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: #218388 !important;
	border-color: #1c6f73 !important;
}

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

html section.section-quaternary {
	background-color: #383f48 !important;
	border-color: #2d323a !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: #22262b !important;
	border-color: #17191d !important;
}

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

html section.section-dark {
	background-color: #212529 !important;
	border-color: #16181b !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: #0a0c0d !important;
	border-color: #000000 !important;
}

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

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, #0088CC 50%, #e36159 50%);
}

section.section.section-overlay-opacity-gradient:before {
	background: linear-gradient(135deg, #0088CC 0%, #e36159 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: #0088CC !important;
}

section.page-header.custom-product {
	background-color: #0077b3;
	border-top-color: #0081c2;
}

html .page-header-color.page-header-primary {
	background-color: #0088CC;
	border-bottom-color: #0088CC;
	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: #e36159;
	border-bottom-color: #e36159;
	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: #2BAAB1;
	border-bottom-color: #2BAAB1;
	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: #383f48;
	border-bottom-color: #383f48;
	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: #212529;
	border-bottom-color: #212529;
	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 {
	color: #0088CC;
	border-left-color: #0088CC;
	border-right-color: #0088CC;
}

html .toggle-primary .toggle.active > label {
	background-color: #0088CC;
	border-color: #0088CC;
	color: #FFF;
}

html .toggle-primary.toggle-simple .toggle > label:after {
	background-color: #0088CC;
}

html .toggle-primary.toggle-minimal .toggle.active > label {
	color: #0088CC;
}

html .toggle-secondary .toggle label {
	color: #e36159;
	border-left-color: #e36159;
	border-right-color: #e36159;
}

html .toggle-secondary .toggle.active > label {
	background-color: #e36159;
	border-color: #e36159;
	color: #FFF;
}

html .toggle-secondary.toggle-simple .toggle > label:after {
	background-color: #e36159;
}

html .toggle-secondary.toggle-minimal .toggle.active > label {
	color: #e36159;
}

html .toggle-tertiary .toggle label {
	color: #2BAAB1;
	border-left-color: #2BAAB1;
	border-right-color: #2BAAB1;
}

html .toggle-tertiary .toggle.active > label {
	background-color: #2BAAB1;
	border-color: #2BAAB1;
	color: #FFF;
}

html .toggle-tertiary.toggle-simple .toggle > label:after {
	background-color: #2BAAB1;
}

html .toggle-tertiary.toggle-minimal .toggle.active > label {
	color: #2BAAB1;
}

html .toggle-quaternary .toggle label {
	color: #383f48;
	border-left-color: #383f48;
	border-right-color: #383f48;
}

html .toggle-quaternary .toggle.active > label {
	background-color: #383f48;
	border-color: #383f48;
	color: #FFF;
}

html .toggle-quaternary.toggle-simple .toggle > label:after {
	background-color: #383f48;
}

html .toggle-quaternary.toggle-minimal .toggle.active > label {
	color: #383f48;
}

html .toggle-dark .toggle label {
	color: #212529;
	border-left-color: #212529;
	border-right-color: #212529;
}

html .toggle-dark .toggle.active > label {
	background-color: #212529;
	border-color: #212529;
	color: #FFF;
}

html .toggle-dark.toggle-simple .toggle > label:after {
	background-color: #212529;
}

html .toggle-dark.toggle-minimal .toggle.active > label {
	color: #212529;
}

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

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

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

html .toggle-light.toggle-minimal .toggle.active > label {
	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: #0088CC;
}

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

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

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

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

html .thumb-info .thumb-info-action-icon-tertiary {
	background-color: #2BAAB1;
}

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

html .thumb-info .thumb-info-action-icon-quaternary {
	background-color: #383f48;
}

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

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

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: #005580;
	border-left-color: #005580;
}

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

.thumb-info-floating-caption-title .thumb-info-floating-caption-type {
	background-color: #0088CC;
}

.inverted {
	background-color: #0088CC;
}

html .inverted-primary {
	background-color: #0088CC;
}

html .inverted-secondary {
	background-color: #e36159;
}

html .inverted-tertiary {
	background-color: #2BAAB1;
}

html .inverted-quaternary {
	background-color: #383f48;
}

html .inverted-dark {
	background-color: #212529;
}

html .inverted-light {
	background-color: #FFF;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #0074ad;
}

.owl-carousel.show-nav-title .owl-nav button[class*="owl-"],
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover,
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover {
	color: #0088CC;
}

.owl-carousel .owl-nav button[class*="owl-"] {
	background-color: #0088CC;
	border-color: #0088CC #0088CC #006699;
	color: #FFF;
}

.owl-carousel .owl-nav button[class*="owl-"]:hover,
.owl-carousel .owl-nav button[class*="owl-"].hover {
	background-color: #00a1f2;
	border-color: #00aaff #00aaff #0088CC;
}

.owl-carousel .owl-nav button[class*="owl-"]:active,
.owl-carousel .owl-nav button[class*="owl-"].active {
	background-color: #006ea6;
	background-image: none;
	border-color: #006699 #006699 #004466;
}

.owl-carousel.nav-with-transparency:not(.nav-style-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
	background-color: rgba(0, 136, 204, 0.4);
}

.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
	color: #0088CC !important;
}

.owl-carousel.nav-style-2 .owl-nav .owl-next:before,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:before,
.owl-carousel.nav-style-2 .owl-nav .owl-next:after,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:after {
	border-color: #0088CC;
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
	background: #0088CC;
}

html body .tabs .nav-tabs .nav-link,
html.dark body .tabs .nav-tabs .nav-link,
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link {
	color: #0088CC;
}

html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs .nav-link:focus,
html.dark body .tabs .nav-tabs .nav-link:focus,
html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link,
html body .tabs .nav-tabs.nav-justified .nav-link:hover,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover,
html body .tabs .nav-tabs.nav-justified .nav-link:focus,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus {
	border-top-color: #0088CC;
}

html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus {
	border-bottom-color: #0088CC;
}

html body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus {
	border-left-color: #0088CC;
}

html body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus {
	border-right-color: #0088CC;
}

html body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover {
	border-top-color: #0088CC;
	color: #0088CC;
}

html body .tabs-primary .nav-tabs li .nav-link,
html.dark body .tabs-primary .nav-tabs li .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
	color: #0088CC;
}

html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #0088CC;
}

html body .tabs-primary .nav-tabs li.active .nav-link,
html.dark body .tabs-primary .nav-tabs li.active .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #0088CC;
	color: #0088CC;
}

html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
	border-bottom-color: #0088CC;
}

html body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus {
	border-left-color: #0088CC;
}

html body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus {
	border-right-color: #0088CC;
}

html body .tabs-secondary .nav-tabs li .nav-link,
html.dark body .tabs-secondary .nav-tabs li .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
	color: #e36159;
}

html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #e36159;
}

html body .tabs-secondary .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #e36159;
	color: #e36159;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
	border-bottom-color: #e36159;
}

html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus {
	border-left-color: #e36159;
}

html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus {
	border-right-color: #e36159;
}

html body .tabs-tertiary .nav-tabs li .nav-link,
html.dark body .tabs-tertiary .nav-tabs li .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
	color: #2BAAB1;
}

html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #2BAAB1;
}

html body .tabs-tertiary .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #2BAAB1;
	color: #2BAAB1;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
	border-bottom-color: #2BAAB1;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus {
	border-left-color: #2BAAB1;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus {
	border-right-color: #2BAAB1;
}

html body .tabs-quaternary .nav-tabs li .nav-link,
html.dark body .tabs-quaternary .nav-tabs li .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
	color: #383f48;
}

html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #383f48;
}

html body .tabs-quaternary .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #383f48;
	color: #383f48;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
	border-bottom-color: #383f48;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus {
	border-left-color: #383f48;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus {
	border-right-color: #383f48;
}

html body .tabs-dark .nav-tabs li .nav-link,
html.dark body .tabs-dark .nav-tabs li .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
	color: #212529;
}

html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #212529;
}

html body .tabs-dark .nav-tabs li.active .nav-link,
html.dark body .tabs-dark .nav-tabs li.active .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #212529;
	color: #212529;
}

html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
	border-bottom-color: #212529;
}

html body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus {
	border-left-color: #212529;
}

html body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus {
	border-right-color: #212529;
}

html body .tabs-light .nav-tabs li .nav-link,
html.dark body .tabs-light .nav-tabs li .nav-link,
html body .tabs-light .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link,
html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
	color: #FFF;
}

html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #FFF;
}

html body .tabs-light .nav-tabs li.active .nav-link,
html.dark body .tabs-light .nav-tabs li.active .nav-link,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs li.active .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs li.active .nav-link:focus,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #FFF;
	color: #FFF;
}

html body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
	border-bottom-color: #FFF;
}

html body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus {
	border-left-color: #FFF;
}

html body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus {
	border-right-color: #FFF;
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus {
	border-right-color: #0088CC;
	border-left-color: transparent;
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus {
	border-right-color: transparent;
	border-left-color: #0088CC;
}

.list.list-icons li > [class*="fa-"]:first-child,
.list.list-icons li a:first-child > [class*="fa-"]:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
	color: #0088CC;
	border-color: #0088CC;
}

.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #0088CC;
}

.list.list-ordened li:before {
	color: #0088CC;
	border-color: #0088CC;
}

.list.list-ordened.list-ordened-style-3 li:before {
	background-color: #0088CC;
}

html .list-primary.list-icons li > [class*="fa-"]:first-child,
html .list-primary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-primary.list-icons li > .icons:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child {
	color: #0088CC;
	border-color: #0088CC;
}

html .list-primary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #0088CC;
	color: #FFF;
}

html .list-primary.list-ordened li:before {
	color: #0088CC;
}

html .list-primary.list-ordened.list-ordened-style-3 li:before {
	background-color: #0088CC;
	color: #FFF;
}

html .list-secondary.list-icons li > [class*="fa-"]:first-child,
html .list-secondary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-secondary.list-icons li > .icons:first-child,
html .list-secondary.list-icons li a:first-child > .icons:first-child {
	color: #e36159;
	border-color: #e36159;
}

html .list-secondary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #e36159;
	color: #FFF;
}

html .list-secondary.list-ordened li:before {
	color: #e36159;
}

html .list-secondary.list-ordened.list-ordened-style-3 li:before {
	background-color: #e36159;
	color: #FFF;
}

html .list-tertiary.list-icons li > [class*="fa-"]:first-child,
html .list-tertiary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-tertiary.list-icons li > .icons:first-child,
html .list-tertiary.list-icons li a:first-child > .icons:first-child {
	color: #2BAAB1;
	border-color: #2BAAB1;
}

html .list-tertiary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #2BAAB1;
	color: #FFF;
}

html .list-tertiary.list-ordened li:before {
	color: #2BAAB1;
}

html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
	background-color: #2BAAB1;
	color: #FFF;
}

html .list-quaternary.list-icons li > [class*="fa-"]:first-child,
html .list-quaternary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-quaternary.list-icons li > .icons:first-child,
html .list-quaternary.list-icons li a:first-child > .icons:first-child {
	color: #383f48;
	border-color: #383f48;
}

html .list-quaternary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #383f48;
	color: #FFF;
}

html .list-quaternary.list-ordened li:before {
	color: #383f48;
}

html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
	background-color: #383f48;
	color: #FFF;
}

html .list-dark.list-icons li > [class*="fa-"]:first-child,
html .list-dark.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-dark.list-icons li > .icons:first-child,
html .list-dark.list-icons li a:first-child > .icons:first-child {
	color: #212529;
	border-color: #212529;
}

html .list-dark.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #212529;
	color: #FFF;
}

html .list-dark.list-ordened li:before {
	color: #212529;
}

html .list-dark.list-ordened.list-ordened-style-3 li:before {
	background-color: #212529;
	color: #FFF;
}

html .list-light.list-icons li > [class*="fa-"]:first-child,
html .list-light.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-light.list-icons li > .icons:first-child,
html .list-light.list-icons li a:first-child > .icons:first-child {
	color: #FFF;
	border-color: #FFF;
}

html .list-light.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-light.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #FFF;
	color: #777;
}

html .list-light.list-ordened li:before {
	color: #FFF;
}

html .list-light.list-ordened.list-ordened-style-3 li:before {
	background-color: #FFF;
	color: #777;
}

.parallax blockquote i.fa-quote-left {
	color: #0088CC;
}

section.video blockquote i.fa-quote-left {
	color: #0088CC;
}

.accordion .card-header a {
	color: #0088CC;
}

html .accordion.accordion-primary .card-header {
	background-color: #0088CC !important;
}

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

html .accordion.accordion-secondary .card-header {
	background-color: #e36159 !important;
}

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

html .accordion.accordion-tertiary .card-header {
	background-color: #2BAAB1 !important;
}

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

html .accordion.accordion-quaternary .card-header {
	background-color: #383f48 !important;
}

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

html .accordion.accordion-dark .card-header {
	background-color: #212529 !important;
}

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

html .accordion.accordion-light .card-header {
	background-color: #FFF !important;
}

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

html .divider.divider-primary [class*="fa-"],
html .divider.divider-primary .icons {
	color: #0088CC;
}

html .divider.divider-primary.divider-small hr {
	background: #0088CC;
}

html .divider.divider-secondary [class*="fa-"],
html .divider.divider-secondary .icons {
	color: #e36159;
}

html .divider.divider-secondary.divider-small hr {
	background: #e36159;
}

html .divider.divider-tertiary [class*="fa-"],
html .divider.divider-tertiary .icons {
	color: #2BAAB1;
}

html .divider.divider-tertiary.divider-small hr {
	background: #2BAAB1;
}

html .divider.divider-quaternary [class*="fa-"],
html .divider.divider-quaternary .icons {
	color: #383f48;
}

html .divider.divider-quaternary.divider-small hr {
	background: #383f48;
}

html .divider.divider-dark [class*="fa-"],
html .divider.divider-dark .icons {
	color: #212529;
}

html .divider.divider-dark.divider-small hr {
	background: #212529;
}

html .divider.divider-light [class*="fa-"],
html .divider.divider-light .icons {
	color: #FFF;
}

html .divider.divider-light.divider-small hr {
	background: #FFF;
}

html .divider.divider-style-2.divider-primary [class*="fa-"],
html .divider.divider-style-2.divider-primary .icons {
	background: #0088CC;
	color: #FFF;
}

html .divider.divider-style-2.divider-secondary [class*="fa-"],
html .divider.divider-style-2.divider-secondary .icons {
	background: #e36159;
	color: #FFF;
}

html .divider.divider-style-2.divider-tertiary [class*="fa-"],
html .divider.divider-style-2.divider-tertiary .icons {
	background: #2BAAB1;
	color: #FFF;
}

html .divider.divider-style-2.divider-quaternary [class*="fa-"],
html .divider.divider-style-2.divider-quaternary .icons {
	background: #383f48;
	color: #FFF;
}

html .divider.divider-style-2.divider-dark [class*="fa-"],
html .divider.divider-style-2.divider-dark .icons {
	background: #212529;
	color: #FFF;
}

html .divider.divider-style-2.divider-light [class*="fa-"],
html .divider.divider-style-2.divider-light .icons {
	background: #FFF;
	color: #777;
}

html .divider.divider-style-3.divider-primary [class*="fa-"],
html .divider.divider-style-3.divider-primary .icons {
	border-color: #0088CC;
}

html .divider.divider-style-3.divider-secondary [class*="fa-"],
html .divider.divider-style-3.divider-secondary .icons {
	border-color: #e36159;
}

html .divider.divider-style-3.divider-tertiary [class*="fa-"],
html .divider.divider-style-3.divider-tertiary .icons {
	border-color: #2BAAB1;
}

html .divider.divider-style-3.divider-quaternary [class*="fa-"],
html .divider.divider-style-3.divider-quaternary .icons {
	border-color: #383f48;
}

html .divider.divider-style-3.divider-dark [class*="fa-"],
html .divider.divider-style-3.divider-dark .icons {
	border-color: #212529;
}

html .divider.divider-style-3.divider-light [class*="fa-"],
html .divider.divider-style-3.divider-light .icons {
	border-color: #FFF;
}

#header .tip {
	background: #0088CC;
	color: #FFF;
}

#header .tip:before {
	border-right-color: #0088CC;
	border-left-color: transparent;
}

html #header .tip-primary {
	background: #0088CC !important;
	color: #FFF !important;
}

html #header .tip-primary:before {
	border-right-color: #0088CC !important;
}

html #header .tip-secondary {
	background: #e36159 !important;
	color: #FFF !important;
}

html #header .tip-secondary:before {
	border-right-color: #e36159 !important;
}

html #header .tip-tertiary {
	background: #2BAAB1 !important;
	color: #FFF !important;
}

html #header .tip-tertiary:before {
	border-right-color: #2BAAB1 !important;
}

html #header .tip-quaternary {
	background: #383f48 !important;
	color: #FFF !important;
}

html #header .tip-quaternary:before {
	border-right-color: #383f48 !important;
}

html #header .tip-dark {
	background: #212529 !important;
	color: #FFF !important;
}

html #header .tip-dark:before {
	border-right-color: #212529 !important;
}

html #header .tip-light {
	background: #FFF !important;
	color: #777 !important;
}

html #header .tip-light:before {
	border-right-color: #FFF !important;
}

html[dir="rtl"] #header .tip:before {
	border-left-color: #0088CC;
}

html[dir="rtl"] #header .tip.skin:before {
	border-left-color: #0088CC;
}

html[dir="rtl"] #header .tip-primary:before {
	border-left-color: #0088CC !important;
	border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-secondary:before {
	border-left-color: #e36159 !important;
	border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-tertiary:before {
	border-left-color: #2BAAB1 !important;
	border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-quaternary:before {
	border-left-color: #383f48 !important;
	border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-dark:before {
	border-left-color: #212529 !important;
	border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-light:before {
	border-left-color: #FFF !important;
	border-right-color: transparent !important;
}

#header .header-btn-collapse-nav {
	background: #0088CC;
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a {
		color: #0088CC;
	}

	#header .header-nav-main nav > ul > li.open > a,
	#header .header-nav-main nav > ul > li:hover > a {
		background: #0088CC;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		border-top-color: #0088CC;
	}

	#header .header-nav-main nav > ul > li.dropdown.open > a:before,
	#header .header-nav-main nav > ul > li.dropdown:hover > a:before {
		border-bottom-color: #0088CC;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
		border-top-color: #0088CC;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a {
		color: #0088CC;
	}

	#header .header-nav-main nav > ul:not(:hover) > li > a.active {
		background-color: #0088CC;
		color: #FFF;
	}

	#header .header-nav.header-nav-stripe nav > ul > li:hover > a,
	#header .header-nav.header-nav-stripe nav > ul > li.open > a {
		background-color: #0088CC;
	}

	#header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active {
		background-color: #0088CC;
	}

	#header .header-nav.header-nav-stripe nav > ul:hover > li > a.active {
		color: #0088CC;
	}

	#header .header-nav.header-nav-links nav > ul li:hover > a {
		color: #0088CC;
	}

	#header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
		color: #0088CC;
	}

	#header .header-nav.header-nav-links.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
		background: #0088CC !important;
	}

	#header .header-nav.header-nav-line nav > ul li:hover > a {
		color: #0088CC;
	}

	#header .header-nav.header-nav-line nav > ul li:hover > a:before {
		background: #0088CC;
	}

	#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
		color: #0088CC;
	}

	#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before {
		background: #0088CC;
	}

	#header .header-nav-main.header-nav-main-slide nav > ul > li.open > span > a,
	#header .header-nav-main.header-nav-main-slide nav > ul > li:hover > span > a {
		color: #0088CC;
	}

	#header .header-nav-main.header-nav-main-slide nav > ul:not(:hover) > li > span > a.active {
		color: #0088CC;
	}

	html.side-header #header.side-header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
	html.side-header #header.side-header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
		border-left-color: #0088CC;
	}

	html.side-header-right #header.side-header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
	html.side-header-right #header.side-header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
		border-right-color: #0088CC;
	}
}

@media (min-width: 992px) {
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
		background-color: #0088CC;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
		color: #FFF;
		border-bottom-color: #007ebd;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a {
		background: #0092db;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before,
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before {
		border-bottom-color: #0088CC;
		background: #0088CC;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-primary .dropdown-mega-sub-title {
		color: #FFF;
		opacity: 0.7;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
		background: #0088CC;
		color: #FFF;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
		color: #FFF;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
		background: #0088CC;
		color: #FFF;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
		color: #0088CC;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus:before,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover:before {
		background-color: #0088CC;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
		color: #0088CC;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before {
		background: #0088CC;
	}

	html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
		color: #0088CC;
	}

	html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active:before {
		background-color: #0088CC;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
		color: #0088CC;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus,
	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
		color: #0088CC;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
		color: #0088CC;
	}

	html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
		color: #0088CC;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu {
		background-color: #e36159;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
		color: #FFF;
		border-bottom-color: #e1554c;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a {
		background: #e56d66;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.open > a:before,
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a:before {
		border-bottom-color: #e36159;
		background: #e36159;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-secondary .dropdown-mega-sub-title {
		color: #FFF;
		opacity: 0.7;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
		background: #e36159;
		color: #FFF;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
		color: #FFF;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
		background: #e36159;
		color: #FFF;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
		color: #e36159;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus:before,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover:before {
		background-color: #e36159;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
		color: #e36159;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.open > a:before,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a:before {
		background: #e36159;
	}

	html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
		color: #e36159;
	}

	html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active:before {
		background-color: #e36159;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a {
		color: #e36159;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus,
	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
		color: #e36159;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
		color: #e36159;
	}

	html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
		color: #e36159;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu {
		background-color: #2BAAB1;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
		color: #FFF;
		border-bottom-color: #289ea5;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a {
		background: #2eb6bd;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.open > a:before,
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a:before {
		border-bottom-color: #2BAAB1;
		background: #2BAAB1;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-tertiary .dropdown-mega-sub-title {
		color: #FFF;
		opacity: 0.7;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
		background: #2BAAB1;
		color: #FFF;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
		color: #FFF;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
		background: #2BAAB1;
		color: #FFF;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
		color: #2BAAB1;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus:before,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover:before {
		background-color: #2BAAB1;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
		color: #2BAAB1;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.open > a:before,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a:before {
		background: #2BAAB1;
	}

	html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
		color: #2BAAB1;
	}

	html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active:before {
		background-color: #2BAAB1;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a {
		color: #2BAAB1;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus,
	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
		color: #2BAAB1;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
		color: #2BAAB1;
	}

	html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
		color: #2BAAB1;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu {
		background-color: #383f48;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
		color: #FFF;
		border-bottom-color: #31373f;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a {
		background: #3f4751;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.open > a:before,
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a:before {
		border-bottom-color: #383f48;
		background: #383f48;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-quaternary .dropdown-mega-sub-title {
		color: #FFF;
		opacity: 0.7;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
		background: #383f48;
		color: #FFF;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
		color: #FFF;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
		background: #383f48;
		color: #FFF;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
		color: #383f48;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus:before,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover:before {
		background-color: #383f48;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
		color: #383f48;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.open > a:before,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a:before {
		background: #383f48;
	}

	html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
		color: #383f48;
	}

	html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active:before {
		background-color: #383f48;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a {
		color: #383f48;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus,
	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
		color: #383f48;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
		color: #383f48;
	}

	html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
		color: #383f48;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu {
		background-color: #212529;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
		color: #FFF;
		border-bottom-color: #1a1d21;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li:hover > a {
		background: #282d31;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.open > a:before,
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a:before {
		border-bottom-color: #212529;
		background: #212529;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-dark .dropdown-mega-sub-title {
		color: #FFF;
		opacity: 0.7;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
		background: #212529;
		color: #FFF;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
		color: #FFF;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active {
		background: #212529;
		color: #FFF;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
		color: #212529;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus:before,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover:before {
		background-color: #212529;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
		color: #212529;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.open > a:before,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a:before {
		background: #212529;
	}

	html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active {
		color: #212529;
	}

	html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active:before {
		background-color: #212529;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a {
		color: #212529;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus,
	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
		color: #212529;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
		color: #212529;
	}

	html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active {
		color: #212529;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu {
		background-color: #FFF;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
		color: #777;
		border-bottom-color: #f7f7f7;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li:hover > a {
		background: #ffffff;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.open > a:before,
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a:before {
		border-bottom-color: #FFF;
		background: #FFF;
	}

	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-light .dropdown-mega-sub-title {
		color: #777;
		opacity: 0.7;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
		background: #FFF;
		color: #777;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
		color: #777;
	}

	html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
		background: #FFF;
		color: #777;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
		color: #FFF;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus:before,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover:before {
		background-color: #FFF;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
		color: #FFF;
	}

	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.open > a:before,
	html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a:before {
		background: #FFF;
	}

	html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
		color: #FFF;
	}

	html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active:before {
		background-color: #FFF;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a {
		color: #FFF;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus,
	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
		color: #FFF;
	}

	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
		color: #FFF;
	}

	html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
		color: #FFF;
	}
}

@media (min-width: 992px) {
	html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul > li:hover > a,
	html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul > li .wrapper-items-cloned:hover > a {
		color: #0088CC !important;
	}

	html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul:not(:hover) > li > a.active,
	html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul:not(:hover) > li .wrapper-items-cloned > a.active {
		color: #0088CC !important;
	}
}

@media (max-width: 991px) {
	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
		color: #0088CC;
	}

	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:active {
		color: #0088CC;
	}

	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
		background: #0088CC;
	}

	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:focus,
	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:hover {
		background: #0088CC;
	}

	#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
		background: #0088CC;
	}

	#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:focus,
	#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:hover {
		background: #0088CC;
	}

	html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
		color: #0088CC !important;
	}

	html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav::-webkit-scrollbar-thumb {
		background-color: #0088CC;
	}

	html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a.active {
		color: #0088CC !important;
	}

	html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li:hover > a {
		color: #0088CC !important;
	}
}

@media (max-width: 991px) {
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a {
		color: #0088CC;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a.active {
		background: #0088CC !important;
		color: #FFF !important;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
		color: #e36159;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a.active {
		background: #e36159 !important;
		color: #FFF !important;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a {
		color: #2BAAB1;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a.active {
		background: #2BAAB1 !important;
		color: #FFF !important;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a {
		color: #383f48;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a.active {
		background: #383f48 !important;
		color: #FFF !important;
	}
}

html #header .header-top.header-top-primary {
	background: #0088CC;
	border-top-color: #0077b3;
}

html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
	background: #0099e6;
}

html #header .header-top.header-top-primary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:focus {
	background: #0099e6;
}

html #header .header-top.header-top-primary .dropdown-menu {
	background: #0099e6;
	border-color: #0099e6;
}

html #header .header-top.header-top-primary .dropdown-menu a:hover,
html #header .header-top.header-top-primary .dropdown-menu a:focus {
	background: #00aaff !important;
}

html #header .header-top.header-top-secondary {
	background: #e36159;
	border-top-color: #df4c43;
}

html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
	background: #e7766f;
}

html #header .header-top.header-top-secondary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:focus {
	background: #e7766f;
}

html #header .header-top.header-top-secondary .dropdown-menu {
	background: #e7766f;
	border-color: #e7766f;
}

html #header .header-top.header-top-secondary .dropdown-menu a:hover,
html #header .header-top.header-top-secondary .dropdown-menu a:focus {
	background: #ea8b85 !important;
}

html #header .header-top.header-top-tertiary {
	background: #2BAAB1;
	border-top-color: #26969c;
}

html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
	background: #30bec6;
}

html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:focus {
	background: #30bec6;
}

html #header .header-top.header-top-tertiary .dropdown-menu {
	background: #30bec6;
	border-color: #30bec6;
}

html #header .header-top.header-top-tertiary .dropdown-menu a:hover,
html #header .header-top.header-top-tertiary .dropdown-menu a:focus {
	background: #3fc9d0 !important;
}

html #header .header-top.header-top-quaternary {
	background: #383f48;
	border-top-color: #2d323a;
}

html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a {
	background: #434c56;
}

html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:focus {
	background: #434c56;
}

html #header .header-top.header-top-quaternary .dropdown-menu {
	background: #434c56;
	border-color: #434c56;
}

html #header .header-top.header-top-quaternary .dropdown-menu a:hover,
html #header .header-top.header-top-quaternary .dropdown-menu a:focus {
	background: #4e5865 !important;
}

html #header .header-top.header-top-dark {
	background: #212529;
	border-top-color: #16181b;
}

html #header .header-top.header-top-dark .header-nav-top ul > li.open > a {
	background: #2c3237;
}

html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:focus {
	background: #2c3237;
}

html #header .header-top.header-top-dark .dropdown-menu {
	background: #2c3237;
	border-color: #2c3237;
}

html #header .header-top.header-top-dark .dropdown-menu a:hover,
html #header .header-top.header-top-dark .dropdown-menu a:focus {
	background: #383f45 !important;
}

html #header .header-top.header-top-light {
	background: #FFF;
	border-top-color: #f2f2f2;
}

html #header .header-top.header-top-light .header-nav-top ul > li.open > a {
	background: #ffffff;
}

html #header .header-top.header-top-light .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-light .header-nav-top ul > li.open > a:focus {
	background: #ffffff;
}

html #header .header-top.header-top-light .dropdown-menu {
	background: #ffffff;
	border-color: #ffffff;
}

html #header .header-top.header-top-light .dropdown-menu a:hover,
html #header .header-top.header-top-light .dropdown-menu a:focus {
	background: #ffffff !important;
}

@media (min-width: 992px) {
	html #header .header-nav-bar-primary {
		background: #0088CC !important;
		color: #FFF !important;
	}

	html #header .header-nav-bar-secondary {
		background: #e36159 !important;
		color: #FFF !important;
	}

	html #header .header-nav-bar-tertiary {
		background: #2BAAB1 !important;
		color: #FFF !important;
	}

	html #header .header-nav-bar-quaternary {
		background: #383f48 !important;
		color: #FFF !important;
	}

	html #header .header-nav-bar-dark {
		background: #212529 !important;
		color: #FFF !important;
	}

	html #header .header-nav-bar-light {
		background: #FFF !important;
		color: #777 !important;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-light nav > ul > li.open > a,
	#header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
		color: #0088CC;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
		color: #0088CC;
	}
}

#header .header-nav-features .header-nav-features-search-reveal-big-search .form-control {
	border-bottom-color: #0088cc;
}

.testimonial blockquote {
	background: #0099e6;
}

.testimonial .testimonial-arrow-down {
	border-top-color: #0099e6;
}

html .testimonial-primary blockquote {
	background: #0099e6;
}

html .testimonial-primary .testimonial-arrow-down {
	border-top-color: #0099e6;
}

html .testimonial-primary.testimonial-style-7 {
	background: #0099e6;
}

html .testimonial-quotes-primary blockquote:before,
html .testimonial-quotes-primary blockquote:after {
	color: #0088CC !important;
}

html .testimonial-secondary blockquote {
	background: #e7766f;
}

html .testimonial-secondary .testimonial-arrow-down {
	border-top-color: #e7766f;
}

html .testimonial-secondary.testimonial-style-7 {
	background: #e7766f;
}

html .testimonial-quotes-secondary blockquote:before,
html .testimonial-quotes-secondary blockquote:after {
	color: #0088CC !important;
}

html .testimonial-tertiary blockquote {
	background: #30bec6;
}

html .testimonial-tertiary .testimonial-arrow-down {
	border-top-color: #30bec6;
}

html .testimonial-tertiary.testimonial-style-7 {
	background: #30bec6;
}

html .testimonial-quotes-tertiary blockquote:before,
html .testimonial-quotes-tertiary blockquote:after {
	color: #0088CC !important;
}

html .testimonial-quaternary blockquote {
	background: #434c56;
}

html .testimonial-quaternary .testimonial-arrow-down {
	border-top-color: #434c56;
}

html .testimonial-quaternary.testimonial-style-7 {
	background: #434c56;
}

html .testimonial-quotes-quaternary blockquote:before,
html .testimonial-quotes-quaternary blockquote:after {
	color: #0088CC !important;
}

html .testimonial-dark blockquote {
	background: #2c3237;
}

html .testimonial-dark .testimonial-arrow-down {
	border-top-color: #2c3237;
}

html .testimonial-dark.testimonial-style-7 {
	background: #2c3237;
}

html .testimonial-quotes-dark blockquote:before,
html .testimonial-quotes-dark blockquote:after {
	color: #0088CC !important;
}

html .testimonial-light blockquote {
	background: #ffffff;
}

html .testimonial-light .testimonial-arrow-down {
	border-top-color: #ffffff;
}

html .testimonial-light.testimonial-style-7 {
	background: #ffffff;
}

html .testimonial-quotes-light blockquote:before,
html .testimonial-quotes-light blockquote:after {
	color: #0088CC !important;
}

.circular-bar.only-icon [class*="fa-"],
.circular-bar.only-icon .icons {
	color: #0088CC;
}

html .counters .counter-primary [class*="fa-"],
html .counters .counter-primary .icons,
html .counters .counter-primary strong {
	color: #0088CC;
}

html .counters .counter-secondary [class*="fa-"],
html .counters .counter-secondary .icons,
html .counters .counter-secondary strong {
	color: #e36159;
}

html .counters .counter-tertiary [class*="fa-"],
html .counters .counter-tertiary .icons,
html .counters .counter-tertiary strong {
	color: #2BAAB1;
}

html .counters .counter-quaternary [class*="fa-"],
html .counters .counter-quaternary .icons,
html .counters .counter-quaternary strong {
	color: #383f48;
}

html .counters .counter-dark [class*="fa-"],
html .counters .counter-dark .icons,
html .counters .counter-dark strong {
	color: #212529;
}

html .counters .counter-light [class*="fa-"],
html .counters .counter-light .icons,
html .counters .counter-light strong {
	color: #FFF;
}

html .countdown.countdown-primary > span > span {
	color: #0088CC;
}

html .countdown.countdown-secondary > span > span {
	color: #e36159;
}

html .countdown.countdown-tertiary > span > span {
	color: #2BAAB1;
}

html .countdown.countdown-quaternary > span > span {
	color: #383f48;
}

html .countdown.countdown-dark > span > span {
	color: #212529;
}

html .countdown.countdown-light > span > span {
	color: #FFF;
}

html .image-hotspot-primary strong {
	color: #FFF !important;
}

html .image-hotspot-primary .circle {
	background: #0088CC !important;
}

html .image-hotspot-primary .ring {
	border-color: rgba(0, 136, 204, 0.9);
}

html .image-hotspot-secondary strong {
	color: #FFF !important;
}

html .image-hotspot-secondary .circle {
	background: #e36159 !important;
}

html .image-hotspot-secondary .ring {
	border-color: rgba(227, 97, 89, 0.9);
}

html .image-hotspot-tertiary strong {
	color: #FFF !important;
}

html .image-hotspot-tertiary .circle {
	background: #2BAAB1 !important;
}

html .image-hotspot-tertiary .ring {
	border-color: rgba(43, 170, 177, 0.9);
}

html .image-hotspot-quaternary strong {
	color: #FFF !important;
}

html .image-hotspot-quaternary .circle {
	background: #383f48 !important;
}

html .image-hotspot-quaternary .ring {
	border-color: rgba(56, 63, 72, 0.9);
}

html .image-hotspot-dark strong {
	color: #FFF !important;
}

html .image-hotspot-dark .circle {
	background: #212529 !important;
}

html .image-hotspot-dark .ring {
	border-color: rgba(33, 37, 41, 0.9);
}

html .image-hotspot-light strong {
	color: #777 !important;
}

html .image-hotspot-light .circle {
	background: #FFF !important;
}

html .image-hotspot-light .ring {
	border-color: rgba(255, 255, 255, 0.9);
}

.icon-featured {
	background-color: #0088CC;
}

html .featured-box-primary .icon-featured {
	background-color: #0088CC;
}

html .featured-box-primary h4 {
	color: #0088CC;
}

html .featured-box-primary .box-content {
	border-top-color: #0088CC;
}

html .featured-box-primary .box-content-border-bottom {
	border-bottom-color: #0088CC;
}

html .featured-box-secondary .icon-featured {
	background-color: #e36159;
}

html .featured-box-secondary h4 {
	color: #e36159;
}

html .featured-box-secondary .box-content {
	border-top-color: #e36159;
}

html .featured-box-secondary .box-content-border-bottom {
	border-bottom-color: #e36159;
}

html .featured-box-tertiary .icon-featured {
	background-color: #2BAAB1;
}

html .featured-box-tertiary h4 {
	color: #2BAAB1;
}

html .featured-box-tertiary .box-content {
	border-top-color: #2BAAB1;
}

html .featured-box-tertiary .box-content-border-bottom {
	border-bottom-color: #2BAAB1;
}

html .featured-box-quaternary .icon-featured {
	background-color: #383f48;
}

html .featured-box-quaternary h4 {
	color: #383f48;
}

html .featured-box-quaternary .box-content {
	border-top-color: #383f48;
}

html .featured-box-quaternary .box-content-border-bottom {
	border-bottom-color: #383f48;
}

html .featured-box-dark .icon-featured {
	background-color: #212529;
}

html .featured-box-dark h4 {
	color: #212529;
}

html .featured-box-dark .box-content {
	border-top-color: #212529;
}

html .featured-box-dark .box-content-border-bottom {
	border-bottom-color: #212529;
}

html .featured-box-light .icon-featured {
	background-color: #FFF;
}

html .featured-box-light h4 {
	color: #FFF;
}

html .featured-box-light .box-content {
	border-top-color: #FFF;
}

html .featured-box-light .box-content-border-bottom {
	border-bottom-color: #FFF;
}

html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
	border-color: #0088CC;
	color: #0088CC;
}

html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
	border-color: #e36159;
	color: #e36159;
}

html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
	border-color: #2BAAB1;
	color: #2BAAB1;
}

html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
	border-color: #383f48;
	color: #383f48;
}

html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
	border-color: #212529;
	color: #212529;
}

html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
	border-color: #FFF;
	color: #FFF;
}

html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
	border-color: #0088CC;
	color: #0088CC;
}

html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
	border-color: #e36159;
	color: #e36159;
}

html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
	border-color: #2BAAB1;
	color: #2BAAB1;
}

html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
	border-color: #383f48;
	color: #383f48;
}

html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
	border-color: #212529;
	color: #212529;
}

html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
	border-color: #FFF;
	color: #FFF;
}

html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
	color: #0088CC;
}

html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
	color: #e36159;
}

html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
	color: #2BAAB1;
}

html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
	color: #383f48;
}

html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
	color: #212529;
}

html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
	color: #FFF;
}

html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
	color: #0088CC;
}

html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
	color: #e36159;
}

html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
	color: #2BAAB1;
}

html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
	color: #383f48;
}

html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
	color: #212529;
}

html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
	color: #FFF;
}

html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
	color: #0088CC;
}

html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
	color: #e36159;
}

html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
	color: #2BAAB1;
}

html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
	color: #383f48;
}

html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
	color: #212529;
}

html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
	color: #FFF;
}

.featured-boxes-modern-style-primary .featured-box {
	background: #0088CC;
	background: linear-gradient(135deg, #0088CC 0%, #383f48 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088CC', endColorstr='#383f48', GradientType=1);
}

.featured-boxes-modern-style-secondary .featured-box {
	background: #e36159;
	background: linear-gradient(135deg, #e36159 0%, #383f48 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e36159', endColorstr='#383f48', GradientType=1);
}

.featured-boxes-modern-style-tertiary .featured-box {
	background: #2BAAB1;
	background: linear-gradient(135deg, #2BAAB1 0%, #383f48 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2BAAB1', endColorstr='#383f48', GradientType=1);
}

html .featured-box-effect-2.featured-box-primary .icon-featured:after {
	box-shadow: 0 0 0 3px #0088CC;
}

html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
	box-shadow: 0 0 0 3px #e36159;
}

html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
	box-shadow: 0 0 0 3px #2BAAB1;
}

html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
	box-shadow: 0 0 0 3px #383f48;
}

html .featured-box-effect-2.featured-box-dark .icon-featured:after {
	box-shadow: 0 0 0 3px #212529;
}

html .featured-box-effect-2.featured-box-light .icon-featured:after {
	box-shadow: 0 0 0 3px #FFF;
}

html .featured-box-effect-3.featured-box-primary .icon-featured:after {
	box-shadow: 0 0 0 10px #0088CC;
}

html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
	background: #0088CC !important;
}

html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
	box-shadow: 0 0 0 10px #e36159;
}

html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
	background: #e36159 !important;
}

html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
	box-shadow: 0 0 0 10px #2BAAB1;
}

html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
	background: #2BAAB1 !important;
}

html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
	box-shadow: 0 0 0 10px #383f48;
}

html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
	background: #383f48 !important;
}

html .featured-box-effect-3.featured-box-dark .icon-featured:after {
	box-shadow: 0 0 0 10px #212529;
}

html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
	background: #212529 !important;
}

html .featured-box-effect-3.featured-box-light .icon-featured:after {
	box-shadow: 0 0 0 10px #FFF;
}

html .featured-box-effect-3.featured-box-light:hover .icon-featured {
	background: #FFF !important;
}

.feature-box .feature-box-icon {
	background-color: #0088CC;
}

html .feature-box-primary .feature-box-icon {
	background-color: #0088CC;
}

html .feature-box-secondary .feature-box-icon {
	background-color: #e36159;
}

html .feature-box-tertiary .feature-box-icon {
	background-color: #2BAAB1;
}

html .feature-box-quaternary .feature-box-icon {
	background-color: #383f48;
}

html .feature-box-dark .feature-box-icon {
	background-color: #212529;
}

html .feature-box-light .feature-box-icon {
	background-color: #FFF;
}

.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-2 .feature-box-icon .icons {
	color: #0088CC;
}

html .feature-box-primary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
	color: #0088CC;
}

html .feature-box-secondary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
	color: #e36159;
}

html .feature-box-tertiary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
	color: #2BAAB1;
}

html .feature-box-quaternary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
	color: #383f48;
}

html .feature-box-dark.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
	color: #212529;
}

html .feature-box-light.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-2 .feature-box-icon .icons {
	color: #FFF;
}

.feature-box.feature-box-style-3 .feature-box-icon {
	border-color: #0088CC;
}

.feature-box.feature-box-style-3 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-3 .feature-box-icon .icons {
	color: #0088CC;
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon {
	border-color: #0088CC;
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
	color: #0088CC;
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
	border-color: #e36159;
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
	color: #e36159;
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
	border-color: #2BAAB1;
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
	color: #2BAAB1;
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
	border-color: #383f48;
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
	color: #383f48;
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon {
	border-color: #212529;
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
	color: #212529;
}

html .feature-box-light.feature-box-style-3 .feature-box-icon {
	border-color: #FFF;
}

html .feature-box-light.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
	color: #FFF;
}

.feature-box.feature-box-style-4 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-4 .feature-box-icon .icons {
	color: #0088CC;
}

html .feature-box-primary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
	color: #0088CC;
}

html .feature-box-secondary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
	color: #e36159;
}

html .feature-box-tertiary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
	color: #2BAAB1;
}

html .feature-box-quaternary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
	color: #383f48;
}

html .feature-box-dark.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
	color: #212529;
}

html .feature-box-light.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
	color: #FFF;
}

.feature-box.feature-box-style-5 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-5 .feature-box-icon .icons {
	color: #0088CC;
}

html .feature-box-primary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-5 .feature-box-icon .icons {
	color: #0088CC;
}

html .feature-box-secondary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .icons {
	color: #e36159;
}

html .feature-box-tertiary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .icons {
	color: #2BAAB1;
}

html .feature-box-quaternary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .icons {
	color: #383f48;
}

html .feature-box-dark.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-5 .feature-box-icon .icons {
	color: #212529;
}

html .feature-box-light.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-5 .feature-box-icon .icons {
	color: #FFF;
}

html .feature-box-primary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-6 .feature-box-icon .icons {
	color: #0088CC;
}

html .feature-box-secondary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .icons {
	color: #e36159;
}

html .feature-box-tertiary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .icons {
	color: #2BAAB1;
}

html .feature-box-quaternary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .icons {
	color: #383f48;
}

html .feature-box-dark.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-6 .feature-box-icon .icons {
	color: #212529;
}

html .feature-box-light.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-6 .feature-box-icon .icons {
	color: #FFF;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(1) {
	background-color: #006699;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(2) {
	background-color: #0077b3;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(3) {
	background-color: #0088CC;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(4) {
	background-color: #0099e6;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(5) {
	background-color: #00aaff;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(6) {
	background-color: #1ab2ff;
}

html .featured-boxes-full .featured-box-full-primary {
	background-color: #0088CC;
	color: #FFF;
}

html .featured-boxes-full .featured-box-full-secondary {
	background-color: #e36159;
	color: #FFF;
}

html .featured-boxes-full .featured-box-full-tertiary {
	background-color: #2BAAB1;
	color: #FFF;
}

html .featured-boxes-full .featured-box-full-quaternary {
	background-color: #383f48;
	color: #FFF;
}

html .featured-boxes-full .featured-box-full-dark {
	background-color: #212529;
	color: #FFF;
}

html .featured-boxes-full .featured-box-full-light {
	background-color: #FFF;
	color: #777;
}

.pricing-table .most-popular {
	border-color: #0088CC;
}

.pricing-table .most-popular h3 {
	background-color: #0088CC;
}

.pricing-table.princig-table-flat .plan h3 {
	background-color: #0088CC;
}

.pricing-table.princig-table-flat .plan h3 span {
	background: #0088CC;
}

html .call-to-action.featured.featured-primary {
	border-top-color: #0088CC;
}

html .call-to-action.call-to-action-primary {
	background: #0088CC;
}

html .call-to-action.with-full-borders-primary {
	border-color: #0088CC;
}

html .call-to-action.call-to-action-primary {
	background: #0088CC;
}

html .call-to-action.call-to-action-primary h3,
html .call-to-action.call-to-action-primary p {
	color: #FFF;
}

html .call-to-action.featured.featured-secondary {
	border-top-color: #e36159;
}

html .call-to-action.call-to-action-secondary {
	background: #e36159;
}

html .call-to-action.with-full-borders-secondary {
	border-color: #e36159;
}

html .call-to-action.call-to-action-secondary {
	background: #e36159;
}

html .call-to-action.call-to-action-secondary h3,
html .call-to-action.call-to-action-secondary p {
	color: #FFF;
}

html .call-to-action.featured.featured-tertiary {
	border-top-color: #2BAAB1;
}

html .call-to-action.call-to-action-tertiary {
	background: #2BAAB1;
}

html .call-to-action.with-full-borders-tertiary {
	border-color: #2BAAB1;
}

html .call-to-action.call-to-action-tertiary {
	background: #2BAAB1;
}

html .call-to-action.call-to-action-tertiary h3,
html .call-to-action.call-to-action-tertiary p {
	color: #FFF;
}

html .call-to-action.featured.featured-quaternary {
	border-top-color: #383f48;
}

html .call-to-action.call-to-action-quaternary {
	background: #383f48;
}

html .call-to-action.with-full-borders-quaternary {
	border-color: #383f48;
}

html .call-to-action.call-to-action-quaternary {
	background: #383f48;
}

html .call-to-action.call-to-action-quaternary h3,
html .call-to-action.call-to-action-quaternary p {
	color: #FFF;
}

html .call-to-action.featured.featured-dark {
	border-top-color: #212529;
}

html .call-to-action.call-to-action-dark {
	background: #212529;
}

html .call-to-action.with-full-borders-dark {
	border-color: #212529;
}

html .call-to-action.call-to-action-dark {
	background: #212529;
}

html .call-to-action.call-to-action-dark h3,
html .call-to-action.call-to-action-dark p {
	color: #FFF;
}

html .call-to-action.featured.featured-light {
	border-top-color: #FFF;
}

html .call-to-action.call-to-action-light {
	background: #FFF;
}

html .call-to-action.with-full-borders-light {
	border-color: #FFF;
}

html .call-to-action.call-to-action-light {
	background: #FFF;
}

html .call-to-action.call-to-action-light h3,
html .call-to-action.call-to-action-light p {
	color: #777;
}

section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
	background: #0088CC;
	box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #0088CC;
}

ul.history li .featured-box .box-content {
	border-top-color: #0088CC;
}

.portfolio-list .portfolio-item.portfolio-item-new:after {
	background: linear-gradient(135deg, #0088CC 0%, #e36159 80%);
}

.recent-posts .date .month,
article.post .post-date .month {
	background-color: #0088CC;
}

.recent-posts .date .day,
article.post .post-date .day {
	color: #0088CC;
}

.slider .tp-bannertimer {
	background-color: #0088CC;
}

.home-concept strong {
	color: #0088CC;
}

html .home-intro-primary {
	background: #0088CC;
}

html .home-intro-secondary {
	background: #e36159;
}

html .home-intro-tertiary {
	background: #2BAAB1;
}

html .home-intro-quaternary {
	background: #383f48;
}

html .home-intro-dark {
	background: #212529;
}

html .home-intro-light {
	background: #FFF;
}

html .slide-overlay-primary .slotholder:after {
	background-color: #0088CC !important;
}

html .slider-container .tp-caption-overlay-primary {
	background: #0088CC;
}

html .slider-container .tp-caption-overlay-opacity-primary {
	background: rgba(0, 136, 204, 0.4);
}

html .tp-bullets.bullets-color-primary .tp-bullet:hover,
html .tp-bullets.bullets-color-primary .tp-bullet.selected {
	background: #0088CC;
}

html .slide-overlay-secondary .slotholder:after {
	background-color: #e36159 !important;
}

html .slider-container .tp-caption-overlay-secondary {
	background: #e36159;
}

html .slider-container .tp-caption-overlay-opacity-secondary {
	background: rgba(227, 97, 89, 0.4);
}

html .tp-bullets.bullets-color-secondary .tp-bullet:hover,
html .tp-bullets.bullets-color-secondary .tp-bullet.selected {
	background: #e36159;
}

html .slide-overlay-tertiary .slotholder:after {
	background-color: #2BAAB1 !important;
}

html .slider-container .tp-caption-overlay-tertiary {
	background: #2BAAB1;
}

html .slider-container .tp-caption-overlay-opacity-tertiary {
	background: rgba(43, 170, 177, 0.4);
}

html .tp-bullets.bullets-color-tertiary .tp-bullet:hover,
html .tp-bullets.bullets-color-tertiary .tp-bullet.selected {
	background: #2BAAB1;
}

html .slide-overlay-quaternary .slotholder:after {
	background-color: #383f48 !important;
}

html .slider-container .tp-caption-overlay-quaternary {
	background: #383f48;
}

html .slider-container .tp-caption-overlay-opacity-quaternary {
	background: rgba(56, 63, 72, 0.4);
}

html .tp-bullets.bullets-color-quaternary .tp-bullet:hover,
html .tp-bullets.bullets-color-quaternary .tp-bullet.selected {
	background: #383f48;
}

html .slide-overlay-dark .slotholder:after {
	background-color: #212529 !important;
}

html .slider-container .tp-caption-overlay-dark {
	background: #212529;
}

html .slider-container .tp-caption-overlay-opacity-dark {
	background: rgba(33, 37, 41, 0.4);
}

html .tp-bullets.bullets-color-dark .tp-bullet:hover,
html .tp-bullets.bullets-color-dark .tp-bullet.selected {
	background: #212529;
}

html .slide-overlay-light .slotholder:after {
	background-color: #FFF !important;
}

html .slider-container .tp-caption-overlay-light {
	background: #FFF;
}

html .slider-container .tp-caption-overlay-opacity-light {
	background: rgba(255, 255, 255, 0.4);
}

html .tp-bullets.bullets-color-light .tp-bullet:hover,
html .tp-bullets.bullets-color-light .tp-bullet.selected {
	background: #FFF;
}

html .slide-overlay.slide-overlay-gradient .slotholder:after {
	background-color: #2BAAB1 !important;
	background-image: linear-gradient(to right, #2BAAB1 0%, #383f48 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2BAAB1', endColorstr='#383f48', GradientType=1);
}

.cd-product-viewer-handle .handle {
	background: #0088CC;
}

.tparrows.tparrows-carousel.tp-leftarrow,
.tparrows.tparrows-carousel.tp-rightarrow {
	background-color: #0088CC;
	border-color: #0088CC #0088CC #006699;
	color: #fff;
}

.tparrows.tparrows-carousel.tp-leftarrow:hover,
.tparrows.tparrows-carousel.tp-rightarrow:hover,
.tparrows.tparrows-carousel.tp-leftarrow.hover,
.tparrows.tparrows-carousel.tp-rightarrow.hover {
	background-color: #00a1f2;
	border-color: #00aaff #00aaff #0088CC;
	color: #fff;
}

.tparrows.tparrows-carousel.tp-leftarrow:focus,
.tparrows.tparrows-carousel.tp-rightarrow:focus,
.tparrows.tparrows-carousel.tp-leftarrow.focus,
.tparrows.tparrows-carousel.tp-rightarrow.focus {
	box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

.tparrows.tparrows-carousel.tp-leftarrow.disabled,
.tparrows.tparrows-carousel.tp-rightarrow.disabled,
.tparrows.tparrows-carousel.tp-leftarrow:disabled,
.tparrows.tparrows-carousel.tp-rightarrow:disabled {
	background-color: #0088CC;
	border-color: #0088CC #0088CC #006699;
}

.tparrows.tparrows-carousel.tp-leftarrow:active,
.tparrows.tparrows-carousel.tp-rightarrow:active,
.tparrows.tparrows-carousel.tp-leftarrow.active,
.tparrows.tparrows-carousel.tp-rightarrow.active {
	background-color: #006ea6 !important;
	background-image: none !important;
	border-color: #006699 #006699 #004466 !important;
}

.tparrows.arrows-primary:before {
	color: #0088CC;
}

.shop .products .product .onsale {
	background-color: #0088CC;
	border-bottom-color: #006da3;
}

.shop .cart-totals tr.total .amount {
	color: #0088CC;
}

#footer .footer-ribbon {
	background: #0088CC;
}

#footer .footer-ribbon:before {
	border-right-color: #005580;
	border-left-color: #005580;
}

#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active {
	color: #0088CC !important;
}

#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active:before {
	background: #0088CC !important;
}

#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a {
	color: #0088CC !important;
}

#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a:before {
	background: #0088CC !important;
}

.scrollable.colored-slider .scrollable-slider {
	background: #0088CC;
}

.sample-icon-list .sample-icon a:hover {
	background-color: #0088CC;
}

html.boxed .body {
	border-top-color: #0088CC;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Ubuntu', sans-serif;
    background: #EFF1F3 !important;
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #191F62;
    border-radius: 10px;
}

a {
    color: #191F62;
}

a:hover {
    color: rgb(30, 37, 116);
}

.d-inline-block {
    display: inline-block;
}

.fw-500 {
    font-weight: 500 !important;
}

.covid-color {
    color: #EC2727;
}

#hotline {
    top: 109px;
    background: #191F62 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 6px #114A7733;
    border-radius: 0 0 8px 8px;
    background: #191F62;
}

#hotline h1 {
    font-size: 23px;
    color: #fff;
}

#hotline h1 span {
    color: #EC2727;
}

#hotline #contact .card {
    display: block;
    box-shadow: 3px 3px 6px #114A774C;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
}

#hotline #contact .card .icon {
    width: 25px;
    margin-right: 5px;
    float: left;
}

#hotline #contact .card .right {
    text-align: right;
    float: right;
}

#hotline #contact .red {
    background: #EC2727 0% 0% no-repeat padding-box;
    color: #fff;
    text-decoration: none;
}

#hotline #contact .red:hover {
    background: #f23a3a 0% 0% no-repeat padding-box;
}

/* #hotline #contact .red {

} */

#hotline #contact .white {
    background: #fff;
    color: #191F62;
    text-decoration: none;
}

#hotline #contact .white:hover {
    background: #EC2727 0% 0% no-repeat padding-box;
    color: #fff;
}

/* ===== Content ===== */

#content {
    padding: 0;
    /* margin-top: 192px; */
}

#info h1 {
    font-size: 26px;
    font-weight: 500;
}

#info .card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 6px #114A774D;
    border-radius: 8px;
    text-align: center;
    height: 235px;
    color: #191F62;
    font-size: 23px;
    font-weight: 500;
    line-height: 27px;
    padding-right: 20px;
    padding-left: 20px;
}

#info .card:hover {
    background: #191F62 0% 0% no-repeat padding-box;
    color: #FFFFFF;
}

#info .card:hover a {
    color: #FFFFFF;
}

#info .card .card-body {
    margin-top: -20px;
}

#info .card a {
    bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    color: #191F62;
    font-size: 18px;
    text-decoration: none;
}

/* #case {
    margin-top: 80px;
} */

#case h1 {
    font-size: 26px;
    font-weight: 500;
    color: #001329;
}

#case h1 span {
    color: #EC2727;
}

#case h6 {
    color: #777777;
    font-size: 16px;
}

#case #main {
    box-shadow: 3px 3px 6px #114A7733;
    border-radius: 8px;
}

#case h2 {
    font-size: 21px;
    font-weight: 500;
    margin: 0 0 5px;
}

#case .negative {
    background: #FFE8E8 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 6px #114A774D;
    border: 1px solid #EC2727;
    border-radius: 8px;
}

#case .positive {
    background: #EEFFF7 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 6px #114A774D;
    border: 1px solid #03C86C;
    border-radius: 8px;
}

#case .negative h3,
#case .positive h3 {
    font-size: 19px;
    color: #777777;    
    margin: 0;
    text-transform: capitalize;
}

#case .negative h3 span,
#case .positive h3 span {
    font-size: 23px;
    font-weight: 500;
}

#case .negative h2 i,
#case .negative h3 span {
    color: #EC2727;
}

#case .positive h2 i,
#case .positive h3 span {
    color: #03C86C;
}

#case .odp,
#case .pdp {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 12px #114A774D;
    border-radius: 8px;
}

#case .odp h2,
#case .pdp h2 {
    margin-bottom: 30px;
}

#case .odp h3,
#case .pdp h3 {
    font-size: 14px;
    color: #777777;
}

#case .odp h3 span,
#case .pdp h3 span {
    width: 100%;
    display: block;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 5px;
}

#case .odp h2 i,
#case .odp h3 span {
    color: #8E2DDB;
}

#case .pdp h2 i,
#case .pdp h3 span {
    color: #FF9100;
}

#map {
    margin-top: 60px;
}

#map h1 {
    font-size: 26px;
    font-weight: 500;
    color: #001329;
}

#map h1 span {
    color: #EC2727;
}

#map h6 {
    color: #777777;
    font-size: 16px;
}

#map .card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 6px #114A7733;
    border-radius: 8px;
}

#map .card p {
    font-size: 14px;
}

#hospital {
    margin-top: 60px;
    margin-bottom: 13rem;
}

#hospital h1 {
    font-size: 26px;
    font-weight: 500;
    color: #001329;
}

#hospital h1 span {
    color: #EC2727;
}

#hospital h6 {
    color: #777777;
    font-size: 16px;
    line-height: 25px;
}

#hospital .card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 6px #114A7733;
    border-radius: 8px;
}

#hospital .card h1 {
    font-size: 25px;
    font-weight: 500;
    color: #001329;
    margin-top: 10px;
    margin-bottom: 25px;
}

#hospital .card h1 i {
    color: #191F62;
}

#hospital .card .list h2 {
    font-size: 16px;
    font-weight: 500;
    color: #001329;
    margin-top: 30px;
}

#hospital .card .list h3 {
    font-size: 13px;
    color: #001329;
    margin-bottom: 5px;
}

#hospital .card .list span {
    background: #DBEFFF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

#hospital .card .more {
    text-align: center;
}

section.section.position-relative.custom-bg-color-light-2.border-0.pt-4.m-0 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;    
}

.card.btn-more {
    display: block;
    box-shadow: 3px 3px 6px #114A774C;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    background: #191F62 0% 0% no-repeat padding-box;
    color: #fff;
    text-decoration: none;
}

.card.btn-more:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: rgb(30, 37, 116);
}

.card.btn-more .right {
    float: right;
}

.btn-more a {
    text-decoration: none;
    background: #191F62 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 10px 20px;
    color: #FFFFFF;
    font-weight: 500;
}

.btn-more:hover a {
    text-decoration: none;
    color: #FFFFFF;
    background: rgb(30, 37, 116);
}

.outline-blue a {
    text-decoration: none;
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #191F62 !important;
    border-radius: 4px !important;
    padding: 10px 20px !important;
    color: #191F62 !important;
    font-weight: 500 !important; 
}

.outline-blue a:hover {
    background: #191F62 0% 0% no-repeat padding-box !important;
    color: #FFFFFF !important;
}


/* #new-sebaran-kasus {
    margin-top: -15rem;
    margin-bottom: 20rem;
} */

#contact-hotline h1 {
    font-size: 23px;
    color: black;
    font-weight: bold;
}

#contact-hotline h1 span {
    color: #EC2727;
}

#contact-hotline .card {
    display: block;
    box-shadow: 3px 3px 6px #114A774C;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
}

#contact-hotline .card .icon {
    width: 25px;
    margin-right: 5px;
    float: left;
}

#contact-hotline .card .right {
    text-align: right;
    float: right;
}

#contact-hotline .btn-more {
    background: #191F62 0% 0% no-repeat padding-box;
    color: #fff;
    text-decoration: none;
}

#contact-hotline .btn-more:hover {
    background: rgb(29, 37, 117) 0% 0% no-repeat padding-box;
}

#contact-hotline #other-contacts {
    justify-content: center;
    flex-flow: row;
    border: 1px solid #191F62;
    color: #191F62;
}

#contact-hotline #other-contacts:hover {
    background: rgb(245, 243, 243);
    border-color: rgb(29, 37, 117);
    color: rgb(29, 37, 117);
    text-decoration: none;
}

#contact-hotline #other-contacts {
    outline: none;
}

.blue-text {
    color: #191F62;
}

.sort-source.sort-source-style-3 >li.active >a {
    border-bottom-color: #191F62 !important;
    color: #191F62 !important;
}

div#perlindungan-diri .col-lg-12 .row .col-md-4 .card:hover {
    background-color: #191F62;
}

div#perlindungan-diri .col-lg-12 .row .col-md-4 .card:hover .card-body h4,
div#perlindungan-diri .col-lg-12 .row .col-md-4 .card:hover .card-body a {
    color: #FFFFFF !important;
}

.global.covid {
    background: #FF9100 0% 0% no-repeat padding-box !important;
    border: none !important;
}

.global.heal {
    background: #03C86C 0% 0% no-repeat padding-box !important;
    border: none !important;
}

.global.dead {
    background: #FF5050 0% 0% no-repeat padding-box !important;
    border: none !important;
}

.global h2 i, 
.global h3 span {
    color: #FFFFFF !important;
}

.global h2,
.global h3 {
    color: #FFFFFF !important;
}

.indo.covid {
    background: #FFF4E6 0% 0% no-repeat padding-box !important;
    border-color: #FF9100 !important;
}

.indo.covid h2 i, 
.indo.covid h3 span {
    color: #FF9100 !important;
}

.custom-no-border {
    border: unset;
}

#modal-contact-title {
    font-size: 23px;
    color: black;
    font-weight: 500;
    text-transform: capitalize;
}

span.icon {
    margin: 0 5px 0;
}

a {
    color: #3250C0;
}

a:hover {
    color: rgb(30, 37, 116);
}

#header .header-nav.header-nav-links nav >ul:not(:hover) >li >a.active,
#header .header-nav.header-nav-links nav >ul li:hover >a {
    color: #3250C0 !important;
}

#header .header-nav-main nav >ul >li.dropdown .dropdown-menu {
    border-top-color: #3250C0;
}

.pagination >.active >a, 
.pagination >.active >span, 
.pagination >.active >a:hover, 
.pagination >.active >span:hover, 
.pagination >.active >a:focus, 
.pagination >.active >span:focus, 
.pagination .page-item.active .page-link {
    background-color: #3250C0 !important;
    border-color: #3250C0;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #3250C0 !important;
    border-color: #3250C0 !important;
}

.pagination >a, 
.pagination >a:hover, 
.pagination >a:focus, 
.pagination >li >a, 
.pagination >li >span, 
.pagination >li >a:hover, 
.pagination >li >span:hover, 
.pagination >li >a:focus, 
.pagination >li >span:focus {
    color: #3250C0;
    font-family: Roboto;
}

html .toggle-primary .toggle.active >label {
    background-color: #3250C0;
    border-color: #3250C0;
    color: #FFF;
}

html .toggle-primary .toggle label {
    color: #3250C0;
    border-left-color: #3250C0;
    border-right-color: #3250C0;
}

html .btn-primary {
    background-color: #3250C0;
    border-color: #3250C0 #3250C0 #069;
    color: #FFF;
}

a:active {
    color: #3250C0;
}

#header .header-btn-collapse-nav {
    background: #3250C0 !important;
}

@media (max-width: 991px){
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav >ul >li >a.active {
        background: #fff !important;
    }
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav >ul >li >a {
        color: #3250C0;
    }
    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
        background-color: #3250C0 !important;
    }
}



  .font-italic {
    font-style: italic;
  }

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

  .font-underline {
    text-decoration: underline;
  }

  .font-size-10 {
    font-size: 10px !important;
  }

  .font-size-11 {
    font-size: 11px !important;
  }
  
  .font-size-12 {
    font-size: 12px !important;
  }
  
  .font-size-13 {
    font-size: 13px !important;
  }
  
  .font-size-14 {
    font-size: 14px !important;
  }
  
  .font-size-15 {
    font-size: 15px !important;
  }
  
  .font-size-16 {
    font-size: 16px !important;
  }
  
  .font-size-17 {
    font-size: 17px !important;
  }
  
  .font-size-18 {
    font-size: 18px !important;
  }
  
  .font-size-19 {
    font-size: 19px !important;
  }
  
  .font-size-20 {
    font-size: 20px !important;
  }
  
  .font-size-22 {
    font-size: 22px !important;
  }
  
  .font-size-24 {
    font-size: 24px !important;
  }
  
  .font-size-36 {
    font-size: 36px !important;
  }

  .font-size-48 {
    font-size: 48px !important;
  }

  .font-size-50 {
    font-size: 50px !important;
  }

  .font-size-52 {
    font-size: 52px !important;
  }


  .font-size-54 {
    font-size: 54px !important;
  }


  .font-size-56 {
    font-size: 56px !important;
  }


  .footer-group {
      margin-bottom: 50px !important;
  }
#header {
    /* height: 130px !important; */
}

.dropdown-menu {
    border-radius: 0px !important;
}

.main {
    margin-top: 20px;
}
.nav-item.nav-header{
    font-family: Roboto;
    font-weight: 400;
    font-size: 17px;
    line-height:25.5px;
}
.section-page-header {
    background-color: #191F62;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: -20px;
}

.section-page-header a h1{
    color: #ffff;
    font-weight: 500;
    text-align: center;
    font-style: italic;
    font-family: Roboto;
    margin-bottom: 0px;
}

.section-page-header a:hover{
    color: #ffff;
}


.btn-homepage-berita {
    background-color: #3250C0;
    color : #ffff;
    font-family : Roboto;
    font-size: 17px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.btn-homepage-berita:hover{
    color: #ffff;
}

.owlone.owl-carousel .owl-nav button[class*="owl-"] {
    background-color: #ECF2FE;
    border-radius: 0px;
    width: 40px;
    height: 40px;
}

.owlone.owl-carousel .owl-nav button.owl-prev:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f060";
    color : #3371F2 !important ;
    font-size : 17px;
    top: 0px;
}


.owlone.owl-carousel .owl-nav button.owl-next:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f061";
    color : #3371F2 !important ;
    font-size: 17px ;
    top: 0px;

}

.section-berita-homepage {
    background-color: #F8F8F8 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-berita-homepage .title-berita h1 {
    font-family: Raleway;
    font-weight: bold !important;
    font-size: 48px !important;
    color: #333333;
}

.section-berita-homepage h3{
    font-family: Raleway;
    font-size: 24px !important;
    font-weight: 800;
    line-height: 28.15px;
    color: #333333;
    margin-bottom:15px;
}

.section-berita-homepage .title-berita p {
    font-family: Roboto;
    font-size: 16px !important;
    line-height: 24px;
    color: #666666;
}

.section-berita-homepage .title-berita a {
    background-color: #3250C0;
    border-color: #3250C0;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 700;
    color: #ffff;
    
}

.section-berita-homepage .owl-carousel.show-nav-title .owl-nav{
	top: 430px !important;
    margin-top: 0px;
	right: 20px;
	width: auto;
}

.section-berita-homepage .owl-carousel.show-nav-title .owl-nav button{
    font-size: 25px;
}

.section-berita-homepage .owl-carousel.show-nav-title .owl-nav button:hover{
    font-size: 25px;
}

.section-berita-homepage .owl-carousel.show-nav-title .owl-nav button.owl-prev {
    left: -60px;
}

.section-berita-homepage-mobile {
    background-color: #F8F8F8 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-berita-homepage-mobile .title-berita .col-sm-6 {
    width: 50%;
}

.section-berita-homepage-mobile .title-berita h1 {
    font-family: Raleway;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 16px;
    color: #333333;
}

.section-berita-homepage-mobile h3{
    font-family: Raleway;
    font-size: 14px !important;
    font-weight: 800;
    line-height: 14.48px;
    color: #333333;
    margin-bottom:10px;
}

.section-berita-homepage-mobile .title-berita a {
    background-color: #3250C0;
    border-color: #3250C0;
    font-size: 10px;
    font-weight: 700;
    font-family: Roboto;
    color: #ffff;
    padding: 7px 0px 7px 0px;
}

.section-berita-homepage-mobile .owl-carousel.show-nav-title .owl-nav{
	top: 110px !important;
    margin-top: 0px;
	right: 20px;
	width: auto;
}

.section-berita-homepage-mobile .owl-carousel.show-nav-title .owl-nav button{
    font-size: 25px;
}

.section-berita-homepage-mobile .owl-carousel.show-nav-title .owl-nav button:hover{
    font-size: 25px;
}

.section-berita-homepage-mobile .owl-carousel.show-nav-title .owl-nav button.owl-prev {
    left: -60px;
}

.section-regulasi-homepage .card-covid {
    background-color: #547FF3;
    border-radius: 8px;
    text-align: center;
    color: #ffff;
    height: 100%;
    padding: 20px 13px;
}

.section-regulasi-homepage .card-covid h2{
    font-family: Raleway;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    padding-top : 0px;
    line-height: 27px;
    color: #ffff;
}

.section-regulasi-homepage .card-covid a{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    color: #3250C0;
    background-color: #ffff;
    padding-right: 40px;
    padding-left: 40px;
}

.section-regulasi-homepage {
    background-color: #ffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-regulasi-homepage .title h1 {
    font-family: Raleway;
    font-size: 48px;
    font-weight: 800;
    color: #333333;
    margin-bottom: 10px;
}

.section-regulasi-homepage .card-title h1 {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}

.section-regulasi-homepage .title p {
    font-family: Roboto;
    font-weight: 400;
    color: #666666;
}

.section-regulasi-homepage .list-regulasi .more-detail {
    font-weight: bold !important;
}

.section-regulasi-homepage .list-button button {
    font-family: Roboto;
    font-weight: 700;
    color : #ffff;
    background-color: #3250C0;
    margin-bottom: 10px;
}

.section-regulasi-homepage .nav .nav-item {
    cursor: pointer;
    min-width: 200px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 20px;
}

.section-regulasi-homepage .nav-regulasi {
    margin-bottom: -10px;
}

.section-regulasi-homepage .tab-content-regulasi {
    border: 1px solid #b1b2b4 !important;
    border-radius: 10px;
    background: white;
    position: relative;
    min-height: 220px;
    font-size: 18px;
    font-weight: 500;
}

.section-regulasi-homepage .nav .nav-item.active {
    background: #547FF3 !important;
    color: white !important;
}

.section-regulasi-homepage .main-card-covid-desktop {
    min-height: 220px;
}

.section-regulasi-homepage-mobile {
    background-color: #ffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-regulasi-homepage-mobile .title h1 {
    font-family: Raleway;
    font-size: 16px;
    line-height: 14.48px;
    font-weight: 800;
    color: #333333;
    margin-bottom: 2px;
}

.section-regulasi-homepage-mobile .title p {
    font-family: Raleway;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 5px;
}

.section-regulasi-homepage-mobile .card-sebaran .col-sm-6 {
    width : 50%;
}

.section-regulasi-homepage-mobile .card-title h1 {
    font-family: Raleway;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
}

.section-regulasi-homepage-mobile .card-title p {
    font-family: Roboto;
    font-size: 10px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 0px;
    line-height: 10.45px;
}

.section-regulasi-homepage-mobile .col-global {
    padding-right: 5px;
}

.section-regulasi-homepage-mobile .col-indonesia {
    padding-left: 5px;
}

.section-regulasi-homepage-mobile .card-global {
    background-color: #FFF1A8;
    border-radius: 8px;
    text-align: left;
    padding: 0px 10px 0px 10px;
}

.section-regulasi-homepage-mobile .card-global h2{
    font-family: Raleway;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    padding-top : 4px;
    margin-bottom: 0px;
}

.section-regulasi-homepage-mobile .card-global p{
    color : #666666;
    font-family: Roboto;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    margin-bottom: 4px;
}

.section-regulasi-homepage-mobile .card-indonesia {
    background-color: #FF7D1F;
    border-radius: 8px;
    text-align: left;
    color: #ffff;
    padding: 0px 10px 0px 10px;
    margin-top : 10px;
}

.section-regulasi-homepage-mobile .card-indonesia h2{
    font-family: Raleway;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    padding-top : 4px;
    margin-bottom: 0px;
    color: #ffff;
}

.section-regulasi-homepage-mobile .card-indonesia p{
    font-family: Roboto;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #ffff;
}

.section-regulasi-homepage-mobile .card-covid {
    background-color: #547FF3;
    border-radius: 8px;
    text-align: center;
    color: #ffff;
    height: 100%;
    padding: 5px 13px 5px 13px;
}

.section-regulasi-homepage-mobile .card-covid h2{
    font-family: Raleway;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-top : 10px;
    line-height: 14px;
    color: #ffff;
}

.section-regulasi-homepage-mobile .card-covid a{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    color: #3250C0;
    background-color: #ffff;
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 10px;
}

.section-regulasi-homepage-mobile .card-covid .col-sm-3{
    width: 30%;
}

.section-regulasi-homepage-mobile .card-covid .col-sm-9{
    width: 70%;
}


.section-regulasi-homepage-mobile .card-indonesia hr{
    background: #FFFFFF;
    border: 0px solid #FFFFFF !important;    
    margin-top: 5px;
    margin-bottom: 5px;
}

.section-regulasi-homepage-mobile .card-global hr{
    background: #FFFFFF;
    border: 0px solid #FFFFFF !important;    
    margin-top: 5px;
    margin-bottom: 5px;
}

.section-regulasi-homepage-mobile .nav-regulasi {
    margin-bottom: -8px;
}

.section-regulasi-homepage-mobile .tab-content-regulasi-mobile {
    border: 1px solid #b1b2b4 !important;
    border-radius: 10px;
    background: white;
    position: relative;
    min-height: 220px;
    font-size: 14px;
    font-weight: 500;
}

.section-regulasi-homepage-mobile .nav .nav-item.active {
    background: #547FF3 !important;
    color: white !important;
}



.section-sebaran-kasus-homepage {
    background-color: #ffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-sebaran-kasus-homepage .title h1 {
    font-family: Raleway;
    font-size: 48px;
    font-weight: 800;
    color: #333333;
}

.section-sebaran-kasus-homepage .card-title h1 {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}

.section-sebaran-kasus-homepage .card-title p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 0px;
}

.section-sebaran-kasus-homepage .card-global {
    background-color: #FFF1A8;
    border-radius: 8px;
    text-align: center;
}

.section-sebaran-kasus-homepage .card-global h2{
    font-family: Raleway;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-top : 5px;
}

.section-sebaran-kasus-homepage .card-global p{
    color : #666666;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    /* padding-bottom: 5px; */
    margin-bottom: 10px;
}

.section-sebaran-kasus-homepage .card-indonesia {
    background-color: #FF7D1F;
    border-radius: 8px;
    text-align: center;
    color: #ffff;
}

.section-sebaran-kasus-homepage .card-indonesia h2{
    font-family: Raleway;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-top : 5px;
    color: #ffff;
}

.section-sebaran-kasus-homepage .card-indonesia p{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    /* padding-bottom: 5px; */
    margin-bottom: 10px;
    color: #ffff;
}

.section-sebaran-kasus-homepage .main-card-covid {
    padding-top: 80px;
    padding-bottom: 0px;
}

.section-sebaran-kasus-homepage .card-covid {
    background-color: #547FF3;
    border-radius: 8px;
    text-align: center;
    color: #ffff;
    height: 100%;
    padding: 50px 13px 20px 13px;
}

.section-sebaran-kasus-homepage .card-covid h2{
    font-family: Raleway;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 5px;
    padding-top : 0px;
    line-height: 27px;
    color: #ffff;
}

.section-sebaran-kasus-homepage .card-covid a{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    color: #3250C0;
    background-color: #ffff;
    padding-right: 40px;
    padding-left: 40px;
}



.section-sebaran-kasus-homepage-mobile {
    background-color: #ffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-sebaran-kasus-homepage-mobile .title h1 {
    font-family: Raleway;
    font-size: 16px;
    line-height: 14.48px;
    font-weight: 800;
    color: #333333;
    margin-bottom: 2px;
}

.section-sebaran-kasus-homepage-mobile .title p {
    font-family: Raleway;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 5px;
}

.section-sebaran-kasus-homepage-mobile .card-sebaran .col-sm-6 {
    width : 50%;
}

.section-sebaran-kasus-homepage-mobile .card-title h1 {
    font-family: Raleway;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
}

.section-sebaran-kasus-homepage-mobile .card-title p {
    font-family: Roboto;
    font-size: 10px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 0px;
    line-height: 10.45px;
}

.section-sebaran-kasus-homepage-mobile .col-global {
    padding-right: 5px;
}

.section-sebaran-kasus-homepage-mobile .col-indonesia {
    padding-left: 5px;
}

.section-sebaran-kasus-homepage-mobile .card-global {
    background-color: #FFF1A8;
    border-radius: 8px;
    text-align: left;
    padding: 0px 10px 0px 10px;
}

.section-sebaran-kasus-homepage-mobile .card-global h2{
    font-family: Raleway;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    padding-top : 4px;
    margin-bottom: 0px;
}

.section-sebaran-kasus-homepage-mobile .card-global p{
    color : #666666;
    font-family: Roboto;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    margin-bottom: 4px;
}

.section-sebaran-kasus-homepage-mobile .card-indonesia {
    background-color: #FF7D1F;
    border-radius: 8px;
    text-align: left;
    color: #ffff;
    padding: 0px 10px 0px 10px;
    margin-top : 10px;
}

.section-sebaran-kasus-homepage-mobile .card-indonesia h2{
    font-family: Raleway;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    padding-top : 4px;
    margin-bottom: 0px;
    color: #ffff;
}

.section-sebaran-kasus-homepage-mobile .card-indonesia p{
    font-family: Roboto;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #ffff;
}

.section-sebaran-kasus-homepage-mobile .main-card-covid {
    margin-top: 10px 0px 20px 0px;
}

.section-sebaran-kasus-homepage-mobile .card-covid {
    background-color: #547FF3;
    border-radius: 8px;
    text-align: center;
    color: #ffff;
    height: 100%;
    padding: 5px 13px 5px 13px;
}

.section-sebaran-kasus-homepage-mobile .card-covid h2{
    font-family: Raleway;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-top : 10px;
    line-height: 14px;
    color: #ffff;
}

.section-sebaran-kasus-homepage-mobile .card-covid a{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    color: #3250C0;
    background-color: #ffff;
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 10px;
}

.section-sebaran-kasus-homepage-mobile .card-covid .col-sm-3{
    width: 30%;
}

.section-sebaran-kasus-homepage-mobile .card-covid .col-sm-9{
    width: 70%;
}


.section-sebaran-kasus-homepage-mobile .card-indonesia hr{
    background: #FFFFFF;
    border: 0px solid #FFFFFF !important;    
    margin-top: 5px;
    margin-bottom: 5px;
}

.section-sebaran-kasus-homepage-mobile .card-global hr{
    background: #FFFFFF;
    border: 0px solid #FFFFFF !important;    
    margin-top: 5px;
    margin-bottom: 5px;
}


.section-protokol-homepage {
    background-color: #ffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-protokol-homepage .title h1 {
    font-family: Raleway;
    margin-bottom: 0px;
}

.section-protokol-homepage .title p {
    font-family: Roboto;
    font-weight: 400;
    color: #666666;
}

.section-protokol-homepage .list-protokol .more-detail {
    font-weight: bold !important;
}



.section-protokol-homepage .list-button button {
    font-family: Roboto;
    font-weight: 700;
    color : #ffff;
    background-color: #3250C0;
    margin-bottom: 10px;
}

.section-edukasi-homepage {
    background-color: #F6F6F6;
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-edukasi-homepage .title h1 {
    font-family: Raleway;
    color: #333333;
}

.section-edukasi-homepage .title p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    color : #999999;
}

.section-edukasi-homepage .title a {
    background-color: #3250C0;
    border-radius: 6px;
    color: #ffff;
    font-family: Roboto;
    font-weight: 700;
}

.card-edukasi time {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #F50303;
}

.card-edukasi .edukasi-category {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #959494;
}

.card-edukasi .card-body .edukasi-title a{
    font-family: Roboto;
    font-size: 19px;
    font-weight: 700;
    line-height: 28.5px;
    color: #000000;
}

.card-edukasi .btn{
    background-color: #3250C0;
    border-radius: 5px;
    color: #ffff;
    font-family: Roboto;
    font-weight: 500;
    padding-bottom: 5px;
    padding-top : 5px;
}

.section-app-download {
    background-color: #ffff;
    padding-top: 80px;
    padding-bottom: 50px;
}

.section-app-download .container{
    background-color: #049AD7;
    border-radius: 23px;
    padding: 20px;
}

.section-app-download .container .img-app-pedulinlindugi img {
    position: absolute;
    bottom: -20px;
}

.section-app-download .container h1 {
    font-family: Raleway;
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    color: #ffff;
}

.section-app-download .container p {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    color: #ffff;
}

.section-app-download-mobile {
    background-color: #ffff;
    padding-top: 30px;
    padding-bottom: 50px;
}


.section-app-download-mobile .container .card-app-download{
    background-color: #049AD7;
    border-radius: 10px;
    padding: 5px;
}

.section-app-download-mobile .col-sm-4 {
    width: 40%;
}

.section-app-download-mobile .col-sm-8 {
    width: 60%;
}

.section-app-download-mobile .container .img-app-pedulinlindugi img {
    position: absolute;
    bottom: -5px;
    left: -70px;
    width: 300px;
}

.section-app-download-mobile .container .deskripsi {
    padding-right: 0px;
    margin-top : 10px;
}

.section-app-download-mobile .container h1 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 15.05px;
    color: #ffff;
}

.section-app-download-mobile .container p {
    font-family: Roboto;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    color: #ffff;
}

.section-app-download-mobile .container .footer p {
    font-family: Roboto;
    font-size: 12px;
    line-height: 15px;
    color: #676767;
    margin-bottom: 0px;
}

.section-tim-pendukung-homepage {
    background-color: #ffff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-tim-pendukung-homepage .title h1 {
    font-family: Raleway;
    font-weight: 700;
    color: #333333;
}

.section-tim-pendukung-homepage .title p {
    font-family: Roboto;
    font-weight: 400;
    color: #666666;
}

.section-tim-pendukung-homepage .btn-title {
    font-family: Roboto;
    font-weight: 700;
    color : #ffff !important;
    background-color: #3250C0;
    padding: 5px 50px 5px 50px;
    margin-bottom: 10px;
}

.section-tim-pendukung-homepage .btn-title:hover{
    color : #ffff !important;
    background-color: #3250C0;

}

.section-tim-pendukung-homepage .thumb-info .thumb-info-wrapper {
    border: 1px solid #dddddd;
}


.section-tim-pendukung-homepage .owl-carousel.nav-style-1 .owl-nav .owl-prev {
    margin-left: -35px;    
}

.section-tim-pendukung-homepage .owl-carousel.nav-style-1 .owl-nav .owl-next {
    margin-right: -35px;

}

.section-tim-pendukung-homepage .owl-theme .owl-nav{
	margin-top: -10px;
}

.section-tim-pendukung-homepage .owl-carousel .owl-nav button.owl-prev:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f053";
    color : #062360 !important ;
}


.section-tim-pendukung-homepage .owl-carousel .owl-nav button.owl-next:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f054";
    color : #062360 !important ;

}

.section-tim-pendukung-homepage .owl-carousel .owl-nav button {
    font-size: 40px;
}


.section-tim-pendukung-homepage .portfolio-item .thumb-info-title-custom {
    font-family: Raleway;
    font-weight: 700;
    color: #333333;
}

.section-instagram-homepage {
    background-color: #F6F6F6;
    padding-bottom: 30px;
    padding-top: 30px;
}

.section-instagram-homepage .title h1 {
    font-family: Raleway;
    font-weight: 700;
    color: #333333;
}

.section-instagram-homepage .title a {
    background-color: #3250C0;
    color: #ffff;
    font-family: Roboto;
    border-radius: 6px;
}

.section-instagram-homepage .card-instagram {
    border-radius: 13px 11px 0px 0px;
}


.section-instagram-homepage .card-instagram time {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    color: #F96262;
}


.section-instagram-homepage .card-instagram .card-text {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
    color: #8C8C8C;
}

.section-instagram-homepage .owl-theme .owl-nav{
	margin-top: -10px;
}

.section-instagram-homepage .owl-carousel.nav-style-1 .owl-nav .owl-prev {
    margin-left: -35px;    
}

.section-instagram-homepage .owl-carousel.nav-style-1 .owl-nav .owl-next {
    margin-right: -35px;

}

.section-instagram-homepage .owl-carousel .owl-nav button.owl-prev:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f053";
    color : #062360 !important ;
}


.section-instagram-homepage .owl-carousel .owl-nav button.owl-next:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f054";
    color : #062360 !important ;

}

.section-instagram-homepage .owl-carousel .owl-nav button {
    font-size: 40px;

}

.section-instagram-edukasi-homepage {
    padding-bottom: 30px;
    padding-top: 30px;
}

.section-instagram-edukasi-homepage .title h1 {
    font-family: Raleway;
    font-weight: 700;
    color: #333333;
}

.section-instagram-edukasi-homepage .title a {
    background-color: #3250C0;
    color: #ffff;
    font-family: Roboto;
    border-radius: 6px;
}

.section-instagram-edukasi-homepage .card-instagram {
    border-radius: 13px 11px 0px 0px;
}


.section-instagram-edukasi-homepage .card-instagram time {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    color: #F96262;
}


.section-instagram-edukasi-homepage .card-instagram .card-text {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
    color: #8C8C8C;
}

.section-instagram-edukasi-homepage .owl-theme .owl-nav{
	margin-top: -10px;
}

.section-instagram-edukasi-homepage .owl-carousel .owl-nav button.owl-prev:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f053";
    color : #062360 !important ;
}


.section-instagram-edukasi-homepage .owl-carousel .owl-nav button.owl-next:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f054";
    color : #062360 !important ;

}

.section-instagram-edukasi-homepage .owl-carousel .owl-nav button {
    font-size: 40px;

}

.text-copyright {
    font-family: Roboto;
    font-weight: 400px;
    color: #ffff;
    margin-bottom: 0px;
}

.section-app-download .playstore-homepage {
    width: 135px;
}

.section-app-download .appstore-homepage {
    width: 120px;
}

.section-app-download-mobile .playstore-homepage {
    width: 100px;
}

.section-app-download-mobile .appstore-homepage {
    width: 90px;
}


@media(min-width:320px) {
    .section-page-header a h1{
        font-size: 12px;
        line-height: 18px;
    }

    .owlone.owl-carousel .owl-nav button[class*="owl-"]  {
        display: none;
    }

    .section-sebaran-kasus-homepage .col-sm-4 {
        padding-right: 15px !important;
    }

    .section-protokol-homepage .list-button button {
        font-size: 12px;
        line-height: 12px;
        padding: 15px 0px 15px 0px;
    }

    .section-protokol-homepage .list-button .col-sm-3 {
        width: 50%;
    }

    .section-protokol-homepage .list-button .col-sm-3.right-col {
        padding-right: 5px;
        display: flex;
    }

    .section-protokol-homepage .list-button .col-sm-3.left-col {
        padding-left: 5px;
        display: flex;
    }
    
    .section-protokol-homepage .list-button .col-sm-6 {
        padding-right: 15px !important;
    }

    .section-edukasi-homepage .col-sm-6 {
        width : 50%
    }

    .section-edukasi-homepage .owl-carousel.show-nav-title .owl-nav{
        margin-top: 185px;
        right: 10px;
        width: auto;
        left: 50px;
    }

    .section-edukasi-homepage .title {
        margin-bottom: -20px;
    }

    .section-edukasi-homepage .title h1 {
        font-size: 16px;
        font-weight: 800;
    }

    .section-edukasi-homepage .title a {
        font-size: 10px;
    }
    
    .section-edukasi-homepage .owl-carousel.show-nav-tsection-app-downloaditle .owl-nav button{
        font-size: 25px;
    }
    
    .section-edukasi-homepage .owl-carousel.show-nav-title .owl-nav button:hover{
        font-size: 25px;
    }

    .text-copyright {
        font-size: 10px;
        font-weight: 400px;
        line-height: 15px;
    }
    
    .section-protokol-homepage .list-protokol h2 {
        font-family: Raleway;
        color: #FF5454;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 0px;
    }

    .section-protokol-homepage .list-protokol hr {
        border-top: 1px dashed #E8E8E8;
        background-color: #fff;
        margin: 5px 0px 5px 0px;
    }

    .section-protokol-homepage .list-protokol a {
        font-family: Roboto;
        color: #000;
        font-weight: 400 !important;
        font-size: 19px !important;
    }

    .section-protokol-homepage .list-protokol a {
        font-family: Raleway;
        color: #000;
        font-weight: 400 !important;
        font-size: 12px !important;
        line-height: 18px;
    }
    
    .section-protokol-homepage .title h1 {
        font-size: 16px;
        font-weight: 800;
        line-height: 14px;
    }

    .section-protokol-homepage .title p {
        font-size : 12px;
    }

    .section-instagram-homepage .title h1 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .section-instagram-homepage .title a {
        font-size: 10px;
        padding: 5px 40px 5px 40px;
        margin-top: 10px
    }

    .section-instagram-homepage .col-sm-8 {
        width: 50%;
    }

    .section-instagram-homepage .col-sm-4 {
        width: 50%;
    }

    .section-instagram-homepage .owl-carousel.nav-style-1 .owl-nav {
        display: none;
    }

    .section-tim-pendukung-homepage .title h1 {
        font-size: 16px;
        line-height: 16px;
    }

    .section-tim-pendukung-homepage .btn-title {
        font-size: 12px;
    }

    .section-tim-pendukung-homepage .title p {
        font-size: 10px;
        line-height: 15px;
    }

    .section-tim-pendukung-homepage .owl-carousel.nav-style-1 .owl-nav {
        display: none;
    }

    .section-tim-pendukung-homepage .thumb-info .thumb-info-wrapper {
        margin-bottom: 10px;
    }
    

    .section-tim-pendukung-homepage .portfolio-item .thumb-info-title-custom {
        font-size: 10px;
        line-height: 13px;

    }

    
    
}

@media(min-width:575px) {
    .section-page-header a h1{
        font-size: 25px;
        line-height: 37.5px;
    }

    .owlone.owl-carousel .owl-nav button[class*="owl-"]  {
        display: block;
    }

    .section-sebaran-kasus-homepage .col-sm-4 {
        padding-right: 0px !important;
    }

    .section-protokol-homepage .list-button button {
        font-size: 17px;
        line-height: 25px;
        padding: 15px 0px 15px 0px;
    }


    .section-protokol-homepage .list-button .col-sm-3 {
        padding-right: 0px !important;
        width: 100%;
    }

    .section-protokol-homepage .list-button .col-sm-3.right-col {
        padding-right: 15px;
    }

    .section-protokol-homepage .list-button .col-sm-3.left-col {
        padding-left: 15px;
    }

    .section-protokol-homepage .list-button .col-sm-6 {
        padding-right: 0px !important;
    }

    .section-edukasi-homepage .col-sm-6 {
        width : 100%
    }

    .section-edukasi-homepage .owl-carousel.show-nav-title .owl-nav{
        margin-top: 400px;
        right: 1130px;
        width: auto;
        left: -260px;
    }

    .section-edukasi-homepage .title {
        margin-bottom: 0px;
    }

    .section-edukasi-homepage .title h1 {
        font-size: 48px;
        font-weight: 800;
    }


    .section-edukasi-homepage .title a {
        font-size: 16px;
    }
    
    .section-edukasi-homepage .owl-carousel.show-nav-title .owl-nav button{
        font-size: 40px;
    }
    
    .section-edukasi-homepage .owl-carousel.show-nav-title .owl-nav button:hover{
        font-size: 40px;
    }

    .text-copyright {
        font-size: 17px;
        font-weight: 400px;
        line-height: 25px;
    }
    
    
    .section-protokol-homepage .list-protokol h2 {
        font-family: Work Sans;
        color: #FF3737;
        font-weight: 700;
        font-size: 25px;
        text-transform: uppercase;
        margin-bottom: 0px;
    }

    .section-protokol-homepage .list-protokol hr {
        border-top: 1px solid #E8E8E8;
        background-color: #fff;
    }
    
    .section-protokol-homepage .list-protokol a {
        font-family: Roboto;
        color: #000;
        font-weight: 400 !important;
        font-size: 19px !important;
        line-height: 28.5px;
    }

    .section-protokol-homepage .title h1 {
        font-size: 48px;
        font-weight: 800;
        line-height: 63px;
    }

    .section-protokol-homepage .title p {
        font-size : 16px;
    }

    .section-instagram-homepage .title h1 {
        font-size: 48px;
    }

    .section-instagram-homepage .title a {
        font-size: 24px;
        padding: 5px 40px 5px 40px;
        margin-top: 0px
    }

    .section-instagram-homepage .col-sm-8 {
        width: 100%;
    }

    .section-instagram-homepage .col-sm-4 {
        width: 100%;
    }

    .section-instagram-homepage .owl-carousel.nav-style-1 .owl-nav {
        display: block;
    }

    .section-tim-pendukung-homepage .title h1 {
        font-size: 48px;
        line-height: 63px;
    }

    .section-tim-pendukung-homepage .btn-title {
        font-size: 16px;
    }

    .section-tim-pendukung-homepage .owl-carousel.nav-style-1 .owl-nav {
        display: block;
    }

    .section-tim-pendukung-homepage .thumb-info .thumb-info-wrapper {
        margin-bottom: 20px;
    }
        
    .section-tim-pendukung-homepage .portfolio-item .thumb-info-title-custom {
        font-size: 24px;
        line-height: 24px;
    }


    .section-tim-pendukung-homepage .title p {
        font-size: 16px;
        line-height: 24px;
    }

}

.btn-hoax-buster-mobile {
    background-color: #D1261C !important;
    color: #ffff !important;
    font-family: Roboto !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 0.533rem 0.933rem !important;
    border-radius: 0.25rem !important;
    line-height: 1.5 !important;
    
}

.btn-hoax-buster-mobile:hover {
    color: #ffff;
}

.text-119 {
    font-family: Roboto;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: #ffff;
    margin-bottom: 0px;
}

.text-hotline {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    color: #ffff;
    margin-bottom: 0px;
}

.float:hover, .float:focus {
    outline: none;
}

.float {
    position: fixed;
    width: 182px;
    bottom: 50px;
    /* right: 10px; */
    color: #fff;
    background-color: #fff;
    border-radius: 50px;
    border: none;
    /* text-align: right; */
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    animation: bot-to-top 2s ease-out;
    outline: none;
    left: 25px;
    padding: 2px 0px 2px 0px;
}

.text-btn-float {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: auto;
    vertical-align: middle;
}

.floating-btn li a span {
    /* margin-top: 5px !important; */
    margin-left: 5px;
}

.btn01 {
    color: #fff;
    background-color: #2088e5;
    text-align: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
}

.my-float>svg {
    margin-top: 16%;
}

.floating-btn {
    position: fixed;
    /* right: 5px; */
    bottom: 90px;
    z-index: 100;
    margin: revert;
    padding: revert;
    padding-left: 0px;
    left: 25px;
}

.floating-btn li {
    list-style: none;
    margin-bottom: 10px;
}

.floating-btn li a {
    width: 240px;
    height: 52px;
    bottom: 10px;
    right: 10px;
    color: #fff;
    background-color: #fff;
    border-radius: 50px;
    /* text-align: right; */
    display: block;
    box-shadow: 2px 2px 3px #999;
    padding-right : 5px
    
}

.floating-btn li a h6 {
    margin-top: 10px;
}

.my-float>img {
    margin-top: 25%;
    width: 50%;
}

.onesignal-customlink-subscribe{
    background-color: #D1261C !important;
    color: #ffff !important;
    font-family: Roboto !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 0.533rem 0.933rem !important;
    border-radius: 0.25rem !important;
    line-height: 1.5 !important;
}

.onesignal-customlink-subscribe.state-subscribed{
    background-color: #191f62 !important;
}

.onesignal-customlink-subscribe:hover{
    opacity: 1;
}

.text-subscribe{
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    color: #ffff;
    margin-bottom: 0px;
    display: inline-block;
}

.modal-popup-notification .modal-header{
    height: 300px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: #98e4fe !important;
    border-radius: 1rem 1rem 0 0;
}

.modal-popup-notification .text-subscribe {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    color: #313131;
    margin-bottom: 0px;
    display: inline-block;
}

.modal-popup-notification .onesignal-customlink-subscribe{
    background-color: #191f62 !important;
    width: 100%;
    text-align: center;
}

.modal-popup-notification .close-button {
    border: none;
    display: inline-block;
    padding: 5px 14px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    background-color: #fe6962;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    margin: 5px;
}

.modal-popup-notification .modal-content {
    border-radius: 1rem;
}
  
.modal-popup-notification .topright {
    position: absolute;
    right: 0;
    top: 0
}
.page-header-new {
    background-color: #170BA2;
}

.page-header-new h1 {
    font-family: Raleway;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.page-header-new h2 {
    font-family: Raleway;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.btn-primary-new {
    background-color: #170BA1;
    border-color: #170BA1;
    color: #FFF;
}

.btn-primary-new:hover {
    background-color: #2088e5;
    border-color: #2088e5;
    color: #FFF;
}

.card-desktop time {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #F50303;
}

.card-desktop h5 {
    font-family: Roboto;
    font-size: 19px;
    font-weight: 700;
    line-height: 28.5px;
    color: #000;
}

.card-desktop .btn-link {
    background-color: #3250C0;
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}

.card-desktop .btn-share {
    border-color: #C4C4C4;
    background-color: #fff;
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 16px;
    color: #909090;
}


.card-mobile .col-sm-4 {
    width: 43%;
    padding-left: 20px;
}

.card-mobile .col-sm-8 {
    width: 55%;
}

.card-mobile .col-sm-6 {
    width: 50%;
}

.card-mobile img {
    height: 135px !important;
    width: 135px !important;
    object-fit: contain;
    border-radius: 5px;
    margin-left: -3px;
}

.card-mobile time {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #F50303;
}

.card-mobile h5 {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.4px;
    color: #000;
}

.card-mobile .btn-link {
    background-color: #3250C0;
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 9px;
    color: #fff;
}

.card-mobile .btn-share {
    border-color: #C4C4C4;
    background-color: #fff;
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 9px;
    color: #909090;
    padding-left: 17px;
    padding-right: 17px;
}

.card-mobile .btn-card-mobile {
    position : absolute;
    bottom: 15px !important;
}

.card-mobile-homepage .catlist-text{
    font-family: Roboto;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    color : #C6C6C6;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.card-mobile-homepage .col-sm-4 {
    width: 43%;
}

.card-mobile-homepage .col-sm-8 {
    width: 55%;
}

.card-mobile-homepage .col-sm-6 {
    width: 50%;
}

.card-mobile-homepage img {
    height: 135px !important;
    width: 135px !important;
    object-fit: contain;
    border-radius: 5px;
    margin-left: -3px;
}

.card-mobile-homepage time {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #F50303;
}

.card-mobile-homepage h5 {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.4px;
    color: #000;
}


.card-mobile-homepage .btn-link {
    background-color: #3250C0;
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 9px;
    color: #fff;

    position: absolute;
    bottom: 15px;
}

.card-mobile-homepage .btn-share {
    border-color: #C4C4C4;
    background-color: #fff;
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 9px;
    color: #909090;
    padding-left: 17px;
    padding-right: 17px;
}

.cat-list-title {
    background-color: #170BA1;
    color: #fff;
    text-align: center;
    padding: 7px 0px 7px 0px !important;
    font-family: Work Sans;
    font-size: 22px;
    line-height: 28px;
}

ul.nav-list li a {
    font-family: Work Sans;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

aside ul.nav-list > li > a {
    color: #989898;
    font-family: Work Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

ul.nav-list li > a.active {
    font-weight: bold;
    color: #000;
    font-family: Work Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

.nav-content {
    justify-content: center;
    background-color: #170BA1;  
    border-radius: 8px 8px 0px 0px;
    padding: 10px 0px 10px 0px;
}

.nav-content a {
    font-family: Work Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #fff !important;
    text-transform: uppercase;
}

.post-info a {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
}

.post-info .post-meta {
    font-family: Roboto !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    color: #A4A4A4 !important;
}

.post-content h1 {
    font-family: Raleway;
    color: #170BA1;
    margin-bottom: 0px;
}

.post-content time {
    font-family: Raleway;
    color: #A4A4A4;
}

@media(min-width:320px) {

    .page-header-new h1 {
        font-weight: 800;
        font-size: 16px;
        line-height: 16px;
    }

    .page-header-new h2  {
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
    }

    .page-header-new {
        padding-top: 27px;
        padding-bottom: 27px;
    }

    .page-header-new.with-sub {
        padding-top: 1px;
        padding-bottom: 10px;
    }

    .cat-list-title {
        border-radius: 8px 8px 0px 0px;
    }

    .post-content h1 {
        font-size: 21px;
        font-weight: 700;
        line-height: 27px;
    }

    .post-content time {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
    }
    
    .blog-posts.single-post article {
        margin: 15px;
    }

}

@media(min-width:575px) {

    .page-header-new h1 {
        font-weight: 700;
        font-size: 48px;
        line-height: 63px;

    }

    .page-header-new h2 {
        font-weight: 400;
        font-size: 30px;
    }

    .page-header-new {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .page-header-new.with-sub {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .cat-list-title {
        border-radius: 8px;
    }

    .post-content h1 {
        font-size: 48px;
        font-weight: 700;
        line-height: 60px;
    }

    .post-content time {
        font-size: 22px;
        font-weight: 400;
        line-height: 55px;
    }

    .blog-posts.single-post article {
        margin: 0px;
    }

}

/*untuk layar device berukuran kecil*/
@media screen and (max-width: 600px) {
    .section-app-download-static-page {
        background-color: #ffff;
    }
    
    .section-app-download-static-page .container{
        background-color: #049AD7;
        border-radius: 5px;
        padding: 10px;
    }

    .section-app-download-static-page .container .deskripsi {
        left: 30px;
    }
    
    .section-app-download-static-page .container .img-app-pedulinlindugi img {
        position: absolute;
        bottom: -10px;
        left: -15px;
        width: 170px;
    }

    .section-app-download-static-page .container .deskripsi .img-playstore {
        width: 50px;
    }

    .section-app-download-static-page .container .deskripsi .img-appstore {
        width: 50px;
    }
    
    
    .section-app-download-static-page .container p {
        font-family: Roboto;
        font-size: 14px;
        font-weight: 300;
        color: #ffff;
        margin: 0 0 0px;
    }

    .section-app-download-static-page-edukasi {
        background-color: #ffff;
    }
    
    .section-app-download-static-page-edukasi .container{
        background-color: #049AD7;
        border-radius: 7px;
        padding: 10px;
        height: 140px;
    }
    
    .section-app-download-static-page-edukasi .container .img-app-pedulinlindugi img {
        position: absolute;
        bottom: -33px;
        left: -43px;
        width: 200px;
    }
    
    .section-app-download-static-page-edukasi .container p {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 400;
        color: #ffff;
        margin: 0 0 10px;
    }

    .section-app-download-static-page-edukasi .container .deskripsi .img-playstore {
        width: 110px;
    }

    .section-app-download-static-page-edukasi .container .deskripsi .img-appstore {
        width: 100px;
    }
}
  
/*untuk layar device berukuran sedang*/
@media screen and (min-width: 600px) and (max-width: 992px)  {
    .section-app-download-static-page {
        background-color: #ffff;
    }
    
    .section-app-download-static-page .container{
        background-color: #049AD7;
        border-radius: 7px;
        padding: 10px;
    }

    .section-app-download-static-page .container .deskripsi {
        left: -100px;
    }
    
    .section-app-download-static-page .container .img-app-pedulinlindugi img {
        position: absolute;
        bottom: -10px;
        left: -30px;
        width: 190px;
    }
    
    .section-app-download-static-page .container p {
        font-family: Roboto;
        font-size: 14px;
        font-weight: 350;
        color: #ffff;
        margin: 0 0 0px;
    }

    .section-app-download-static-page .container .deskripsi .img-playstore {
        width: 50px;
    }

    .section-app-download-static-page .container .deskripsi .img-appstore {
        width: 50px;
    }

    .section-app-download-static-page-edukasi {
        background-color: #ffff;
    }
    
    .section-app-download-static-page-edukasi .container{
        background-color: #049AD7;
        border-radius: 7px;
        padding: 10px;
        height: 140px;
    }
    
    .section-app-download-static-page-edukasi .container .img-app-pedulinlindugi img {
        position: absolute;
        bottom: -43px;
        left: -58px;
        width: 250px;
    }
    
    .section-app-download-static-page-edukasi .container p {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 400;
        color: #ffff;
        margin: 0 0 20px;
    }

    .section-app-download-static-page-edukasi .container .deskripsi .img-playstore {
        width: 130px;
    }

    .section-app-download-static-page-edukasi .container .deskripsi .img-appstore {
        width: 120px;
    }
}
  
@media(min-width:320px) {
    .bagian-bawah-section-page {
        margin-top: 50px;
        padding: 0px;
    }

    .bagian-bawah-section-page .pagination-col {
        bottom: 120px;
    }

    .bagian-bawah-section-page .app-col {
        bottom: -15px;
    }

    .pagination >a, 
    .pagination >a:hover, 
    .pagination >a:focus, 
    .pagination >li >a, 
    .pagination >li >span, 
    .pagination >li >a:hover, 
    .pagination >li >span:hover, 
    .pagination >li >a:focus, 
    .pagination >li >span:focus {
        font-size: 14px;
        line-height: 21px;
    }
    
}

@media(min-width:575px) {
    .bagian-bawah-section-page {
        margin-top: 50px;
        padding: 0px;
    }

    .bagian-bawah-section-page .pagination-col {
        bottom: -15px;
    }

    .bagian-bawah-section-page .app-col {
        bottom: 0px;
    }

    .pagination >a, 
    .pagination >a:hover, 
    .pagination >a:focus, 
    .pagination >li >a, 
    .pagination >li >span, 
    .pagination >li >a:hover, 
    .pagination >li >span:hover, 
    .pagination >li >a:focus, 
    .pagination >li >span:focus {
        font-size: 24px;
        line-height: 36px;
    }
    

}

/*untuk layar device berukuran besar*/
@media screen and (min-width: 992px) {

    .section-app-download-static-page {
        background-color: #ffff;
    }
    
    .section-app-download-static-page .container{
        background-color: #049AD7;
        border-radius: 7px;
        padding: 10px;
    }
    
    .section-app-download-static-page .container .img-app-pedulinlindugi img {
        position: absolute;
        bottom: -10px;
        left: -30px;
        width: 190px;
    }
    
    .section-app-download-static-page .container p {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 400;
        color: #ffff;
        margin: 0 0 0px;
    }

    .section-app-download-static-page .container .deskripsi .img-playstore {
        width: 120px;
    }

    .section-app-download-static-page .container .deskripsi .img-appstore {
        width: 105px;
    }

    .section-app-download-static-page-edukasi {
        background-color: #ffff;
    }
    
    .section-app-download-static-page-edukasi .container{
        background-color: #049AD7;
        border-radius: 7px;
        padding: 10px;
        height: 140px;
    }
    
    .section-app-download-static-page-edukasi .container .img-app-pedulinlindugi img {
        position: absolute;
        bottom: -22px;
        left: -30px;
        width: 300px;
    }
    
    .section-app-download-static-page-edukasi .container p {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 400;
        color: #ffff;
        margin: 0 0 20px;
    }

    .section-app-download-static-page-edukasi .container .deskripsi .img-playstore {
        width: 200px;
    }

    .section-app-download-static-page-edukasi .container .deskripsi .img-appstore {
        width: 180px;
    }
}

.list-icon-check {
    color: #3dca93;
}
