html {
  scroll-behavior: smooth;
}
body{
	margin: 0px;
}
*{
	box-sizing: border-box;
}
ul li{
	list-style: none;
}
ul{
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
	color: #000000;
}
h1, h2, h3,h4,p{
	margin: 0px;
	padding: 0px;
}
p{
	font-family: PR;
	line-height: 2;
}
h2 {
	color: #373737;
	font-family: QGR;
	font-size: 40px;
}
@font-face {
  font-family: 'PR';
  src: url('../fonts/PR/Poppins-Regular.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/PR/Poppins-Regular.otf')  format('opentype'),
  url('../fonts/PR/Poppins-Regular.woff') format('woff'), 
  url('../fonts/PR/Poppins-Regular.ttf')  format('truetype'), 
  url('../fonts/PR/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PSB';
  src: url('../fonts/PSB/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/PSB/Poppins-SemiBold.otf')  format('opentype'),
  url('../fonts/PSB/Poppins-SemiBold.woff') format('woff'), 
  url('../fonts/PSB/Poppins-SemiBold.ttf')  format('truetype'), 
  url('../fonts/PSB/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFB';
  src: url('../fonts/PFB/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/PFB/PlayfairDisplay-Bold.otf')  format('opentype'),
  url('../fonts/PFB/PlayfairDisplay-Bold.woff') format('woff'), 
  url('../fonts/PFB/PlayfairDisplay-Bold.ttf')  format('truetype'), 
  url('../fonts/PFB/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PL';
  src: url('../fonts/PL/Poppins-Light.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/PL/Poppins-Light.otf')  format('opentype'),
  url('../fonts/PL/Poppins-Light.woff') format('woff'), 
  url('../fonts/PL/Poppins-Light.ttf')  format('truetype'), 
  url('../fonts/PL/Poppins-Light.svg#Poppins-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFR';
  src: url('../fonts/PFR/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/PFR/PlayfairDisplay-Regular.otf')  format('opentype'),
  url('../fonts/PFR/PlayfairDisplay-Regular.woff') format('woff'), 
  url('../fonts/PFR/PlayfairDisplay-Regular.ttf')  format('truetype'), 
  url('../fonts/PFR/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'QGR';
  src: url('../fonts/QGR/QuestaGrande-Regular.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/QGR/QuestaGrande-Regular.otf')  format('opentype'),
  url('../fonts/QGR/QuestaGrande-Regular.woff') format('woff'), 
  url('../fonts/QGR/QuestaGrande-Regular.ttf')  format('truetype'), 
  url('../fonts/QGR/QuestaGrande-Regular.svg#QuestaGrande-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.main {
	width: 100%;
	float: left;
}
header, section, footer{
	width: 100%;
	float: left;
}
.header_sec {
	width: 100%;
	float: left;
	padding: 10px 0px;
}
.header_socail_icons {
	float: right !important;
	width: auto !important;
	margin: 37px 0px 0px;
}
.container {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
}
.header_logo {
	width: auto;
	float: left;
}
.header_menu {
	width: auto;
	float: right;
}
.header_menu ul li {
	float: left;
}
.header_menu ul li a:hover {
	color: #e1568d;
}
.header_menu ul li a {
	padding: 10px 25px;
	display: inline-block;
	font-family: QGR;
	font-size: 19px;
	color: #373737;
}
.header_socail_icons ul li {
	float: left;
	margin: 0px 10px;
	height: 35px;
	width: 35px;
	background-color: #e1568d;
	position: relative;
	border-radius: 100%;
	cursor: pointer;
}
.header_socail_icons ul li:hover {
	background-color: #cc4f80;
}
.header_menu ul li:first-child a {
	padding-left: unset;
}
.header_menu {
	margin-top: 32px;
}
.header_logo img {
	width: 200px;
}
.banner_sec {
    width: 100%;
    float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    padding: 220px 0px;
    display: none;
}
.banner_sec .container {
	position: relative;
}
.banner_sec h1 {
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-130%);
	font-family: QGR;
	color: #c06767;
	text-align: center;
	font-size: 90px;
}
.header_socail_icons ul li img {
	width: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banner_sec h1 span {
	font-family: PR;
	font-size: 35px;
	position: absolute;
	width: 250px;
}
.candles_slider_sec {
	width: 100%;
	float: left;
	padding: 50px 0px;
	background-color: #f7f0f3;
}
.inner_candles_slider {
	width: 100%;
	float: left;
}
.slide_hloder {
	width: 100%;
	float: left;
	display: flex !important;
}
.slider_content {
	width: 40%;
	float: left;
	padding: 120px 0px;
}
.slider_content h3 {
	color: #333;
	font-size: 25px;
	font-family: PR;
	margin-bottom: 10px;
}
.slider_images {
	width: 60%;
	float: left;
	text-align: center;
}
.slider_images img {
	width: 280px;
	display: unset !important;
}
.slick-next::before {
	content: '\f061' !important;
	font-family: 'Font Awesome\ 5 Free' !important;
	font-weight: 900;
	color: #fff !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1 !important;
}
.slick-prev::before {
	content: '\f060' !important;
	font-family: 'Font Awesome\ 5 Free' !important;
	font-weight: 900;
	color: #fff !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1 !important;
}
.slick-next.slick-arrow, .slick-prev.slick-arrow {
	padding: 30px;
	background-color: #e1568d;
	border-radius: 100%;
}
.slick-prev {
	right: 560px !important;
	z-index: 9;
	left: unset !important;
}
.slick-next {
	right: 70px !important;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background: #cc4f80 !important;
}
.bio_sec {
	width: 100%;
	float: left;
}
.bio_heading_sec {
	width: 100%;
	float: left;
	padding: 60px 0px 0px;
	background-color: #f9f9f9;
	text-align: center;
}
.bio_bottom_sec {
	width: 100%;
	float: left;
	background-color: #f9f9f9;
}
.bio_bottom_img {
	width: 50%;	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 450px;
	max-width: 70%;
	margin: 0px auto;
}
.bio_content_holder {
	width: 100%;
	float: left;
}
.bio_bottom_content {
	width: 90%;
	padding: 20px 50px;
	margin: 0px auto;
}
.bio_bottom_img_holder {
	width: 100%;
	float: left;
}
.bio_bottom_content p {
	font-size: 18px;
	margin-bottom: 15px;
	max-width: 95%;
	font-family: PL;
	color: #373737;
}
.tag_line{
	position: relative;
	max-width: 150px;
	margin: 0px auto 30px;
	color: 373737;
	text-transform: uppercase;
}
.bio_heading_sec p:last-child {
	margin-bottom: unset;
}
.tag_line::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #858585;
	bottom: -20px;
	left: 0px;
}
.candles_slider_sec .tag_line {
	margin: 0px 0px 30px 0px;
	max-width: 220px;
}
.contact_sec {
	width: 100%;
	float: left;
	background-color: #f5e9ed;
	padding: 60px 0px;
}
.inner_contact_sec {
	width: 100%;
	float: left;
}
.contact_content {
	width: 60%;
	float: left;
}
.contact_form_area {
	width: 40%;
	float: left;
	padding-top: 10px;
}
.address_sec {
	width: 100%;
	float: left;
	padding: 20px 0px;
}
.address_sec ul li span {
	color: #333333;
	font-family: QGR;
	width: 100%;
	display: inline-block;
	font-size: 18px;
}
.address_sec ul li {
	font-family: PR;
	margin-bottom: 6px;
	display: inline-block;
	vertical-align: top;
	color: #373737;
	width: 31%;
}
.address_sec p {
	margin-top: 20px;
}
.contact_map {
	width: 100%;
	float: left;
}
.contact_map iframe {
	height: 350px;
	border: 2px solid #e3d1cf !important;
	width: 100%;
}
.inner_form label, input, textarea {
	width: 100%;
	display: block;
}
.inner_form {
	width: 100%;
	float: left;
	padding: 0px 40px;
}
.inner_form label {
	font-family: PR;
	margin-bottom: 7px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #373737;
}
.inner_form input {
	padding: 11px 10px;
	font-family: PR;
	font-size: 13px;
	margin-bottom: 20px;
	border: 1px solid #d1d1d1;
}
.inner_form textarea {
	height: 128px;
	border: 1px solid #d1d1d1;
	padding: 15px 10px;
	font-size: 13px;
	font-family: PR;
	resize: none;
}
.wpcf7-submit {
	padding: 10px 10px;
	background-color: #e1568d;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
	font-family: PL;
	cursor: pointer;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 16px;
	width: 150px;
	border: none !important;
}
.wpcf7-submit:hover {
	background-color: #cc4f80;
}
.address_sec ul li a {
	color: #373737;
}
.scroll_header {
	width: 100%;
	float: left;
	border-bottom: 1px solid #c6c6c6;
	background-color: #fff;
	position: fixed;
	top: -200px;
	transition: all .7s;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.4);
	z-index: 99;
}
.inner_form form br {
	display: none;
}
.copyright_sec {
	width: 100%;
	float: left;
	text-align: center;
	padding: 25px 0px;
	background-color: #eedfe6;
	color: #373737;
}
.wpcf7-response-output.wpcf7-mail-sent-ng {
	position: absolute;
	font-size: 14px;
	font-family: PL;
}
.header_menu ul li:last-child a {
	padding-right: unset;
}
/*Mobile Menu*/
.mobile_menu .container {
	position: relative;
	z-index: 99999;
}
.icon {
	position: absolute;
	top: 27px;
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.hamburger {
	width: 24px;
	height: 2px;
	background: #ad0132;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: .5s;
}
.hamburger::before, .hamburger::after {
	content: '';
	position: absolute;
	width: 24px;
	height: 2px;
	background: #ad0132;
	transition: .5s;
}
.hamburger::before {
	top: -8px;
}
.hamburger::after {
	top: 8px;
}
.menu_items {
	top: 120px;
	background: #eedfe6;
	position: absolute;
	width: 100%;
	z-index: 999;
	left: 0;
	padding: 10px 0;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,.4);
}
.menu_items ul {
	margin: 0;
}
.menu_items ul li {
	text-align: left;
	padding: 0;
	border-top: 1px solid #e3d1cf;
}
.menu_items ul li a {
	font-size: 16px;
	color: #373737;
	font-family: "MSB";
	padding: 15px 5%;
	display: block;
	text-transform: uppercase;
}
.menu_items ul li:first-child {
	border-top: 0;
}
.icon.active .hamburger {
	background: rgba(0, 0, 0, 0);
}
.icon.active .hamburger::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
}
.icon.active .hamburger::after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 0;
}
.screen-reader-response {
	display: none;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
	font-family: PL;
}