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



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

.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 {
	color: #fff;
	line-height: 1;
	font-family: var(--font-family-heading), sans-serif;
	font-size: 2.438rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.hero-content .hero-title-text {
	margin-bottom: 10px;
	font-size: 1.2rem;
	color: inherit;
}

.hero-content .button {
	font-size: 0.938rem;
}

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

.hero-image:before {
	content: "";
	position: absolute;
	inset: 0;
	/*background: linear-gradient(to right, rgba(53, 57, 58, 1) 0%, rgba(53, 57, 58, 0) 100%);*/
	pointer-events: none;
}

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

@media screen and (max-width: 768px){
	.hero {
    position: relative;
    margin-top: 120px;
}
.hero-content .hero-title {
    color: #fff;
    line-height: 1;
    font-family: var(--font-family-heading), sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
}
	.hero-content {
    z-index: 1;
    display: flex;
    font-weight: 600;
    position: relative;
    min-height: 260px;
    /* padding-top: 40px; */
    padding-bottom: 0px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    min-height: 202px;
}
.block-title {
    color: inherit;
    line-height: 1.15;
    font-weight: bold;
    font-size: 1.2rem!important;
    text-transform: uppercase;
    margin-bottom: 20px;
}
}

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

	.hero-content .hero-title {
		font-size:4.8rem;
	}

	.hero-content .button {
		font-size: 1.2rem;
	}
}
@media screen and (min-width:768px) and (max-width:1025px){
	.hero-content .hero-title {
		font-size:3rem!important;
	}
} 
/* info */
.info {
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	background-color: var(--color-primary);
	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-primary);
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
}

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

.experienced-buttons .button {
	width: 100%;
}

.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.5rem;
		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: 18px;
    line-height: 1.5;
    font-style: italic;
}

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

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

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

	.testimonials .button {
		width: auto;
	}

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

	.testimonials-slider {
		margin-bottom: 55px;
		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.25rem;
	line-height: 1.55;
}

.updates-item span {
	display: block;
	font-size: 0.739rem;
	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: 70px;
	}

	.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 img {
    max-width: 609px;
    margin: 0 auto;
    margin-right: 0;
    width: 100%;
}
.intro {
    background-image: url('/wp-content/uploads/texture-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    min-height: 590px;
}


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

.intro-content h3 {
    line-height: 1.4;
    text-transform: capitalize;
    color: var(--color-secondary);
}
.intro-content h4 {
	color: var(--color-secondary);
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom:10px;
}

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

	.intro-content {
		padding: 60px 0 60px 50%;
	}


}

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

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

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

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

/* features */
.features {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.block-title {
    color: inherit;
    line-height: 1.15;
    font-weight: bold;
    font-size: 2.25rem;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.features h2 {
	margin-bottom: 25px;
}

.features h4 {
	margin-bottom: 10px;
	color: var(--color-primary);
}

.features .button {
	width: 100%;
}

.features-holder {
	display: grid;
	grid-template-columns: auto;
	gap: 10px;
	margin-bottom: 35px;
}

.feature-item {
	display: block;
	position: relative;
	color: #fff;
}

.feature-item h3 {
	color: inherit;
	text-transform: uppercase;
}

.feature-item:hover .feature-item-overlay,
.feature-item:focus .feature-item-overlay {
	opacity: 1;
	visibility: visible;
}

.feature-item-image {
	position: relative;
}

.feature-item-image:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(to bottom, rgba(118, 2, 2, 0) 0%, rgba(118, 2, 2, 1) 100%);
}

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

.feature-item-text {
	display: flex;
	justify-content: space-between;
	align-items: end;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 25px 20px;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 0;
}

.feature-item-text h3 {
	margin-bottom: 0;
	max-width: 250px;
	font-size: 1.25rem;
}

.feature-item-text i {
	font-size: 1.688rem;
}

.feature-item-overlay {
	background-color: var(--color-secondary);
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0;
	line-height: 1.5;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	padding: 20px 40px;
}

.feature-item-overlay h3 {
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 1.5rem;
	font-weight: bold;
}

.feature-item-overlay p {
	margin-bottom: 5px;
}

.feature-item-overlay i {
	font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
	.block-title {
		font-size: 2rem;
	}

	.features {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.features h2 {
		margin-bottom: 72px;
	}

	.features .button {
		width: auto;
		min-width: 298px;
	}

	.features-holder {
		grid-template-columns: auto auto;
		gap: 15px;
		margin-bottom: 80px;
	}

	.feature-item-text h3 {
		font-size: 1.2rem;
	}

	.feature-item-text i {
		font-size: 2.188rem;
	}

	.feature-item-image img {
		aspect-ratio: unset;
	}

	.feature-item-text {
		padding: 35px 25px;
	}

	.feature-item-overlay {
		font-size: 1.375rem;
	}

	.feature-item-overlay h3 {
		font-size: 1.23rem;
		margin-bottom: 20px;
	}

	.feature-item-overlay i {
		font-size: 2rem;
	}
}

@media screen and (min-width: 1025px) {
	.features-holder {
		grid-template-columns: auto auto auto;
	}

	.feature-item-overlay {
		padding-left: 20px;
		padding-right: 20px;
	}
}

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

.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;
}

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

.stats-holder .swiper-button-container button:after {
	color: #fff;
}

@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: 4.75rem;
	}
}
