/* ESSENTIALS CHILD THEME: "Firm Focused" */

/* fonts */

/* hero */
.hero {
	position: relative;
	margin-top: var(--header-height);
}

.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: 45px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 0;
}

.hero-content .hero-title-text {
	margin-bottom: 10px;
	font-size: 36px;
	color: #fff;
	font-family: var(--font-family-heading), sans-serif;
	text-transform: none;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 30px;
}

 .hero-content .button {
	min-width: 180px;
}

.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 (min-width: 768px) {
	.hero-content {
		min-height: 660px;
		font-size: 2.25rem;
	}

.hero-content .hero-title {
	font-size: 85px;
	max-width: 815px;
}

 
}

/* 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;
}
.info .row-narrow {
	max-width: 1280px;
}
.info .block-title {
	font-size: 40px;
	margin-bottom: 20px;
}
.info.light-text p {
	font-size: 16px;
	line-height: 1.56;
}

.info .button.alt-01 {
	background-color: var(--color-gray);
	color: var(--color-body-text);
}

.info .button.alt-01:hover,
.info .button.alt-01:focus {
	background-color: var(--color-secondary);
	color: var(--color-white);
}




@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;
	}
}
.info.light-text p a:hover{
	color:var(--color-white);
}

/* 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;
}
.module.module-testimonials-b .block-title {
	color: inherit;
	line-height: 1.15;
	font-weight: bold;
	font-size: 2.25rem;
	text-transform: uppercase;
	color: var(--color-primary);
	margin-bottom: 20px;
}
.testimonials-slide p {
	font-size: 1.5rem;
	line-height: 1.5;
}
.swiper-autoplay-toggle.no-button {
	display: none;
}

.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: normal;
	color: var(--color-body-text);
	font-family: var(--font-family-body);
	font-weight: 600;
}

.updates-item:hover h5,
.updates-item:focus h5 {
	color: var(--color-primary);
}

.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;
	font-size: 2.25rem;
}

	.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.4;
	text-transform: uppercase;
	color: var(--color-secondary);
}

.intro-content h4 {
	color: var(--color-alternate);
	font-weight: 600;
	letter-spacing: 1px;
}

@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: 50px;
	}
}

@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);
	}
}

/* features */
.features {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background: var(--color-gray);
}
.block-title {
	color: inherit;
	line-height: 1.15;
	font-weight: bold;
	font-size: 2.25rem;
	text-transform: uppercase;
}

.features h2 {
	margin-bottom: 25px;
	text-transform: none;
	margin-bottom: 0px;
	text-align: left;
	font-size: 50px;
	line-height: 1.2;
}
section.features .row-wide {
	max-width: 1280px;
}
section.features p {
	text-align: left;
	padding-bottom: 10px;
	max-width: 1100px;
	padding-top: 20px;
	font-size: 16px;
	max-width: 850px;
}

.features h4 {
	margin-bottom: 10px;
	color: var(--color-primary);
}
.feature-item:hover h3,
.feature-item:focus h3{
	color: var(--color-secondary);
}

.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;
	text-decoration: none !important;
}

.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-overlay.light-text {
	display: none;
}
.feature-item-image {
	position: relative;
	min-width: 395px;
	min-height: 220px;
	width: 100%;
}

.feature-item-image::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(to bottom, rgba(2, 29, 90, 0) 0%, rgba(2, 29, 90, 1) 100%);
	opacity: 0;
}

.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: var(--color-primary);
	position: relative;
	bottom: 0;
	left: 0;
	padding: 25px 20px;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 0;
	border-bottom: 1px solid #242424;
}

.feature-item-text h3 {
	margin-bottom: 0;
	max-width: 100%;
	font-size: 1.25rem;
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	font-family: var(--font-family-body);
}

.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: 3.125rem;
	}

	.features {
		padding-top: 90px;
		padding-bottom: 90px;
	}


	.features .button {
		width: auto;
		min-width: 298px;
	}

.features-holder {
	grid-template-columns: auto auto;
	gap: 15px;
	margin-bottom: 50px;
}

	.feature-item-text h3 {
		font-size: 22px;
	}

	.feature-item-text i {
	font-size: 27px;
}

	.feature-item-image img {
		aspect-ratio: unset;
	}

.feature-item-text {
	padding:20px 1px;
}

	.feature-item-overlay {
		font-size: 1.375rem;
	}

	.feature-item-overlay h3 {
		font-size: 1.75rem;
		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: 80px;
		padding-right: 80px;
	}
}

/* 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;
	}
}
/*testimonials*/
.slider-testimonial-content p{
	font-family:var(--font-family-heading);
	font-size:22px;
	font-weight:600;
	font-style:italic;
}
.slider-testimonial-source {
	font-weight: bold;
	color: var(--color-primary);
}





 
@media screen and (min-width: 280px) and (max-width: 767px) {

.hero-content .hero-title {
	font-size: 32px;
 
}
.feature-item-image {
	position: relative;
	min-width: inherit;
	min-height: 220px;
	width: 100%;
}
.hero-content .hero-title-text {
	margin-bottom: 10px;
	font-size: 22px;
 
}
.slider-testimonial-content p {
 	line-height: normal;
	padding: 0 20px;
}


.info .block-title {
	font-size: 30px;!important;
 
}
h1 span.subtitle, h2 span.subtitle {
	font-size: 30px !important;
}

.features h2 {
	font-size: 35px;
 
}
.feature-item-image {
	position: relative;
	min-width: 300px;
	min-height: 180px;
	width: 100%;
}
.feature-item-text {
	padding: 20px 00px;
 
}
.feature-item-text h3 {
	font-size: 18px;
 
}

.module.module-testimonials-b {
	padding: 40px 0;
}

.module.module-testimonials-b .column.no-float {
	padding: 0 20px;
}
#slider-testimonials-b-prev {
	left: -10px;
}
#slider-testimonials-b-next {
	right: -10px;
}
 
	
}


 
@media screen and (min-width:768px) and (max-width: 1024px) {
.hero-content .hero-title {
	font-size: 55px;
	max-width: 815px;
}

.features {
	padding-top: 60px;
	padding-bottom: 60px;
}

.features h2 {
	font-size: 40px;
 
}
.feature-item-image {
	position: relative;
	min-width: 300px;
	min-height: 220px;
	width: 100%;
}

#slider-testimonials-b-prev {
	left: 0;
}

#slider-testimonials-b-next {
	right: 0;
}

.slider-testimonial-content {
	padding: 0px 30px;
}

.updates .block-title {
	font-size: 2.25rem;
	text-align: center;
}
.updates-item h5 {
	font-size: 1rem;
 
}
.updates .button {
	width: auto;
}


	
	
	
	
}



 
@media screen and (min-width:1024px) and (max-width: 1279px) {
.hero-content .hero-title {
	font-size: 65px;
	max-width: 815px;
}	
	
.hero-content .hero-title-text {
	margin-bottom: 10px;
	font-size: 30px;
 
}	
.feature-item-image {
	position: relative;
	min-width: 315px;
	min-height: 180px;
	width: 100%;
}
.feature-item-text h3 {
	font-size: 16px;
}

.features {
	padding-top: 60px;
	padding-bottom: 60px;
}

.module {
	padding: 60px 0;
}
	
	
}



