/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 13 2025 | 18:05:36 */
p{
	margin: 0;
}
*,body{
	    font-family: GothamHTF, Sans-serif;
}
.pos-relative{position: relative;}
.over-hidden {overflow: hidden;}
.home-banner {
	overflow: hidden;
}
.fea-col {
	position: absolute;
	left: 0;
	top: 165px;
}

.home-banner {
	position: relative;
}
.home-banner::after {
	position: absolute;
	content: '';
	background-image: url(/wp-content/uploads/2024/09/Group-163.svg);
	background-size: contain;
	background-repeat: no-repeat;
	right: 0px;
	width: 679px;
	z-index: -1;
	height: 721px;
}
.our-process {
	position: relative;
	z-index: 2 !important;
}
.our-process::after {
	position: absolute;
	content: '';
	background-image: url(/wp-content/uploads/2024/09/Group-144-1.svg);
	background-size: contain;
	background-repeat: no-repeat;
	right: 0px;
	z-index: -1 !important;
	width: 650px;
	height: 685px;

}
.our-process-image img {
	position: relative;
	top: -77px;
	right: 19px;
}
.quality-section-img img {
	position: relative;
	bottom: -30px;

}

/***  breadcrumb css ***/
.catch-breadcrumb span.sep{
	padding: 0 24px;
}
.catch-breadcrumb .entry-breadcrumbs{
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
	color: #657584;
	font-family: 'GOTHAMHTF';
}
.catch-breadcrumb .breadcrumb a{
	color: #657584;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
	color: #657584;
	font-family: 'GOTHAMHTF';
}
.catch-breadcrumb .breadcrumb-current{
	color: #2D85AC;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
	font-family: 'GOTHAMHTF';
}

/*  career page after dot */
/* .after-dot:after {
    position: absolute;
    content: '';
    font-size: 32px;
    right: -17px;
    top: 50%;
    height: 3px;
    width: 3px;
    background: #99B1D3;
    border-radius: 100%;
} */
.after-dot:after {
    position: absolute;
    content: '';
    background-image: url(https://newcreations.tempurl.host/wp-content/uploads/2025/05/png.png);
    right: -26px;
    top: 50%;
    width: 3px;
    height: 3px;
}
.dot-container{
	width: fit-content;
}

@media (max-width: 1280px) {
	.quality-section-bg {
		/* 		left: -82px; */
	}
}
@media (min-width: 1530px) {
	.banner-right-image img {
		position:relative;
		right: -30%;
	}	
	.quality-section-img img { 
		left: -80px;
	}

}

@media (max-width: 1023px) {
	.home-banner::after {
		width: 483px;
		background-position: right center;
		height: 620px;
	}
	.our-process::after {
		width: 468px;
	}
	.our-process-image img {
		top: -58px;
		right: 68px;
	}

}
@media (max-width: 767px) {
	.home-banner::after {
		width: 445px;
		bottom: 0px;
		background-position: bottom;
	}
	.our-process::after {
		right: -65px;
		bottom: -79px;
		background-position: bottom;
	}
	.how-work-sec {
		overflow: hidden;
	}
	.our-process-image img {
		top: 8px;
		right: 4px;
	}
	.quality-section-img img {
		bottom: unset;
		margin-bottom: 20px;
	}
	/* 	mobile btns */
	.btn-m-full a {
		width: 100%;
	}
	.after-dot:after{
		display:none;
	}

}
@media(min-width: 768px) {
	

}	
@media only screen and (min-width: 768px) and (max-width: 1024px){ 
	.home-banner-col {
		width: 52%;
	}
	.fea-col {
		width: 47%;
	}
	.fea-col {
		top: 120px;
	}
}
@media(min-width: 1441px) {
	.desktop-width > .e-con-inner {
		max-width: 80%;
	}
}
@media (min-width: 1900px) {
	.our-process-image img { 
		right: -63%; 
	}
}


@media(max-width: 767px){
	.fea-col {
		position: unset;
		width: 100%;
	}
}


/*** single industry page banner ***/
@media(min-width: 1280px){
	.single_industry{
		position: relative;
	}
	.single_industry:after {
		position: absolute;
		content: '';
		background-image: url(/wp-content/uploads/2024/11/single.svg);
		background-size: cover;
		background-repeat: no-repeat;
		bottom: 0;
		right: 0;
		width: 40%;
		height: 70%;
		z-index: -1;

	}
}

/*** faq hover ****/
.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>svg {
	fill: #f7fbfe;
}

/*** locations page ***/
.franchise-info .owner-details div:nth-child(2){
	max-width: 75%;
}