
@import "https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap";
@import "https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap";

body {
	background-color: #fff;
	padding: 0;
	margin: 0;
	font-family: roboto, sans-serif;
	font-size: 15px;
}

a {
	text-decoration: none;
	-webkit-transition: .5s;
	transition: .5s;
	color: #333;
}

a:hover,
a:focus {
	color: #7B0F27;
	text-decoration: none;
}

input,
button,
a {
	outline: 0 !important;
}

p {
	margin-bottom: 15px;
	line-height: 1.8;
	color: #666;
	font-size: 15px
}

p:last-child {
	margin-bottom: 0
}

.d-table {
	width: 100%;
	height: 100%
}

.d-table-cell {
	vertical-align: middle
}

img {
	max-width: 100%;
	height: auto;
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px
}

.pt-100 {
	padding-top: 100px
}

.pb-100 {
	padding-bottom: 100px
}

.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px
}

.pt-70 {
	padding-top: 70px
}

.pb-70 {
	padding-bottom: 70px
}

.mb-30 {
	margin-bottom: 30px
}

.mt-30 {
	margin-top: 30px
}

.bg-f7fbf6 {
	background-color: #f7fbf6
}

.bg-ebf5e7 {
	background-color: #ebf5e7
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: playfair display, serif
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0
}

.default-btn {
	-webkit-transition: .5s;
	transition: .5s;
	display: inline-block;
	padding: 13px 28px 11px 55px;
	position: relative;
	background-color: #7B0F27;
	color: #fff;
	border-width: 2px;
	border-style: solid;
	border-color: #7B0F27;
	border-radius: 4px;
	font-size: 14.5px;
	font-weight: 700
}

.default-btn .label,
.default-btn .icon-arrow {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-perspective: 1000;
	perspective: 1000
}

.default-btn .label {
	display: inline-block;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: transform .5s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1)
}

.default-btn .icon-arrow {
	color: #fff;
	top: 11px;
	-webkit-transition: opacity .4s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: opacity .4s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: transform .5s cubic-bezier(.86, 0, .07, 1), opacity .4s cubic-bezier(.86, 0, .07, 1);
	transition: transform .5s cubic-bezier(.86, 0, .07, 1), opacity .4s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
	font-size: 22px
}

.default-btn .icon-arrow.before {
	left: 25px;
	position: absolute;
	-webkit-transform-origin: left center;
	transform-origin: left center
}

.default-btn .icon-arrow.after {
	opacity: 0;
	position: absolute;
	right: 25px;
	-webkit-transform: translateX(75%) scaleX(.1);
	transform: translateX(75%) scaleX(.1);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	color: #7B0F27
}

.default-btn:hover {
	background-color: transparent;
	color: #7B0F27;
	border-color: #7B0F27
}

.default-btn:hover .label {
	-webkit-transform: translateX(-32px);
	transform: translateX(-32px)
}

.default-btn:hover .icon-arrow.before {
	opacity: 0;
	-webkit-transform: translateX(-75%) scaleX(.1);
	transform: translateX(-75%) scaleX(.1)
}

.default-btn:hover .icon-arrow.after {
	opacity: 1;
	-webkit-transform: translateX(0) scaleX(1);
	transform: translateX(0) scaleX(1)
}

.section-title {
	text-align: center;
	max-width: 660px;
	position: relative;
	margin-top: 9px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto
}

.section-title .sub-title {
	display: block;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 400
}

.section-title h2 {
	margin-bottom: 0;
	color: #7B0F27;
	font-size: 30px;
	font-weight: 700
}

.section-title p {
	font-size: 15px;
	max-width: 550px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto
}

.section-title.text-left {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0
}

.section-title.text-left h2 {
	max-width: 660px
}

.section-title.text-left p {
	max-width: 550px;
	margin-left: 0
}

.section-title.text-left .default-btn {
	position: absolute;
	right: 0;
	bottom: 0
}

.optional-btn {
	-webkit-transition: .5s;
	transition: .5s;
	display: inline-block;
	padding: 12px 28px 10px 55px;
	position: relative;
	background-color: transparent;
	color: #7B0F27;
	border-width: 2px;
	border-style: solid;
	border-color: #7B0F27;
	border-radius: 4px;
	font-size: 14.5px;
	font-weight: 700
}

.optional-btn .label,
.optional-btn .icon-arrow {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-perspective: 1000;
	perspective: 1000
}

.optional-btn .label {
	display: inline-block;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: transform .5s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1)
}

.optional-btn .icon-arrow {
	color: #7B0F27;
	top: 11px;
	-webkit-transition: opacity .4s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: opacity .4s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: transform .5s cubic-bezier(.86, 0, .07, 1), opacity .4s cubic-bezier(.86, 0, .07, 1);
	transition: transform .5s cubic-bezier(.86, 0, .07, 1), opacity .4s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
	font-size: 20px
}

.optional-btn .icon-arrow.before {
	left: 25px;
	position: absolute;
	-webkit-transform-origin: left center;
	transform-origin: left center
}

.optional-btn .icon-arrow.after {
	opacity: 0;
	position: absolute;
	right: 25px;
	-webkit-transform: translateX(75%) scaleX(.1);
	transform: translateX(75%) scaleX(.1);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	color: #fff
}

.optional-btn:hover {
	background-color: #7B0F27;
	color: #fff;
	border-color: #7B0F27
}

.optional-btn:hover .label {
	-webkit-transform: translateX(-32px);
	transform: translateX(-32px)
}

.optional-btn:hover .icon-arrow.before {
	opacity: 0;
	-webkit-transform: translateX(-75%) scaleX(.1);
	transform: translateX(-75%) scaleX(.1)
}

.optional-btn:hover .icon-arrow.after {
	opacity: 1;
	-webkit-transform: translateX(0) scaleX(1);
	transform: translateX(0) scaleX(1)
}

.form-control {
	height: 48px;
	padding: 0 0 0 15px;
	line-height: initial;
	color: #333;
	background-color: transparent;
	border: 1px solid #e5e0e0;
	border-radius: 0;
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 15px;
	font-weight: 400
}

.form-control:focus {
	border-color: #7B0F27
}

textarea.form-control {
	height: auto;
	padding-top: 15px
}

.marijuana-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: rgba(0, 0, 0, .75)
}

.marijuana-modal .marijuana-modal-content {
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	background-color: #fff;
	max-width: 600px;
	padding: 80px 50px;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto
}

.marijuana-modal .marijuana-modal-content h2 {
	margin-bottom: 20px;
	font-size: 38px;
	font-weight: 700
}

.marijuana-modal .marijuana-modal-content p {
	color: #333;
	line-height: initial;
	margin-bottom: 35px;
	font-size: 15px;
	font-weight: 500
}

.marijuana-modal .marijuana-modal-content .btn-box .default-btn,
.marijuana-modal .marijuana-modal-content .btn-box .optional-btn {
	margin-left: 10px;
	margin-right: 10px
}

.marijuana-modal .marijuana-modal-content .btn-box .default-btn {
	border-radius: 30px;
	padding: 11px 40px 10px 60px
}

.marijuana-modal .marijuana-modal-content .btn-box .default-btn .icon-arrow {
	top: 9px
}

.marijuana-modal .marijuana-modal-content .btn-box .default-btn .icon-arrow.before {
	left: 30px
}

.marijuana-modal .marijuana-modal-content .btn-box .optional-btn {
	border-radius: 30px;
	padding: 11px 40px 10px 60px;
	border-color: #333;
	background-color: #333;
	color: #fff
}

.marijuana-modal .marijuana-modal-content .btn-box .optional-btn .icon-arrow {
	top: 10px;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s
}

.marijuana-modal .marijuana-modal-content .btn-box .optional-btn .icon-arrow.before {
	left: 30px
}

.marijuana-modal .marijuana-modal-content .btn-box .optional-btn:hover {
	background-color: transparent;
	border-color: #333;
	color: #333
}

.marijuana-modal .marijuana-modal-content .btn-box .optional-btn:hover .icon-arrow {
	color: #333
}

.navbar-area {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	background-color: transparent;
	z-index: 99
}

.navbar-area .goldie-responsive-nav {
	display: none
}

.navbar-area .goldie-nav {
	padding-left: 25px;
	padding-right: 25px
}

.navbar-area .goldie-nav .navbar .navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0
}

.navbar-area .goldie-nav .navbar ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0
}

.navbar-area .goldie-nav .navbar .navbar-nav {
	font-family: playfair display, serif;
	margin-left: auto
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item {
	position: relative;
	padding: 0
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item a {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	padding-left: 0;
	padding-right: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: 15px;
	margin-right: 15px
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-area .goldie-nav .navbar .navbar-nav .nav-item a:focus,
.navbar-area .goldie-nav .navbar .navbar-nav .nav-item a.active {
	color: #fff
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item a i {
	font-size: 17px;
	position: relative;
	top: 2px;
	display: inline-block;
	margin-left: -3px;
	margin-right: -3px
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item:last-child a {
	margin-right: 0
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item:first-child a {
	margin-left: 0
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item:hover a,
.navbar-area .goldie-nav .navbar .navbar-nav .nav-item.active a {
	color: #fff
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	background: #fff;
	position: absolute;
	border: none;
	top: 82px;
	left: 0;
	width: 250px;
	z-index: 99;
	margin: 0;
	display: block;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 0;
	font-family: roboto, sans-serif
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	padding: 0
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	padding: 13px 20px 11px;
	margin: 0;
	position: relative;
	display: block;
	color: #333;
	border-bottom: 1px dashed #eee;
	font-size: 15px;
	font-weight: 500
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
	margin: 0;
	position: absolute;
	top: 50%;
	font-size: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #7B0F27
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
	border-bottom: none
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: -250px;
	top: 20px;
	opacity: 0;
	visibility: hidden
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #333
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: #7B0F27
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 250px;
	top: 20px;
	opacity: 0;
	visibility: hidden
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #333
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7B0F27
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px;
	opacity: 0;
	visibility: hidden;
	top: 20px
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #333
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7B0F27
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 250px;
	opacity: 0;
	visibility: hidden;
	top: 20px
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #333
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7B0F27
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px;
	top: 20px;
	opacity: 0;
	visibility: hidden
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #333
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7B0F27
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 250px;
	top: 20px;
	opacity: 0;
	visibility: hidden
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #333
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7B0F27
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #fff;
	background-color: #7B0F27
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 0
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #7B0F27
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 0
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #7B0F27
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 0
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #7B0F27
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 0
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: #7B0F27
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 0
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: #7B0F27
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 0
}

.navbar-area .goldie-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 100%
}

.navbar-area .goldie-nav .navbar .others-option {
	margin-left: 25px;
	padding-left: 25px;
	position: relative
}

.navbar-area .goldie-nav .navbar .others-option::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 75%;
	width: 2px;
	background-color: #85b571
}

.navbar-area .goldie-nav .navbar .others-option .language-switcher {
	position: relative;
	top: -1px
}

.navbar-area .goldie-nav .navbar .others-option .language-switcher .dropdown-toggle {
	padding: 0;
	border: none;
	background-color: transparent;
	font-weight: 500
}

.navbar-area .goldie-nav .navbar .others-option .language-switcher .dropdown-toggle::after {
	display: none
}

.navbar-area .goldie-nav .navbar .others-option .language-switcher .dropdown-toggle img {
	width: 35px;
	border-radius: 5px;
	border: 3px solid #fff;
	position: relative;
	top: -2px
}

.navbar-area .goldie-nav .navbar .others-option .language-switcher .dropdown-toggle span {
	display: inline-block;
	color: #fff;
	margin-left: 3px
}

.navbar-area .goldie-nav .navbar .others-option .language-switcher .dropdown-toggle span i {
	position: relative;
	font-size: 20px;
	top: 4px;
	margin-left: -3px
}

.navbar-area .goldie-nav .navbar .others-option .language-switcher .dropdown-menu {
	padding: 15px;
	float: unset;
	border: none;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	border-radius: 0;
	display: block;
	margin-top: 25px;
	opacity: 0;
	visibility: visible;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: scaleX(0);
	transform: scaleX(0)
}

.navbar-area .goldie-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item {
	padding: 0;
	color: #333;
	margin-bottom: 10px;
	font-weight: 500
}

.navbar-area .goldie-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item:last-child {
	margin-bottom: 0
}

.navbar-area .goldie-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item img {
	width: 40px;
	border-radius: 5px;
	border: 3px solid #fff
}

.navbar-area .goldie-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item span {
	display: inline-block;
	margin-left: 5px
}

.navbar-area .goldie-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item:hover,
.navbar-area .goldie-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item:focus {
	background-color: transparent !important
}

.navbar-area .goldie-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item:active,
.navbar-area .goldie-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item.active {
	color: #333;
	background-color: transparent
}

.navbar-area .goldie-nav .navbar .others-option .language-switcher .dropdown-menu.show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.navbar-area .goldie-nav .navbar .others-option .cart-wrapper-btn {
	margin-left: 10px;
	font-size: 25px;
	line-height: 1;
	color: #fff;
	position: relative;
	top: 5px
}

.navbar-area .goldie-nav .navbar .others-option .cart-wrapper-btn i {
	line-height: 1
}

.navbar-area .goldie-nav .navbar .others-option .cart-wrapper-btn span {
	position: absolute;
	right: -5px;
	top: -5px;
	width: 15px;
	height: 15px;
	background-color: red;
	color: #fff;
	line-height: 16.5px;
	text-align: center;
	border-radius: 3px;
	font-weight: 500;
	font-size: 10px
}

.navbar-area .goldie-nav .navbar .others-option .search-box {
	margin-left: 18px;
	cursor: pointer;
	font-size: 25px;
	-webkit-transition: .5s;
	transition: .5s;
	line-height: 1;
	color: #fff;
	position: relative;
	top: 5px
}

.navbar-area .goldie-nav .navbar .others-option .search-box i {
	line-height: 1
}

.navbar-area .goldie-nav .navbar .others-option .search-box:hover {
	color: #fff
}

.navbar-area .goldie-nav .navbar .navbar-categories-dropdown {
	margin-left: auto;
	margin-right: 50px
}

.navbar-area .goldie-nav .navbar .navbar-categories-dropdown .dropdown-toggle {
	position: relative;
	text-transform: uppercase;
	color: #7B0F27;
	border: none;
	background-color: #e1f2da;
	border-radius: 5px;
	padding: 10px 20px 9px 42px;
	font-size: 15px;
	font-weight: 400
}

.navbar-area .goldie-nav .navbar .navbar-categories-dropdown .dropdown-toggle i {
	font-size: 18px;
	position: absolute;
	left: 20px;
	top: 47%;
	-webkit-transform: translateY(-47%);
	transform: translateY(-47%)
}

.navbar-area .goldie-nav .navbar .navbar-categories-dropdown .dropdown-toggle::after {
	display: none
}

.navbar-area .goldie-nav .navbar .navbar-categories-dropdown .dropdown-menu {
	padding: 15px;
	float: unset;
	border: none;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	display: block;
	margin-top: 5px;
	opacity: 0;
	border-radius: 5px;
	visibility: visible;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	min-width: 100%
}

.navbar-area .goldie-nav .navbar .navbar-categories-dropdown .dropdown-menu .dropdown-item {
	padding: 0;
	color: #333;
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 16px
}

.navbar-area .goldie-nav .navbar .navbar-categories-dropdown .dropdown-menu .dropdown-item:last-child {
	margin-bottom: 0
}

.navbar-area .goldie-nav .navbar .navbar-categories-dropdown .dropdown-menu .dropdown-item:hover,
.navbar-area .goldie-nav .navbar .navbar-categories-dropdown .dropdown-menu .dropdown-item:focus {
	color: #7B0F27;
	background-color: transparent !important
}

.navbar-area .goldie-nav .navbar .navbar-categories-dropdown .dropdown-menu .dropdown-item:active,
.navbar-area .goldie-nav .navbar .navbar-categories-dropdown .dropdown-menu .dropdown-item.active {
	color: #7B0F27;
	background-color: transparent
}

.navbar-area .goldie-nav .navbar .navbar-categories-dropdown .dropdown-menu.show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.navbar-area .goldie-nav .container-fluid {
	max-width: 1700px
}

.navbar-area.navbar-style-two .goldie-nav .navbar .navbar-brand img:nth-child(2) {
	display: none
}

.navbar-area.navbar-style-two .goldie-nav .navbar .navbar-nav {
	margin-left: 0;
	margin-right: auto
}

.navbar-area.navbar-style-two .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	left: 0
}

.navbar-area.navbar-style-two .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: 250px
}

.navbar-area.navbar-style-two .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px
}

.navbar-area.navbar-style-two .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 250px
}

.navbar-area.navbar-style-two .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px
}

.navbar-area.navbar-style-two .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 250px
}

.navbar-area.navbar-style-two .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px
}

.navbar-area.navbar-style-two .goldie-nav .navbar .others-option {
	margin-left: auto;
	padding-left: 0
}

.navbar-area.navbar-style-two .goldie-nav .navbar .others-option::before {
	display: none
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav {
	margin-left: auto;
	margin-right: auto
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item a {
	color: #333
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item a:focus,
.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item a.active {
	color: #7B0F27
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	left: 0
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	color: #333
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #7B0F27
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: 250px
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #333
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: #7B0F27
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #333
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7B0F27
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 250px
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #333
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7B0F27
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #333
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7B0F27
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 250px
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #333
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7B0F27
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover a,
.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #7B0F27
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover a,
.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #7B0F27
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover a,
.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #7B0F27
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover a,
.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #7B0F27
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover a,
.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: #7B0F27
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover a,
.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: #7B0F27
}

.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item:hover a,
.navbar-area.navbar-style-three .goldie-nav .navbar .navbar-nav .nav-item.active a {
	color: #7B0F27
}

.navbar-area.navbar-style-three .goldie-nav .navbar .others-option {
	margin-left: 0;
	padding-left: 0
}

.navbar-area.navbar-style-three .goldie-nav .navbar .others-option::before {
	display: none
}

.navbar-area.navbar-style-three .goldie-nav .navbar .others-option .language-switcher .dropdown-toggle span {
	color: #333
}

.navbar-area.navbar-style-three .goldie-nav .navbar .others-option .cart-wrapper-btn {
	color: #333
}

.navbar-area.navbar-style-three .goldie-nav .navbar .others-option .cart-wrapper-btn:hover {
	color: #7B0F27
}

.navbar-area.navbar-style-three .goldie-nav .navbar .others-option .search-box {
	color: #333
}

.navbar-area.navbar-style-three .goldie-nav .navbar .others-option .search-box:hover {
	color: #7B0F27
}

.navbar-area.is-sticky {
	z-index: 999;
	background-color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06)
}

.navbar-area.is-sticky.scrollUp {
	-webkit-transform: translateY(-95px);
	transform: translateY(-95px);
	opacity: 0;
	visibility: hidden
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item a {
	color: #333
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item a:focus,
.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item a.active {
	color: #7B0F27
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item:hover a,
.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item.active a {
	color: #7B0F27
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	color: #333
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #7B0F27
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #333
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: #7B0F27
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #333
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7B0F27
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #333
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7B0F27
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #333
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7B0F27
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #333
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7B0F27
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #333
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7B0F27
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #fff;
	background-color: #7B0F27
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #7B0F27
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #7B0F27
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #7B0F27
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: #7B0F27
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: #7B0F27
}

.navbar-area.is-sticky .goldie-nav .navbar .others-option .language-switcher .dropdown-toggle span {
	color: #333
}

.navbar-area.is-sticky .goldie-nav .navbar .others-option .cart-wrapper-btn {
	color: #333
}

.navbar-area.is-sticky .goldie-nav .navbar .others-option .cart-wrapper-btn:hover {
	color: #7B0F27
}

.navbar-area.is-sticky .goldie-nav .navbar .others-option .search-box {
	color: #333
}

.navbar-area.is-sticky .goldie-nav .navbar .others-option .search-box:hover {
	color: #7B0F27
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-categories-dropdown {
	margin-left: auto;
	margin-right: 50px
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-categories-dropdown .dropdown-toggle {
	position: relative;
	text-transform: uppercase;
	color: #7B0F27;
	border: none;
	background-color: #e1f2da;
	border-radius: 5px;
	padding: 10px 20px 9px 42px;
	font-size: 15px;
	font-weight: 400
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-categories-dropdown .dropdown-toggle i {
	font-size: 18px;
	position: absolute;
	left: 20px;
	top: 47%;
	-webkit-transform: translateY(-47%);
	transform: translateY(-47%)
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-categories-dropdown .dropdown-toggle::after {
	display: none
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-categories-dropdown .dropdown-menu {
	padding: 15px;
	float: unset;
	border: none;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	display: block;
	margin-top: 5px;
	opacity: 0;
	border-radius: 5px;
	visibility: visible;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	min-width: 100%
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-categories-dropdown .dropdown-menu .dropdown-item {
	padding: 0;
	color: #333;
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 16px
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-categories-dropdown .dropdown-menu .dropdown-item:last-child {
	margin-bottom: 0
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-categories-dropdown .dropdown-menu .dropdown-item:hover,
.navbar-area.is-sticky .goldie-nav .navbar .navbar-categories-dropdown .dropdown-menu .dropdown-item:focus {
	color: #7B0F27;
	background-color: transparent !important
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-categories-dropdown .dropdown-menu .dropdown-item:active,
.navbar-area.is-sticky .goldie-nav .navbar .navbar-categories-dropdown .dropdown-menu .dropdown-item.active {
	color: #7B0F27;
	background-color: transparent
}

.navbar-area.is-sticky .goldie-nav .navbar .navbar-categories-dropdown .dropdown-menu.show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.navbar-area.is-sticky.navbar-style-two .goldie-nav .navbar .navbar-brand img:nth-child(1) {
	display: none
}

.navbar-area.is-sticky.navbar-style-two .goldie-nav .navbar .navbar-brand img:nth-child(2) {
	display: inline-block
}

@media only screen and (max-width:991px) {
	.navbar-area {
		background-color: #fff;
		padding-top: 15px;
		padding-bottom: 15px
	}

	.navbar-area .goldie-responsive-nav {
		display: block
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu {
		position: relative
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav {
		margin-top: 56px
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav ul {
		font-size: 14px
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav ul li a.active {
		color: #7B0F27
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav ul li li a {
		font-size: 14px
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav .others-option {
		position: absolute;
		right: 50px;
		top: 4px;
		display: none
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav .others-option .language-switcher {
		position: relative;
		top: -1px
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-toggle {
		padding: 0;
		border: none;
		background-color: transparent;
		font-weight: 500
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-toggle::after {
		display: none
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-toggle img {
		width: 35px;
		border-radius: 5px;
		border: 3px solid #fff;
		position: relative;
		top: -2px
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-toggle span {
		display: inline-block;
		color: #333;
		margin-left: 3px
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-toggle span i {
		position: relative;
		font-size: 20px;
		top: 4px;
		margin-left: -3px
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu {
		padding: 15px;
		float: unset;
		border: none;
		-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
		border-radius: 0;
		display: block;
		margin-top: 19px;
		opacity: 0;
		visibility: visible;
		-webkit-transition: .5s;
		transition: .5s;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item {
		padding: 0;
		color: #333;
		margin-bottom: 10px;
		font-weight: 500
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item:last-child {
		margin-bottom: 0
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item img {
		width: 40px;
		border-radius: 5px;
		border: 3px solid #fff
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item span {
		display: inline-block;
		margin-left: 5px
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item:hover,
	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item:focus {
		background-color: transparent !important
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item:active,
	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item.active {
		color: #333;
		background-color: transparent
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu.show {
		opacity: 1;
		visibility: visible;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav .others-option .cart-wrapper-btn {
		margin-left: 10px;
		font-size: 25px;
		line-height: 1;
		color: #333;
		position: relative;
		top: 5px
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav .others-option .cart-wrapper-btn i {
		line-height: 1
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav .others-option .cart-wrapper-btn span {
		position: absolute;
		right: -5px;
		top: -5px;
		width: 15px;
		height: 15px;
		background-color: red;
		color: #fff;
		line-height: 16.5px;
		text-align: center;
		border-radius: 3px;
		font-weight: 500;
		font-size: 10px
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav .others-option .search-box {
		margin-left: 18px;
		cursor: pointer;
		font-size: 25px;
		-webkit-transition: .5s;
		transition: .5s;
		line-height: 1;
		color: #333;
		position: relative;
		top: 5px
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav .others-option .search-box i {
		line-height: 1
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav .others-option .search-box:hover {
		color: #7B0F27
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .mean-nav .navbar-categories-dropdown {
		display: none
	}

	.navbar-area .goldie-responsive-nav .goldie-responsive-menu.mean-container .navbar-nav {
		overflow-y: scroll;
		height: 343px;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1)
	}

	.navbar-area .goldie-responsive-nav .mean-container a.meanmenu-reveal {
		color: #333
	}

	.navbar-area .goldie-responsive-nav .mean-container a.meanmenu-reveal span {
		background: #333
	}

	.navbar-area .goldie-responsive-nav .logo {
		position: relative;
		width: 20%;
		z-index: 999
	}

	.navbar-area .goldie-responsive-nav .logo img {
		width: 145px
	}

	.navbar-area .goldie-nav {
		display: none
	}
}

.search-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	overflow: hidden
}

.search-overlay .search-overlay-layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.search-overlay .search-overlay-layer:nth-child(1) {
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.search-overlay .search-overlay-layer:nth-child(2) {
	left: 0;
	background-color: rgba(0, 0, 0, .4);
	-webkit-transition: all .3s ease-in-out .3s;
	transition: all .3s ease-in-out .3s
}

.search-overlay .search-overlay-layer:nth-child(3) {
	left: 0;
	background-color: rgba(0, 0, 0, .7);
	-webkit-transition: all .9s ease-in-out .6s;
	transition: all .9s ease-in-out .6s
}

.search-overlay .search-overlay-close {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 50px;
	z-index: 2;
	text-align: center;
	cursor: pointer;
	padding: 10px;
	-webkit-transition: all .9s ease-in-out 1.5s;
	transition: all .9s ease-in-out 1.5s;
	opacity: 0;
	visibility: hidden
}

.search-overlay .search-overlay-close .search-overlay-close-line {
	width: 100%;
	height: 3px;
	float: left;
	margin-bottom: 5px;
	background-color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
	margin-top: -7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.search-overlay .search-overlay-close:hover .search-overlay-close-line {
	background: #7B0F27;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.search-overlay .search-overlay-form {
	-webkit-transition: all .9s ease-in-out 1.4s;
	transition: all .9s ease-in-out 1.4s;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 2;
	max-width: 500px;
	width: 500px
}

.search-overlay .search-overlay-form form {
	position: relative
}

.search-overlay .search-overlay-form form .input-search {
	display: block;
	width: 100%;
	height: 55px;
	border: none;
	border-radius: 30px;
	padding-left: 20px;
	color: #333;
	font-size: 15px
}

.search-overlay .search-overlay-form form button {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 45px;
	color: #fff;
	height: 45px;
	border-radius: 50%;
	background-color: #7B0F27;
	-webkit-transition: .5s;
	transition: .5s;
	border: none;
	font-size: 20px;
	line-height: 45px
}

.search-overlay .search-overlay-form form button:hover {
	background-color: #333;
	color: #fff
}

.search-overlay.search-overlay-active.search-overlay {
	opacity: 1;
	visibility: visible
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-close {
	opacity: 1;
	visibility: visible
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-form {
	opacity: 1;
	visibility: visible
}

.main-banner {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 350px
}

.main-banner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 80%;
	/*background-color:#AA1834;
*/

	background-image: linear-gradient(to right top, #6c0d23, #7e1028, #91132e, #a41632, #b71a37);
	-webkit-transform: skewY(-11.5deg);
	transform: skewY(-11.5deg)
}

.main-banner::after {
	content: '';
	position: absolute;
	right: -50%;
	bottom: 40px;
	width: 100%;
	z-index: -2;
	height: 100%;
	background-color: #e1f2da;
	-webkit-transform: skewY(12deg);
	transform: skewY(12deg)
}

.main-banner .overlay {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #e1f2da;
	width: 100%;
	z-index: -2;
	height: 30%
}

.main-banner .container-fluid {
	max-width: 1390px
}

.main-banner-content {
	overflow: hidden;
	position: relative;
	top: -30px
}

.main-banner-content h1 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 75px;
	font-weight: 700
}

.main-banner-content p {
	color: #fff;
	max-width: 670px;
	font-size: 16px;
	-webkit-animation-delay: .7s !important;
	animation-delay: .7s !important
}

.main-banner-content .btn-box {
	margin-top: 30px;
	-webkit-animation-delay: 1.4s !important;
	animation-delay: 1.4s !important
}

.main-banner-content .btn-box .default-btn {
	margin-right: 10px;
	border-color: #fff;
	color: #7B0F27;
	background-color: #fff
}

.main-banner-content .btn-box .default-btn .icon-arrow {
	color: #7B0F27
}

.main-banner-content .btn-box .default-btn .icon-arrow.after {
	color: #fff
}

.main-banner-content .btn-box .default-btn:hover {
	color: #fff;
	background-color: transparent;
	border-color: #fff
}

.main-banner-content .btn-box .optional-btn {
	color: #fff;
	padding: 13px 28px 11px 55px;
	border-color: #fff
}

.main-banner-content .btn-box .optional-btn .icon-arrow {
	color: #fff
}

.main-banner-content .btn-box .optional-btn .icon-arrow.after {
	color: #7B0F27
}

.main-banner-content .btn-box .optional-btn:hover {
	background-color: #fff;
	color: #7B0F27;
	border-color: #fff
}

.main-banner-image {
	position: relative;
	overflow: hidden
}

.main-banner-image img {
	width: auto !important;
	display: inline-block !important
}

.main-banner-image img:nth-child(2) {
	position: absolute;
	left: 50px;
	top: 130px;
	border: 5px solid #a7d394;
	border-radius: 50%;
	-webkit-animation-delay: .7s !important;
	animation-delay: .7s !important
}

.main-banner-image img:nth-child(3) {
	position: absolute;
	left: 0;
	border: 5px solid #a7d394;
	border-radius: 50%;
	top: 258px;
	-webkit-animation-delay: 1.4s !important;
	animation-delay: 1.4s !important
}

.main-banner-image img:nth-child(4) {
	position: absolute;
	left: 30px;
	top: 390px;
	border: 5px solid #a7d394;
	border-radius: 50%;
	-webkit-animation-delay: 2.1s !important;
	animation-delay: 2.1s !important
}

.single-banner-item {
	position: relative;
	z-index: 1;
	padding-top: 300px;
	padding-bottom: 220px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.single-banner-item.item-bg1 {
	background-image: url(../img/banner/bg1.jpg)
}

.single-banner-item.item-bg2 {
	background-image: url(../img/banner/bg2.jpg)
}

.single-banner-item .container-fluid {
	max-width: 1350px
}

.banner-content {
	max-width: 670px;
	overflow: hidden
}

.banner-content h1 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 75px;
	font-weight: 700
}

.banner-content p {
	color: #fff;
	font-size: 16px;
	-webkit-animation-delay: .7s !important;
	animation-delay: .7s !important
}

.banner-content .btn-box {
	margin-top: 30px;
	-webkit-animation-delay: 1.4s !important;
	animation-delay: 1.4s !important
}

.banner-content .btn-box .default-btn {
	margin-right: 10px
}

.banner-content .btn-box .default-btn .icon-arrow.after {
	color: #fff
}

.banner-content .btn-box .default-btn:hover {
	color: #fff;
	border-color: #fff
}

.banner-content .btn-box .optional-btn {
	top: -.5px;
	color: #fff;
	border-color: #fff
}

.banner-content .btn-box .optional-btn .icon-arrow {
	color: #fff
}

.banner-content .btn-box .optional-btn .icon-arrow.after {
	color: #7B0F27
}

.banner-content .btn-box .optional-btn:hover {
	background-color: #fff;
	color: #7B0F27;
	border-color: #fff
}

.banner-slides.owl-theme .owl-nav {
	margin-top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s
}

.banner-slides.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #333;
	font-size: 35px;
	margin: 0;
	padding: 0;
	background: rgba(255, 255, 255, .7);
	border-radius: 0;
	width: 55px;
	height: 55px;
	-webkit-transition: .5s;
	transition: .5s
}

.banner-slides.owl-theme .owl-nav [class*=owl-] i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.banner-slides.owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: 20px
}

.banner-slides.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: #7B0F27;
	color: #fff
}

.banner-slides.owl-theme .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px
}

.banner-slides.owl-theme .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	margin: 0 5px;
	background: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 50%;
	-webkit-transform: scale(.9);
	transform: scale(.9)
}

.banner-slides.owl-theme .owl-dots .owl-dot:hover span,
.banner-slides.owl-theme .owl-dots .owl-dot.active span {
	background-color: #7B0F27
}

.banner-slides.owl-theme .owl-dots .owl-dot.active span {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.banner-slides.owl-theme:hover .owl-nav {
	opacity: 1;
	visibility: visible
}

.banner-shape1 {
	position: absolute;
	left: 0;
	bottom: 0
}

.main-banner-slides-owl-thumbs {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 182px;
	z-index: 3;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

.main-banner-slides-owl-thumbs .owl-thumb-item {
	display: inline-block;
	cursor: pointer;
	margin-left: 3px;
	margin-right: 3px
}

.main-banner-slides-owl-thumbs .owl-thumb-item img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 4px solid rgba(172, 24, 52, .7);
	-webkit-transition: .5s;
	transition: .5s
}

.main-banner-slides-owl-thumbs .owl-thumb-item.active img,
.main-banner-slides-owl-thumbs .owl-thumb-item:hover img {
	border-color: #87122B
}

.main-banner-slides-owl-thumbs .owl-thumb-item:nth-child(2) {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px)
}

.main-banner-slides-owl-thumbs .owl-thumb-item:nth-child(3) {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px)
}

.hero-content {
	position: relative;
	margin-left: auto;
	max-width: 655px
}

.hero-content .sub-title {
	display: block;
	margin-bottom: 15px;
	color: #7B0F27;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700
}

.hero-content h1 {
	margin-bottom: 20px;
	font-size: 60px;
	font-weight: 700
}

.hero-content p {
	max-width: 620px
}

.hero-content .btn-box {
	margin-top: 30px
}

.hero-content .btn-box .default-btn {
	margin-right: 10px
}

.hero-content .btn-box .optional-btn {
	padding: 13px 28px 12px 55px
}

.banner-section {
	position: relative;
	z-index: 1;
	padding-top: 100px
}

.hero-image {
	position: relative
}

.hero-image img {
	-webkit-animation: border-transform 10s linear infinite alternate forwards;
	animation: border-transform 10s linear infinite alternate forwards
}

.banner-shape2 {
	position: absolute;
	left: 20px;
	bottom: -100px;
	z-index: -1
}

.banner-shape2 img {
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 25s;
	animation-duration: 25s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

@-webkit-keyframes border-transform {

	0%,
	100% {
		border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
	}

	14% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
	}

	28% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
	}

	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
	}

	56% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
	}

	70% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
	}

	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
	}
}

@keyframes border-transform {

	0%,
	100% {
		border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
	}

	14% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
	}

	28% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
	}

	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
	}

	56% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
	}

	70% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
	}

	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
	}
}

@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.about-area {
	position: relative;
	z-index: 1
}

.about-area.bg-image {
	background-image: url(../img/about-bg.jpg);
	background-position: center center;
	background-size: contain;
	background-repeat: repeat
}

.about-content h2 {
	color: #7B0F27;
	margin-bottom: 15px;
	font-size: 38px;
	font-weight: 700
}

.about-content .sub-title {
	display: block;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: 400
}

.about-content .about-author {
	margin-top: 30px
}

.about-content .about-author .info {
	margin-left: 30px
}

.about-content .about-author .info h3 {
	color: #7B0F27;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 700
}

.about-content .about-author .info span {
	display: block;
	color: #666
}

.about-content .default-btn {
	margin-top: 30px
}

.about-img {
	position: relative;
	z-index: 1;
	border-radius: 5px;
	margin-left: 25px;
	margin-top: 25px
}

.about-img::after {
	content: '';
	position: absolute;
	top: -25px;
	left: -25px;
	border-radius: 5px 5px 0 0;
	z-index: -2;
	background-color: #e1f2da;
	height: 25px;
	width: 100%
}

.about-img::before {
	content: '';
	position: absolute;
	left: -25px;
	top: -25px;
	z-index: -2;
	border-radius: 5px 0 0 5px;
	background-color: #e1f2da;
	width: 25px;
	height: 100%
}

.about-img img {
	border-radius: 5px;
	width: 100%
}

.about-text {
	padding-left: 20px
}

.about-text .sub-title {
	display: block;
	color: #7B0F27;
	text-transform: uppercase;
	margin-bottom: 8px;
	letter-spacing: 1.5px;
	font-size: 18px;
	font-weight: 400
}

.about-text h2 {
	margin-bottom: 15px;
	font-size: 48px;
	font-weight: 700
}

.about-text .features-text {
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	margin-left: -7px;
	margin-right: -7px;
	margin-top: 25px;
	margin-bottom: -14px
}

.about-text .features-text li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 14px
}

.about-text .features-text li span {
	display: block;
	position: relative;
	color: #333;
	padding-left: 33px;
	font-size: 15px;
	font-weight: 500
}

.about-text .features-text li span i {
	position: absolute;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 23px;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #e1f2da;
	color: #7B0F27;
	text-align: center;
	font-size: 17px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%
}

.about-text .features-text li span:hover i {
	background-color: #7B0F27;
	color: #fff
}

.about-text .about-author {
	margin-top: 35px
}

.about-text .about-author .info {
	margin-left: 30px
}

.about-text .about-author .info h3 {
	color: #7B0F27;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 700
}

.about-text .about-author .info span {
	display: block;
	color: #666
}

.about-text .default-btn {
	margin-top: 30px
}

.shape-img1 {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1
}

.woocommerce-topbar {
	background-color: #f2f8f1;
	margin-bottom: 30px;
	border-radius: 50px;
	padding: 10px 30px
}

.woocommerce-topbar .topbar-result-count p {
	line-height: initial;
	color: #333;
	font-size: 15px
}

.woocommerce-topbar .topbar-ordering .nice-select {
	background-color: transparent;
	border: none;
	height: 45px;
	line-height: 45px;
	color: #333;
	font-size: 15px;
	padding-left: 0;
	padding-right: 0
}

.woocommerce-topbar .topbar-ordering .nice-select::after {
	right: 2px;
	width: 7px;
	height: 7px;
	border-color: #333;
	border-width: 1px
}

.woocommerce-topbar .topbar-ordering .nice-select .list {
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px
}

.woocommerce-topbar .topbar-ordering .nice-select .list .option {
	font-size: 14px;
	-webkit-transition: .5s;
	transition: .5s;
	padding-left: 15px;
	padding-right: 15px
}

.woocommerce-topbar .topbar-ordering .nice-select .list .option:hover,
.woocommerce-topbar .topbar-ordering .nice-select .list .option.focus,
.woocommerce-topbar .topbar-ordering .nice-select .list .option.selected.focus {
	background-color: transparent;
	color: #7B0F27
}

.woocommerce-topbar .topbar-ordering .nice-select .list .option.selected {
	font-weight: 400
}

.single-products-box {
	background-color: #fff;
	border: 1px solid #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px
}

.single-products-box .products-image {
	overflow: hidden;
	border-radius: 5px
}

.single-products-box .products-image img {
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px
}

.single-products-box .products-content {
	padding: 10px 25px 25px
}

.single-products-box .products-content h3 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700
}

.single-products-box .products-content h3 a {
	display: inline-block;
	color: #7B0F27
}

.single-products-box .products-content h3 a:hover {
	color: #333
}

.single-products-box .products-content .dot {
	width: 8px;
	height: 8px;
	background-color: #999;
	position: relative;
	margin-left: auto;
	margin-right: auto
}

.single-products-box .products-content .dot::before {
	width: 8px;
	height: 8px;
	content: '';
	position: absolute;
	right: -13px;
	background-color: #999;
	top: 0
}

.single-products-box .products-content .dot::after {
	width: 8px;
	height: 8px;
	content: '';
	position: absolute;
	left: -13px;
	background-color: #999;
	top: 0
}

.single-products-box .products-content ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 25px;
	margin-bottom: 15px
}

.single-products-box .products-content ul li {
	display: inline-block;
	color: #666;
	position: relative;
	margin-left: 12px;
	margin-right: 12px
}

.single-products-box .products-content ul li::before {
	position: absolute;
	right: -20px;
	top: 11px;
	height: 1px;
	content: '';
	width: 12px;
	background-color: #7B0F27
}

.single-products-box .products-content ul li:first-child {
	margin-left: 0
}

.single-products-box .products-content ul li:last-child {
	margin-right: 0
}

.single-products-box .products-content ul li:last-child::before {
	display: none
}

.single-products-box .products-content ul li span {
	display: inline-block;
	color: #333;
	font-weight: 500
}

.single-products-box .products-content .price {
	color: #7B0F27;
	font-size: 28px;
	font-weight: 700
}

.single-products-box .select-options-btn {
	position: absolute;
	right: 0;
	bottom: -60px;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 1
}

.single-products-box .select-options-btn a {
	display: block;
	background-color: #7B0F27;
	color: #fff;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 700
}

.single-products-box .select-options-btn a i {
	font-size: 20px;
	margin-right: 3px;
	position: relative;
	top: 3px
}

.single-products-box .select-options-btn a:hover {
	color: #fff;
	background-color: #BB1B38
}

.single-products-box:hover {
	border-color: #539d34
}

.single-products-box:hover .products-image img {
	-webkit-transform: scale(1.1) rotate(0deg);
	transform: scale(1.1) rotate(0deg)
}

.single-products-box:hover .select-options-btn {
	bottom: 0
}

.products-btn-box {
	margin-top: 20px
}

.products-list-tab .tabs {
	text-align: center;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 40px
}

.products-list-tab .tabs li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px
}

.products-list-tab .tabs li a {
	display: block;
	background-color: #fff;
	border-radius: 30px;
	color: #7B0F27;
	position: relative;
	border: 1px solid #fff;
	padding: 12px 35px 12px 75px;
	font-family: playfair display, serif;
	font-size: 18px;
	font-weight: 700
}

.products-list-tab .tabs li a img {
	position: absolute;
	left: 5px;
	top: 5px;
	border-radius: 50%;
	width: 48px;
	height: 48px
}

.products-list-tab .tabs li a:hover {
	border-color: #7B0F27
}

.products-list-tab .tabs li.current a {
	border-color: #7B0F27
}

.tab .tabs-item {
	display: none
}

.tab .tabs-item:first-child {
	display: block
}

.products-area .widget-area .widget_search form .search-field {
	background-color: #fff
}

.products-details-image img {
	width: 100%
}

.products-details-image .slick-slider {
	position: relative;
	padding: 0;
	margin: 0;
	list-style-type: none
}

.products-details-image .slick-dots {
	padding: 0;
	text-align: center;
	margin: 10px 0 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.products-details-image .slick-dots li {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 5px;
	-webkit-transition: .5s;
	transition: .5s;
	border: 1px solid #fff
}

.products-details-image .slick-dots li button {
	padding: 0;
	outline: 0;
	border: none;
	margin: 0;
	cursor: pointer
}

.products-details-image .slick-dots li:last-child {
	margin-right: 0
}

.products-details-image .slick-dots li:first-child {
	margin-left: 0
}

.products-details-image .slick-dots li.slick-active,
.products-details-image .slick-dots li:hover {
	border-color: #7B0F27
}

.products-details-image .slick-thumbs {
	display: none
}

.product-details-desc h3 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 700
}

.product-details-desc .price {
	margin-bottom: 12px;
	color: #7B0F27;
	font-size: 15px;
	font-weight: 600
}

.product-details-desc .price .old-price {
	text-decoration: line-through;
	color: #828893;
	font-weight: 400
}

.product-details-desc .product-review {
	margin-bottom: 12px
}

.product-details-desc .product-review .rating {
	display: inline-block;
	padding-right: 5px;
	font-size: 18px
}

.product-details-desc .product-review .rating i {
	color: #ffba0a;
	display: inline-block;
	margin-right: -2px
}

.product-details-desc .product-review .rating-count {
	display: inline-block;
	color: #333;
	border-bottom: 1px solid #333;
	line-height: initial;
	position: relative;
	top: -2px
}

.product-details-desc .product-review .rating-count:hover {
	color: #7B0F27;
	border-color: #7B0F27
}

.product-details-desc .product-meta {
	margin-top: 15px
}

.product-details-desc .product-meta span {
	display: block;
	color: #333;
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: 500
}

.product-details-desc .product-meta span span {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400
}

.product-details-desc .product-meta span span.sku {
	color: #7B0F27
}

.product-details-desc .product-meta span span.in-stock {
	color: #333
}

.product-details-desc .product-meta span a {
	display: inline-block;
	color: #666;
	font-weight: 400
}

.product-details-desc .product-meta span a:hover,
.product-details-desc .product-meta span a:focus {
	color: #7B0F27
}

.product-details-desc .product-meta span:last-child {
	margin-bottom: 0
}

.product-details-desc .product-add-to-cart {
	margin-top: 20px
}

.product-details-desc .product-add-to-cart .input-counter {
	max-width: 130px;
	min-width: 130px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	position: relative
}

.product-details-desc .product-add-to-cart .input-counter span {
	position: absolute;
	top: 0;
	background-color: transparent;
	cursor: pointer;
	color: #d0d0d0;
	width: 50px;
	height: 100%;
	line-height: 55px;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 25px
}

.product-details-desc .product-add-to-cart .input-counter span.minus-btn {
	left: 0
}

.product-details-desc .product-add-to-cart .input-counter span.plus-btn {
	right: 0
}

.product-details-desc .product-add-to-cart .input-counter span:hover {
	color: #7B0F27
}

.product-details-desc .product-add-to-cart .input-counter input {
	height: 50px;
	color: #333;
	outline: 0;
	display: block;
	border: none;
	background-color: #fff;
	text-align: center;
	width: 100%;
	font-size: 17px;
	font-weight: 600
}

.product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
	color: #333
}

.product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
	color: #333
}

.product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
	color: #333
}

.product-details-desc .product-add-to-cart .input-counter input::placeholder {
	color: #333
}

.product-details-desc .product-add-to-cart .default-btn {
	height: 50px;
	padding-top: 0;
	padding-bottom: 0
}

.products-details-tab {
	margin-top: 50px
}

.products-details-tab .tabs {
	list-style-type: none;
	margin-bottom: -1px;
	padding-left: 0
}

.products-details-tab .tabs li {
	display: inline-block;
	line-height: initial;
	margin-right: 5px
}

.products-details-tab .tabs li a {
	display: inline-block;
	position: relative;
	color: #333;
	border: 1px dashed #7B0F27;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 30px;
	padding-left: 48px;
	font-weight: 500;
	font-size: 15px
}

.products-details-tab .tabs li a .dot {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 30px;
	width: 12px;
	height: 12px;
	border: 1px solid #333;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 50%
}

.products-details-tab .tabs li a .dot::before {
	position: absolute;
	top: 0;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	background: #333;
	margin: 2px;
	border-radius: 50%;
	-webkit-transition: .5s;
	transition: .5s
}

.products-details-tab .tabs li a:hover,
.products-details-tab .tabs li a:focus {
	color: #fff;
	background-color: #7B0F27;
	border-color: #7B0F27
}

.products-details-tab .tabs li a:hover .dot,
.products-details-tab .tabs li a:focus .dot {
	border-color: #fff
}

.products-details-tab .tabs li a:hover .dot::before,
.products-details-tab .tabs li a:focus .dot::before {
	background: #fff
}

.products-details-tab .tabs li.current a {
	color: #fff;
	background-color: #7B0F27;
	border-color: #7B0F27
}

.products-details-tab .tabs li.current a .dot {
	border-color: #fff
}

.products-details-tab .tabs li.current a .dot::before {
	background: #fff
}

.products-details-tab .tabs li:last-child {
	margin-right: 0
}

.products-details-tab .tab-content {
	border: 1px dashed #7B0F27;
	padding: 30px;
	background-color: #fff
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content p {
	margin-bottom: 20px;
	line-height: 1.8
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content p:last-child {
	margin-bottom: 0
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .additional-information {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .additional-information li {
	border: 1px solid #eee;
	border-bottom: none;
	padding: 10px 15px 7px;
	color: #666
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .additional-information li:last-child {
	border-bottom: 1px solid #eee
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .additional-information li span {
	display: inline-block;
	width: 30%;
	color: #333;
	font-weight: 500
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content h3 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 700
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title {
	position: relative
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title .rating {
	display: inline-block
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title .rating .bx.bxs-star {
	color: #ffba0a
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title .rating i {
	color: #ebebeb;
	font-size: 18px;
	margin-right: -1px
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title p {
	margin-bottom: 0;
	display: inline-block;
	padding-left: 5px;
	line-height: initial;
	position: relative;
	top: -2px
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title .default-btn {
	position: absolute;
	right: 0;
	bottom: 0
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments {
	margin-top: 35px
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item {
	margin-top: 30px;
	position: relative;
	padding-right: 200px;
	border-top: 1px dashed #eee;
	padding-top: 30px
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item .rating .bx.bxs-star {
	color: #ffba0a
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
	font-size: 18px;
	color: #ebebeb;
	margin-right: -1px
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
	font-size: 20px;
	margin-top: 8px;
	margin-bottom: 10px
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item span {
	margin-bottom: 10px;
	font-size: 12px;
	display: block
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
	font-weight: 500
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item p {
	margin-bottom: 0
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
	position: absolute;
	right: 0;
	color: #666;
	top: 40px;
	text-decoration: underline;
	font-weight: 500;
	font-size: 15px
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
	color: #7B0F27
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form {
	margin-top: 30px
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form h3 {
	margin-bottom: 20px
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group {
	margin-bottom: 15px
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
	display: block;
	width: 100%;
	background-color: #f4f4f4;
	border: none;
	padding: 0 0 0 15px;
	height: 50px;
	outline: 0;
	border-radius: 3px;
	font-family: roboto, sans-serif;
	font-weight: 400;
	font-size: 14px
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control::-webkit-input-placeholder {
	-webkit-transition: .5s;
	transition: .5s;
	color: #666
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control:-ms-input-placeholder {
	-webkit-transition: .5s;
	transition: .5s;
	color: #666
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control::-ms-input-placeholder {
	-webkit-transition: .5s;
	transition: .5s;
	color: #666
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control::placeholder {
	-webkit-transition: .5s;
	transition: .5s;
	color: #666
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control:focus::-webkit-input-placeholder {
	color: transparent
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control:focus:-ms-input-placeholder {
	color: transparent
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control:focus::-ms-input-placeholder {
	color: transparent
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control:focus::placeholder {
	color: transparent
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group textarea.form-control {
	padding-top: 15px;
	height: auto
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .default-btn {
	margin-top: 10px
}

.related-products {
	margin-top: 70px
}

.related-products .section-title {
	margin-bottom: 40px
}

.single-categories-box {
	position: relative;
	border: 1.5px solid #e1f2da;
	border-radius: 5px;
	padding: 15px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-categories-box .image {
	border-radius: 5px;
	position: relative
}

.single-categories-box .image::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s;
	border: 1.5px solid #fff;
	opacity: 0;
	visibility: hidden
}

.single-categories-box .image img {
	border-radius: 5px;
	width: 70px
}

.single-categories-box h3 {
	color: #7B0F27;
	-webkit-transition: .5s;
	transition: .5s;
	margin-bottom: 0;
	margin-left: 15px;
	font-size: 17px;
	font-weight: 700
}

.single-categories-box .link-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2
}

.single-categories-box:hover {
	border-color: #7B0F27;
	background-color: #7B0F27
}

.single-categories-box:hover h3 {
	color: #fff
}

.single-categories-box:hover .image::before {
	opacity: 1;
	visibility: visible
}

.single-features-box {
	position: relative;
	z-index: 1;
	text-align: center;
	background-color: #7B0F27;
	padding: 25px 20px;
	margin-left: 25px;
	margin-top: 25px
}

.single-features-box::after {
	content: '';
	position: absolute;
	top: -25px;
	left: -25px;
	z-index: -2;
	background-color: #e1f2da;
	height: 25px;
	width: 100%
}

.single-features-box::before {
	content: '';
	position: absolute;
	left: -25px;
	top: -25px;
	z-index: -2;
	background-color: #e1f2da;
	width: 25px;
	height: 100%
}

.single-features-box .icon {
	background-color: #e1f2da;
	border: 5px solid #bcd9af;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px
}

.single-features-box .icon img {
	width: 40px;
	position: absolute;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	top: 50%;
	margin-left: auto;
	margin-right: auto
}

.single-features-box h3 {
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: 700
}

.single-features-box h3 a {
	color: #fff
}

.single-features-box p {
	color: #fff;
	margin-bottom: 12px
}

.single-features-box .read-more-btn {
	display: inline-block;
	color: #fff;
	font-weight: 600
}

.single-features-box .read-more-btn:hover {
	letter-spacing: .5px
}

.single-features-box:hover .icon {
	border-color: #fff;
	background-color: #fff
}

.deal-of-the-day-image {
	position: relative;
	overflow: hidden;
	padding-bottom: 40px
}

.deal-of-the-day-image img:nth-child(2) {
	position: absolute;
	left: 80px;
	bottom: 20px;
	border: 6px solid #7B0F27;
	border-radius: 50%;
	z-index: 3
}

.deal-of-the-day-image img:nth-child(3) {
	position: absolute;
	right: 0;
	left: -80px;
	bottom: 0;
	border: 6px solid #7B0F27;
	border-radius: 50%;
	z-index: 2;
	margin-left: auto;
	margin-right: auto
}

.deal-of-the-day-image img:nth-child(4) {
	position: absolute;
	right: -80px;
	left: 0;
	bottom: 0;
	border: 6px solid #7B0F27;
	border-radius: 50%;
	z-index: 1;
	margin-left: auto;
	margin-right: auto
}

.deal-of-the-day-image img:nth-child(5) {
	position: absolute;
	right: 80px;
	bottom: 20px;
	border: 6px solid #7B0F27;
	border-radius: 50%
}

.deal-of-the-day-content h2 {
	color: #7B0F27;
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: 700
}

.deal-of-the-day-content .sub-title {
	display: block;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: 400
}

.deal-of-the-day-content h3 {
	color: #7B0F27;
	margin-bottom: 15px;
	margin-top: 30px;
	font-style: italic;
	font-size: 30px;
	font-weight: 700
}

.deal-of-the-day-content #timer {
	margin-top: 30px
}

.deal-of-the-day-content #timer div {
	margin-right: 15px;
	color: #7B0F27;
	border-radius: 5px;
	width: 100px;
	height: 120px;
	background-color: #e1f2da;
	font-size: 35px;
	font-weight: 700
}

.deal-of-the-day-content #timer div:last-child {
	margin-right: 0
}

.deal-of-the-day-content #timer div span {
	display: block;
	color: #666;
	font-family: playfair display, serif;
	font-size: 22px;
	font-weight: 700
}

.deal-of-the-day-content .default-btn {
	margin-top: 30px
}

.delivery-area {
	position: relative;
	z-index: 1;
	background-color: #7B0F27;
	overflow: hidden
}

.single-delivery-box {
	position: relative;
	border: 1.4px dashed rgba(255, 255, 255, .6);
	padding: 20px 10px 40px 75px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-delivery-box .icon {
	color: #fff;
	position: absolute;
	left: 15px;
	top: 15px;
	font-size: 40px
}

.single-delivery-box h3 {
	color: #fff;
	margin-bottom: 12px;
	font-size: 23px;
	font-weight: 700
}

.single-delivery-box p {
	color: #f7f7f7
}

.single-delivery-box:hover {
	border-color: #fff
}

.single-delivery-box-item {
	position: relative;
	border: 1.4px dashed rgba(255, 255, 255, .6);
	padding: 30px 30px 30px 130px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-delivery-box-item .icon {
	color: #fff;
	position: absolute;
	left: 30px;
	top: 30px;
	font-size: 40px;
	width: 75px;
	height: 75px;
	text-align: center;
	border-radius: 50%;
	background-color: #B41A36;
	-webkit-transition: .5s;
	transition: .5s
}

.single-delivery-box-item .icon i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.single-delivery-box-item h3 {
	color: #fff;
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: 700
}

.single-delivery-box-item p {
	color: #f7f7f7
}

.single-delivery-box-item a {
	color: #fff;
	display: inline-block;
	line-height: 1;
	font-size: 40px;
	font-weight: 700
}

.single-delivery-box-item:hover {
	border-color: #fff
}

.single-delivery-box-item:hover .icon {
	background-color: #fff;
	color: #7B0F27
}

.shape-img2 {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1
}

.advantages-content-list ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.advantages-content-list ul li {
	position: relative;
	margin-bottom: 30px;
	padding-left: 90px
}

.advantages-content-list ul li .icon {
	position: absolute;
	left: 0;
	top: 6px;
	width: 70px;
	height: 70px;
	text-align: center;
	border: 1px dashed #7B0F27;
	border-radius: 5px;
	font-size: 35px;
	color: #7B0F27;
	-webkit-transition: .5s;
	transition: .5s
}

.advantages-content-list ul li .icon i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.advantages-content-list ul li h3 {
	color: #7B0F27;
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: 700
}

.advantages-content-list ul li:last-child {
	margin-bottom: 0
}

.advantages-content-list ul li:nth-child(1) {
	margin-left: 30px
}

.advantages-content-list ul li:nth-child(3) {
	margin-left: 30px
}

.advantages-content-list ul li:hover .icon {
	background-color: #7B0F27;
	color: #fff;
	border-color: #7B0F27
}

.advantages-content-list.text-right ul li {
	padding-left: 0;
	padding-right: 90px
}

.advantages-content-list.text-right ul li .icon {
	left: auto;
	right: 0
}

.advantages-content-list.text-right ul li:nth-child(1) {
	margin-left: 0;
	margin-right: 30px
}

.advantages-content-list.text-right ul li:nth-child(3) {
	margin-left: 0;
	margin-right: 30px
}

.single-marijuana-types-box {
	-webkit-transition: .5s;
	transition: .5s;
	text-align: center;
	background-color: #f4faf1;
	border-radius: 5px
}

.single-marijuana-types-box .image {
	border-radius: 5px 5px 0 0
}

.single-marijuana-types-box .image img {
	border-radius: 5px 5px 0 0
}

.single-marijuana-types-box .content {
	padding: 25px 10px;
	position: relative;
	z-index: 2;
	background-color: #f4faf1;
	border-radius: 5px 5px 0 0;
	-webkit-transition: .5s;
	transition: .5s;
	margin-left: 15px;
	margin-top: -25px;
	margin-right: 15px
}

.single-marijuana-types-box .content h3 {
	color: #7B0F27;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 700
}

.single-marijuana-types-box:hover {
	background-color: #fff;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 6px 5px 25px rgba(0, 0, 0, .08);
	box-shadow: 6px 5px 25px rgba(0, 0, 0, .08)
}

.single-marijuana-types-box:hover .content {
	background-color: #fff
}

.refer-friend-area {
	position: relative;
	z-index: 1;
	background-image: url(../img/refer-friend-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.refer-friend-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #16171c;
	opacity: .55
}

.refer-friend-content {
	text-align: center;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto
}

.refer-friend-content h2 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 48px;
	font-weight: 700
}

.refer-friend-content p {
	color: #fff;
	max-width: 700px;
	opacity: .95;
	margin-left: auto;
	margin-right: auto
}

.refer-friend-content .default-btn {
	margin-top: 20px
}

.refer-friend-content .default-btn .icon-arrow.after {
	color: #fff
}

.refer-friend-content .default-btn:hover {
	color: #fff;
	border-color: #fff
}

.facility-area {
	background-image: url(../img/white-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.single-facility-box {
	position: relative;
	padding-left: 60px
}

.single-facility-box .icon {
	font-size: 40px;
	color: #7B0F27;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.single-facility-box .icon img {
	position: absolute;
	left: -2px;
	top: 40%;
	z-index: -1;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%)
}

.single-facility-box h3 {
	color: #7B0F27;
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: 700
}

.single-gallery-item {
	position: relative;
	z-index: 1;
	border-radius: 5px;
	overflow: hidden
}

.single-gallery-item img {
	border-radius: 5px;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
	-webkit-transition: .5s;
	transition: .5s
}

.single-gallery-item:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-filter: blur(3px);
	filter: blur(3px)
}

.single-feedback-item {
	position: relative;
	padding: 100px 30px 30px;
	background-color: #fff
}

.single-feedback-item::before {
	content: "\ed67";
	position: absolute;
	left: 30px;
	background-color: #ebf5e7;
	color: #7B0F27;
	top: 30px;
	border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
	width: 50px;
	height: 50px;
	-webkit-transition: .5s;
	transition: .5s;
	text-align: center;
	line-height: 50px;
	font-family: boxicons !important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	font-size: 20px
}

.single-feedback-item p {
	font-size: 16px;
	margin-bottom: 0
}

.single-feedback-item .rating {
	position: absolute;
	right: 30px;
	top: 50px
}

.single-feedback-item .rating i {
	font-size: 17px;
	color: #ff9600
}

.single-feedback-item .client-info {
	position: relative;
	padding-left: 70px;
	margin-top: 25px
}

.single-feedback-item .client-info img {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px !important;
	height: 50px;
	border-radius: 50%
}

.single-feedback-item .client-info h3 {
	color: #7B0F27;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 700
}

.single-feedback-item .client-info span {
	display: block;
	color: #666
}

.single-feedback-item:hover::before {
	background-color: #7B0F27;
	color: #fff
}

.feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
	margin-bottom: -5px
}

.feedback-slides.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 0 4px;
	background: 0 0;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 50%;
	border: 1px solid #7B0F27;
	position: relative
}

.feedback-slides.owl-theme .owl-dots .owl-dot span::before {
	content: '';
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	background-color: #7B0F27;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	border-radius: 50%;
	margin: 3px
}

.feedback-slides.owl-theme .owl-dots .owl-dot:hover span,
.feedback-slides.owl-theme .owl-dots .owl-dot.active span {
	border-color: #7B0F27
}

.feedback-slides.owl-theme .owl-dots .owl-dot:hover span::before,
.feedback-slides.owl-theme .owl-dots .owl-dot.active span::before {
	opacity: 1;
	visibility: visible
}

.services-area {
	position: relative;
	z-index: 1
}

.single-services-box {
	background-color: #fff;
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .02);
	box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .02);
	padding: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px
}

.single-services-box .icon {
	margin-bottom: 18px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: relative;
	font-size: 40px;
	-webkit-transition: .5s;
	transition: .5s;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#beead1), color-stop(#c9f0e1), color-stop(#d9f5ee), color-stop(#eaf9f8), to(#fdfefe));
	background: linear-gradient(to bottom, #beead1, #c9f0e1, #d9f5ee, #eaf9f8, #fdfefe);
	color: #7B0F27
}

.single-services-box .icon i {
	position: absolute;
	-webkit-transition: .5s;
	transition: .5s;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.single-services-box h3 {
	margin-bottom: 14px;
	font-size: 23px;
	font-weight: 700
}

.single-services-box h3 a {
	display: inline-block
}

.single-services-box p {
	margin-bottom: 15px
}

.single-services-box .learn-more-btn {
	position: relative;
	color: #333;
	display: inline-block;
	padding-right: 20px;
	font-size: 14px;
	font-weight: 500
}

.single-services-box .learn-more-btn::before {
	width: 100%;
	height: 1px;
	content: '';
	bottom: 0;
	left: 0;
	background-color: #333;
	position: absolute;
	-webkit-transition: .5s;
	transition: .5s
}

.single-services-box .learn-more-btn i {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px
}

.single-services-box .learn-more-btn:hover {
	padding-right: 24px;
	color: #7B0F27
}

.single-services-box .learn-more-btn:hover::before {
	width: 0
}

.single-services-box:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.single-services-box:hover .icon i {
	-webkit-transform: translateY(-50%) rotateY(-360deg);
	transform: translateY(-50%) rotateY(-360deg)
}

.col-lg-4:nth-child(2) .single-services-box .icon,
.col-lg-4:nth-child(6) .single-services-box .icon {
	color: #fe5d24;
	background: -webkit-gradient(linear, left top, left bottom, from(#feded2), color-stop(#fee5db), color-stop(#ffede5), color-stop(#fff4ef), to(#fffbf9));
	background: linear-gradient(to bottom, #feded2, #fee5db, #ffede5, #fff4ef, #fffbf9)
}

.col-lg-4:nth-child(3) .single-services-box .icon,
.col-lg-4:nth-child(4) .single-services-box .icon {
	color: #f59f00;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdeccc), color-stop(#fef0d7), color-stop(#fef4e1), color-stop(#fff8ec), to(#fffcf7));
	background: linear-gradient(to bottom, #fdeccc, #fef0d7, #fef4e1, #fff8ec, #fffcf7)
}

.services-details .services-details-desc {
	margin-top: 25px
}

.services-details .services-details-desc h3 {
	margin-bottom: 15px;
	line-height: 1.5;
	font-size: 24px;
	font-weight: 700
}

.services-details .services-details-desc h3:not(:first-child) {
	margin-top: 20px
}

.services-details .services-details-desc .services-details-features-list {
	background-color: #fff;
	padding: 40px;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
	margin-top: 30px
}

.services-details .services-details-desc .services-details-features-list ul {
	padding-left: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -12px
}

.services-details .services-details-desc .services-details-features-list ul li {
	margin-top: 12px;
	color: #666;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 15px;
	padding-left: 15px
}

.services-details .services-details-desc .services-details-features-list ul li i {
	color: #7B0F27;
	margin-right: 2px;
	font-size: 18px;
	position: relative;
	top: 1px
}

.services-details .services-details-desc .services-details-features-list ul li:nth-child(1) i,
.services-details .services-details-desc .services-details-features-list ul li:nth-child(6) i,
.services-details .services-details-desc .services-details-features-list ul li:nth-child(10) i {
	color: #7B0F27
}

.services-details .services-details-desc .services-details-features-list ul li:nth-child(4) i,
.services-details .services-details-desc .services-details-features-list ul li:nth-child(7) i {
	color: #f8c363
}

.services-details .services-details-desc .services-details-features-list ul li:nth-child(5) i,
.services-details .services-details-desc .services-details-features-list ul li:nth-child(9) i {
	color: #545454
}

.services-details .services-details-desc .services-details-faq {
	margin-top: 25px
}

.services-details .services-details-desc .services-details-faq .accordion {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.services-details .services-details-desc .services-details-faq .accordion .accordion-item {
	display: block;
	margin-bottom: 15px
}

.services-details .services-details-desc .services-details-faq .accordion .accordion-item:last-child {
	margin-bottom: 0
}

.services-details .services-details-desc .services-details-faq .accordion .accordion-item .accordion-title {
	color: #333;
	display: block;
	position: relative;
	padding-left: 23px;
	font-size: 15px;
	font-weight: 600
}

.services-details .services-details-desc .services-details-faq .accordion .accordion-item .accordion-title i {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-52%);
	transform: translateY(-52%);
	font-size: 20px
}

.services-details .services-details-desc .services-details-faq .accordion .accordion-item .accordion-title:hover,
.services-details .services-details-desc .services-details-faq .accordion .accordion-item .accordion-title.active {
	color: #7B0F27
}

.services-details .services-details-desc .services-details-faq .accordion .accordion-item .accordion-title.active i::before {
	content: "\eaf8"
}

.services-details .services-details-desc .services-details-faq .accordion .accordion-content {
	display: none;
	margin-top: 8px
}

.services-details .services-details-desc .services-details-faq .accordion .accordion-content.show {
	display: block
}

.services-sidebar .services-list {
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px
}

.services-sidebar .services-list ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0
}

.services-sidebar .services-list ul li {
	margin-bottom: 7px
}

.services-sidebar .services-list ul li a {
	font-weight: 500;
	padding: 10px 12px;
	background-color: #d0eedd;
	color: #333;
	position: relative;
	display: block
}

.services-sidebar .services-list ul li a i {
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.services-sidebar .services-list ul li a:hover,
.services-sidebar .services-list ul li a.active {
	background-color: #7B0F27;
	color: #fff;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06)
}

.services-sidebar .services-list ul li:nth-child(2) a,
.services-sidebar .services-list ul li:nth-child(4) a,
.services-sidebar .services-list ul li:nth-child(7) a {
	color: #ff5d24;
	background-color: #fddcd1
}

.services-sidebar .services-list ul li:nth-child(2) a:hover,
.services-sidebar .services-list ul li:nth-child(2) a.active,
.services-sidebar .services-list ul li:nth-child(4) a:hover,
.services-sidebar .services-list ul li:nth-child(4) a.active,
.services-sidebar .services-list ul li:nth-child(7) a:hover,
.services-sidebar .services-list ul li:nth-child(7) a.active {
	color: #fff;
	background-color: #7B0F27
}

.services-sidebar .services-list ul li:nth-child(3) a,
.services-sidebar .services-list ul li:nth-child(5) a {
	color: #f59f00;
	background-color: #fbe9ca
}

.services-sidebar .services-list ul li:nth-child(3) a:hover,
.services-sidebar .services-list ul li:nth-child(3) a.active,
.services-sidebar .services-list ul li:nth-child(5) a:hover,
.services-sidebar .services-list ul li:nth-child(5) a.active {
	color: #fff;
	background-color: #f59f00
}

.services-sidebar .services-download-list ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.services-sidebar .services-download-list ul li {
	margin-bottom: 10px
}

.services-sidebar .services-download-list ul li a {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
	font-weight: 500;
	display: block;
	padding: 14px 15px
}

.services-sidebar .services-download-list ul li a:hover {
	background-color: #7B0F27;
	color: #fff
}

.services-sidebar .services-download-list ul li a i {
	margin-right: 2px;
	position: relative;
	top: 2px;
	font-size: 18px
}

.services-sidebar .services-download-list ul li:last-child {
	margin-bottom: 0
}

.appointment-form-area {
	position: relative;
	z-index: 2;
	padding-bottom: 60px;
	background-image: url(../img/appointment-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.appointment-form-area::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	z-index: -1;
	background-color: #fff
}

.appointment-form {
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .02);
	box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .02);
	max-width: 455px;
	margin-left: auto;
	padding: 40px;
	position: relative;
	z-index: 1;
	top: 40px
}

.appointment-form::before {
	left: 0;
	right: 0;
	height: 20px;
	content: '';
	position: absolute;
	background: #f4f4f4;
	bottom: -20px;
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .02);
	box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .02);
	border-radius: 0 0 5px 5px;
	margin-left: 15px;
	margin-right: 15px
}

.appointment-form h3 {
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: 700
}

.appointment-form form button {
	display: block;
	width: 100%;
	margin-top: 20px;
	color: #fff;
	background-color: #7B0F27;
	padding: 14px 25px;
	border: 1px solid #7B0F27;
	-webkit-transition: .5s;
	transition: .5s;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500
}

.appointment-form form button:hover {
	border-color: #7B0F27;
	color: #7B0F27;
	background-color: transparent;
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .02);
	box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .02)
}

.partner-area {
	position: relative;
	z-index: 1
}

.partner-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	width: 100%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px
}

.partner-item a {
	display: block;
	text-align: center
}

.partner-item a img {
	-webkit-transition: .5s;
	transition: .5s;
	opacity: .7
}

.partner-item a:hover img {
	opacity: 1
}

.performance-area {
	position: relative;
	z-index: 1
}

.performance-content {
	padding-left: 20px
}

.performance-content .performance-progress-list .single-progress {
	position: relative;
	margin-bottom: 50px;
	padding-left: 100px
}

.performance-content .performance-progress-list .single-progress:last-child {
	margin-bottom: 0
}

.performance-content .performance-progress-list .single-progress .progress-count {
	background-color: transparent;
	color: #333;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.performance-content .performance-progress-list .single-progress .progress-content h3 {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 22px
}

.progress-bar.progress-bar-circle {
	position: relative;
	height: 80px;
	width: 80px
}

.progress-bar.progress-bar-circle div {
	position: absolute;
	height: 80px;
	width: 80px;
	border-radius: 50%
}

.progress-bar.progress-bar-circle div span {
	position: absolute;
	line-height: 67px;
	height: unset;
	width: unset;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	margin: 8px;
	font-weight: 700;
	font-size: 20px
}

.progress-bar.progress-bar-circle .background {
	background-color: #333
}

.progress-bar.progress-bar-circle .rotate {
	clip: rect(0 40px 80px 0);
	background-color: #333
}

.progress-bar.progress-bar-circle .left {
	clip: rect(0 40px 80px 0);
	opacity: 1;
	background-color: #333
}

.progress-bar.progress-bar-circle .right {
	clip: rect(0 40px 80px 0);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 0;
	background-color: #333
}

@-webkit-keyframes toggle {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes toggle {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.funfacts-area {
	background-color: #7B0F27;
	position: relative;
	z-index: 1
}

.funfacts-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .4;
	background-image: url(../img/bg_lines.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.single-funfacts {
	text-align: center
}

.single-funfacts h3 {
	margin-bottom: 0;
	color: #fff;
	font-family: roboto, sans-serif;
	font-size: 48px;
	font-weight: 700
}

.single-funfacts h3 .odometer-formatting-mark {
	display: none
}

.single-funfacts p {
	line-height: initial;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 3px
}

.pricing-area {
	position: relative;
	z-index: 1;
	background-image: url(../img/about-bg.jpg);
	background-position: center center;
	background-size: contain;
	background-repeat: repeat
}

.pricing-area::before {
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30%;
	background: #fff;
	z-index: -1;
	position: absolute
}

.single-pricing-box {
	text-align: center;
	padding: 30px 25px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06)
}

.single-pricing-box .icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #beead1;
	color: #7B0F27;
	position: relative;
	font-size: 45px;
	-webkit-transition: .5s;
	transition: .5s;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px
}

.single-pricing-box .icon i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.single-pricing-box h3 {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 700
}

.single-pricing-box .pricing-features-list {
	padding-left: 0;
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 0
}

.single-pricing-box .pricing-features-list li {
	color: #666;
	margin-bottom: 10px
}

.single-pricing-box .pricing-features-list li i {
	color: #7B0F27;
	position: relative;
	top: 2px;
	font-size: 20px
}

.single-pricing-box .pricing-features-list li:last-child {
	margin-bottom: 0
}

.single-pricing-box .price {
	margin-top: 15px;
	font-size: 45px;
	font-weight: 700
}

.single-pricing-box .price span {
	display: inline-block;
	margin-left: -7px;
	color: #666;
	font-size: 15px;
	font-weight: 400
}

.single-pricing-box .default-btn {
	margin-top: 20px
}

.single-pricing-box:hover .icon {
	background-color: #7B0F27;
	color: #fff
}

.col-lg-4:nth-child(2) .single-pricing-box .icon {
	background-color: #ffc6b2;
	color: #ff5d24
}

.col-lg-4:nth-child(2) .single-pricing-box .pricing-features-list li i {
	color: #ff5d24
}

.col-lg-4:nth-child(2) .single-pricing-box .default-btn {
	background-color: #ff5d24;
	color: #fff;
	border-color: #ff5d24
}

.col-lg-4:nth-child(2) .single-pricing-box .default-btn .icon-arrow {
	color: #fff
}

.col-lg-4:nth-child(2) .single-pricing-box .default-btn .icon-arrow.after {
	color: #ff5d24
}

.col-lg-4:nth-child(2) .single-pricing-box .default-btn:hover {
	background-color: transparent;
	color: #ff5d24;
	border-color: #ff5d24
}

.col-lg-4:nth-child(2) .single-pricing-box:hover .icon {
	background-color: #ff5d24;
	color: #fff
}

.col-lg-4:nth-child(3) .single-pricing-box .icon {
	background-color: #fce2b2;
	color: #f59f00
}

.col-lg-4:nth-child(3) .single-pricing-box .pricing-features-list li i {
	color: #f59f00
}

.col-lg-4:nth-child(3) .single-pricing-box .default-btn {
	background-color: #f59f00;
	color: #fff;
	border-color: #f59f00
}

.col-lg-4:nth-child(3) .single-pricing-box .default-btn .icon-arrow {
	color: #fff
}

.col-lg-4:nth-child(3) .single-pricing-box .default-btn .icon-arrow.after {
	color: #f59f00
}

.col-lg-4:nth-child(3) .single-pricing-box .default-btn:hover {
	background-color: transparent;
	color: #f59f00;
	border-color: #f59f00
}

.col-lg-4:nth-child(3) .single-pricing-box:hover .icon {
	background-color: #f59f00;
	color: #fff
}

.team-area {
	position: relative;
	z-index: 1;
	background-image: url(../img/team-bg.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.single-team-member {
	text-align: center;
	margin-bottom: 30px
}

.single-team-member .member-image {
	position: relative;
	border-radius: 50%
}

.single-team-member .member-image img {
	border-radius: 50%
}

.single-team-member .member-image::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	background: #7B0F27;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
	visibility: hidden
}

.single-team-member .member-image .details-btn {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
	margin: 0 auto;
	line-height: 41px;
	margin-top: 20px;
	font-size: 25px;
	opacity: 0;
	visibility: hidden
}

.single-team-member .member-image .details-btn:hover {
	background-color: #fff;
	color: #7B0F27;
	border-color: #fff
}

.single-team-member .member-content {
	margin-top: 25px
}

.single-team-member .member-content h3 {
	margin-bottom: 8px;
	font-size: 22px;
	font-weight: 700
}

.single-team-member .member-content h3 a {
	color: #333;
	display: inline-block
}

.single-team-member .member-content h3 a:hover {
	color: #7B0F27
}

.single-team-member .member-content span {
	display: block;
	color: #7B0F27
}

.single-team-member:hover .member-image::before {
	opacity: .7;
	visibility: visible
}

.single-team-member:hover .member-image .details-btn {
	opacity: 1;
	visibility: visible;
	margin-top: 0
}

.team-details-sidebar .team-profile {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06)
}

.team-details-sidebar .team-profile .team-content {
	padding: 25px
}

.team-details-sidebar .team-profile .team-content h3 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 700
}

.team-details-sidebar .team-profile .team-content p {
	margin-bottom: 0;
	margin-top: 12px
}

.team-details-sidebar .team-profile .team-content span {
	display: block;
	color: #7B0F27;
	margin-top: 9px
}

.team-details-sidebar .social-box {
	margin-top: 25px;
	background-color: #fff;
	padding: 25px;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06)
}

.team-details-sidebar .social-box h3 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 700
}

.team-details-sidebar .social-box ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 20px
}

.team-details-sidebar .social-box ul li {
	margin-right: 4px;
	display: inline-block
}

.team-details-sidebar .social-box ul li a {
	width: 35px;
	height: 35px;
	display: block;
	border: 1px solid #dadada;
	border-radius: 50%;
	color: #333;
	font-size: 18px;
	position: relative;
	text-align: center
}

.team-details-sidebar .social-box ul li a:hover {
	background-color: #7B0F27;
	color: #fff;
	border-color: #7B0F27
}

.team-details-sidebar .social-box ul li a i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.team-details-sidebar .social-box ul li:last-child {
	margin-right: 0
}

.team-details-sidebar .call-to-action-box {
	margin-top: 25px
}

.team-details-sidebar .call-to-action-box a {
	background-color: #7B0F27;
	color: #fff;
	-webkit-box-shadow: 0 2px 28px 0 rgba(55, 130, 24, .4);
	box-shadow: 0 2px 28px 0 rgba(55, 130, 24, .4);
	padding: 25px;
	border-radius: 5px;
	display: block;
	position: relative;
	padding-left: 90px
}

.team-details-sidebar .call-to-action-box a h3 {
	margin-bottom: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 700
}

.team-details-sidebar .call-to-action-box a i {
	position: absolute;
	left: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 45px
}

.team-details-sidebar .call-to-action-box a span {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 500
}

.team-details-desc {
	background-color: #fff;
	padding: 25px;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06)
}

.team-details-desc h3 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	position: relative;
	font-size: 24px;
	font-weight: 700
}

.team-details-desc h3::before {
	width: 50px;
	height: 1px;
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #7B0F27
}

.team-details-desc .team-info {
	padding-left: 0;
	list-style-type: none;
	margin-top: 25px;
	margin-bottom: 0
}

.team-details-desc .team-info li {
	position: relative;
	padding-left: 170px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px
}

.team-details-desc .team-info li span {
	font-weight: 700;
	color: #333;
	position: absolute;
	left: 0;
	top: 0
}

.team-details-desc .team-info li ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.team-details-desc .team-info li ul li {
	margin-bottom: 10px;
	color: #666;
	padding-left: 20px;
	border-bottom: none;
	padding-bottom: 0
}

.team-details-desc .team-info li ul li::before {
	content: "\e9fc";
	position: absolute;
	left: 0;
	top: 2px;
	color: #333;
	line-height: 1;
	font-weight: 400;
	font-family: boxicons !important;
	font-style: normal;
	font-size: 18px
}

.team-details-desc .team-info li ul li a {
	color: #666
}

.team-details-desc .team-info li ul li a:hover {
	color: #7B0F27
}

.team-details-desc .team-info li ul li:last-child {
	margin-bottom: 0
}

.team-details-desc .team-info li ul li:nth-child(1)::before,
.team-details-desc .team-info li ul li:nth-child(4)::before {
	color: #333
}

.team-details-desc .team-info li ul li:nth-child(2)::before,
.team-details-desc .team-info li ul li:nth-child(5)::before {
	color: #7B0F27
}

.team-details-desc .team-info li ul li:nth-child(3)::before,
.team-details-desc .team-info li ul li:nth-child(6)::before {
	color: #f59f00
}

.team-details-desc .team-info li:last-child {
	margin-bottom: 0
}

.team-details-contact {
	background-color: #fff;
	padding: 25px;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
	margin-top: 25px
}

.team-details-contact h3 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	position: relative;
	font-size: 24px;
	font-weight: 700
}

.team-details-contact h3::before {
	width: 50px;
	height: 1px;
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #7B0F27
}

.single-blog-post .post-image {
	-webkit-transition: all .3s cubic-bezier(.3, .58, .55, 1);
	transition: all .3s cubic-bezier(.3, .58, .55, 1);
	position: relative;
	overflow: hidden
}

.single-blog-post .post-image img {
	-webkit-transition: all 2s cubic-bezier(.2, 1, .22, 1);
	transition: all 2s cubic-bezier(.2, 1, .22, 1)
}

.single-blog-post .post-image::before,
.single-blog-post .post-image::after {
	-webkit-transition: all .8s cubic-bezier(.2, 1, .22, 1);
	transition: all .8s cubic-bezier(.2, 1, .22, 1);
	content: '';
	background-color: #fff;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.single-blog-post .post-image::before {
	width: 60px;
	height: 2px;
	left: 100%
}

.single-blog-post .post-image::after {
	height: 60px;
	width: 2px;
	top: 0
}

.single-blog-post .post-image .link-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.single-blog-post .post-content {
	margin-top: 22px
}

.single-blog-post .post-content .post-meta {
	padding-left: 0;
	margin-bottom: 8px;
	list-style-type: none
}

.single-blog-post .post-content .post-meta li {
	display: inline-block;
	color: #666;
	margin-right: 30px;
	position: relative
}

.single-blog-post .post-content .post-meta li a {
	display: inline-block;
	color: #666
}

.single-blog-post .post-content .post-meta li a:hover,
.single-blog-post .post-content .post-meta li a:focus {
	color: #7B0F27
}

.single-blog-post .post-content .post-meta li i {
	font-size: 16px;
	color: #7B0F27;
	position: relative;
	top: 1px
}

.single-blog-post .post-content .post-meta li::before {
	position: absolute;
	right: -22px;
	top: 11px;
	height: 1px;
	content: '';
	width: 12px;
	background-color: #7B0F27
}

.single-blog-post .post-content .post-meta li:last-child {
	margin-right: 0
}

.single-blog-post .post-content .post-meta li:last-child::before {
	display: none
}

.single-blog-post .post-content h3 {
	margin-bottom: 12px;
	line-height: 1.5;
	color: #7B0F27;
	font-size: 24px;
	font-weight: 700
}

.single-blog-post .post-content h3 a {
	color: #7B0F27;
	display: inline-block
}

.single-blog-post .post-content h3 a:hover {
	color: #333
}

.single-blog-post .post-content .read-more-btn {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding-right: 20px;
	font-size: 15px;
	font-weight: 500
}

.single-blog-post .post-content .read-more-btn i {
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.single-blog-post .post-content .read-more-btn::before {
	content: '';
	position: absolute;
	background-color: #333;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s
}

.single-blog-post .post-content .read-more-btn:hover::before,
.single-blog-post .post-content .read-more-btn:focus::before {
	width: 0;
	background-color: #7B0F27
}

.single-blog-post:hover .post-image::before,
.single-blog-post:hover .post-image::after,
.single-blog-post:focus .post-image::before,
.single-blog-post:focus .post-image::after {
	opacity: 1;
	top: 50%;
	left: 50%
}

.single-blog-post:hover .post-image img,
.single-blog-post:focus .post-image img {
	-webkit-transform: scale(1.2) rotate(4deg);
	transform: scale(1.2) rotate(4deg)
}

.blog-details-desc .article-content {
	margin-top: 30px
}

.blog-details-desc .article-content .entry-meta ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.blog-details-desc .article-content .entry-meta ul li {
	margin-right: 20px;
	position: relative;
	display: inline-block;
	border-right: 1px solid #eee;
	font-weight: 500;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 45px
}

.blog-details-desc .article-content .entry-meta ul li i {
	font-size: 30px;
	color: #cfcfcf;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.blog-details-desc .article-content .entry-meta ul li span {
	display: block;
	color: #7B0F27;
	text-transform: uppercase;
	margin-bottom: 1px;
	font-size: 14px;
	font-weight: 600
}

.blog-details-desc .article-content .entry-meta ul li a {
	display: inline-block;
	color: #333
}

.blog-details-desc .article-content .entry-meta ul li a:hover,
.blog-details-desc .article-content .entry-meta ul li a:focus {
	color: #7B0F27
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none
}

.blog-details-desc .article-content h3 {
	margin-bottom: 17px;
	margin-top: 25px;
	font-size: 24px;
	font-weight: 700
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
	padding-left: 0;
	list-style-type: none;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 30px;
	margin-top: 30px
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
	-ms-flex: 0 0 33.3333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	padding-right: 10px;
	padding-left: 10px
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
	margin-bottom: 0
}

.blog-details-desc .article-content .features-list {
	padding-left: 0;
	list-style-type: none;
	margin-top: 25px;
	margin-bottom: 30px
}

.blog-details-desc .article-content .features-list li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 28px;
	color: #666
}

.blog-details-desc .article-content .features-list li i {
	color: #7B0F27;
	display: inline-block;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0
}

.blog-details-desc .article-content .features-list li:last-child {
	margin-bottom: 0
}

.blog-details-desc .article-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #eee;
	padding-top: 30px;
	margin-top: 30px
}

.blog-details-desc .article-footer .article-tags {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	color: #666
}

.blog-details-desc .article-footer .article-tags span {
	display: inline-block;
	color: #333;
	margin-right: 3px;
	position: relative;
	top: 3px;
	font-size: 20px
}

.blog-details-desc .article-footer .article-tags a {
	display: inline-block;
	color: #666;
	font-weight: 400
}

.blog-details-desc .article-footer .article-tags a:hover {
	color: #7B0F27
}

.blog-details-desc .article-footer .article-share {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.blog-details-desc .article-footer .article-share .social {
	padding-left: 0;
	list-style-type: none;
	text-align: right;
	margin-bottom: 0
}

.blog-details-desc .article-footer .article-share .social li {
	display: inline-block
}

.blog-details-desc .article-footer .article-share .social li span {
	display: inline-block;
	margin-right: 3px;
	font-weight: 400;
	color: #666;
	position: relative;
	top: -2px
}

.blog-details-desc .article-footer .article-share .social li a {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	background-color: #7B0F27;
	color: #fff;
	border: 1px solid #7B0F27;
	text-align: center;
	font-size: 17px;
	margin-left: 2px
}

.blog-details-desc .article-footer .article-share .social li a:hover,
.blog-details-desc .article-footer .article-share .social li a:focus {
	color: #7B0F27;
	background-color: transparent
}

.blog-details-desc .article-footer .article-share .social li a.facebook {
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff
}

.blog-details-desc .article-footer .article-share .social li a.facebook:hover,
.blog-details-desc .article-footer .article-share .social li a.facebook:focus {
	color: #3b5998;
	background-color: transparent
}

.blog-details-desc .article-footer .article-share .social li a.twitter {
	background-color: #1da1f2;
	border-color: #1da1f2;
	color: #fff
}

.blog-details-desc .article-footer .article-share .social li a.twitter:hover,
.blog-details-desc .article-footer .article-share .social li a.twitter:focus {
	color: #1da1f2;
	background-color: transparent
}

.blog-details-desc .article-footer .article-share .social li a.linkedin {
	background-color: #007bb5;
	border-color: #007bb5;
	color: #fff
}

.blog-details-desc .article-footer .article-share .social li a.linkedin:hover,
.blog-details-desc .article-footer .article-share .social li a.linkedin:focus {
	color: #007bb5;
	background-color: transparent
}

.blog-details-desc .article-footer .article-share .social li a.instagram {
	background-color: #c13584;
	border-color: #c13584;
	color: #fff
}

.blog-details-desc .article-footer .article-share .social li a.instagram:hover,
.blog-details-desc .article-footer .article-share .social li a.instagram:focus {
	color: #c13584;
	background-color: transparent
}

.blog-details-desc .article-author {
	margin-top: 30px;
	border-radius: 5px;
	background: #f8f8f8
}

.blog-details-desc .article-author .author-profile-header {
	height: 115px;
	border-radius: 5px 5px 0 0;
	background-color: #7B0F27;
	background-image: url(../img/bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.blog-details-desc .article-author .author-profile {
	padding: 0 25px 25px
}

.blog-details-desc .article-author .author-profile .author-profile-title {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	margin-top: -45px
}

.blog-details-desc .article-author .author-profile .author-profile-title img {
	display: inline-block;
	border: 3px solid #fff;
	width: 100px;
	height: 100px
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details {
	margin-top: 15px
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 700
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
	color: #666;
	font-size: 14px
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a {
	color: #333;
	padding: 5px 12px 4px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 600
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a:hover,
.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a:focus {
	background-color: #7B0F27;
	color: #fff
}

blockquote,
.blockquote {
	overflow: hidden;
	background-color: #fafafa;
	padding: 50px !important;
	position: relative;
	text-align: center;
	z-index: 1;
	margin-bottom: 20px;
	margin-top: 20px
}

blockquote p,
.blockquote p {
	color: #333;
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 500;
	font-size: 22px !important
}

blockquote cite,
.blockquote cite {
	display: none
}

blockquote::before,
.blockquote::before {
	color: #efefef;
	position: absolute;
	left: 50px;
	top: -50px;
	z-index: -1;
	content: "\ed67";
	font-family: boxicons !important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	font-size: 135px
}

blockquote::after,
.blockquote::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #7B0F27;
	margin-top: 20px;
	margin-bottom: 20px
}

.goldie-post-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee
}

.prev-link-wrapper {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 15px
}

.prev-link-wrapper a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.prev-link-wrapper a:hover .image-prev::after {
	opacity: 1;
	visibility: visible
}

.prev-link-wrapper a:hover .image-prev .post-nav-title {
	opacity: 1;
	visibility: visible
}

.prev-link-wrapper a:hover .prev-link-info-wrapper {
	color: #7B0F27
}

.prev-link-wrapper .image-prev {
	display: inline-block;
	min-width: 100px;
	width: 100px;
	border-radius: 5px;
	overflow: hidden;
	vertical-align: top;
	margin-right: 20px;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s
}

.prev-link-wrapper .image-prev img {
	border-radius: 5px
}

.prev-link-wrapper .image-prev::after {
	display: block;
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	opacity: 0;
	background-color: #7B0F27;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s
}

.prev-link-wrapper .image-prev .post-nav-title {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	z-index: 2;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 16px;
	font-weight: 500
}

.prev-link-wrapper .prev-link-info-wrapper {
	color: #333;
	-webkit-transition: .5s;
	transition: .5s
}

.prev-link-wrapper .prev-title {
	display: inline-block;
	font-weight: 500;
	font-size: 17px
}

.prev-link-wrapper .meta-wrapper {
	display: block;
	color: #666;
	text-transform: capitalize;
	margin-top: 5px;
	font-weight: 400;
	font-size: 14px
}

.next-link-wrapper {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: right;
	padding-left: 15px
}

.next-link-wrapper a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.next-link-wrapper a:hover .image-next::after {
	opacity: 1;
	visibility: visible
}

.next-link-wrapper a:hover .image-next .post-nav-title {
	opacity: 1;
	visibility: visible
}

.next-link-wrapper a:hover .next-link-info-wrapper {
	color: #7B0F27
}

.next-link-wrapper .image-next {
	display: inline-block;
	min-width: 100px;
	width: 100px;
	border-radius: 5px;
	overflow: hidden;
	vertical-align: top;
	margin-left: 20px;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s
}

.next-link-wrapper .image-next img {
	border-radius: 5px
}

.next-link-wrapper .image-next::after {
	display: block;
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	opacity: 0;
	background-color: #7B0F27;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s
}

.next-link-wrapper .image-next .post-nav-title {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	z-index: 2;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 16px;
	font-weight: 500
}

.next-link-wrapper .next-link-info-wrapper {
	-webkit-transition: .5s;
	transition: .5s;
	color: #333
}

.next-link-wrapper .next-title {
	display: inline-block;
	font-weight: 500;
	font-size: 17px
}

.next-link-wrapper .meta-wrapper {
	display: block;
	color: #666;
	text-transform: capitalize;
	margin-top: 5px;
	font-weight: 400;
	font-size: 14px
}

.comments-area {
	margin-top: 30px
}

.comments-area .comments-title {
	margin-bottom: 30px;
	line-height: initial;
	font-size: 24px;
	font-weight: 700
}

.comments-area ol,
.comments-area ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.comments-area .comment-list {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.comments-area .children {
	margin-left: 20px
}

.comments-area .comment-body {
	border-bottom: 1px dashed #eee;
	padding-left: 65px;
	color: #333;
	font-size: 14px;
	margin-bottom: 20px;
	padding-bottom: 20px
}

.comments-area .comment-body .reply {
	margin-top: 15px
}

.comments-area .comment-body .reply a {
	border: 1px dashed #ded9d9;
	color: #333;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600
}

.comments-area .comment-body .reply a:hover {
	color: #fff;
	background-color: #7B0F27;
	border-color: #7B0F27
}

.comments-area .comment-author {
	font-size: 15px;
	margin-bottom: .2em;
	position: relative;
	z-index: 2
}

.comments-area .comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px
}

.comments-area .comment-author .fn {
	font-weight: 600
}

.comments-area .comment-author .says {
	display: none
}

.comments-area .comment-metadata {
	margin-bottom: .8em;
	color: #666;
	letter-spacing: .01em;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400
}

.comments-area .comment-metadata a {
	color: #666
}

.comments-area .comment-metadata a:hover {
	color: #7B0F27
}

.comments-area .comment-respond {
	margin-top: 30px
}

.comments-area .comment-respond .comment-reply-title {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 700
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
	display: inline-block
}

.comments-area .comment-respond .comment-form {
	overflow: hidden
}

.comments-area .comment-respond .comment-notes {
	margin-bottom: 20px;
	margin-top: 10px
}

.comments-area .comment-respond .comment-notes .required {
	color: red
}

.comments-area .comment-respond .comment-form-comment {
	float: left;
	width: 100%
}

.comments-area .comment-respond label {
	display: none
}

.comments-area .comment-respond input[type=date],
.comments-area .comment-respond input[type=time],
.comments-area .comment-respond input[type=datetime-local],
.comments-area .comment-respond input[type=week],
.comments-area .comment-respond input[type=month],
.comments-area .comment-respond input[type=text],
.comments-area .comment-respond input[type=email],
.comments-area .comment-respond input[type=url],
.comments-area .comment-respond input[type=password],
.comments-area .comment-respond input[type=search],
.comments-area .comment-respond input[type=tel],
.comments-area .comment-respond input[type=number],
.comments-area .comment-respond textarea {
	display: block;
	width: 100%;
	background-color: #f4f4f4;
	border: none;
	padding: 0 0 0 15px;
	height: 50px;
	outline: 0;
	border-radius: 3px;
	font-family: roboto, sans-serif;
	font-weight: 400;
	font-size: 14px
}

.comments-area .comment-respond input[type=date]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=time]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=datetime-local]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=week]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=month]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=text]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=email]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=url]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=password]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=search]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=tel]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=number]::-webkit-input-placeholder,
.comments-area .comment-respond textarea::-webkit-input-placeholder {
	-webkit-transition: .5s;
	transition: .5s;
	color: #666
}

.comments-area .comment-respond input[type=date]:-ms-input-placeholder,
.comments-area .comment-respond input[type=time]:-ms-input-placeholder,
.comments-area .comment-respond input[type=datetime-local]:-ms-input-placeholder,
.comments-area .comment-respond input[type=week]:-ms-input-placeholder,
.comments-area .comment-respond input[type=month]:-ms-input-placeholder,
.comments-area .comment-respond input[type=text]:-ms-input-placeholder,
.comments-area .comment-respond input[type=email]:-ms-input-placeholder,
.comments-area .comment-respond input[type=url]:-ms-input-placeholder,
.comments-area .comment-respond input[type=password]:-ms-input-placeholder,
.comments-area .comment-respond input[type=search]:-ms-input-placeholder,
.comments-area .comment-respond input[type=tel]:-ms-input-placeholder,
.comments-area .comment-respond input[type=number]:-ms-input-placeholder,
.comments-area .comment-respond textarea:-ms-input-placeholder {
	-webkit-transition: .5s;
	transition: .5s;
	color: #666
}

.comments-area .comment-respond input[type=date]::-ms-input-placeholder,
.comments-area .comment-respond input[type=time]::-ms-input-placeholder,
.comments-area .comment-respond input[type=datetime-local]::-ms-input-placeholder,
.comments-area .comment-respond input[type=week]::-ms-input-placeholder,
.comments-area .comment-respond input[type=month]::-ms-input-placeholder,
.comments-area .comment-respond input[type=text]::-ms-input-placeholder,
.comments-area .comment-respond input[type=email]::-ms-input-placeholder,
.comments-area .comment-respond input[type=url]::-ms-input-placeholder,
.comments-area .comment-respond input[type=password]::-ms-input-placeholder,
.comments-area .comment-respond input[type=search]::-ms-input-placeholder,
.comments-area .comment-respond input[type=tel]::-ms-input-placeholder,
.comments-area .comment-respond input[type=number]::-ms-input-placeholder,
.comments-area .comment-respond textarea::-ms-input-placeholder {
	-webkit-transition: .5s;
	transition: .5s;
	color: #666
}

.comments-area .comment-respond input[type=date]::placeholder,
.comments-area .comment-respond input[type=time]::placeholder,
.comments-area .comment-respond input[type=datetime-local]::placeholder,
.comments-area .comment-respond input[type=week]::placeholder,
.comments-area .comment-respond input[type=month]::placeholder,
.comments-area .comment-respond input[type=text]::placeholder,
.comments-area .comment-respond input[type=email]::placeholder,
.comments-area .comment-respond input[type=url]::placeholder,
.comments-area .comment-respond input[type=password]::placeholder,
.comments-area .comment-respond input[type=search]::placeholder,
.comments-area .comment-respond input[type=tel]::placeholder,
.comments-area .comment-respond input[type=number]::placeholder,
.comments-area .comment-respond textarea::placeholder {
	-webkit-transition: .5s;
	transition: .5s;
	color: #666
}

.comments-area .comment-respond input[type=date]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type=time]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type=datetime-local]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type=week]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type=month]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type=text]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type=email]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type=url]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type=password]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type=search]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type=tel]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type=number]:focus::-webkit-input-placeholder,
.comments-area .comment-respond textarea:focus::-webkit-input-placeholder {
	color: transparent
}

.comments-area .comment-respond input[type=date]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type=time]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type=datetime-local]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type=week]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type=month]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type=text]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type=email]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type=url]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type=password]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type=search]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type=tel]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type=number]:focus:-ms-input-placeholder,
.comments-area .comment-respond textarea:focus:-ms-input-placeholder {
	color: transparent
}

.comments-area .comment-respond input[type=date]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type=time]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type=datetime-local]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type=week]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type=month]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type=text]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type=email]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type=url]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type=password]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type=search]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type=tel]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type=number]:focus::-ms-input-placeholder,
.comments-area .comment-respond textarea:focus::-ms-input-placeholder {
	color: transparent
}

.comments-area .comment-respond input[type=date]:focus::placeholder,
.comments-area .comment-respond input[type=time]:focus::placeholder,
.comments-area .comment-respond input[type=datetime-local]:focus::placeholder,
.comments-area .comment-respond input[type=week]:focus::placeholder,
.comments-area .comment-respond input[type=month]:focus::placeholder,
.comments-area .comment-respond input[type=text]:focus::placeholder,
.comments-area .comment-respond input[type=email]:focus::placeholder,
.comments-area .comment-respond input[type=url]:focus::placeholder,
.comments-area .comment-respond input[type=password]:focus::placeholder,
.comments-area .comment-respond input[type=search]:focus::placeholder,
.comments-area .comment-respond input[type=tel]:focus::placeholder,
.comments-area .comment-respond input[type=number]:focus::placeholder,
.comments-area .comment-respond textarea:focus::placeholder {
	color: transparent
}

.comments-area .comment-respond textarea {
	height: auto !important;
	padding-top: 15px
}

.comments-area .comment-respond .comment-form-author {
	float: left;
	width: 50%;
	padding-right: 10px;
	margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-email {
	float: left;
	width: 50%;
	padding-left: 12px;
	margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-url {
	float: left;
	width: 100%;
	margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-cookies-consent {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: 15px
}

.comments-area .comment-respond .comment-form-cookies-consent input {
	position: absolute;
	left: 0;
	top: 5px
}

.comments-area .comment-respond .comment-form-cookies-consent label {
	display: inline-block;
	margin: 0;
	color: #666;
	position: relative;
	top: -1.5px;
	font-weight: 400;
	font-size: 16px
}

.comments-area .comment-respond .form-submit {
	float: left;
	width: 100%
}

.comments-area .comment-respond .form-submit input {
	background: #7B0F27;
	border: none;
	color: #fff;
	padding: 12px 30px 11px;
	display: inline-block;
	cursor: pointer;
	outline: 0;
	text-transform: uppercase;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px
}

.comments-area .comment-respond .form-submit input:hover,
.comments-area .comment-respond .form-submit input:focus {
	color: #fff;
	background-color: #333
}

.page-title-area {
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-color: #7B0F27;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 200px;
	padding-bottom: 110px
}

.page-title-area.item-bg1 {
	background-image: url(../img/page-title/1.jpg)
}

.page-title-area.item-bg2 {
	background-image: url(../img/page-title/2.jpg)
}

.page-title-area.item-bg3 {
	background-image: url(../img/page-title/5.jpg)
}

.page-title-area.item-bg4 {
	background-image: url(../img/page-title/4.jpg)
}

.page-title-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -2;
	height: 91px;
	background-color: #7B0F27
}

.page-title-area::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -3;
	height: 100%;
	background-color: #7B0F27;
	opacity: .5
}

.page-title-area .overlay {
	position: absolute;
	left: 0;
	top: -100%;
	background-color: #e1f2da;
	width: 80%;
	z-index: -1;
	height: 100%;
	-webkit-transform: skewY(-15deg);
	transform: skewY(-15deg)
}

.page-title-content {
	text-align: center
}

.page-title-content h2 {
	margin-bottom: 0;
	color: #fff;
	font-size: 48px;
	font-weight: 700
}

.cart-table table {
	margin-bottom: 0
}

.cart-table table thead tr th {
	border-bottom-width: 0;
	vertical-align: middle;
	padding: 0 0 15px;
	text-transform: uppercase;
	border: none;
	white-space: nowrap;
	font-size: 15px;
	font-weight: 600
}

.cart-table table tbody tr td {
	vertical-align: middle;
	color: #666;
	white-space: nowrap;
	padding-left: 0;
	padding-right: 0;
	border-color: #eaedff;
	border-left: none;
	border-right: none
}

.cart-table table tbody tr td.product-thumbnail a {
	display: inline-block;
	border-radius: 5px
}

.cart-table table tbody tr td.product-thumbnail a img {
	width: 80px;
	border-radius: 5px;
	border: 2px solid #ebf5e7
}

.cart-table table tbody tr td.product-name a {
	color: #666;
	display: inline-block
}

.cart-table table tbody tr td.product-name a:hover {
	color: #333
}

.cart-table table tbody tr td.product-subtotal .remove {
	color: red;
	float: right;
	position: relative;
	top: -1px;
	font-size: 18px
}

.cart-table table tbody tr td.product-quantity .input-counter {
	max-width: 130px;
	min-width: 130px;
	text-align: center;
	display: inline-block;
	position: relative
}

.cart-table table tbody tr td.product-quantity .input-counter span {
	position: absolute;
	top: 0;
	background-color: transparent;
	cursor: pointer;
	color: #d0d0d0;
	width: 40px;
	height: 100%;
	line-height: 50px;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 22px
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
	left: 0
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
	right: 0
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
	color: #7B0F27
}

.cart-table table tbody tr td.product-quantity .input-counter input {
	height: 45px;
	color: #333;
	outline: 0;
	display: block;
	border: none;
	background-color: #f8f8f8;
	text-align: center;
	width: 100%;
	font-size: 17px;
	font-weight: 600
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
	color: #333
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
	color: #333
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
	color: #333
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
	color: #333
}

.cart-table table tbody tr td.product-subtotal {
	overflow: hidden
}

.cart-buttons {
	margin-top: 30px
}

.cart-buttons .shopping-coupon-code {
	position: relative;
	max-width: 500px
}

.cart-buttons .shopping-coupon-code .form-control {
	height: 50px
}

.cart-buttons .shopping-coupon-code .form-control::-webkit-input-placeholder {
	-webkit-transition: .5s;
	transition: .5s
}

.cart-buttons .shopping-coupon-code .form-control:-ms-input-placeholder {
	-webkit-transition: .5s;
	transition: .5s
}

.cart-buttons .shopping-coupon-code .form-control::-ms-input-placeholder {
	-webkit-transition: .5s;
	transition: .5s
}

.cart-buttons .shopping-coupon-code .form-control::placeholder {
	-webkit-transition: .5s;
	transition: .5s
}

.cart-buttons .shopping-coupon-code .form-control:focus::-webkit-input-placeholder {
	color: transparent
}

.cart-buttons .shopping-coupon-code .form-control:focus:-ms-input-placeholder {
	color: transparent
}

.cart-buttons .shopping-coupon-code .form-control:focus::-ms-input-placeholder {
	color: transparent
}

.cart-buttons .shopping-coupon-code .form-control:focus::placeholder {
	color: transparent
}

.cart-buttons .shopping-coupon-code button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	background: #333;
	color: #fff;
	border: none;
	padding: 0 25px;
	line-height: 48px;
	outline: 0;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 15px;
	font-weight: 600
}

.cart-buttons .shopping-coupon-code button:hover {
	background-color: #7B0F27
}

.cart-totals {
	background: #fff;
	padding: 40px;
	max-width: 500px;
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
	border-radius: 5px;
	margin-left: auto;
	margin-top: 50px
}

.cart-totals h3 {
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: 700
}

.cart-totals ul {
	padding-left: 0;
	margin: 0 0 25px;
	list-style-type: none
}

.cart-totals ul li {
	border: 1px solid #eaedff;
	padding: 10px 15px;
	color: #333;
	overflow: hidden;
	font-weight: 500
}

.cart-totals ul li:first-child {
	border-bottom: none
}

.cart-totals ul li:last-child {
	font-size: 18px;
	border-top: none
}

.cart-totals ul li:last-child span {
	color: #333;
	font-weight: 600
}

.cart-totals ul li span {
	float: right;
	color: #666;
	font-weight: 400
}

.user-actions {
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
	background: #fff;
	padding: 15px 20px;
	border-top: 3px solid #7B0F27;
	position: relative;
	margin-bottom: 40px
}

.user-actions i {
	color: #7B0F27;
	margin-right: 2px;
	font-size: 20px;
	position: relative;
	top: 3px
}

.user-actions span {
	display: inline-block;
	font-weight: 500;
	color: #7B0F27
}

.user-actions span a {
	display: inline-block;
	color: #333
}

.user-actions span a:hover,
.user-actions span a:focus {
	color: #7B0F27
}

.billing-details .title {
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	font-size: 24px;
	font-weight: 700
}

.billing-details .title::before {
	content: '';
	position: absolute;
	background: #7B0F27;
	bottom: -1px;
	left: 0;
	width: 50px;
	height: 1px
}

.billing-details .form-group {
	margin-bottom: 25px
}

.billing-details .form-group label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	font-size: 14px
}

.billing-details .form-group label .required {
	color: red
}

.billing-details .form-group .nice-select {
	float: unset;
	line-height: 48px;
	color: #666;
	font-weight: 400;
	font-size: 15px;
	padding-top: 0;
	padding-bottom: 0
}

.billing-details .form-group .nice-select .list {
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	border-radius: 0;
	margin-top: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px
}

.billing-details .form-group .nice-select .list .option {
	-webkit-transition: .5s;
	transition: .5s;
	padding-left: 20px;
	padding-right: 20px
}

.billing-details .form-group .nice-select .list .option:hover {
	background-color: #7B0F27 !important;
	color: #fff
}

.billing-details .form-group .nice-select .list .option.selected {
	background-color: transparent;
	font-weight: 600
}

.billing-details .form-group .nice-select:after {
	right: 20px
}

.billing-details .form-group .form-control {
	background: #f3f3f3;
	border-color: #f3f3f3
}

.billing-details .form-group .form-control::-webkit-input-placeholder {
	color: #666;
	-webkit-transition: .5s;
	transition: .5s
}

.billing-details .form-group .form-control:-ms-input-placeholder {
	color: #666;
	-webkit-transition: .5s;
	transition: .5s
}

.billing-details .form-group .form-control::-ms-input-placeholder {
	color: #666;
	-webkit-transition: .5s;
	transition: .5s
}

.billing-details .form-group .form-control::placeholder {
	color: #666;
	-webkit-transition: .5s;
	transition: .5s
}

.billing-details .form-group .form-control:focus {
	background-color: transparent;
	border-color: #eee
}

.billing-details .form-group .form-control:focus::-webkit-input-placeholder {
	color: transparent
}

.billing-details .form-group .form-control:focus:-ms-input-placeholder {
	color: transparent
}

.billing-details .form-group .form-control:focus::-ms-input-placeholder {
	color: transparent
}

.billing-details .form-group .form-control:focus::placeholder {
	color: transparent
}

.billing-details .form-check {
	margin-bottom: 20px
}

.billing-details .form-check .form-check-label {
	color: #333
}

.billing-details .form-check label {
	position: relative;
	left: -3px;
	top: 1px;
	font-weight: 500
}

.billing-details .col-lg-12:last-child .form-group {
	margin-bottom: 0
}

.order-details .title {
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	font-size: 24px;
	font-weight: 700
}

.order-details .title::before {
	content: '';
	position: absolute;
	background: #7B0F27;
	bottom: -1px;
	left: 0;
	width: 50px;
	height: 1px
}

.order-details .order-table table {
	margin-bottom: 0
}

.order-details .order-table table thead tr th {
	border-bottom-width: 0;
	vertical-align: middle;
	border-color: #eaedff;
	padding: 12px 20px 10px;
	font-weight: 600
}

.order-details .order-table table tbody tr td {
	vertical-align: middle;
	color: #666;
	border-color: #eaedff;
	font-size: 14.5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 13px
}

.order-details .order-table table tbody tr td.product-name a {
	color: #666;
	display: inline-block
}

.order-details .order-table table tbody tr td.product-name a:hover {
	color: #7B0F27
}

.order-details .order-table table tbody tr td.order-subtotal span,
.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.total-price span {
	color: #333;
	font-weight: 600
}

.order-details .order-table table tbody tr td.shipping-price,
.order-details .order-table table tbody tr td.order-subtotal-price,
.order-details .order-table table tbody tr td.product-subtotal {
	font-weight: 600;
	color: #333
}

.order-details .payment-box {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
	margin-top: 30px;
	padding: 30px
}

.order-details .payment-box .payment-method p [type=radio]:checked,
.order-details .payment-box .payment-method p [type=radio]:not(:checked) {
	display: none
}

.order-details .payment-box .payment-method p [type=radio]:checked + label,
.order-details .payment-box .payment-method p [type=radio]:not(:checked) + label {
	padding-left: 27px;
	cursor: pointer;
	display: block;
	color: #333;
	position: relative;
	margin-bottom: 8px;
	font-weight: 500
}

.order-details .payment-box .payment-method p [type=radio]:checked + label::before,
.order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background: #fff
}

.order-details .payment-box .payment-method p [type=radio]:checked + label::after,
.order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
	content: '';
	width: 12px;
	height: 12px;
	background: #7B0F27;
	position: absolute;
	top: 6px;
	left: 3px;
	border-radius: 50%;
	-webkit-transition: .5s;
	transition: .5s
}

.order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.order-details .payment-box .payment-method p [type=radio]:checked + label::after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.order-details .payment-box .default-btn {
	margin-top: 15px;
	-webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2);
	box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2);
	border-radius: 3px
}

.subscribe-content h2 {
	margin-bottom: 0;
	color: #7B0F27;
	font-size: 48px;
	font-weight: 700
}

.subscribe-form .newsletter-form {
	position: relative
}

.subscribe-form .newsletter-form .input-newsletter {
	display: block;
	width: 100%;
	height: 55px;
	border-radius: 5px;
	color: #333;
	border: 1px solid #e1f2da;
	padding-left: 15px;
	font-size: 15px;
	font-weight: 400;
	font-family: roboto, sans-serif
}

.subscribe-form .newsletter-form .input-newsletter::-webkit-input-placeholder {
	-webkit-transition: .5s;
	transition: .5s;
	color: #999
}

.subscribe-form .newsletter-form .input-newsletter:-ms-input-placeholder {
	-webkit-transition: .5s;
	transition: .5s;
	color: #999
}

.subscribe-form .newsletter-form .input-newsletter::-ms-input-placeholder {
	-webkit-transition: .5s;
	transition: .5s;
	color: #999
}

.subscribe-form .newsletter-form .input-newsletter::placeholder {
	-webkit-transition: .5s;
	transition: .5s;
	color: #999
}

.subscribe-form .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
	color: transparent
}

.subscribe-form .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
	color: transparent
}

.subscribe-form .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
	color: transparent
}

.subscribe-form .newsletter-form .input-newsletter:focus::placeholder {
	color: transparent
}

.subscribe-form .newsletter-form button {
	position: absolute;
	right: 5px;
	border-radius: 5px;
	top: 5px;
	background-color: #7B0F27;
	-webkit-transition: .5s;
	transition: .5s;
	border: none;
	color: #fff;
	height: 45px;
	padding: 0 25px;
	font-size: 14.5px;
	font-weight: 700
}

.subscribe-form .newsletter-form button:hover {
	color: #fff;
	background-color: #333
}

.subscribe-form .newsletter-form #validator-newsletter {
	position: absolute;
	left: 0;
	bottom: -34px
}

.subscribe-form .newsletter-form .validation-danger {
	color: red
}

.pagination-area {
	text-align: center;
	margin-top: 30px
}

.pagination-area nav ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.pagination-area nav ul li {
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px
}

.pagination-area nav ul li .page-numbers {
	display: inline-block;
	width: 32px;
	line-height: 32px;
	height: 32px;
	color: #afb3ae;
	-webkit-transition: .5s;
	transition: .5s;
	border-bottom: 1px solid #afb3ae;
	font-size: 15px;
	font-weight: 500
}

.pagination-area nav ul li .page-numbers.dots {
	border: none !important;
	background-color: transparent !important;
	color: #afb3ae !important
}

.pagination-area nav ul li .page-numbers i {
	position: relative;
	top: 4px;
	font-size: 20px
}

.pagination-area nav ul li .page-numbers:hover,
.pagination-area nav ul li .page-numbers.current {
	background-color: transparent !important;
	color: #7B0F27;
	border-color: #7B0F27
}

.widget-area .widget {
	margin-bottom: 40px
}

.widget-area .widget:last-child {
	margin-bottom: 0
}

.widget-area .widget .widget-title {
	margin-bottom: 25px;
	position: relative;
	padding-left: 10px;
	color: #7B0F27;
	border-left: 3px dashed #dfdfdf;
	font-size: 20px;
	font-weight: 700
}

.widget-area .widget .widget-title::before {
	content: '';
	position: absolute;
	left: -3px;
	top: 0;
	width: 3px;
	height: 6px;
	background: #7B0F27
}

.widget-area .widget .widget-title::after {
	content: '';
	position: absolute;
	left: -3px;
	top: 18px;
	width: 3px;
	height: 6px;
	background: #7B0F27
}

.widget-area .widget_search form {
	position: relative
}

.widget-area .widget_search form .screen-reader-text {
	display: none
}

.widget-area .widget_search form label {
	display: block;
	margin-bottom: 0
}

.widget-area .widget_search form .search-field {
	height: 55px;
	color: #333;
	background-color: #eef5f9;
	display: block;
	width: 100%;
	border-radius: 5px;
	padding: 3px 0 0 18px;
	border: none;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 15px;
	font-weight: 400
}

.widget-area .widget_search form .search-field::-webkit-input-placeholder {
	color: #666;
	-webkit-transition: .5s;
	transition: .5s
}

.widget-area .widget_search form .search-field:-ms-input-placeholder {
	color: #666;
	-webkit-transition: .5s;
	transition: .5s
}

.widget-area .widget_search form .search-field::-ms-input-placeholder {
	color: #666;
	-webkit-transition: .5s;
	transition: .5s
}

.widget-area .widget_search form .search-field::placeholder {
	color: #666;
	-webkit-transition: .5s;
	transition: .5s
}

.widget-area .widget_search form .search-field:focus::-webkit-input-placeholder {
	color: transparent
}

.widget-area .widget_search form .search-field:focus:-ms-input-placeholder {
	color: transparent
}

.widget-area .widget_search form .search-field:focus::-ms-input-placeholder {
	color: transparent
}

.widget-area .widget_search form .search-field:focus::placeholder {
	color: transparent
}

.widget-area .widget_search form button {
	border: none;
	background-color: #7B0F27;
	color: #fff;
	height: 45px;
	width: 45px;
	position: absolute;
	right: 5px;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px;
	top: 5px;
	font-size: 20px
}

.widget-area .widget_search form button:hover,
.widget-area .widget_search form button:focus {
	background-color: #333;
	color: #fff
}

.widget-area .widget_goldie_posts_thumb {
	position: relative;
	overflow: hidden
}

.widget-area .widget_goldie_posts_thumb .item {
	overflow: hidden;
	margin-bottom: 15px
}

.widget-area .widget_goldie_posts_thumb .item:last-child {
	margin-bottom: 0
}

.widget-area .widget_goldie_posts_thumb .item .thumb {
	float: left;
	height: 80px;
	overflow: hidden;
	display: block;
	position: relative;
	width: 80px;
	margin-right: 15px;
	z-index: 1
}

.widget-area .widget_goldie_posts_thumb .item .thumb .fullimage {
	width: 80px;
	height: 80px;
	display: inline-block;
	border-radius: 5px;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important
}

.widget-area .widget_goldie_posts_thumb .item .thumb .fullimage.bg1 {
	background-image: url(../img/blog/7.jpg)
}

.widget-area .widget_goldie_posts_thumb .item .thumb .fullimage.bg2 {
	background-image: url(../img/blog/8.jpg)
}

.widget-area .widget_goldie_posts_thumb .item .thumb .fullimage.bg3 {
	background-image: url(../img/blog/9.jpg)
}

.widget-area .widget_goldie_posts_thumb .item .thumb::before,
.widget-area .widget_goldie_posts_thumb .item .thumb::after {
	-webkit-transition: all .8s cubic-bezier(.2, 1, .22, 1);
	transition: all .8s cubic-bezier(.2, 1, .22, 1);
	content: '';
	background-color: #fff;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.widget-area .widget_goldie_posts_thumb .item .thumb::before {
	width: 40px;
	height: 1px;
	left: 100%
}

.widget-area .widget_goldie_posts_thumb .item .thumb::after {
	height: 40px;
	width: 1px;
	top: 0
}

.widget-area .widget_goldie_posts_thumb .item .info {
	overflow: hidden;
	margin-top: 5px
}

.widget-area .widget_goldie_posts_thumb .item .info time {
	display: block;
	color: #666;
	text-transform: uppercase;
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 12px
}

.widget-area .widget_goldie_posts_thumb .item .info .title {
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 700
}

.widget-area .widget_goldie_posts_thumb .item .info .title a {
	display: inline-block;
	color: #333
}

.widget-area .widget_goldie_posts_thumb .item .info .title a:hover {
	color: #7B0F27
}

.widget-area .widget_goldie_posts_thumb .item:hover .thumb::before,
.widget-area .widget_goldie_posts_thumb .item:hover .thumb::after {
	opacity: 1;
	top: 50%;
	left: 50%
}

.widget-area .widget_categories ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.widget-area .widget_categories ul li {
	position: relative;
	margin-bottom: 12px;
	overflow: hidden;
	color: #333;
	padding-left: 18px;
	font-weight: 500;
	font-size: 14px
}

.widget-area .widget_categories ul li:last-child {
	margin-bottom: 0
}

.widget-area .widget_categories ul li::before {
	background: #7B0F27;
	height: 8px;
	width: 8px;
	content: '';
	border-radius: 50%;
	left: 0;
	top: 7px;
	position: absolute
}

.widget-area .widget_categories ul li a {
	color: #333;
	display: inline-block
}

.widget-area .widget_categories ul li a:hover {
	color: #7B0F27
}

.widget-area .widget_categories ul li .post-count {
	color: #666;
	font-size: 14px;
	display: inline-block;
	position: relative;
	top: 1px
}

.widget-area .widget_tag_cloud .widget-title {
	margin-bottom: 17px
}

.widget-area .tagcloud a {
	display: inline-block;
	background-color: #f6f6f6;
	color: #666;
	padding: 6px 18px;
	border: 1px dashed #eee;
	border-radius: 3px;
	font-weight: 500;
	font-size: 13.5px !important;
	margin-top: 8px;
	margin-right: 4px
}

.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
	color: #fff;
	background-color: #7B0F27;
	border-color: #7B0F27
}

.widget-area .widget_instagram ul {
	padding-left: 0;
	list-style-type: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: -10px;
	margin-left: -5px;
	margin-right: -5px
}

.widget-area .widget_instagram ul li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px
}

.widget-area .widget_instagram ul li a {
	position: relative
}

.widget-area .widget_instagram ul li a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #7B0F27;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	visibility: hidden
}

.widget-area .widget_instagram ul li a:hover::before {
	opacity: .7;
	visibility: visible
}

.widget-area .widget_contact {
	position: relative;
	z-index: 1;
	border-radius: 5px;
	height: 400px;
	text-align: center;
	background-image: url(../img/page-title/1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.widget-area .widget_contact::before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px;
	background-color: #7B0F27;
	opacity: .6;
	z-index: -1
}

.widget-area .widget_contact .text {
	position: absolute;
	left: 0;
	bottom: 25px;
	right: 0
}

.widget-area .widget_contact .text .icon {
	width: 65px;
	height: 65px;
	border: 2px dashed #fff;
	position: relative;
	color: #fff;
	border-radius: 50%;
	font-size: 35px;
	-webkit-transition: .5s;
	transition: .5s;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px
}

.widget-area .widget_contact .text .icon i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.widget-area .widget_contact .text span {
	display: block;
	color: #fff;
	margin-bottom: 7px;
	opacity: .9;
	font-size: 16px;
	font-weight: 500
}

.widget-area .widget_contact .text a {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 25px
}

.widget-area .widget_contact:hover .text .icon {
	background-color: #fff;
	color: #7B0F27;
	border-color: #fff
}

.widget-area .widget_price_filter form .price_slider_wrapper {
	margin-top: 35px
}

.widget-area .widget_price_filter form .price_slider_wrapper .ui-widget.ui-widget-content {
	border: none;
	border-radius: 5px;
	background-color: #fff;
	height: 5px
}

.widget-area .widget_price_filter form .price_slider_wrapper .ui-widget.ui-widget-content .ui-widget-header {
	background-color: #333;
	color: #fff
}

.widget-area .widget_price_filter form .price_slider_wrapper .ui-widget.ui-widget-content .ui-state-default {
	border-radius: 50%;
	border: none;
	background-color: #333;
	outline: 0 !important;
	cursor: ew-resize;
	top: -.4em
}

.widget-area .widget_price_filter form .price_slider_wrapper .ui-widget.ui-widget-content .ui-state-default::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	margin: 5px;
	background-color: #fff
}

.widget-area .widget_price_filter form .price_slider_amount {
	margin-top: 25px
}

.widget-area .widget_price_filter form .price_slider_amount label {
	display: inline-block;
	color: #333;
	margin-bottom: 0;
	font-family: playfair display, serif;
	font-weight: 500;
	font-size: 15px
}

.widget-area .widget_price_filter form .price_slider_amount input {
	background-color: transparent;
	height: auto;
	border: none;
	padding: 0;
	color: #333;
	font-size: 15px;
	font-weight: 500
}

.widget-area .widget_price_filter form .default-btn {
	margin-top: 15px;
	padding: 10px 28px 9px 55px
}

.widget-area .widget_price_filter form .default-btn .icon-arrow {
	top: 9px
}

.coming-soon-area {
	height: 100vh;
	position: relative;
	z-index: 1;
	background: #f6f7fb;
	background-image: url(../img/coming-soon-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.coming-soon-content {
	max-width: 850px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	padding: 50px 60px 50px 30px;
	-webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, .05);
	box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, .05);
	margin-left: auto;
	margin-right: auto
}

.coming-soon-content .logo {
	display: inline-block
}

.coming-soon-content h2 {
	font-size: 40px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 0
}

.coming-soon-content #timer {
	margin-top: 40px
}

.coming-soon-content #timer div {
	background-color: #333;
	color: #fff;
	width: 110px;
	height: 110px;
	border-radius: 5px;
	font-size: 38px;
	font-weight: 700;
	margin-left: 10px;
	margin-right: 10px
}

.coming-soon-content #timer div span {
	display: block;
	margin-top: 5px;
	font-size: 17px;
	font-weight: 500
}

.coming-soon-content form {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px
}

.coming-soon-content form .form-group {
	margin-bottom: 25px;
	width: 100%;
	position: relative
}

.coming-soon-content form .form-group .label-title {
	margin-bottom: 0;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	color: #333
}

.coming-soon-content form .form-group .label-title i {
	position: absolute;
	left: 0;
	-webkit-transition: .5s;
	transition: .5s;
	top: 9px;
	font-size: 22px
}

.coming-soon-content form .form-group .label-title::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	-webkit-transition: .5s;
	transition: .5s;
	background: #7B0F27
}

.coming-soon-content form .form-group .input-newsletter {
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #eee;
	padding: 0 0 0 32px;
	color: #333;
	height: 45px;
	display: block;
	width: 100%;
	-webkit-transition: .5s;
	transition: .5s;
	font-family: roboto, sans-serif;
	font-size: 16px;
	font-weight: 400
}

.coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
	color: #a1a1a1;
	-webkit-transition: .5s;
	transition: .5s
}

.coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
	color: #a1a1a1;
	-webkit-transition: .5s;
	transition: .5s
}

.coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
	color: #a1a1a1;
	-webkit-transition: .5s;
	transition: .5s
}

.coming-soon-content form .form-group .input-newsletter::placeholder {
	color: #a1a1a1;
	-webkit-transition: .5s;
	transition: .5s
}

.coming-soon-content form .form-group .input-newsletter:focus {
	padding-left: 2px
}

.coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
	color: transparent
}

.coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
	color: transparent
}

.coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
	color: transparent
}

.coming-soon-content form .form-group .input-newsletter:focus::placeholder {
	color: transparent
}

.coming-soon-content form .form-group .input-newsletter:focus + .label-title::before {
	width: 100%
}

.coming-soon-content form .form-group .input-newsletter:focus + .label-title {
	color: #a1a1a1
}

.coming-soon-content form .form-group .input-newsletter:focus + .label-title i {
	top: -22px
}

.coming-soon-content form p {
	margin-bottom: 0;
	margin-top: 20px
}

.coming-soon-content form #validator-newsletter {
	margin-top: 15px;
	margin-bottom: -8px
}

.coming-soon-content form .validation-danger {
	color: red
}

.error-404-area {
	z-index: 1;
	background: #f8f8f8;
	position: relative;
	padding-top: 145px;
	padding-bottom: 145px
}

.error-404-area .notfound {
	position: relative;
	max-width: 520px;
	z-index: 1;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

.error-404-area .notfound .notfound-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1
}

.error-404-area .notfound .notfound-bg div {
	width: 100%;
	background: #fff;
	border-radius: 90px;
	height: 125px
}

.error-404-area .notfound .notfound-bg div:nth-child(1) {
	-webkit-box-shadow: 5px 5px 0 0 #f3f3f3;
	box-shadow: 5px 5px 0 0 #f3f3f3
}

.error-404-area .notfound .notfound-bg div:nth-child(2) {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-box-shadow: 5px 5px 0 0 #f3f3f3;
	box-shadow: 5px 5px 0 0 #f3f3f3;
	position: relative;
	z-index: 10
}

.error-404-area .notfound .notfound-bg div:nth-child(3) {
	-webkit-box-shadow: 5px 5px 0 0 #f3f3f3;
	box-shadow: 5px 5px 0 0 #f3f3f3;
	position: relative;
	z-index: 90
}

.error-404-area .notfound h1 {
	background: url(../img/oops-bg.jpg) no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: cover;
	background-position: center;
	text-transform: uppercase;
	font-size: 100px;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 10px
}

.error-404-area .notfound h3 {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 24px
}

.error-404-area .notfound p {
	color: #6084a4;
	margin-bottom: 20px;
	line-height: 1.7
}

.faq-accordion-tab .tabs {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 60px;
	text-align: center
}

.faq-accordion-tab .tabs li {
	margin-left: 10px;
	margin-right: 10px
}

.faq-accordion-tab .tabs li a {
	color: #333;
	text-decoration: none;
	border-radius: 5px;
	padding: 20px;
	display: block;
	-webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, .13) !important;
	box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, .13) !important;
	font-size: 16px;
	font-family: playfair display, serif;
	font-weight: 700
}

.faq-accordion-tab .tabs li a i {
	font-size: 30px
}

.faq-accordion-tab .tabs li a span {
	display: block;
	margin-top: 8px
}

.faq-accordion-tab .tabs li a:hover {
	background-color: #7B0F27;
	color: #fff
}

.faq-accordion-tab .tabs li.current a {
	background-color: #7B0F27;
	color: #fff
}

.faq-accordion-tab .tab-content .tabs-item {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -15px;
	margin-top: -15px
}

.faq-accordion .accordion {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0
}

.faq-accordion .accordion .accordion-item {
	border-radius: 5px;
	display: block;
	-webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, .13) !important;
	box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, .13) !important;
	background: #fff;
	margin-bottom: 15px
}

.faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0
}

.faq-accordion .accordion .accordion-title {
	padding: 20px 25px 17px 60px;
	color: #333;
	text-decoration: none;
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 600
}

.faq-accordion .accordion .accordion-title i {
	position: absolute;
	left: 25px;
	top: 18px;
	font-size: 25px;
	-webkit-transition: .5s;
	transition: .5s
}

.faq-accordion .accordion .accordion-title.active i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.faq-accordion .accordion .accordion-content {
	display: none;
	position: relative;
	margin-top: -5px;
	padding-bottom: 20px;
	padding-right: 25px;
	padding-left: 60px
}

.faq-accordion .accordion .accordion-content p {
	line-height: 1.8
}

.faq-accordion .accordion .accordion-content.show {
	display: block
}

.contact-area {
	overflow: hidden;
	position: relative;
	z-index: 1
}

.contact-info-area {
	overflow: hidden;
	position: relative;
	z-index: 1
}

.contact-info-box {
	text-align: center;
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
	background: #fff;
	padding: 30px
}

.contact-info-box .icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #f5f5f5;
	border-radius: 50%;
	font-size: 35px;
	color: #7B0F27;
	-webkit-transition: .5s;
	transition: .5s;
	margin-bottom: 12px;
	position: relative
}

.contact-info-box .icon i {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0
}

.contact-info-box h3 {
	margin-bottom: 12px;
	font-size: 23px;
	font-weight: 700
}

.contact-info-box p {
	margin-bottom: 2px
}

.contact-info-box p a {
	display: inline-block;
	color: #666
}

.contact-info-box p a:hover {
	color: #7B0F27
}

.contact-info-box p:last-child {
	margin-bottom: 0
}

.contact-info-box:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.contact-info-box:hover .icon {
	background-color: #7B0F27;
	color: #fff;
	border-color: #7B0F27
}

.contact-form {
	background-color: #fff;
	-webkit-box-shadow: 0 8px 16px 0 rgba(146, 184, 255, .2);
	box-shadow: 0 8px 16px 0 rgba(146, 184, 255, .2);
	border-radius: 5px;
	padding: 50px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto
}

#contactForm .form-group .form-control {
	height: 50px;
	border-radius: 5px
}

#contactForm .form-group .form-control::-webkit-input-placeholder {
	color: #727695;
	-webkit-transition: .5s;
	transition: .5s
}

#contactForm .form-group .form-control:-ms-input-placeholder {
	color: #727695;
	-webkit-transition: .5s;
	transition: .5s
}

#contactForm .form-group .form-control::-ms-input-placeholder {
	color: #727695;
	-webkit-transition: .5s;
	transition: .5s
}

#contactForm .form-group .form-control::placeholder {
	color: #727695;
	-webkit-transition: .5s;
	transition: .5s
}

#contactForm .form-group .form-control:focus::-webkit-input-placeholder {
	color: transparent
}

#contactForm .form-group .form-control:focus:-ms-input-placeholder {
	color: transparent
}

#contactForm .form-group .form-control:focus::-ms-input-placeholder {
	color: transparent
}

#contactForm .form-group .form-control:focus::placeholder {
	color: transparent
}

#contactForm .form-group textarea.form-control {
	height: auto
}

#contactForm .form-group .help-block.with-errors ul {
	color: red;
	margin-bottom: 0;
	margin-top: 10px
}

#contactForm .default-btn {
	border-radius: 30px;
	margin-top: 10px;
	-webkit-box-shadow: 0 5px 28.5px 1.5px rgba(14, 181, 130, .15);
	box-shadow: 0 5px 28.5px 1.5px rgba(14, 181, 130, .15)
}

#contactForm .default-btn:hover,
#contactForm .default-btn:focus {
	-webkit-box-shadow: 0 5px 28.5px 1.5px rgba(14, 181, 130, .2);
	box-shadow: 0 5px 28.5px 1.5px rgba(14, 181, 130, .2)
}

#contactForm #msgSubmit {
	margin: 0;
	font-size: 1.3rem
}

#contactForm #msgSubmit.text-danger,
#contactForm #msgSubmit.text-success {
	margin-top: 15px
}

.contact-bg-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 65%;
	-webkit-transform: translateY(-65%);
	transform: translateY(-65%);
	text-align: center;
	z-index: -1;
	margin-left: auto;
	margin-right: auto
}

#map {
	height: 550px;
	width: 100%
}

.privacy-policy-content h3 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 700
}

.terms-conditions-content h3 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 700
}


.footer-area {
	background-image: url(../footer/fbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	z-index: 1;
}

.footer_overlay_bg {
	background-color: rgba(123, 15, 39, .9);
	padding-top: 50px;

}

.single-footer-widget h3 {
	color: #fff;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: 700
}

.single-footer-widget h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 45px;
	background-color: #7B0F27
}

.single-footer-widget .footer-logo {
	margin-bottom: 15px
}

.single-footer-widget p {
	color: #ddd
}

.single-footer-widget .social {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 15px
}

.single-footer-widget .social li {
	display: inline-block;
	margin-right: 3px
}

.single-footer-widget .social li a {
	display: block;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	position: relative;
	background-color: #fff;
	color: #7B0F27;
	text-align: center;
	font-size: 18px
}

.single-footer-widget .social li a i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.single-footer-widget .social li a:hover {
	color: #fff;
	background-color: #7B0F27
}

.single-footer-widget .social li:last-child {
	margin-right: 0
}

.single-footer-widget .quick-links-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.single-footer-widget .quick-links-list li {
	margin-bottom: 12px;
	font-size: 15px
}

.single-footer-widget .quick-links-list li a {
	display: inline-block;
	color: #ddd;
	font-size: 15px
}

.single-footer-widget .quick-links-list li a:hover {
	color: #fff;
	padding-left: 5px
}

.single-footer-widget .quick-links-list li:last-child {
	margin-bottom: 0
}

.single-footer-widget .footer-contact-info {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.single-footer-widget .footer-contact-info li {
	margin-bottom: 12px;
	color: #ddd;
	font-size: 15px
}

.single-footer-widget .footer-contact-info li span {
	display: inline-block;
	color: #fff;
	font-weight: 600
}

.single-footer-widget .footer-contact-info li a {
	display: inline-block;
	color: #ddd;
	font-size: 15px
}

.single-footer-widget .footer-contact-info li a:hover {
	color: #fff
}

.single-footer-widget .footer-contact-info li:last-child {
	margin-bottom: 0
}

.footer-bottom-area {
	background-color: #7B0F27;
	margin-top: 0px;
	padding-top: 14px;
	;
	padding-bottom: 14px;

}

.footer-bottom-area p {
	color: #f8f8f8
}

.footer-bottom-area p a {
	display: inline-block;
	color: #fff;
	font-weight: 600
}

.footer-bottom-area ul {
	text-align: right;
	margin-bottom: 0;
	list-style-type: none;
	padding-left: 0;
	position: relative;
	top: -2px
}

.footer-bottom-area ul li {
	display: inline-block;
	color: #f8f8f8;
	margin-right: 10px
}

.footer-bottom-area ul li span {
	display: inline-block;
	position: relative;
	top: 2px
}

.footer-bottom-area ul li a {
	display: inline-block;
	color: #fff
}

.footer-bottom-area ul li:last-child {
	margin-right: 0
}

.go-top {
	position: fixed;
	cursor: pointer;
	bottom: -42px;
	right: 15px;
	color: #fff;
	background-color: #7B0F27;
	z-index: 4;
	width: 42px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	font-size: 28px;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px 5px 0 0
}

.go-top i {
	position: absolute;
	left: 0;
	right: 0;
	top: 55%;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);
	-webkit-transition: .3s;
	transition: .3s
}

.go-top.active {
	bottom: 0;
	opacity: 1;
	visibility: visible
}

.go-top:hover i {
	margin-top: -3px
}

/**/
.navbar-brand img {
	width: 200px !important;
}

/**/


/**/
.others-option a {
	margin: 0px 7px;
	color: rgba(0, 0, 0, .7);
}

/**/


/**/

.products-content {
	padding-bottom: 8px;
}

.products-content a {
	margin: 0px 6px;
	background-color: lightgray;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 16px;
	border-radius: 2px;
	color: #BB1B38;
	font-weight: 400;
}


.detalis_img_box {
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
}

.quality_assurance_section {
	margin-top: 70px;
	margin-bottom: 70px;
}

.single-delivery-box a {
	float: right;
	color: black;
	background-color: white;
	margin-bottom: 10px !important;
	padding: 2px 15px 2px 15px;
	border-radius: 2px;
	text-transform: capitalize;
	font-weight: 500;
}

.services_section {

	margin-bottom: 0px;
	background-color: #F4F9F2;
	padding-top: 50px;
	padding-bottom: 50px;
}

.services_heading {
	padding-top: 0px;
	padding-bottom: 15px;
}

.services_heading h3 {
	padding-bottom: 4px;
	color: #7B0F27;
}

.services_heading p {
	line-height: 25px;
	font-size: 15px;
	padding-bottom: 20px;
}

.services_heading .fa {
	font-size: 20px;
}


/**/
.fixed_icons_section {
	background-color: #741529;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	display: none;
}

.fixed_icons_btn {
	text-align: ;
	padding-top: 8px;
	padding-bottom: 8px;
	display: flex;
	justify-content: space-between;
}

.fixed_icons_btn a {
	margin: 0px 20px;
	font-size: 20px;
	font-weight: 500;
	background-color: white;
	padding: 8px 14px 8px 14px;
	border-radius: 2px;
	width: ;
	text-align: center;
}

/**/

#ph_whatsapp {
	display: none;
}

#desk_whatsapp {}

/**/
@media (max-width: 767px) {


	#ph_whatsapp {
		display: inline-block;
	}

	#desk_whatsapp {
		display: none;
	}


	.single-delivery-box a {
		float: none;
		color: black;
		text-align: ;
		background-color: white;
		margin-bottom: 10px !important;
		padding: 2px 15px 2px 15px;
		border-radius: 2px;
		text-transform: capitalize;
		font-weight: 500;
	}


	.footer-bottom-area {
		background-color: #7B0F27;
		margin-top: 70px;
		padding-top: 14px;
		;
		padding-bottom: 14px;
		margin-bottom: 38px;

	}

	/**/
	.fixed_icons_section {
		background-color: #741529;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 99;
		display: block;
	}

	.fixed_icons_btn {
		text-align: ;
		padding-top: 8px;
		padding-bottom: 8px;
		display: flex;
		justify-content: space-between;
	}

	.fixed_icons_btn a {
		margin: 0px 20px;
		font-size: 15px;
		font-weight: 500;
		background-color: white;
		padding: 8px 14px 8px 14px;
		border-radius: 2px;
		width: ;
		text-align: center;
	}

	/**/

}

/**/




/**/
.fixed_enquiry_btn_web{
  position: fixed;
  bottom: 30%;
  right: 3%;
  z-index: 99;
}

.fixed_enquiry_btn_web a{
  background-color: #1569AE;
  padding: 30px 10px 30px 10px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .3px;
  word-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  writing-mode: vertical-lr;
  color: #fff;
  animation: 2s ease-in-out cata_ani infinite alternate;
  border: 2px solid #fff;
}


@keyframes cata_ani{
  from{
     color: #fff;
      background-color: #000;
  }

  to{
     color: #fff;
      background-color: #212121;
  }
}

/**/


/**/

.bank_dt_div{
	overflow-x: auto;
	margin-top: 35px;
}

.bank_dt_div th{
	color: #7B0F27;
	border:1px solid #212121;
}

.bank_dt_div td{
	color: #212121;
	border:1px solid #212121;
	font-weight: 500;
}