default.navbar-trans .nav-link.active {
	color: #ffd298;
}
.navbar-default.navbar-reduce .nav-link:before {
	background-color: #ffd298;
}
.base-color {
	color: #ffd298;
}

.base-bg-color {
	background: #ffd298;
}

.border-bottom {
	padding-bottom: 10px;
	border-bottom: 1px solid #ffd298 !important;
}

.navbar-default.navbar-trans .nav-link:before {
	background-color: #ffd298;
}

.btn.btn-b-n {
	background-color: #ffd298;
	color: #ffffff;
	border-radius: 0;
}

.card-header-b .category-b {
	font-size: .9rem;
	background-color: #ffd298;
	padding: .3rem .7rem;
	color: #313131;
	letter-spacing: 0.030em;
	border-radius: 50px;
	text-decoration: none;
}

.title-box-d .title-d:after {
	content: '';
	position: absolute;
	width: 70px;
	height: 4px;
	background-color: #ffd298;
	bottom: 20px;
	left: 0;
}

.title-a {
	border-left: 3px solid #ffd298 !important;
	padding-left: 10px;
	font-size: 2.6rem;
	font-weight: normal;
	text-transform: uppercase;
}

@media (min-width: 320px) and (max-width: 480px) {
	.mt-top-first-section {
		margin-top: 75px !important;
	}
}

.fa-search {
	color: #313131 !important;
}

.navbar-default {
	-webkit-box-shadow: 0px 5px 5px 0px #ffd29899;
	-moz-box-shadow: 0px 5px 5px 0px #ffd29899;
	box-shadow: 0px 5px 5px 0px #ffd29899;
}
.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #ffd298 !important;
	border-color: #ffd298 !important;
}
.btn.btn-b-n:hover {
	background-color: #fff;
	color: #ffffff;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #ffd298;
	border-top: 6px solid #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}
@media (min-width: 320px) and (max-width: 991px) {
	.nav-search
	{
		background-color: #ffd298 !important;
	}

	.navbar-nav-responsive li:first-child {
		width: calc(36% - 4px);
	}
	.navbar-nav-responsive li {
		width: calc(32% - 4px);
		margin: 0px !important;
		margin-right: 4px !important;
		padding: 0px !important;
		float: left;
		display: inline-block;
		text-align: center;
	}

	.navbar-nav-responsive li:last-child {
		margin-right: 0px;
	}

	.navbar-nav-responsive li a
	{
		font-size: 14px!important;
		text-align: center;
	}
}
