/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

/*@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Monsterrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');*/
/*@import url('https://fonts.googleapis.com/css?family=Monsterrat');*/
/*@import url('/static/fonts/Montserrat-VariableFont_wght.ttf');*/
/*@import url('https://fonts.googleapis.com/css?family=Monsterrat:100,400,600,700,900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i,800&display=swap');*/

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Monsterrat', sans-serif;
 ----------------------------------------*****/

:root {
	--pigment-red: #ED1C24;
	--remembered-blue: rgb(10, 52, 80);
	--by-miller-blue: rgb(54, 124, 157);
	--panel-yellow: #f8d98f;
	--off-white: #e1e6ec;
}


.navbar-light .navbar-nav .nav-link {
	color: #000;
}

.red {
	color: var(--pigment-red) !important;
}

@font-face {
	font-family: Monsterrat;
	src: url('/static/fonts/Montserrat-VariableFont_wght.ttf');
	font-weight: normal;
}


body {
	font-family: Monsterrat;
	/*color: green*/
}

h1 {
	font-family: Monsterrat;
	/*color: pink*/
}


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
/*@import url(swiper.min.css);*/
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
	box-sizing: border-box !important;
}

.container {
	max-width: 1170px;
}

html {
	scroll-behavior: smooth;
}

body {
	/*color: #666666;*/
	font-size: 14px;
	font-family: 'Monsterrat', sans-serif;
	line-height: 1.80857;
	font-weight: normal;
}

a {
	color: #1f1f1f;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
	font-weight: normal;
	position: relative;
	padding: 0 0 10px 0;
	font-weight: normal;
	line-height: normal;
	color: #111111;
	margin: 0
}

h1 {
	/*font-size: 24px;*/
	font-family: 'Monsterrat', sans-serif;
}

h2 {
	font-family: 'Monsterrat', sans-serif;
	font-size: 22px;
	margin-bottom: 30px;
}

h3 {
	font-size: 18px;
	font-family: 'Monsterrat', sans-serif;
}

h4 {
	font-size: 16px
}

h5 {
	font-size: 14px
}

h6 {
	font-size: 13px
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #212121;
	text-decoration: none !important;
	opacity: 1
}

button:focus {
	outline: none;
}

ul,
li,
ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
}


a {
	color: #222222;
	text-decoration: none;
	outline: none !important;
}

a,
.btn {
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

img {
	max-width: 100%;
	height: auto;
}

:focus {
	outline: 0;
}

.btn-custom {
	margin-top: 20px;
	background-color: transparent !important;
	border: 2px solid #ddd;
	padding: 12px 40px;
	font-size: 16px;
}

.lead {
	font-size: 18px;
	line-height: 30px;
	color: #767676;
	margin: 0;
	padding: 0;
}

.form-control:focus {
	border-color: #ffffff !important;
	box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
	border: none !important;
}

.badge {
	font-weight: 500;
}

blockquote {
	margin: 20px 0 20px;
	padding: 30px;
}

button {
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.full {
	float: left;
	width: 100%;
}

.full {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.text_align_center {
	text-align: center;
}

.text_align_left {
	text-align: left;
}

.text_align_right {
	text-align: right;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
	position: fixed;
	z-index: 9999999;
	background: #fff;
	width: 100%;
	height: 100%;
}

.loader {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader img {
	width: 280px;
}


/*-- header --*/

.header {
	width: 100%;
	/*height: 90px;*/
	padding: 15px 20px 15px 20px;

}

#menuSocials {
	padding-right: 10px;
}

#menuSocials a {
	color: white;
	/*padding: 8px;*/
	padding-top: 2px;
	padding-right: 5px;
	font-size: 20px;
}


.logo a {
	font-size: 30px;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
}


/*-- navigation--*/

.navigation.navbar {
	float: right;
	padding: 0;
	padding-top: 2px;
}

.navigation.navbar-dark .navbar-nav .nav-link {
	padding: 0 35px;
	color: #3f3730;
	font-size: 22px;
	line-height: 20px;
	font-weight: 600;
}

.navigation.navbar-light .navbar-nav .nav-link {
	font-size: 16px;
}

.navigation.navbar-light .navbar-nav .nav-link:hover {
	color: var(--by-miller-blue);
}


.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
	color: #fff;
}

.navigation.navbar-light .navbar-nav .active > .nav-link,
.navigation.navbar-light .navbar-nav .nav-link.active,
.navigation.navbar-light .navbar-nav .nav-link.show,
.navigation.navbar-light .navbar-nav .show > .nav-link {
	color: var(--by-miller-blue);
}

#menu .active {
	color: var(--by-miller-blue);
	font-weight: bold;
}

.navbar-expand-md .navbar-nav {
	padding-right: 10px;
}

ul.search {
	padding-left: 10px;
}

ul.search li a {
	color: #161825;
}

ul.search li a:hover {
	color: #161825;
}


#mobile-nav {
	background-color: #1E1E23;
	height: 40px;
}


#menuToggle {
	display: flex;
	flex-direction: column;
	position: relative;
	top: 10px;
	left: 25px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}

#menuToggle input {
	display: flex;
	width: 40px;
	height: 32px;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
}

#menuToggle span {
	display: flex;
	width: 29px;
	height: 2px;
	margin-bottom: 5px;
	position: relative;
	background: #ffffff;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 5px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
	background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
	opacity 0.55s ease;
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-3px, -1px);
	background: #36383F;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -1px);
}

#menu {
	position: absolute;
	width: 180px;
	/*height: 400px;*/
	box-shadow: 0 0 10px #85888C;
	margin: -20px 0 0 -50px;
	/*padding: 50px;*/
	padding-left: 50px;
	padding-top: 50px;
	padding-bottom: 20px;
	background-color: #F5F6FA;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
	padding: 5px 0;
	transition-delay: 2s;
}

#menuToggle input:checked ~ ul {
	transform: none;
}


/** banner section **/

.full_bg {
	background: white;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.banner_main {
	position: relative;
	/*padding-bottom: 175px;*/
}


.banner_po {
	position: inherit;
}

.build_box p {
	color: #fff;
	font-size: 17px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 55px;
}

.build_box h1 {
	font-size: 80px;
	font-weight: bold;
	color: #413c32;
	line-height: 95px;
	padding-bottom: 20px;
	display: block;
}

.orang {
	color: #e76f64;
}

.build_box .quote_btn {
	font-size: 18px;
	padding: 13px 0;
	font-weight: normal;
	max-width: 228px;
	border-radius: 50px;
	text-transform: none;
	height: 61px;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
	display: none;
}


.banner .carousel-indicators {
	right: 0;
	left: inherit;
	margin-right: 6%;
	padding-left: 5px;
	top: 106%;
}

.banner .carousel-credits {
	right: 0;
	left: inherit;
	margin-right: 6%;
	padding-left: 5px;
	top: 101%;
}


.banner .carousel-indicators li {
	width: 15px;
	height: 15px;
	border-radius: 30px;
	background: #252525;
	margin: 6px 5px;
	cursor: pointer;
}

.banner .carousel-indicators .active {
	background-color: var(--by-miller-blue);
}


/** end banner section **/

.titlepage {
	text-align: center;
	padding-bottom: 0px;
}

.titlepage h2 {
	font-size: 40px;
	color: #252525;
	line-height: 40px;
	font-weight: bold;
	padding-top: 8px !important;
	padding: 0;
}


.titlepage p {
	font-size: 20px;
	line-height: 25px;
	color: #191919;
	/*padding-top: 13px;*/
	/*display: block;*/
}

@media only screen and (max-width: 600px) {
	.titlepage p {
		font-size: 15px;
	}
}

.d_flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.generic-button {
	cursor: pointer;
	font-size: 17px;
	background-color: var(--remembered-blue);
	color: white !important;
	padding: 6px 0px;
	width: 100%;
	max-width: 157px;
	text-align: center;
	display: inline-block;
	transition: ease-in all 0.5s;
	font-weight: 500;
	border-radius: 5px;
	height: 43px;
}

.generic-button:hover {
	/*background: #e6615a;*/
	/*color: black !important;*/
	transition: ease-in all 0.5s;
}


.read_more {
	font-size: 17px;
	background-color: #413c31;
	color: #fff;
	padding: 6px 6px;
	width: 100%;
	max-width: 157px;
	text-align: center;
	display: inline-block;
	transition: ease-in all 0.5s;
	font-weight: 500;
	border-radius: 5px;
	height: 43px;
}


.read_more:hover {
	background: #382e15;
	color: #fff;
	transition: ease-in all 0.25s;
}


/* play */

.play_btn {
	margin-top: -42px;
}

.play_btn img {
	z-index: 9999999;
	cursor: pointer;
}

.play_btn::before {
	position: relative;
	content: "";
	background-color: #363636;
	height: 1px;
	display: block;
	top: 42px;
	z-index: -1;
}


/* end play */

/* our plane */

.plane {
	/*background: linear-gradient(to bottom, transparent 30vw, white min(99%, 60vw)), url(../images/about_bg.jpg);*/
	/*background: linear-gradient(to bottom, transparent 30vw, white min(99%, 60vw)), url(../images/backgrounds/pexels-karolina-grabowska-4705933.jpg);*/
	/*background: linear-gradient(to bottom, transparent 30vw, white min(99%, 60vw)), url(../images/backgrounds/augustine-wong-li0iC0rjvvg-unsplash.jpg);*/


	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 40px 0;
}

.plan_bax {
	margin-bottom: 30px;
}

.plan_bax figure {
	margin: 0;
}

.plan_bax figure img {
	width: 100%;
	border: #fff solid 25px;
}

.plan_text {
	background-color: #f8d98f;
	cursor: pointer;
	padding: 49px 40px;
}

.plan_text h3 {
	color: #252525;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	padding-bottom: 10px;
	transition: ease-in all 0.5s;
	text-transform: uppercase;
}

.plan_text p {
	color: #555;
	/*font-weight: 400;*/
	font-size: 17px;
	line-height: 27px;
	padding-bottom: 30px;
}

.plan_text .read_more {
	position: absolute;
	bottom: 11px;
	margin: 0 auto;
	left: 0;
	right: 0;
	opacity: 0;
	transition: ease-in all 0.5s;
}

#ho_plan:hover.plan_text .read_more {
	opacity: 1 !important;
	transition: ease-in all 0.5s;
}

#ho_plan:hover.plan_text h3 {
	color: #fff;
	transition: ease-in all 0.5s;
}


/* our plane */


/* our plane */

.groomsmen {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 130px;
	position: relative;
}

.groomsmen::before {
	position: absolute;
	content: "";
	background: url(../images/round.png);
	width: 105px;
	height: 94px;
	bottom: 0px;
	margin: 0 auto;
	display: block;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
}

.brid {
	margin-bottom: 30px;
}

.brid figure {
	margin: 0;
}

.brid figure img {
	width: 100%;
	border-radius: 25px;
}

.brid h3 {
	color: #252525;
	/*font-weight: 400;*/
	font-size: 24px;
	line-height: 31px;
	padding-bottom: 0;
	margin-top: 17px;
}

.margin_top70 {
	margin-top: 130px;
}


/* our plane */


/** about section **/

.about {
	background: linear-gradient(to bottom, transparent 30vw, white min(99%, 60vw)), url(../images/backgrounds/augustine-wong-li0iC0rjvvg-unsplash.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 0 0;
}

.about .titlepage {
	text-align: left;
	padding-bottom: 0;
}

.about .titlepage h2::before {
	position: relative;
	margin: inherit;
}

/*.about .titlepage span {*/
/*    padding-bottom: 60px;*/
/*    padding-top: 40px;*/
/*    font-weight: 500;*/
/*}*/

.about_img {
	margin-right: -38px;
	padding-left: 50px;
}

.about_img figure {
	margin: 0;
}


/** end about section **/


/* blog */

.blog {
	padding-top: 90px;
}

.blog_bg {
	background: #fff;
	box-shadow: 0 0px 21px -4px #ddd;
}

.blog_img figure {
	margin: 0;
}

.blog_img figure img {
	width: 100%;
}

.blog_img span {
	position: absolute;
	top: 43%;
	right: 14px;
	z-index: 9999;
	background: #e6615a;
	padding: 15px 27px;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
}

.marriage_text {
	padding: 20px 25px 20px 0px;
}

.marriage_text span {
	color: #c1c2c3;
	font-size: 17px;
	line-height: 20px;
	padding-bottom: 25px;
	display: block;
}

.marriage_text h3 {
	color: #252525;
	font-size: 24px;
	line-height: 25px;
	font-weight: bold;
	padding-bottom: 30px;
}

.marriage_text p {
	color: #202020;
	font-size: 17px;
	line-height: 30px;
	padding-bottom: 43px;
}

.marriage_text h4 {
	color: #202020;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
}

.padd_right {
	padding-left: 30px;
}

.marriage_text h4 strong:hover {
	color: #e6615a;
	cursor: pointer;
	padding-bottom: 0;
}

.margin_bottom30 {
	margin-bottom: 30px;
}


/* end blog */


/** says section **/

.says {
	padding-top: 90px;
	background: #fff;
}

.relative3 {
	position: inherit;
	padding-bottom: 130px;
}

.says_ban {
	padding: 0 20px;
}

.readert_img figure {
	margin: 0;
}

.readert_img figure img {
	border-radius: 100%;
}

.readert_text {
	padding: 50px 0px 0px 0px;
}

.readert_text h3 {
	color: #161615;
	display: block;
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 20px;
	font-family: 'Monsterrat', sans-serif;
}

.readert_text p {
	color: #161615;
	font-size: 17px;
	line-height: 28px;
	font-family: 'Monsterrat', sans-serif;
	font-weight: 500;
}

#proj .carousel-control-prev,
#proj .carousel-control-next {
	display: none;
}

/** contact section **/

.contact {
	background: #fff;
	padding-bottom: 20px;
	margin-top: 50px;
}

.ru_bg {
	background: #fff;
	padding: 50px 30px;
	box-shadow: 0px -10px 18px -7px #ddd;
	margin-top: -72px;
}

.logo_fooetr {
	padding-top: 8px;
}

ul.lacation {
	display: flex;
	align-items: center;
	justify-content: end
}

ul.lacation li {
	color: #e6615a;
	font-size: 17px;
	font-weight: 500;
	padding-right: 34px;
	line-height: 20px;
	display: flex;
	align-items: center;
}

ul.lacation li:last-child {
	padding-right: 0;
}

ul.lacation li i {
	margin-right: 8px;
	font-size: 30px;
	border: #e6615a solid 1px;
	width: 50px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact .titlepage {
	text-align: left;
}

.contact .titlepage h2 {
	color: black;
}

.contact .titlepage h2::before {
	background: inherit;
}

.main_form .contactus {
	border: inherit;
	border-bottom: #000 solid 2px;
	margin-bottom: 25px;
	width: 100%;
	height: 44px;
	background: transparent;
	color: black;
	font-size: 17px;
	font-weight: 600;
}

.main_form .textarea {
	border: inherit;
	border-bottom: #000 solid 2px;
	margin-bottom: 25px;
	width: 100%;
	background: transparent;
	color: #818383;
	font-size: 17px;
	font-weight: 600;
	padding: 37px 0px 0 0px;
	height: 76px;
}

.main_form .send_btn {
	font-size: 17px;
	transition: ease-in all 0.5s;
	background-color: var(--remembered-blue);
	text-transform: uppercase;
	color: #fff;
	padding: 8px 0px;
	max-width: 137px;
	width: 100%;
	border-radius: 40px;
	display: block;
	margin-top: 10px !important;
	font-weight: 600;
}

.main_form .send_btn:hover {
	background-color: #fff;
	transition: ease-in all 0.5s;
	color: var(--remembered-blue);
}

#request *::placeholder {
	color: #333333;
	opacity: 1;
}

ul.social_icon {
	/*float: right;*/
	margin-top: 17px;
}

ul.social_icon li {
	display: inline-block;
	margin-right: 15px;
}

ul.social_icon li a i {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 31px;
	color: #000000;
	transition: ease-in all 0.5s;
}

ul.social_icon li a i:hover {
	color: var(--by-miller-blue);
}


/** end contact section **/


/** footer **/

.footer {
	background: #252525;
}

.footer i {
	color: white !important;
	font-size: 20px !important;
}

.footer-social a {
	padding-left: 10px;
	padding-right: 10px;
}

.footer-logo {
  max-height: 200px;
}

.copyright p {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	padding-top: 6px;
	font-weight: normal;
	padding-bottom: 10px;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	color: #f4a111;
}


/** end footer **/


/** endinner page css **/

.inner_page .full_bg {
	background-color: #e77064 !important;
	background: transparent;
}

.back_re {
	background-color: #423d31;
}

.back_re .title {
	text-align: center;
}

.back_re .title h2 {
	color: #fff;
	font-size: 40px;
	padding: 40px 0;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 35px;
}

.inner_page .titlepage h2::before {
	background: inherit;
}

.margin_0 {
	margin: 0 !important;
}

.inner_page .contact {
	padding: 60px 0;
	margin-top: 90px;
}

.inner_page .footer {
	margin-top: 90px;
}


/* The actual content */
.timeline-content {
	padding: 20px 30px;
	background-color: var(--panel-yellow);
	position: relative;
	border-radius: 6px;
	margin-top: 20px;
}

.rounded-img {
	border-radius: 6px;
}


.blog-img-right {
	float: right;
	margin: 5px;
}

.blog-img-left {
	float: left;
	margin: 5px;
}

.blog-span {
	font-weight: bolder;

}

.service-img {
	object-fit: cover; /* Do not scale the image */
	/*height: 400px;*/
	max-height: 50vw;
}

/*End Timeline*/

.flex-wrapper {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	justify-content: flex-start;
}

footer {
	margin-top: auto;
}


.emphasis {
	color: var(--by-miller-blue)
}


.carousel-item {
	background-size: cover !important;
	height: 90vh;

}

.carousel-item .container {
	padding: 0;
	margin: 0;
	max-width: 100%;
}

.carousel-item .row {
	border-style: solid;
	border-width: 2px;
	border-color: black;
}

.carousel-item .build_box {
	backdrop-filter: blur(8px) brightness(120%);
	-webkit-backdrop-filter: blur(8px) brightness(120%);
	-moz-backdrop-filter: blur(8px) brightness(120%);
	-ms-backdrop-filter: blur(8px) brightness(120%);
	width: 100%;
	color: black;
	padding-left: 20px;
	padding-right: 20px;
	position: relative !important;
}

.build_box h1 {
	padding-bottom: 0;
	color: black;
}

.banner_main {
	padding: 0 !important;
}


#carousel-0 {
	background-position: 70% 0 !important;
	background: url('/static/images/detroit_new.jpg');
}

#carousel-0 .row {
	margin-top: 30% !important;
}

#carousel-0 .build_box {
	text-align: right;
	padding-right: 100px;
}


#carousel-2 {
	background-position: 50% 50% !important;
	background: url('/static/images/wedding/kr-wedding-2023-Sep23-287_websize.jpg');
}


#carousel-2 .row {
	margin-top: 35% !important;
}

#carousel-2 .build_box {
	text-align: left;
	padding-right: 100px;
}


#carousel-3 {
	/*background-position: center;*/
	background-position: 50% 50% !important;
	background: url('/static/images/madison_sm.jpeg');
	/*max-height: 500px;*/
}

#carousel-3 .row {
	margin-top: 30% !important;
}

#carousel-3 .build_box {
	text-align: left;
	padding-right: 100px;
}


#carousel-4 {
	background-position: 50% 100% !important;
	background: url('/static/images/war_memorial.jpg');
}

#carousel-4 .row {
	margin-top: 10% !important;
}

#carousel-4 .build_box {
	text-align: center;
	/*padding-right: 100px;*/
}


#carousel-1 {
	background-position: 50% 80% !important;
	background: url('/static/images/gallery/36_gallery.jpeg');
}

#carousel-1 .row {
	margin-top: 30% !important;
}

#carousel-1 .build_box {
	text-align: center;
	/*padding-right: 100px;*/
}


@media (min-width: 991px) {
	#carousel-0 {
		background: url('/static/images/detroit_new.jpg');
	}

}


@media (max-width: 991px) {
	.carousel-item {
		max-height: 400px;
	}

	#carousel-0 .row {
		margin-top: 30vh !important;
	}

	#carousel-0 .build_box {
		text-align: left;
	}

	#carousel-2 .row {
		margin-top: 65% !important;
	}

	#carousel-2 .build_box {
		text-align: center;
		padding-right: 0;
	}


	#carousel-3 {
		background-position: 50% 50% !important;
	}

	#carousel-3 .row {
		margin-top: 60% !important;
	}

	#carousel-3 .build_box {
		text-align: right;
		padding-right: 20px;
		backdrop-filter: blur(8px) brightness(80%);
		-webkit-backdrop-filter: blur(8px) brightness(80%);
		-moz-backdrop-filter: blur(8px) brightness(80%);
		-ms-backdrop-filter: blur(8px) brightness(80%);
	}

	#carousel-3 h1 {
		color: white !important;
	}

	#carousel-1 h1 {
		color: white !important;
	}

	#carousel-1 .row {
		margin-top: 30vh !important;
	}
}


.cost-img {
	margin-left: auto;
	margin-right: auto;
	width: 30%;
}


/* Divider*/
.divider {
	position: relative;
	text-align: center;
	line-height: 20px;

}

.divider-logo {
	margin: 0 auto;
	display: inline-block;
}

.divider-line {
	content: "";
	height: 2px;
	background-color: #000;
	top: 50%;
	margin-top: auto;
	margin-bottom: auto;
}


.contact-link {
	color: var(--remembered-blue);
	font-weight: bolder;
}


.faq-question {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	border-radius: 5px;

}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.collapsible-active, .collapsible:hover {
	background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.faq-answer {
	padding: 0 18px;
	background-color: #eee;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.heart-bullet {
	height: 1em;
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
"
}


.rainbow-letters {
	background: linear-gradient(to right, #ef5350, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #FFA500, #f9a825, #ff5722);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bolder;
}

.quote > p {
	font-size: 20px;
}


.quote > .author {
	font-size: 20px;
	font-weight: bolder;
	color: var(--remembered-blue);
}

@media only screen and (max-width: 600px) {
	.quote > p {
		font-size: 15px;
		/*line-height: 15px;*/
	}

	.quote > .author {
		font-size: 15px;
		line-height: 15px;
	}
}


.seal-logo-top {
	max-height: 200px;
}

.seal-logo-bottom {
	max-height: 160px;
}


.seal-logo {

	/*max-height:120px;*/
	min-width: 100px;
	transition: 0.5s ease;
}

.seal-logo:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: 0.5s ease;
}


input, select, textarea {
	padding: 5px;
	margin-bottom: 30px;
	background: transparent;
{
} border: none;
	border-bottom: 1px solid var(--remembered-blue);
	width: 100%;
}

input::placeholder {
	color: #999;
}

textarea::placeholder {
	color: #999;
}

input, textarea {
	background-color: var(--off-white);
}

option:focus {
	border: none;
}

option {
	background: black;
	border: none;
}

.checkbox input {
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.checkbox a {
	color: #26a9e0;
}


button {
	padding: 10px 5px;
	margin-top: 20px;
	border-radius: 5px;
	border: none;
	background: #26a9e0;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}

button {
	width: 100%;
}

button:hover, .btn-item:hover {
	background: var(--by-miller-blue);
}

/*#myCarousel::after{*/
/*   position:absolute; width:0; height:0; overflow:hidden; z-index:-1; // hide images*/
/*   content:url('/static/images/madison.jpeg') url('/static/images/iStock-1341607886-sml.jpg');   // load images*/
/*}*/
