@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
	font-family: 'classyvogueregular';
	src: url('../fonts/classyvogueregularp7rry.eot');
	src: url('../fonts/classyvogueregularp7rry.eot') format('embedded-opentype'), url('../fonts/classyvogueregularp7rry.woff2') format('woff2'), url('../fonts/classyvogueregularp7rry.woff') format('woff'), url('../fonts/classyvogueregularp7rry.ttf') format('truetype'), url('../fonts/classyvogueregularp7rry.svg#classyvogueregularp7rry') format('svg');
}
@font-face {
	font-family: 'HighSpirited';
	src: url('../fonts/HighSpirited.eot');
	src: url('../fonts/HighSpirited.eot') format('embedded-opentype'), url('../fonts/HighSpirited.woff2') format('woff2'), url('../fonts/HighSpirited.woff') format('woff'), url('../fonts/HighSpirited.ttf') format('truetype'), url('../fonts/HighSpirited.svg#HighSpirited') format('svg');
}
* {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font: 400 15px/20px 'Josefin Sans', sans-serif;
	color: #646464;
	transition: all .3s ease-in-out;
	word-break: break-word;
	overflow-x: hidden;
}
ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none
}
ul li {
}
.flex-s {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-m {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-l {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.d-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.equal-height {
	align-items: initial!important;
}
.flex-re {
	flex-direction: row-reverse
}
.row.flex-re [class*="col-"] {
	margin-right: 2.5641%;
	margin-left: 0;
}
.row.flex-re [class*="col-"]:first-child {
	margin-right: 0;
}
div:after, ul:after, ol:after {
	clear: both;
	line-height: 0;
	content: "";
	display: table;
}
a {
	text-decoration: none;
	color: #3344a3;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0px;
}
h1 {
	font: 400 55px/55px 'classyvogueregular';
	color: #000;
	margin: 0;
}
h2 {
	font: 400 50px/55px 'classyvogueregular';
	color: #000;
	margin: 0;
}
h2 code {
	font: 400 62px/65px 'HighSpirited';
	color: #000;
	display: block;
}
h3 {
	font: 700 35px/40px 'classyvogueregular';
	color: #000;
	margin: 0;
}
h4 {
	font: 700 30px/35px 'classyvogueregular';
	color: #000;
	margin: 0;
}
h5 {
	font: 400 25px/30px 'classyvogueregular';
	color: #000;
	margin: 0;
}
h6 {
	font: 300 20px/25px 'classyvogueregular';
	color: #000;
	margin: 0;
}
p {
	font: 400 18px/26px 'Josefin Sans', sans-serif;
	color: #212121;
	padding: 15px 0 0;
	margin: 0;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	outline: none;
}
.btn {
	background: #94332f;
	font: 400 23px/66px 'classyvogueregular';
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 46px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #94332f;
	border-radius: 50px;
	letter-spacing: 0;
	position: relative;
}
.btn:after {
	content: "";
	z-index: 9;
	height: 13px;
	width: 56px;
	text-align: center;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/bi.png) no-repeat right center;
}
.btn:hover {
	transition: all .3s ease;
	background: #000;
	color: #fff;
	border: 1px solid #000;
}
.btn-white {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}
.btn-black {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}
.btn-yellow {
	background: #fbb03b;
	color: #000;
	border: 1px solid #fbb03b;
}
.btn-tra {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.d-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline: none;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.bld-text {
	font-weight: 900;
}
.blk-text {
	font-weight: 700;
}
.mid-text {
	font-weight: 500;
}
.lit-text {
	font-weight: 300;
}
.tt-u {
	text-transform: uppercase;
}
.tt-c {
	text-transform: capitalize;
}
.tt-l {
	text-transform: lowercase;
}
/*--header start--*/
header {
	padding: 0;
}
.header_top {
	padding: 9px 0;
}
.top_left {
	float: left;
	margin: 0 0 0;
}
.top_left ul {
	display: table;
}
.top_left ul li {
	float: left;
	padding: 0px 11.5px;
	font: 300 17px/20px 'Josefin Sans', sans-serif;
	color: #000;
	transition: 0.5s ease;
}
.top_left ul li:first-child {
	padding-left: 0;
	border-right: 1px solid #dedede;
}
.top_left ul li a {
	font: 300 17px/20px 'Josefin Sans', sans-serif;
	color: #000;
}
.top_left ul li:hover, .top_left ul li.active, .top_left ul li.current_page_item {
	color: #872c2d
}
.top_left ul li:hover a, .top_left ul li.active a, .top_left ul li.current_page_item a {
	color: #872c2d;
}
.top_right {
	float: right;
	margin: 0 0 0;
}
.top_right p {
	font: 300 17px/20px 'Josefin Sans', sans-serif;
	color: #000;
	padding: 0;
	float: right;
}
.header_bot {
	background: #fff;
	border-top: 1px solid #dbdbdb;
	padding: 4px 0;
}
.logo {
	float: left;
}
.logo img {
}
.after_logo {
	float: right;
	margin: 23px 0;
	display: flex;
	align-items: center;
}
/*---navigation---*/
#navigation {
}
#navbtn {
	display: none;
}
.nav-menu {
	display: table;
}
.nav-menu li {
	position: relative;
	float: left;
	padding: 0 21px;
}
.nav-menu li:last-child {
	padding-right: 0;
}
.nav-menu li .menuarrow {
	display: none;
}
.nav-menu li > a {
	font: 300 18px/49px 'Josefin Sans', sans-serif;
	color: #000;
	white-space: nowrap;
	display: block;
	text-transform: capitalize;
}
.nav-menu li:hover, .nav-menu li.active, .nav-menu li.current_page_item {
}
.nav-menu li:hover > a, .nav-menu li.active > a, .nav-menu li.current_page_item > a, .nav-menu li > a:focus {
	color: #872c2d;
}
.nav-menu .sub-menu {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, 0%);
	background: #d62027;
	min-width: 220px;
	box-shadow: 0 0 5px #000;
	transition: all 300ms ease-out 0s;
	display: none;
	z-index: 11;
}
.nav-menu .sub-menu:after {
	content: "";
	z-index: 9;
	height: 30px;
	width: 23px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translate(-50%, 0%);
	background: url(../images/mi.png) no-repeat top center;
	background-size: 100%;
}
.nav-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.nav-menu li:hover > .sub-menu {
	display: block;
}
.nav-menu .sub-menu li {
	float: none;
	/*border-bottom: 1px solid #e3e3e3;*/
	padding: 0;
	border-top: none;
}
.nav-menu .sub-menu li:hover, .nav-menu .sub-menu li.active, .nav-menu .sub-menu li.current_page_item {
	background: none;
	background-color: #286aa6;
	border-radius: 0;
}
.nav-menu .sub-menu li:hover a, .nav-menu .sub-menu li.active a, .nav-menu .sub-menu li.current_page_item a {
	color: #fff;/*text-shadow: 1px 1px 1px #000;*/
}
.nav-menu .sub-menu a {
	font: 400 15px/20px 'Josefin Sans', sans-serif;
	color: #fff;
	padding: 10px 10px;
	white-space: normal;
	margin: 0;
	text-transform: capitalize;
}
.nav-menu .sub-menu li+li {
	border-top: 1px solid #ff6066;
}
 @media only screen and (max-width: 1198px) {
.nav-menu li > a {
	margin: 0 0px;
}
}
@media only screen and (max-width: 990px) {
#navigation {
	width: auto;
	position: relative;
	float: right;
	background: #94332f;
	border: 1px solid #94332f;
	margin: 2px 0 2px 15px;
}
#navbtn {
	display: block;
	background: url(../images/navigation.png) no-repeat 100% 50%;
	width: 37px;
	text-align: left;
	height: 37px;
	font-size: 0px;
	text-transform: uppercase;
	line-height: 37px;
	cursor: pointer;
	color: #fff;
}
.nav-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #94332f;
	width: 100%;
	z-index: 999;
	width: 260px;
	box-shadow: 0 0 6px #000;
}
.nav-menu li {
	float: none;
}
.nav-menu li+li {
	border-top: 1px solid #000;
}
.nav-menu li > a {
	font: 500 15px/44px 'Josefin Sans', sans-serif;
	color: #fff;
	padding: 0;
	margin: 0;
}
.nav-menu li .menuarrow {
	position: absolute;
	right: 7px;
	top: 7px;
	width: 30px;
	height: 30px;
	z-index: 99;
	background: url(../images/nav-arrow.png) no-repeat 50% 50%;
	display: block;
	cursor: pointer;
	border-radius: 3px;
}
.nav-menu li:hover > .menuarrow, .nav-menu li.active > .menuarrow, .nav-menu li.current_page_item > .menuarrow {
	background: url(../images/nav-arrow.png) no-repeat 50% 50% #fff;
}
.nav-menu .sub-menu {
	position: relative;
	margin: 0 3px;
}
.nav-menu .sub-menu .sub-menu {
	left: 0;
	margin: 0 5px;
}
.nav-menu .sub-menu li {
	float: none;
}
.nav-menu li:hover > .sub-menu {
	display: none;
}
}
@media only screen and (min-width: 1024px) {
.nav-menu {
	display: table !important;
}
}
@media only screen and (min-width: 1025px) {
.nav-menu {
	display: table !important;
}
}
@media only screen and (max-width: 450px) {
}
/*---navigation---*/
/*--header end--*/
/*--banner_wrap start--*/
.banner_wrap {
	position: relative;
}
.banner_wrap:after {
	content: "";
	z-index: 9;
	height: 128px;
	width: 1px;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: -25%;
	transform: translate(-50%, -50%);
	background: url(../images/banner_bot.png) no-repeat bottom center;
	background-size: 100%;
}
.banner_wrap img {
	width: 100%;
}
.banner_wrap .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 8;
}
.banner_wrap .txt .ban_txt {
	width: 50%;
}
.banner_wrap .txt h2 {
	font: 400 90px/90px 'classyvogueregular';
	color: #fff;
	text-transform: uppercase;
}
.banner_wrap .txt h2 code {
	font: 400 90px/90px 'classyvogueregular';
	color: #000;
	display: block;
}
.banner_wrap .txt h3 {
	font: 400 63px/66px 'HighSpirited';
	color: #000;
	text-transform: capitalize;
}
.as_wrap:after {
	display: none;
}
.as_wrap .txt {
	top: 50%;
}
/*--banner_wrap end--*/
/*--main_wrap start--*/
.main_wrap {
}
.content_wraper {
	padding: 52px 0;
}
.content_left {
	width: 50%;
	float: left;
}
.content_right {
	width: 50%;
	float: right;
}
.align-center.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 50% 95%;
	padding: 0px 0 30px;
}
.align-center.brdr-btm-white {
	background: url(../images/border-bottom-white.png) no-repeat 50% 95%;
	padding: 0px 0 30px;
}
.align-left.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 00% 95%;
	padding: 0px 0 30px;
}
.img_full {
}
.img_full img {
	width: 100%;
	height: auto;
	float: left;
}
.shadow {
	padding: 1%;
	box-shadow: 0 0 9px #999 !important;
}
.no-padding {
	padding: 0 !important;
}
.about_area {
	position: relative;
	margin: 52px 100px 0;
}
.about_area .about_txt {
	position: absolute;
	left: 51%;
	top: 100%;
	transform: translate(-0%, -50%);
	z-index: 13;
}
.about_area .about_txt h2 {
	transform: rotate(90deg);
}
.colorwhite {
}
.colorwhite h2, .colorwhite h2 code {
	color: #fff;
}
.ser_box {
	margin: 15px 0;
	text-align: center;
	position: relative;
}
.ser_box img {
	width: 100%;
}
.ser_box .ser_txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 8;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
}
.ser_box .ser_txt h1 {
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: 2.5%;
	transform: translate(-50%, -50%);
	z-index: 8;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
	font-size: 32px;
}
.jew_wrap {
	background: url(../images/jel-bg.png) no-repeat center;
	background-size: cover;
	padding: 100px 0;
}
.jew_txt {
	text-align: center;
}
.jew_txt h2 {
	color: #fff;
	font-size: 75px;
	line-height: 75px;
}
.jew_txt h3 {
	color: #fff;
	font-family: 'HighSpirited';
	font-weight: 300;
	font-size: 74px;
	line-height: 74px;
}
.ins_feed {
	margin: 52px 0 0 0;
}
.ins_feed ul {
	display: flex;
	width: 100%;
	align-content: center;
	justify-content: center;
	flex-flow: row wrap;
}
.ins_feed ul li {
	display: inline-block;
	width: 25.9%;
}
.ins_feed ul li:last-child {
	width: 22.2%;
}
.left_pos {
	position: relative;
	padding-left: 105px;
}
.lp_img {
}
.lp_img img {
	width: 100%;
}
.left_pos .lp_txt {
	position: absolute;
	left: 2.5%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 13;
	width: 100%;
}
.left_pos .lp_txt h2 {
	transform: rotate(-90deg);
}
.right_pos {
	position: relative;
	padding-right: 105px;
	padding-left: 52px;
}
.lr_img {
}
.lr_img img {
	width: 100%;
}
.right_pos .lr_txt {
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 13;
	width: 100%;
}
.right_pos .lr_txt h2 {
	transform: rotate(90deg);
}
.wh_wrap {
	padding-top: 0;
	padding-bottom: 0;
	background: url(../images/wh-bg.png) no-repeat center;
	background-size: cover;
}
.wh_txt {
	padding: 0 0 0 100px;
}
.wh_txt h2 {
	color: #fff;
}
.wh_txt h3 {
	font: 400 25px/30px 'Josefin Sans', sans-serif;
	color: #fff;
	margin: 15px 0 0 0;
}
#owl-one .item {
	margin: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#owl-one .item img {
	display: inline-block;
}
#owl-one .owl-nav [class*=owl-] {
	position: absolute;
	margin-top: -20px;
	outline: 0;
	width: 44px;
	height: 44px;
	text-indent: -9999px;
	z-index: 999;
}
#owl-one .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: -50px;
	top: 50%;
	background: url(../images/right_1.png) no-repeat !important;
	border-radius: 0;
	margin: 0;
}
#owl-one .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: -50px;
	top: 50%;
	background: url(../images/left_1.png) no-repeat !important;
	border-radius: 0;
	margin: 0;
}
#owl-one .owl-nav [class*=owl-] {
	display: block;
}
#owl-one .owl-nav {
	position: absolute;
	right: 50px;
	bottom: 70px;
}
#owl-one .owl-dots {
	display: none;
}
.eq_wrap {
	background: #fff url(../images/eq-bg.png) no-repeat center;
	background-size: cover;
}
.mail_form {
	text-align: center;
}
.mail_form h2 {
}
.mail_form p {
	margin: 0 0 17px;
}
.mail_form input[type="text"], .mail_form input[type="email"], .mail_form input[type="tel"], .mail_form input[type="number"], .mail_form input[type="date"], .mail_form input[type="time"], .mail_form select, .mail_form textarea {
	width: 100%;
	height: 59px;
	background: transparent;
	border: 1px solid #000;
	border-radius: 0;
	margin: 15px 0 0;
	padding: 0 12px;
	text-indent: 0px;
	font: 400 16px/59px 'Josefin Sans', sans-serif;
	color: #000;
	display: inline-block;
}
.mail_form textarea {
	height: 95px;
	line-height: 25px;
	padding: 11px 12px;
	border-radius: 0px;
}
.mail_form label {
	margin: 8px 15px 8px 0;
	font-size: 17px;
	line-height: 22px;
	color: #fff;
	display: inline-block;
	width: auto;
}
.mail_form input[type="checkbox"], .mail_form input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: 22px;
	height: 22px;
	float: left;
	margin: 0 7px 0 0;
}
.mail_form select {
	background: transparent url(../images/select_1.png) no-repeat 96% center;
}
.mail_form select option {
	display: none;
	background: #fff;
}
.mail_form select option+option {
	display: block;
	padding: 5px 0;
	color: #333;
}
.mail_form input[type="file"] {
	width: 100%;
	background: #fff;
	font: 500 14px/53px 'Josefin Sans', sans-serif;
	color: #000;
	text-transform: capitalize;
	text-align: center;
	padding: 5px;
	margin: 15px 0 0;
	border: 1px solid #fff;
	border-radius: 0;
	text-align: left;
}
.mail_form input[type="submit"] {
	background: #d62027;
	font: 700 16px/53px 'Josefin Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 0 81px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #d62027;
	border-radius: 50px;
	letter-spacing: 0;
	position: relative;
}
.mail_form input[type="submit"]:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
	transition: all .3s ease;
}
 .mail_form input[type="text"]::-webkit-input-placeholder, .mail_form input[type="email"]::-webkit-input-placeholder, .mail_form input[type="tel"]::-webkit-input-placeholder, .mail_form input[type="date"]::-webkit-input-placeholder, .mail_form input[type="time"]::-webkit-input-placeholder, .mail_form select::-webkit-input-placeholder {
 font: 400 16px/59px 'Josefin Sans', sans-serif;
 color: #999 !important;
 opacity:1;
}
.mail_form textarea::-webkit-input-placeholder {
font: 400 16px/25px 'Josefin Sans', sans-serif;
 color: #999 !important;
 opacity:1;
}
/*--footer_wrap start--*/
footer {
	background: #fff;
	background-size: cover;
	padding: 40px 0 30px;
	text-align: center;
}
.footer_links {
	margin: 17px 0 15px;
}
.footer_links ul {
	display: table;
	width: 100%;
}
.footer_links ul li {
	display: inline-block;
	padding: 0 15px;
	font: 400 13px/25px 'Josefin Sans', sans-serif;
	color: #1e1e1e;
}
.footer_links ul li:last-child {
	border: none;
}
.footer_links ul li a {
	font: 400 13px/25px 'Josefin Sans', sans-serif;
	color: #1e1e1e;
	text-transform: uppercase;
	display: block;
}
.footer_links ul li a:hover {
	color: #d62027;
}
.footer_links ul li:hover a, .footer_links ul li.active a, .footer_links ul li.current_page_item a {
	color: #d62027
}
.foot_con {
	background: url(../images/fi-1.png) no-repeat center left;
	padding: 9px 0 9px 46px;
	display: inline-block;
	font: 700 italic 37px/41px 'Josefin Sans', sans-serif;
	color: #000;
}
.foot_con a {
	color: #000;
}
.footer_part {
	margin: 22px 0 0 0;
}
.footer_part ul {
	display: table;
}
.footer_part ul li {
	display: inline-block;
	border-radius: 15px;
	box-shadow: 0 0 9px #999;
	text-align: center;
	margin: 12px 5px;
}
.footer_part ul li img {
	border-radius: 15px;
}
.copyright_wrap {
	padding: 0;
	text-align: center;
}
.copyright_wrap p {
	font: 400 14px/20px 'Josefin Sans', sans-serif;
	color: #1e1e1e;
}
/*--footer_wrap end--*/
.align-center {
	text-align: center;
}
.colorwhite {
	color: #fff;
}
.colorred {
	color: #a71b16;
}
.colorblack {
	color: #000;
}
.bg-gray {
	background: #f1f1f1;
}
.bg-black {
	background: #171a21;
}
.bg-pink {
	background: #fbf5ed;
}
.bg-blue {
	background: #d2e6e8;
}
.bg-yellow {
	background: #fcb944;
}
.img {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.img img {
	width: 100%;
	height: auto;
	float: left;
	-webkit-transition: all 5.5s;
	-moz-transition: all 5.5s;
	-o-transition: all 5.5s;
	transition: all 5.5s;
}
.img:hover, .img:focus {
/*box-shadow: 0 0 3px #999;*/
}
.img:hover img, .img:focus img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.btn {
/*display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;	*/
	
	/*border: 1px solid currentColor;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: .2s transform ease-in-out;
	will-change: transform;
	z-index : 0;*/
}
/*.btn:before {
	background-color: #000;
	border-radius: 50px;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-100%, 0) rotate(10deg);
	transform-origin: top left;
	transition: .2s transform ease-out;
	will-change: transform;
	z-index: -1;
}
.btn:hover {
	border: 1px solid transparent;
	color: #fff;
	transform: scale(1.05);
	will-change: transform;
}
.btn:hover:before {
	transform: translate(0, 0);
}*/
.bdr-top {
	border-top: 3px solid #e5e5e5;
}
.find_area {
	text-align: center;
}
.find_area ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: initial!important;
}
.find_area ul li {
	width: 31.33%;
	margin: 1%;
	padding: 36px 15px 38px;
	display: inline-table;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 12px;
	box-shadow: 0 0 12px #ccc;
}
.find_area ul li h5 {
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	padding: 15px 0 0;
}
.find_area ul li p, .find_area ul li a {
	color: #454545;
	font-size: 17px;
	padding: 0;
}
.pro_box {
	background: #f7f7f7;
	margin: 25px 0 0;
	text-align: left;
	padding: 32px 25px;
	border: 1px solid #808080;
	border-radius: 12px;
	text-align: center;
}
.pro_box h2 {
	margin: 25px 0 0 0;
	font: 600 19px/25px 'Josefin Sans', sans-serif;
	color: #000;
}
.pro_box h6 {
	margin: 15px 0 0 0;
	font-weight: 500;
}
.pro_box p+p {
	padding: 0;
}
.pro_box a.btn {
	font-size: 11px;
	line-height: 39px;
	padding: 0 32px;
}
.pro_box a.btn:after {
	display: none;
}
.product_details {
}
.product_details h1 {
	font: 700 35px/40px 'Josefin Sans', sans-serif;
	color: #010101;
	margin: 0 0 5px 0;
}
.product_details h6 {
	padding: 15px 0;
	color: #000;
}
.product_details p {
	font-size: 15px;
	line-height: 20px;
}
.product_details a {
	background: #94332f;
	font: 500 13px/57px 'Josefin Sans', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 52px;
	margin: 15px 0 0;
	display: inline-block;
	border-radius: 50px;
}
.product_details a:hover {
	background: #000;
	color: #fff;
}
.product_details select {
	width: 49%;
	height: 57px;
	background: #fff;
	border: 1px solid #999;
	border-radius: 50px;
	margin: 15px 0 0;
	padding: 0 12px;
	text-indent: 0px;
	font: 400 14px/40px 'Josefin Sans', sans-serif;
	color: #000;
	display: inline-block;
}
.product_details select {
	background: #fff;
}
.product_details select option {
	display: none;
	background: #fff;
}
.product_details select option+option {
	display: block;
	padding: 5px 0;
	color: #333;
}
.product_details ul {
	width: 100%;
}
.product_details ul li {
	width: 100%;
	padding: 5px 0;
	font: 500 16px/24px 'Josefin Sans', sans-serif;
	color: #000;
}
.tab_area {
	margin: 52px 0 0 0;
}
.tab_area .tabs {
	background: url(../images/tab-bg.jpg) repeat-x left center;
}
.tab_area .tab-link {
	float: left;
	width: auto;
	height: auto;
	background: #000;
	border: 1px solid #000;
	border-radius: 30px;
	font: 400 16px/21px 'Josefin Sans', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 15px 30px;
	margin: 0 5px 0 0;
	position: relative;
	cursor: pointer;
}
.tab_area .tab-content {
	display: none;
	margin: 15px 0 0 0;
}
.tab_area .tab-content.active {
	display: block;
	background: #fff;
	padding: 15px 0;
}
.tab_area .tab-content p {
	font-size: 15px;
	padding: 0 0 15px 0
}
.tab_area .tab-content p:last-child {
	font-size: 15px;
	padding: 0 0 0
}
.tab_area .tab-link:hover, .tab_area .tab-link.active {
	color: #fff;
	background: #94332f;
	border: 1px solid #94332f;
}

#f-sociallinks{ margin:20px auto 10px; text-align:center;}
#f-sociallinks ul{ display:flex;justify-content: center;}
#f-sociallinks ul li{ padding:5px;}
#f-sociallinks ul li img{ width:36px; height:36px; color:#fff;  box-shadow:0 0 3px #872c2d; border-radius:90px}



#sociallinks{ float:right; padding:25px 0 0 20px;}
#sociallinks ul{ display:flex;}
#sociallinks ul li{ padding:5px 5px 0;}

#sociallinks ul li a img{ width:36px; height:36px; color:#fff;  box-shadow:0 0 3px #872c2d; border-radius:90px}