/* ESSENTIALS CHILD THEME: "Firm Focused" */

 

/* hero */
.hero {
	position: relative;
	margin-top: 95px;
}

.hero-content {
	z-index: 1;
	display: flex;
	font-weight: 600;
	position: relative;
	min-height: 260px;
	padding-top: 40px;
	padding-bottom: 40px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-transform: uppercase;
	color: #fff;
}
.hero-content .hero-title strong, .hero-content .hero-title span {
	font-family: var(--font-family-tagline);
	color: var(--color-secondary);
	transform: rotate(-3deg);
	display: inline-block;
	position: relative;
	font-weight: normal;
}
.hero-content .hero-title {
	color: var(--color-alternate);
	line-height: 1;
	font-family: var(--font-family-heading);
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 0px;
}

.hero-content .hero-title-text {
	margin-bottom: 15px;
	font-size: 35px;
	color: var(--color-alternate);
	text-transform: capitalize;
}

.hero-content .button {
	font-size: 17px;
	padding: 15px 25px;
}

.hero-image {
	inset: 0;
	position: absolute;
	pointer-events: none;
}

.hero-image::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(259.71deg, rgba(255, 255, 255, 0) 35.38%, rgba(255, 255, 255, 0.68) 54.9%, #FFF 76.91%);
}

.hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
.hero-content {
	min-height: 560px;
	font-size: 2.25rem;
	padding-left: 80px;
}

.hero-content .hero-title {
	font-size: 60px;
}

.hero-content .button {
	font-size: 17px;
}
}

@media screen and (min-width: 1800px) {
	.hero-content {
		min-height: 760px;
		font-size: 2.25rem;
	}

.hero-content .hero-title {
	font-size: 60px;
}

.hero-content .button {
	font-size: 17px;
}
}

/* info */

.info {
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	background-color: var(--color-alternate);
	color: #fff;
}


.info h4 {
	color: inherit;
	font-size: 1rem;
	margin-bottom: 12px;
}

.info h2 {
	font-size: 1.875rem;
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.info {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.info h4 {
		font-size: 1.25rem;
		letter-spacing: 0.219rem;
	}

	.info h2 {
		font-size: 3.125rem;
	}
}

/* awards */
.awards {
	padding-top: 30px;
	padding-bottom: 30px;
}

.awards-slider {
	margin-left: -10px;
	margin-right: -10px;
}

.award-image {
	display: flex;
	padding-left: 10px;
	padding-right: 10px;
	justify-content: center;
}

.award-image img {
	height: auto;
	max-width: 100%;
}

.award-image:hover,
.award-image:focus {
	outline: none;
}

@media screen and (min-width: 768px) {
	.awards {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.award-image {
		padding-left: 20px;
		padding-right: 20px;
	}

	.awards-slider {
		margin-left: -20px;
		margin-right: -20px;
	}
}

/* experienced */
.experienced {
	text-align: center;
	background-color: var(--color-alternate);
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
}

.experienced h4 {
	color: inherit;
	font-weight: 400;
	letter-spacing: 1px;
}

.experienced-buttons .button {
	width: 100%;
}
.experienced .light-text {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 12px;
}

.experienced-buttons .button.white {
	background: #fff;
	color: var(--color-secondary);
}


.experienced-buttons .button.white:hover,
.experienced-buttons .button.white:focus {
	background:var(--color-secondary);
	color: #fff;
}

.experienced-buttons .button + .button {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.experienced {
		padding-top: 80px;
		padding-bottom: 80px;
	}

.experienced h4 {
	font-size: 1.0rem;
	margin-bottom: 40px;
}

	.experienced-buttons {
		display: grid;
		grid-template-columns: auto auto;
		gap: 25px;
		margin: 0 auto;
	}

	.experienced-buttons .button + .button {
		margin-top: 0;
	}
}

/* faqs */
.faqs {
	background-color: var(--color-gray);
	padding-top: 30px;
	padding-bottom: 43px;
}

.faqs .row {
	max-width: calc(945px + var(--gutter-size) * 2);
}

.faqs .block-title {
	color: var(--color-primary);
	margin-bottom: 12px;
	text-align: center;
}

.faqs-holder {
	background-color: #fff;
	max-width: 945px;
	margin: 0 auto;
	padding: 37px 27px 42px;
}

@media screen and (min-width: 768px) {
	.faqs {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.faqs .block-title {
		font-size: 2.875rem;
	}

	.faqs-holder {
		padding: 110px 120px;
	}
}

/* testimonials */
.testimonials {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
	color: var(--color-primary);
}

.testimonials h4 {
	color: inherit;
	margin-bottom: 12px;
	letter-spacing: 1px;
	font-weight: 600;
}

.testimonials h2 {
	margin-bottom: 10px;
}

.testimonials .button {
	width: 100%;
}

.testimonials-slider {
	margin-bottom: 40px;
	padding: 0 60px;
}

.testimonials-slide p {
	font-size: 1.1rem;
	line-height: 1.5;
}

.testimonials-slide p:last-child {
	margin-bottom: 0;
	font-weight: 600;
	color: var(--color-secondary);
}

@media screen and (min-width: 768px) {
.testimonials {
	padding-top: 40px;
	padding-bottom: 40px;
}

	.testimonials h4 {
		letter-spacing: 4px;
	}

	.testimonials .button {
		width: auto;
	}

.testimonials .block-title {
	margin-bottom: 05px;
}

.testimonials-slider {
	margin-bottom: 25px;
	padding: 0 100px;
}

	.testimonials-slide {
		font-size: 1.875rem;
	}

	.testimonials .swiper-button-container button {
		width: 70px;
		height: 70px;
	}
}

@media screen and (min-width: 1025px) {
	.testimonials-slider {
		padding: 0 167px;
	}
}

/* updates */
.updates {
	padding-top: 50px;
	text-align: center;
	padding-bottom: 50px;
	color: var(--color-primary);
	background-color: var(--color-gray);
}

.updates h2 {
	text-align: left;
	margin-bottom: 30px;
}

.updates .button {
	width: 100%;
}

.updates-holder {
	text-align: left;
	margin-bottom: 20px;
}

.updates-item {
	width: 100%;
	display: block;
	padding-bottom: 22px;
	margin-bottom: 25px;
	text-decoration: none;
	color: var(--color-primary);
	border-bottom: 1px solid #b2b2b2;
}

.updates-item:hover,
.updates-item:focus {
	color: var(--color-secondary);
}

.updates-item h5 {
	color: inherit;
	font-size: 1.1rem;
	line-height: 1.55;
}

.updates-item span {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: var(--color-primary);
}

.updates-item span:before {
	content: "\f133";
	font-family: "Font Awesome 6 Pro";
	margin-right: 5px;
}

@media screen and (min-width: 1025px) {
	.updates {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.updates h2 {
		text-align: center;
		margin-bottom: 50px;
	}

	.updates .button {
		width: auto;
	}

	.updates-holder {
		margin-bottom: 60px;
	}

	.updates-item {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	.updates-holder {
		display: grid;
		grid-template-columns: auto auto auto;
		column-gap: 20px;
	}
}

/* intro */
.intro {
	font-size: 1.25rem;
	position: relative;
	background-color: var(--color-gray);
}

.intro-image {
	width: 100%;
}

.intro-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.intro-content {
	line-height: 1.5;
	padding-top: 35px;
	padding-bottom: 35px;
	color: var(--color-primary);
}

.intro-content h3 {
    line-height: 1.5;
    text-transform: uppercase;
    color: var(--color-primary-lite);
    font-weight: 600;
    font-size: 20px;
    max-width: 95%;
    margin-bottom: 16px;
    text-align: justify;
}
.intro-content h4 {
	color: var(--color-secondary);
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-size:30px;
}

@media screen and (min-width: 768px) {
	.intro-image {
		top: 0;
		left: 0;
		width: calc(50% - 64px);
		height: 100%;
		position: absolute;
	}

	.intro-content {
		padding: 60px 0 60px 50%;
	}
.intro-content h2 {
	margin-bottom: 20px;
	font-size: 2.4rem;
	letter-spacing: -1px;
}
}

@media screen and (min-width: 1025px) {
	.intro-image {
		width: calc(50% - 84px);
	}

	.intro-content {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.intro-content p + h3 {
		margin-top: 54px;
	}
}

@media screen and (min-width: 1440px) {
	.intro-image {
		width: calc(50% - 124px);
	}
}



/* stats */
.stats {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
	background-color: var(--color-alternate);
}

.stats-left,
.stats-right {
	text-align: center;
}

.stats-slider {
	padding: 0 30px;
	margin-bottom: 20px;
}

.stats-slide {
	line-height: 1.4;
	font-weight: 500;
}

.stats-slide p,
.stats-slide h5 {
	color: #fff;
}

.stats-slide h5 {
	color: inherit;
	margin-bottom: 5px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.stats-slide strong {
	display: block;
	line-height: 1;
	font-size: 5rem;
	margin-bottom: 15px;
	font-weight: 600;
}

.stats-slide p:last-child {
	margin-bottom: 0;
}

.stats-holder .swiper-button-container button::after {
	color: var(--color-secondary);
}

@media screen and (min-width: 767px) {
	.stats-slider {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1025px) {
	.stats {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.stats-holder {
		display: flex;
		align-items: center;
	}

	.stats-left {
		flex: 1;
		text-align: left;
		padding-right: 50px;
	}

	.stats-right {
		width: 66.66%;
	}

	.stats-slider {
		padding: 0 50px;
	}

.stats-slide strong {
	font-size: 3rem;
	margin-top: 20px;
}


}



@media screen and (min-width: 280px) and (max-width:767px) {
 .hero {
	margin-top: 72px;
}
.hero-content .hero-title {
	font-size: 34px;
	text-shadow: 0 0 5px #fff;
 
}
.hero-content .hero-title-text {
	margin-bottom: 15px;
	font-size: 16px;
	text-shadow: 0 0 5px #fff;
}

.hero-content .button {
	font-size: 11px !important;
	padding: 10px 10px !important;
}
.hero-content {
	padding-bottom: 0;
 
}

.intro-content h3 {
	font-size: 17px;
 
}

.experienced h4 {
	color: inherit;
	font-weight: 400;
	letter-spacing: 0;
	font-size: 16px;
	line-height: normal;
}
.stats-slide strong {
	font-size: 2rem;
	margin-bottom: 15px;
	font-weight: 600;
	margin-top: 23px;
}

.stats #slider-stats-prev {
	left: 0 !important;
}.stats #slider-stats-next {
	right: 0 !important;
	top: 0;
}

.testimonials-slide p {
	font-size: 15px;
	line-height: 1.5;
}

.testimonials #slider-testimonials-prev {
	left: -20px !important;
}

.testimonials #slider-testimonials-next {
	right: -20px !important;
}
.updates h2 {
	text-align: left;
	margin-bottom: 30px;
	font-size: 1.7rem;
}




	
}




@media screen and (min-width: 767px) and (max-width:1024px) {
	
	.hero {
	margin-top: 72px;
}
.hero-content .hero-title {
	font-size: 45px;
	text-shadow: 0 0 5px #fff;
 
}
.hero-content .hero-title-text {
	margin-bottom: 15px;
	font-size: 20px;
	text-shadow: 0 0 5px #fff;
}

.hero-content .button {
	font-size: 16px !important;
	padding: 15px 15px !important;
}
.experienced .light-text {
 
	font-size: 26px;
 
}

.stats-left.light-text {
	margin-bottom: 35px;
}
.updates .button {
	width: auto;
}

.stats-right .button.hide-for-large {
	margin-top: 35px;
}
.experienced h4 {
	font-size: 14px;
 
}


.hero-content {
	padding-bottom: 0;
 
}
.intro-content {
	padding: 60px 0 60px 46%;
}
.intro-content h3 {
	font-size: 17px;
 
}

.experienced h4 {
	color: inherit;
	font-weight: 400;
	letter-spacing: 0;
	font-size: 16px;
	line-height: normal;
}
.stats-slide strong {
	font-size: 2rem;
	margin-bottom: 15px;
	font-weight: 600;
	margin-top: 23px;
}

.stats #slider-stats-prev {
	left: 0 !important;
}.stats #slider-stats-next {
	right: 0 !important;
	top: 0;
}

.testimonials-slide p {
	font-size: 15px;
	line-height: 1.5;
}

.testimonials #slider-testimonials-prev {
	left: -20px !important;
}

.testimonials #slider-testimonials-next {
	right: -20px !important;
}
.updates h2 {
	text-align: left;
	margin-bottom: 30px;
	font-size: 1.7rem;
}
.hero-content {
	min-height: 500px;
	font-size: 2.25rem;
	padding-left: 0;
}
	
	
}



@media screen and (min-width: 1024px) and (max-width:1279px) {
	
.hero-content {
	padding-left: 20px;
}	

.stats-slide strong {
	font-size: 2rem;
	margin-top: 20px;
}

	
	
}