/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/*---------------- Global Custom CSS -------------------*/
.fs-25 {
	font-size: 2.5rem;
}
.orange {
	color: #fd5a1e !important;
}
.contact-page .header-row .menu-link {
	color: #271d5b;
}
.orange strong {
	font-weight: 700;
}
.si-gab {
	background-color: #ffffff;
	border-radius: 50% !important;
	border: 1px solid #21cf7a !important;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
	.feature-box {
		height: 460px;
	}
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {

}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {

}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){

