/* Homepage specific styling goes here. Excluded on all subpages */
/* For most builds, this stylesheet should be wiped and started fresh */


/* PRELOADER */
/* .preloader-outer {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
	height: 100vh;
	background: #fff;
	-webkit-transition: opacity 600ms ease-out;
	-moz-transition: opacity 600ms ease-out;
	-ms-transition: opacity 600ms ease-out;
	-o-transition: opacity 600ms ease-out;
	transition: opacity 600ms ease-out;
}

.preloader-outer.active {
	visibility: visible !important;
}

.preloader-outer.preloader-remove {
	opacity: 0;
	pointer-events: none;
}

.preloader-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.preloader-inner p {
	margin-bottom: 15px;
}

.preloader-inner p:last-of-type {
	margin: 0;
}

.preloader-part {
	display: none;
	margin: 20px;
}

.preloader-part-left.active {
	display: block;
	-webkit-animation: fadeInRight 800ms ease-out;
	animation: fadeInRight 800ms ease-out;
}

.preloader-part-right.active {
	display: block;
	-webkit-animation: fadeInLeft 500ms ease-out;
	animation: fadeInLeft 500ms ease-out;
} */





/*HOME-badges-css*/
 
.module.module-badges-a {
	padding: 45px 0;
} 
 
 #slider-badges-a .slick-track {
	display: flex;
	justify-content: center;
	align-items: center;
}

#slider-badges-a .slick-slide .module-badges-a-single {
	text-align: center;
}
 
#slider-badges-a .slick-slide .module-badges-a-single img {
	margin: 0 auto;
}



/*HOME-Section-About-css*/  

.module.module-intro-a.section-about {
	background-size: 100% auto;
	background-position: center 400px;
	position: relative;
	background-repeat: no-repeat;
}


  
.module.module-intro-a.section-about::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
	z-index: 0;
	opacity: 0;
}
.module.module-intro-a.section-about .module-intro-content.row-narrow {
	position: relative;
	z-index: 1;
}

.about-title {
	letter-spacing: 5px;
	font-size: 20px;
	margin-bottom: 20px;
	color: #c8242f;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 35px;
	text-align: center;
	font-family: var(--body-font-family);
}
 

.about-sub-title {
	letter-spacing: -1.5px;
	font-size: 50px;
	margin-bottom: 5px;
	color: #052e68;
	font-weight: normal;
	text-transform: capitalize;
	margin-top: 0;
	line-height: 55px;
	text-align: center;
	font-family: var(--heading-font-family);
}


.about-third-title {
	letter-spacing: -1.5px;
	font-size: 50px;
	margin-bottom: 30px;
	color: #052e68;
	font-weight: normal;
	text-transform: capitalize;
	margin-top: 0;
	line-height: 55px;
	text-align: center;
	font-family: var(--heading-font-family);
		
}

.about-text {
	max-width: 765px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 45px;
}

.module.module-intro-a.section-trust {
	background: #052e68;
	position: relative;
}
 
.aboutBtn.button {
	min-width: 200px !important;
	display: inline-block;
}
  
.trust-list {
	margin: 0 0;
	margin-top: 400px;
}

.trust-col .accordion-item-title.interact.attr-acc-title::before {
	content: "";
	position: absolute;
	background: #8fd0dd;
	left: 0;
	top: 0;
	width: 100px;
	height: 100%;
	z-index: 0;
}

.trust-text {
	position: absolute;
	top: 0;
	font-size: 344px;
	right: 0;
	letter-spacing: -10.32px;
	color: rgb(143, 208, 221,0.08);
	font-weight: 100;
	font-family: var(--heading-font-family);
	text-transform: uppercase;
	line-height: 350px;
}

.trust-first-title, .trust-sec-title {
	font-size: 50px;
	color: #fff;
	line-height: 55px;
	margin: 0;
	letter-spacing: -1.5px;
}

.trust-third-title {
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	line-height: 33px;
	max-width: 572px;
	margin: 15px 0 30px 0;
}

.locationImgTop img {
	max-width: 480px;
	width: 100%;
}
.location-bottom {
	font-size: 17px;
	text-transform: uppercase;
	max-width: 397px;
	letter-spacing: 3px;
	margin-top: 38px;
	margin-left: 35px;
	position: relative;
}

.location-bottom b {
	font-weight: 700;
}
.loc-red-line {
	position: absolute;
	left: 0;
	height: 120%;
	background: #C8242F;
	width: 4px;
	margin-left: -31px;
	top: -8%;
}

.location-first-txt {
	font-family: var(--body-font-family);
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.red-location {
	color: #C8242F;
	font-weight: bold;
}
.location-title {
	font-size: 45px;
	font-weight: normal;
	margin-bottom: 0;
    font-family: var(--heading-font-family);
}

.location-title.third-loc-tit {
	margin-bottom: 20px;
}

.location-text {
	padding-right: 25px;
	margin-bottom: 40px;
}

.locBtn.button {
	display: inline-block;
}

.module.module-intro-a.section-choose {
	background: #f5f7f9;
}


.choice-col-inner img {
	max-width: 500px;
	width: 100%;
	display: block;
}

.choose-inner {
	max-width: 900px;
	margin: 0 auto;
}

.choice-col-inner {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}


.choose-first-title {
	letter-spacing: 4px;
	font-size: 20px;
	margin-bottom: 20px;
	color: #052e68;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 35px;
	text-align: center;
	font-family: var(--body-font-family);
}

.why-red-clr {
	color: #C8242F;
	font-weight: bold;
}

.help-title {
	font-size: 45px;
	text-align: center;
	font-weight: normal;
	max-width: 800px;
	margin: 0 auto 25px auto;
   font-family: var(--heading-font-family);
}
.module.module-intro-a.section-choose .module-intro-content.row-narrow .row {
	max-width: 900px;
}
.choice-title {
	position: absolute;
	bottom: 25px;
	z-index: 1;
	width: 100%;
	height: auto;
	padding: 15px 5px;
	text-align: center;
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 400;
}

.choiceHover {
	position: absolute;
}

.choice-col-inner .choiceHover {
	opacity: 0;
	width: 100%;
	-webkit-transform: translate3d(0, 60px, 0);
	transform: translate3d(0, 400px, 0);
	-webkit-transition: -webkit-transform 500ms;
	transition: transform 500ms;
	position: absolute;
	bottom: 0;
	background: #052d68;
	height: 100%;
	padding: 30px 50px;
	color: #fff;
	display: flex;
	align-items: center;
}

.choice-col-inner:hover .choiceHover,
.choice-col-inner:focus .choiceHover {
 
	z-index:1;
	width: 100%;	
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);	
	opacity:1
}

.choice-col-inner:hover .choice-title ,
.choice-col-inner:focus .choice-title {
	display: none;
}
.choice-col-inner .choiceHover p {
	color: #fff;
}

.choice-col-inner::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
	opacity: 0.66;
	bottom: 0;
		transition: transform 500ms;
}

.first-cta-text {
	font-size: 46px;
	color: #fff;
	font-weight: normal;
	max-width: 600px;
	margin-bottom: 15px;
}

.cta-right-inner {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}
.button.callHpBtn i {
	rotate: 90deg;
}
.cta-left-inner {
	margin-top: -20px;
}

.module.module-intro-a.section-hp-cta {
	background-size: cover;
}

.cta-right-inner a {
	background: transparent;
	border: 1px solid #fff;
	width: auto;
	padding: 15px 0;
	max-width: 315px !important;
	letter-spacing: 1px;
	font-weight: 700 !important;
}

.cta-right-inner a:hover,
.cta-right-inner a:focus {
	background: #052E68;
	border: 1px solid #052E68;
	width: auto;
	padding: 15px 0;
	max-width: 385px;
	color:#fff
}


.sec-cta-text {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-family: var(--body-font-family);
	letter-spacing: 5px;
	font-size: 20px;
	margin-bottom: 0;
}

.module.module-intro-a.section-trust {
	background: #f5f7f9;
	position: relative;
	padding-top: 250px;
}

#scroll-move-text-container {
	position: absolute;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 0;
}


.focus_bg_title.bg-title {
	color: #aa926b;
	font-size: 18rem;
	opacity: 0.09;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: -20px;
}


.service-first-title {
	letter-spacing: 4px;
	font-size: 20px;
	margin-bottom: 10px;
	color: #052e68;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 35px;
	text-align: left;
	font-family: var(--body-font-family);
}


.prac-red{
	color: #C8242F;
	font-weight: bold;
}

.service-sec-title {
	font-size: 50px;
	text-align: left;
	font-weight: normal;
	/* max-width: 800px; */
	margin: 0 auto 25px 0;
	text-transform: capitalize;
    font-family: var(--heading-font-family);
}

.module.module-intro-a.section-trust .module-intro-content.row-narrow {
	max-width: 900px;
	position: relative;
	z-index: 1;
	padding-top: 25px;
}



.module-testimonials-b {
	background-color: #032453;
	position: relative;
	z-index: 1;
}

.test-first-title {
	color: #fff;
	text-align: left;
	font-family: var(--body-font-family);
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 22px;
	margin: 0;
	position: relative;
	padding-left: 25px;
	line-height: 1.4;
	margin-bottom: 5px;
}

.test-first-title::after {
	content: "";
	position: absolute;
	left: 0;
	height: 90%;
	width: 5px;
	background: #aa926b;
	top: 5%;
}
.test-sec-title {
	font-size: 19px;
	color: #fff;
	text-align: left;
	font-size: 50px;
	font-weight: normal;
	line-height: 1.2;
	text-transform: capitalize;
	margin-bottom: 50px;
}
.slider-testimonials-b-container {
	position: relative;
	padding-bottom: 80px;
}

.slider-testimonials-b {
	width: 100%;
	margin: 0 auto;
}

.slider-testimonials-b .slider-testimonial-single {
	margin-bottom: 30px;
}

.slider-testimonials-b .slider-testimonial-source {
	position: relative;
	text-transform: uppercase;
}

.slider-testimonials-b .slider-testimonial-source::before {
	content: "\2014";
	margin-right: 2px;
	display: none;
}




@media screen and (min-width: 768px) {
.slider-testimonials-b {
	width: 130%;
}

	.slider-testimonials-b .slider-testimonial-single {
		margin: 0;
	}
}





@media screen and (min-width: 280px) and (max-width: 767px) {
	
.module-intro-content-inn {
	padding: 0 15px;
}

.about-sub-title {
	letter-spacing: 0;
	font-size: 2.25rem;
	line-height: 3.438rem;
	text-align: center;
	padding: 0;
	display: inline;
}

	
.module.module-intro-a.section-about .module-intro-content.row-narrow {
	text-align: center;
}
.module.module-intro-a.section-about.section-bot-about.aboutImg {
	padding: 50px 0;
}

.about-third-title {
	padding: 0 0px 0 0;
	font-size: 2.25rem;
	line-height: 3.438rem;
	display: inline;
}

.aboutBtn.button {
	min-width: 220px !important;
	max-width: inherit;
	display: inline-block;
}	
.module-intro-content-inn {
	padding: 0 15px;
}	
	
.module-intro-content-inn {
	padding: 0 15px;
	margin-bottom: 15px;
}
.module.module-intro-a.section-about {
	background-position: center 950px;
 
}
.module.module-intro-a.section-about .module-intro-content.row-narrow .trust-list .row {
	display: flex;
	flex-wrap: wrap;
}

.trust-col.location-left {
	margin: 0;
	order: 2;
}
	.module.module-intro-a.section-about .module-intro-content.row-narrow .trust-list {
	margin-top: 300px;
}
.location-title {
	font-size: 2.25rem;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 3rem;
}

.location-first-txt {
	font-size: 1.125rem;
	letter-spacing: 1.8px;
	margin-bottom: 10px;
}
.trust-col.location-left {
	margin: 0;
	order: 2;
	padding: 25px 15px;
}

.location-bottom {
	font-size: 17px;
	text-transform: uppercase;
	max-width: 400px;
	letter-spacing: 1.8px;
	margin-top: 38px;
	margin-left: 30px;
	position: relative;
	text-align: left;
}

.module.module-intro-a.section-about.section-bot-about.aboutImg {
	padding-bottom: 25px;
}
.choose-first-title {
	letter-spacing: 1.8px;
	font-size: 1.125rem;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1.688rem;
 
}

.help-title {
	font-size: 2.15rem;
	text-align: center;
	font-weight: normal;
	max-width: 800px;
	line-height: 3.438rem;
	padding: 0 28px;
}


.choice-col-inner .choiceHover {
	padding: 15px;
 
}
.choice-col-inner .choiceHover p {
	font-size: 14px;
	line-height: 18px;
}


.module.module-intro-a.section-choose {
	padding-bottom: 10px;
}
.first-cta-text {
	font-size: 2rem;
	text-align: center;
	line-height: 2.875rem;
}

.sec-cta-text {
	letter-spacing: 1.8px;
	font-size: 1.025rem;
	margin-bottom: 35px;
	text-align: center;
	line-height: 1.688rem;
}

.module.module-intro-a.section-hp-cta {
	padding-bottom: 45px;
}

.module.module-intro-a.section-trust {
	padding-top: 80px;
}
.module.module-intro-a.section-trust.section-service #scroll-move-text-container {
	display: inline-block !important;
}
.module.module-intro-a.section-trust.section-service .focus_bg_title-main.show-for-small-only {
	display: none;
}

.module.module-intro-a.section-trust.section-service .focus_bg_title-main {
	left: -7%;
	width: 105%;
	text-align: center;
}
.module.module-intro-a.section-trust.section-service .focus_bg_title.bg-title {
	font-size: 6.038rem;
	letter-spacing: -5.15px;
	text-transform: lowercase;
}
.module.module-intro-a.section-trust.section-service .columns.no-float {
	padding: 5px;
}
.service-first-title {
	letter-spacing: 1.8px;
	font-size: 1.125rem;
	margin-bottom: 10px;
	margin-top: -22px;
 
}
.service-sec-title {
	font-size: 2rem;
	margin: 0 auto 25px 0;
	text-transform: capitalize;
	line-height: 3rem;
}
.about-title {
	letter-spacing: 1.5px;
	font-size: 1.1rem;
	margin-bottom: 10px;
 
}
.choice-title {
	padding: 15px 25px;
	font-size: 20px;
 
}





	
}





@media screen and (min-width: 600px) and (max-width: 767px) {


.single-practices #banner {
	background-position: center -60px !important;
}


	
.about-third-title {
	font-size: 1.8rem;
	line-height: 3.438rem;

}	
	
.about-sub-title {
	font-size: 1.9rem;
	line-height: 3.438rem;

}

.module.module-intro-a.section-about {
	background-position: center 550px;
}
.cta-right-inner {
	display: flex;
	flex-direction: row;
	gap: 10px 10px;
	justify-content: center;
	text-align: center;
}
.cta-right-inner a {
	width: auto;
	padding: 15px 16px !important;
	max-width: 315px !important;
	letter-spacing: 1px;
	font-weight: 700 !important;
}	


	
}



@media screen and (min-width: 767px) and (max-width: 1024px) {
	
 .about-text {
	padding: 0 50px;
}
.module.module-intro-a.section-about {
	background-position: center 700px;
 
}
	
.location-title {
	font-size: 35px;
 
}	
.location-text {
	padding-right: 0;
	margin-bottom: 40px;
}
.first-cta-text {
	font-size: 32px;
 
}
.sec-cta-text {
	font-size: 15px;
 
}
.trust-list1 .row {
	display: flex;
	align-items: center;
}

.choice-col-inner .choiceHover p {
	font-size: 15px;
	line-height: 1.5;
}

.module.module-intro-a.section-choose {
	padding-bottom: 15px;
}
.service-sec-title {
	max-width: 85%;
}


	
}





@media screen and (min-width: 980px) and (max-width: 1024px) {}








@media screen and (min-width: 1024px) and (max-width: 1279px) {}



@media screen and (min-width: 1366px) and (max-width: 1890px) {}





@media screen and (min-width: 1900px) and (max-width: 12000px) {
.about-title {
	letter-spacing: 4px;
	font-size: 1.25rem;
 
}
.about-text p {
	/* line-height: 35px; */
	font-size: 1.063rem;
	line-height: 1.75rem;
}

.about-text {
	max-width: 815px;
}
.location-first-txt {
	letter-spacing: 4px;
	margin-bottom: 10px;
}
.location-title {
	font-size: 2.875rem;
	font-weight: normal;
	margin-bottom: 0;
}

.trust-list {
	margin: 0 0;
	margin-top: 500px;
}

.location-text {
	padding-right: 25px;
	margin-bottom: 40px;
	max-width: 530px;
}
.location-left-inner {
	padding-left: 80px;
}

.module.module-intro-a.section-about {
	padding: 100px 0;
}

.location-bottom {
	font-size: 1.125rem;
	max-width: 418px;
	letter-spacing: 2.5px;

}


.module.module-intro-a.section-choose {
	background: #f5f7f9;
	padding: 120px 0;
}
.choose-first-title {
	letter-spacing: 4px;
	font-size: 1.25rem;
 
}
.help-title {
	font-size: 2.875rem;
 
}

.first-cta-text {
	font-size: 2.875rem;
	color: #fff;
	font-weight: normal;
	max-width: 600px;
	margin-bottom: 15px;
}

.sec-cta-text {
	letter-spacing: 3.8px;
	font-size: 1.188rem;
	margin-bottom: 0;
}

.module.module-intro-a.section-hp-cta {
	background-size: cover;
	padding: 100px 0;
}

.cta-right-inner a {
	max-width: 335px !important;
	letter-spacing: 1px;
	font-weight: 700 !important;
	font-size: 1.125rem!important;
}
  
	
}

 

@media screen and (min-width:2560px) and (max-width: 12000px) {
	
	
	
	
}