

h1, h3, h4, h5, h6{
	color: #AB8323;
}

.featured_section202 h2{
	/* color: #d37e1b; */
	color: #333C57;
}

.list-check li::before{
	color: #CEA543;
}

.contact-icons i{
	color: #AB8323;	
}

.black-text{
	color: #000;
}

.gray-text{
	color: #727272;
}

.featured_section208{
	background: #CEA543;
}

.cbp-caption-pushDown .cbp-caption-activeWrap{
	background: #CEA543;
}

.cbp-l-caption-desc{
	color: #DCDCDC;
}

.featured_section205 .list-icons li i{
	font-size: 0.4em;
	border: none;
	line-height: inherit;
	float: none;
	width: auto;
	height: auto;
	margin-right: 0.6em;
}

.privacy * p{
	text-align: justify;
}

/* .st-accordion ul li.st-open > a{
	color: #e5a93f;
}

.st-accordion ul li > a:hover{
	color: #de9831;
}

.st-accordion ul li > a {
	color: #d37e1b;
} */



/*    #LANG FIXED =============*/ 

#lang-fix {

    position: fixed;

    bottom: 24px;

    left: 60px;

    padding:0;

    margin:0;

    z-index: 9999;

}

#lang-fix a {

    text-decoration: none;

    display: block;

    color:#2a2b2f;

  font-size:12px;

    z-index:999;

  padding:5px;

  height: 37px;

  width: auto;

  background:#fff;

  border-radius:4%;

}

#lang-fix a:hover {

    color:#97999c;

}

@media (max-width: 1180px) {

  #lang-fix {

    bottom: 15px;

    left: 20px;

  }

}