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



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

.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-title1 {
    color: var(--color-primary);
    font-family: var(--font-family-body);
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: normal;
}

.hero-content .hero-title {
	    color: var(--color-white);
    font-family: var(--font-family-body);
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: normal;
}

.hero-content p {
	    color: var(--color-white);
    font-family: var(--font-family-body);
    margin-bottom: 10px;
    text-transform: capitalize;
/*     font-size: 20px; */
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
}

.hero-content .hero-title-text {
	margin-bottom: 10px;
/* 	font-size: 27px; */
	color: inherit;
}

 .hero-content .hero-title span {
	color: var(--color-white);
	 font-size: 19px;
  font-weight: 600;
}
}

.hero-content .button.alt-01 {
	margin-top: 35px;
}

.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;
/* 	background-image: linear-gradient(to right, #022e5b 20%, rgba(7, 64, 123, 0) 63%); */
}

.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: 0px;
}
	.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: 500px;
}
	

.block-title {
    line-height: 1.15;
    font-weight: bold;
    font-size: 1.2rem!important;
    text-transform: uppercase;
    margin-bottom: 20px;
}
}


.row-narrow.cta .block-subtitle + p {
    color: var(--color-white);
}
@media screen and (min-width: 393px) and (max-width: 566px){
	
	
	.hero-content .hero-title {
		font-size:26px;
	}

	.hero-content .hero-title span {
    color: var(--color-white);
    font-size: 19px;
   
}
} 

@media screen and (min-width: 567px) and (max-width: 767px)  {
	.hero-content {
		min-height: 599px;

	}

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

	.hero-content .hero-title span {
    color: var(--color-white);
    font-size: 21px;
   
}
 
}

@media screen and (min-width: 768px) {
	.hero-content {
		min-height: 599px;

	}

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

	.hero-content .hero-title span {
    color: var(--color-white);
    font-size: 30px;
   
}
 
}


@media screen and (min-width: 1025px) {
	
	.hero-content .hero-title {
		font-size:56px;
	}
 .hero-content .hero-title span {
	
	 font-size: 44px;

}
	.hero-content p {
		font-size:20px;
	}
	
	 .hero-content .hero-title1  {
	
	 font-size: 23px;

}
}


/* 

@media screen and (max-width: 1316px) {
	
	.hero-content .hero-title1 {
		font-size:24px;
	}
 .hero-content .hero-title span {
	
	 font-size: 40px !important;

}
 
	
	 .hero-content .hero-title1  {
	
	 font-size: 24px;

}
} */

/* info */
.info {
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	background-color: var(--color-body-text);
	color: #fff;
}
.info .block-title.light-text {
	          color: var(--color-primary);
    font-size: 22px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: var(--font-family-body);
}

.block-subtitle{
	font-size: 30px;
   text-transform: capitalize;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 600;
	margin-bottom: 15px;
	color: var(--color-white);
}

.info a.button.alt-01 {
	margin-top: 25px;
}

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

.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);
	background-color: var(--color-white);
}

.intro-content h3 {
	    text-transform: capitalize;
    color: var(--color-body-text);
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}
.intro-content h4 {
	    color: var(--color-body-text);
    font-weight: 500;
    letter-spacing: normal;
    margin-bottom: 10px;
}
.intro-content p {
	line-height: normal;
	color: var(--color-black);
}
/*.intro-content p a {
	margin-bottom: 10px;
	display: inline-block;
	margin-top: 5px;
	text-decoration: underline;
}
*/

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

.intro-content  u  {
	margin-bottom: 0px;
	display: inline-block;
	margin-top: 0px;
	text-decoration: underline;
}

@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 30px 48%;
}


}

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

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

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

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

/* features */

.features span{
    color: var(--color-body-text);
    font-weight: 500;
    letter-spacing: normal;
    margin-bottom: 10px;
font-size:30px;
	margin-bottom:20px;
}

.features {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: var(--color-light-gray);
	
}

.block-title {
	    line-height: 1.15;
    font-weight: bold;
    font-size: 23px!important;
    color: var(--color-body-text);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.block-title1 {
    line-height: 1.15;
    font-weight: bold;
    font-size: 2rem;
    color: var(--color-body-text);
    text-transform: uppercase;
    margin-bottom: 20px;
	margin-top:16px;
}
/* .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: 70px;
/* 		padding-bottom: 90px; */
	}

/* 	.features h2 {
		margin-bottom: 32px;
	} */

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

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

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


/* TEMPLATES > Testimonials */
.content-testimonial-single:not(:last-child) {
	border-bottom: 1px solid var(--color-gray);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.content-testimonial-stars {
	font-size: 1.5rem;
}

.content-testimonial-source {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.content-testimonial-source::before {
	content: "-";
	margin-right: 6px;
	display: inline-block;
}
.module-faq-a .accordion-container {
	margin-bottom: 50px;
}

.module-faq-a .accordion-item {
	margin-bottom: 15px;
	border: 2px solid #c2c2c2;
}

.module-faq-a .accordion-item-title::after {
	content: "\f067";
}

.module-faq-a .accordion-item-content {
	padding: 15px;
}

.module-faq-a .accordion-item.active .accordion-item-title::after {
	content: "\f068";
}
section.module.module-faq-a {
    padding-top: 80px;
/*     padding-bottom: 90px; */
}
section.module.module-faq-a{
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
	
}
   
.module-benefits-c{
	background-color:var(--color-light-gray);
}


img.step-ico {
       max-width: 80px;
    margin: auto;
    padding-bottom: 20px;
}
.module-benefits-c-content .module-title{

	    line-height: 1.15;
    font-weight: bold;
    font-size: 2rem;
   
    text-transform: uppercase;
    margin-bottom: 20px;
}

.box-content h3 {
    margin-bottom: 20px;
    height: 50px;
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.module-benefits-c-content .subtitle-title{
	text-transform: capitalize;
	font-size:24px;
	font-weight: 500;
}
.module-benefits-c-content {
	margin-bottom: 35px;
	text-align: center;
}



.module-benefits-c-boxes {
	flex-wrap: wrap;
	
}

.module-benefits-c-box {
	text-align: center;
	margin-bottom: 60px;
}

.module-benefits-c-box p:last-of-type {
	margin: 14px;
}

.module-benefits-c-box .box-icon {
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.module-benefits-c-boxes {
		justify-content: center;
	}

	.module-benefits-c-box {
		padding: 0 60px;
		margin-bottom: 40px;
		width: 50%;
	}
}

@media screen and (min-width: 1200px) {
	.module-benefits-c-boxes {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	.module-benefits-c-box {
		width: auto;
		flex: 1;
		margin: 0;
		padding: 0 20px;
	}

	.module-benefits-c-box:nth-child(2n) {
		margin-right: 0;
	}

	.module-benefits-c-box:last-of-type {
		margin: 0;
	}
}
 

.module-cta-a-inner {
  margin-top: 40px;
}

.module-cta-a-inner .button {
  width: 100%;
  margin-bottom: 20px;
}

.module-cta-a-inner .button:last-of-type {
  margin: 0;
}

@media screen and (min-width: 640px) {
  .module-cta-a-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .module-cta-a-inner .button {
    margin: 0 2%;
    width: auto;
  }
}


.module-cta-a .subtitle-title  {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
}
/* 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;
	}
}


@media screen and (min-width: 280px) and (max-width:767px) {
	

.hero {
	position: relative;
	margin-top: 72px;
}

.hero-content .button.alt-01 {
	margin-top: 15px;
	padding: 10px !important;
	font-size: 13px !important;
}
.block-title {
	line-height: 1.15;
	font-weight: bold;
	font-size: 1rem !important;
 
}

.intro-image img {
 
	margin-right: auto;
	width: 100%;
}




}




@media screen and (min-width: 767px) and (max-width:1024px) {
	
	.info.light-text .block-title.light-text {
	font-size: 40px !important;
}
	
.intro-content .block-title {
	font-size: 35px !important;
}	
	
.intro-content {
	padding: 40px 0 30px 45%;
	font-size: 15px;
}
	.hero {
	position: relative;
	margin-top: 72px;
}
.intro-content p a {
	font-size: 15px;
}	
	
}

.module.module-badges-a {
    background-color: var(--color-alternate);
}

/* .module-badges-a .row {
    display: flex;
    flex-wrap: wrap;
} */

.module-badges-a .columns {
    display: flex;
    margin-bottom: 30px;
}

.module-badges-a-single {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 100%;
}

.module-badges-a-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

section.module.module-badges-a img {
    max-width: 120px;
    margin: 0 auto 20px;
}

.module-badges-a .module-title {
    min-height: 75px;   /* Keeps all headings aligned */
    line-height: 1.25;
    margin-bottom: 20px;
}

.module-badges-a p {
    flex-grow: 1;
    margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
    .module-badges-a .module-title {
        text-align: left;
        margin-left: -43px;
    }
}

@media screen and (max-width: 1023px) {
    .module-badges-a .module-title {
        min-height: auto;
        text-align: center;
        margin-left: 0;
    }

    .module-badges-a .columns {
        margin-bottom: 40px;
    }
}
.row-narrow.cta h2
{
	color:var(--color-white);
	text-align:center;
}
.row-narrow.cta p
{
	color:var(--color-white);
	text-align:center;
}