/* 

	font-family: 'Barlow', sans-serif;
	font-family: 'Open Sans', sans-serif;

 */
 
 :root {
	/*
	# 174c97
	# fecd1a
	*/
    --thm-base: #bf8c4d;
	--thm-base-rgb: 191, 140, 77;
	--thm-secnd: #222222;
	--thm-secnd-rgb: 34, 34, 34;
}

.main-header.yt-header-style-four{
	border-color:var(--thm-base);
}

.yt-header-style-four .btn-style-one{
	background-color:var(--thm-base);
}

.wd-service-block .lower-content h3,
.wd-service-block .lower-content h3 a,
.wd-fluid-section-one .wd-content-column .inner-box .services li a,
.wd-fluid-section-one .wd-content-column .inner-box .services li,
.wd-fluid-section-one .wd-content-column .inner-box .text p strong{
	color:var(--thm-secnd);
}

.main-header.yt-header-style-four .info-box .icon-box,
.welcome-area.wd-style-one .title-column h4,
.wd-service-block .lower-content h3 a:hover,
.wd-fluid-section-one .wd-content-column .inner-box .services li:hover a,
.wd-fluid-section-one .wd-content-column .inner-box .services li:hover .icon,
.wd-fluid-section-one .wd-content-column .inner-box .services li .icon,
.wd-fluid-section-one .wd-content-column .inner-box .services li a:hover,
.project-tab .product-tab-btns .p-tab-btn:hover, 
.project-tab .product-tab-btns .p-tab-btn.active-btn,
.gallery-item .overlay-box .caption-box h4 a:hover,
.social-icon-one li a:hover,
.wd-project-section .bottom-box .text-box .link,
.wd-team-block .info-box .name a:hover,
.wd-team-block .social-links li a:hover{
	color:var(--thm-base);
}