a {
  color: #D4AF34;
}
a:hover {
  color: #bf9f17;
}
html .bg-brand{
	background-color: #D4AF34 !important;
}
html .text-color-brand, html .text-brand{
	color: #D4AF34 !important;
}
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, .list.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, .list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child{
	background-color: #D4AF34 !important;
}
html .text-color-hover-brand:hover, html .text-hover-brand:hover{
	color: #D4AF34 !important;
}
html .btn-brand{
	background-color: #D4AF34;
  	border-color: #D4AF34;
  	color: #fff;
}
html .btn-brand:hover:not(.bg-transparent), html .btn-brand.hover:not(.bg-transparent){
	background-color: #bf9f17;
	color: #fff;
}
html section.section-brand{
	background-color: #D4AF34 !important;
  	border-color: #bf9f17 !important;
}
#header .header-nav-main nav > ul:not(:hover) > li > a.active{
	background-color: #fff;
}
#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a{
	background-color: #fff;
}
#header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li > a.active, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li .wrapper-items-cloned > a.active{
	color: #D4AF34 !important;
}
#header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li:hover > a, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li .wrapper-items-cloned:hover > a{
	color: #D4AF34 !important;
}
.parallax-background{
	height: 140% !important;
}
.list.list-icons li > [class*="fa-"]:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > .icons:first-child{
	color: #D4AF34;
  	border-color: #D4AF34;
}
#header .header-btn-collapse-nav {
  	background: #fff;
  	color: #000;
}
.header-social-icons li a{
	color: #fff !important;
}
.background-image-section{
	background-size: cover;
  	width: 100% !important;
  	height: 100%;
}
.background-image-cover{
	width: 100%;
	height: 500px;
}
.slider-box{
	background-color: rgba(0,0,0,0.5);
	padding: 100px 50px;
	border-radius: 50px;
}
.footer-social-icons li a{
	height: 50px;
  	line-height: 50px;
  	width: 50px;
  	font-size: 1.5rem;
  	margin-right: 10px;
}
.home-intro{
	margin-bottom: 0px;
}
.home-image-dim{
	width: 100%;
	height: 170px;
}
.carrier-background{
	background-size: cover;
  	background-position: center center;
  	background-repeat: no-repeat;
  	min-height: 350px;
}
.accordion .card-header a {
  	color: #D4AF34 !important;
}
.no-margin{
	margin: 0px; 
}
.breadcrumb > li + li::before{
	color: #fff;
	opacity: 1;
}
@media (max-width: 991px) {
  	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    	color: #000;
  	}
}