@charset "UTF-8";
/***!  /templates/shaper_helixultimate/css/custom.css  !***/

/* */

/* PAGE TITLE */

#sp-title {position: relative;}

#sp-title .sp-module {
	height: 100%;
	position: absolute;
	width: 100%;
}

#sp-title .sp-module .sp-module-content,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section {height: 100%; position: static !important;}

.sp-page-title {
position: relative;
z-index: 1;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
width: 100%;
min-height: 460px;
position: relative;
padding: 115px 0;
text-align: center;
align-items: end;
display: flex;
}

.sp-page-title:before {
background: linear-gradient(19deg, #0a0a73, #0e021b);
position: absolute;
content: "";
height: 100%;
width: 100%;
left: 0;
top: 0;
opacity: 0.7;
z-index: 1;
}

.sp-page-title > .container {
position: relative;
z-index: 2;
}


.sp-page-title .sp-page-title-heading {
margin-bottom: 3px;
letter-spacing: 3px;
font-size: 46px;
font-weight: var(--h1-h2-font-weight);
line-height: 1.2;
}

@media (max-width: 992px) {
.sp-page-title .sp-page-title-heading {
font-size: 36px;
}
}

@media (max-width: 768px) {
.sp-page-title .sp-page-title-heading {
font-size: 28px;
}
}

.sp-page-title .breadcrumb {
justify-content: center;
margin: 0;
display: inline-flex;
background: var(--maincolor);
padding: 8px 40px;
border-radius: 0;
}

.sp-page-title .breadcrumb > li.float-start {display: none;}

.sp-page-title .breadcrumb > li > a {
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 12px;
}

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 12px;
}

.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li::before, .sp-page-title .breadcrumb > li > a {
font-size: 18px;
text-transform: capitalize;
}

.sp-page-title .breadcrumb > .active span {
font-size: 18px;
text-transform: capitalize;
color: #fff;
text-decoration: underline;
}

.sp-page-title .sp-page-title-sub-heading {
  font-size: 24px !important;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}

/* */
