@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: "Jost", serif;
}
body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
body::-webkit-scrollbar {
 width: 3px;
 background-color: #F5F5F5;
}
 body::-webkit-scrollbar-thumb {
 background-color: #666;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0
}
a, button {
	text-decoration: none;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
img {
	max-width: 100%
}
/* CSS Document */

/* CSS header */

.header-main-wraper {
	background: url(../images/header-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 20px 95px;
	border-top: 5px solid #EA615D
}
.header-main-wraper .site-logo-wraper {
	padding-top: 6px;
}
.header-main-wraper .site-logo-wraper img {
	width: 180px;
}
.header-search-wrap {
	position: relative
}
.header-search-wrap button {
	position: absolute;
	height: 45px;
	background: #310E09;
	top: 0;
	width: 50px;
	border: none;
	right: 0;
	border-radius: 0px 6px 6px 0px;
}
.header-search-wrap button img {
	width: 18px;
}
.header-search-wrap .form-control {
	height: 45px;
	background: #fff;
	border: 1px solid #E1E1E1;
	box-shadow: none;
	padding-right: 30px;
	padding-left: 15px;
	font-size: 14px;
	border-radius: 6px
}
.btn-phone-header-wrp ul {
	list-style: none;
	text-align: right;
	float: right;
}
.btn-phone-header-wrp ul li {
	float: left;
	margin-left: 25px
}
.header-phone {
	text-align: left;
	line-height: 22px;
	background: url(../images/phone.svg) no-repeat left;
	padding-left: 49px;
	background-size: 41px;
}
.header-phone span {
	display: block;
	font-size: 16px;
	color: #EA615D;
}
.header-phone strong {
	font-size: 20px;
}
.header-btn a:nth-child(1) {
	border: 1.5px solid #641A11;
	padding: 10px 30px;
	color: #641A11;
	font-size: 16px;
	border-radius: 6px;
	font-weight: 500;
	margin-right: 10px;
	background: #fff;
	position: relative;
	top: 10px
}
.header-btn a:nth-child(1):hover {
	background: #641A11;
	color: #fff
}
.header-btn a:nth-child(2) {
	border: 1.5px solid #EA615D;
	padding: 10px 40px;
	color: #EA615D;
	font-size: 16px;
	border-radius: 6px;
	font-weight: 500;
	background: #fff;
	position: relative;
	top: 10px
}
.header-btn a:nth-child(2):hover {
	background: #EA615D;
	color: #fff
}
.nav-socail-header-wraper {
	background: #641A11;
}
.nav-socail-header-wraper .col-md-9 {
	padding-left: 0
}
.nav-socail-header-wraper .col-md-3 {
	padding-right: 0
}
.nav-socail-header-wraper ul {
	list-style: none;
}
.nav-socail-header-wraper ul li {
	display: inline-block;
	position: relative
}
.nav-socail-header-wraper ul li:before {
	content: "";
	position: absolute;
	right: -3px;
	width: 1px;
	height: 20px;
	background: #834841;
	top: 33%;
}
.nav-socail-header-wraper ul li a {
	padding: 16px 35px;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 400
}
.active-nav a {
	background: #46110B;
}
.nav-socail-header-wraper ul li:hover a {
	background: #46110B;
}
.header-socail-wrp {
	text-align: right;
	padding-top: 14px
}
.header-socail-wrp span {
	font-size: 15px;
	color: #fff;
	margin-right: 5px;
}
.header-socail-wrp a {
	margin-left: 5px;
}
.header-socail-wrp a:hover {
	opacity: 0.5;
}
.header-advantage-main-wrap {
	background: #EA615D;
	padding: 8px 0
}
.header-advantage-main-wrap ul {
	list-style: none;
	text-align: center;
}
.header-advantage-main-wrap ul li {
	display: inline-block;
	padding: 0 75px;
}
.listing-advantage-wrp {
	align-items: center;
	display: flex;
	gap: 2;
}
.listing-advantage-wrp .listing-advantage-icon img {
	width: 35px
}
.listing-advantage-wrp .listing-advantage-text {
	padding-left: 10px;
	color: #fff;
	font-size: 16px;
}
/* CSS header */

/* CSS slider */

.slider-main-wraper {
	background: url(../images/slider-bg.jpg) no-repeat center;
	background-size: cover;
	padding-top: 40px
}
.slider-text-wraper {
	width: 64%;
	margin-top: 280px;
	margin-bottom: 50px
}
.slider-text-wraper h1 {
	font-size: 60px;
	line-height: 55px;
	color: #fff;
	font-family: "Playfair", serif;
	margin-bottom: 10px
}
.slider-main-wraper h1 span {
	color: #EA615D;
}
.slider-text-wraper p {
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	font-weight: 300
}
.form-slider-search-wrap {
	border: 4px solid #fff;
	padding: 8px 8px 0 8px;
	background: rgba(100, 26, 17, 0.5);
	height: 100%;
	border-bottom: none;
	width: 78%;
}
.inner-form-slider-wrap {
	border: 1px solid #fff;
	height: 100%;
	border-bottom: none;
	padding: 25px
}
.inner-form-slider-wrap h2 {
	font-size: 50px;
	line-height: 45px;
	color: #fff;
	font-family: "Playfair", serif;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold
}
.inner-form-slider-wrap .step {
	display: none;
	height: 331px;
	overflow: auto
}
.inner-form-slider-wrap .step.active {
	display: block;
}
.inner-form-slider-wrap .buttons {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.inner-form-slider-wrap button {
	padding: 10px 50px;
	border: none;
	background-color: #EA615D;
	color: white;
	cursor: pointer;
	border-radius: 6px;
	width: 98%;
	margin: 0 5px
}
.inner-form-slider-wrap button:disabled {
	display: none;
	cursor: not-allowed;
}
#prevBtn {
	background: #641A11 !important
}
.inner-form-slider-wrap .form-group {
	margin-bottom: 10px;
}
.inner-form-slider-wrap .form-group .form-control {
	height: 45px;
	background: rgba(225, 225, 225, 0.3);
	box-shadow: none;
	border: none;
	outline: none;
	font-size: 14px;
	color: #fff;
	padding-left: 10px;
	padding-left: 15px
}
.inner-form-slider-wrap .form-group .form-control:focus {
	border: 1px solid #fff;
}
.inner-form-slider-wrap .form-group .form-control::placeholder {
 color:#fff;
}
.inner-slider-wraper {
	background: url(../images/inner-slider-bg.jpg) no-repeat top;
	background-size: cover;
	text-align: center;
	padding: 65px 0
}
.inner-slider-wraper h1 {
	font-size: 60px;
	line-height: 55px;
	color: #fff;
	font-family: "Playfair", serif;
}
/* CSS slider */

/* CSS content */


.member-main-wraper {
	padding: 60px 0;
	background: url(../images/bg.jpg) no-repeat top;
	background-size: cover;
}
.member-main-wraper h2 {
	text-align: center;
	font-size: 60px;
	color: #331A15;
	font-family: "Playfair", serif;
	font-weight: bold;
}
.member-main-wraper h2 span {
	color: #EA615D;
}
.member-main-wraper p {
	width: 50%;
	text-align: center;
	color: #331A15;
	margin: 0 auto;
	font-size: 18px;
	padding-bottom: 60px
}
.member-main-wraper {
}
.member-main-wraper ul {
	list-style: none;
}
.member-main-wraper ul li {
	display: inline-block;
	width: 18.9%;
	margin: 0 5px;
	margin-bottom: 15px
}
.member-main-wraper ul li .listing-member-wraper {
	background: #fff;
	border-radius: 10px
}
.id-number-wrp {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 10px;
}
.id-number-wrp span {
	padding: 6px 20px;
	background: #EA615D;
	color: #fff;
	font-size: 14px;
	border-radius: 0px 0px 8px 8px
}
.member-main-wraper ul li:hover .listing-member-wraper span {
	background: #641A11
}
.member-image {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin: 10px auto 0 auto;
}
.member-info {
	padding: 15px 0;
	text-align: center
}
.member-info h5 {
	margin-bottom: 5px;
}
.member-info h5 a {
	color: #331A15;
	font-size: 22px;
}
.member-info p {
	width: 100%;
	padding: 0 30px;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #331A15;
	opacity: 0.7;
	padding-bottom: 18px
}
.member-info .btn-member-wrp {
	padding-bottom: 15px;
}
.member-info .btn-member-wrp a {
	border: 1px solid #EA615D;
	padding: 8px 30px;
	color: #641A11;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
}
.member-main-wraper ul li:hover .btn-member-wrp a {
	background: #EA615D;
	color: #fff;
}
.see-all-member-wrap {
	text-align: center;
	margin-top: 50px
}
.see-all-member-wrap a {
	padding: 12px 30px;
	color: #fff;
	font-size: 16px;
	background: #641A11;
	border-radius: 8px
}
.see-all-member-wrap a:hover {
	background: #EA615D;
}
.about-main-wraper {
	padding: 50px 0 60px 0;
}
.about-text-wraper {
	margin-top: 40px;
	margin-right: 30px
}
.about-text-wraper h2 {
	font-size: 70px;
	color: #331A15;
	font-family: "Playfair", serif;
	font-weight: bold;
	line-height: 70px
}
.about-text-wraper h2 span {
	color: #EA615D;
	display: block
}
.sub-heading-wrap {
	margin: 10px 0;
	color: #46110B;
	font-size: 20px;
	font-weight: 600;
	display: block
}
.about-text-wraper p {
	font-size: 18px;
	color: #1E0F0C;
	line-height: 32px;
	padding-bottom: 25px;
}
.about-text-wraper ul {
	list-style: none;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin: 0
}
.about-text-wraper ul li {
	padding-left: 0
}
.about-text-wraper ul li .list-about-wrap {
	font-size: 18px;
	color: #200805;
	font-weight: 600;
	margin-bottom: 15px
}
.about-text-wraper ul li .list-about-wrap img {
	width: 30px;
	margin-right: 5px;
	position: relative;
	top: -2px
}
.profile-btn-wrap {
	padding: 20px 0;
}
.owner-profile-wrap {
}
.owner-profile-wrap .owner-profile-image {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	float: left
}
.owner-profile-wrap .owner-profile-text {
	width: 75%;
	float: left;
	padding-left: 9px;
	line-height: 22px;
	margin-top: 8px
}
.owner-profile-wrap .owner-profile-text strong {
	font-family: "Playfair", serif;
	font-size: 24px;
	color: #200805;
	font-weight: 600;
	display: block;
}
.owner-profile-wrap .owner-profile-text span {
	color: #1E0F0C;
	font-size: 16px
}
.view-range-wraper {
	text-align: right;
	margin-top: 15px
}
.view-range-wraper a {
	padding: 10px 30px;
	color: #fff;
	font-size: 16px;
	background: #641A11;
	border-radius: 8px;
}
.view-range-wraper a:hover {
	background: #EA615D;
}
.new-member-main-wraper {
	background: url(../images/bg-new-member.jpg) no-repeat top;
	padding: 50px 0 90px 0;
	background-size: cover;
}
.new-member-main-wraper h2 {
	text-align: center;
	font-size: 60px;
	color: #331A15;
	font-family: "Playfair", serif;
	font-weight: bold;
}
.new-member-main-wraper h2 span {
	color: #EA615D;
}
.new-member-main-wraper p {
	width: 50%;
	text-align: center;
	color: #331A15;
	margin: 0 auto;
	font-size: 18px;
	padding-bottom: 60px;
}
.new-member-main-wraper .listing-member-wraper {
	background: #fff;
	border-radius: 10px;
}
.new-member-main-wraper .listing-member-wraper p {
	width: 100%;
	padding: 0 30px;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #331A15;
	opacity: 0.7;
	padding-bottom: 18px;
}
.owl-dots {
	display: none;
}
.owl-nav {
	position: absolute;
	top: 48%;
	width: 100%;
	text-align: right;
}
.owl-nav button {
	border: none;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #fff !important;
	padding-top: 0;
	display: inline-block;
	font-size: 28px;
	margin-right: 5px;
}
.owl-prev {
	position: absolute;
	left: -60px;
	background: #641A11 url(../images/arrow-left.png) no-repeat top !important;
	background-position: 50% !important;
	background-size: 40% !important;
}
.owl-next {
	position: absolute;
	right: -70px;
	background: #641A11 url(../images/arrow-right.png) no-repeat top !important;
	background-position: 50% !important;
	background-size: 40% !important;
}
.cta-main-wraper {
	background: url(../images/bg-partner.jpg) no-repeat top;
	background-size: cover;
	padding: 40px 0;
}
.cta-main-wraper h2 {
	font-size: 60px;
	line-height: 55px;
	color: #fff;
	font-family: "Playfair", serif;
	margin-top: 40px
}
.cta-main-wraper h2 span {
	color: #EA615D;
}
.btn-cta-wrap {
	margin-top: 60px;
	text-align: right
}
.btn-cta-wrap a {
	padding: 14px 50px;
	color: #fff;
	font-size: 16px;
	background: #EA615D;
	border-radius: 8px;
}
.customer-main-wraper {
	padding: 80px 0;
	background: url(../images/cutomer-bg.jpg) no-repeat top;
	background-size: cover
}
.customer-main-wraper h2 {
	text-align: center;
	font-size: 60px;
	color: #331A15;
	font-family: "Playfair", serif;
	font-weight: bold;
}
.customer-main-wraper h2 span {
	color: #EA615D;
}
.customer-main-wraper p {
	width: 70%;
	text-align: center;
	color: #331A15;
	margin: 0 auto;
	font-size: 18px;
	padding-bottom: 60px;
}
.review-listing-wraper {
	padding: 35px 35px 20px 35px;
	border: 1px solid #ccc;
	border-radius: 10px;
	width: 90%;
	position: relative;
	left: 20px;
}
.review-listing-wraper .review-listing-image {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 0 auto;
	position: relative
}
.review-listing-wraper .review-listing-image span {
	position: absolute;
	top: 0;
	width: 40px;
	right: -4px;
}
.review-listing-wraper p {
	width: 100%;
	padding: 0;
	padding-top: 30px
}
.review-listing-wraper span {
	font-size: 22px;
	color: #641A11;
	font-family: "Playfair", serif;
	font-weight: bold;
	display: block;
	margin-top: 10px;
	text-align: center
}
.inner-content-main-wraper .member-main-wraper {
	background: none;
}
.inner-content-main-wraper .member-main-wraper ul li .listing-member-wraper {
	border: 1px solid #ddd;
}
.wedding-sevice-wraper {
	padding: 35px;
	background: #fff;
	box-shadow: 0px 0px 20px 0 #ddd;
	border-radius: 10px;
	width: 75%;
	margin: 60px auto;
	background: url(../images/bg.jpg) no-repeat top;
	background-size: cover;
}
.wedding-sevice-wraper h2 {
	text-align: center;
	font-size: 50px;
	color: #331A15;
	font-family: "Playfair", serif;
	font-weight: bold;
	margin-bottom: 20px
}
.wedding-sevice-wraper h2 span {
	color: #EA615D;
}
.wedding-sevice-wraper .form-group {
	margin-bottom: 15px;
}
.wedding-sevice-wraper .form-group .form-control {
	height: 45px;
	border: none;
	box-shadow: none;
	outline: none;
}
.wedding-sevice-wraper .form-group .form-control:focus {
	border: 1px solid #40211A;
}
.wedding-sevice-wraper .btn-wedding-wrap button {
	width: 100%;
	border: none;
	background: #40211A;
	color: #fff;
	font-size: 14px;
	height: 45px;
	margin-top: 15px;
	border-radius: 6px;
}
.wedding-sevice-wraper .btn-wedding-wrap button:hover {
	background: #EA615D
}
.faqs-main-wraper {
	padding: 70px 0;
}
.accordion-button:not(.collapsed) {
	background: none;
	color: #EA615D
}
.accordion-item button {
	box-shadow: none !important;
	border: 1px solid #ccc !important;
	border-radius: 6px !important;
	font-size: 18px
}
.accordion-item {
	margin-bottom: 20px;
	border: none
}
.blog-listing-main-wrap {
	padding: 20px 0 60px 0;
}
.blog-listing-main-wrap .heading-sub-blog {
	text-align: center;
}
.blog-listing-main-wrap .heading-sub-blog span {
	background: #fff;
	display: inline-block;
	padding: 6px 41px;
	color: #19A5E0;
	font-size: 16px;
	clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
	font-weight: 500;
}
.blog-listing-main-wrap h2 {
	text-align: center;
	color: #1B182F;
	font-size: 50px;
	line-height: 50px;
	margin: 25px 0 15px 0;
}
.blog-listing-main-wrap p {
	font-size: 16px;
	color: #1B182F;
	line-height: 28px;
	text-align: center;
}
.blog-listing-main-wrap ul {
	list-style: none;
	margin-top: 45px;
}
.blog-listing-main-wrap ul li {
}
.blog-listing-main-wrap ul li .listing-blog-wraper {
}
.listing-blog-wraper .top-new-wrp {
	background: #19A5E0;
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
	border-radius: 6px 6px 0px 0px;
}
.listing-blog-wraper span img {
	position: relative;
	top: -2px;
	margin-right: 4px;
}
.listing-blog-wraper .listing-blog-image {
	height: 260px;
	overflow: hidden;
}
.listing-blog-text-wrap {
	background: #fff;
	box-shadow: 0px 0px 30px 0 #e9e9e9;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 25px
}
.listing-blog-text-wrap .listing-blog-text {
	padding: 25px;
}
.listing-blog-text h5 {
	margin: 0 0 15px 0;
	padding-right: 30px;
}
.listing-blog-text h5 a {
	color: #000000;
	font-size: 22px;
	line-height: 28px;
}
.blog-date-posted-by span {
	font-size: 14px;
	margin-right: 12px;
}
.login-form-wraper {
	padding: 35px;
	background: #fff;
	box-shadow: 0px 0px 20px 0 #ddd;
	border-radius: 10px;
	width: 35%;
	margin: 60px auto;
	background: url(../images/bg.jpg) no-repeat top;
	background-size: cover;
}
.login-form-wraper h2 {
	text-align: center;
	font-size: 40px;
	color: #331A15;
	font-family: "Playfair", serif;
	font-weight: bold;
}
.login-form-wraper h2 span {
	color: #EA615D;
}
.login-form-wraper .form-group {
	margin-bottom: 15px;
}
.login-form-wraper .form-group .form-control {
	height: 45px;
	border: none;
	box-shadow: none;
	outline: none;
}
.login-form-wraper .form-group .form-control:focus {
	border: 1px solid #40211A;
}
.login-form-wraper button {
	width: 100%;
	border: none;
	background: #40211A;
	color: #fff;
	font-size: 14px;
	height: 45px;
	margin-top: 10px;
	border-radius: 6px;
}
.login-form-wraper button:hover {
	background: #EA615D
}
.member-detail-wraper {
	padding: 60px 0;
}
.about-memmber-wrp {
	background: #fff;
	box-shadow: 0px 0px 30px 0 #e9e9e9;
	border-radius: 12px;
	padding: 30px 20px
}
.about-memmber-wrp .about-memmber-image {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin: 0 auto;
}
.about-memmber-wrp h2 {
	text-align: center;
	margin-top: 15px;
	color: #40211A;
	font-family: "Playfair", serif;
	font-weight: bold;
}
.personal-info-wrap {
	background: #f5f5f5;
	padding: 20px;
	border-radius: 6px;
	margin-top: 15px
}
.personal-info-wrap .top-heading {
	display: block;
	font-size: 22px;
	color: #40211A;
	font-weight: 600
}
.personal-info-wrap ul {
	list-style: none;
}
.personal-info-wrap ul li {
	border-bottom: 1px dashed #ccc;
	padding: 8px 0
}
.personal-info-wrap ul li strong {
}
.personal-info-wrap ul li span {
	float: right;
}
.contact-bnt-wrp a {
	display: block;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 6px;
	font-weight: 500;
	margin-top: 15px;
	background: #EA615D
}
.about-member-wrap {
}
.about-member-wrap .right-heading {
	display: block;
	font-weight: 600;
	font-size: 22px;
	color: #40211A;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px
}
.about-member-wrap p {
	padding-top: 15px;
	color: #40211A;
	font-size: 16px;
	line-height: 32px;
}
.looking-for-wrap {
	background: #fff;
	box-shadow: 0px 0px 30px 0 #e9e9e9;
	border-radius: 12px;
	padding: 25px;
	margin-top: 20px
}
.looking-for-wrap ul {
	list-style: none
}
.looking-for-wrap ul li {
	padding-top: 15px;
}
.looking-for-wrap ul li span {
	float: right;
}
.search-member-wraper ul li {
	width: 31.9% !important;
}
.search-member-wraper ul li .member-info p {
	height: 64px;
}
.search-filter-wraper {
	background: #f5f5f5;
	padding: 25px;
	border-radius: 6px;
}
.search-filter-wraper h4 {
	font-size: 25px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	font-family: "Playfair", serif;
	font-weight: bold;
	margin-bottom: 20px;
	color: #331A15;
}
.search-filter-wraper h4 span {
	color: #EA615D;
}
.search-filter-wraper .form-group {
	margin-bottom: 20px;
}
.search-filter-wraper .form-group label {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #331A15;
}
.search-filter-wraper .form-group .form-control {
	border: none;
	box-shadow: none;
	outline: none;
	height: 45px;
	font-size: 14px;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	box-shadow: 0px 5px 8px 0 #eaeaea;
	padding-left: 15px
}
.form-control:focus {
	border: 1px solid #EA615D !important;
	box-shadow: none !important
}
.form-select:focus {
	border: 1px solid #EA615D !important;
	box-shadow: none !important
}
.search-age-wraper {
	border-top: 1px solid #e8e8e8;
	padding-top: 20px;
}
.search-age-wraper h5 {
	display: block;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	margin-bottom: 5px;
	color: #331A15;
}
.fileds-group .form-select {
	height: 45px;
	border: 1px solid #ddd;
	box-shadow: 0px 5px 8px 0 #eaeaea;
	outline: none;
	font-size: 14px;
	border-radius: 10px;
	margin-right: 15px;
	color: #666;
	padding-left: 20px;
}
.check-box-main-wrap {
	border-top: 1px solid #e8e8e8;
	padding-top: 20px;
	margin-top: 20px;
}
.check-box-main-wrap h5 {
	display: block;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	margin-bottom: 10px;
	color: #331A15;
}
.control-group {
	display: block;
	vertical-align: top;
	text-align: left;
}
.control {
	display: block;
	position: relative;
	padding-left: 38px;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
}
.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.control__indicator {
	position: absolute;
	top: -1px;
	left: 0;
	height: 23px;
	width: 25px;
	background: #e6e6e6;
	border-radius: 6px;
}
.control--radio .control__indicator {
	border-radius: 50%;
}
.control:hover input ~ .control__indicator, .control input:focus ~ .control__indicator {
	background: #ccc;
}
.control input:checked ~ .control__indicator {
	background: #ea615d;
}
.control:hover input:not([disabled]):checked ~ .control__indicator, .control input:checked:focus ~ .control__indicator {
	background: #d52b2e;
}
.control input:disabled ~ .control__indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}
.control__indicator:after {
	content: '';
	position: absolute;
	display: none;
}
.control input:checked ~ .control__indicator:after {
	display: block;
}
.control--checkbox .control__indicator:after {
	left: 10px;
	top: 6px;
	width: 4px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
	left: 7px;
	top: 0;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
	background: #7b7b7b;
}
.select {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
}
.select select {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	padding: 10px 15px;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: #e6e6e6;
	color: #7b7b7b;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.select select::-ms-expand {
 display: none;
}
.select select:hover, .select select:focus {
	color: #000;
	background: #ccc;
}
.select select:disabled {
	opacity: 0.5;
	pointer-events: none;
}
.select__arrow {
	position: absolute;
	top: 16px;
	right: 15px;
	width: 0;
	height: 0;
	pointer-events: none;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow, .select select:focus ~ .select__arrow {
	border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
	border-top-color: #ccc;
}
.check-box-main-wrap ul {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 20px;
}
.check-box-main-wrap ul li {
	width: 100% !important;
	margin: 0 !important
}
.button-filter-wrp {
}
.button-filter-wrp button:nth-child(1) {
	padding: 12px 0;
	width: 100%;
	border-radius: 10px;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	background: #EA615D;
	border: none;
	outline: none;
	margin-bottom: 10px
}
.button-filter-wrp button:nth-child(2) {
	padding: 12px 0;
	width: 100%;
	border-radius: 10px;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	background: #641A11;
	border: none;
	outline: none;
}
.wedding-sevice-wraper #multiStepForm {
	margin-top: -20px;
}
.wedding-sevice-wraper #multiStepForm h3 {
	margin-bottom: 20px;
	text-align: center;
	color: #331A15;
	font-size: 25px;
	margin-bottom: 10px
}
.listing-form-signup-wrp .form-group .form-select {
	height: 45px;
	border: 1px solid #ddd;
	outline: none;
	font-size: 14px;
	border-radius: 10px;
	margin-right: 15px;
	color: #666;
	padding-left: 20px;
}
.listing-form-signup-wrp .form-group .form-control {
	height: 45px;
	outline: none;
	font-size: 14px;
	border-radius: 10px;
	margin-right: 15px;
	color: #666;
	padding-left: 20px;
}
.step {
	display: none;
}
.step.active {
	display: block;
}
.buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.progress {
	display: flex;
	justify-content: center;
	margin-bottom:40px;
	padding: 10px 0;
	height: auto !important;
	background-color:#f1d1d0
}
.progress span {
	width: 30px;
	height: 30px;
	line-height: 31px;
	text-align: center;
	background:#fff;
	color:#331A15;
	border-radius: 50%;
	margin: 0 5px;
	font-weight: bold;
}
.progress .active {
	background: #ea615d;
	color: white;
}
#multiStepForm h2{
	font-family: "Jost", serif;
	font-weight:500;
	font-size:30px;
}
#nextBtn{
	background:#EA615D;
	padding:10px 30px;
	border-radius:10px;
	color:#fff;
	border:none;
	outline:none;
}
#prevBtn{
	background:#641A11 ;
	padding:10px 30px;
	border-radius:10px;
	color:#fff;
	border:none;
	outline:none;
}
.thankyou-main-wraper{
	padding:75px 35px;
	border-radius:15px;
	background:#fff;
	text-align:center;
	font-size:20px;
	color:#331A15
}
.thankyou-main-wraper span{
	display:block;
	font-size:30px;
	font-weight:600;
	color:#ea615d
}
.service-main-list-wrap{
	padding:60px 0 30px 0;
}
.service-main-list-wrap ul{
	list-style:none;
}
.service-main-list-wrap ul li{
}
.service-main-list-wrap ul li .service-list-wrap{
	background:#fff3f3;
	padding:35px;
	border-radius:12px;
	text-align:center;
	margin-bottom:25px
}
.service-list-wrap .service-list-icon{
	width:110px;
	height:110px;
	border-radius:50%;
	margin:0 auto;
	background:#fff;	
    line-height: 110px;
}
.service-list-wrap .service-list-icon img{
	width:50px;
}
.service-list-wrap .service-list-text{
	padding-top:15px;
}
.service-list-text h5{
	font-size:25px;
	color:#331A15;
	margin-bottom:10px
}
.service-list-text p{
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #331A15;
    opacity: 0.7;
}

/* CSS content */

/* CSS footer */

.footer-main-wraper {
	background: #40211A;
}
.footer-top-wraper {
	padding: 60px 0;
	border-bottom: 1px solid #664D48
}
.footer-mission-wrap p {
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	padding-top: 15px
}
.quick-footer-link-wrp h2 {
	font-size: 35px;
	color: #fff;
	font-family: "Playfair", serif;
	font-weight: bold;
	display: block;
	margin-top: 10px;
	position: relative;
}
.quick-footer-link-wrp h2:before {
	content: "";
	background: url(../images/border-footer.svg) no-repeat top;
	background-size: contain;
	width: 100px;
	bottom: -61px;
	height: 50px;
	position: absolute;
}
.quick-footer-link-wrp ul {
	list-style: none;
	margin-top: 40px;
	position:relative;
	z-index:111
}
.quick-footer-link-wrp ul li {
	margin-bottom: 8px;
}
.quick-footer-link-wrp ul li a {
	color: #fff;
	font-size: 16px;
}
.quick-footer-link-wrp ul li a:hover{
	color:#EA615D;
}
.social-media-footer {
	margin-top: 40px;
}
.social-media-footer a {
	position: relative;
	z-index: 111;
	margin: 0 5px
}
.copyright-wrp {
	text-align: center;
	padding: 60px 0;
	color: #fff;
	font-size: 16px
}
.drawer-menu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 280px;
	height: 100vh;
	padding: 65px 0 0 0;
	background: #331a15;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	opacity: 0;
	overflow: auto;
}
.drawer-menu ul {
	margin: 0;
	float: none !important;
}
.drawer-menu li {
	text-align: left;
	float: none !important;
}
.drawer-menu li a {
	display: block;
	height: auto;
	line-height: 62px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	-webkit-transition: all .8s;
	transition: all .8s;
	padding-left: 30px;
	display: block;
	padding: 0;
	border-bottom: 1px solid #562e26;
}
.drawer-menu li a:hover {
	color: #1a1e24;
	background: #fff;
}
/* checkbox */
.check {
	display: none;
}
/* menu button - label tag */
.menu-btn {
	position: absolute;
	display: block;
	top: 37px;
	right: 15px;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	z-index: 3;
}
.bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	height: 1px;
	background: #331a15;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.bar.middle {
	top: 10px;
	opacity: 1;
}
.bar.bottom {
	top: 20px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
.menu-btn__text {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
}
.menu-btn:hover .bar {
	background: #18b6a4;
}
.close-menu {
	position: fixed;
	top: 0;
	right: 280px;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0);
	cursor: url(http://theorthodoxworks.com/demo/images/cross.svg), auto;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
}
/* checked */
.check:checked ~ .drawer-menu {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 2;
}
.check:checked ~ .contents {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}
.check:checked ~ .menu-btn .menu-btn__text {
	visibility: hidden;
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.top {
	width: 40px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff
}
.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.bottom {
	width: 40px;
	top: 28px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check:checked ~ .close-menu {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	background: rgba(0,0,0,.5);
	visibility: visible;
	opacity: 1;
	z-index: 3;
}
.drawer-menu ul {
	list-style: none;
	margin: 0 !important;
	margin-right: 20px
}
.drawer-menu ul li a {
	text-decoration: none;
}
.drawer-menu ul li a img {
	margin-right: 5px;
	margin-top: -2px;
}
.menusitebar-main-wraper {
	display: none;
}

/* CSS footer */

/* CSS media */

@media (max-width:1400px) and (min-width:1170px) {
.nav-socail-header-wraper ul li a {
	padding: 16px 20px;
}
.header-advantage-main-wrap ul li {
	padding: 0 35px;
}
.slider-text-wraper {
	width: 85%;
}
.member-main-wraper ul li {
	width: 18%;
}
.member-info p {
	padding: 0 10px;
	padding-bottom: 15px
}
.form-slider-search-wrap {
	width: 90%;
}
.about-text-wraper h2 {
	font-size: 60px;
	line-height: 60px;
}
}
@media (max-width:1210px) and (min-width:1170px) {
.header-main-wraper {
	padding: 20px 0;
}
}
@media screen and (max-width:1169px) {
.nav-socail-header-wraper {
	display: none;
}
.header-main-wraper {
	padding: 20px 0;
}
.header-advantage-main-wrap ul li {
	padding: 0 25px;
}
.form-slider-search-wrap {
	width: 100%;
}
.slider-text-wraper {
	width: 100%;
	margin-top: 29%;
}
.btn-phone-header-wrp ul {
	margin-right: 65px;
}
.member-main-wraper ul li {
	width: 48%;
}
.btn-phone-header-wrp ul li:nth-child(1) {
	display: none;
}
.member-main-wraper p {
	width: 100%;
}
.about-main-wraper .col-md-6 {
	width: 100%;
}
.about-text-wraper {
	margin-right: 0;
}
.new-member-main-wraper p {
	width: 100%;
}
.menusitebar-main-wraper {
	display: block;
}
.quick-footer-link-wrp h2 {
	font-size: 25px;
}
.header-main-wraper .site-logo-wraper {
	padding-top: 0;
	padding-bottom: 20px
}
.menu-btn {
	top: 28px;
}
.header-advantage-main-wrap ul li {
	padding: 0 12px;
	width: 49%;
	margin-bottom: 5px;
}
.btn-phone-header-wrp ul {
	float: none;
	margin: 10px 0;
	padding: 0;
}
.btn-phone-header-wrp ul li {
	padding: 0;
	margin-left: 0px;
}
.btn-phone-header-wrp ul li {
	float: none;
	text-align: center
}
.header-btn a {
	display: inline-block;
	width: 48%
}
.slider-text-wraper {
	width: 100%;
	margin-top: 0%;
}
.member-main-wraper h2 {
	line-height: 60px;
}
.member-main-wraper ul li {
	width: 46.5%
}
.member-info p {
	padding: 0 10px;
	padding-bottom: 15px
}
.new-member-main-wraper {
	padding-bottom: 40px;
}
.new-member-main-wraper p {
	padding-bottom: 30px;
}
.cta-main-wraper h2 {
	text-align: center;
}
.btn-cta-wrap {
	margin-top: 20px;
	text-align: center;
}
.flower-image {
	display: none;
}
.customer-main-wraper p {
	width: 100%;
}
.cta-main-wraper h2 {
	margin-top: 0;
	margin-bottom: 15px
}
.view-range-wraper {
	text-align: left;
	margin-top: 15px
}
.view-range-wraper {
	margin-top: 30px;
}
.header-advantage-main-wrap {
	padding-bottom: 0;
}
.member-main-wraper p {
	padding-bottom: 30px;
	padding-top: 10px;
}
}


/* CSS media */
