/*
Theme Name: The Motorist
Theme URI: 
Author: 
Author URI: 
Description: 
Text Domain: 

*/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&amp;display=swap');

body {
	font-family: "Nunito Sans", sans-serif;
}

a {
	color: #6e8565;
}

a:hover {
	color: #6e8565;
}

h1, h2, h3, h4 {
	font-family: "Oswald", sans-serif;
}

.paddingl-none { padding-left: 0px;}

.paddingr-none { padding-right: 0px;}

.container { clear: both; }

.sep-10 {
	display:block;
	clear:both;
	width:100%;
	height:10px;
}
.sep-20 {
	display:block;
	clear:both;
	width:100%;
	height:20px;
}
.sep-30 {
	display:block;
	clear:both;
	width:100%;
	height:30px;
}
.sep-40 {
	display:block;
	clear:both;
	width:100%;
	height:40px;
}
.sep-50 {
	display:block;
	clear:both;
	width:100%;
	height:50px;
}
.sep-60 {
	display:block;
	clear:both;
	width:100%;
	height: 60px;
}
.sep-70 {
	display:block;
	clear:both;
	width:100%;
	height: 70px;
}
.sep-80 {
	display:block;
	clear:both;
	width:100%;
	height: 80px;
}
.sep-90 {
	display:block;
	clear:both;
	width:100%;
	height: 90px;
}
.sep-100 {
	display:block;
	clear:both;
	width:100%;
	height: 100px;
}

.smooth { opacity: 0; position: relative; top: 50px; }

.fadein { opacity: 0; }

p {
	font-size: 14px;
	line-height: 24px;
}
a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
.container {
	max-width: 1240px;
}
.navbar {
	transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
}
/********** Menu css **********/
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-left: 4px;
}
.nav-item i {
	font-size: 10px;
}
.nav-item.buy-now a {
	background: #302018;
	border-radius: 10px;
	padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 23px;
	background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
	margin-left: auto;
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
	background-size: cover;
}


.bookings-container {
	background-color: #2b2b2b;
	border-radius: 10px;
	padding: 20px 20px 0px 20px;
}
.bookings-container #rd-widget-root {
	max-width: 500px;
}
.bookings-container h5 {
	text-align: center;
	color: #fff;
	margin: 0 auto 15px auto;
}
.bookings-container .custom-logo {
	display: none;
}
.menu-block {
	background-color: #2b2b2b;
	padding: 5px;
	display: block;
	border-radius: 5px;
	margin: 0 auto 30px auto;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: "Oswald", sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	width: 100%;
}
.menu-block:hover {
	color: #fff;
	opacity: .9;
}
.menu-block-inner {
	border: 1px #fff solid;
	border-radius: 5px;
	padding: 20px 0;
}
.menu-block span {
	display: block;
}
.menu-block .menu-subtitle {
	font-size: 14px;
}
.menu-block .menu-block-btn {
	max-width: 100px;
	margin: 10px auto 5px auto;
	background-color: #6e8565;
	font-weight: 500;
	font-family: "Nunito Sans", sans-serif;
	text-transform: uppercase;
	padding: 5px;
	font-size: 12px;
	clear: both;
	border-radius: 2px;
}

.modal-content-dark {
	background-color: #2b2b2b;
	border: 1px #fff solid;
	color: #fff;
}
.modal-content-dark .btn-close {
	background-color: #6e8565;
}

.row-web-form {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 0 auto;
}

.wpforms-submit {
	margin: 20px auto 0 auto !important;
	width: 100% !important;
    height: 45px !important;
    border: none !important;
    background: #6e8565 !important;
    color: #fff !important;
    font-family: "Oswald", sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    font-size: 17px !important;
    cursor: poNunito Sans !important;
}

.gallery-img-box {
	display: block;
	background: no-repeat center center / cover;
	position: relative;
	margin: 0 auto 20px auto;
	padding-bottom: 70%;
}
p.stock {
	display: block;
	width: 100%;
}
.mobile-menu-popup-open {
	font-size: 26px;
}

.mobile-menu-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: #fff;
	display: none;
}

.mobile-menu-popup-close {
	position: absolute;
	top: 18px;
	right: 15px;
	font-size: 22px;
	padding: 10px;
}
.mobile-menu-popup-logo {
	display: block;
	text-align: left;
	width: 100%;
	border-bottom: 1px #eee solid;
	margin-bottom: 20px;
}
.mobile-menu-popup-logo img {
	width: 80%;
	margin: 0px 0 20px 0;
	max-width: 200px;
}
.mobile-menu-popup-inner {
	padding: 20px;
}
.mobile-menu-popup-links ul li {
	padding: 7px 8px !important;
	font-size: 18px !important;
	font-weight: 500;
	text-align: center;
}
.mobile-menu-popup-links ul li a {
	text-decoration: none;
	color: #1f1f1f;
}
.mobile-menu-popup-buttons {
	position: absolute;
	bottom: 20px;
	left: 5%;
	width: 90%;
}
.mobile-menu-popup-buttons a {
	background: #292929;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 7px 16px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3sease 0s;
    display: block;
    text-align: center;
    margin:0 0 15px 0;
}
.mobile-menu-popup-buttons a.green {
	background-color: #6e8565;
}

.modal-body iframe {
	width: 100%;
	border: 0;
	height: 70vh;
	max-height: 800px;
}
.search-input-group{
	display:flex;
	gap:10px;
}
.search-input-group button.btn-primary{
     background: #292929;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 7px 40px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease 0s;
    display: inline-block;
	border:none;
}
.search-input-group button.btn-primary:after{
	content: "";
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #628355 30%, #314828);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.5s ease 0s;
}
.search-input-group button.btn-primary:hover:after {
    transform: translate(-50%, -50%) scale(5);
    background-image: linear-gradient(to right, #314828 30%, #628355);
}
 @media (max-width:991px) {
.container {
	max-width: 100%;
}
	 .contact-details-wrapper{
		 display:block !important;
	 }
.menu-bar ul.menu {
	position: fixed;
	width: 261px;
	left: 0;
	text-align: left;
	background: #ffffff;
	z-index: 2;
	padding: 0px 0px;
	z-index: 9999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
	transition: all .4s;
	border-right: solid 1px #686868;
}
.nav_area ul li a img {
	padding-right: 10px;
	max-width: 41px;
	margin-top: -10px;
}
.menu-bar ul.menu.open {
	left: 0;
	overflow-y: scroll;
	padding-bottom: 30px;
}
.header .row {
	align-items: center;
}
.menu-view-div-row .toggle {
	color: #2c2c2c;
	cursor: poNunito Sans;
	font-size: 28px;
	margin: 0;
	text-align: center;
	position: relative;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 39px !important;
	font-size: 16px;
	color: #1c1c1c;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
	font-weight: 500;
	font-family: "Nunito Sans", sans-serif;
	text-decoration: none;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #000000;
	top: 10px;
	width: 40px;
	text-align: center;
	height: 30px;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
nav.nav_area ul li {
	border-bottom: solid 1px #c9c9c9;
}
.menu-logo-mobile-view {
	padding: 12px;
}
.menu-logo-mobile-view a {
	display: inline-block;
	max-width: 95%;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
}
ul li .sub-menu li a {
	line-height: 14px;
	font-size: 15px;
	letter-spacing: initial;
}
.header .container {
	position: initial;
}
ul.sub-menu span.arrow {
	right: 10px;
	text-align: right;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.desktop-view-the-motorist {
	clear: both;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
}
 @media (min-width: 992px) {
label.toggle {
	display: none;
}
.menu-bar {
	width: 100%;
	text-align: right;
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
	padding-left: 54px;
}
li.menu-item-has-children.language::after {
	content: "";
	position: absolute;
	border-right: solid 1px #fff;
	right: -4px;
	height: 14px;
	top: 5px;
}
li.menu-item-has-children.language {
	position: relative;
}
li.menu-item-has-children.language-chan {
	padding-right: 0px;
}
.nav_area ul li a {
	color: #7a7574;
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 26px;
}
span.arrow {
	padding-left: 0px;
	color: #7a7574;
	margin-left: 6px;
	position: absolute;
	top: 2px;
	font-size: 15px;
	font-weight: 300;
}
span.arrow i {
	font-weight: 500;
}
.nav_area > ul > li ul.sub-menu {
	display: block;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	display: none;
}
ul.sub-menu {
	min-width: 195px;
}
ul.sub-menu {
	position: absolute;
	background: #003681;
	z-index: 555;
	text-align: left;
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	background: #ffffff;
	z-index: 555;
	text-align: left;
	border-radius: 0px;
	-webkit-box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
	/* transform: scaleY(1) translateZ(0); */
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	overflow: visible;
	z-index: 20;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	-o-transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15), -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
}
ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	padding-left: 26px;
}
.nav_area > ul > li ul.sub-menu li a {
	color: #413834;
	position: relative;
	letter-spacing: 0px;
	font-weight: 500;
}
ul.sub-menu li a {
	color: #000;
	line-height: 21px;
	padding: 10px 23px;
	font-size: 14px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: padding .2s ease-out;
	-o-transition: padding .2s ease-out;
	transition: padding .2s ease-out;
	width: 100%;
}
ul.sub-menu li.menu-item-has-children .arrow {
	color: #fff;
	padding-left: 0;
}
}
.top-logo.logo-mobile {
	display: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
	background: #50418a;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
	font-size: 15px;
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
	background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
.wrapper-menu nav#nav {
	padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
	padding-bottom: 12px;
}
.mobile-menu.wrapper-menu {
	padding-top: 28px;
}
/********** menu css End **********/


















.navbar.navbar-shadow {
	position: fixed;
	z-index: 999;
	background: #fff;
	left: 0;
	width: 100%;
	top: 0;
	box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.header-booking-btn a {
	padding: 13px 30px;
	background: #e57f84;
	border-radius: 12px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
}
.header-section {
	float: left;
	width: 100%;
}
.section-title-box {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px 183px;
	margin-bottom: 28px;
}
.section-title-box .heading-subtitle {
	background: #fff;
	display: inline-block;
	color: #e57f84;
	padding: 3px 10px;
	font-size: 13px;
	border-radius: 6px;
	font-weight: 600;
	margin-bottom: 15px;
}
.section-title-box h3 {
	font-size: 41px;
	color: #2f5060;
	font-weight: bold;
}
.section-title-box .section-heading-description {
	padding: 0px 144px;
	margin-top: 6px;
	float: left;
	width: 100%;
}
.section-heading-description p {
	font-size: 19px;
	color: #011624;
	line-height: 29px;
}
.img-box {
	padding-top: 75%;
	border-radius: 9px;
	background-size: cover;
}
/********* Menu css *********/
.header-section .container {
	max-width: 100%;
}
.header-cart-btn {
	float: left;
	width: 100%;
	text-align: right;
}
.header-cart-btn ul li {
	display: inline-block;
	margin-left: 24px;
}
.header-cart-btn ul li a {
	font-size: 11px;
	color: #393939;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
}
.header-cart-btn ul li a:hover {
	color: #6e8565;
}
.social-icon-header {
	float: left;
	width: 100%;
}
.social-icon-header li {
	display: inline-block;
	margin-right: 8px;
}
.social-icon-header li a {
	font-size: 17px;
	color: #1c1c1c;
}
.social-icon-header li a:hover {
	color: #6e8565;
}
.desktop-nav {
	border-radius: 0px;
	padding: 0 15px;
}
.desktop-nav .navbar-brand {
	float: none;/* height: 80px; */
	padding: 0;
	margin: 0;
	display: block;
	max-width: 300px;
}
.has-right-border {
	position: relative;
}
.has-right-border::after {
	content: "";
	width: 1px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.08);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.navbar .button {
	padding: 0px 0px 0px 22px;
}
.desktop-nav ul li.nav-item a:hover {
	color: var(--secondary-color);
}

.desktop-nav .nav-sub-menu:after {
	content:" ";
	top:100%;
	left: 0%;
	position: absolute;
	width: 100%;
	height: 75px;
	background: linear-gradient(to bottom,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%);
}

.active-hover .nav-sub-menu {
 overflow: visible;	
}

.desktop-nav ul li.nav-item .nav-sub-menu a:hover {
	color: #ed1c24;
}

.desktop-nav ul li.nav-item {
	position: static;
	list-style: none;
	margin: 0;
}
.desktop-nav ul li.nav-item a {
	padding: 31px 10px;
	color: #1c1c1c;
	display: block;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	position: relative;
	text-decoration: none;
}
.desktop-nav .navbar-collapse {
	display: flex !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
	align-items: center;
}
.link-has-right-border {
	position: relative;
}
.link-has-right-border::after {
	content: "";
	width: 1px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.08);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.mobile-nav-header {
	display: none;
}
.desktop-nav ul li:hover .nav-sub-menu {
	display: grid;
	height: auto;
	opacity: 1;
	transition: all 0.25s;
	background: #ffffff;
	border-top: solid 1px #e6e6e6;
}
.nav-sub-menu {
	position: absolute;
	z-index: 6666;
	width: 100%;
	left: 0;
	margin: 0 auto;
	height: 0;
	overflow: hidden;
	transition: all 0s;
	display: block;
}
.nav-sub-menu .navigation-list {
	padding: 0;
	margin: 0;
}
.nav-sub-menu .navigation-list li {
	list-style: none;
	text-align: left;
	margin-bottom: 8px;
}
.nav-sub-menu .navigation-list li.dropdown-header {
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	color: var(--black);
	padding: 0;
	margin-bottom: 5px;
}
.desktop-nav ul li.nav-item .nav-sub-menu h4 {
	color: var(--primary-light-color);
	margin: 36px 0 18px 0px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500
}
.desktop-nav ul li.nav-item .nav-sub-menu h4 a {
	color: var(--primary-light-color);
	font-size: 24px;
	line-height: 30px;
	font-weight: 500
}
.desktop-nav ul li.nav-item .nav-sub-menu a {
	padding: 0;
	color: #2c2c2c;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
}
.nav-sub-menu .navigation-list li:last-child {
	margin: 0;
}
.header-cart {
	position: relative;
}
.header-cart .basket-count {
	position: absolute;
	top: 30px;
	right: 5px;
	background-color: var(--primary-color);
	color: var(--white);
	font-size: 11px;
	font-weight: bold;
	z-index: 10;
	width: 18px;
	height: 18px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	line-height: 0;
	text-align: center;
}
.header-cart .basket-count span {
	display: block;
	margin: 9px auto 0 auto;
}
.desktop-nav .nav-sub-menu .header-nav-image-box {
	background: var(--white-color);
	padding: 8px !important;
	width: 100%;
}
.desktop-nav .nav-sub-menu .header-nav-image-box .img {
	aspect-ratio: 16 / 11;
	object-position: center;
	object-fit: cover;
	background-repeat: no-repeat;
	width: 100%;
}
.desktop-nav .nav-sub-menu .header-nav-image-box h3 {
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	margin-top: 8px;
}
.mobile-nav {
	display: none;
}
.megamenu {
	padding: 35px 20px 40px 20px;
}
.megamenu .box {
	padding: 0px 20px;
}
.megamenu a:hover:after {
	display: none !important;
}
.Xnav-sub-menu:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: absolute;
	z-index: 1;
}
.max-dropdown-menu {
	max-width: 1600px;
	margin: 0px auto;
}
.desktop-nav ul li.nav-item .nav-sub-menu a {
	padding: 0;
	color: #2c2c2c;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
}
.desktop-nav ul li.nav-item a.active:after, .desktop-nav ul li.nav-item a:hover:after {
	content: '';
	position: absolute;
	height: 4px;
	bottom: 0;
	left: 5px;
	right: 5px;
	background: #688662;
}
.desktop-nav ul li.nav-item.active-hover a:hover {
	color: #688662;
}
.header-button-row {
	display: flex;
	margin-left: 16px;
}
/********* Menu css End *********/
.slider-home-section {
	float: left;
	width: 100%;
	background-color: #151515;
}
.slider-item-row {
	position: relative;
	float: left;
	width: 100%;
}
.slider-title-wrapper {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	z-index: 10;
}
.slider-title-info {
	width: 40%;
}
.slider-item-video {
	width: 100%;
	max-height: 700px;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.slider-item-video-overlay:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	background-image: linear-gradient(to right, #000000c7, rgb(255 255 255 / 0%));
}
.slider-item-video video {
	width: 100%;
	height: auto;
}
@media(max-width: 767px) {
	.slider-item-video video {
		aspect-ratio: 1 / 1;
		width: 100%;
		height: auto;
		object-fit: cover;
	}
} 
.header-button-row .header-button a {
	background: #292929;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 7px 16px;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
	display: inline-block;
}
.header-button-row .header-button a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #628355 30%, #314828);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.header-button-row .header-button a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #314828 30%, #628355);
}
.header-button-row .header-button {
	margin-left: 9px;
}
.header-button-row .header-button.membership-btn a {
	background: #6e8565;
}
.slider-title-info .slider-title1 {
	font-family: "Oswald", sans-serif;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	margin-top: 8px;
	margin-bottom: 17px; 
}
.slider-title-info .slider-title1 strong {
	font-family: "Oswald", sans-serif;
	font-size: 97px;
	line-height: 54px;
	color: #fff;
}
.slider-title-info .slider-sub-title3 h1,
.slider-title-info .slider-sub-title3 h2,
.slider-title-info .slider-sub-title3 h3,
.slider-title-info .slider-sub-title3 h4,
.slider-title-info .slider-sub-title3 h5 {
	color: #fff;
}
.slider-title-info .slider-sub-title3 p {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
}
.theme-btn {
	float: left;
	width: 100%;
}
.theme-btn a, .theme-btn span, .theme-btn .btn {
	background: #6e8565;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 7px 2px;
	font-family: "Oswald", sans-serif;
	font-size: 15px;
	border-radius: 6px;
	padding-bottom: 9px;
	text-transform: uppercase;
	letter-spacing: 2px;
	min-width: 192px;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
	display: inline-block;
}
.theme-btn a:after, .theme-btn span:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #628355 30%, #314828);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.theme-btn a:hover:after, .theme-btn span:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #314828 30%, #628355);
}
#sliderhome .owl-nav button.owl-prev {
	position: absolute;
	left: 15px;
	top: 40%;
}
#sliderhome .owl-nav button.owl-next {
	position: absolute;
	right: 15px;
	top: 40%;
}
#sliderhome .owl-nav button {
	color: #fff;
	font-size: 27px;
	margin: 0px;
}
#sliderhome .owl-dots {
	display: none;
}
.the-motorist-section {
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 15px;
}
.section-title1 {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 18px;
}
.section-title1 .small-title {
	font-size: 16px;
	color: #797979;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.section-title1 .large-title {
	color: #000000;
	font-size: 44px;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
	margin: 0 auto 15px auto;
}
.section-title1 .sub-text-p p {
	font-size: 16px;
	color: #000;
	line-height: 28px;
}
.section-title1 .sub-text-p p strong {
	color: #6e8565;
	text-decoration: underline;
	font-weight: bold;
}
.event-wrapper-box {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 25px;
	background-color: #111111;
	transition: transform ease 500ms !important;
}
.event-wrapper-box:hover {
	transform: translateY(-8px) !important;
}
.event-box-img {
	padding-top: 75%;
	background: no-repeat center center / cover;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.x-event-box-img:hover {
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}
.event-wrapper-box .event-box-img:after {
	content: "";
	background-image: linear-gradient(#ffff0000, #111111);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 3333;
	display: inline-block;
	height: 58%;
}
.event-wrapper-box .event-btn-wrapper {
	float: left;
	width: 100%;
	padding: 0px 13px 15px 13px;
}
.event-wrapper-box-img {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.event-wrapper-box-img .event-box-logo {
	position: absolute;
	bottom: 12px;
	padding: 0px 20px;
	z-index: 3333;
	max-width: 90%;
	margin: 0px auto;
	width: 100%;
	left: 0;
	right: 0;
	color: #fff;
}
.event-wrapper-box-img .event-box-logo h3, .event-wrapper-box-img .event-box-logo h4 {
	margin-bottom: 0;
}
.light-bg1 {
	background: #f8f8f5;
}
.partner-section-logo {
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.partner-section-logo img {
	filter: grayscale(1);
	opacity: .5;
}
.partner-section-logo .owl-stage {
  display: flex;
  align-items: center;
}
.partner-section-logo img:hover {
	filter: grayscale(0);
	opacity: 1;
}
#partner-logo .owl-nav {
	display: none;
}
#partner-logo .owl-dots {
	display: none;
}
.partner-section-logo .partner-section-title {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	margin-bottom: 27px;
}
.partner-section-logo .partner-section-row {
	float: left;
	width: 100%;
}
.about-img-box {
	display: block;
	padding-top: 60%;
	background: no-repeat center center / cover;
	position: relative;
}
#events-slider-box .owl-nav button i {
	color: #fff;
}
.three-section-box .about-img-box::after {
	display: none;
}
.about-img-info {
	float: left;
	width: 100%;
}
.about-img-info .theme-btn {
	margin-top: 15px;
}
.about-img-info .about-small-title {
	margin-bottom: 0;
	color: #000;
	font-size: 16px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase; 
	letter-spacing: 1px;
	display: none;
}
.about-img-info .about-large-title h2 {
	font-size: 36px;
	font-weight: 500;
	color: #000;
	font-family: "Oswald", sans-serif;
	margin: 0 0 20px 0;
} 
.about-img-info p {
	font-size: 15px;
	line-height: 26px;
	color: #020202;
}

.about-img-info ul li {
	font-size: 15px;
	line-height: 26px;
	color: #020202;
	list-style: disc outside;
	margin: 0 0 10px 25px;
}
.about-section {
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.events-img {
	padding-top: 60%;
	background: no-repeat center center / cover;
	-webkit-transition: all .5s;
}
.x-events-img:hover {
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}
.news-list-home-slider-img-row {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}
.events-box-row .dates {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #202a15;
	color: #fff;
	text-align: center;
}
.events-box-row .date {
	margin: 10px 0;
	padding: 0 12px;
	border-right: 1px solid #fff;
	text-transform: uppercase;
}
.events-box-row .date p {
	margin: 0;
	line-height: 16px;
}
.events-box-row .date h5 {
	margin: 0;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}
.events-box-row .date:last-child {
	border-right: none;
}
.upcoming-events-section {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.upcoming-events-bg1 {
	background: #192216;
}
.events-box-row {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	transition: transform ease 500ms !important;
}
.events-box-row:hover {
	transform: translateY(-8px);
}
.events-box-row .events-info-box {
	float: left;
	width: 100%;
	padding: 13px 20px;
}
.events-box-row .events-info-box h3 {
	font-size: 20px;
	line-height: 35px;
	color: #000;
	font-weight: 600;
}
.events-box-row .events-info-box p {
	font-size: 15px;
	line-height: 24px;
	color: #9c9c9c;
	margin-bottom: 4px;
}
.upcoming-events-section .section-title1 .large-title {
	color: #ffffff;
	font-size: 32px;
	font-weight: 600;
	font-family: "Nunito Sans", sans-serif;
}
.upcoming-events-section .section-title1 .small-title {
	color: #fff;
}
.events-theme-btn-row {
	margin-top: 42px;
	text-align: center;
}
.instagram-box-row {
	position: relative;
	overflow: hidden;
	width: 20%;
	float: left;
	background-color: #2a2a2a;
}
.instagram-box-img {
	padding-top: 100%;
	background-size: cover;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.instagram-box-img:hover {
	-webkit-transform: rotate(1deg) scale(1.05, 1.05);
	-ms-transform: rotate(1deg) scale(1.05, 1.05);
	transform: rotate(1deg) scale(1.05, 1.05);
}
.view-gallery-overlay {
	position: absolute;
	width: 100%;
	top: 0px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
	flex-flow: column;
}
.view-gallery-overlay .view-gallery-btn {
	margin-top: 16px;
	text-align: center;
}
.view-gallery-overlay .view-gallery-btn a {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	line-height: 16px;
	text-decoration: none;
}
.view-gallery-overlay .view-gallery-btn a .instagram i {
	font-size: 60px;
	margin-bottom: 9px;
}
.footer-section {
	float: left;
	width: 100%;
}
.footer-section-bg1 {
	background: #192216;
	padding-top: 40px;
	padding-bottom: 40px;
	float: left;
	width: 100%;
}
.footer-menu {
	float: left;
	width: 100%;
}
.footer-menu h3 {
	font-size: 21px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: bold;
}
.footer-menu ul {
	padding: 0px;
	margin: 0px;
}
.footer-menu ul li {
	list-style: none;
	margin-bottom: 3px;
}
.footer-menu ul li a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.get-in-blk {
	padding: 28px 26px;
	height: 100%;
	background: #121710;
	border-radius: 8px;
}
.footer-about-text {
	float: left;
	width: 100%;
	margin-top: 22px;
	margin-bottom: 12px;
}
.footer-about-text p {
	color: #fff;
	font-size: 14px;
	line-height: 23px;
}
.footer-about-info {
	padding-right: 58px;
}
.footer-social-icon {
	float: left;
	width: 100%;
}
.footer-social-icon ul {
	padding: 0px;
}
.footer-social-icon ul li {
	display: inline-block;
	margin-right: 16px;
}
.footer-social-icon ul li a {
	font-size: 24px;
	color: #fff;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block;
}
.footer-social-icon ul li a:hover {
	webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	transform: translateY(-4px);
	color: #6e8565;
}
.footer-menu ul li a:hover {
	color: #6e8565;
}
.get-in-blk h5 {
	font-size: 23px;
	color: #fff;
	margin-bottom: 15px;
}
.get-in-blk-wrapper {
	float: left;
	width: 100%;
}
.get-in-blk-wrapper .get-in-info {
	float: left;
	width: 100%;
	margin-bottom: 12px;
}
.get-in-blk-wrapper .get-in-info h3 {
	font-size: 15px;
	color: #fff;
}
.get-in-blk-wrapper .get-in-info h4 {
	font-size: 19px;
	color: #fff;
}
.get-in-blk-wrapper .get-in-info2 {
	float: left;
	width: 100%;
}
.get-in-blk-wrapper .get-in-info2 h3 {
	font-size: 15px;
	color: #fff;
}
.get-in-blk-wrapper .get-in-info2 h4 {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
.opening-time {
	float: left;
	width: 100%;
	color: #9abf8e;
	font-size: 14px;
	margin: 17px 0 15px 0;
}
.footer-copy-right {
	float: left;
	width: 100%;
	background: #121710;
	padding-top: 12px;
	padding-bottom: 12px;
}
.footer-copy-right-text {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
}
.footer-designed-by {
	color: #fff;
	text-align: right;
	font-size: 12px;
	font-weight: 300;
}
.footer-designed-by a {
	color: #90c088;
	text-decoration: none;
}
.newsletter-section {
	float: left;
	width: 100%;
	padding-top: 74px;
	padding-bottom: 85px;
	background-color: #F8F8F5;
}
.newsletter-box {
	width: 100%;
	margin: 0px auto;
	max-width: 548px;
}
.newsletter-input .input-wrapper {
	height: 44px;
	text-align: center;
	border: solid 1px #dddddd;
	font-size: 15px;
	width: 100%;
	color: #a3a3a3;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	outline: 0;
}
.newsletter-submit {
	float: left;
	width: 100%;
	margin-top: 21px;
}
.newsletter-submit .button-wrapper {
	width: 100%;
	height: 45px;
	border: none;
	background: #6e8565;
	color: #fff;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 17px;
	cursor: poNunito Sans;
}
/********* Events-list Page css *********/
.event-slider-section {
	float: left;
	width: 100%;
}
.event-slider-section .padding-none {
	padding: 0;
}
.event-slider-bg {
	height: 100%;
	background: #1e1e1e;
	padding: 0px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.event-slider-section .row {
	margin: 0;
}
.event-slider-wrapper-row1 .event-title-info .event-slider-title1 {
	font-size: 21px;
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
.event-slider-wrapper-row1 .event-title-info .event-slider-title2 {
	font-size: 46px;
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	margin-bottom: 10px;

}
.event-slider-wrapper-row1 .event-title-info .event-slider-sub-title3 p {
	font-size: 15px;
	color: #fff;
	line-height: 28px;
}
.event-slider-wrapper-row1 .event-title-info .event-slider-date {
	font-size: 22px;
	color: #6e8565;
	margin-bottom: 28px;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
.event-slider-wrapper-row1 .event-title-info .theme-btn a {
	min-width: auto;
	padding: 7px 47px;
	font-size: 20px;
}
.event-slider-section .owl-nav button i {
	color: #fff;
	font-size: 20px;
}
.event-slider-section .owl-nav button.owl-prev {
	position: absolute;
	left: 11px;
	top: 45%;
}
.event-slider-section .owl-nav button.owl-next {
	position: absolute;
	right: 11px;
	top: 45%;
}
.contact-info-phone-section {
	float: left;
	width: 100%;
	padding-top: 55px;
	background: #192216;
	padding-bottom: 55px;
}
.contact-info-phone-section .contact-info-no {
	text-align: center;
}
.contact-info-no .contact-info-no-title-1 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 6px;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.contact-info-no .contact-info-no-title-1 i {
	margin-right: 9px;
}
.contact-info-no .contact-info-no-title-2 {
	font-size: 41px;
	color: #fff;
	margin-bottom: 1px;
	font-weight: bold;
}
.contact-info-no .contact-info-no-3 {
	font-size: 42px;
	margin-top: 10px;
	color: #9ebf91;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	margin-bottom: 0px;
	line-height: 50px;
}
.contact-info-no .contact-info-option {
	color: #9ebf91;
	font-size: 12px;
}
#events-slider-box .owl-dots {
	display: none;
}
#events-slider-box .owl-nav button.owl-prev {
	position: absolute;
	left: 7px;
	top: 47%;
}
#events-slider-box .owl-nav button.owl-next {
	position: absolute;
	right: 7px;
	top: 47%;
}
.events-list-section {
	float: left;
	width: 100%;
	padding-top: 51px;
	padding-bottom: 51px;
}
.events-list-section .events-box-row {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin-bottom: 33px;
}
.events-list-title-btn {
	float: left;
	width: 100%;
}
.events-list-title-btn ul li {
	display: inline-block;
	margin-right: 10px;
}
.events-list-title-btn ul li a {
	background: #f0f0f0;
	display: inline-block;
	text-decoration: none;
	padding: 4px 30px;
	color: #313131;
	font-size: 16px;
	font-weight: 500;
	border-radius: 4px;
}
.events-list-title-row {
	margin-bottom: 28px;
}
.events-list-title-row {
	margin-bottom: 38px;
	margin-left: 0px;
	border-top: solid 1px #cfcfcf;
	padding-top: 12px;
	border-bottom: solid 1px #cfcfcf;
	padding-bottom: 12px;
}
.events-list-title-btn ul li a.active, .events-list-title-btn ul li a:hover {
	background: #6e8565;
	color: #fff;
}
/********* Events Page css *********/
#center-slider-events .owl-dots {
	display: none;
}
.event-btn-content {
	margin-bottom: 14px;
}
.event-btn-content a {
	max-width: 348px;
	height: 54px;
	display: inline-block;
	background-color: #6e8565;
	text-align: left;
	line-height: 54px;
	color: #fff;
	position: relative;
	text-decoration: none;
	border-radius: 4px;
	padding-left: 18px;
	font-weight: 500;
	width: 100%;
}
.event-btn-content.btn-tick a {
	background-color: #171717;
}
.event-btn-content a i.fa {
	position: absolute;
	right: 24px;
	top: 20px;
}
.share-event-section {
    float: left;
    width: 100%;
    padding: 30px 0 20px 0;
}
.share-event-section .event-desc {
	float: left;
	width: 100%;
}
.share-event-section .event-desc h3 {
	color: #333333;
	font-size: 27px;
	margin-bottom: 17px;
	font-family: "Oswald", sans-serif;
}
.event-desc p {
	margin: 0px 0px 10px;
	font-size: 15px;
	line-height: 23px;
	color: #333333;
	margin-bottom: 13px;
}
.event-desc p span i {
	margin-right: 8px;
	font-size: 17px;
	text-align: center;
	color: #6e8565;
}
.event-block-section {
	float: left;
	width: 100%;
	background: #f8f8f5;
	padding-top: 40px;
	padding-bottom: 40px;
}
.common-white-box {
	margin-bottom: 30px;
	padding: 35px 30px;
	background: #fff;
	width: 100%;
}
.common-white-box h3 {
	padding-bottom: 14px;
	margin-bottom: 20px;
	position: relative;
	font-size: 23px;
	line-height: 26px;
	color: #333333;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
}
.common-white-box h3::after {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 1px;
	background-color: #6e8565;
}
.desc-box-wrapper p {
	margin-bottom: 24px;
	font-size: 14px;
	line-height: 26px;
	color: #333;
	font-family: 'Nunito Sans', sans-serif;
} 
.desc-box-wrapper ul  {
	margin-bottom: 24px;
}
.desc-box-wrapper li {
	margin: 0 0 1px 25px;
	list-style: disc outside;
	font-size: 14px;
	line-height: 26px;
	color: #333;
	font-family: 'Nunito Sans', sans-serif;
}
.single-events .slider-item-row .slider-item-img {
	height: auto !important;
}
.single-events .owl-carousel.owl-drag .owl-item {
	max-width: 90% !important;
}
.single-events .slider-item-row .slider-item-img img {
	height: 50vh !important;
	min-height: 350px !important;
	max-height: 800px !important;
	width: 100% !important;
	margin: 0 auto !important;
	object-fit: cover;
}
.single-events .slider-home-section .slider-item-row .slider-item-img:after {
	display: none;
}
.gallery-box .gallery-img-box {
	width: 31%;
	height: auto;
	padding-bottom: 25%;
	border-radius: 5px;
	margin: 1%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}
.accordion-section {
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.section-title2 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.section-title2 .section-title-wrapp {
	font-size: 25px;
	font-weight: bold;
	color: #000;
	font-family: "Oswald", sans-serif;
}
.accordion-wrapper {
	float: left;
	width: 100%;
}
.accordion-wrapper .accordion-item button:focus {
	box-shadow: none;
}
.accordion-flush .accordion-item .accordion-button {
	font-size: 18px;
	font-weight: 500;
	color: #333333;
}
.accordion-flush .accordion-item {
	margin-bottom: 14px;
	border: none;
	float: left;
	width: 100%;
}
.accordion-button:not(.collapsed) {
	background-color: #e6f2e2;
}
.events-section-2 {
	float: left;
	width: 100%;
	padding-top: 42px;
	padding-bottom: 69px;
}
.other-page-title-section {
	float: left;
	width: 100%;
	padding-top: 60px;
	margin-bottom: 30px;
	background-size: cover;
	position: relative;
}
.other-page-title-section .other-page-background-image-container {
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	height: 400px;
}
.other-page-title-section .other-page-background-image-container:after {
	content: "";
	background-image: linear-gradient(rgb(255 255 0 / 0%), #ffffff);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 33;
	display: inline-block;
	height: 75%;
}
.other-page-title-section .other-page-background-image {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .75;
	object-fit: cover;
}
.other-page-title-section .other-page-title-wrapper {
	text-align: center;
	float: left;
	width: 100%;
	position: relative;
	z-index: 333;
	text-align: center;
	margin-top: 150px;
}
.other-page-title-wrapper .other-page-title1 {
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
}
.other-page-title-wrapper .other-page-title1 img {
	width: 100%;
	height: auto;
	margin: 0 auto 15px auto;
	max-width: 350px;
}
.other-page-title-wrapper .other-page-title2 {
	font-size: 55px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	color: #2b2b2b;
	text-shadow: rgba(255,255,255,0.6) 0px 0px 15px;

}
.other-page-title-wrapper .breadcrumb-bar {
	float: none;
	width: 100%;
	margin: 10px auto 20px auto;
	border-bottom: solid 1px #666666;
	border-top: solid 1px #666666;
	max-width: max-content;
	padding: 4px 106px;
	font-size: 13px;
}
.other-page-title-wrapper .breadcrumb-bar span {
	display: inline-block;
	margin: 0px 5px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Nunito Sans", sans-serif;
	letter-spacing: 0px;
}
.other-page-title-wrapper .breadcrumb-bar span a {
	color: #666666;
	text-decoration: none;
}
.other-page-title-wrapper .other-page-sub-title {
	Xfloat: left;
	width: 100%;
	padding: 0px 185px;
}
.other-page-title-wrapper .other-page-sub-title p {
	font-size: 16px;
	line-height: 28px;
	color: #272727;
}
.other-page-title-section .other-page-buttons {
	margin: 20px auto 0 auto;
}
.other-page-title-section .other-page-buttons a {
	margin: 0 3px;
}
.three-section-box {
	float: left;
	width: 100%;
	padding-bottom: 40px;
}
.event-wrapper-p-text {
	padding: 0px 4px;
}
.event-wrapper-p-text p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 25px;
}
.bodyshop {
	padding-bottom: 50px;
}
/***** Store-Category Page css *****/
.product-box {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.about-img-box:after {
	content: "";
	width: 98%;
	border: solid 1px #bdbdbd;
	height: 97%;
	position: absolute;
	top: 7px;
	margin: 0px auto;
	right: 0;
	left: 0;
}
.product-box-row {
	padding: 5px;
	border-radius: 5px;
	float: left;
	width: 100%;
	margin-bottom: 25px;
	background-color: #fff;
}
.product-box .product-img  {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%;
}
.product-box .product-img:hover {
	/* webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1); */
	opacity: .8;
}
.product-box .product-img-hover  {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: none;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.product-box:hover .product-img-hover {
	display: block;
}
.product-box-row .product-info-wrapper {
	float: left;
	width: 100%;
	padding: 10px 0px;
	padding-bottom: 5px;
}
.product-info-wrapper .product-title {
	text-decoration: none;
	font-size: 14px;
	color: #242424;
	font-weight: 600;
	font-family: "Nunito Sans", sans-serif;
	float: left;
	width: 70%;
	margin-bottom: 5px;
	text-align: left;
}
.product-info-wrapper .product-price {
	font-size: 14px;
	color: #6e8565;
	font-weight: 500;
	float: right;
}
.product-info-wrapper .product-options {
	font-size: 11px;
	font-weight: 400;
	color: #777777;
}
.left-side-category {
	float: left;
	width: 100%;
	padding-right: 5px;
}
.left-side-category .category-wrapper {
	float: left;
	width: 100%;
}
.left-side-category .left-side-title {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 24px;
	color: #242424;
	border-bottom: solid 1px #ebebeb;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	padding-bottom: 6px;
}
.category-wrapper .category-list {
	float: left;
	width: 100%;
}
.category-wrapper .category-list li a {
	border-bottom: solid 1px #ebebeb;
	width: 100%;
	display: inline-block;
	text-decoration: none;
	line-height: 44px;
	color: #5e5a54;
	font-size: 16px;
}
.category-wrapper .category-list li a span {
	float: right;
}
.left-side-category .filter-wrapper {
	margin-top: 35px;
	float: left;
	width: 100%;
}
.input-group-seach-box {
	position: relative;
	display: flex;
}
.input-group-seach-box input.form-control {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
}
.input-group-seach-box input.form-control {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	border: none;
	box-shadow: none;
}
.input-group-seach-box {
	position: relative;
	display: flex;
	border: solid 1px #d1d1d1;
	height: 50px;
	margin-bottom: 30px;
}
.input-group-seach-box .input-group-append {
	height: 100%;
}
.input-group-seach-box .input-group-append button {
	height: 100%;
	box-shadow: none;
}
.input-group-seach-box .input-group-append button i {
	color: #989898;
}
.product-sorting-box .product-results-title {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.pagination-wrapper {
	float: left;
	width: 100%;
}
.pagination-wrapper ul li {
	display: inline-block;
	margin-right: 3px;
}
.pagination-wrapper ul li a {
	width: 40px;
	height: 40px;
	display: inline-block;
	border: solid 1px #e2e0dc;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	color: #000;
	font-size: 15px;
}
.pagination-wrapper ul li a:hover, .pagination-wrapper ul li a.active {
	background-color: #6e8565;
	color: #ffffff;
}
.product-category-section {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 60px;
}
@media(min-width:992px) {
	.page-template-tpl-store .breadcrumb-bar-section .container,
	.page-template-tpl-store .product-category-section .container {
		max-width: 1800px;
		padding-left: 30px;
		padding-right: 30px;
	}
}
.product-sorting-right-side {
	display: flex;
	justify-content: flex-end;
}
.product-sorting-right-side .product-sorting-row {
	display: flex;
	margin-right: 0px;
	gap: 10px;
}
.product-sorting-right-side .product-sorting-icon-row {
	display: flex;
}
.product-sorting-icon-row .product-sorting-icon {
	margin-left: 11px;
}
.product-sorting-icon button {
	border: solid 1px #e2e0dc;
	width: 36px;
	height: 36px;
	font-size: 20px;
	color: #757575;
}
.product-sorting-icon button.active {
	background: #6e8565;
	color: #fff;
}
.product-sorting-row .product-sorting-select-box select {
	min-width: 150px;
	height: 37px;
	border: solid 1px #e2e0dc;
	color: #5e5a54;
	font-size: 13px;
	padding-left: 11px;
	font-weight: 400;
	outline: 0;
}
.product-sorting-row .product-sorting-select-box select:focus { 
	border: solid 1px #6e8565;
}
.product-sorting-row .product-sorting-search {
	margin: 5px 10px 0 0px;
}
.product-sorting-row .product-sorting-select-text {
	font-size: 15px;
	color: #242424;
	font-weight: 600;
	margin-right: 10px;
	padding-top: 6px;
}
.product-sorting-box {
	margin-bottom: 26px;
	border-top: 1px #e7e7e7 solid;
	border-bottom: 1px #e7e7e7 solid;
	padding: 15px 0;
}
.product-highlight {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px 5px 5px 5px;
	background-color: #bdcfb6;
	font-size: 12px;
	color: #0a0a0a;
}
.store-logo {
}
.store-logo img {
	width: 75px;
	height: auto;
}
.relative-product-section {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
}
.relative-product-section .section-title-wrapp {
	margin: 0 auto 25px auto;
}
.store-filters details summary {
  cursor: pointer;
  padding: 10px 0;
  font-size: 1rem;
  border-bottom: 1px solid #ccc;
}

.store-filters details[open] summary {
  font-weight: bold;
}

.store-filters select {
  width: 100%;
  padding: 6px;
}


/***** Product details Page css *****/
.single-product article header, .single-product .entry-footer {
	display: none !important;
}
.product-description-section {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f8f8f5;
}
.description-wrapper {
	float: left;
	width: 100%;
}
.description-wrapper p {
	margin-bottom: 24px;
	font-size: 14px;
	line-height: 26px;
	color: #333;
	font-family: 'Nunito Sans', sans-serif;
}
.description-btn-row {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.description-btn-row .description-title-btn {
	display: inline-block;
	background: #6e8565;
	padding: 6px 28px;
	color: #fff;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 500;
	border-radius: 5px;
}
.description-wrapper .description-title {
	float: left;
	width: 100%;
	margin-bottom: 8px;
	font-size: 21px;
	color: #000;
	font-weight: 600;
}
.product-details-right-side {
	float: left;
	width: 100%;
	padding-top: 0px;
}
.product-details-right-side .product-details-name-row {
	display: flex;
	float: left;
	width: 100%;
}
.product-details-name-row .product-details-name {
	width: 80%;
	float: left;
}
.product-details-name-row .product-details-name .product-sky {
	font-size: 12px;
	color: #4c4c4c;
}
.product-details-name-row .product-details-name .product-name {
	font-size: 28px;
	color: #000;
	font-weight: 600;
	float: left;
	width: 100%;
	margin-top: 3px;
}
.product-details-name-row .product-details-name {
	width: 95%;
	float: left;
}
.product-details-name-row .product-details-logo {
	float: left;
	width: 15%;
	margin: 15px 0 0 0;
}
.variations_form {
	display: block;
	width: 100%;
}
.variations_form .quantity {
	float: left;
	margin-right: 10px;
}
.single_add_to_cart_button {
	background: #6e8565 !important;
	color: #fff !important;
}
.quantity .qty  { 
	padding: 4px;
	display: none;
}
table.variations {
	display: block;
	width: 100%;
	padding: 20px 0 20px 0;
	margin: 0;
	border-top: 1px #ececec solid;
}
table.variations .label {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
table.variations select {
	padding: 8px;
	border-radius: 5px;
}
.single footer.footer, .single #sidebar {
	display: none !important;
}


.qtySelector {
	border: 1px solid #ddd;
	height: 44px;
	border-radius: 6px;
}
.qtySelector .fa {
	padding: 10px 5px;
	width: 42px;
	height: 100%;
	float: left;
	cursor: poNunito Sans;
	line-height: 23px;
	font-size: 16px;
	color: #d2d2d2;
	font-weight: 900;
}
.qtySelector .fa.clicked {
	font-size: 16px;
	padding: 12px 5px;
}
.qtySelector .fa-minus {
	border-right: 1px solid #ddd;
}
.qtySelector .fa-plus {
	border-left: 1px solid #ddd;
}
.qtySelector .qtyValue {
	border: none;
	padding: 5px;
	width: 47px;
	height: 100%;
	float: left;
	text-align: center;
}
.product-select-box-row {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.product-select-box-row .product-select-box {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.product-select-box-row .product-select-box select {
	width: 100%;
	height: 51px;
	padding: 0px 12px;
	border: solid 1px #dadada;
	border-radius: 5px;
	font-size: 16px;
	color: #000;
	outline: 0;
	background: url(../select-box-arrow.html) no-repeat right white;
	-webkit-appearance: none;
	background-position: 98% 50%;
}
.single_add_to_cart_button {
	display: block;
	width: 100%;
}
.product-description-text {
	float: left;
	width: 100%;
	border-top: solid 1px #eaeaea;
	padding-top: 14px;
	font-size: 14px;
}
.product-description-text p {
	font-size: 15px;
	line-height: 26px;
}
.increase-decrease-price-row {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	display: block;
}
.product-details-price-row {
	float: left;
	width: 100%;
	margin-bottom: 26px;
}
.product-details-price-row .discount-price {
	font-size: 22px;
	font-weight: 500;
	color: #252525;
}
.product-details-price-row .product-details-price span {
	font-size: 19px;
	color: #8d8d8d;
	text-decoration: line-through;
	vertical-align: top;
}
.product-details-price .price-p {
	display: inline-block;
	margin-left: 7px;
	color: #fff;
	font-size: 12px;
	background: #3ab137;
	padding: 1px 10px;
	border-radius: 5px;
}
.increase-decrease-price-row .increase-decrease-price {
	display: inline-block;
}
.increase-decrease-price-row .product-add-to-basket {
	display: inline-block;
	margin-left: 15px;
}
.increase-decrease-price-row .product-add-to-basket button {
	background: #6e8565;
	color: #fff;
	padding: 9px 27px;
	border-radius: 6px;
	outline: 0;
	border: none;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
	display: inline-block;
	font-weight: 600;
}
.increase-decrease-price-row .product-add-to-basket button:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #628355 30%, #314828);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.increase-decrease-price-row .product-add-to-basket button:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #314828 30%, #628355);
}
.product-details-slider {
	float: left;
	width: 100%;
}
.slider .slick-prev:before, .slider-vertical .slick-next:before {
	display: none;
}
.slider .slick-prev, .slider .slick-next {
	width: 28px;
	height: 28px;
	border-style: solid;
	margin: 10px;
	display: inline-block;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	cursor: poNunito Sans;
}
.slider .slick-prev:before, .slider .slick-next:before {
	display: none;
}
.slider .slick-prev {
	left: 0px;
	right: auto;
}
.slider .slick-next {
	right: 0px;
	left: auto;
}
.slider .slick-prev.slick-disabled, .slider .slick-next.slick-disabled, .slider .slick-prev.slick-disabled:hover, .slider .slick-next.slick-disabled:hover {
	opacity: 0.1;
	cursor: default;
}
.product-details-slider .slider-thumb .product-thumb-img {
	border: solid 1px #d4d4d4;
	margin: 6px;
	height: 105px;
	padding: 5px;
}
.product-details-slider .slider-thumb .product-thumb-img img {
	width: 50px;
	height: auto;
}
.product-details-slider .slider-thumb .slick-slide.slick-current {
	border: solid 1px #3ab137;
}
.product-details-slider .slider-thumb {
	margin-top: 10px;
	padding: 10px 5px;
	border:1px #e8e8e8 solid;
}
.product-details-slider .slider-content {
	border: solid 0px #d4d4d4;
	padding: 0px;
}
.product-details-section {
	float: left;
	width: 100%;
	padding-bottom: 55px;
	padding-top: 40px;
}

.product-details-section .variation-radios {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin:  0px 0px 0 5px;
}
.product-details-section .reset_variations {
	display: none;
}

.product-details-section .variation-label {
    position: relative;
    cursor: poNunito Sans;
}
.product-details-section .variation-label input[type="radio"] {
    display: none; /* Hide the default radio button */
}
.product-details-section li.increase-decrease-price-row {
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 12px !important;
}
.product-details-section li.selected {
    background: #6e8565 !important;
    color: #fff !important;
    border: 1px solid #6e8565 !important;
    font-size: 12px !important;
}

.breadcrumb-bar {
	float: left;
	width: 100%;
	text-align: right;
}
.breadcrumb-bar li {
	display: inline-block;
}
.breadcrumb-bar li a {
	text-decoration: none;
	color: #3a3a3a;
}
.breadcrumb-bar li {
	font-size: 13px;
	color: #3a3a3a;
}
.breadcrumb-bar li a:hover {
	color: #6e8565;
}
.breadcrumb-back-btn {
	float: left;
	width: 100%;
}
.breadcrumb-back-btn li a {
	font-size: 13px;
	color: #3a3a3a;
	text-decoration: none;
}
.breadcrumb-back-btn li a i {
	margin-right: 4px;
	font-weight: 900;
	font-size: 12px;
	color: #3a3a3a;
}
.breadcrumb-bar-section {
	float: left;
	width: 100%;
	padding-bottom: 13px;
	box-shadow: rgb(0 0 0 / 35%) 0px 27px 17px -28px inset;
	background: #f6f6f6;
	padding-top: 12px;
	margin: 0 0 20px 0;
}
/***** Contact US Page css *****/
.contact-details {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 30px;
	border-radius: 13px;
	float: left;
	width: 100%;
	height: 100%;
}
.contact-details-title {
	width: 100%;
	text-align:center;
	margin-bottom: 5px;
}
.contact-details-title .contact-title {
	font-size: 26px;
	color: #2b2b2b;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
}
.contact-details .contact-details-wrapper {
	display:flex;
	width: 100%;
}
.contact-details .contact-details-wrapper .contact-details-row {
	float: left;
	width: 100%;
	margin-bottom: 21px;
	text-align:center;
}
.contact-details-wrapper .contact-details-row .contact-icon {
	width: 42px;
	margin:0 auto;
}
.contact-details-row .contact-icon i {
	font-size: 26px;
	color: #6e8565;
}
.contact-details-row .contact-details-info .contact-info-title1 {
	font-size: 18px;
    color: #1f1f1f;
    font-weight: 600;
    padding-bottom: 5px;
}
.contact-details-row .contact-details-info .contact-info-title2 {
	font-size: 16px;
	line-height: 21px;
	color: #1f1f1f;
}
.contact-form-wrapper {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 19px 22px;
	border-radius: 13px;
	float: left;
	width: 100%;
}
.contact-form-wr {
	float: left;
	width: 100%;
}
.contact-form-wr .input-group-row {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.input-group-row .input-control {
	height: 44px;
	width: 100%;
	border: none;
	font-size: 15px;
	background: #f4f4f4;
	padding: 4px 13px;
}
button.submit-btn {
	width: 100%;
	height: 45px;
	border: none;
	background: #6e8565;
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 17px;
	cursor: poNunito Sans;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
	display: inline-block;
}
button.submit-btn:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #628355 30%, #314828);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
button.submit-btn:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #314828 30%, #628355);
}
.submit-btn-group {
	width: 35%;
	float: right;
}
.input-group-row textarea.input-control {
	height: 103px;
}
.contact-section {
	float: left;
	width: 100%;
	padding-bottom: 50px;
}
.open-hours-section {
	float: left;
	width: 100%;
	background: #f8f8f5;
	padding-top: 40px;
	padding-bottom: 40px;
}
.accordion-body {
	float: left;
	width: 100%;
}
.open-hours-info {
	float: left;
	width: 100%;
}
.open-hours-info .open-hours-info-row {
	float: left;
	width: 100%;
	display: flex;
	margin-bottom: 17px;
}
.open-hours-info .open-hours-info-row .open-hours-day {
	width: 15%;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}
.open-hours-info .open-hours-info-row .open-hours-time {
	font-size: 14px;
	color: #000;
}

.map-section {
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.map-section .map-wrapper {
	float: left;
	width: 100%;
}
.map-section .map-wrapper iframe {
	width: 100%;
	height: 350px;
}
.events-select-box {
	float: right;
}
.events-select-box select {
	background: #f0f0f0;
	display: inline-block;
	text-decoration: none;
	padding: 4px 8px;
	color: #313131;
	font-size: 16px;
	font-weight: 500;
	border-radius: 4px;
	border: none;
	outline: 0;
}
.product-category-slider-row1 .product-category-info {
	float: left;
	width: 100%;
}
.product-category-slider-row1 .product-category-info .product-category-logo {
	max-width: 182px;
	margin: 0px auto;
}
.product-category-slider-row1 .product-category-info .product-category-title1 {
	font-size: 17px;
	color: #6e8565;
	margin-bottom: 6px;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 24px;
}
.product-category-slider-row1 .product-category-info .product-category-title2 {
	font-size: 46px;
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	margin-bottom: 16px;
	line-height: 45px;
}
.product-category-slider-row1 .product-category-info .product-category-price {
	margin-bottom: 21px;
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	font-family: "Oswald", sans-serif;
}
.product-category-slider-row1 {
	text-align: center;
}
.product-category-slider-row1 .theme-btn a {
	min-width: auto;
	padding: 7px 47px;
	font-size: 20px;
}
.slider-home-section .slider-item-row .slider-item-img {
	position: relative;
	width: 100%;
	height: 85vh;
	min-height: 400px;
	max-height: 800px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.slider-home-section .slider-item-row .slider-item-img:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	background-image: linear-gradient(to right, #000000c7, rgb(255 255 255 / 0%));
}
.header-top-section {
	float: left;
	width: 100%;
	border-bottom: solid 1px #e3e3e3;
	padding-top: 4px;
	padding-bottom: 4px;
}
.header-section .header-top-section .container {
	padding: 0px 30px;
}
.megamenu-row-box {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	display: flex;
	background: #2b2b2b;
}
.megamenu-row-box .megamenu-img-box {
	width: 55%;
	height: 200px;
	background-color: #575757;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.megamenu-row-box .megamenu-info-box {
	padding: 16px;
	float: left;
	width: 100%;
	text-align: center;
}
.megamenu-row-box .megamenu-info-box .megamenu-info-title {
	font-size: 22px;
	color: #fff;
	margin-bottom: 8px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
} 
.megamenu-row-box .megamenu-info-box p {
	color: #fff;
	font-size: 12.5px;
	line-height: 20px;
}
.megamenu-row-box .theme-btn a {
	padding: 10px 17px !important;
	display: inline-block;
	font-family: "Oswald", sans-serif !important;
	min-width: auto !important;
	font-weight: 500 !important;
	color: #fff !important;
	font-size: 12px !important;
}
.megamenu-row-box .theme-btn a:after {
	content: "" !important;
	display: block !important;
	width: 50px !important;
	height: 50px !important;
	border-radius: 50% !important;
	background-image: linear-gradient(to right, #628355 30%, #314828) !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	z-index: -1 !important;
	transform: translate(-50%, -50%) scale(0) !important;
	transition: all 0.5s ease 0s !important;
}
.megamenu-row-box .theme-btn a:hover:after {
	transform: translate(-50%, -50%) scale(5) !important;
	background-image: linear-gradient(to right, #314828 30%, #628355) !important;
}
.megamenu .light-menu-bg {
	background: #f3f3f3;
}
.megamenu .light-menu-bg .megamenu-info-box .megamenu-info-title {
	color: #2b2b2b;
}
.megamenu .light-menu-bg .megamenu-info-box p {
	color: #2b2b2b;
}
.mobile-view-slider-row-1 {
	display: none;
}
.contact-details-row .contact-details-info {
	width: 100%;
}
.header-section .mobile-menu {
	display: none;
}
.modal-popup-wrapper-1 .modal-dialog {
	max-width: 700px;
}
.modal-body-wrapper thead tr {
	background: #0a0e07;
	color: #fff;
}
.modal-body-wrapper tbody tr th, .modal-body-wrapper tbody tr td {
	font-size: 14px;
	color: #0a0e07;
}
.modal-body-wrapper thead tr th {
	font-size: 19px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}
.modal-backdrop.show {
	opacity: 0.9;
}
.modal-backdrop {
	background-color: #333333;
}


/*** 
=============================================
    Float Bob Y Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y {
 0% {
 transform: translateY(-20px);
}
 50% {
 transform: translateY(-10px);
}
 100% {
 transform: translateY(-20px);
}
}
 @keyframes float-bob-y {
 0% {
 transform: translateY(-20px);
}
 50% {
 transform: translateY(-10px);
}
 100% {
 transform: translateY(-20px);
}
}
.view-gallery-overlay .view-gallery-btn .instagram {
	-webkit-animation-name: float-bob-y;
	animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}


/****** HOME  SLIDER  Animation CSS ******/
@-webkit-keyframes fadeInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
opacity:0;
transform:translate3d(0, 100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @keyframes fadeInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
opacity:0;
transform:translate3d(0, 100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
 @-webkit-keyframes fadeInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
opacity:0;
transform:translate3d(0, -100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @keyframes fadeInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
opacity:0;
transform:translate3d(0, -100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @-webkit-keyframes fadeInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
opacity:0;
transform:translate3d(-100%, 0, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
@keyframes fadeInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
opacity:0;
transform:translate3d(-100%, 0, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
#sliderhome .owl-item.active .slider-title-info .slider-title1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
#sliderhome .owl-item.active .slider-title-info .slider-title2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
#sliderhome .owl-item.active .slider-title-info .slider-sub-title3 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
#sliderhome .owl-item.active .slider-title-info .theme-btn {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
/****** HOME  SLIDER  Animation CSS END ******/
.category-wrapper .category-list li a:hover {
	color: #314928;
}
.newsletter-input .input-wrapper:focus {
	border: solid 1px #46623c;
}
.newsletter-submit .button-wrapper:hover {
	background-color: #46623c;
}
.product-details-slider button.slick-next:after {
	font-family: "Font Awesome 6 Pro";
	content: "\f105";
	font-size: 19px;
	color: #949494;
}
.product-details-slider button.slick-prev:after {
	font-family: "Font Awesome 6 Pro";
	content: "\f104";
	font-size: 19px;
	color: #949494;
}
.product-details-slider button.slick-next:hover:after {
	color: #192216;
}
.product-details-slider button.slick-prev:hover:after {
	color: #192216;
}

#center-slider-events .owl-nav { 
    display: none;
}
.Xfeature-block-title {
	background-color: #6e8565;
	padding: 5px 20px;
	display: inline-block;
	position: relative;
	top:-40px;
	left: 10px;
	color: #fff;
} 
.feature-block {
	background-color: #F8F8F5;
}
.feature-block h3 {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px #d8d8d8 solid;
}
.feature-block-content {
	padding: 0px 20px 20px 20px;
	line-height: 28px;
}
.feature-block-img-box {
	padding-top: 60%;
	background: no-repeat center center / cover;
	position: relative;
	margin: 0 0 25px 0;
}
.feature-block-img-box:after {
	content: "";
	width: 98%;
	border: solid 1px #bdbdbd;
	height: 97%;
	position: absolute;
	top: 7px;
	margin: 0px auto;
	right: 0;
	left: 0;
}
.woocommerce-cart h1.entry-title,
.woocommerce-checkout h1.entry-title {
	display: none;
}
.wp-element-button {
	background: #6e8565;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	border:0;
}
.wc-block-components-sidebar-layout {
	margin-bottom: 80px !important;
}

.lr-slider-section {
	background-color: #6e8565;
	padding: 50px 50px;
	clear: both;
}
.lr-slider-section .lr-slide {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	width: 100%;
	margin: 0 auto 20px auto;
}
.lr-slider-section .lr-slider-title h3 {
	color: #fff;
	margin: 0 auto 30px auto;
}
.lr-slider-section .owl-nav {
	display: none;
}

/* Multi-slide variant: full-bleed with adjacent tiles peeking, capped height */
.lr-slider-section.lr-slider-multi {
	padding-left: 0;
	padding-right: 0;
}
.lr-slider-section.lr-slider-multi .owl-stage {
	display: flex;
}
.lr-slider-section.lr-slider-multi .owl-item {
	display: flex;
}
.lr-slider-section.lr-slider-multi .lr-slide {
	width: 100%;
	max-height: 600px;
	overflow-y: auto;
	margin-bottom: 0;
}
.lr-slider-section.lr-slider-multi .owl-dots {
	margin-top: 30px;
}
@media (max-width: 600px) {
	.lr-slider-section.lr-slider-multi .lr-slide {
		max-height: 500px;
	}
}


.meeting-rooms-featured .meeting-room-capacities {
	text-align: center;
}
.meeting-rooms-featured .meeting-room-capacity {
	display: inline-block;
	margin: 5px;
}
.meeting-rooms-featured .meeting-room-capacity-icon {
	width: 50px;
	height: 50px;
	border-radius: 100px;
	background-size: 75% 75%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #6e8565;
}
.meeting-rooms-featured .meeting-room-capacity-count {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 13px;
	margin: 5px auto 0 auto;
	font-weight: bold;
}
.meeting-rooms-featured .meeting-room-features {
	display: block;
	background-color: #ffffff;
	padding: 15px 10px;
	text-align: center;
	border-radius: 10px;
}
.meeting-rooms-featured .meeting-room-features ul {
	display: block;
	margin: 0 auto;
	max-width: 500px;
	font-size: 13px;
}
.meeting-rooms-featured .meeting-room-features li {
	width: 33%;
	text-align: center;
	float: left;
	margin: 0 auto 10px auto;
}
.meeting-rooms .meeting-room-capacity {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	padding: 6px 15px 6px 45px;
	background-color: #6e8565;
	border-radius: 50px;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	background-image: url('../png/icon-square-table.png');
	background-position: 12px 8px;
	background-size: 25px 16px;
	background-repeat: no-repeat;
}

.meeting-rooms .meeting-room {
	margin: 0 auto 30px auto;
}


.store-logo img {
	width: 100px;
	height: auto;
}

.project-image img {
	width: 100%;
	height: auto;
}
.project-desc { margin:10px auto 20px auto; position:relative; z-index:50; }
.project-desc p { font-size:15px; line-height: 28px; }

.past-projects-grid .container, .past-project-section .container {
	position: relative;
	z-index: 50;
}


.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
	max-width: 100% !important;
}


.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
	display: none !important;
}

.full-width-content {
	padding-top: 30px;
	clear: both;
}

.wpforms-confirmation-container-full {
	clear: both !important;
}

.wpforms-submit-spinner {
	display: none !important;
}

xli[data-wvstooltip-out-of-stock] {
	opacity: .3;
}

.product-template-default #wc-square-google-pay,
.product-template-default #wc-square-digital-wallet,
.woocommerce-cart .wc-block-cart__payment-options {
	display: none !important;
}

.product-template-default .gallery-thumb {
 display: block;
 width: 20%;
 padding-bottom: 20%;
 float: left;
 margin: 0 1%;
 background-size: cover;
 background-repeat: no-repeat;
}


/********* Mobile Layout *********/
@media (max-width: 768px) {
	.row.m-equal {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.row.m-equal .col-sm-4, .row.m-equal .col-sm-6, .row.m-equal .col-md-6, .row.m-equal .col-md-6, .row.m-equal .col-lg-4, .row.m-equal .col-lg-6, .row.m-equal .col-md-4, .row.m-equal .col-md-3 {
		display: flex;
	}
}
@media (min-width: 768px) {
	.row.equal {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.row.equal .col-sm-4, .row.equal .col-sm-6, .row.equal .col-md-6, .row.equal .col-md-6, .row.equal .col-lg-4, .row.equal .col-lg-6, .row.equal .col-md-4, .row.equal .col-md-3 {
		display: flex;
	}
}

@media only screen and (max-width: 767px) {
#sliderhome .owl-nav button.owl-prev {
	top: 30%;
}

.slider-home-section .owl-carousel .owl-stage {
	background-color: #0A0F07;
}

.woocommerce-cart .breadcrumb-bar {
	display: none;
}

.event-block-section {
	padding-top: 20px;
}

.event-wrapper-box .event-btn-wrapper {
	padding: 0px 10px 15px 10px;
}
.event-wrapper-box .theme-btn span {
 min-width: 50px;
 display: block;
 width: 100%;
}
.row.equal .col-md-4 {
		display: flex;
}


.about-img-box:after {
	height: 93%;
}
.other-page-title-section .other-page-buttons a {
	width: 90%;
}
.product-sorting-icon button {
	text-align: center;
}
#sliderhome .owl-nav button.owl-next {
	top: 30%;
}
.product-row .product-col-2 {
	max-width: 50%;
	padding: 0px 7px;
}
.row.product-row {
	padding: 0px 5px;
}
.product-info-wrapper .product-title a {
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 26px;
}
.product-info-wrapper .product-price {
	font-size: 17px;
}
.product-box-row {
	padding: 11px;
	margin-bottom: 17px;
	box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.product-category-slider-row1 .product-category-info .product-category-title2 {
	font-size: 26px;
	margin-bottom: 11px;
	line-height: 33px;
}
#sliderhome .slider-item-img img {
	height: 249px;
	object-fit: cover;
}
.slider-title-wrapper {
	position: relative;
	background-color: #0a0e07;
	padding-top: 0px;
}
.slider-title-info {
	width: 100%;
}
.slider-title-wrapper .slider-title-info {
	padding: 0px 20px;
	text-align: center;
	padding-bottom: 32px;
	float: left;
}
.slider-title-info .slider-title1 {
	font-size: 52px;
	line-height: 39px;
}
.slider-title-info .slider-title2 {
	font-size: 24px;
	line-height: 23px;
	margin-top: 6px;
	margin-bottom: 7px;
}
.slider-title-info .slider-sub-title3 p {
	font-size: 12px;
	line-height: 22px;
}
.desktop-view-the-motorist {
	display: none;
}
.mobile-view-slider-row-1 {
	display: block;
	float: left;
	width: 100%;
	padding-left: 0px;
	overflow: hidden;
}
.mobile-view-slider-row-1 .event-box-img {
	padding-top: 75%;
}
.mobile-view-slider-row-1 .theme-btn a {
	min-width: 140px;
}
.the-motorist-mobile-view-slider .owl-dots {
	display: none;
}
.the-motorist-mobile-view-slider .owl-nav button.owl-prev {
	position: absolute;
	left: -3px;
	top: 40%;
	display: none;
}
.the-motorist-mobile-view-slider .owl-nav button.owl-next {
	position: absolute;
	right: -3px;
	top: 33%;
	display: none;
}
.the-motorist-mobile-view-slider .owl-nav button {
	width: 27px;
	height: 27px;
	background: #fff !important;
	border-radius: 100% !important;
	color: #000 !important;
	margin: 0px !important;
	outline: 0;
}
.single-events .slider-item-row .slider-item-img img {
	height: 25vh !important;
	min-height: 150px !important;
	max-height: 400px !important;
}
.partner-section-logo .partner-section-title {
	font-size: 17px;
	margin-bottom: 15px;
}
.event-wrapper-box:hover {
	transform: none !important;
}
.about-img-info {
	padding-top: 24px;
}
.about-img-info .about-small-title {
	margin-bottom: 2px;
	font-size: 18px;
}
.about-img-info .about-large-title h2 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 13px;
	margin-top: 2px;
}
.about-img-info p {
	font-size: 13px;
	line-height: 24px;
}
.order-row .col-md-6:first-child {
	order: 2;
}
.order-row .col-md-6:last-child {
	order: 1;
}
.instagram-mobile-view-hide {
	display: none;
}
.instagram-box-row {
	width: 33.333%;
}
.view-gallery-overlay .view-gallery-btn a .instagram i {
	font-size: 24px;
	margin-bottom: 6px;
}
.view-gallery-overlay .view-gallery-btn a h3 {
	font-size: 13px;
}
.view-gallery-overlay .view-gallery-btn a {
	font-size: 10px;
	line-height: 16px;
}
.footer-copy-right-text {
	font-size: 12px;
	text-align: center;
}
.footer-designed-by {
	font-size: 12px;
	margin-top: 7px;
	text-align: center;
}
.footer-copy-right {
	padding-top: 14px;
	padding-bottom: 14px;
}
.section-title1 .large-title {
	font-size: 27px;
}
.newsletter-box .row .col-md-6 {
	max-width: 50%;
	padding: 0px 7px;
}
.newsletter-row-first {
	margin: 0px 0px;
	float: left;
	width: 100%;
}
.newsletter-submit {
	padding: 0px 4px;
}
.newsletter-section {
	padding-top: 40px;
	padding-bottom: 40px;
}
.events-box-row-col .col-md-4 {
	max-width: 50%;
	padding: 0px 7px;
	margin-bottom: 15px;
}
.events-box-row-col {
	padding: 0px 6px;
}
.events-box-row .events-info-box {
	padding: 7px 9px;
}
.events-box-row .events-info-box h3 {
	font-size: 16px;
	line-height: 22px;
}
.events-box-row .events-info-box p {
	font-size: 12px;
	line-height: 17px;
}
.events-box-row .date h5 {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
}
.events-box-row .date p {
	line-height: 13px;
	font-size: 13px;
}
.events-box-row .date {
	margin: 5px 0;
	padding: 0 6px;
}
.upcoming-events-section {
	padding-top: 36px;
	padding-bottom: 40px;
}
.upcoming-events-section .section-title1 .large-title {
	font-size: 22px;
}
.section-title1 .small-title {
	font-size: 15px;
}
.events-theme-btn-row {
	margin-top: 28px;
}
.footer-section-bg1 {
	text-align: center;
	padding-bottom: 25px;
}
.order-row-footer .order-n2 {
	margin-top: 30px;
	order: 4;
}
.order-row-footer .order-n2 h3 {
	margin-top: 20px;
}
.order-row-footer .order-n3 {
	order: 5;
	margin-top: 10px;
}
.order-row-footer .order-n3 h3 {
	display: none;
}
.order-row-footer .order-n4 {
	order: 3;
}
.get-in-blk {
	padding: 16px 15px;
	margin-top: 23px;
	float: left;
}
.opening-time {
	margin-top: 8px;
}
.get-in-blk-wrapper .get-in-info2 h4 {
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 0px;
}
.footer-menu ul li a {
	font-size: 12px;
	border-right: solid 1px #fff;
	padding: 0px 6px;
}
.footer-menu ul li {
	list-style: none;
	margin-bottom: 3px;
	display: inline-block;
}
.footer-about-info {
	padding-right: 0;
	float: left;
	width: 100%;
	padding: 0px 22px;
}
.footer-about-text {
	margin-top: 16px;
	margin-bottom: 2px;
	display: none;
}
.footer-about-text p {
	font-size: 13px;
	line-height: 22px;
}
.footer-about-logo img {
	max-width: 200px;
	margin-bottom: 20px;
}
.about-section {
	padding: 25px 0 35px 0;
}
.about-section.light-bg1 {
	padding: 25px 0;
}
.footer-menu ul li:last-child a {
	border-right: none;
}
.section-title1 .sub-text-p p {
	font-size: 13px;
	line-height: 24px;
}
.events-list-section {
	padding-top: 30px;
}
.events-list-title-row {
	padding-bottom: 0px !important;
}
.events-list-section .events-box-row {
	margin-bottom: 7px;
}
.contact-info-no .contact-info-no-title-2 {
	font-size: 25px;
}
.contact-info-no .contact-info-no-3 {
	font-size: 27px;
	margin-top: 3px;
	margin-bottom: 0;
}
.contact-info-no .contact-info-no-title-1 {
	font-size: 16px;
}
.contact-info-phone-section {
	padding: 35px 0;
}
.open-hours-info .open-hours-info-row .open-hours-day {
	width: 50%;
}
.events-select-box {
	float: left;
	width: 100%;
	margin-top: 17px;
	margin-bottom: 8px;
	text-align: center;
}
.events-list-title-btn ul li {
	margin-right: 5px;
}
.events-list-title-btn ul li a {
	padding: 4px 14px;
	font-size: 12px;
}
.events-list-title-btn ul {
	text-align: center;
}
.events-list-title-btn ul li {
	margin-bottom: 16px;
}
.events-select-box {
	margin-top: 5px;
}
.events-list-title-row .col-md-8 {
	padding-left: 0px;
	padding-right: 0px;
}
.event-slider-bg {
	padding: 0px 12px;
}
.event-slider-wrapper-row1 .event-title-info .event-slider-title2 {
	font-size: 37px;
	margin-bottom: 6px;
}
.event-slider-wrapper-row1 .event-title-info .event-slider-title1 {
	font-size: 18px;
}
.event-slider-wrapper-row1 .event-title-info .event-slider-sub-title3 p {
	font-size: 14px;
	line-height: 23px;
}
.event-slider-bg {
	padding-bottom: 35px;
	padding-top: 35px;
}
.share-event-section .event-desc h3 {
	font-size: 21px;
	margin-bottom: 21px;
}
.event-btn-content a {
	width: 100%;
	height: 48px;
	line-height: 48px;
}
.event-btn-content a i.fa {
	right: 17px;
	top: 16px;
}
.common-white-box {
	margin-bottom: 22px;
	padding: 22px 20px;
	width: 100%;
}
.desc-box-wrapper p {
	font-size: 13px;
	line-height: 24px;
}
.gallery-box ul li {
	max-width: 27%;
}
.section-title2 .section-title-wrapp {
	font-size: 21px;
}
.accordion-section {
	padding-bottom: 0;
}
.submit-btn-group {
	width: 100%;
	float: left;
	text-align: center;
}
.other-page-title-wrapper .breadcrumb-bar {
	padding: 5px 20px;
	font-size: 10px;
}
.other-page-title-wrapper .other-page-sub-title p {
	font-size: 13px;
	line-height: 24px;
}
.other-page-title-section .other-page-background-image-container {
	height: 200px;
}
.other-page-title-section .other-page-background-image {
	
}
.other-page-title-section .other-page-title-wrapper {
	margin-top: 50px;
}
.other-page-title-wrapper .other-page-sub-title {
	padding: 0px 0px;
}
.other-page-title-wrapper .breadcrumb-bar ul {
	padding: 4px 21px;
}
.other-page-title-wrapper .other-page-title2 {
	font-size: 30px;
}
.contact-details-row .contact-details-info .contact-info-title2 {
	font-size: 17px;
	line-height: 26px;
}
.contact-form-wrapper {
	margin-top: 35px;
}
.map-section .map-wrapper iframe {
	height: 250px;
}
.three-section-box .about-img-box {
	margin-bottom: 15px;
}
.breadcrumb-bar li {
	font-size: 14px;
}
.product-details-slider .slider-thumb .product-thumb-img {
	margin: 6px;
	height: 66px;
	padding: 3px;
}
.product-details-name-row .product-details-name .product-name {
	font-size: 21px;
	margin-top: 12px;
	margin-bottom: 17px;
	line-height: 30px;
}
.product-description-text p {
	text-align: justify;
}
.qtySelector .fa {
	width: 34px;
}
.product-details-section {
	padding-bottom: 0;
	padding-top: 10px;
}
.description-wrapper p {
	text-align: justify;
}
	
.search-input-group {
   display:block;
}
	.search-input-group button.btn-primary,
	.search-input-group button.btn-primary:after,
	.search-input-group button.btn-primary:hover:after{
		width:100%;
	}
	.search-input-group .form-control{
		margin-bottom:10px;
	}
.pagination-row {
	margin: 0;
}
.pagination-wrapper {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 13px;
}
.product-sorting-row .product-sorting-search {
	margin-left: 15px;
}
.product-sorting-row {
	overflow: auto;
}
.product-sorting-row .product-sorting-select-box select {
	min-width: 50px;
}
.product-sorting-right-side {
	margin-top: 23px;
	justify-content: center;
}
.product-sorting-row .product-sorting-select-text {
	font-size: 12px;
	padding-top: 10px;
}
.product-sorting-box .product-results-title {
	text-align: center;
}
.desktop-nav .flex-nowrap {
	display: none;
}
.header-section .header-top-section .container {
	padding: 0px 15px;
}
.header-top-section .header-top-col-1 {
	max-width: 40%;
}
.header-top-section .header-top-col-2 {
	max-width: 60%;
}
.social-icon-header li a {
	font-size: 14px;
}
.header-cart-btn .mobile-view-hide {
	display: none;
}
.header-cart-btn ul li {
	margin-left: 8px;
}
.header-cart-btn ul li a {
	font-size: 11px;
}
.menu-view-div-row .menu-view-col-1 {
	max-width: 20%;
	float: left;
	flex: 20%;
}
.menu-view-div-row .menu-view-col-2 {
	max-width: 60%;
	float: left;
}
.mobile-menu {
	width: 100%;
	float: left;
}
.menu-view-logo a {
	display: inline-block;
	max-width: 177px;
}
.menu-view-div-row {
	padding-top: 12px;
	padding-bottom: 12px;
	display: flex;
	justify-content: space-between;
}
.menu-view-div-row .user-icon {
	text-align: right;
}
.menu-view-div-row .user-icon i {
	font-size: 27px;
	color: #000;
}
.header-section .mobile-menu {
	display: block;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.slider-home-section .slider-item-row .slider-item-img:after {
	content: "";
	width: 100%;
	height: 20%;
	position: absolute;
	bottom: 0px;
	top:auto;
	background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%), #0a0e07f5);
}
#sliderhome .owl-nav button {
	font-size: 18px;
}
ul.sub-menu li {
	border-bottom: none !important;
}
.product-select-box-row .product-select-box select {
	background-position: 96% 50%;
}
.slider-home-section .slider-item-row .slider-item-img {
	height: 25vh;
	min-height: 200px;
	max-height: 500px;
}



}

/********* Mobile Layout *********/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.product-box-row .product-info-wrapper {
	padding: 10px 0px;
}
.product-info-wrapper .product-title a {
	font-size: 21px;
}
.product-category-slider-row1 .product-category-info .product-category-title2 {
	font-size: 27px;
	margin-bottom: 9px;
	line-height: 40px;
}
.product-category-slider-row1 .product-category-info .product-category-logo {
	max-width: 108px;
}
.view-gallery-overlay .view-gallery-btn a .instagram i {
	font-size: 44px;
}
.view-gallery-overlay .view-gallery-btn a h3 {
	font-size: 19px;
}
.events-box-row .events-info-box {
	padding: 10px 11px;
}
.events-box-row .events-info-box h3 {
	font-size: 19px;
	line-height: 27px;
}
.about-img-info .about-large-title h2 {
	font-size: 33px;
}
.the-motorist-section .theme-btn a {
	font-size: 11px;
	min-width: 134px;
}
.slider-title-info .slider-title1 {
	font-size: 55px;
	line-height: 52px;
}
.slider-title-wrapper .slider-title-info {
	width: 70%;
	padding-left: 60px;
}
.events-list-title-btn ul li {
	margin-right: 12px;
}
.events-list-title-btn ul li a {
	padding: 4px 15px;
	font-size: 16px;
}
.contact-info-no .contact-info-no-3 {
	font-size: 34px;
}
.contact-info-no .contact-info-no-title-2 {
	font-size: 35px;
}
.event-slider-wrapper-row1 .event-title-info .event-slider-title2 {
	font-size: 34px;
	margin-bottom: 5px;
}
.event-slider-wrapper-row1 .event-title-info .event-slider-title1 {
	font-size: 20px;
}
.event-slider-wrapper-row1 .event-title-info .event-slider-sub-title3 p {
	font-size: 14px;
	line-height: 21px;
}
.event-slider-bg {
	padding: 0px 24px;
	padding-top: 24px;
	padding-bottom: 28px;
}
.event-slider-img {
	height: 328px;
	object-fit: cover;
}
.other-page-title-wrapper .other-page-sub-title {
	padding: 0px 60px;
}
.desktop-nav .flex-nowrap {
	display: none;
}
.header-section .header-top-section .container {
	padding: 0px 15px;
}
.header-top-section .header-top-col-1 {
	max-width: initial;
}
.header-top-section .header-top-col-2 {
	max-width: initial;
}
.social-icon-header li a {
	font-size: 13px;
}
.header-cart-btn .mobile-view-hide {
	display: none;
}
.header-cart-btn ul li {
	margin-left: 8px;
}
.header-cart-btn ul li a {
	font-size: 11px;
}
.menu-view-div-row .menu-view-col-1 {
	max-width: 20%;
	float: left;
	flex: 20%;
}
.menu-view-div-row .menu-view-col-2 {
	max-width: 60%;
	float: left;
}
.mobile-menu {
	width: 100%;
	float: left;
}
.menu-view-logo a {
	display: inline-block;
	max-width: 177px;
}
.menu-view-div-row {
	padding-top: 12px;
	padding-bottom: 12px;
	display: flex;
	justify-content: space-between;
}
.menu-view-div-row .user-icon {
	text-align: right;
}
.menu-view-div-row .user-icon i {
	font-size: 27px;
	color: #000;
}
.header-section .mobile-menu {
	display: block;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.slider-home-section .slider-item-row .slider-item-img:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%), #0a0e07f5);
}
#sliderhome .owl-nav button {
	font-size: 18px;
}
ul.sub-menu li {
	border-bottom: none !important;
}
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {

.slider-title-wrapper .slider-title-info {
	width: 70%;
	padding-left: 60px;
}
.event-slider-wrapper-row1 .event-title-info .event-slider-title2 {
	font-size: 35px;
	margin-bottom: 7px;
}
.event-slider-wrapper-row1 .event-title-info .event-slider-date {
	font-size: 22px;
	margin-bottom: 14px;
}
.event-slider-bg {
	padding: 0px 27px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.event-slider-img img {
	height: 338px;
	object-fit: cover;
}
.gallery-box ul li {
	max-width: 26%;
	margin: 0px 8px 11px;
}
.product-category-slider-row1 .product-category-info .product-category-title2 {
	font-size: 34px;
	margin-bottom: 15px;
	line-height: 41px;
}
.product-category-slider-row1 .product-category-info .product-category-logo {
	max-width: 119px;
}
.desktop-nav .navbar-brand {
	max-width: 100%;
}
.desktop-nav .navbar-header {
	width: 20%;
}
.desktop-nav ul li.nav-item a {
	font-size: 13px;
	line-height: 20px;
	padding: 31px 8px;
}
.header-button-row {
	margin-left: 6px;
}
.desktop-nav .flex-nowrap {
	padding-left: 0px;
	padding-right: 0px;
}
.header-button-row .header-button a {
	font-size: 9px;
	padding: 7px 9px;
}
.header-top-section .header-top-col-1 {
	width: 40%;
}
.header-top-section .header-top-col-2 {
	width: 60%;
}
}
