.custom-perspective {
		perspective: 1000px;
}

.custom-available-bullet {
		padding-left: 18px;
		position: relative;
}

.custom-available-bullet:before {
		animation: blinker 1s linear infinite;
		content: '';
		position: absolute;
		width: 12px;
		height: 12px;
		top: 3px;
		left: 0;
		display: block;
		border-radius: 100%;
		background-color: #39b54a;
}

@keyframes blinker {
		50% {
				opacity: 0.4;
		}
}

.custom-hero-font-1 {
		font-size: calc(40px + 50 * ((100vw - 300px) / (1200 - 300)));
		line-height: calc(40px + 50 * ((100vw - 300px) / (1200 - 300)));
		text-transform: uppercase;
}

.custom-border-bottom-1 {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.custom-border-bottom-2 {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-hero-text-1 {
		padding: 0 0 0 15px;
		display: block;
		max-width: 430px;
		font-size: 20.8px;
		font-size: 1.3rem;
		line-height: 1.7;
		margin: 0;
}

@media (max-width: 1200px) {
		.custom-hero-text-1 {
				font-size: 1rem;
		}
}

@media (max-width: 991px) {
		.custom-hero-text-1 {
				max-width: 95%;
		}
}

.custom-stroke-text-effect-1 {
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke-width: 1.5px;
		-webkit-text-stroke-color: var(--dark);
		white-space: nowrap;
}

.custom-stroke-text-effect-2 {
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: var(--light);
		white-space: nowrap;
}

.custom-hero-img-1 {
		max-width: 100px;
		max-height: 100px;
		margin: 15px;
}

.custom-footer-font-1 {
		font-size: calc(40px + 50 * ((100vw - 300px) / (1200 - 300)));
		line-height: calc(40px + 50 * ((100vw - 300px) / (1200 - 300)));
		text-transform: uppercase;
}

.custom-footer-font-1 em {
		padding: 0 40px;
		border-radius: 20px;
		font-style: normal;
		zoom: 0.52;
		position: relative;
		top: -40px;
}

.custom-footer-img-1 {
		max-width: 100px;
		max-height: 100px;
		margin: 15px;
}

@media (max-width: 991px) {
		.custom-disable-scroll-mobile-1 {
				transform: none !important;
		}
}

/* Project color overrides */
.feature-box .feature-box-icon {
		background-color: #948462 !important;
		border-color: #948462 !important;
}

.feature-box .feature-box-icon i,
.feature-box .feature-box-icon svg {
		color: #ffffff !important;
		fill: #ffffff !important;
}

a,
a:visited {
		color: #e3c79a;
}

a:hover,
a:focus,
a:active {
		color: #948462;
}

.btn-primary,
.btn-info {
		background-color: #948462 !important;
		border-color: #948462 !important;
		color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
		background-color: #7f7153 !important;
		border-color: #7f7153 !important;
		color: #fff !important;
}

.btn-outline-primary,
.btn-outline-info {
		border-color: #948462 !important;
		color: #948462 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active {
		background-color: #948462 !important;
		border-color: #948462 !important;
		color: #fff !important;
}

.works-category-tree a.active,
.works-category-tree a:hover,
.works-category-tree a:focus {
		color: #948462 !important;
		font-weight: 600;
}

.works-category-subtree {
		margin-left: 16px;
		margin-top: 4px;
}
