Title 9

Home » Components » Titles » Title 9

Title 9

Services


Services

/* ===== Title 9 ===== */

#title-9 {
	background: rgba(40, 167, 69, 0.1);
}

#title-9 h1 {
	font-weight: 900;
}

#title-9 h1:first-letter {
	color: var(--success);
}

#title-9 ul {
	letter-spacing: 0.5px;
	position: relative;
	padding-left: 0;
	top: 65px;
	z-index: 99;
}

#title-9 ul li {
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

#title-9 ul li:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	padding-left: 10px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: var(--success)
}
#title-9 ul li:last-child:after {
	display: none;
}

#title-9 ul li a {
	color: var(--bs-dark);
}

.title-9-divider {
	position: absolute;
	pointer-events: none;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	color: #fff;
}
.title-9-divider svg {
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	    transform: scale(2);
	width: 100%;
	height: auto;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	    transform-origin: top center;
}