:root {
	--mantis: #78c255;
}

body {
	background: #fff !important;
	overflow-x: hidden;
}

.bg-gr {
	background: var(--mantis);
}

.border-gr {
	border-color: var(--mantis) !important;

}

.txt-gr {
	color: var(--mantis);
}

.ff-frs {
	font-family: 'Poppins', sans-serif;
}

.ff-man,
p,
a,
span {
	font-family: 'Lato', sans-serif;
}

.fts-14-p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #000 !important;
    font-family: 'Poppins';     
}

main {
	min-height: calc(100vh - 70px);
}

.navbar-toggler-icon {
	display: inline-block;
	width: 2em;
	height: 2em;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}

.navbar-brand-logo {
	transform: translateX(-50%);
	left: 50%;
	position: absolute;
	top: 5px;
}

.set-log {
	width: auto;
	height: 60px;
	margin: 0 auto;
	padding: 3px;
	border-radius: 4%;
}

.slider-banner {
    height: 700px;
}

.slider-banner .item{
    height: 700px;
}

.owl-slider img {
	height: 700px;
	object-fit: cover;
}

.set-cover img {
    background: #F8F8F8;
    margin-bottom: 12px;
        padding: 15px 5px;
}

/*.set-cover {*/
/*	overflow: hidden;*/
/*}*/

/*.set-cover::before {*/
/*	content: 'View All';*/
/*	font-family: Lato;*/
/*	background: #000000;*/
/*	color: #fff;*/
/*	width: 100%;*/
/*	height: 8%;*/
/*	position: absolute !important;*/
/*	bottom: 0;*/
/*	left: 100%;*/
/*	display: block;*/
/*	z-index: 9999;*/
/*	font-weight: 500;*/
/*	letter-spacing: 1.1px;*/
/*	display: flex;*/
/*	justify-content: center;*/
/*	align-items: center;*/
/*	transition: all 1s ease-out;*/
/*	opacity: 0;*/

/*}*/

/*.set-cover:hover::before {*/
/*	opacity: 1;*/
/*	left: 0;*/
/*}*/

a {
	text-decoration: none;
}

a#slide-prev:hover,
a#slide-next:hover {
	background: #000;
}

.new-f {
	position: relative;
	width: 50%;
	margin: 0 auto;
}

.new-f input[type=email] {
	border: 0;
	padding: 4px 6px;
	width: calc(100% - 110px) !important;
	height: 48px;
	border-radius: 4px 0 0 4px;
}

input[type="email"]:focus {
	outline: none !important;
	border: none !important;
}

.new-f button {
	position: absolute;
	top: 0px;
	right: 3px;
	bottom: 0;
	border: 0;
	font-size: 16px;
	padding: 0 20px;
	color: #fff;
	transition: 0.3s;
	border-radius: 0 4px 4px 0;
	background: #000 !important;
	height: 48px;
}

.title-m img {
	width: 44px;
	height: 44px;
}

.lst-6 {
	letter-spacing: 0.8px;
}

.footer-link {
	transition: all 2s ease-out;
}

.footer-link li a:hover,
.footer-link a:hover {
	color: var(--mantis) !important;
}

.footer-link li:hover i {
	color: var(--mantis) !important;
	transform: rotate(350deg);
}

.sub-page-banner {
	background: #ababab;
	padding: 60px 20px;
	padding-top: 170px;
}

.set-item-chairs {
	cursor: pointer;
}

.set-item-chairs figure::after {
	content: 'Inquire Now';
	background: #212529;
	color: var(--mantis);
	font-family: Lato;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50%;
	bottom: -40%;
	left: 100%;
	border-radius: 60% 0 0 0;
	opacity: 0;
	font-size: 20px;
	font-weight: 600;
	transition: all 1s ease-out;
}

.set-item-chairs figure:hover::after {
	opacity: 1;
	bottom: 0;
	left: 0;
}

.offcanvas-body::-webkit-scrollbar-thumb {
	background-color: #F90;
	background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

.offcanvas-body::-webkit-scrollbar {
	display: none;
	width: 2px;
	background-color: #F5F5F5;
}

offcanvas-body::-webkit-scrollbar-track {
	background-color: transparent;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

label.error {
	opacity: 0;
	transition: all 2s ease-out;
    height: 0 !important;
    margin: 0 !important;
}



.modal-open {
	overflow: auto;
	padding-right: 0 !important;
}

.service img {
	display: flex;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 64px;
}

.owl-carousel {
	position: relative;
}

.owl-carousel:hover .owl-nav button.owl-prev,
.owl-carousel:hover .owl-nav button.owl-next,
.owl-carousel:hover .owl-dots {
	opacity: 1;
}


.owl-client .owl-dots {
    opacity: 1;
}
.owl-client .owl-dots {
    display: flex;
    bottom: -40px;
}
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	padding: 10px;
	opacity: 0;
}

.owl-nav button.owl-prev {
	left: 0;
}

.owl-nav button.owl-next {
	right: 0;
}

.owl-dots {
	display: flex;
	bottom: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}

.owl-dots button.owl-dot {
	background: #000;
	border: 2px solid #dee2e6;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 5px;
}

.owl-dots button.owl-dot.active {
	background: var(--mantis);
}

.set-slider-text h1,
.set-slider-text h2 {
	text-shadow: 0 0 1px BLACK;
}

.text-shadow {
	text-shadow: 0 0 1px BLACK;
}

.navbar:hover {
	background: #fff !important;
	color: #000;
}

.navbar:hover ul li a,
.navbar:hover i,
.navbar:hover a {
	color: #000 !important;
}

img.client-logo {
	width: 50% !important;
	height: 50% !important;
	margin: 0 auto;
}

a.btn-hover:hover {
	color: #fff !important;
	background: var(--mantis) !important;
}
