.editor-styles-wrapper .section-title {
	margin: 10px 0;
	font-size: var(--font-size-24) !important;
}

.editor-styles-wrapper .pageBannerSec {
	position: relative;
	min-height: 50vh;
    background-color: #101e39;
}

.editor-styles-wrapper .pageBannerSec img {
	width: 100%;
}
.editor-styles-wrapper .pageBannerCont {
	position: absolute;
    top: 50%;
    right: 0;
    left: 0;
	transform: translatey(-50%);
    margin: auto;
    text-align: center;
    color: #fff;
}

.editor-styles-wrapper .pageBannerCont h4 {
    font-size: var(--font-size-88) !important;
    font-family: var(--font-Bold);
    line-height: 1.2;
	margin: 0;
}

.editor-styles-wrapper .pageBannerCont p {
    font-size: var(--font-size-26) !important;
    margin: 0 auto 5px;
    max-width: 76%;
}

.editor-styles-wrapper ul.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
}

.editor-styles-wrapper ul.breadcrumb li {
    display: inline;
    color: #B8C6DB;
	font-size: var(--font-size-16);
}


.editor-styles-wrapper ul.breadcrumb li + li:before {
    padding: 2px;
    content: "/\00a0";
}

.editor-styles-wrapper ul.breadcrumb li a {
    text-decoration: none;
}

.editor-styles-wrapper .pageBannerSec .btn-outline {
    padding: 0.6vw 3vw;
    font-size: var(--font-size-22);
    font-family: var(--font-Medium);
    border: 2px solid #46C2EE;
    border-radius: 50px;
    background-color: transparent;
    cursor: pointer;
    box-shadow: inset 1px 2px 6px rgb(0 0 0 / 7%);
	margin-top: 36px;
    display: inline-block;
	text-decoration: none;
}