.border-light, .line {
    border-color: rgba(241,199,122, .15) !important;
}

.real-gold-color {
    color: #F1C77A !important;
}

.anchor-gold-hover-underline {
    text-decoration: underline;
    color: #F1C77A;
    transition: color 0.3s;
}

.testimonial-grid {
    background-color:  #2E364F !important;
}




.owl-carousel .owl-nav [class*=owl-] {
	opacity: 1 !important;
	background-color: #2E364F;
	border-color: rgba(241,199,122, .15);
	color: #F1C77A;
	width: 40px;
	height: 40px;
	margin: 0px;
	font-size: 24px;
	top: auto;
	bottom: -20px;
}

.owl-carousel .owl-nav .owl-next {
	left: calc(50% + 3px) !important;
}
.owl-carousel .owl-nav .owl-prev {
	left: auto !important;
	right: calc(50% + 3px) !important;
}

#oc-testi .owl-item {
	border-right: 1px solid rgba(241,199,122, .15);
}

.owl-prev i {
	position: relative;
	left: -1px;
}

#oc-testi .owl-item img,
#oc-testi .owl-item p,
#oc-testi .owl-item .testi-meta {
	opacity: 0;
}

#oc-testi .owl-item.active img,
#oc-testi .owl-item.active p,
#oc-testi .owl-item.active .testi-meta {
	opacity: 1;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fade-in-bottom;
	animation-name: fade-in-bottom;
	animation-iteration-count: 1;

}
#oc-testi .owl-item.active p {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}
#oc-testi .owl-item.active .testi-meta {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}



.testimonial-quotes::before {
	content: open-quote;
}

.testimonial-quotes::after {
	content: close-quote;
}


