.innersection-hed .fit-img {
    height: 540px;
}
.innersection-hed .fit-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
	border-radius: 15px;
}
.commonTopPaddinNav {
    padding-top: 70px;
    padding-bottom: 70px;
}
.innersection-hed {
    background-attachment: fixed;
    background-size: cover;
    background-position: inherit;
    background-blend-mode: exclusion;
	border-radius: 15px;
	position:relative;
}
.innersection-hed:after {
    content: '';
    position: absolute;
    background: #00000046;
    width: 100%;
    height: 100%;
    top: 0;
}
.main-heading h2 {
    color: #000000;
    font-weight: 700;
    line-height: normal;
}

.bannerContentNav h4{
    background: #f5f5f5a6;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
	font-size: 20px;
    letter-spacing: 0;
    text-align: center;
    padding: 4rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.caption h1 {
    color: #1d1d1d;
    font-weight: 600;
    font-size: 2rem;
}
.vertical-center{
	display:flex;
	justify-content:center;
	flex-direction:column;
	height:100%;
}