#section19 {
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-tint) 60%, var(--tertiary-shade) 100%);
	position: relative;
	color: var(--primary-contrast);
}
.bgPattern {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle at 20% 50%, rgba(201,168,76,.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(43,79,138,.3) 0%, transparent 40%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}
#section19 .container{
	z-index: 2;
	position: relative;
	max-width: 610px;
}
#section19 h3::before {
	content: '';
	width: 32px;
    height: 2px;
    background: var(--secondary);
    border-radius: 1px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
#section19 h1 {
	font-size: 4.5rem;
	margin: 30px 0px;
}
#section19 h1 span {
	display: block;
	color: var(--secondary);
}
#section19 p {
	font-size: 1.2rem;
	line-height: 1.5em;
}
#section19 .cta {
	margin: 30px 0 30px;
	padding: 0px 0px 30px;
	border-bottom: 1px solid rgba(var(--light-rgb),0.1);
}
#section19 .cta .outline {
	margin-left: 30px;
}
#section19 h4 {
	font-size: 2.5rem;
	margin: 0px;
}
#section19 h4 span {
	color: var(--secondary);
	font-weight: 300;
}
#section19 h4 div {
	color: var(--medium);
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
}
#section20 {
	padding-bottom: 0px;
}
#section20 .container {
	max-width: 1000px;
}
#section20 img {
	border-radius: 30px;
}
#section20 p {
	line-height: 1.5rem;
}
#section20 .relative {
	position: relative;
	margin-top: 15px;
}
.LiSquare {
	position: absolute;
	bottom: -10px;
	right: -10px;
	color: var(--secondary);
	font-size: 115px;
	padding: 0px;
	line-height: 100px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.LiSquare .backer {
	position: absolute;
	width: 80%;
	height: 80%;
	background-color: var(--primary);
	bottom: 10px;
	right: 10px;
}
.LiSquare i {
	position: relative;
	z-index: 10;
	transition: color var(--transition);
}
.LiSquare:hover i {
	color: var(--secondary-tint);
}
#section20 .fa-ul {
	margin-left: 50px;
}
#section20 .fa-li {
	font-size: 30px;
	color: var(--primary);
	left: -50px;
	text-align: left;
}
#section20 h4 {
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
}
.col-sm-show {
	display: none;
}
#section21 {
	padding-top: 0px;
	text-align: left;
}
#section21 .grid .content {
	padding-top: 15px;
	padding-bottom: 15px;
}
#section21 .card {
/*
	-webkit-box-shadow: 1px 1px 20px 0px rgba(0,0,0,0.75); 
	box-shadow: 1px 1px 20px 0px rgba(0,0,0,0.75);
*/
	border-radius: 15px;
	padding: 15px;
	display: block;
	color: inherit;
	text-align: left;
	border: 1px solid var(--medium);
	position: relative;
	
}
#section21 .card h4 {
	font-size: 1.2rem;
}
#section21 .card h5 {
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
}
#section21 .card i {
	color: var(--primary);
	font-size: 50px;
	position: absolute;
	right: 15px;
	bottom: 50%;
	line-height: 0px;
	transition: color var(--transition);
}
#section21 .card:hover i {
	color: var(--tertiary);
}
#section22, #section24 {
	background-color: var(--light);
}
#section22 h2, #section24 h2 {
	color: var(--primary);
	margin: 30px 0px;
}
#section22 .intro, #section24 .intro {
	color: var(--medium);
	margin: 0px auto;
	width: 100%;
	max-width: 560px;
	font-size: 1.1rem;
	font-weight: 400;
}
.service-card, .testimonial-card {
    background: var(--background);
    border-radius: 15px;
    padding: 25px;
    border: 1px solid var(--light-tint);
    box-shadow: 0 2px 8px rgba(13,35,71,.08);
    transition: box-shadow var(--transition);
	text-align: left;
	color: var(--primary);
}
.service-card:hover, .testimonial-card:hover {
	box-shadow: 0 20px 60px rgba(13,35,71,.18);
}
.service-card i {
	font-size: 40px;
	display: inline-block;
	padding: 15px;
	border-radius: 15px;
	background: var(--primary);
	color: var(--secondary);
}
.testimonial-card i {
	font-size: 60px;
	display: inline-block;
	color: var(--secondary);
}
.service-card .serviceDesc {
	color: var(--medium);
}
.testimonial-card .testimonialDesc {
	color: var(--medium);
	font-style: italic;
}
.testimonial-card p {
	line-height: 1.5rem;
}
#section26 {
	background-color: var(--primary);
	color: var(--primary-contrast);
	text-align: left;
}
#section26 .intro {
	width: 100%;
	max-width: 560px;
	margin-bottom: 60px;
	color: var(--light-shade);
}
#section26 .exp {
	color: var(--light-shade);
}
.companies {
	margin: 30px 0px;
	padding: 30px 0px 0px;
	border-top: 0.5px solid var(--medium);
}
.company {
	font-size: .9rem;
	display: inline-block;
	color: var(--medium);
	padding: 8px 12px;
	border-radius: 20px;
	border: 1px solid var(--medium);
	background: rgba(255,255,255,.05);
	transition: var(--transition);
	margin: 0px 8px 8px 0px;
	cursor: default;
}
.company:hover {
	border-color: var(--secondary-tint);
	color: var(--secondary-tint);
}
.expIconWrapper {
	width: 168px;
    height: 168px;
	border-radius: 50%;
    border: 1px dashed rgba(201, 168, 76, .15);
	padding: 4px;
	margin: 0px auto 30px;
	display: block;
}
.expIcon {
	width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(201, 168, 76, .1);
	background-image: url(/_fts/clients/cordellstrat/assets/bar-chart-arrow.webp);
	background-position: center;
	background-repeat: no-repeat;
    border: 1.5px solid rgba(201, 168, 76, .2);
}
.exp-stat {
	border: 1px solid var(--medium);
	background: rgba(255,255,255,.05);
	display: block;
	width: 100%;
	margin: 60px 0px;
	color: var(--secondary);
	text-align: center;
	padding: 15px 0;
	border-radius: 8px;
}
.exp-stat-num {
	font-family: 'Playfair Display', serif;
	font-size: 3rem;
	margin: 0;
}
.exp-stat-label {
	font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(255, 255, 255, .4);
    margin-top: .3rem;
}
@media (max-width: 1200px) {
	#section21 .card h4 {
		font-size: 1.1rem;
	}
}
@media (max-width: 991px) {
	.testimonial-card i {
		font-size: 40px;
	}
}
@media (max-width: 767px) {
	#section19 h1 {
		font-size: 4rem;
	}
	.col-sm-show {
		display: block;
	}
	.col-sm-hidden {
		display: none;
	}
	#section20 .relative {
		width: 100%;
		max-width: 400px;
		margin: 15px auto;
	}
	.expIconWrapper {
		display: none;
	}
	.testimonial-card i {
		font-size: 30px;
	}
}
@media (max-width: 575px) {
	#section19 h1 {
		font-size: 2.2rem;
	}
	#section19 .cta .button {
		width: 100%;
		max-width: 400px;
		margin: 0px 0px 15px;
	}
	#section19 h4 {
		text-align: center;
	}
	#section19 h4 div {
		font-size: .7rem;
	}
	.company {
		font-size: .7rem;
		padding: 6px 8px;
	}
}