/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .btn {
    background-color: burlywood;
    margin: auto;
}
.about-sec {
	margin-bottom: 3rem;
}

.demo-gallery a img {
	border: 1px solid #8bb8bb;
	border-top: 0;
	border-bottom: 0;
}

.demo-gallery a p {
	border: 1px solid #8bb8bb;
	border-top: 0;
	padding: 2rem;
	text-align: center;
}

.inner-gallery-image-object {
	height: 381px !important;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.fa-heart-o::before {
	content: "\f08a";
}

.fa-heart::before {
	content: "\f004";
}

.justify-content-center {
	justify-content: center;
}

.d-flex {
	display: flex;
}

.d-none {
	display: none;
}
.about-family .deatils {
	display: flex;
	gap: 20px;
}

.family_video {
	padding: 20px;
	background-color: #ecd9cf;
}
.letters {
	padding: 20px;
	background-color: #f8f8f8;
}
.d-none {
	display: none;
}
.font-weight-bold {
	font-weight: bold;
}
@media (min-width: 992px) {
	.d-lg-block {
		display: block;
	}
}

@media (max-width: 992px) {
	.panel .nav.nav-tabs {
		margin-top: 3rem;
	}
}

.secondary.banner-2 {
	text-align: left;
	display: inline-block;
	padding: 30px;
	width: 100%;
}
.secondary.banner-2 h1 {
	color: #fff;
	margin: 0;
}
@media (min-width: 460px) {
	.dekstop-hide {
		display: none !important;
	}
}
@media (max-width: 459px) {
	.mobile-hide {
		display: none !important;
	}
}
.d-block {
	display: block;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.mt-0 {
	margin-top: 0px !important;
}
.hidden2 {
	display: none;
}
.readmore {
	margin: 0 5px;
}
img.pswp__img {
	object-fit: contain;
}
.d-none2 {
	display: none !important;
}
.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}
.matched-families .matched-familiy-img {
	border: 1px solid #197278;
	border-radius: 8px;
}
.matched-families .img-responsive {
	border-radius: 8px 8px 0 0;
	height: 250px;
	width: 100%;
	object-fit: cover;
}
.text-decoration-none {
	text-decoration: none;
}
.matched-families h5,
.matched-families B {
	margin: 0;
}
.matched-families .family-matched {
	background-color: #197278;
	padding: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}
.matched-families .family-name {
	background-color: #c44536;
	border-radius: 0 0 4px 4px;
	padding: 0.5rem;
}
.matched-families .family-state {
	color: #197278;
	padding: 0.5rem;
}
.matched-families {
	padding-block: 4rem;
}
.text-white {
	color: #fff;
}
.name-icon {
	bottom: 1rem;
	top: unset;
}
#register-waitingfamily_div {
	padding: 3rem;
	font-weight: normal;
	color: #197278;
}

.form-control {
	border-radius: 0;
	border-color: #8bb8bb;
}

.submit-btn {
	padding-block: 0.5rem;
	font-size: 16px;
	width: 20rem;
}

.singup-heading p {
	color: #197278;
	font-size: 24px;
	font-family: "AvenirLTStd-Medium";
}

.text-light-dark {
	color: #333333;
}

body {
	/*/
	////////////////////////// Public Profile ////////////////////
	/*/
	/*********************** Print Profile ********************/
	/*the container must be positioned relative:*/
	/*style the arrow inside the select element:*/
	/*point the arrow upwards when the select box is open (active):*/
	/*style the items (options), including the selected item:*/
	/*style items (options):*/
	/*hide the items when the select box is closed:*/
}
body .photoswipe_gallery_holder {
	width: 101%;
	margin-left: -5px;
}
body .photoswipe_gallery {
	width: 100% !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	padding-bottom: 0px !important;
}
body .photoswipe_gallery figure {
	width: 100% !important;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	padding: 5px !important;
}
body .photoswipe_gallery figure img {
	width: 100% !important;
	height: auto !important;
	padding: 0px !important;
}
body .photoswipe_gallery figure a {
	width: 100% !important;
	height: auto !important;
}
@media screen and (min-width: 480px) {
	body .photoswipe_gallery figure {
		width: 50% !important;
	}
}
@media screen and (min-width: 750px) {
	body .photoswipe_gallery figure {
		width: 25% !important;
	}
}
/*body .morecontent {
	display: none;
}*/
body .addReadMore.showlesscontent .SecSec,
body .addReadMore.showlesscontent .readLess {
	display: none;
}
body .addReadMore.showmorecontent .readMore {
	display: none;
}
body .addReadMore .readMore,
body .addReadMore .readLess {
	font-weight: 500;
	margin-left: 2px;
	color: var(--tertiary);
	cursor: pointer;
	/* font-style: unset;
	 */
	display: block;
	margin-top: 20px;
	text-decoration: underline;
	font-family: var(--body-font);
	text-align: center;
}
body .addReadMoreWrapTxt.showmorecontent .SecSec,
body .addReadMoreWrapTxt.showmorecontent .readLess {
	display: block;
}
body .tab-content .inner-tab-object {
	height: 220px;
	width: 100%;
	object-fit: cover;
	object-position: 0% 25%;
}
body .two-col {
	columns: 2;
}
body .inner-gallery-image-object {
	height: 381px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
body .circle-image {
	width: 150px;
	height: 150px;
	object-fit: cover;
}
body .new_page h1,
body .new_page h2,
body .new_page h3,
body .new_page h4,
body .new_page h5,
body .new_page h6,
body .new_page p,
body .new_page strong {
	color: #055254;
}
body .new_page h1,
body .new_page h2 {
	text-transform: uppercase;
	font-weight: 700;
}
body .new_page h2 {
	font-weight: 500;
}
body .new_page h3,
body .new_page h4 {
	text-transform: capitalize;
	font-weight: 700;
}
body .new_page h4 {
	font-size: 20px;
}
body .new_page p {
	font-size: 18px;
	line-height: 1.3;
}
body .new_page .border-radius-50 {
	border-radius: 50%;
}
body .new_page .border_bottom {
	border-bottom: 1px solid #cacaca;
}
body .new_page .border_top {
	border-top: 1px solid #cacaca;
}
@media (min-width: 20px) {
	body .new_page .float_left {
		float: left;
		margin-right: 20px;
	}
}
body .new_page .main-header,
body .new_page .navbar {
	height: auto !important;
	position: unset;
	border: none;
	background: #fff;
	padding-top: 20px;
}
body .new_page .address_ {
	text-align: left;
}
body .new_page .address_ strong {
	font-size: 20px;
	text-transform: capitalize;
}
body .new_page .address_ p {
	font-size: 16px;
	line-height: 1.2;
}
body .new_page .children .aaron {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
}
body .new_page .content-info {
	background-color: transparent;
	color: #055254;
}
body .new_page .content-info .container {
	padding: 15px 0 60px;
}
body .new_page .testimony h1 {
	font-size: 80px;
}
body .new_page .footer-address {
	font-size: 20px;
	font-weight: 600;
}
body .new_page footer.content-info {
	border-top: 1px solid #ccc;
	padding: 0rem 0;
	margin-top: 20px;
}
body .new_page footer.content-info .footer-copyright {
	font-weight: 400;
	font-size: 17px;
}
body .new_page .object-fit.main {
	width: 100%;
	height: 430px;
	-o-object-fit: cover;
	object-fit: cover;
}
body .new_page .object_fit {
	width: 100%;
	height: 180px;
	-o-object-fit: cover;
	object-fit: cover;
}
body .new_page footer {
	page-break-after: always;
}
body .new_page .inner-gallery-image-object {
	height: 190px;
}
body .circular img {
	min-width: 100%;
	min-height: 100%;
	width: 120px;
	height: 120px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
}
body .navbar.navbar-expand-lg h2 {
	margin-right: 0px !important;
}
body .filter-section select {
	min-width: -webkit-fill-available;
	outline: 1px solid #000;
}
body .filter-section select option {
	color: #000;
}
body .filter-section select option:hover {
	color: #000;
	font-weight: bold;
}
body .filter-section select option.active {
	color: red;
}
body .custom-select {
	position: relative;
	font-family: inherit;
	font-size: inherit;
	color: red;
	border-radius: 20px;
	padding: 8px 16px;
	margin-top: 10px;
	border: 0;
	outline: 1px solid #000;
}
body .custom-select select {
	display: none;
	/*hide original SELECT element:*/
	color: red;
}
body .select-selected {
	color: red;
}
body .select-selected:after {
	position: absolute;
	content: "";
	color: red;
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	/* border: 6px solid transparent;
	*/
	border-color: #fff transparent transparent transparent;
}
body .select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
}
body .select-selected {
	color: #fff;
	/* border: 1px solid transparent;
	*/
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
	user-select: none;
	color: #000;
}
body .select-items {
	position: absolute;
	background-color: #f8f8f8;
	top: 38px;
	left: 0;
	right: 0;
	border-radius: 10px;
	height: auto;
	max-height: 200px;
	overflow-x: hidden;
	outline: 1px solid #000;
}
body .select-hide {
	display: none;
}
body .same-as-selected {
	background-color: transparent;
	color: #000 !important;
	font-weight: 600;
}
body .custom-select div.select-items div:hover {
	color: #000 !important;
	font-weight: 600;
}
body .select-items div {
	color: #000;
	padding: 0px 16px;
	/* border: 1px solid transparent;
	*/
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
	user-select: none;
}
body .select-items::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #000;
}
body .family_Tabs {
	padding: 0;
}
body .family_Tabs .nav-tabs {
    border: 0;
    margin-left: 0;
}
body .parent-tab li:first-child {
	padding-left: 0;
}
body .parent-tab li {
	padding-right: 0;
}
body .family_Tabs .parent-tab a {
	color: #197278;
	border: 0;
	margin: 0;
}
body .family_Tabs .parent-tab li.active a {
	background-color: #197278;
	text-decoration: none;
	border-radius: 0;
	color: #fff;
}
body .family_Tabs .nav-tabs a.active {
	text-decoration: none;
	border-radius: 0;
	color: #fff;
}
body .nav-link {
	text-align: center;
	color: #197278;
	margin: 0;
	text-decoration: none;
}
body .meet_btn_bottom {
	margin-block: 4rem;
}
body .tab-content a.nav-link {
	background-color: #edddd4;
}
body .tab-content li.nav-item:first-child {
	padding-left: 0;
}
body .tab-content li.nav-item {
	padding-right: 0;
	padding-bottom: 2rem;
}
body .tab-content a.nav-link {
	padding-right: 0;
	margin: 0;
	text-transform: uppercase;
	position: relative;
}
body .tab-content .tab-pane {
	/* padding-block: 3rem;
	*/
}
body .show-birthletter:hover i.fa-long-arrow-right {
	padding-left: 1rem;
	transition: 0.3s;
}
body .demo-gallery {
	margin-top: 3rem;
}
body .demo-gallery a img {
	border: 1px solid #000;
	border-top: 0;
	border-bottom: 0;
}
body .demo-gallery a p {
	border: 1px solid #000;
	border-top: 0;
	padding: 2rem;
	text-align: center;
}
body .childs-deatils {
	margin-left: 3rem;
}
body .childs-deatils p {
	margin-bottom: 0.5rem;
}
.page_number {
	margin: 0 0 3rem 0;
}
.family-profile li {
    list-style-type: none !important;
}
@media (min-width: 1200px) {
	.family-profile .container {
	    max-width: 1140px;
	}
}
.family-deatils p {
    padding: 0;
}