
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");


#header {
	position: relative;
	z-index: 1030;
}
#header .header-top {
    background: transparent;
    border-bottom: 0;
    min-height: 0;
}
#header .header-top > .container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    border-top: 1px solid rgba(141, 142, 144, 0.5);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
#header .header-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #FFF;
	-webkit-transition: min-height 0.3s ease;
	transition: min-height 0.3s ease;
	width: 100%;
	border-top: 3px solid #EDEDED;
	border-bottom: 1px solid transparent;
	z-index: 1001;
}

#header .header-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: ease height 300ms;
	transition: ease height 300ms;
}

@media (max-width: 991px) {
	#header .header-container:not(.container) .header-nav-main {
		padding: 0 0.75rem;
	}
}

#header .container {
	position: relative;
}

@media (max-width: 767px) {
	#header .container {
		width: 100%;
		padding: 0px;
	}
}

#header .header-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	max-height: 100%;
}

#header .header-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#header .header-column .header-row {
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
}

#header .header-column .header-extra-info {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

#header .header-column .header-extra-info li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-left: 25px;
}

#header .header-column .header-extra-info li .feature-box p {
	margin: 0;
}

#header .header-column .header-extra-info li .feature-box small {
	position: relative;
	top: -4px;
	font-size: 80%;
}
#header .header-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
#header.header-no-min-height .header-body {
	min-height: 0 !important;
}
#header .header-top .header-nav-top ul > li:first-child {
    padding-left: 0;
    border-left: 0;
}
#header .header-top .header-nav-top ul > li:first-child {
    padding-left: 0;
    border-left: 0;
}
#header .header-top .header-nav-top ul > li {
    color: #8d8e90;
    padding: 6px 16px;
        padding-left: 16px;
    border-left: 1px solid rgba(141, 142, 144, 0.5);
}
#header .header-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	background-color: none;
	
	min-height: 51px;
	z-index: 4;
}

#header .header-top::after {
	clear: both;
	content: "";
	display: block;
}

#header .header-top p {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

#header .header-top p .fa, #header .header-top p .fas, #header .header-top p .far, #header .header-top p .fal, #header .header-top p .fab, #header .header-top p .icons {
	position: relative;
	top: 1px;
}

#header .header-top .header-search {
	margin-left: 10px;
	margin-right: 0;
}

#header .header-top .header-nav-top {
	float: left;
	margin-top: 0;
	margin-left: 0;
	margin-right: 10px;
}

#header .header-top.header-top-no-min-height {
	min-height: 0;
}

#header .header-top.header-top-colored {
	border-top: 5px solid #CCC;
	border-bottom: 0;
	color: #FFF;
}

#header .header-top.header-top-colored p, #header .header-top.header-top-colored a, #header .header-top.header-top-colored span {
	color: #FFF;
}

#header .header-top.header-top-colored .form-control {
	border: 0;
}

#header .header-top.header-top-style-2 {
	background: #f6f6f6;
}

#header .header-top.header-top-style-4 {
	background: #E4E6ED;
	border-bottom: 0;
}

#header .header-logo {
	margin: 16px 0;
	margin: 1rem 0;
}

#header .header-logo img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	top: 0;
}

#header .header-nav {
	padding: 16px 0;
	padding: 1rem 0;
	min-height: 70px;
}

#header .header-nav-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
	color: #000;
	font-size: 0.9em;
	padding: 6px 10px;
	display: inline-block;
}

#header .header-nav-top .nav > li > a .fa, #header .header-nav-top .nav > li > a .fas, #header .header-nav-top .nav > li > a .far, #header .header-nav-top .nav > li > a .fal, #header .header-nav-top .nav > li > a .fab, #header .header-nav-top .nav > li > a .icons, #header .header-nav-top .nav > li > span .fa, #header .header-nav-top .nav > li > span .fas, #header .header-nav-top .nav > li > span .far, #header .header-nav-top .nav > li > span .fal, #header .header-nav-top .nav > li > span .fab, #header .header-nav-top .nav > li > span .icons {
	margin-right: 3px;
}

#header .header-nav-top .nav > li > a {
	text-decoration: none;
}

#header .header-nav-top .nav > li > a:hover, #header .header-nav-top .nav > li > a a:focus {
	background: none;
	color: #CE2A2E;
	
}

#header .header-nav-top .nav > li.nav-item.dropdown.show .nav-link {
	background: #EEE;
}

#header .header-nav-top .nav > li.open > .dropdown-menu-toggle {
	border-radius: 4px 4px 0 0;
}

#header .header-nav-top .dropdown .dropdown-item {
	font-size: 0.8em;
}

#header .header-nav-top .dropdown-menu {
	border-color: #EEE;
	margin-top: -2px;
	border-radius: 4px 0 4px 4px;
	padding: 0;
}

#header .header-nav-top .dropdown-menu a {
	color: #999;
	padding: 6px 12px;
	font-size: 0.9em;
}

#header .header-nav-top .flag {
	margin-right: 2px;
	position: relative;
	top: -1px;
}

#header .header-search {
	margin-left: 16px;
	margin-left: 1rem;
}

#header .header-search .form-control {
	border-radius: 20px;
	font-size: 0.9em;
	height: 34px;
	margin: 0;
	padding: 6px 12px;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	width: 170px;
}

#header .header-search .btn-light {
	background: transparent;
	border: 0 none;
	color: #CCC;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

#header .header-search .btn-light:hover {
	color: #000;
}

#header .header-social-icons {
	margin-left: 16px;
	margin-left: 1rem;
}

#header .header-btn-collapse-nav {
	background: #CCC;
	color: #FFF;
	display: none;
	float: right;
	margin: 0 0 0 16px;
	margin: 0 0 0 1rem;
}

#header.header-narrow .header-body {
	min-height: 0;
}

#header.header-narrow .header-logo {
	margin-top: 0;
	margin-bottom: 0;
}

#header.header-narrow .header-nav {
	padding-top: 0;
	padding-bottom: 0;
}

#header.header-no-border-bottom .header-body {
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}

@media (max-width: 767px) {
	#header.has-nav-bar .header-search {
		display: block !important;
		visibility: hidden;
	}
}

html:not(.boxed) #header.header-full-width .header-container {
	width: 100%;
	max-width: none;
}

html #header.header-transparent {
	min-height: 0 !important;
	width: 100%;
	position: absolute;
}

html #header.header-transparent .header-body {
	position: relative;
	top: 0;
	background: transparent;
	border-top: 0;
	border-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

html #header.header-transparent .header-body:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #FFF;
	opacity: 0;
	border-bottom: 1px solid #f1f1f1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

html.sticky-header-enabled #header.header-transparent:not(.header-transparent-not-fixed) .header-body {
	position: fixed;
}

html.sticky-header-active #header.header-transparent .header-body {
	border-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

html.sticky-header-active #header.header-transparent .header-body:before {
	opacity: 1;
}

html #header.header-semi-transparent, html #header.header-semi-transparent-light {
	min-height: 0 !important;
	width: 100%;
	position: absolute;
}

html #header.header-semi-transparent .header-body, html #header.header-semi-transparent-light .header-body {
	position: relative;
	top: 0;
	background: #ffffffc7;
	border-top: 0;
	border-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

html #header.header-semi-transparent .header-body:before, html #header.header-semi-transparent-light .header-body:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	border-bottom: 0;
	opacity: 0.3;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

html.sticky-header-enabled #header.header-semi-transparent .header-body {
	position: fixed;
}

html.sticky-header-active #header.header-semi-transparent .header-body {
	border-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

html.sticky-header-active #header.header-semi-transparent .header-body:before {
	opacity: 0.8;
}

html #header.header-semi-transparent-light .header-body:before {
	opacity: 0.1;
	background: #FFF;
}

html.sticky-header-enabled #header.header-semi-transparent-light .header-body {
	position: fixed;
}

html.sticky-header-active #header.header-semi-transparent-light .header-body {
	border-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

html.sticky-header-active #header.header-semi-transparent-light .header-body:before {
	border-bottom: 1px solid #f1f1f1;
	opacity: 0.9;
}

html #header.header-transparent-bottom-border .header-body {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

html.sticky-header-active #header .header-body {
	position: fixed;
	border-bottom-color: #e9e9e9;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

html:not(.sticky-header-active) #header.header-transparent-sticky-deactive .header-body:before {
	background: transparent !important;
}

html:not(.sticky-header-active) #header.header-transparent-sticky-deactive.header-transparent .header-nav-main:after, html:not(.sticky-header-active) #header.header-transparent-sticky-deactive.header-semi-transparent .header-nav-main:after, html:not(.sticky-header-active) #header.header-transparent-sticky-deactive.header-semi-transparent-light .header-nav-main:after {
	background: transparent !important;
}

/* Header Nav Main */
@media (min-width: 992px) {
	#header .header-nav-main nav {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	#header .header-nav-main nav > ul > li {
		margin-left: 2px;
	}

	#header .header-nav-main nav > ul > li > a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		white-space: normal;
		border-radius: 4px;
		color: #CCC;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		padding: 0.5rem 0.9rem;
		text-transform: uppercase;
	}

	#header .header-nav-main nav > ul > li > a:active {
		background-color: transparent;
		text-decoration: none;
		color: #CCC;
	}

	#header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-caret-down {
		display: none;
	}

	#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
		border-color: #CCC transparent transparent transparent;
		border-width: .24rem;
		margin-left: .255em;
		margin-right: 0;
	}

	#header .header-nav-main nav > ul > li > a.active {
		background: #CCC;
		color: #FFF;
	}

	#header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
		border-color: #FFF transparent transparent transparent;
	}

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

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		top: -10000px;
		display: block;
		opacity: 0;
		left: auto;
		border-radius: 0 4px 4px;
		border: 0;
		border-top: 3px solid #CCC;
		-webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
		box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
		margin: 0;
		min-width: 200px;
		padding: 5px;
		text-align: left;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		border-bottom: 1px solid #f4f4f4;
		color: #777;
		font-size: 0.8em;
		font-weight: 400;
		padding: 6px 20px 6px 8px;
		position: relative;
		text-transform: none;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:focus, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a.active, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:active {
		background-color: #f8f9fa;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
		position: relative;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-caret-down {
		display: none;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #CCC;
		border-style: solid;
		border-width: 4px 0 4px 4px;
		content: " ";
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		left: 100%;
		display: block;
		margin-top: -8px;
		margin-left: -1px;
		border-radius: 4px;
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
		top: 0;
		opacity: 1;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > a:after {
		border-color: transparent #CCC transparent transparent;
		border-width: 4px 4px 4px 4px;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
		left: auto;
		right: 100%;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a {
		border-bottom: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a {
		border-radius: 4px 4px 0 0;
		position: relative;
	}

	#header .header-nav-main nav > ul > li.dropdown.open > a:before, #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -3px;
		border-bottom: 5px solid #CCC;
	}

	#header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
		top: auto;
		display: block;
		opacity: 1;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega {
		position: static;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
		border-radius: 4px;
		left: 15px;
		right: 15px;
		width: auto;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
		padding: 1.6rem;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
		color: #333333;
		display: block;
		font-size: 0.9em;
		font-weight: 400;
3		margin-top: 20px;
		padding-bottom: 10px;
		text-transform: uppercase;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title:first-child {
		margin-top: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
		border: 0 none;
		border-radius: 4px;
		color: #777;
		display: block;
		font-size: 0.8em;
		font-weight: normal;
		margin: 0 0 3px -8px;
		padding: 3px 8px;
		text-shadow: none;
		text-transform: none;
		text-decoration: none;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
		background: #f4f4f4;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop > .dropdown-item {
		padding: 0.5rem 0.8rem;
	}

	#header .header-nav-main.header-nav-main-no-arrows nav > ul > li a.dropdown-toggle {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	#header .header-nav-main.header-nav-main-no-arrows nav > ul > li a.dropdown-toggle:after {
		display: none;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li > a {
		border-radius: 0 !important;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
		border-radius: 0;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		border-radius: 0;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega > .dropdown-menu {
		border-radius: 0;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
		border-radius: 0;
	}

	#header .header-nav-main.header-nav-main-dark nav > ul > li > a {
		color: #444;
	}

	#header .header-nav-main a > .thumb-info-preview {
		position: absolute;
		display: block;
		left: 100%;
		opacity: 0;
		border: 0;
		padding-left: 10px;
		background: transparent;
		overflow: visible;
		margin-top: 15px;
		top: -10000px;
		-webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
		transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
		transition: transform .2s ease-out, opacity .2s ease-out;
		transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	#header .header-nav-main a > .thumb-info-preview .thumb-info-wrapper {
		background: #FFF;
		display: block;
		border-radius: 4px;
		border: 0;
		-webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
		box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
		margin: 0;
		padding: 4px;
		text-align: left;
		width: 190px;
	}

	#header .header-nav-main a > .thumb-info-preview .thumb-info-image {
		-webkit-transition: all 6s linear 0s;
		transition: all 6s linear 0s;
		width: 182px;
		height: 136px;
		min-height: 0;
	}

	#header .header-nav-main a:hover > .thumb-info-preview {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		top: 0;
		opacity: 1;
		margin-top: -5px;
	}

	#header .header-nav-main .dropdown-reverse a > .thumb-info-preview {
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
		right: 100%;
		left: auto;
		padding-left: 0;
		margin-right: 10px;
	}

	#header .header-nav-main .dropdown-reverse a:hover > .thumb-info-preview {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	#header .header-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}

	#header .header-nav.header-nav-stripe {
		padding: 0;
	}

	#header .header-nav.header-nav-stripe .header-nav-main {
		-ms-flex-item-align: stretch;
		align-self: stretch;
		margin-top: -1px;
		min-height: 0;
	}

	#header .header-nav.header-nav-stripe nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#header .header-nav.header-nav-stripe nav > ul > li {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}

	#header .header-nav.header-nav-stripe nav > ul > li > a {
		background: transparent;
		padding: 0 .9rem;
		margin: 1px 0 0;
		height: 100%;
		color: #444;
		min-height: 90px;
	}

	#header .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle:after {
		border-color: #444 transparent transparent transparent;
	}

	#header .header-nav.header-nav-stripe nav > ul > li > a.active {
		color: #CCC;
		background: transparent;
	}

	#header .header-nav.header-nav-stripe nav > ul > li > a.active.dropdown-toggle:after {
		border-color: #CCC transparent transparent transparent;
	}

	#header .header-nav.header-nav-stripe nav > ul > li:hover > a, #header .header-nav.header-nav-stripe nav > ul > li:hover > a.active, #header .header-nav.header-nav-stripe nav > ul > li.open > a, #header .header-nav.header-nav-stripe nav > ul > li.open > a.active {
		color: #FFF;
		padding-bottom: 0;
	}

	#header .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle:after, #header .header-nav.header-nav-stripe nav > ul > li:hover > a.active.dropdown-toggle:after, #header .header-nav.header-nav-stripe nav > ul > li.open > a.dropdown-toggle:after, #header .header-nav.header-nav-stripe nav > ul > li.open > a.active.dropdown-toggle:after {
		border-color: #FFF transparent transparent transparent;
	}

	#header .header-nav.header-nav-stripe nav > ul > li.dropdown.open > a:before, #header .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > a:before {
		content: none;
	}

	#header .header-nav.header-nav-stripe nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > .dropdown-menu {
		top: 100%;
		left: 0;
		margin-top: 1px;
	}

	#header .header-nav.header-nav-stripe.header-nav-main-dark nav > ul > li:hover > a {
		color: #FFF !important;
	}

	#header .header-nav.header-nav-top-line {
		padding: 0;
	}

	#header .header-nav.header-nav-top-line .header-nav-main {
		-ms-flex-item-align: stretch;
		align-self: stretch;
		min-height: 0;
		margin-top: 0;
	}

	#header .header-nav.header-nav-top-line nav > ul > li > a, #header .header-nav.header-nav-top-line nav > ul > li:hover > a {
		position: relative;
		background: transparent !important;
		color: #444;
		padding: 0 .9rem;
		margin: 1px 0 0;
		min-height: 70px;
		height: 100%;
	}

	#header .header-nav.header-nav-top-line nav > ul > li > a:before, #header .header-nav.header-nav-top-line nav > ul > li:hover > a:before {
		content: "";
		position: absolute;
		background: #CCC;
		width: 100%;
		height: 3px;
		top: -2px;
		left: 0;
		opacity: 0;
	}

	#header .header-nav.header-nav-top-line nav > ul > li:hover > a:before, #header .header-nav.header-nav-top-line nav > ul > li.open > a:before {
		opacity: 1;
	}

	#header .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle:after {
		border-color: #444 transparent transparent transparent;
	}

	#header .header-nav.header-nav-top-line nav > ul > li > a.active {
		color: #CCC;
		background: transparent;
	}

	#header .header-nav.header-nav-top-line nav > ul > li > a.active:before {
		opacity: 1;
	}

	#header .header-nav.header-nav-top-line nav > ul > li > a.active.dropdown-toggle:after {
		border-color: #CCC transparent transparent transparent;
	}

	#header .header-nav.header-nav-top-line nav > ul > li.dropdown > a:before {
		border-bottom: 0;
	}

	#header .header-nav.header-nav-top-line nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-top-line nav > ul > li.dropdown:hover > .dropdown-menu {
		margin-top: 0;
	}

	#header .header-nav.header-nav-dark-dropdown {
		padding: 0;
	}

	#header .header-nav.header-nav-dark-dropdown .header-nav-main {
		-ms-flex-item-align: stretch;
		align-self: stretch;
		min-height: 0;
		margin-top: 0;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li > a, #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
		background: transparent !important;
		color: #444;
		margin: 1px 0 0;
		min-height: 70px;
		height: 100%;
		padding: 0 .9rem;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle:after {
		border-color: #444 transparent transparent transparent;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li > a.active {
		color: #CCC;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li > a.active.dropdown-toggle:after {
		color: #CCC;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown > a:before {
		border-bottom: 0;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown li a {
		border-bottom-color: #2a2a2a;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu {
		background: #1e1e1e;
		margin-top: 0;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a {
		color: #969696;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:hover, #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:focus {
		background: #282828;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-title {
		color: #ababab;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
		background: #282828;
	}

	#header .header-nav-main {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		height: auto !important;
	}

	#header .header-nav-bar {
		background: #F4F4F4;
		z-index: 1;
	}
}
/* Header Narrow */
@media (min-width: 992px) {
	#header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li > a, #header.header-narrow .header-nav.header-nav-top-line nav > ul > li > a {
		min-height: 70px;
	}
}

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

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

	#header .header-nav-main.header-nav-main-light nav > ul > li > a.dropdown-toggle:after {
		border-color: #FFF transparent transparent transparent;
	}

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

	#header .header-nav-main.header-nav-main-light nav > ul > li.open > a.dropdown-toggle:after, #header .header-nav-main.header-nav-main-light nav > ul > li.active > a.dropdown-toggle:after, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a.dropdown-toggle:after {
		border-color: #CCC transparent transparent transparent;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li.active > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu {
		border-top-color: #FFF;
		-webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05);
		box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05);
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li.active > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
		border-top-color: #FFF;
	}

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

	#header .header-nav-main.header-nav-main-light nav > ul > li.active > a.dropdown-toggle:after {
		border-color: #CCC transparent transparent transparent;
	}

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

	#header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:hover, #header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:focus {
		background: #f5f5f5;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-mega-sub-nav li a {
		-webkit-transition: -webkit-transform .2s ease-out;
		transition: -webkit-transform .2s ease-out;
		transition: transform .2s ease-out;
		transition: transform .2s ease-out, -webkit-transform .2s ease-out;
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	#header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover .dropdown-mega-sub-nav li a {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	#header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu {
		-webkit-transition: -webkit-transform .2s ease-out;
		transition: -webkit-transform .2s ease-out;
		transition: transform .2s ease-out;
		transition: transform .2s ease-out, -webkit-transform .2s ease-out;
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	#header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
		-webkit-transform: translate3d(0, 2px, 0);
		transform: translate3d(0, 2px, 0);
	}

	#header .header-nav.header-nav-stripe .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-top-line .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-dark-dropdown .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@media (min-width: 992px) {
	#header .header-nav-main-effect-2 nav > ul > li.dropdown .dropdown-menu {
		-webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
		transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
		transition: transform .2s ease-out, opacity .2s ease-out;
		transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
		opacity: 0;
	}

	#header .header-nav-main-effect-2 nav > ul > li.dropdown:hover > .dropdown-menu {
		-webkit-transform: translate3d(0, -1px, 0);
		transform: translate3d(0, -1px, 0);
		opacity: 1;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main-effect-3 nav > ul > li.dropdown .dropdown-menu {
		-webkit-transition: -webkit-transform .2s ease-out;
		transition: -webkit-transform .2s ease-out;
		transition: transform .2s ease-out;
		transition: transform .2s ease-out, -webkit-transform .2s ease-out;
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	#header .header-nav-main-effect-3 nav > ul > li.dropdown:hover > .dropdown-menu {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@media (min-width: 992px) {
	#header .header-nav-main-effect-4 nav > ul > li.dropdown .dropdown-menu {
		-webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
		transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
		transition: transform .2s ease-out, opacity .2s ease-out;
		transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
		opacity: 0;
	}

	#header .header-nav-main-effect-4 nav > ul > li.dropdown .dropdown-menu .dropdown-submenu.dropdown-reverse > .dropdown-menu {
		-webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
		transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
		transition: transform .2s ease-out, opacity .2s ease-out;
		transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
		left: auto;
		right: 100%;
		opacity: 0;
	}

	#header .header-nav-main-effect-4 nav > ul > li.dropdown:hover > .dropdown-menu {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		-webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
		transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
		transition: transform .2s ease-out, opacity .2s ease-out;
		transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
		opacity: 0;
	}

	#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}

	#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
		-webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
		transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
		transition: transform .2s ease-out, opacity .2s ease-out;
		transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
		left: auto;
		right: 100%;
		opacity: 0;
	}

	#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > .dropdown-menu {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
/* Header Nav Main Mobile */
@media (max-width: 991px) {
	#header .header-nav-main {
		position: absolute;
		background: transparent;
		width: 100%;
		top: 100%;
		left: 50%;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}

	#header .header-nav-main:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		width: 100vw;
		height: 100%;
		background: #FFF;
		z-index: -1;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	#header .header-nav-main nav {
		max-height: 50vh;
		overflow: hidden;
		overflow-y: auto;
		padding: 0 15px;
	}

	#header .header-nav-main nav.collapsing {
		overflow-y: hidden;
	}

	#header .header-nav-main nav::-webkit-scrollbar {
		width: 5px;
	}

	#header .header-nav-main nav::-webkit-scrollbar-thumb {
		border-radius: 0px;
		background: rgba(204, 204, 204, 0.5);
	}

	#header .header-nav-main nav > ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0.8rem 0;
	}

	#header .header-nav-main nav > ul li {
		border-bottom: 1px solid #e8e8e8;
		clear: both;
		display: block;
		float: none;
		margin: 0;
		padding: 0;
		position: relative;
	}

	#header .header-nav-main nav > ul li a {
		font-size: 13px;
		font-style: normal;
		line-height: 20px;
		padding: 7px 8px;
		margin: 1px 0;
		border-radius: 4px;
		text-align: left;
	}

	#header .header-nav-main nav > ul li a .fa-caret-down {
		line-height: 35px;
		min-height: 38px;
		min-width: 30px;
		position: absolute;
		right: 5px;
		text-align: center;
		top: 0;
	}

	#header .header-nav-main nav > ul li a.dropdown-toggle:after {
		content: none;
	}

	#header .header-nav-main nav > ul li a:active {
		background-color: #f8f9fa;
		color: inherit;
	}

	#header .header-nav-main nav > ul li.dropdown .dropdown-menu {
		background: transparent;
		padding: 0;
		margin: 0;
		font-size: 13px;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
		border: 0;
		clear: both;
		display: none;
		float: none;
		position: static;
	}

	#header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-menu {
		display: block;
		margin-left: 20px;
	}

	#header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
		display: block;
		margin-left: 20px;
	}

	#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
		margin-top: 10px;
		display: block;
		text-align: left;
	}

	#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
		margin: 0 0 0 20px;
		padding: 0;
		list-style: none;
	}

	#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a {
		display: block;
		text-decoration: none;
	}

	#header .header-nav-main nav > ul li:last-child {
		border-bottom: 0;
	}

	#header .header-nav-main nav > ul > li > a {
		text-transform: uppercase;
		font-weight: 400;
		margin-top: 1px;
		margin-bottom: 1px;
		color: #CCC;
	}

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

	#header .header-nav-main nav > ul > li > a.active {
		color: #FFF;
		background: #CCC;
	}

	#header .header-nav-main nav > ul > li > a.active:focus, #header .header-nav-main nav > ul > li > a.active:hover {
		color: #FFF;
		background: #CCC;
	}

	#header .header-nav-main nav .not-included {
		margin: 0;
	}

	#header .header-nav-main a > .thumb-info-preview {
		display: none !important;
	}

	#header .header-btn-collapse-nav {
		outline: 0;
		display: block;
		position: relative;
		z-index: 1;
	}

	#header.header-transparent .header-nav-main:before, #header.header-semi-transparent .header-nav-main:before, #header.header-semi-transparent-light .header-nav-main:before {
		width: calc(100% - 30px);
		border-radius: 4px;
	}

	#header.header-transparent .header-nav-main nav, #header.header-semi-transparent .header-nav-main nav, #header.header-semi-transparent-light .header-nav-main nav {
		padding: 0 30px;
	}

	#header.header-transparent .header-nav-main nav::-webkit-scrollbar-thumb, #header.header-semi-transparent .header-nav-main nav::-webkit-scrollbar-thumb, #header.header-semi-transparent-light .header-nav-main nav::-webkit-scrollbar-thumb {
		border-color: transparent;
	}

	#header.header-transparent .header-body:before {
		border-bottom: none !important;
	}

	#header.header-semi-transparent-light .header-body:before {
		border-bottom: none !important;
	}

	#header .header-nav.header-nav-stripe {
		min-height: 90px;
	}

	#header .header-nav.header-nav-top-line {
		min-height: 70px;
	}

	#header .header-nav.header-nav-dark-dropdown {
		min-height: 70px;
	}
}

@media (min-width: 992px) {
	html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li > a {
		color: #FFF;
	}

	html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li > a.dropdown-toggle:after {
		border-color: #FFF transparent transparent transparent;
	}

	html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li > a.active {
		color: #CCC;
	}

	html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li > a.active.dropdown-toggle:after {
		border-color: #CCC transparent transparent transparent;
	}

	html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li.open > a.active, html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li:hover > a.active {
		color: #FFF;
	}

	html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li.open > a.active.dropdown-toggle:after, html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li:hover > a.active.dropdown-toggle:after {
		border-color: #FFF transparent transparent transparent;
	}

	html #header.header-semi-transparent .header-nav-main nav > ul > li > a {
		color: #FFF;
	}

	html #header.header-semi-transparent .header-nav-main nav > ul > li > a.dropdown-toggle:after {
		border-color: #FFF transparent transparent transparent;
	}

	html #header.header-semi-transparent .header-nav-main nav > ul > li > a.active {
		color: #CCC;
	}

	html #header.header-semi-transparent .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
		border-color: #CCC transparent transparent transparent;
	}

	html #header.header-semi-transparent .header-nav-main nav > ul > li.open > a.active, html #header.header-semi-transparent .header-nav-main nav > ul > li:hover > a.active {
		color: #FFF;
	}

	html #header.header-semi-transparent .header-nav-main nav > ul > li.open > a.active.dropdown-toggle:after, html #header.header-semi-transparent .header-nav-main nav > ul > li:hover > a.active.dropdown-toggle:after {
		border-color: #FFF transparent transparent transparent;
	}

	html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li > a {
		color: #FFF;
	}

	html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li > a.dropdown-toggle:after {
		border-color: #FFF transparent transparent transparent;
	}

	html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li > a.active {
		color: #CCC;
	}

	html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
		border-color: #CCC transparent transparent transparent;
	}

	html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li.open > a.active, html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:hover > a.active {
		color: #FFF;
	}

	html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li.open > a.active.dropdown-toggle:after, html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:hover > a.active.dropdown-toggle:after {
		border-color: #FFF transparent transparent transparent;
	}
}
/* Responsive */
@media (min-width: 992px) {
	#header .header-body {
		height: auto !important;
	}
}

@media (max-width: 991px) {
	#header .header-logo img {
		z-index: 1;
	}

	#header .header-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#header.header-narrow .header-nav.header-nav-stripe {
		min-height: 70px;
	}
}
/* Mega Menu (Signin/SignUp) */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin label {
	font-size: 14.4px;
	font-size: 0.9rem;
	color: #777;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu {
	width: 40%;
	right: 15px;
	left: auto;
	border-radius: 6px 0 6px 6px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu a {
	padding: 0;
	-webkit-transform: translate3d(0, 2px, 0);
	transform: translate3d(0, 2px, 0);
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .fa-user {
	margin-right: 5px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-mega-sub-title {
	margin-bottom: 10px;
	display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .sign-up-info, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .log-in-info {
	text-align: center;
	display: block;
	font-size: 14.4px;
	font-size: 0.9rem;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .signin-form {
	display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .signup-form, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .recover-form {
	display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .signin-form {
	display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .signup-form {
	display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .recover-form {
	display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .signin-form, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .signup-form {
	display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .recover-form {
	display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .recover-form p {
	font-size: 14.4px;
	font-size: 0.9rem;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar .img-thumbnail {
	float: left;
	margin-right: 15px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar .img-thumbnail img {
	max-width: 55px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar strong {
	display: block;
	padding-top: 7px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar span {
	display: block;
	font-size: 12px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar p {
	margin: 0 0 0 25px;
	text-align: left;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options {
	list-style: none;
	margin: 6px 0 0;
	padding: 0;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options a:hover {
	text-decoration: none;
}

/* Responsive */
@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin {
		margin-right: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-toggle {
		display: none;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu {
		display: block !important;
		margin: 0 !important;
		padding: 0 10px 0 10px;
		width: 100%;
		right: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu .dropdown-mega-sub-title {
		font-size: 14px;
		font-weight: 400;
		text-transform: uppercase;
		padding-top: 5px;
		padding-bottom: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .dropdown-toggle {
		display: none;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .dropdown-mega-content {
		margin: 15px 0 !important;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options {
		margin: 15px 0 0 0 !important;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options > li > a {
		line-height: 35px;
	}
}
/* Mega Menu (Signin/SignUp) */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu {
	width: 40%;
	right: 15px;
	left: auto;
	border-radius: 6px 0 6px 6px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table {
	width: 100%;
	margin-top: 0;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a {
	background-color: transparent !important;
	color: #000;
	padding: 0;
	margin: 0;
	display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a.remove {
	float: right;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a:hover {
	text-decoration: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .fa-shopping-cart {
	margin-right: 5px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-thumbnail {
	width: 120px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-actions {
	text-align: right;
	width: 80px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .actions-continue {
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #DDD;
	clear: both;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .actions-continue .btn {
	margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu {
		margin: 15px 0;
		padding: 0 15px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	html.side-header .main .container, html.side-header #footer .container {
		padding: 0 35px;
		width: auto !important;
		max-width: 1210px;
	}

	html.side-header body > .body {
		margin: 0 0 0 255px;
		width: auto;
		overflow-x: hidden;
		overflow-y: visible;
	}

	html.side-header body > .body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
		width: 100% !important;
		left: auto !important;
	}

	html.side-header #header {
		background: #FFF;
		position: fixed;
		-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
		box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
		top: 0;
		left: 0;
		width: 255px;
		height: 100%;
	}

	html.side-header #header .header-body {
		border-top: 0;
	}

	html.side-header #header .header-container {
		width: 100%;
	}

	html.side-header #header .header-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	html.side-header #header .header-search {
		width: 100%;
		margin: 0.7rem 0;
	}

	html.side-header #header .header-nav-top .nav > li > a, html.side-header #header .header-nav-top .nav > li > span {
		display: block;
	}

	html.side-header #header .header-logo {
		margin: 2rem 0;
	}

	html.side-header #header .header-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	html.side-header #header .header-nav-main,
  html.side-header #header .header-nav-main nav,
  html.side-header #header .header-nav-main .nav {
		width: 100%;
	}

	html.side-header #header .nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after {
		content: "";
		border-color: transparent transparent transparent #CCC;
		position: absolute;
		right: 15px;
		top: 50%;
		border-top: .3em solid;
		border-bottom: .3em solid transparent;
		border-left: .3em solid transparent;
		border-right: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
		top: 3px;
		left: 100%;
		border-top: 0;
		border-left: 5px solid #CCC;
		margin-left: -5px;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown li.dropdown-submenu:hover > .dropdown-menu {
		margin-top: -5px;
		border-top: 0;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown.open > a, html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > a {
		padding-bottom: 0.5rem;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown.open > a:before, html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
		content: none;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown-mega {
		position: relative;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu {
		min-width: 720px;
	}

	html.side-header #header .header-nav-main nav > ul > li {
		margin-top: 1px;
	}

	html.side-header #header .header-nav-main nav > ul > li > a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	html.side-header #header .header-nav-main nav > ul > li .dropdown-menu.dropdown-reverse li a {
		padding-right: 8px;
		padding-left: 20px;
	}

	html.side-header #header .header-nav-main nav > ul > li .dropdown-menu.dropdown-reverse li.dropdown-submenu > a:after {
		border-width: 4px 4px 4px 0;
	}

	html.side-header #header .header-social-icons {
		margin: 2rem 0 !important;
	}

	html.side-header-right body > .body {
		margin: 0 255px 0 0;
	}

	html.side-header-right #header {
		left: auto;
		right: 0;
	}

	html.side-header-right #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle {
		padding-right: 0px;
		padding-left: 30px;
	}

	html.side-header-right #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after {
		left: 15px;
		right: auto;
		border-right: .3em solid transparent;
		border-left: 0;
	}

	html.side-header-right #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, html.side-header-right #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
		right: 100%;
		left: auto;
		border-right: 5px solid #CCC;
		border-left: 0;
		margin-left: 0;
		margin-right: -5px;
		border-radius: 4px 0 0 4px;
	}

	html.side-header-right #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a {
		padding-left: 25px;
	}

	html.side-header-right #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
		left: 10px;
		right: initial;
	}

	html.ie.side-header-right #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
		left: 10px;
		right: initial;
		width: 0;
	}

	html.side-header-semi-transparent body > .body {
		margin: 0;
	}

	html.side-header-semi-transparent #header {
		background: rgba(0, 0, 0, 0.3);
	}

	html.side-header-semi-transparent #header .header-body {
		background: transparent !important;
	}
}

@media (max-height: 768px) {
	html.side-header #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
		bottom: 0;
		top: auto;
	}
}

html[dir="rtl"] #header .header-search .btn-light {
	right: -35px;
}

html.safari #header.header-transparent .header-body, html.safari #header.header-semi-transparent .header-body, html.safari #header.header-semi-transparent-light .header-body {
	overflow: visible !important;
}

html.safari.sticky-header-active #header .header-body {
	overflow: visible !important;
}

html.ie #header .header-column .header-extra-info .feature-box .feature-box-info {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

/* Page Header */
.page-header {
	background-color: #171717;
	border-bottom: 5px solid #CCC;
	border-top: 5px solid #384045;
	margin: 0 0 35px 0;
	min-height: 50px;
	padding: 20px 0;
	position: relative;
	text-align: left;
}

.page-header .breadcrumb {
	background: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.page-header .breadcrumb > li {
	display: inline-block;
	font-size: 0.85em;
	text-transform: uppercase;
	text-shadow: none;
}

.page-header .breadcrumb > li + li:before {
	color: inherit;
	opacity: 0.5;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	padding: 0 7px 0 5px;
}

.page-header h1 {
	border-bottom: 5px solid #CCC;
	color: #fff;
	display: inline-block;
	font-size: 32px;
	font-weight: 200;
	line-height: 32px;
	margin: 0 0 -25px;
	padding: 0 0 25px;
	position: relative;
}

.page-header h1 span {
	color: #999da3;
	display: block;
	font-size: 0.6em;
	font-weight: 300;
	line-height: 1.3em;
	margin: 7px 0 0;
}

.page-header-no-title-border h1 {
	border: 0;
}

/* Page Header - Color */
.page-header-color {
	background-color: #F7F7F7;
	border-bottom: 5px solid #F4F4F4;
	border-top: none;
}

.page-header-color h1 {
	border-bottom: none;
	color: #1d2127;
	font-size: 2.3em;
	padding: 0;
	margin: 0;
}

.page-header-color h1 span {
	opacity: 0.65;
}

.page-header-color .breadcrumb {
	text-align: right;
	float: right;
}

@media (max-width: 991px) {
	.page-header-color .breadcrumb {
		padding: 18px 0px 0;
		text-align: left;
		float: none;
	}
}

.page-header-color .breadcrumb > .active {
	opacity: 0.65;
}

/* Page Header - More Padding */
.page-header-more-padding {
	padding: 35px 0;
}

/* Page Header - Light */
.page-header-light {
	background-color: #F7F7F7;
	border-bottom: 5px solid #F4F4F4;
	border-top: none;
}

.page-header-light h1 {
	border-bottom: none;
	color: #1d2127;
	font-size: 2.3em;
}

.page-header-light .breadcrumb {
	text-align: right;
	float: right;
}

@media (max-width: 991px) {
	.page-header-light .breadcrumb {
		padding: 18px 0px 0;
		text-align: left;
		float: none;
	}
}

/* Page Header - Reverse */
.page-header-reverse {
	text-align: right;
}

.page-header-reverse .breadcrumb {
	text-align: left;
}

@media (max-width: 991px) {
	.page-header-reverse .breadcrumb {
		text-align: right;
	}
}

/* Page Header - Parallax */
.page-header.parallax {
	margin: 0 0 35px;
	padding: 180px 0 60px;
}

.page-header-center {
	text-align: center;
}

.page-header-center .breadcrumb {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 15px 0 0;
}

/* Page Header Custom Background */
.page-header-custom-background {
	padding: 45px 0;
	background-repeat: repeat;
	background-color: transparent;
	border-top: 0;
	border-bottom: 0;
}

.page-header-custom-background h1 {
	color: #FFF;
	border: 0;
}

.page-header-custom-background h1 span {
	color: #FFF;
	opacity: 0.7;
}

.page-header-custom-background .breadcrumb {
	text-align: right;
	float: right;
}

@media (max-width: 991px) {
	.page-header-custom-background .breadcrumb {
		padding: 18px 0px 0;
		text-align: left;
		float: none;
	}
}

.page-header-custom-background .breadcrumb li.active {
	color: #FFF;
	opacity: 0.7;
}

.page-header-custom-background .breadcrumb a {
	color: #FFF;
}

/* Page Header Custom - Create your Own */
.page-header.custom-product {
	background-image: url(../img/custom-header-bg.jpg);
	background-repeat: repeat;
	background-color: #999;
	border-top: 5px solid #888;
	padding: 0;
	overflow: hidden;
}

.page-header.custom-product .row {
	position: relative;
}

.page-header.custom-product p.lead {
	color: #E8E8E8;
}

.page-header.custom-product h1 {
	color: #FFF;
	margin-bottom: 10px;
	margin-top: 30px;
	border: 0;
}

/* Responsive */
@media (min-width: 992px) {
	.page-header-more-padding .breadcrumb-valign-mid,
  .page-header-custom-background .breadcrumb-valign-mid,
  .page-header-float-breadcrumb .breadcrumb-valign-mid {
		text-align: right;
	}

	.page-header-more-padding.page-header-reverse .breadcrumb-valign-mid,
  .page-header-custom-background.page-header-reverse .breadcrumb-valign-mid,
  .page-header-float-breadcrumb.page-header-reverse .breadcrumb-valign-mid {
		text-align: left;
	}
}

@media (max-width: 991px) {
	.page-header .breadcrumb {
		float: none !important;
		position: static !important;
	}

	.page-header .breadcrumb-valign-mid {
		margin-top: 15px;
	}

	.page-header-reverse .breadcrumb-valign-mid {
		margin-top: 0;
		margin-bottom: 15px;
	}
}

@media (max-width: 575px) {
	.page-header h1 {
		font-size: 26px;
		line-height: 26px;
	}
}
/* Parallax */
.parallax {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: repeat;
	background-attachment: fixed;
padding: 50px 0px 20px 0px;
	position: relative;
	clear: both;
}

.parallax blockquote {
	border: 0;
	padding: 0 10%;
}

.parallax blockquote i.fa-quote-left {
	font-size: 34px;
	position: relative;
	left: -5px;
}

.parallax blockquote p {
	font-size: 24px;
	line-height: 30px;
}

.parallax blockquote span {
	font-size: 16px;
	line-height: 20px;
	color: #999;
	position: relative;
	left: -5px;
}

.parallax.parallax-disabled {
	background-attachment: scroll !important;
	background-position: 50% 50% !important;
}

/* Section Featured */
section.section {
	background: #f4f4f4;
	border-top: 5px solid #f1f1f1;
	margin: 0px 0;
	padding: 50px 0;
}

section.section.section-height-1 {
	padding: 12.307px 0;
	padding: 0.7692307692rem 0;
}

section.section.section-height-2 {
	padding: 36.923px 0;
	padding: 2.3076923077rem 0;
}

section.section.section-height-3 {
	padding: 73.846px 0;
	padding: 4.6153846154rem 0;
}

section.section.section-height-4 {
	padding: 110.769px 0;
	padding: 6.9230769231rem 0;
}

section.section.section-height-5 {
	padding: 147.692px 0;
	padding: 9.2307692308rem 0;
}

section.section.section-no-background {
	background: transparent;
	border-top-color: transparent;
}

section.section.section-center {
	text-align: center;
}

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

section.section.section-text-light p {
	color: #e6e6e6;
}

section.section.section-background {
	background-repeat: repeat;
	border: 0;
}

section.section.section-overlay {
	position: relative;
}

section.section.section-overlay:before {
	content: "";
	display: block;
	background: url("../img/video-overlay.png") repeat scroll 0 0 transparent;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

section.section.section-overlay-opacity {
	position: relative;
}

section.section.section-overlay-opacity:before {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-1:before {
	background: rgba(0, 0, 0, 0.1);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-2:before {
	background: rgba(0, 0, 0, 0.2);
}




html .heading-primary,
html .lnk-primary,
html .text-color-primary,
html .text-primary {
  color: #b3642a !important;
}
html .heading.heading-primary h1,
html .heading.heading-primary h2,
html .heading.heading-primary h3,
html .heading.heading-primary h4,
html .heading.heading-primary h5,
html .heading.heading-primary h6 {
  border-color: #b3642a;
}
html .heading-secondary,
html .lnk-secondary,
html .text-color-secondary,
html .text-secondary {
  color: #c06b2d !important;
}
html .heading.heading-secondary h1,
html .heading.heading-secondary h2,
html .heading.heading-secondary h3,
html .heading.heading-secondary h4,
html .heading.heading-secondary h5,
html .heading.heading-secondary h6 {
  border-color: #c06b2d;
}
html .heading-tertiary,
html .lnk-tertiary,
html .text-color-tertiary,
html .text-tertiary {
  color: #e9e9e9 !important;
}
html .heading.heading-tertiary h1,
html .heading.heading-tertiary h2,
html .heading.heading-tertiary h3,
html .heading.heading-tertiary h4,
html .heading.heading-tertiary h5,
html .heading.heading-tertiary h6 {
  border-color: #e9e9e9;
}
html .heading-quaternary,
html .lnk-quaternary,
html .text-color-quaternary,
html .text-quaternary {
  color: #161b29 !important;
}
html .heading.heading-quaternary h1,
html .heading.heading-quaternary h2,
html .heading.heading-quaternary h3,
html .heading.heading-quaternary h4,
html .heading.heading-quaternary h5,
html .heading.heading-quaternary h6 {
  border-color: #161b29;
}
html .heading-dark,
html .lnk-dark,
html .text-color-dark,
html .text-dark {
  color: #2e353e !important;
}
html .heading.heading-dark h1,
html .heading.heading-dark h2,
html .heading.heading-dark h3,
html .heading.heading-dark h4,
html .heading.heading-dark h5,
html .heading.heading-dark h6 {
  border-color: #2e353e;
}
html .heading-light,
html .lnk-light,
html .text-color-light,
html .text-light {
  color: #ffffff !important;
}
html .heading.heading-light h1,
html .heading.heading-light h2,
html .heading.heading-light h3,
html .heading.heading-light h4,
html .heading.heading-light h5,
html .heading.heading-light h6 {
  border-color: #ffffff;
}
html .background-color-primary {
  background-color: #b3642a !important;
}
html .background-color-secondary {
  background-color: #c06b2d !important;
}
html .background-color-tertiary {
  background-color: #e9e9e9 !important;
}
html .background-color-quaternary {
  background-color: #161b29 !important;
}
html .background-color-dark {
  background-color: #2e353e !important;
}
html .background-color-light {
  background-color: #ffffff !important;
}
.alternative-font {
  color: #b3642a;
}
html .blockquote-primary {
  border-color: #b3642a !important;
}
html .blockquote-secondary {
  border-color: #c06b2d !important;
}
html .blockquote-tertiary {
  border-color: #e9e9e9 !important;
}
html .blockquote-quaternary {
  border-color: #161b29 !important;
}
html .blockquote-dark {
  border-color: #2e353e !important;
}
html .blockquote-light {
  border-color: #ffffff !important;
}
p.drop-caps:first-letter {
  color: #b3642a;
}
p.drop-caps.drop-caps-style-2:first-letter {
  background-color: #b3642a;
}
.nav-pills > li.active > a,
.nav-pills .nav-link.active {
  background-color: #b3642a;
}
.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: #b3642a;
}
.nav-active-style-1 > li > a:hover,
.nav-active-style-1 > li > a:focus,
.nav-active-style-1 > li > a.active {
  border-bottom-color: #b3642a;
}
html .nav-pills-primary a {
  color: #b3642a;
}
html .nav-pills-primary a:hover {
  color: #c8702f;
}
html .nav-pills-primary a:focus {
  color: #c8702f;
}
html .nav-pills-primary a:active {
  color: #9e5825;
}
html .nav-pills-primary .nav-link.active,
html .nav-pills-primary > li.active > a {
  background-color: #b3642a;
}
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: #b3642a;
}
html .nav-pills-secondary a {
  color: #c06b2d;
}
html .nav-pills-secondary a:hover {
  color: #d07736;
}
html .nav-pills-secondary a:focus {
  color: #d07736;
}
html .nav-pills-secondary a:active {
  color: #ab5f28;
}
html .nav-pills-secondary .nav-link.active,
html .nav-pills-secondary > li.active > a {
  background-color: #c06b2d;
}
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: #c06b2d;
}
html .nav-pills-tertiary a {
  color: #e9e9e9;
}
html .nav-pills-tertiary a:hover {
  color: #f6f6f6;
}
html .nav-pills-tertiary a:focus {
  color: #f6f6f6;
}
html .nav-pills-tertiary a:active {
  color: #dcdcdc;
}
html .nav-pills-tertiary .nav-link.active,
html .nav-pills-tertiary > li.active > a {
  background-color: #e9e9e9;
}
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: #e9e9e9;
}
html .nav-pills-quaternary a {
  color: #161b29;
}
html .nav-pills-quaternary a:hover {
  color: #1f263a;
}
html .nav-pills-quaternary a:focus {
  color: #1f263a;
}
html .nav-pills-quaternary a:active {
  color: #0d1018;
}
html .nav-pills-quaternary .nav-link.active,
html .nav-pills-quaternary > li.active > a {
  background-color: #161b29;
}
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: #161b29;
}
html .nav-pills-dark a {
  color: #2e353e;
}
html .nav-pills-dark a:hover {
  color: #39424d;
}
html .nav-pills-dark a:focus {
  color: #39424d;
}
html .nav-pills-dark a:active {
  color: #23282f;
}
html .nav-pills-dark .nav-link.active,
html .nav-pills-dark > li.active > a {
  background-color: #2e353e;
}
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: #2e353e;
}
html .nav-pills-light a {
  color: #ffffff;
}
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: #ffffff;
}
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: #ffffff;
}
.sort-source-wrapper .nav > li.active > a {
  color: #b3642a;
}
.sort-source-wrapper .nav > li.active > a:hover,
.sort-source-wrapper .nav > li.active > a:focus {
  color: #b3642a;
}
.sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #b3642a;
}
html .badge-primary {
  background-color: #b3642a;
}
html .badge-secondary {
  background-color: #c06b2d;
}
html .badge-tertiary {
  background-color: #e9e9e9;
}
html .badge-quaternary {
  background-color: #161b29;
}
html .badge-dark {
  background-color: #2e353e;
}
html .badge-light {
  background-color: #ffffff;
}
.btn-link {
  color: #b3642a;
}
.btn-link:hover {
  color: #c8702f;
}
.btn-link:active {
  color: #9e5825;
}
html .btn-primary {
  background-color: #b3642a;
  border-color: #b3642a #b3642a #8a4d20;
  color: #ffffff;
}
html .btn-primary:hover,
html .btn-primary.hover {
  background-color: #cf7634;
  border-color: #d27d3e #d27d3e #b3642a;
  color: #ffffff;
}
html .btn-primary:focus,
html .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(179, 100, 42, 0.5);
          box-shadow: 0 0 0 3px rgba(179, 100, 42, 0.5);
}
html .btn-primary.disabled,
html .btn-primary:disabled {
  background-color: #b3642a;
  border-color: #b3642a #b3642a #8a4d20;
}
html .btn-primary:active,
html .btn-primary.active,
.show > html .btn-primary.dropdown-toggle {
  background-color: #945323 !important;
  background-image: none !important;
  border-color: #8a4d20 #8a4d20 #603617 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(179, 100, 42, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(179, 100, 42, 0.5) !important;
}
html .btn-primary-scale-2 {
  background-color: #8a4d20;
  border-color: #8a4d20 #8a4d20 #603617;
  color: #ffffff;
}
html .btn-primary-scale-2:hover,
html .btn-primary-scale-2.hover {
  background-color: #a95e28;
  border-color: #b3642a #b3642a #8a4d20;
  color: #ffffff;
}
html .btn-primary-scale-2:focus,
html .btn-primary-scale-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(138, 77, 32, 0.5);
          box-shadow: 0 0 0 3px rgba(138, 77, 32, 0.5);
}
html .btn-primary-scale-2.disabled,
html .btn-primary-scale-2:disabled {
  background-color: #8a4d20;
  border-color: #8a4d20 #8a4d20 #603617;
}
html .btn-primary-scale-2:active,
html .btn-primary-scale-2.active,
.show > html .btn-primary-scale-2.dropdown-toggle {
  background-color: #6b3c19 !important;
  background-image: none !important;
  border-color: #603617 #603617 #371f0d !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(138, 77, 32, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(138, 77, 32, 0.5) !important;
}
html .btn-secondary {
  background-color: #c06b2d;
  border-color: #c06b2d #c06b2d #975423;
  color: #ffffff;
}
html .btn-secondary:hover,
html .btn-secondary.hover {
  background-color: #d27e41;
  border-color: #d5854b #d5854b #c06b2d;
  color: #ffffff;
}
html .btn-secondary:focus,
html .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(192, 107, 45, 0.5);
          box-shadow: 0 0 0 3px rgba(192, 107, 45, 0.5);
}
html .btn-secondary.disabled,
html .btn-secondary:disabled {
  background-color: #c06b2d;
  border-color: #c06b2d #c06b2d #975423;
}
html .btn-secondary:active,
html .btn-secondary.active,
.show > html .btn-secondary.dropdown-toggle {
  background-color: #a15a26 !important;
  background-image: none !important;
  border-color: #975423 #975423 #6d3d1a !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 107, 45, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(192, 107, 45, 0.5) !important;
}
html .btn-secondary-scale-2 {
  background-color: #975423;
  border-color: #975423 #975423 #6d3d1a;
  color: #ffffff;
}
html .btn-secondary-scale-2:hover,
html .btn-secondary-scale-2.hover {
  background-color: #b6652b;
  border-color: #c06b2d #c06b2d #975423;
  color: #ffffff;
}
html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(151, 84, 35, 0.5);
          box-shadow: 0 0 0 3px rgba(151, 84, 35, 0.5);
}
html .btn-secondary-scale-2.disabled,
html .btn-secondary-scale-2:disabled {
  background-color: #975423;
  border-color: #975423 #975423 #6d3d1a;
}
html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2.active,
.show > html .btn-secondary-scale-2.dropdown-toggle {
  background-color: #78431c !important;
  background-image: none !important;
  border-color: #6d3d1a #6d3d1a #442610 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(151, 84, 35, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(151, 84, 35, 0.5) !important;
}
html .btn-tertiary {
  background-color: #e9e9e9;
  border-color: #e9e9e9 #e9e9e9 #d0d0d0;
  color: #777777;
}
html .btn-tertiary:hover,
html .btn-tertiary.hover {
  background-color: #fcfcfc;
  border-color: #ffffff #ffffff #e9e9e9;
  color: #777777;
}
html .btn-tertiary:focus,
html .btn-tertiary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(233, 233, 233, 0.5);
          box-shadow: 0 0 0 3px rgba(233, 233, 233, 0.5);
}
html .btn-tertiary.disabled,
html .btn-tertiary:disabled {
  background-color: #e9e9e9;
  border-color: #e9e9e9 #e9e9e9 #d0d0d0;
}
html .btn-tertiary:active,
html .btn-tertiary.active,
.show > html .btn-tertiary.dropdown-toggle {
  background-color: #d6d6d6 !important;
  background-image: none !important;
  border-color: #d0d0d0 #d0d0d0 #b6b6b6 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 233, 233, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(233, 233, 233, 0.5) !important;
}
html .btn-tertiary-scale-2 {
  background-color: #d0d0d0;
  border-color: #d0d0d0 #d0d0d0 #b6b6b6;
  color: #777777;
}
html .btn-tertiary-scale-2:hover,
html .btn-tertiary-scale-2.hover {
  background-color: #e3e3e3;
  border-color: #e9e9e9 #e9e9e9 #d0d0d0;
  color: #777777;
}
html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(208, 208, 208, 0.5);
          box-shadow: 0 0 0 3px rgba(208, 208, 208, 0.5);
}
html .btn-tertiary-scale-2.disabled,
html .btn-tertiary-scale-2:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0 #d0d0d0 #b6b6b6;
}
html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2.active,
.show > html .btn-tertiary-scale-2.dropdown-toggle {
  background-color: #bcbcbc !important;
  background-image: none !important;
  border-color: #b6b6b6 #b6b6b6 #9d9d9d !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 208, 208, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(208, 208, 208, 0.5) !important;
}
html .btn-quaternary {
  background-color: #161b29;
  border-color: #161b29 #161b29 #040508;
  color: #ffffff;
}
html .btn-quaternary:hover,
html .btn-quaternary.hover {
  background-color: #232b42;
  border-color: #28314a #28314a #161b29;
  color: #ffffff;
}
html .btn-quaternary:focus,
html .btn-quaternary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(22, 27, 41, 0.5);
          box-shadow: 0 0 0 3px rgba(22, 27, 41, 0.5);
}
html .btn-quaternary.disabled,
html .btn-quaternary:disabled {
  background-color: #161b29;
  border-color: #161b29 #161b29 #040508;
}
html .btn-quaternary:active,
html .btn-quaternary.active,
.show > html .btn-quaternary.dropdown-toggle {
  background-color: #090b10 !important;
  background-image: none !important;
  border-color: #040508 #040508 #000000 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 27, 41, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(22, 27, 41, 0.5) !important;
}
html .btn-quaternary-scale-2 {
  background-color: #040508;
  border-color: #040508 #040508 #000000;
  color: #ffffff;
}
html .btn-quaternary-scale-2:hover,
html .btn-quaternary-scale-2.hover {
  background-color: #121621;
  border-color: #161b29 #161b29 #040508;
  color: #ffffff;
}
html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(4, 5, 8, 0.5);
          box-shadow: 0 0 0 3px rgba(4, 5, 8, 0.5);
}
html .btn-quaternary-scale-2.disabled,
html .btn-quaternary-scale-2:disabled {
  background-color: #040508;
  border-color: #040508 #040508 #000000;
}
html .btn-quaternary-scale-2:active,
html .btn-quaternary-scale-2.active,
.show > html .btn-quaternary-scale-2.dropdown-toggle {
  background-color: #000000 !important;
  background-image: none !important;
  border-color: #000000 #000000 #000000 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(4, 5, 8, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(4, 5, 8, 0.5) !important;
}
html .btn-dark {
  background-color: #2e353e;
  border-color: #2e353e #2e353e #181c21;
  color: #ffffff;
}
html .btn-dark:hover,
html .btn-dark.hover {
  background-color: #3e4854;
  border-color: #444e5b #444e5b #2e353e;
  color: #ffffff;
}
html .btn-dark:focus,
html .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(46, 53, 62, 0.5);
          box-shadow: 0 0 0 3px rgba(46, 53, 62, 0.5);
}
html .btn-dark.disabled,
html .btn-dark:disabled {
  background-color: #2e353e;
  border-color: #2e353e #2e353e #181c21;
}
html .btn-dark:active,
html .btn-dark.active,
.show > html .btn-dark.dropdown-toggle {
  background-color: #1e2228 !important;
  background-image: none !important;
  border-color: #181c21 #181c21 #030303 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 53, 62, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(46, 53, 62, 0.5) !important;
}
html .btn-dark-scale-2 {
  background-color: #181c21;
  border-color: #181c21 #181c21 #030303;
  color: #ffffff;
}
html .btn-dark-scale-2:hover,
html .btn-dark-scale-2.hover {
  background-color: #292f37;
  border-color: #2e353e #2e353e #181c21;
  color: #ffffff;
}
html .btn-dark-scale-2:focus,
html .btn-dark-scale-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(24, 28, 33, 0.5);
          box-shadow: 0 0 0 3px rgba(24, 28, 33, 0.5);
}
html .btn-dark-scale-2.disabled,
html .btn-dark-scale-2:disabled {
  background-color: #181c21;
  border-color: #181c21 #181c21 #030303;
}
html .btn-dark-scale-2:active,
html .btn-dark-scale-2.active,
.show > html .btn-dark-scale-2.dropdown-toggle {
  background-color: #08090b !important;
  background-image: none !important;
  border-color: #030303 #030303 #000000 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 28, 33, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(24, 28, 33, 0.5) !important;
}
html .btn-light {
  background-color: #ffffff;
  border-color: #ffffff #ffffff #e6e6e6;
  color: #777777;
}
html .btn-light:hover,
html .btn-light.hover {
  background-color: #ffffff;
  border-color: #ffffff #ffffff #ffffff;
  color: #777777;
}
html .btn-light:focus,
html .btn-light.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
html .btn-light.disabled,
html .btn-light:disabled {
  background-color: #ffffff;
  border-color: #ffffff #ffffff #e6e6e6;
}
html .btn-light:active,
html .btn-light.active,
.show > html .btn-light.dropdown-toggle {
  background-color: #ececec !important;
  background-image: none !important;
  border-color: #e6e6e6 #e6e6e6 #cccccc !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
}
html .btn-light-scale-2 {
  background-color: #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #cccccc;
  color: #777777;
}
html .btn-light-scale-2:hover,
html .btn-light-scale-2.hover {
  background-color: #f9f9f9;
  border-color: #ffffff #ffffff #e6e6e6;
  color: #777777;
}
html .btn-light-scale-2:focus,
html .btn-light-scale-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.5);
          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,
.show > html .btn-light-scale-2.dropdown-toggle {
  background-color: #d2d2d2 !important;
  background-image: none !important;
  border-color: #cccccc #cccccc #b3b3b3 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5) !important;
}
html .btn-outline.btn-primary {
  color: #b3642a;
  background-color: transparent;
  background-image: none;
  border-color: #b3642a;
}
html .btn-outline.btn-primary:hover,
html .btn-outline.btn-primary.hover {
  color: #ffffff;
  background-color: #b3642a;
  border-color: #b3642a;
}
html .btn-outline.btn-primary:focus,
html .btn-outline.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(179, 100, 42, 0.5);
          box-shadow: 0 0 0 3px rgba(179, 100, 42, 0.5);
}
html .btn-outline.btn-primary.disabled,
html .btn-outline.btn-primary:disabled {
  color: #b3642a;
  background-color: transparent;
}
html .btn-outline.btn-primary:active,
html .btn-outline.btn-primary.active,
.show > html .btn-outline.btn-primary.dropdown-toggle {
  color: #ffffff !important;
  background-color: #b3642a !important;
  border-color: #b3642a !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(179, 100, 42, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(179, 100, 42, 0.5) !important;
}
html .btn-outline.btn-secondary {
  color: #c06b2d;
  background-color: transparent;
  background-image: none;
  border-color: #c06b2d;
}
html .btn-outline.btn-secondary:hover,
html .btn-outline.btn-secondary.hover {
  color: #ffffff;
  background-color: #c06b2d;
  border-color: #c06b2d;
}
html .btn-outline.btn-secondary:focus,
html .btn-outline.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(192, 107, 45, 0.5);
          box-shadow: 0 0 0 3px rgba(192, 107, 45, 0.5);
}
html .btn-outline.btn-secondary.disabled,
html .btn-outline.btn-secondary:disabled {
  color: #c06b2d;
  background-color: transparent;
}
html .btn-outline.btn-secondary:active,
html .btn-outline.btn-secondary.active,
.show > html .btn-outline.btn-secondary.dropdown-toggle {
  color: #ffffff !important;
  background-color: #c06b2d !important;
  border-color: #c06b2d !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 107, 45, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(192, 107, 45, 0.5) !important;
}
html .btn-outline.btn-tertiary {
  color: #e9e9e9;
  background-color: transparent;
  background-image: none;
  border-color: #e9e9e9;
}
html .btn-outline.btn-tertiary:hover,
html .btn-outline.btn-tertiary.hover {
  color: #777777;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
html .btn-outline.btn-tertiary:focus,
html .btn-outline.btn-tertiary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(233, 233, 233, 0.5);
          box-shadow: 0 0 0 3px rgba(233, 233, 233, 0.5);
}
html .btn-outline.btn-tertiary.disabled,
html .btn-outline.btn-tertiary:disabled {
  color: #e9e9e9;
  background-color: transparent;
}
html .btn-outline.btn-tertiary:active,
html .btn-outline.btn-tertiary.active,
.show > html .btn-outline.btn-tertiary.dropdown-toggle {
  color: #777777 !important;
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 233, 233, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(233, 233, 233, 0.5) !important;
}
html .btn-outline.btn-quaternary {
  color: #161b29;
  background-color: transparent;
  background-image: none;
  border-color: #161b29;
}
html .btn-outline.btn-quaternary:hover,
html .btn-outline.btn-quaternary.hover {
  color: #ffffff;
  background-color: #161b29;
  border-color: #161b29;
}
html .btn-outline.btn-quaternary:focus,
html .btn-outline.btn-quaternary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(22, 27, 41, 0.5);
          box-shadow: 0 0 0 3px rgba(22, 27, 41, 0.5);
}
html .btn-outline.btn-quaternary.disabled,
html .btn-outline.btn-quaternary:disabled {
  color: #161b29;
  background-color: transparent;
}
html .btn-outline.btn-quaternary:active,
html .btn-outline.btn-quaternary.active,
.show > html .btn-outline.btn-quaternary.dropdown-toggle {
  color: #ffffff !important;
  background-color: #161b29 !important;
  border-color: #161b29 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 27, 41, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(22, 27, 41, 0.5) !important;
}
html .btn-outline.btn-dark {
  color: #2e353e;
  background-color: transparent;
  background-image: none;
  border-color: #2e353e;
}
html .btn-outline.btn-dark:hover,
html .btn-outline.btn-dark.hover {
  color: #ffffff;
  background-color: #2e353e;
  border-color: #2e353e;
}
html .btn-outline.btn-dark:focus,
html .btn-outline.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(46, 53, 62, 0.5);
          box-shadow: 0 0 0 3px rgba(46, 53, 62, 0.5);
}
html .btn-outline.btn-dark.disabled,
html .btn-outline.btn-dark:disabled {
  color: #2e353e;
  background-color: transparent;
}
html .btn-outline.btn-dark:active,
html .btn-outline.btn-dark.active,
.show > html .btn-outline.btn-dark.dropdown-toggle {
  color: #ffffff !important;
  background-color: #2e353e !important;
  border-color: #2e353e !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 53, 62, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(46, 53, 62, 0.5) !important;
}
html .btn-outline.btn-light {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-color: #ffffff;
}
html .btn-outline.btn-light:hover,
html .btn-outline.btn-light.hover {
  color: #777777;
  background-color: #ffffff;
  border-color: #ffffff;
}
html .btn-outline.btn-light:focus,
html .btn-outline.btn-light.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
          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: #ffffff;
  background-color: transparent;
}
html .btn-outline.btn-light:active,
html .btn-outline.btn-light.active,
.show > html .btn-outline.btn-light.dropdown-toggle {
  color: #777777 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #b3642a;
}
.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: #b3642a !important;
  border-color: #b3642a;
}
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: #b3642a;
}
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: #b3642a;
  border-color: #b3642a;
}
.pagination > .active > a,
body.dark .pagination > .active > a {
  background-color: #b3642a;
  border-color: #b3642a #b3642a #8a4d20;
  color: #ffffff;
}
.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover,
.pagination > .active > a.hover,
body.dark .pagination > .active > a.hover {
  background-color: #cf7634;
  border-color: #d27d3e #d27d3e #b3642a;
  color: #ffffff;
}
.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.pagination > .active > a.focus,
body.dark .pagination > .active > a.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(179, 100, 42, 0.5);
          box-shadow: 0 0 0 3px rgba(179, 100, 42, 0.5);
}
.pagination > .active > a.disabled,
body.dark .pagination > .active > a.disabled,
.pagination > .active > a:disabled,
body.dark .pagination > .active > a:disabled {
  background-color: #b3642a;
  border-color: #b3642a #b3642a #8a4d20;
}
.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a.active,
body.dark .pagination > .active > a.active,
.show > .pagination > .active > a.dropdown-toggle,
.show > body.dark .pagination > .active > a.dropdown-toggle {
  background-color: #945323 !important;
  background-image: none !important;
  border-color: #8a4d20 #8a4d20 #603617 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(179, 100, 42, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(179, 100, 42, 0.5) !important;
}
html .alert-primary {
  background-color: #b3642a;
  border-color: #a75d27;
  color: #ffffff;
}
html .alert-primary .alert-link {
  color: #ffffff;
}
html .alert-secondary {
  background-color: #c06b2d;
  border-color: #b4642a;
  color: #ffffff;
}
html .alert-secondary .alert-link {
  color: #ffffff;
}
html .alert-tertiary {
  background-color: #e9e9e9;
  border-color: #e1e1e1;
  color: #777777;
}
html .alert-tertiary .alert-link {
  color: #777777;
}
html .alert-quaternary {
  background-color: #161b29;
  border-color: #11141f;
  color: #ffffff;
}
html .alert-quaternary .alert-link {
  color: #ffffff;
}
html .alert-dark {
  background-color: #2e353e;
  border-color: #272d35;
  color: #ffffff;
}
html .alert-dark .alert-link {
  color: #ffffff;
}
html .alert-light {
  background-color: #ffffff;
  border-color: #f7f7f7;
  color: #777777;
}
html .alert-light .alert-link {
  color: #777777;
}
html .progress-bar-primary {
  background-color: #b3642a;
}
html .progress-bar-secondary {
  background-color: #c06b2d;
}
html .progress-bar-tertiary {
  background-color: #e9e9e9;
}
html .progress-bar-quaternary {
  background-color: #161b29;
}
html .progress-bar-dark {
  background-color: #2e353e;
}
html .progress-bar-light {
  background-color: #ffffff;
}
html section.section-primary {
  background-color: #b3642a !important;
  border-color: #9e5825 !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: #ffffff;
}
html section.section-primary p {
  color: #e6e6e6;
}
html section.section-primary-scale-2 {
  background-color: #8a4d20 !important;
  border-color: #75411b !important;
}
html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #8a4d20;
}
html section.section-secondary {
  background-color: #c06b2d !important;
  border-color: #ab5f28 !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: #ffffff;
}
html section.section-secondary p {
  color: #e6e6e6;
}
html section.section-secondary-scale-2 {
  background-color: #975423 !important;
  border-color: #82481e !important;
}
html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #975423;
}
html section.section-tertiary {
  background-color: #e9e9e9 !important;
  border-color: #dcdcdc !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: #777777;
}
html section.section-tertiary p {
  color: #5e5e5e;
}
html section.section-tertiary-scale-2 {
  background-color: #d0d0d0 !important;
  border-color: #c3c3c3 !important;
}
html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #d0d0d0;
}
html section.section-quaternary {
  background-color: #161b29 !important;
  border-color: #0d1018 !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: #ffffff;
}
html section.section-quaternary p {
  color: #e6e6e6;
}
html section.section-quaternary-scale-2 {
  background-color: #040508 !important;
  border-color: #000000 !important;
}
html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #040508;
}
html section.section-dark {
  background-color: #2e353e !important;
  border-color: #23282f !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: #ffffff;
}
html section.section-dark p {
  color: #e6e6e6;
}
html section.section-dark-scale-2 {
  background-color: #181c21 !important;
  border-color: #0d0f12 !important;
}
html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #181c21;
}
html section.section-light {
  background-color: #ffffff !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: #777777;
}
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;
}
html section.section-default-scale-1 {
  background-color: #dbdbdb !important;
  border-top-color: #d3d3d3 !important;
}
html section.section-default-scale-2 {
  background-color: #c1c1c1 !important;
  border-top-color: #b9b9b9 !important;
}
html section.section-default-scale-3 {
  background-color: #a8a8a8 !important;
  border-top-color: #a0a0a0 !important;
}
html section.section-default-scale-4 {
  background-color: #8e8e8e !important;
  border-top-color: #868686 !important;
}
html section.section-default-scale-5 {
  background-color: #757575 !important;
  border-top-color: #6d6d6d !important;
}
html section.section-default-scale-6 {
  background-color: #5b5b5b !important;
  border-top-color: #535353 !important;
}
html section.section-default-scale-7 {
  background-color: #424242 !important;
  border-top-color: #3a3a3a !important;
}
html section.section-default-scale-8 {
  background-color: #282828 !important;
  border-top-color: #202020 !important;
}
html section.section-default-scale-9 {
  background-color: #0f0f0f !important;
  border-top-color: #070707 !important;
}
html.dark section.section-default-scale-1 {
  background-color: #333a44 !important;
  border-top-color: #2c323b !important;
}
html.dark section.section-default-scale-2 {
  background-color: #495362 !important;
  border-top-color: #424b59 !important;
}
html.dark section.section-default-scale-3 {
  background-color: #5e6b7f !important;
  border-top-color: #586476 !important;
}
html.dark section.section-default-scale-4 {
  background-color: #77849a !important;
  border-top-color: #6e7d93 !important;
}
html.dark section.section-default-scale-5 {
  background-color: #949faf !important;
  border-top-color: #8b97a9 !important;
}
html.dark section.section-default-scale-6 {
  background-color: #b1b9c5 !important;
  border-top-color: #a8b1be !important;
}
html.dark section.section-default-scale-7 {
  background-color: #ced3db !important;
  border-top-color: #c5cbd4 !important;
}
html.dark section.section-default-scale-8 {
  background-color: #ebeef1 !important;
  border-top-color: #e3e6ea !important;
}
html.dark section.section-default-scale-9 {
  background-color: #ffffff !important;
  border-top-color: #f7f7f7 !important;
}
section.page-header h1 {
  border-bottom-color: #b3642a;
}
section.page-header.custom-product {
  background-color: #9e5825;
  border-top-color: #ab5f28;
}
html .page-header-color.page-header-primary {
  background-color: #b3642a;
  border-bottom-color: #b3642a;
  color: #ffffff;
}
html .page-header-color.page-header-primary h1 {
  color: #ffffff;
}
html .page-header-color.page-header-primary h1 span {
  color: #ffffff;
}
html .page-header-color.page-header-primary a {
  color: #ffffff;
}
html .page-header-color.page-header-primary .breadcrumb > .active {
  color: #ffffff;
}
html .page-header-color.page-header-secondary {
  background-color: #c06b2d;
  border-bottom-color: #c06b2d;
  color: #ffffff;
}
html .page-header-color.page-header-secondary h1 {
  color: #ffffff;
}
html .page-header-color.page-header-secondary h1 span {
  color: #ffffff;
}
html .page-header-color.page-header-secondary a {
  color: #ffffff;
}
html .page-header-color.page-header-secondary .breadcrumb > .active {
  color: #ffffff;
}
html .page-header-color.page-header-tertiary {
  background-color: #e9e9e9;
  border-bottom-color: #e9e9e9;
  color: #777777;
}
html .page-header-color.page-header-tertiary h1 {
  color: #777777;
}
html .page-header-color.page-header-tertiary h1 span {
  color: #777777;
}
html .page-header-color.page-header-tertiary a {
  color: #777777;
}
html .page-header-color.page-header-tertiary .breadcrumb > .active {
  color: #777777;
}
html .page-header-color.page-header-quaternary {
  background-color: #161b29;
  border-bottom-color: #161b29;
  color: #ffffff;
}
html .page-header-color.page-header-quaternary h1 {
  color: #ffffff;
}
html .page-header-color.page-header-quaternary h1 span {
  color: #ffffff;
}
html .page-header-color.page-header-quaternary a {
  color: #ffffff;
}
html .page-header-color.page-header-quaternary .breadcrumb > .active {
  color: #ffffff;
}
html .page-header-color.page-header-dark {
  background-color: #2e353e;
  border-bottom-color: #2e353e;
  color: #ffffff;
}
html .page-header-color.page-header-dark h1 {
  color: #ffffff;
}
html .page-header-color.page-header-dark h1 span {
  color: #ffffff;
}
html .page-header-color.page-header-dark a {
  color: #ffffff;
}
html .page-header-color.page-header-dark .breadcrumb > .active {
  color: #ffffff;
}
html .page-header-color.page-header-light {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
  color: #777777;
}
html .page-header-color.page-header-light h1 {
  color: #777777;
}
html .page-header-color.page-header-light h1 span {
  color: #777777;
}
html .page-header-color.page-header-light a {
  color: #777777;
}
html .page-header-color.page-header-light .breadcrumb > .active {
  color: #777777;
}
html .toggle-primary .toggle label {
  color: #b3642a;
  border-left-color: #b3642a;
  border-right-color: #b3642a;
}
html .toggle-primary .toggle.active > label {
  background-color: #b3642a;
  border-color: #b3642a;
  color: #ffffff;
}
html .toggle-primary.toggle-simple .toggle > label:after {
  background-color: #b3642a;
}
html .toggle-secondary .toggle label {
  color: #c06b2d;
  border-left-color: #c06b2d;
  border-right-color: #c06b2d;
}
html .toggle-secondary .toggle.active > label {
  background-color: #c06b2d;
  border-color: #c06b2d;
  color: #ffffff;
}
html .toggle-secondary.toggle-simple .toggle > label:after {
  background-color: #c06b2d;
}
html .toggle-tertiary .toggle label {
  color: #e9e9e9;
  border-left-color: #e9e9e9;
  border-right-color: #e9e9e9;
}
html .toggle-tertiary .toggle.active > label {
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  color: #777777;
}
html .toggle-tertiary.toggle-simple .toggle > label:after {
  background-color: #e9e9e9;
}
html .toggle-quaternary .toggle label {
  color: #161b29;
  border-left-color: #161b29;
  border-right-color: #161b29;
}
html .toggle-quaternary .toggle.active > label {
  background-color: #161b29;
  border-color: #161b29;
  color: #ffffff;
}
html .toggle-quaternary.toggle-simple .toggle > label:after {
  background-color: #161b29;
}
html .toggle-dark .toggle label {
  color: #2e353e;
  border-left-color: #2e353e;
  border-right-color: #2e353e;
}
html .toggle-dark .toggle.active > label {
  background-color: #2e353e;
  border-color: #2e353e;
  color: #ffffff;
}
html .toggle-dark.toggle-simple .toggle > label:after {
  background-color: #2e353e;
}
html .toggle-light .toggle label {
  color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #ffffff;
}
html .toggle-light .toggle.active > label {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #777777;
}
html .toggle-light.toggle-simple .toggle > label:after {
  background-color: #ffffff;
}
.thumb-info .thumb-info-type {
  background-color: #b3642a;
}
.thumb-info .thumb-info-action-icon {
  background-color: #b3642a;
}
.thumb-info-social-icons a {
  background-color: #b3642a;
}
.thumbnail .zoom {
  background-color: #b3642a;
}
.img-thumbnail .zoom {
  background-color: #b3642a;
}
html .thumb-info .thumb-info-action-icon-primary {
  background-color: #b3642a;
}
html .thumb-info .thumb-info-action-icon-primary i {
  color: #ffffff;
}
html .thumb-info .thumb-info-action-icon-secondary {
  background-color: #c06b2d;
}
html .thumb-info .thumb-info-action-icon-secondary i {
  color: #ffffff;
}
html .thumb-info .thumb-info-action-icon-tertiary {
  background-color: #e9e9e9;
}
html .thumb-info .thumb-info-action-icon-tertiary i {
  color: #777777;
}
html .thumb-info .thumb-info-action-icon-quaternary {
  background-color: #161b29;
}
html .thumb-info .thumb-info-action-icon-quaternary i {
  color: #ffffff;
}
html .thumb-info .thumb-info-action-icon-dark {
  background-color: #2e353e;
}
html .thumb-info .thumb-info-action-icon-dark i {
  color: #ffffff;
}
html .thumb-info .thumb-info-action-icon-light {
  background-color: #ffffff;
}
html .thumb-info .thumb-info-action-icon-light i {
  color: #777777;
}
.thumb-info-ribbon {
  background: #b3642a;
}
.thumb-info-ribbon:before {
  border-right-color: #75411b;
  border-left-color: #75411b;
}
.inverted {
  background-color: #b3642a;
}
html .inverted-primary {
  background-color: #b3642a;
}
html .inverted-secondary {
  background-color: #c06b2d;
}
html .inverted-tertiary {
  background-color: #e9e9e9;
}
html .inverted-quaternary {
  background-color: #161b29;
}
html .inverted-dark {
  background-color: #2e353e;
}
html .inverted-light {
  background-color: #ffffff;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #9a5624;
}
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"] {
  color: #b3642a;
}
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover,
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover {
  color: #b3642a;
}
.owl-carousel .owl-nav button[class*="owl-"] {
  background-color: #b3642a;
  border-color: #b3642a #b3642a #8a4d20;
  color: #ffffff;
}
.owl-carousel .owl-nav button[class*="owl-"]:hover,
.owl-carousel .owl-nav button[class*="owl-"].hover {
  background-color: #b51717;
  color: #ffffff;
}
.owl-carousel .owl-nav button[class*="owl-"]:active,
.owl-carousel .owl-nav button[class*="owl-"].active {
  background-color: #945323;
  background-image: none;
  border-color: #8a4d20 #8a4d20 #603617;
}
.owl-carousel.nav-style-1 .owl-nav .owl-next:hover,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:hover,
.owl-carousel.nav-style-1 .owl-nav .owl-next:active,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:active {
  color: #b3642a;
}
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 {
  color: #b3642a;
}
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 {
  border-top-color: #b3642a;
}
html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link {
  border-top-color: #b3642a;
  color: #b3642a;
}
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: #b3642a;
}
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: #b3642a;
}
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: #b3642a;
}
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: #b3642a;
}
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: #b3642a;
  color: #b3642a;
}
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: #b3642a;
}
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: #b3642a;
}
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: #b3642a;
  color: #b3642a;
}
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 {
  border-bottom-color: #b3642a;
}
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: #b3642a;
}
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 {
  border-left-color: #b3642a;
}
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: #b3642a;
}
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 {
  border-right-color: #b3642a;
}
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: #b3642a;
}
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: #c06b2d;
}
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: #c06b2d;
}
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: #c06b2d;
  color: #c06b2d;
}
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 {
  border-bottom-color: #c06b2d;
}
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: #c06b2d;
}
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 {
  border-left-color: #c06b2d;
}
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: #c06b2d;
}
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 {
  border-right-color: #c06b2d;
}
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: #c06b2d;
}
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: #e9e9e9;
}
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: #e9e9e9;
}
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: #e9e9e9;
  color: #e9e9e9;
}
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 {
  border-bottom-color: #e9e9e9;
}
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: #e9e9e9;
}
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 {
  border-left-color: #e9e9e9;
}
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: #e9e9e9;
}
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 {
  border-right-color: #e9e9e9;
}
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: #e9e9e9;
}
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: #161b29;
}
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: #161b29;
}
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: #161b29;
  color: #161b29;
}
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 {
  border-bottom-color: #161b29;
}
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: #161b29;
}
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 {
  border-left-color: #161b29;
}
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: #161b29;
}
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 {
  border-right-color: #161b29;
}
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: #161b29;
}
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: #2e353e;
}
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: #2e353e;
}
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: #2e353e;
  color: #2e353e;
}
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 {
  border-bottom-color: #2e353e;
}
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: #2e353e;
}
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 {
  border-left-color: #2e353e;
}
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: #2e353e;
}
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 {
  border-right-color: #2e353e;
}
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: #2e353e;
}
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: #ffffff;
}
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: #ffffff;
}
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: #ffffff;
  color: #ffffff;
}
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 {
  border-bottom-color: #ffffff;
}
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: #ffffff;
}
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 {
  border-left-color: #ffffff;
}
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: #ffffff;
}
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 {
  border-right-color: #ffffff;
}
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: #ffffff;
}
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: #b3642a;
  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: #b3642a;
}
.list.list-icons li > .fa:first-child,
.list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li > .fas:first-child,
.list.list-icons li a:first-child > .fas:first-child,
.list.list-icons li > .far:first-child,
.list.list-icons li a:first-child > .far:first-child,
.list.list-icons li > .fal:first-child,
.list.list-icons li a:first-child > .fal:first-child,
.list.list-icons li > .fab:first-child,
.list.list-icons li a:first-child > .fab:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
  color: #b3642a;
  border-color: #b3642a;
}
.list.list-icons.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-3 li > .fas:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
.list.list-icons.list-icons-style-3 li > .far:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
.list.list-icons.list-icons-style-3 li > .fal:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
.list.list-icons.list-icons-style-3 li > .fab:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fab: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: #b3642a;
}
.list.list-ordened li:before {
  color: #b3642a;
  border-color: #b3642a;
}
.list.list-ordened.list-ordened-style-3 li:before {
  background-color: #b3642a;
}
html .list-primary.list-icons li > .fa:first-child,
html .list-primary.list-icons li a:first-child > .fa:first-child,
html .list-primary.list-icons li > .fas:first-child,
html .list-primary.list-icons li a:first-child > .fas:first-child,
html .list-primary.list-icons li > .far:first-child,
html .list-primary.list-icons li a:first-child > .far:first-child,
html .list-primary.list-icons li > .fal:first-child,
html .list-primary.list-icons li a:first-child > .fal:first-child,
html .list-primary.list-icons li > .fab:first-child,
html .list-primary.list-icons li a:first-child > .fab:first-child,
html .list-primary.list-icons li > .icons:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child {
  color: #b3642a;
  border-color: #b3642a;
}
html .list-primary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .far:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fab: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: #b3642a;
  color: #ffffff;
}
html .list-primary.list-ordened li:before {
  color: #b3642a;
}
html .list-primary.list-ordened.list-ordened-style-3 li:before {
  background-color: #b3642a;
  color: #ffffff;
}
html .list-secondary.list-icons li > .fa:first-child,
html .list-secondary.list-icons li a:first-child > .fa:first-child,
html .list-secondary.list-icons li > .fas:first-child,
html .list-secondary.list-icons li a:first-child > .fas:first-child,
html .list-secondary.list-icons li > .far:first-child,
html .list-secondary.list-icons li a:first-child > .far:first-child,
html .list-secondary.list-icons li > .fal:first-child,
html .list-secondary.list-icons li a:first-child > .fal:first-child,
html .list-secondary.list-icons li > .fab:first-child,
html .list-secondary.list-icons li a:first-child > .fab:first-child,
html .list-secondary.list-icons li > .icons:first-child,
html .list-secondary.list-icons li a:first-child > .icons:first-child {
  color: #c06b2d;
  border-color: #c06b2d;
}
html .list-secondary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .far:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fab: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: #c06b2d;
  color: #ffffff;
}
html .list-secondary.list-ordened li:before {
  color: #c06b2d;
}
html .list-secondary.list-ordened.list-ordened-style-3 li:before {
  background-color: #c06b2d;
  color: #ffffff;
}
html .list-tertiary.list-icons li > .fa:first-child,
html .list-tertiary.list-icons li a:first-child > .fa:first-child,
html .list-tertiary.list-icons li > .fas:first-child,
html .list-tertiary.list-icons li a:first-child > .fas:first-child,
html .list-tertiary.list-icons li > .far:first-child,
html .list-tertiary.list-icons li a:first-child > .far:first-child,
html .list-tertiary.list-icons li > .fal:first-child,
html .list-tertiary.list-icons li a:first-child > .fal:first-child,
html .list-tertiary.list-icons li > .fab:first-child,
html .list-tertiary.list-icons li a:first-child > .fab:first-child,
html .list-tertiary.list-icons li > .icons:first-child,
html .list-tertiary.list-icons li a:first-child > .icons:first-child {
  color: #e9e9e9;
  border-color: #e9e9e9;
}
html .list-tertiary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .far:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .fab: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: #e9e9e9;
  color: #777777;
}
html .list-tertiary.list-ordened li:before {
  color: #e9e9e9;
}
html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
  background-color: #e9e9e9;
  color: #777777;
}
html .list-quaternary.list-icons li > .fa:first-child,
html .list-quaternary.list-icons li a:first-child > .fa:first-child,
html .list-quaternary.list-icons li > .fas:first-child,
html .list-quaternary.list-icons li a:first-child > .fas:first-child,
html .list-quaternary.list-icons li > .far:first-child,
html .list-quaternary.list-icons li a:first-child > .far:first-child,
html .list-quaternary.list-icons li > .fal:first-child,
html .list-quaternary.list-icons li a:first-child > .fal:first-child,
html .list-quaternary.list-icons li > .fab:first-child,
html .list-quaternary.list-icons li a:first-child > .fab:first-child,
html .list-quaternary.list-icons li > .icons:first-child,
html .list-quaternary.list-icons li a:first-child > .icons:first-child {
  color: #161b29;
  border-color: #161b29;
}
html .list-quaternary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .far:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .fab: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: #161b29;
  color: #ffffff;
}
html .list-quaternary.list-ordened li:before {
  color: #161b29;
}
html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
  background-color: #161b29;
  color: #ffffff;
}
html .list-dark.list-icons li > .fa:first-child,
html .list-dark.list-icons li a:first-child > .fa:first-child,
html .list-dark.list-icons li > .fas:first-child,
html .list-dark.list-icons li a:first-child > .fas:first-child,
html .list-dark.list-icons li > .far:first-child,
html .list-dark.list-icons li a:first-child > .far:first-child,
html .list-dark.list-icons li > .fal:first-child,
html .list-dark.list-icons li a:first-child > .fal:first-child,
html .list-dark.list-icons li > .fab:first-child,
html .list-dark.list-icons li a:first-child > .fab:first-child,
html .list-dark.list-icons li > .icons:first-child,
html .list-dark.list-icons li a:first-child > .icons:first-child {
  color: #2e353e;
  border-color: #2e353e;
}
html .list-dark.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .far:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fab: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: #2e353e;
  color: #ffffff;
}
html .list-dark.list-ordened li:before {
  color: #2e353e;
}
html .list-dark.list-ordened.list-ordened-style-3 li:before {
  background-color: #2e353e;
  color: #ffffff;
}
html .list-light.list-icons li > .fa:first-child,
html .list-light.list-icons li a:first-child > .fa:first-child,
html .list-light.list-icons li > .fas:first-child,
html .list-light.list-icons li a:first-child > .fas:first-child,
html .list-light.list-icons li > .far:first-child,
html .list-light.list-icons li a:first-child > .far:first-child,
html .list-light.list-icons li > .fal:first-child,
html .list-light.list-icons li a:first-child > .fal:first-child,
html .list-light.list-icons li > .fab:first-child,
html .list-light.list-icons li a:first-child > .fab:first-child,
html .list-light.list-icons li > .icons:first-child,
html .list-light.list-icons li a:first-child > .icons:first-child {
  color: #ffffff;
  border-color: #ffffff;
}
html .list-light.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-light.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-light.list-icons.list-icons-style-3 li > .far:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-light.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-light.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fab: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: #ffffff;
  color: #777777;
}
html .list-light.list-ordened li:before {
  color: #ffffff;
}
html .list-light.list-ordened.list-ordened-style-3 li:before {
  background-color: #ffffff;
  color: #777777;
}
.parallax blockquote i.fa-quote-left {
  color: #b3642a;
}
section.video blockquote i.fa-quote-left {
  color: #b3642a;
}
.accordion .card-header a {
  color: #b3642a;
}
html .accordion.accordion-primary .card-header {
  background-color: #b3642a !important;
}
html .accordion.accordion-primary .card-header a {
  color: #ffffff;
}
html .accordion.accordion-secondary .card-header {
  background-color: #c06b2d !important;
}
html .accordion.accordion-secondary .card-header a {
  color: #ffffff;
}
html .accordion.accordion-tertiary .card-header {
  background-color: #e9e9e9 !important;
}
html .accordion.accordion-tertiary .card-header a {
  color: #777777;
}
html .accordion.accordion-quaternary .card-header {
  background-color: #161b29 !important;
}
html .accordion.accordion-quaternary .card-header a {
  color: #ffffff;
}
html .accordion.accordion-dark .card-header {
  background-color: #2e353e !important;
}
html .accordion.accordion-dark .card-header a {
  color: #ffffff;
}
html .accordion.accordion-light .card-header {
  background-color: #ffffff !important;
}
html .accordion.accordion-light .card-header a {
  color: #777777;
}
html .divider.divider-primary .fa,
html .divider.divider-primary .fas,
html .divider.divider-primary .far,
html .divider.divider-primary .fal,
html .divider.divider-primary .fab,
html .divider.divider-primary .icons {
  color: #b3642a;
}
html .divider.divider-primary.divider-small hr {
  background: #b3642a;
}
html .divider.divider-secondary .fa,
html .divider.divider-secondary .fas,
html .divider.divider-secondary .far,
html .divider.divider-secondary .fal,
html .divider.divider-secondary .fab,
html .divider.divider-secondary .icons {
  color: #c06b2d;
}
html .divider.divider-secondary.divider-small hr {
  background: #c06b2d;
}
html .divider.divider-tertiary .fa,
html .divider.divider-tertiary .fas,
html .divider.divider-tertiary .far,
html .divider.divider-tertiary .fal,
html .divider.divider-tertiary .fab,
html .divider.divider-tertiary .icons {
  color: #e9e9e9;
}
html .divider.divider-tertiary.divider-small hr {
  background: #e9e9e9;
}
html .divider.divider-quaternary .fa,
html .divider.divider-quaternary .fas,
html .divider.divider-quaternary .far,
html .divider.divider-quaternary .fal,
html .divider.divider-quaternary .fab,
html .divider.divider-quaternary .icons {
  color: #161b29;
}
html .divider.divider-quaternary.divider-small hr {
  background: #161b29;
}
html .divider.divider-dark .fa,
html .divider.divider-dark .fas,
html .divider.divider-dark .far,
html .divider.divider-dark .fal,
html .divider.divider-dark .fab,
html .divider.divider-dark .icons {
  color: #2e353e;
}
html .divider.divider-dark.divider-small hr {
  background: #2e353e;
}
html .divider.divider-light .fa,
html .divider.divider-light .fas,
html .divider.divider-light .far,
html .divider.divider-light .fal,
html .divider.divider-light .fab,
html .divider.divider-light .icons {
  color: #ffffff;
}
html .divider.divider-light.divider-small hr {
  background: #ffffff;
}
html .divider.divider-style-2.divider-primary .fa,
html .divider.divider-style-2.divider-primary .fas,
html .divider.divider-style-2.divider-primary .far,
html .divider.divider-style-2.divider-primary .fal,
html .divider.divider-style-2.divider-primary .fab,
html .divider.divider-style-2.divider-primary .icons {
  background: #b3642a;
  color: #ffffff;
}
html .divider.divider-style-2.divider-secondary .fa,
html .divider.divider-style-2.divider-secondary .fas,
html .divider.divider-style-2.divider-secondary .far,
html .divider.divider-style-2.divider-secondary .fal,
html .divider.divider-style-2.divider-secondary .fab,
html .divider.divider-style-2.divider-secondary .icons {
  background: #c06b2d;
  color: #ffffff;
}
html .divider.divider-style-2.divider-tertiary .fa,
html .divider.divider-style-2.divider-tertiary .fas,
html .divider.divider-style-2.divider-tertiary .far,
html .divider.divider-style-2.divider-tertiary .fal,
html .divider.divider-style-2.divider-tertiary .fab,
html .divider.divider-style-2.divider-tertiary .icons {
  background: #e9e9e9;
  color: #777777;
}
html .divider.divider-style-2.divider-quaternary .fa,
html .divider.divider-style-2.divider-quaternary .fas,
html .divider.divider-style-2.divider-quaternary .far,
html .divider.divider-style-2.divider-quaternary .fal,
html .divider.divider-style-2.divider-quaternary .fab,
html .divider.divider-style-2.divider-quaternary .icons {
  background: #161b29;
  color: #ffffff;
}
html .divider.divider-style-2.divider-dark .fa,
html .divider.divider-style-2.divider-dark .fas,
html .divider.divider-style-2.divider-dark .far,
html .divider.divider-style-2.divider-dark .fal,
html .divider.divider-style-2.divider-dark .fab,
html .divider.divider-style-2.divider-dark .icons {
  background: #2e353e;
  color: #ffffff;
}
html .divider.divider-style-2.divider-light .fa,
html .divider.divider-style-2.divider-light .fas,
html .divider.divider-style-2.divider-light .far,
html .divider.divider-style-2.divider-light .fal,
html .divider.divider-style-2.divider-light .fab,
html .divider.divider-style-2.divider-light .icons {
  background: #ffffff;
  color: #777777;
}
html .divider.divider-style-3.divider-primary .fa,
html .divider.divider-style-3.divider-primary .fas,
html .divider.divider-style-3.divider-primary .far,
html .divider.divider-style-3.divider-primary .fal,
html .divider.divider-style-3.divider-primary .fab,
html .divider.divider-style-3.divider-primary .icons {
  border-color: #b3642a;
}
html .divider.divider-style-3.divider-secondary .fa,
html .divider.divider-style-3.divider-secondary .fas,
html .divider.divider-style-3.divider-secondary .far,
html .divider.divider-style-3.divider-secondary .fal,
html .divider.divider-style-3.divider-secondary .fab,
html .divider.divider-style-3.divider-secondary .icons {
  border-color: #c06b2d;
}
html .divider.divider-style-3.divider-tertiary .fa,
html .divider.divider-style-3.divider-tertiary .fas,
html .divider.divider-style-3.divider-tertiary .far,
html .divider.divider-style-3.divider-tertiary .fal,
html .divider.divider-style-3.divider-tertiary .fab,
html .divider.divider-style-3.divider-tertiary .icons {
  border-color: #e9e9e9;
}
html .divider.divider-style-3.divider-quaternary .fa,
html .divider.divider-style-3.divider-quaternary .fas,
html .divider.divider-style-3.divider-quaternary .far,
html .divider.divider-style-3.divider-quaternary .fal,
html .divider.divider-style-3.divider-quaternary .fab,
html .divider.divider-style-3.divider-quaternary .icons {
  border-color: #161b29;
}
html .divider.divider-style-3.divider-dark .fa,
html .divider.divider-style-3.divider-dark .fas,
html .divider.divider-style-3.divider-dark .far,
html .divider.divider-style-3.divider-dark .fal,
html .divider.divider-style-3.divider-dark .fab,
html .divider.divider-style-3.divider-dark .icons {
  border-color: #2e353e;
}
html .divider.divider-style-3.divider-light .fa,
html .divider.divider-style-3.divider-light .fas,
html .divider.divider-style-3.divider-light .far,
html .divider.divider-style-3.divider-light .fal,
html .divider.divider-style-3.divider-light .fab,
html .divider.divider-style-3.divider-light .icons {
  border-color: #ffffff;
}
#header .tip {
  background: #b3642a;
  color: #ffffff;
}
#header .tip:before {
  border-right-color: #b3642a;
  border-left-color: transparent;
}
html #header .tip-primary {
  background: #b3642a !important;
  color: #ffffff !important;
}
html #header .tip-primary:before {
  border-right-color: #b3642a !important;
}
html #header .tip-secondary {
  background: #c06b2d !important;
  color: #ffffff !important;
}
html #header .tip-secondary:before {
  border-right-color: #c06b2d !important;
}
html #header .tip-tertiary {
  background: #e9e9e9 !important;
  color: #777777 !important;
}
html #header .tip-tertiary:before {
  border-right-color: #e9e9e9 !important;
}
html #header .tip-quaternary {
  background: #161b29 !important;
  color: #ffffff !important;
}
html #header .tip-quaternary:before {
  border-right-color: #161b29 !important;
}
html #header .tip-dark {
  background: #2e353e !important;
  color: #ffffff !important;
}
html #header .tip-dark:before {
  border-right-color: #2e353e !important;
}
html #header .tip-light {
  background: #ffffff !important;
  color: #777777 !important;
}
html #header .tip-light:before {
  border-right-color: #ffffff !important;
}
html[dir="rtl"] #header .tip:before {
  border-left-color: #b3642a;
}
html[dir="rtl"] #header .tip.skin:before {
  border-left-color: #b3642a;
}
html[dir="rtl"] #header .tip-primary:before {
  border-left-color: #b3642a !important;
  border-right-color: transparent !important;
}
html[dir="rtl"] #header .tip-secondary:before {
  border-left-color: #c06b2d !important;
  border-right-color: transparent !important;
}
html[dir="rtl"] #header .tip-tertiary:before {
  border-left-color: #e9e9e9 !important;
  border-right-color: transparent !important;
}
html[dir="rtl"] #header .tip-quaternary:before {
  border-left-color: #161b29 !important;
  border-right-color: transparent !important;
}
html[dir="rtl"] #header .tip-dark:before {
  border-left-color: #2e353e !important;
  border-right-color: transparent !important;
}
html[dir="rtl"] #header .tip-light:before {
  border-left-color: #ffffff !important;
  border-right-color: transparent !important;
}
#header .header-btn-collapse-nav {
  background: #b3642a;
}
@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li > a {
    color: #b3642a;
  }
  #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #b3642a transparent transparent transparent;
  }
  #header .header-nav-main nav > ul > li > a.active {
    background: #b3642a;
  }
  #header .header-nav-main nav > ul > li.open > a,
  #header .header-nav-main nav > ul > li:hover > a {
    background: #b3642a;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top-color: #b3642a;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #b3642a;
  }
  #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: #b3642a;
  }
  #header .header-nav-main nav > ul > li .dropdown-menu {
    border-top-color: #b3642a;
  }
  #header .header-nav-main nav > ul > li .dropdown-menu li.dropdown-submenu.dropdown-reverse > a:after {
    border-color: transparent #b3642a transparent transparent !important;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
    border-top-color: #b3642a;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a {
    color: #b3642a;
  }
  #header .header-nav.header-nav-stripe nav > ul > li > a.active {
    color: #b3642a;
  }
  #header .header-nav.header-nav-stripe nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #b3642a transparent transparent transparent;
  }
  #header .header-nav.header-nav-stripe nav > ul > li:hover > a,
  #header .header-nav.header-nav-stripe nav > ul > li.open > a {
    background-color: #b3642a;
  }
  #header .header-nav.header-nav-top-line nav > ul li > a.active {
    color: #b3642a;
  }
  #header .header-nav.header-nav-top-line nav > ul li > a.active:before {
    background: #b3642a;
  }
  #header .header-nav.header-nav-top-line nav > ul li > a.active.dropdown-toggle:after {
    border-color: #b3642a transparent transparent transparent;
  }
  #header .header-nav.header-nav-top-line nav > ul li:hover > a {
    color: #b3642a;
  }
  #header .header-nav.header-nav-top-line nav > ul li:hover > a:before {
    background: #b3642a;
  }
  #header .header-nav.header-nav-top-line nav > ul li:hover > a.dropdown-toggle:after {
    border-color: #b3642a transparent transparent transparent;
  }
  #header .header-nav.header-nav-dark-dropdown nav > ul li > a.active {
    color: #b3642a;
  }
  #header .header-nav.header-nav-dark-dropdown nav > ul li > a.active.dropdown-toggle:after {
    border-color: #b3642a transparent transparent transparent;
  }
  #header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a {
    color: #b3642a;
  }
  #header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a.dropdown-toggle:after {
    border-color: #b3642a transparent transparent transparent;
  }
  html.side-header #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
  html.side-header #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
    border-left-color: #b3642a;
  }
  html.side-header #header .header-nav-main nav > ul li.dropdown > a.dropdown-toggle:after {
    border-color: transparent transparent transparent #b3642a;
  }
  html.side-header #header .header-nav-main nav > ul li.dropdown.active > a.dropdown-toggle:after,
  html.side-header #header .header-nav-main nav > ul li.dropdown:hover > a.dropdown-toggle:after {
    border-color: transparent transparent transparent #ffffff;
  }
  html.side-header-right #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
  html.side-header-right #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
    border-right-color: #b3642a;
  }
  html.side-header-right #header .header-nav-main nav > ul li.dropdown > a.dropdown-toggle:after {
    border-color: transparent #b3642a transparent transparent;
  }
  html.side-header-right #header .header-nav-main nav > ul li.dropdown.active > a.dropdown-toggle:after,
  html.side-header-right #header .header-nav-main nav > ul li.dropdown:hover > a.dropdown-toggle:after {
    border-color: transparent #ffffff transparent transparent;
  }
}
@media (min-width: 992px) {
  html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #b3642a transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #b3642a transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a.active {
    background: #b3642a;
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
    background: #b3642a;
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
    color: #b3642a;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus,
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
    background: #b3642a;
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:after {
    border-color: #b3642a transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
    border-top-color: #b3642a;
    background-color: #b3642a;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
    color: #ffffff;
    border-bottom-color: #c8702f;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a {
    background: #c8702f;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before,
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before {
    border-bottom-color: #b3642a;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-primary .dropdown-mega-sub-title {
    color: #ffffff;
    opacity: 0.70;
  }
  html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #c06b2d transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #c06b2d transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a.active {
    background: #c06b2d;
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
    background: #c06b2d;
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a {
    color: #c06b2d;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus,
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
    background: #c06b2d;
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:after {
    border-color: #c06b2d transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu {
    border-top-color: #c06b2d;
    background-color: #c06b2d;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
    color: #ffffff;
    border-bottom-color: #d07736;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a {
    background: #d07736;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.open > a:before,
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a:before {
    border-bottom-color: #c06b2d;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-secondary .dropdown-mega-sub-title {
    color: #ffffff;
    opacity: 0.70;
  }
  html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #e9e9e9 transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #e9e9e9 transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a.active {
    background: #e9e9e9;
    color: #777777;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
    background: #e9e9e9;
    color: #777777;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a {
    color: #e9e9e9;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus,
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
    background: #e9e9e9;
    color: #777777;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:after {
    border-color: #e9e9e9 transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu {
    border-top-color: #e9e9e9;
    background-color: #e9e9e9;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
    color: #777777;
    border-bottom-color: #f6f6f6;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a {
    background: #f6f6f6;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #777777;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.open > a:before,
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a:before {
    border-bottom-color: #e9e9e9;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-tertiary .dropdown-mega-sub-title {
    color: #777777;
    opacity: 0.70;
  }
  html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #161b29 transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #161b29 transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a.active {
    background: #161b29;
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
    background: #161b29;
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a {
    color: #161b29;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus,
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
    background: #161b29;
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:after {
    border-color: #161b29 transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu {
    border-top-color: #161b29;
    background-color: #161b29;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
    color: #ffffff;
    border-bottom-color: #1f263a;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a {
    background: #1f263a;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.open > a:before,
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a:before {
    border-bottom-color: #161b29;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-quaternary .dropdown-mega-sub-title {
    color: #ffffff;
    opacity: 0.70;
  }
  html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #2e353e transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #2e353e transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a.active {
    background: #2e353e;
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
    background: #2e353e;
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a {
    color: #2e353e;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus,
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
    background: #2e353e;
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:after {
    border-color: #2e353e transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu {
    border-top-color: #2e353e;
    background-color: #2e353e;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
    color: #ffffff;
    border-bottom-color: #39424d;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li:hover > a {
    background: #39424d;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.open > a:before,
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a:before {
    border-bottom-color: #2e353e;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-dark .dropdown-mega-sub-title {
    color: #ffffff;
    opacity: 0.70;
  }
  html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #ffffff transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #ffffff transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a.active {
    background: #ffffff;
    color: #777777;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
    background: #ffffff;
    color: #777777;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a {
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus,
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
    background: #ffffff;
    color: #777777;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:after {
    border-color: #ffffff transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu {
    border-top-color: #ffffff;
    background-color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
    color: #777777;
    border-bottom-color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li:hover > a {
    background: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #777777;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.open > a:before,
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a:before {
    border-bottom-color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-light .dropdown-mega-sub-title {
    color: #777777;
    opacity: 0.70;
  }
  html[dir="rtl"] #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    border-color: transparent #b3642a transparent transparent;
  }
}
@media (max-width: 991px) {
  #header .header-nav-main nav > ul > li > a {
    color: #b3642a;
  }
  #header .header-nav-main nav > ul > li > a:active {
    color: #b3642a;
  }
  #header .header-nav-main nav > ul > li > a.active {
    background: #b3642a;
  }
  #header .header-nav-main nav > ul > li > a.active:focus,
  #header .header-nav-main nav > ul > li > a.active:hover {
    background: #b3642a;
  }
}
@media (max-width: 991px) {
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a {
    color: #b3642a;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a.active {
    background: #b3642a;
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
    color: #c06b2d;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a.active {
    background: #c06b2d;
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a {
    color: #e9e9e9;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a.active {
    background: #e9e9e9;
    color: #777777;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a {
    color: #161b29;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a.active {
    background: #161b29;
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a {
    color: #2e353e;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a.active {
    background: #2e353e;
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a {
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a.active {
    background: #ffffff;
    color: #777777;
  }
}
html #header .header-top.header-top-primary {
  background: #b3642a;
  border-top-color: #9e5825;
}
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
  background: #c8702f;
}
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: #c8702f;
}
html #header .header-top.header-top-primary .dropdown-menu {
  background: #c8702f;
  border-color: #c8702f;
}
html #header .header-top.header-top-primary .dropdown-menu a:hover,
html #header .header-top.header-top-primary .dropdown-menu a:focus {
  background: #d27d3e !important;
}
html #header .header-top.header-top-secondary {
  background: #c06b2d;
  border-top-color: #ab5f28;
}
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
  background: #d07736;
}
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: #d07736;
}
html #header .header-top.header-top-secondary .dropdown-menu {
  background: #d07736;
  border-color: #d07736;
}
html #header .header-top.header-top-secondary .dropdown-menu a:hover,
html #header .header-top.header-top-secondary .dropdown-menu a:focus {
  background: #d5854b !important;
}
html #header .header-top.header-top-tertiary {
  background: #e9e9e9;
  border-top-color: #dcdcdc;
}
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
  background: #f6f6f6;
}
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: #f6f6f6;
}
html #header .header-top.header-top-tertiary .dropdown-menu {
  background: #f6f6f6;
  border-color: #f6f6f6;
}
html #header .header-top.header-top-tertiary .dropdown-menu a:hover,
html #header .header-top.header-top-tertiary .dropdown-menu a:focus {
  background: #ffffff !important;
}
html #header .header-top.header-top-quaternary {
  background: #161b29;
  border-top-color: #0d1018;
}
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a {
  background: #1f263a;
}
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: #1f263a;
}
html #header .header-top.header-top-quaternary .dropdown-menu {
  background: #1f263a;
  border-color: #1f263a;
}
html #header .header-top.header-top-quaternary .dropdown-menu a:hover,
html #header .header-top.header-top-quaternary .dropdown-menu a:focus {
  background: #28314a !important;
}
html #header .header-top.header-top-dark {
  background: #2e353e;
  border-top-color: #23282f;
}
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a {
  background: #39424d;
}
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: #39424d;
}
html #header .header-top.header-top-dark .dropdown-menu {
  background: #39424d;
  border-color: #39424d;
}
html #header .header-top.header-top-dark .dropdown-menu a:hover,
html #header .header-top.header-top-dark .dropdown-menu a:focus {
  background: #444e5b !important;
}
html #header .header-top.header-top-light {
  background: #ffffff;
  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: #b3642a !important;
    color: #ffffff !important;
  }
  html #header .header-nav-bar-secondary {
    background: #c06b2d !important;
    color: #ffffff !important;
  }
  html #header .header-nav-bar-tertiary {
    background: #e9e9e9 !important;
    color: #777777 !important;
  }
  html #header .header-nav-bar-quaternary {
    background: #161b29 !important;
    color: #ffffff !important;
  }
  html #header .header-nav-bar-dark {
    background: #2e353e !important;
    color: #ffffff !important;
  }
  html #header .header-nav-bar-light {
    background: #ffffff !important;
    color: #777777 !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: #b3642a;
  }
  #header .header-nav-main.header-nav-main-light nav > ul > li.open > a.dropdown-toggle:after,
  #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #b3642a transparent transparent transparent;
  }
  #header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
    color: #b3642a;
  }
  #header .header-nav-main.header-nav-main-light nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #b3642a transparent transparent transparent;
  }
}
@media (min-width: 992px) {
  html:not(.sticky-header-active) #header.header-transparent:not(.header-transparent-not-fixed) .header-nav-main nav > ul > li > a.active {
    color: #b3642a;
  }
  html:not(.sticky-header-active) #header.header-transparent:not(.header-transparent-not-fixed) .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #b3642a transparent transparent transparent;
  }
  html #header.header-semi-transparent .header-nav-main nav > ul > li > a.active {
    color: #b3642a;
  }
  html #header.header-semi-transparent .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #b3642a transparent transparent transparent;
  }
  html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li > a.active {
    color: #b3642a;
  }
  html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #b3642a transparent transparent transparent;
  }
}
.testimonial blockquote {
  background: #c8702f;
}
.testimonial .testimonial-arrow-down {
  border-top-color: #c8702f;
}
html .testimonial-primary blockquote {
  background: #c8702f;
}
html .testimonial-primary .testimonial-arrow-down {
  border-top-color: #c8702f;
}
html .testimonial-secondary blockquote {
  background: #d07736;
}
html .testimonial-secondary .testimonial-arrow-down {
  border-top-color: #d07736;
}
html .testimonial-tertiary blockquote {
  background: #f6f6f6;
}
html .testimonial-tertiary .testimonial-arrow-down {
  border-top-color: #f6f6f6;
}
html .testimonial-quaternary blockquote {
  background: #1f263a;
}
html .testimonial-quaternary .testimonial-arrow-down {
  border-top-color: #1f263a;
}
html .testimonial-dark blockquote {
  background: #39424d;
}
html .testimonial-dark .testimonial-arrow-down {
  border-top-color: #39424d;
}
html .testimonial-light blockquote {
  background: #ffffff;
}
html .testimonial-light .testimonial-arrow-down {
  border-top-color: #ffffff;
}
.circular-bar.only-icon .fa,
.circular-bar.only-icon .fas,
.circular-bar.only-icon .far,
.circular-bar.only-icon .fal,
.circular-bar.only-icon .fab,
.circular-bar.only-icon .icons {
  color: #b3642a;
}
html .counters .counter-primary .fa,
html .counters .counter-primary .fas,
html .counters .counter-primary .far,
html .counters .counter-primary .fal,
html .counters .counter-primary .fab,
html .counters .counter-primary .icons,
html .counters .counter-primary strong {
  color: #b3642a;
}
html .counters .counter-secondary .fa,
html .counters .counter-secondary .fas,
html .counters .counter-secondary .far,
html .counters .counter-secondary .fal,
html .counters .counter-secondary .fab,
html .counters .counter-secondary .icons,
html .counters .counter-secondary strong {
  color: #c06b2d;
}
html .counters .counter-tertiary .fa,
html .counters .counter-tertiary .fas,
html .counters .counter-tertiary .far,
html .counters .counter-tertiary .fal,
html .counters .counter-tertiary .fab,
html .counters .counter-tertiary .icons,
html .counters .counter-tertiary strong {
  color: #e9e9e9;
}
html .counters .counter-quaternary .fa,
html .counters .counter-quaternary .fas,
html .counters .counter-quaternary .far,
html .counters .counter-quaternary .fal,
html .counters .counter-quaternary .fab,
html .counters .counter-quaternary .icons,
html .counters .counter-quaternary strong {
  color: #161b29;
}
html .counters .counter-dark .fa,
html .counters .counter-dark .fas,
html .counters .counter-dark .far,
html .counters .counter-dark .fal,
html .counters .counter-dark .fab,
html .counters .counter-dark .icons,
html .counters .counter-dark strong {
  color: #2e353e;
}
html .counters .counter-light .fa,
html .counters .counter-light .fas,
html .counters .counter-light .far,
html .counters .counter-light .fal,
html .counters .counter-light .fab,
html .counters .counter-light .icons,
html .counters .counter-light strong {
  color: #ffffff;
}
.icon-featured {
  background-color: #b3642a;
}
.featured-box-primary .icon-featured {
  background-color: #b3642a;
}
.featured-box-primary .icon-featured:after {
  border-color: #b3642a;
}
.featured-box-primary h4 {
  color: #b3642a;
}
.featured-box-primary .box-content {
  border-top-color: #b3642a;
}
html .featured-box-primary .icon-featured {
  background-color: #b3642a;
}
html .featured-box-primary h4 {
  color: #b3642a;
}
html .featured-box-primary .box-content {
  border-top-color: #b3642a;
}
html .featured-box-secondary .icon-featured {
  background-color: #c06b2d;
}
html .featured-box-secondary h4 {
  color: #c06b2d;
}
html .featured-box-secondary .box-content {
  border-top-color: #c06b2d;
}
html .featured-box-tertiary .icon-featured {
  background-color: #e9e9e9;
}
html .featured-box-tertiary h4 {
  color: #e9e9e9;
}
html .featured-box-tertiary .box-content {
  border-top-color: #e9e9e9;
}
html .featured-box-quaternary .icon-featured {
  background-color: #161b29;
}
html .featured-box-quaternary h4 {
  color: #161b29;
}
html .featured-box-quaternary .box-content {
  border-top-color: #161b29;
}
html .featured-box-dark .icon-featured {
  background-color: #2e353e;
}
html .featured-box-dark h4 {
  color: #2e353e;
}
html .featured-box-dark .box-content {
  border-top-color: #2e353e;
}
html .featured-box-light .icon-featured {
  background-color: #ffffff;
}
html .featured-box-light h4 {
  color: #ffffff;
}
html .featured-box-light .box-content {
  border-top-color: #ffffff;
}
html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
  border-color: #b3642a;
  color: #b3642a;
}
html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
  border-color: #c06b2d;
  color: #c06b2d;
}
html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
  border-color: #e9e9e9;
  color: #e9e9e9;
}
html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
  border-color: #161b29;
  color: #161b29;
}
html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
  border-color: #2e353e;
  color: #2e353e;
}
html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
  border-color: #ffffff;
  color: #ffffff;
}
html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
  border-color: #b3642a;
  color: #b3642a;
}
html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
  border-color: #c06b2d;
  color: #c06b2d;
}
html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
  border-color: #e9e9e9;
  color: #e9e9e9;
}
html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
  border-color: #161b29;
  color: #161b29;
}
html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
  border-color: #2e353e;
  color: #2e353e;
}
html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
  border-color: #ffffff;
  color: #ffffff;
}
html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
  color: #b3642a;
}
html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
  color: #c06b2d;
}
html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
  color: #e9e9e9;
}
html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
  color: #161b29;
}
html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
  color: #2e353e;
}
html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
  color: #ffffff;
}
html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
  color: #b3642a;
}
html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
  color: #c06b2d;
}
html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
  color: #e9e9e9;
}
html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
  color: #161b29;
}
html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
  color: #2e353e;
}
html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
  color: #ffffff;
}
html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
  color: #b3642a;
}
html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
  color: #c06b2d;
}
html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
  color: #e9e9e9;
}
html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
  color: #161b29;
}
html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
  color: #2e353e;
}
html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
  color: #ffffff;
}
html .featured-box-effect-2.featured-box-primary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 3px #b3642a;
          box-shadow: 0 0 0 3px #b3642a;
}
html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 3px #c06b2d;
          box-shadow: 0 0 0 3px #c06b2d;
}
html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 3px #e9e9e9;
          box-shadow: 0 0 0 3px #e9e9e9;
}
html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 3px #161b29;
          box-shadow: 0 0 0 3px #161b29;
}
html .featured-box-effect-2.featured-box-dark .icon-featured:after {
  -webkit-box-shadow: 0 0 0 3px #2e353e;
          box-shadow: 0 0 0 3px #2e353e;
}
html .featured-box-effect-2.featured-box-light .icon-featured:after {
  -webkit-box-shadow: 0 0 0 3px #ffffff;
          box-shadow: 0 0 0 3px #ffffff;
}
html .featured-box-effect-3.featured-box-primary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 10px #b3642a;
          box-shadow: 0 0 0 10px #b3642a;
}
html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
  background: #b3642a !important;
}
html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 10px #c06b2d;
          box-shadow: 0 0 0 10px #c06b2d;
}
html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
  background: #c06b2d !important;
}
html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 10px #e9e9e9;
          box-shadow: 0 0 0 10px #e9e9e9;
}
html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
  background: #e9e9e9 !important;
}
html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 10px #161b29;
          box-shadow: 0 0 0 10px #161b29;
}
html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
  background: #161b29 !important;
}
html .featured-box-effect-3.featured-box-dark .icon-featured:after {
  -webkit-box-shadow: 0 0 0 10px #2e353e;
          box-shadow: 0 0 0 10px #2e353e;
}
html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
  background: #2e353e !important;
}
html .featured-box-effect-3.featured-box-light .icon-featured:after {
  -webkit-box-shadow: 0 0 0 10px #ffffff;
          box-shadow: 0 0 0 10px #ffffff;
}
html .featured-box-effect-3.featured-box-light:hover .icon-featured {
  background: #ffffff !important;
}
.feature-box .feature-box-icon {
  background-color: #b3642a;
}
html .feature-box-primary .feature-box-icon {
  background-color: #b3642a;
}
html .feature-box-secondary .feature-box-icon {
  background-color: #c06b2d;
}
html .feature-box-tertiary .feature-box-icon {
  background-color: #e9e9e9;
}
html .feature-box-quaternary .feature-box-icon {
  background-color: #161b29;
}
html .feature-box-dark .feature-box-icon {
  background-color: #2e353e;
}
html .feature-box-light .feature-box-icon {
  background-color: #ffffff;
}
.feature-box.feature-box-style-2 .feature-box-icon .fa,
.feature-box.feature-box-style-2 .feature-box-icon .fas,
.feature-box.feature-box-style-2 .feature-box-icon .far,
.feature-box.feature-box-style-2 .feature-box-icon .fal,
.feature-box.feature-box-style-2 .feature-box-icon .fab,
.feature-box.feature-box-style-2 .feature-box-icon .icons {
  color: #b3642a;
}
html .feature-box-primary.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .far,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
  color: #b3642a;
}
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .far,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
  color: #c06b2d;
}
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .far,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
  color: #e9e9e9;
}
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .far,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
  color: #161b29;
}
html .feature-box-dark.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .far,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
  color: #2e353e;
}
html .feature-box-light.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-light.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-light.feature-box-style-2 .feature-box-icon .far,
html .feature-box-light.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-light.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-light.feature-box-style-2 .feature-box-icon .icons {
  color: #ffffff;
}
.feature-box.feature-box-style-3 .feature-box-icon {
  border-color: #b3642a;
}
.feature-box.feature-box-style-3 .feature-box-icon .fa,
.feature-box.feature-box-style-3 .feature-box-icon .fas,
.feature-box.feature-box-style-3 .feature-box-icon .far,
.feature-box.feature-box-style-3 .feature-box-icon .fal,
.feature-box.feature-box-style-3 .feature-box-icon .fab,
.feature-box.feature-box-style-3 .feature-box-icon .icons {
  color: #b3642a;
}
html .feature-box-primary.feature-box-style-3 .feature-box-icon {
  border-color: #b3642a;
}
html .feature-box-primary.feature-box-style-3 .feature-box-icon .fa,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .fas,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .far,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .fal,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .fab,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
  color: #b3642a;
}
html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
  border-color: #c06b2d;
}
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .fa,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .fas,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .far,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .fal,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .fab,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
  color: #c06b2d;
}
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
  border-color: #e9e9e9;
}
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .fa,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .fas,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .far,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .fal,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .fab,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
  color: #e9e9e9;
}
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
  border-color: #161b29;
}
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .fa,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .fas,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .far,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .fal,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .fab,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
  color: #161b29;
}
html .feature-box-dark.feature-box-style-3 .feature-box-icon {
  border-color: #2e353e;
}
html .feature-box-dark.feature-box-style-3 .feature-box-icon .fa,
html .feature-box-dark.feature-box-style-3 .feature-box-icon .fas,
html .feature-box-dark.feature-box-style-3 .feature-box-icon .far,
html .feature-box-dark.feature-box-style-3 .feature-box-icon .fal,
html .feature-box-dark.feature-box-style-3 .feature-box-icon .fab,
html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
  color: #2e353e;
}
html .feature-box-light.feature-box-style-3 .feature-box-icon {
  border-color: #ffffff;
}
html .feature-box-light.feature-box-style-3 .feature-box-icon .fa,
html .feature-box-light.feature-box-style-3 .feature-box-icon .fas,
html .feature-box-light.feature-box-style-3 .feature-box-icon .far,
html .feature-box-light.feature-box-style-3 .feature-box-icon .fal,
html .feature-box-light.feature-box-style-3 .feature-box-icon .fab,
html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
  color: #ffffff;
}
.feature-box.feature-box-style-4 .feature-box-icon .fa,
.feature-box.feature-box-style-4 .feature-box-icon .fas,
.feature-box.feature-box-style-4 .feature-box-icon .far,
.feature-box.feature-box-style-4 .feature-box-icon .fal,
.feature-box.feature-box-style-4 .feature-box-icon .fab,
.feature-box.feature-box-style-4 .feature-box-icon .icons {
  color: #b3642a;
}
html .feature-box-primary.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .far,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
  color: #b3642a;
}
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .far,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
  color: #c06b2d;
}
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .far,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
  color: #e9e9e9;
}
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .far,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
  color: #161b29;
}
html .feature-box-dark.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .far,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
  color: #2e353e;
}
html .feature-box-light.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-light.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-light.feature-box-style-4 .feature-box-icon .far,
html .feature-box-light.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-light.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
  color: #ffffff;
}
.feature-box.feature-box-style-5 .feature-box-icon .fa,
.feature-box.feature-box-style-5 .feature-box-icon .fas,
.feature-box.feature-box-style-5 .feature-box-icon .far,
.feature-box.feature-box-style-5 .feature-box-icon .fal,
.feature-box.feature-box-style-5 .feature-box-icon .fab,
.feature-box.feature-box-style-5 .feature-box-icon .icons {
  color: #b3642a;
}
html .feature-box-primary.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .far,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .icons {
  color: #b3642a;
}
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .far,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .icons {
  color: #c06b2d;
}
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .far,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .icons {
  color: #e9e9e9;
}
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .far,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .icons {
  color: #161b29;
}
html .feature-box-dark.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-dark.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-dark.feature-box-style-5 .feature-box-icon .far,
html .feature-box-dark.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-dark.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-dark.feature-box-style-5 .feature-box-icon .icons {
  color: #2e353e;
}
html .feature-box-light.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-light.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-light.feature-box-style-5 .feature-box-icon .far,
html .feature-box-light.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-light.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-light.feature-box-style-5 .feature-box-icon .icons {
  color: #ffffff;
}
html .feature-box-primary.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .far,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .icons {
  color: #b3642a;
}
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .far,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .icons {
  color: #c06b2d;
}
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .far,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .icons {
  color: #e9e9e9;
}
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .far,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .icons {
  color: #161b29;
}
html .feature-box-dark.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-dark.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-dark.feature-box-style-6 .feature-box-icon .far,
html .feature-box-dark.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-dark.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-dark.feature-box-style-6 .feature-box-icon .icons {
  color: #2e353e;
}
html .feature-box-light.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-light.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-light.feature-box-style-6 .feature-box-icon .far,
html .feature-box-light.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-light.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-light.feature-box-style-6 .feature-box-icon .icons {
  color: #ffffff;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(1) {
  background-color: #8a4d20;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(2) {
  background-color: #9e5825;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(3) {
  background-color: #b3642a;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(4) {
  background-color: #c8702f;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(5) {
  background-color: #d27d3e;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(6) {
  background-color: #d78b53;
}
html .featured-boxes-full .featured-box-full-primary {
  background-color: #b3642a;
  color: #ffffff;
}
html .featured-boxes-full .featured-box-full-secondary {
  background-color: #c06b2d;
  color: #ffffff;
}
html .featured-boxes-full .featured-box-full-tertiary {
  background-color: #e9e9e9;
  color: #777777;
}
html .featured-boxes-full .featured-box-full-quaternary {
  background-color: #161b29;
  color: #ffffff;
}
html .featured-boxes-full .featured-box-full-dark {
  background-color: #2e353e;
  color: #ffffff;
}
html .featured-boxes-full .featured-box-full-light {
  background-color: #ffffff;
  color: #777777;
}
.pricing-table .most-popular {
  border-color: #b3642a;
}
.pricing-table .most-popular h3 {
  background-color: #b3642a;
}
.pricing-table.princig-table-flat .plan h3 {
  background-color: #b3642a;
}
.pricing-table.princig-table-flat .plan h3 span {
  background: #b3642a;
}
html .call-to-action.featured.featured-primary {
  border-top-color: #b3642a;
}
html .call-to-action.call-to-action-primary {
  background: #b3642a;
}
html .call-to-action.with-full-borders-primary {
  border-color: #b3642a;
}
html .call-to-action.call-to-action-primary {
  background: #b3642a;
}
html .call-to-action.call-to-action-primary h3,
html .call-to-action.call-to-action-primary p {
  color: #ffffff;
}
html .call-to-action.featured.featured-secondary {
  border-top-color: #c06b2d;
}
html .call-to-action.call-to-action-secondary {
  background: #c06b2d;
}
html .call-to-action.with-full-borders-secondary {
  border-color: #c06b2d;
}
html .call-to-action.call-to-action-secondary {
  background: #c06b2d;
}
html .call-to-action.call-to-action-secondary h3,
html .call-to-action.call-to-action-secondary p {
  color: #ffffff;
}
html .call-to-action.featured.featured-tertiary {
  border-top-color: #e9e9e9;
}
html .call-to-action.call-to-action-tertiary {
  background: #e9e9e9;
}
html .call-to-action.with-full-borders-tertiary {
  border-color: #e9e9e9;
}
html .call-to-action.call-to-action-tertiary {
  background: #e9e9e9;
}
html .call-to-action.call-to-action-tertiary h3,
html .call-to-action.call-to-action-tertiary p {
  color: #777777;
}
html .call-to-action.featured.featured-quaternary {
  border-top-color: #161b29;
}
html .call-to-action.call-to-action-quaternary {
  background: #161b29;
}
html .call-to-action.with-full-borders-quaternary {
  border-color: #161b29;
}
html .call-to-action.call-to-action-quaternary {
  background: #161b29;
}
html .call-to-action.call-to-action-quaternary h3,
html .call-to-action.call-to-action-quaternary p {
  color: #ffffff;
}
html .call-to-action.featured.featured-dark {
  border-top-color: #2e353e;
}
html .call-to-action.call-to-action-dark {
  background: #2e353e;
}
html .call-to-action.with-full-borders-dark {
  border-color: #2e353e;
}
html .call-to-action.call-to-action-dark {
  background: #2e353e;
}
html .call-to-action.call-to-action-dark h3,
html .call-to-action.call-to-action-dark p {
  color: #ffffff;
}
html .call-to-action.featured.featured-light {
  border-top-color: #ffffff;
}
html .call-to-action.call-to-action-light {
  background: #ffffff;
}
html .call-to-action.with-full-borders-light {
  border-color: #ffffff;
}
html .call-to-action.call-to-action-light {
  background: #ffffff;
}
html .call-to-action.call-to-action-light h3,
html .call-to-action.call-to-action-light p {
  color: #777777;
}
section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
  background: #b3642a;
  -webkit-box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #b3642a;
          box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #b3642a;
}
ul.history li .featured-box .box-content {
  border-top-color: #b3642a;
}
.recent-posts .date .month,
article.post .post-date .month {
  background-color: #b3642a;
}
.recent-posts .date .day,
article.post .post-date .day {
  color: #b3642a;
}
.slider .tp-bannertimer {
  background-color: #b3642a;
}
.home-concept strong {
  color: #b3642a;
}
html .home-intro-primary {
  background: #b3642a;
}
html .home-intro-secondary {
  background: #c06b2d;
}
html .home-intro-tertiary {
  background: #e9e9e9;
}
html .home-intro-quaternary {
  background: #161b29;
}
html .home-intro-dark {
  background: #2e353e;
}
html .home-intro-light {
  background: #ffffff;
}
.home-intro p em {
  color: #d27d3e;
}
.hover-effect-1:hover a {
  color: #b3642a !important;
}
html .slider-container .tp-caption-overlay-primary {
  background: #b3642a;
}
html .slider-container .tp-caption-overlay-opacity-primary {
  background: rgba(179, 100, 42, 0.4);
}
html .slider-container .tp-caption-overlay-secondary {
  background: #c06b2d;
}
html .slider-container .tp-caption-overlay-opacity-secondary {
  background: rgba(192, 107, 45, 0.4);
}
html .slider-container .tp-caption-overlay-tertiary {
  background: #e9e9e9;
}
html .slider-container .tp-caption-overlay-opacity-tertiary {
  background: rgba(233, 233, 233, 0.4);
}
html .slider-container .tp-caption-overlay-quaternary {
  background: #161b29;
}
html .slider-container .tp-caption-overlay-opacity-quaternary {
  background: rgba(22, 27, 41, 0.4);
}
html .slider-container .tp-caption-overlay-dark {
  background: #2e353e;
}
html .slider-container .tp-caption-overlay-opacity-dark {
  background: rgba(46, 53, 62, 0.4);
}
html .slider-container .tp-caption-overlay-light {
  background: #ffffff;
}
html .slider-container .tp-caption-overlay-opacity-light {
  background: rgba(255, 255, 255, 0.4);
}
.tparrows.tparrows-carousel.tp-leftarrow,
.tparrows.tparrows-carousel.tp-rightarrow {
  background-color: #b3642a;
  border-color: #b3642a #b3642a #8a4d20;
  color: #ffffff;
}
.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: #cf7634;
  border-color: #d27d3e #d27d3e #b3642a;
  color: #ffffff;
}
.tparrows.tparrows-carousel.tp-leftarrow:focus,
.tparrows.tparrows-carousel.tp-rightarrow:focus,
.tparrows.tparrows-carousel.tp-leftarrow.focus,
.tparrows.tparrows-carousel.tp-rightarrow.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(179, 100, 42, 0.5);
          box-shadow: 0 0 0 3px rgba(179, 100, 42, 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: #b3642a;
  border-color: #b3642a #b3642a #8a4d20;
}
.tparrows.tparrows-carousel.tp-leftarrow:active,
.tparrows.tparrows-carousel.tp-rightarrow:active,
.tparrows.tparrows-carousel.tp-leftarrow.active,
.tparrows.tparrows-carousel.tp-rightarrow.active,
.show > .tparrows.tparrows-carousel.tp-leftarrow.dropdown-toggle,
.show > .tparrows.tparrows-carousel.tp-rightarrow.dropdown-toggle {
  background-color: #945323 !important;
  background-image: none !important;
  border-color: #8a4d20 #8a4d20 #603617 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(179, 100, 42, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(179, 100, 42, 0.5) !important;
}
.shop .products .product .onsale {
  background-color: #b3642a;
  border-bottom-color: #925222;
}
.shop .star-rating span,
.shop .cart-totals tr.total .amount {
  color: #b3642a;
}
#footer .footer-ribbon {
  background: #b3642a;
}
#footer .footer-ribbon:before {
  border-right-color: #75411b;
  border-left-color: #75411b;
}
#footer.light h1,
#footer.light h2,
#footer.light h3,
#footer.light h4,
#footer.light a {
  color: #b3642a;
}
#footer.color {
  background: #b3642a;
  border-top-color: #b3642a;
}
#footer.color .footer-ribbon {
  background: #8a4d20;
}
#footer.color .footer-ribbon:before {
  border-right-color: #4c2a12;
}
#footer.color .footer-copyright {
  background: #9e5825;
  border-top-color: #9e5825;
}
html #footer.color-primary {
  background: #b3642a;
  border-top-color: #b3642a;
}
html #footer.color-primary .footer-ribbon {
  background: #8a4d20;
}
html #footer.color-primary .footer-ribbon:before {
  border-right-color: #4c2a12;
}
html #footer.color-primary .footer-copyright {
  background: #9e5825;
  border-top-color: #9e5825;
}
html #footer.color-secondary {
  background: #c06b2d;
  border-top-color: #c06b2d;
}
html #footer.color-secondary .footer-ribbon {
  background: #975423;
}
html #footer.color-secondary .footer-ribbon:before {
  border-right-color: #593115;
}
html #footer.color-secondary .footer-copyright {
  background: #ab5f28;
  border-top-color: #ab5f28;
}
html #footer.color-tertiary {
  background: #e9e9e9;
  border-top-color: #e9e9e9;
}
html #footer.color-tertiary .footer-ribbon {
  background: #d0d0d0;
}
html #footer.color-tertiary .footer-ribbon:before {
  border-right-color: #a9a9a9;
}
html #footer.color-tertiary .footer-copyright {
  background: #dcdcdc;
  border-top-color: #dcdcdc;
}
html #footer.color-quaternary {
  background: #161b29;
  border-top-color: #161b29;
}
html #footer.color-quaternary .footer-ribbon {
  background: #040508;
}
html #footer.color-quaternary .footer-ribbon:before {
  border-right-color: #000000;
}
html #footer.color-quaternary .footer-copyright {
  background: #0d1018;
  border-top-color: #0d1018;
}
html #footer.color-dark {
  background: #2e353e;
  border-top-color: #2e353e;
}
html #footer.color-dark .footer-ribbon {
  background: #181c21;
}
html #footer.color-dark .footer-ribbon:before {
  border-right-color: #000000;
}
html #footer.color-dark .footer-copyright {
  background: #23282f;
  border-top-color: #23282f;
}
html #footer.color-light {
  background: #ffffff;
  border-top-color: #ffffff;
}
html #footer.color-light .footer-ribbon {
  background: #e6e6e6;
}
html #footer.color-light .footer-ribbon:before {
  border-right-color: #bfbfbf;
}
html #footer.color-light .footer-copyright {
  background: #f2f2f2;
  border-top-color: #f2f2f2;
}
.sample-icon-list .sample-icon a:hover {
  background-color: #b3642a;
}
html.boxed .body {
  border-top-color: #b3642a;
}
.rounded,
.img-thumbnail,
.img-thumbnail img,
code,
pre,
.form-control,
.form-control-sm,
.form-control-sm .form-control,
.form-control-lg,
.form-control-lg .form-control,
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.invalid-tooltip,
.btn,
.btn-group-4 > .btn,
.btn-sm,
.btn-group-2 > .btn,
.btn-xs,
.btn-group-1 > .btn,
.btn-lg,
.btn-group-lg > .btn,
.btn-sm,
.btn-group-sm > .btn,
.dropdown-menu,
.input-group-4 > .form-control,
.input-group-4 > .input-group-addon,
.input-group-4 > .input-group-btn > .btn,
.input-group-2 > .form-control,
.input-group-2 > .input-group-addon,
.input-group-2 > .input-group-btn > .btn,
.input-group-addon,
.input-group-addon.form-control-sm,
.input-group-addon.form-control-lg,
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a,
.nav-pills > li > a,
.nav-tabs-justified > li > a,
.navbar,
.navbar-toggle,
.navbar-toggle .icon-bar,
.breadcrumb,
.pagination,
.pager li > a,
.pager li > span,
.label,
.badge,
.container .jumbotron,
.container-fluid .jumbotron,
.thumbnail,
.alert,
.progress,
.card,
.accordion .card,
.well,
.well-lg,
.well-sm,
.modal-content,
.tooltip-inner,
.popover,
.popover-title,
.carousel-indicators li,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span,
#header .header-search .form-control,
#header .header-nav-main nav > ul > li > a,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a,
#header.header-transparent .header-nav-main,
#header.header-semi-transparent .header-nav-main,
#header.header-semi-transparent-light .header-nav-main,
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown.open > a,
#header .header-nav-main nav > ul > li.dropdown:hover > a,
#header .header-nav-top .dropdown-menu,
.slider-container .tparrows,
.nivo-slider .theme-default .nivoSlider,
.nivo-slider .theme-default .nivoSlider img,
.home-intro-compact,
html.dark #header,
html.boxed .body,
blockquote.with-borders,
p.drop-caps.drop-caps-style-2:first-child:first-letter,
.btn-3d,
select,
.captcha-refresh,
.featured-icon,
.accordion .card-header,
.tabs,
.nav-tabs li a,
.tab-content,
.tabs.tabs-bottom .tab-content,
.tabs.tabs-bottom .nav-tabs li a,
.tabs-left .tab-content,
.tabs-left .nav-tabs > li:first-child a,
.tabs-left .nav-tabs > li:last-child a,
.tabs-right .tab-content,
.tabs-right .nav-tabs > li:first-child a,
.tabs-right .nav-tabs > li:last-child a,
.nav-tabs.nav-justified li:first-child a,
.nav-tabs.nav-justified li:first-child a:hover,
.nav-tabs.nav-justified li:last-child a,
.nav-pills .nav-link,
.nav-tabs.nav-justified li:last-child a:hover,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
.tabs-navigation,
.tabs-navigation .nav-tabs > li:first-child a,
.tabs-navigation .nav-tabs > li:last-child a,
.nav-pills .nav-link,
.navbar-toggler,
.card,
.card-header:first-child,
.card-footer:last-child,
.card-img,
.badge,
.badge-pill,
.jumbotron,
.alert,
.progress,
.modal-content,
.tooltip-inner,
.popover,
.rounded,
.toggle > label,
.toggle.toggle-simple .toggle > label,
.toggle.toggle-simple .toggle > label:after,
.owl-carousel .owl-nav button[class*="owl-"],
.owl-carousel.rounded-nav .owl-nav button[class*="owl-"],
.owl-carousel.rounded-nav .owl-nav button[class*="owl-"]:hover,
.owl-carousel.full-width .owl-nav button.owl-prev,
.owl-carousel.big-nav .owl-nav button.owl-prev,
.owl-carousel.full-width .owl-nav button.owl-next,
.owl-carousel.big-nav .owl-nav button.owl-next,
.embed-responsive.embed-responsive-borders,
.pricing-table h3,
.pricing-table .plan,
.featured-box,
.featured-box .box-content,
.thumb-info,
.thumb-info .thumb-info-wrapper,
.thumb-info .thumb-info-wrapper:after,
.thumb-info .thumb-info-type,
.thumb-info img,
section.timeline .timeline-date,
section.timeline .timeline-box,
.testimonial blockquote,
.testimonial.testimonial-style-2 blockquote,
.testimonial.testimonial-style-3 blockquote,
.testimonial.testimonial-style-4,
.testimonial.testimonial-style-4 blockquote,
.testimonial.testimonial-style-5 blockquote,
.testimonial.testimonial-style-6 blockquote,
.container .call-to-action,
.progress,
.progress.progress-border-radius,
.progress.progress-border-radius .progress-bar,
.progress-bar,
.progress-bar-tooltip,
.counters.with-borders .counter,
html .scroll-to-top,
.google-map.small,
.google-map-borders,
article.post .post-date .month,
article.post .post-date .day,
article .post-video,
article .post-audio,
ul.comments .comment-block,
.recent-posts .date .month,
#header nav.mega-menu .mega-menu-shop .dropdown-menu,
.shop ul.products .product .add-to-cart-product,
.product-info,
.product-info img,
.product-info + .product-info,
.img-thumbnail.img-thumbnail-hover-icon:before,
.product-thumb-info {
  border-radius: 0;
}
@media (min-width: 992px) {
  #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a,
  #header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu,
  #header.flat-menu nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu,
  #header.flat-menu nav ul.nav-main li a,
  html.boxed #header.flat-menu .header-top {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a,
  .nav-tabs-justified > li > a,
  .navbar {
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .tabs .nav.nav-tabs.nav-justified li:first-child a,
  .tabs .nav.nav-tabs.nav-justified li:first-child a:hover,
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
    border-radius: 0;
  }
}
/* 
* Custom Styles
*/
.custom-link-color-dark:hover {
  color: #b3642a;
}
.custom-dropup-style-1 .dropdown-menu .dropdown-item:active,
.custom-dropup-style-1 .dropdown-menu .dropdown-item:focus,
.custom-dropup-style-1 .dropdown-menu .dropdown-item:hover {
  color: #b3642a;
}
/*
* Thumb Info
*/
.custom-thumb-info-style-1 .thumb-info-footer .nav > li > a:hover {
  color: #b3642a;
}
html #header.header-semi-transparent .header-body::before, html #header.header-semi-transparent-light .header-body::before {

    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    border-bottom: 0;
    opacity: 0.3;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-perspective: 1000px;
    perspective: 1000px;

}
#header.custom-header-semi-transparent .header-body::before {

    opacity: 0.7 !important;

}

}
body {

    color: #777;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;

}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
html #header.header-semi-transparent .header-body::before, html #header.header-semi-transparent-light .header-body::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fdfbfb;
    border-bottom: 0;
    opacity: 0.3;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
#header.custom-header-semi-transparent .header-body::before {
    opacity: 0.7 !important;
}






#header .header-top .header-nav-top ul > li {
    color: #8d8e90;
    padding: 6px 16px;
    border-left: 1px solid rgba(141, 142, 144, 0.5);
	font-weight: 400;
}
.d-md-block {
    display: block !important;
}


@media(min-width:0px) and (max-width:768px)
{
html #header.header-semi-transparent, html #header.header-semi-transparent-light {
	min-height: 0 !important;
	width: 100%;
	position: relative;
}
}
#header .header-top .header-nav-top ul > li > i{
	font-size: 20px;
color:#f00;
}
.about-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0px 40px 0px;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.about-section .image-column {
    position: relative;
}
.about-section .image-column .inner-column {
    position: relative;
    margin-right: -100px;
    padding-right: 100px;
    text-align: right;
}
.about-section .image-column .inner-column::before{
	border-color: 1px solid #00c9ff;
}
.about-section .image-column .title-box {
    position: absolute;
    top: 345px;
    left: 70px;
    width: 100%;
    text-align: left;
    z-index: 9;
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.about-section .image-column .title-box h2 {
    color: 
    #00c9ff;
}
.about-section .image-column .title-box h2 {
    position: relative;
    display: block;
    font-size: 83px;
    line-height: 1em;
    color:#fffefe;
font-weight: 700;
text-transform: uppercase;
background-color:#000000ab;
}
.about-section .image-column .title-box .sub-title {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 1.2em;
    color: #fff;
font-weight: 600;
margin-top: 17px;
background:
    rgba(0, 0, 0, 0.6196078431372549);
    padding: 5px 10px;
}
.about-section .image-column .image-box {
    position: relative;
    z-index: 1;
}
/*
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}*/
.about-section .image-column .image-box .image {
    position: relative;
    margin-bottom: 0;
}
.about-section .content-column {
    position: relative;
    z-index: 9;
}
.about-section .content-column .content-box {
    position: relative;
    padding: 75px 70px 74px;
    background-color: 
    #ffffff;
}
.about-section .content-column .inner-column {
    position: relative;
    padding-top: 175px;
}
.about-section .content-column .content-box .sec-title {
    margin-bottom: 35px;
}
.sec-title h2 {
    display: block;
    font-size: 33px;
    line-height: 1.2em;
    color: 
    #001956;
    font-weight: 600;
    padding-bottom: 0px;
    text-transform: uppercase;
}
.about-section .content-column .content-box .text {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 32px;
    color: 
    #0c0a0a;
    margin-bottom: 45px;
    text-align: justify;
    font-weight: 500;
}
.content-box .btn-box {
    position: relative;
}
.border-style{
	border: 2px dotted #00000024;
position: relative;
height: 527px;
}

.mt-6{
	margin-top:5%;
}
.mt-20{
	margin-top:22%;
}
.facility-img{
	background-image: url(../images/facility-bg.jpg);
background-position: center;
background-attachment: fixed;
}
.facility-bg-color{
	background-image: linear-gradient(to right, #9f0910 , #08085782);
}
.box1
{
	border: 5px solid #cec7c7;
}
.facility-text{
color:#fff;
padding: 18% 1% 7% 1%;
}
.facility-text h2{
	color:#fff;
}
.facility-text p{
	color:#fff;
}
/*
.facility-col-1{
background-image: url(../images/home-facility-1.jpg);
width: 100%;
background-repeat: no-repeat;
background-size: cover;
}*/
/*********************** Demo - 1 ******************
.box1 img,.box1:after,.box1:before{width:100%;transition:all .3s ease 0s}
.box1 .icon,.box2,.box3,.box4,.box5 .icon li a{text-align:center}
.box10:after,.box10:before,.box1:after,.box1:before,.box2 .inner-content:after,.box3:after,.box3:before,.box4:before,.box5:after,.box5:before,.box6:after,.box7:after,.box7:before{content:""}
.box1,.box11,.box12,.box13,.box14,.box16,.box17,.box18,.box2,.box20,.box21,.box3,.box4,.box5,.box5 .icon li a,.box6,.box7,.box8{overflow:hidden}
.box1 .title,.box10 .title,.box4 .title,.box7 .title{letter-spacing:1px}
.box3 .post,.box4 .post,.box5 .post,.box7 .post{font-style:italic}
body{background-color:#f1f1f2}
.mt-30{margin-top:30px}
.mt-40{margin-top:40px}
.mb-30{margin-bottom:30px}
.box1 .icon,.box1 .title{margin:0;position:absolute}
.box1{box-shadow:0 0 3px rgba(0,0,0,.3);position:relative}
.box1:after,.box1:before{height:50%;background:rgba(11, 11, 11, 0.82);position:absolute;top:0;left:0;z-index:1;transform-origin:100% 0;transform:rotateZ(90deg)}
.box1:after{top:auto;bottom:0;transform-origin:0 100%}
.box1:hover:after,.box1:hover:before{transform:rotateZ(0)}
.box1 img{height:auto;}
.box1:hover img{filter:sepia(80%);transform:scale(1.3) rotate(10deg)}
.box1 .title{font-size: 15px;
color:#b38823;
bottom: 50%;
left: 16%;
opacity: 0;
z-index: 2;
transform: scale(0);
transition: all .5s ease .2s;}

.box1:hover .title{opacity:1;transform:scale(1)}
.box1 .icon{padding:7px 5px;list-style:none;background:#000;border-radius:0 0 0 10px;top:-100%;right:0;z-index:2;transition:all .3s ease .2s}
.box1:hover .icon{top:0}
.box1 .icon li{display:block;margin:10px 0}
.box1 .icon li a{display:block;width:35px;height:35px;line-height:35px;border-radius:10px;font-size:18px;color:#fff;transition:all .3s ease 0s}
.box2 .icon li a,.box3 .icon a:hover,.box4 .icon li a:hover,.box5 .icon li a,.box6 .icon li a{border-radius:50%}
.box1 .icon li a:hover{color:#fff;box-shadow:0 0 10px #000 inset,0 0 0 3px #fff}*/
@media only screen and (max-width:990px){.box1{margin-bottom:30px}
}
.title-facility{
	font-size:30px;
	font-weight:bold;
	color:#ffb301;
	
}
.owl-carousel {
    display: block;
    width: 100%;
    z-index: 1;
}
#our-clients{
	padding-top:3%
	background-image: url(../images/our-client-bg.jpg);
	padding-bottom:5%;

}
.pt-5{
	padding-top:5%;
}
.cbp_tmtimeline {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
.cbp_tmtimeline:before {
    background: none repeat scroll 0 0 #ce2a2e;
    bottom: 0;
    content: "";
    left: 20%;
    margin-left: -10px;
    position: absolute;
    top: 0;
    width: 10px;
}
.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    padding-right: 100px;
    position: absolute;
    width: 25%;
}
.cbp_tmtimeline > li .cbp_tmtime span {
    display: block;
    text-align: left;
}
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    color: #222222;
    font-size: 2.4em;
	border: 2px solid #24222236;
	padding: 1%;
}
.cbp_tmtimeline > li:nth-child(2n+1) .cbp_tmtime span:last-child {
    color: #ce2a2e;
	border: 2px solid #24222236;
	padding: 1%;
}
.cbp_tmtimeline > li .cbp_tmlabel {
    background: #111111a3 url("../images/dark-bg.png") repeat;
    color: #FFFFFF;
    margin: 0 0 15px 25%;
    padding: 2em;
    position: relative;
}
.cbp_tmlabel p {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6em;
}
.cbp_tmtimeline > li:nth-child(2n+1) .cbp_tmlabel {
    background: none repeat scroll 0 0 #ce2a2ee0;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 0;
    padding: 0% 1%;
}
.cbp_tmtimeline > li .cbp_tmlabel:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #666 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 100px;
    width: 0;
}
.cbp_tmtimeline > li:nth-child(2n+1) .cbp_tmlabel:after {
    border-right-color: #ce2a2e;
}
.cbp_tmtimeline > li .cbp_tmicon {
    background: #fff url("../images/dark-bg.png") repeat;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0 0 0 8px #ce2a2ed4;
    color: #000;
    font-family: "ecoico";
    font-size: 3.8em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 100px;
    left: 40%;
    line-height: 100px;
    margin-left: -55px;
    position: absolute;
    text-align: center;
    text-transform: none;
    width: 100px;
}
.cbp_tmicon-phone:before {
    content: "";
}
.cbp_tmicon-screen:before {
    content: "";
}
.cbp_tmicon-mail:before {
    content: "";
}
.cbp_tmicon-earth:before {
    content: "";
}
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 4.0em;
font-family:"Open_Sans_B";
}
.cbp_tmtimeline:before, .cbp_tmtimeline > li .cbp_tmicon {
    left: 30%;
}
.cbp_tmtimeline > li .cbp_tmlabel {
    font-size: 90%;
    margin-left: 40%;
}
.cbp_tmtimeline:before, .cbp_tmtimeline > li .cbp_tmicon {
    left: 30%;
	margin-top: 4%;
}
.cbp_tmtimeline > li .cbp_tmlabel {
    margin-left: 45%;
	padding:3%;
}

.col-white > p{
    font-size: 14px;
    line-height: 21px;
    color: #ccc !important;
}
.p-10{
	padding:2% 10% 2% 10%;
}
.cbp_tmlabel h2{
	color:#0706068a;
background-color:#fff;
width: 65%;
margin: 3% 0%;
}
.client-bg-color{
	background-color:red;
}
.mt-4{
	margin-top:4%;
}
.mt-2{
	margin-top:2%;
}
.sub-name-banner{
	font-size:50px;
}
.text-heighlite{
	text-transform:uppercase;
	color:#ce2a2ee8;
	font-weight:bold;
}
.cbp_tmtimeline::before {
    left: 30%;
    height: 86%;
}
.mt-5{
	margin-top:5%;
}
.section-block-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 24px 0px 90px 0px;
}
.feature-flex-square {
    position: relative;
    border-radius: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
	padding: 0%;
	background-image: linear-gradient(to right, #7cc8ec , #ededf0);
}

.feature-flex-square-icon {
    float: left;
    width: 25%;
    margin-top: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.feature-flex-square-icon i {
    color: #d21e2b;
    border-radius: 10px;
    padding: 10px;
    font-size: 55px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.feature-flex-square-icon i {
    color:#d21e2b;
    font-size: 55px;
}
.feature-flex-square-content {
    float: left;
    width: 75%;
    padding-left: 10px;
}
.section-block-bg p{
	color:#000;
	font-size: 16px;
	color:#484747;
}
.feature-flex-square-content h4{
	font-size:19px;
}

.feature-flex-square-content-button
{   background-color: #b51717;
font-size: 1em;
color:#fff;
padding: 3px 14px 5px 12px;
border: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
display: inline-block;
position: relative;
font-weight: 400;
margin-top:5%;
}
.feature-flex-square-content-button:hover
{
	background-color:#FFF;
color:#f00;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.24);
}
.border-r{
	border-right: 2px dashed #f4f1f1d4;
}

.border-t{
	border-top: 2px dashed #f4f1f1d4;
}

.title-bar{
	background-image:url(../images/inner-banner.jpg);
}
.title-bar-bgcolor{
	background-image: radial-gradient(#0e2993c9 30%, #282360b3, #c5c8c596);
height: 400px;
}

.title-bar-tit .lead{
	padding-top:16%;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	font-size:50px;
	font-family: "Alfa Slab One", cursive;
}
.title-bar-txt{
	text-align:center;
	color:#fff;
	font-size:20px;
}
.title-bar-txt a{
	color:#fff;
text-transform:capitalize;
}
.title-bar-txt span{
	padding:0% 2%;
	margin-top:5%;
	
}

/*about-3sec*/
.our_facilitics_area::before {
 position:absolute;
 content:"";
 left:0;
 background-color: #eee;
 width:100%;
 height:460px;
 z-index:-2;)
}
.our_facilitics_area.facilites_page {
 padding-bottom:0
}
.our_facilitics_area.facilites_page::before {
 display:none
}
.our_facilitics_area.facilites_page::after {
 display:none
}
.our_facilitics_area .single_feature {
 background:#fff;
 border:1px solid #ebebeb;
 padding: 18px 20px 20px;
 height: 380px;
}
.our_facilitics_area .single_feature:hover {
 box-shadow: 0px 39px 56.4px 3.6px rgba(0, 0, 0, 0.24);
}
@media(max-width:767px) {
 .our_facilitics_area .single_feature {
  margin-bottom:30px
 }
}
@media(min-width:768px) and (max-width:991px) {
 .our_facilitics_area .single_feature {
  margin-bottom:30px
 }
}
.our_facilitics_area .single_feature .icon i {
 font-size:80px;
 -webkit-transition:.3s;
 -moz-transition:.3s;
 -o-transition:.3s;
 transition:.3s;
 color:#15181d
}
.our_facilitics_area .single_feature h3 {
 font-size:20px;
 text-transform:uppercase;
 font-weight:400;
 color:#15181d;
 margin-top:26px;
 margin-bottom:26px
}
.our_facilitics_area .single_feature p {
 font-size:14px;
 font-weight:400;
 color:#828282;
 line-height:26px;
 margin-bottom:30px
}
.our_facilitics_area .single_feature a {
 font-size:14px;
 font-weight:400;
 color:#ff573d;
 position:relative;
 padding-bottom:8px
}
.our_facilitics_area .single_feature a::before {
 position:absolute;
 left:0;
 background:#cbcbcb;
 height:1px;
 width:50px;
 content:"";
 bottom:0;
 left:50%;
 -webkit-transform:translateX(-50%);
 -moz-transform:translateX(-50%);
 -ms-transform:translateX(-50%);
 transform:translateX(-50%);
 -webkit-transition:.3s;
 -moz-transition:.3s;
 -o-transition:.3s;
 transition:.3s
}
.our_facilitics_area .single_feature a:hover::before {
 background:#15181d
}
.our_facilitics_area .single_feature:hover .icon i {
 color:#ff2424!important
}
.p-6{
	padding:5%;
}

.counter {
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
.counter-iocn .iocn{
	text-align:center;
	font-size:20px;
}
.counter-sec .row{
	margin:0px;
	padding-left:0px;
}
.counter-sec .col-md-6 h1{
	text-align:center;
}
.counter-sec .col-md-6 h3{
	text-align:center;
}
.pr-0{
	padding-right:0px;
}

.count-bs-grid-reset-space div[class^="col-"], .count-bs-grid-reset-space div[class*=" col-"] {
    margin: 0;
    padding: 0;
}
.count-content-tile-1 {
    overflow: hidden;
}
.count-bg-1 {
    background-color: #b5aa03  !important;
}
.count-bg-2 {
    background-color: #6c6c6c  !important;
}
.count-bg-3 {
    background-color: #e7505a !important;
}
.count-bg-4 {
    background-color: #57bfe1 !important;
}
.count-content-tile-1 .count-tile-content {
    overflow: hidden;
}
.count-content-tile-1 .count-wrapper {
    padding: 10%;
}
.count-content-v-center .count-wrapper {
    width: 100%;
    height: 100%;
    display: table;
}
.count-content-v-center .count-wrapper .count-body {
    display: table-cell;
    vertical-align: middle;
}
.count-center, .count-font-center {
    text-align: center;
}
.count-content-tile-1 .count-wrapper .count-tile-title {
    color: #3f444a;
    margin-top: 0;
    font-size: 17px;
}
.count-body .counter{
	font-size:60px;
	color:#fff;
	font-weight:bold;
	padding: 0%;
margin: 5%;
}
.count-font-white {
    color: #FFFFFF !important;
}
.count-line-height-34 {
    line-height: 34px;
}
.count-font-25 {
    font-size: 25px;
}
.count-font-uppercase {
    text-transform: uppercase;
}
.count-font-bold {
    font-weight: 600 !important;
}
.count-content-tile-1 .count-tile-content .btn {

    margin: 10px 0;

}
.btn.count-btn-border-1x.count-btn-white, .btn.count-btn-border-2x.count-btn-white {

    border-color: rba(#ffffff, 0.9);

}
.count-btn-border-1x.count-btn-white {

    border-color: #FFFFFF;
    color: #FFFFFF;
    background: none;
    border-color: #FFFFFF;

}
.count-btn-uppercase.btn-sm {

    padding: 6px 18px 4px 18px;

}
.count-btn-uppercase.btn {

    font-size: 14px;
    padding: 7px 20px 5px 20px;

}
.btn.count-btn-border-1x {

    border-width: 1px;

}
.count-content-tile-1 .count-image {

    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;

}
.count-content-overlay .count-overlay-object {

    position: relative;
    z-index: 1;

}
.count-content-tile-1 .count-tile-content.count-arrow-green.count-arrow-right::after {

    border-left-color: #b5aa03  ;

}
.count-content-tile-1 .count-tile-content.count-arrow-right::after {

    left: 0;
    border-left-color: #ffffff;

}
.count-content-tile-1 .count-tile-content.count-arrow-left::after, .count-content-tile-1 .count-tile-content.count-arrow-right::after {

    top: calc(50% - 13px);
    border: solid transparent;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-color: transparent;
        border-left-width: medium;
    content: " ";
    position: absolute;
    pointer-events: none;
    border-width: 13px;
    z-index: 99;

}
.count-content-overlay .count-overlay-wrapper::before {

    display: inline-block;
    content: "";
    vertical-align: middle;
    height: 100%;

}
.count-content-overlay:hover .count-overlay-wrapper {

    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);

}
.count-content-overlay .count-overlay-wrapper::before {

    display: inline-block;
    content: "";
    vertical-align: middle;
    height: 100%;

}
.count-content-overlay .count-overlay-wrapper .count-overlay-content {

    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    height: auto;
    width: 95%;

}
.count-content-overlay .count-overlay-wrapper .count-overlay-content i {

    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 40px;
    text-align: center;
    padding: 14px 6px 8px 6px;
    color: #fff;
    font-size: 16px;
    background: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    margin: 0 5px;

}
.count-content-overlay .count-overlay-wrapper::after {

    content: "";
    display: table;
    clear: both;

}
.count-content-overlay .count-overlay-wrapper::before {

    display: inline-block;
    content: "";
    vertical-align: middle;
    height: 100%;

}
element {

}
.count-content-overlay:hover .count-overlay-wrapper {

    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);

}
.count-content-overlay .count-overlay-wrapper {

    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transition: all 0.2s;
    background: rgba(0, 0, 0, 0.4);

}
.count-content-tile-1 .count-tile-content.count-arrow-red-2.count-arrow-left::after {

    border-right-color: #e7505a;

}
.count-content-tile-1 .count-tile-content.count-arrow-left::after {

    right: 0;
    border-right-color: #ffffff;

}
.count-content-tile-1 .count-tile-content.count-arrow-blue-3.count-arrow-left::after {

    border-right-color: #57bfe1;

}
.count-content-tile-1 .count-tile-content.count-arrow-left::after {

    right: 0;
    border-right-color: #ffffff;

}
.count-content-tile-1 .count-tile-content.count-arrow-brown-2.count-arrow-right::after {

    border-left-color: #7a6a61;

}
.count-content-tile-1 .count-tile-content.count-arrow-right::after {

    left: 0;
    border-left-color: #ffffff;

}