/* ----------------------------------------------------------------
	Custom CSS
	
	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
	--main-color-1: #6e2008;
	--main-color-2: #a9a9a9;
	--main-color-3: #0c3c60;
	--main-color-4: #a0a09f;
}

/* about page */
.page-title-customizing {
	background-color: var(--main-color-1) !important;
	padding: 13px 0 !important;
	border-bottom: none !important;
}

.page-title-customizing h1 {
	color: var(--main-color-2) !important;
	font-size: 35px !important;
	text-transform: unset !important;
}

.text {
	color: var(--main-color-3) !important;
	font-size: 17px !important;
	display: flex;
	align-items: center;
}

.image-desc {
	font-size: 12px !important;
	text-align: center;
	margin-top: 5px;
}

.link {
	text-decoration: underline !important;
	font-weight: 600;
}
/* about page end */

/* Structure page */
.organization-item:before {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	border: solid transparent;
	border-width: 10px 10px 0;
	border-top-color: #ffffff;
}

.organization-item {
	margin-bottom: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.125);
	border-top-width: thin !important;
	text-align: center;
}

.organization-item:last-child:before {
	content: none;
}

.organization-item:last-child {
	margin-bottom: 0;
}

.clients-grid .grid-item::before,
.clients-grid .grid-item::after,
.testimonials-grid .grid-item::before,
.testimonials-grid .grid-item.remove-after::after {
	content: none !important;
}
/* Structure page end */
