/* ----------------------------------------------------------------
	Canvas: Finance
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #f58634;
	--cnvs-themecolor-rgb: 38, 70, 83;
	--cnvs-secondary-color: white;
	--cnvs-secondary-color-rgb: 233, 196, 106;

	--cnvs-body-font: 'Manrope', sans-serif;
	--cnvs-primary-font: 'Manrope', sans-serif;
}




#header {
	--cnvs-primary-menu-font-weight: 500;
	--cnvs-primary-menu-font-size: 1rem;
	--cnvs-primary-menu-tt: none;
	--cnvs-primary-menu-ls: 0;
	--cnvs-primary-menu-submenu-font-size: 0.875rem;
	--cnvs-primary-menu-submenu-font-weight: 400;
	--cnvs-primary-menu-submenu-hover-font-weight: 500;
	--cnvs-primary-menu-submenu-tt: none;
}

#header {
	--cnvs-primary-menu-font: var(--cnvs-body-font);
	--cnvs-primary-menu-submenu-bg: var(--cnvs-themecolor);
	--cnvs-primary-menu-submenu-width: 280px;
	--cnvs-primary-menu-submenu-hover-bg: transparent;
}

.color-2,
.h-color-2:hover {
	color: var(--cnvs-secondary-color) !important;
}

.bg-color-2,
.h-bg-color-2:hover {
	background-color: var(--cnvs-secondary-color) !important;
}

#header.sticky-on-scrollup,
#header.sticky-on-scrollup #header-wrap {
	-webkit-transition: height .2s ease, opacity .2s ease, transform .2s ease;
	-o-transition: height .2s ease, opacity .2s ease, transform .2s ease;
	transition: height .2s ease, opacity .2s ease, transform .2s ease;
}

#header.sticky-on-scrollup.sticky-header-shrink:not(.show-sticky-onscroll) #header-wrap {
	transform: translate3d(0, -100%, 0);
}

.top-links-item>a {
	text-transform: none;
	color: white;
	font-size: 15px;
	font-weight: 600;
	padding: 18px 18px;
}

.top-links-sub-menu .top-links-item>a {
	font-size: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991.98px) {
	.top-links-item {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
}



.menu-link {
	font-weight: 500;
	font-size: 1.05rem;
	letter-spacing: 0;
	text-transform: none;
}

.sub-menu-container .menu-item>.menu-link {
	font-size: .925rem;
	font-weight: 600;
}

.iconlist>li {
	line-height: 24px;
}

.iconlist>li [class^="icon-"]:first-child,
.iconlist>li [class*=" icon-"]:first-child {
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 50%;
}

.dotted-bg:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 110%;
	height: 100%;
	background-size: 12px 12px;
	background-position: center;
	transform: translate(-50%, -50%);
	background-image: radial-gradient(rgba(var(--cnvs-themecolor-rgb), 0.3) 14%, transparent 14%);
	-webkit-mask-image: radial-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 75%);
	mask-image: radial-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 75%);
	z-index: 0;
}

.services-grid .feature-box {
	padding: 2rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: .5rem;
	border: 1px solid var(--cnvs-secondary-color);
}

.services-grid .feature-box:hover {
	background-size: cover;
}

.hover-button {
	display: block;
	margin-top: 20px;
	font-weight: 600;
}

.dark .hover-button {
	color: #FFF;
}

.services-grid .feature-box {
	background-color: var(--cnvs-themecolor);
}

.dark .services-grid .feature-box .fbox-icon i {
	background-color: rgba(255, 255, 255, 0.15);
}


.services-grid .feature-box,
.services-grid .feature-box .fbox-icon,
.services-grid .feature-box .fbox-content,
.hover-button {
	transition: all .4s ease, border-color .0s ease;
}

.heading-block h3 {
	font-size: 2.1rem;
	line-height: 1.3 !important;
}


.form-widget label {
	text-transform: none;
	letter-spacing: 0;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 5px;
}

@media (min-width: 992px) {
	.sub-menu-container {
		border-top: 0;
		border-radius: 5px;
		border: 0;
	}

	.sub-menu-container::before {
		--cnvs-menu-arrow-size: 5px;
		content: "";
		position: absolute;
		top: calc(-1 * var(--cnvs-menu-arrow-size, 5px));
		left: 20px;
		width: 0;
		height: 0;
		border-left: var(--cnvs-menu-arrow-size, 5px) solid transparent;
		border-right: var(--cnvs-menu-arrow-size, 5px) solid transparent;
		border-bottom: var(--cnvs-menu-arrow-size, 5px) solid var(--cnvs-themecolor, #264653);
	}

	.sub-menu-container .menu-item>.menu-link {
		font-size: 1rem;
		font-weight: 600;
		color: black !important;
	}

	.menu-container>.menu-item:hover {
		background-color: rgba(var(--cnvs-secondary-color-rgb), 0.1)
	}

	.menu-container>.menu-item:hover::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		height: 5px;

	}

	.sub-menu-container .menu-item:not(:last-child) {
		padding-top: 4px;
		padding-bottom: 4px;
		border-bottom: 1px solid rgba(233, 196, 106, 0.1);
	}

	.sub-menu-container .menu-item:last-child {
		padding-top: 4px;
	}

	.sub-menu-container .menu-item:hover>.menu-link {
		background-color: inherit;
		font-weight: 600;
	}

	.services-grid .feature-box {
		padding: 10px;
		background-size: 0;
		
	}

	.services-grid .feature-box:hover {
		transform: translateY(-6px);
		
	}

	.services-grid .feature-box:not(:hover) .hover-button {
		opacity: 0;
		transform: translateY(-5px);
	}

	.services-grid .feature-box .fbox-icon,
	.services-grid .feature-box .fbox-content {
		transform: translateY(0px);
	}

	.services-grid .feature-box:hover .fbox-icon,
	.services-grid .feature-box:hover .fbox-content {
		transform: translateY(0px);
	}

	.dark .services-grid .feature-box:hover .fbox-icon i {
		background-color: #FFF;
	}

	.heading-block h3 {
		font-size: 2.5rem;
		line-height: 1.3 !important;
	}

	.hero-title.display-3 {
		font-size: 4.25rem;
		letter-spacing: -3px;
	}
}

@media (max-width: 991.98px) {
	.services-grid .feature-box .fbox-icon i {
		background-color: #FFF;
	}
}