body {
    background: #89CFF0 !important;
    margin: 0;
    padding: 0;
	font-family: 'Sora', sans-serif;
}
.header-baner {
background-image: url(img/couple-photo.jpg);
    background-size: 70%;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: right top;
    min-height: calc(100vh - 10vh);
}
.align-mid {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.header-baner h2.fw-bold {
    font-size: 23px;
}
p {
	font-weight: 300;
	font-size: 18px;
}
p.h5 {
    font-weight: 300;
}
h4.heading-blue {
    color: #17339c;
}
.divider-red {
    background-color: #ba191f;
    height: 11px;
    margin: 5px 0px;
}
.form-parent {
    padding: 10px;
}
.form-parent button.btn.btn-default {
    background-color: #77777;
    display: block;
    width: 100%;
    margin: 9px 0px;
    color: #fff;
    font-weight: 600;
    border-radius: 0px;
}
.form-parent select.form-select {
    height: 50px;
}
button.btn.btn-blue {
    background-color: #1733b6;
    color: #fff;
    border-radius: 20px;
	    font-weight: 600;
}
img.img-fluid.circle {
    border-radius: 50%;
}
.bg-red {
background-color: BLACK;
    padding: 35px;
    color: #fff;
    border-bottom-right-radius: 45px;
}
.bg-red p {
    font-size: 13px;
	font-weight: 300;
}
.heading-inr {
    position: relative;
    padding-left: 34px;
}
.heading-inr >span {
    position: absolute;
    left: 0px;
    font-size: 25px;
}
.heading-inr h5 span {
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
}
.heading-inr h5 {
    font-size: 1.12rem;
}
.heading-inr >span svg {
    width: 24px;
    color: #fff;
    fill: #fff;
}
img.img-fluid.mx-auto.d-block.circle {
    width: 60px;
}
p.text-gray {
    color: black;
}
h4.name {
    font-size: 19px;
    font-weight: 600;
}
.met-people-main p {
    color: gray;
    font-size: 14px;
}
.fotr {
    background-color: #213d9e;
    color: #fff;
    padding: 35px !important;
    border-top-right-radius: 35px;
}
ul.list-nav-fot li {
    flex-grow: 1;
    flex-basis: 0;
}
ul.list-nav-fot {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-grow: 1 0 1;
}
ul.list-nav-fot li a {
color: #fff;
    text-decoration: unset;
    font-weight: 300;
    font-size: 14px;
}
button.btn.btn-white-outline {
    border: 2px solid #fff;
    border-radius: 45px;
    padding: 5px 15px;
    color: #fff;
    min-width: 79px;
}



@media (min-width: 992px) {
	.header-baner .col-lg-4 {
		flex: 0 0 auto;
		width: 29.333333%;
	}
	.header-baner .col-lg-1 {
		flex: 0 0 auto;
		width: 3.333333%;
	}
}

@media only screen and (max-width: 768px) and (min-width: 280px) {

.header-baner {
    background-image: unset !Important;
    height: unset !important;
}
ul.list-nav-fot {
    padding: 0px;
    list-style: none;
display: block;
}
ul.list-nav-fot li {
    flex-grow: unset;
    flex-basis: unset;
    display: inline-block;
    padding: 5px 7px;
}
}

/*New CSS for Hero section*/
.header-baner {
    background-size: cover;
    background-position: center;
    min-height: 60vh;
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url(img/couple-large.jpg);
}
.header-baner,
.header-baner h4, 
.header-baner h2 {
    color: #fff;
}
@media (max-width: 768px) {
	.header-baner {
        background-image: url(img/couple-large.jpg)!Important;
        height: unset !important;
    }
    .header-baner .logo {
       margin-bottom: 30px;
    }
}
















