@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Alex+Brush&family=Allison&family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&family=Gothic+A1&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=News+Cycle:wght@400;700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body {
	font-family: "Poppins", sans-serif;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
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;
}
/******* Menu css *******/
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-left: 4px;
}
.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;
}
 @media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 268px;
	left: 0;
	text-align: left;
	background: #ffffff;
	z-index: 2;
	padding: 0px 0px;
	z-index: 999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
	transition: all .4s;
	box-shadow: 5px 0 5px -5px #333;
}
.nav_area ul li a img {
	padding-right: 10px;
	max-width: 41px;
	margin-top: -10px;
}
.menu-bar ul.menu.open {
	left: 0;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #ffffff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 7px;
	top: 0px;
	z-index: 9999;
	background: #fa6f43;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
	box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 39px !important;
	font-size: 14px;
	color: #000000;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #000000;
	top: 7px;
	width: 29px;
	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 #d3d3d3;
}
.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;
}
.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;
}
.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: 65px;
}
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: #4e3b2a;
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 24px;
	font-weight: 600;
}
span.arrow {
    display: inline-block;
    padding-left: 0px;
    color: #000000;
    margin-left: 6px;
    position: absolute;
    top: 4px;
    font-size: 13px;
}
.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: #af5f56;
	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{
		 position: relative;
	 }
ul.sub-menu li ul.sub-menu {
	position: absolute; /**三级菜单增加*/
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
    width: 100%;
    padding-left: 19px;
    background: #8f473f;
}
.nav_area > ul > li ul.sub-menu li a {
	color: #ffffff;
	position: relative;
	letter-spacing: 0px;
	font-weight: 500;
}
ul.sub-menu li a {
    color: #000;
    line-height: 20px;
    padding: 8px 17px;
    font-size: 13px;
    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%;
    border-bottom: solid 1px #bb7169;
}
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;
}
.header-section {
	padding-top: 3px;
}
.logo a {
	display: inline-block;
	max-width: 70%;
}
.nav_area > ul > li.globe-icon a {
	padding: 0px;
	font-size: 22px;
	position: relative;
	padding-left: 25px;
}
.nav_area > ul > li.globe-icon a i.fal {
	position: absolute;
	left: 0;
	top: -15px;
}
.mobile-menu.wrapper-menu {
	padding-top: 32px;
}
.row.header-row {
	align-items: center;
}
.header-icon {
	text-align: right;
}
.header-icon ul li {
	display: inline-block;
	margin-left: 4px;
}
.header-icon ul li a {
	display: inline-block;
	max-width: 31px;
}
.header-row .col-md-4 {
	max-width: 33%;
	flex: 33%;
}
.header-row .col-md-6 {
	max-width: 57%;
	flex: 57%;
}
.header-row .col-md-2 {
	max-width: 10%;
	flex: 10%;
}
/******* Menu css End *******/

/******* index *******/
.banner-section {
	position: relative;
	border-top: solid 3px #af5f56;
}
.slider-banner-text-info {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slider-banner-text .slider-banner-title {
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 4px;
	text-shadow: 2px 2px 10px #000000;
	margin-bottom: 25px;
}
.btn-wrapper a {
	display: inline-block;
	font-size: 18px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #ffffff;
	padding: 5px 26px;
	border-radius: 50px;
	background-color: #e97850;
	font-weight: bold;
}
.btn-wrapper a:hover {
	color: #ffffff;
	background-color: #d15b31;
}
#sliderhome .owl-dots {
	text-align: center;
	bottom: 17px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
#sliderhome .owl-dots button.active span {
	background-color: #af5f56;
	position: relative;
}
#sliderhome .owl-dots button span {
	background-color: #ffffff;
	border: solid 1px #af5f56;
}
#sliderhome .owl-dots button {
	outline: 0;
}
#sliderhome .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	border-radius: 50%;
}
#sliderhome .owl-nav {
	display: none;
}
.content-home-section {
	background-color: #fcfaf3;
	position: relative;
}
.aboutus-section {
	padding: 35px 0px;
	position: relative;
}
.aboutus-section::after {
	content: "";
	position: absolute;
	width: 38%;
	right: 0;
	top: 163px;
	height: 2px;
	background: #e97850;
}
.aboutus-details-row {
	align-items: center;
	position: relative;
	z-index: 33;
}
.aboutus-img {
	margin-right: 20px;
}
.aboutus-img img {
	width: 100%;
}
.aboutus-details-info {
	margin-left: 20px;
}
.heading-title {
	font-size: 26px;
	color: #4e3b2a;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.aboutus-details-info p {
	margin-bottom: 36px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 30px;
	text-align: justify;
}
.product-slider-section {
	background-image: url(../images/product-bgg.png);
	background-size: cover;
	padding-bottom: 32px;
}
.heading-text {
	text-align: center;
	margin-bottom: 57px;
}
.heading-text span {
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 2px;
	background-image: url(../images/heading-bgg.png);
	background-size: 100% 100%;
	padding: 16px 125px 33px;
}
.product-slider-box-wrapper-row {
	margin: auto;
}
.product-box-wrapper {
	background-color: rgba(249,225,215,0.8);
	border: solid 2px #6c4638;
	border-radius: 11px;
	padding: 11px;
	padding-bottom: 20px;
	margin: 0px 5px;
}
.product-box-wrapper .product-box-img img {
	width: 100%;
}
.product-box-wrapper .product-box-title {
	text-align: center;
	padding-top: 14px;
}
.product-box-wrapper .product-box-title a {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #4e3b2a;
	text-decoration: none;
}
.more-btn {
	text-align: center;
	margin-top: 27px;
}
.more-btn a {
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	color: #af5f56;
	background-color: #ffffff;
	padding: 9px 40px;
	border: solid 3px #e97850;
	border-radius: 50px;
	font-weight: bold;
	letter-spacing: 1px;
}
.more-btn a:hover {
	color: #ffffff;
	background-color: #e97850;
}
#slider-product .owl-nav button.owl-prev {
	position: absolute;
	left: -5%;
	top: 38%;
	box-shadow: none !important;
	outline: none !important;
}
#slider-product .owl-nav button.owl-next {
	position: absolute;
	top: 38%;
	right: -5%;
	box-shadow: none !important;
	outline: none !important;
}
#slider-product .owl-nav button.owl-next img {
	max-width: 48px !important;
}
#slider-product .owl-nav button.owl-prev img {
	max-width: 48px !important;
}
#slider-product .owl-dot {
	display: none;
}
.bgg-img-one {
	position: absolute;
	right: 0;
	bottom: 251px;
	max-width: 220px;
}
.bgg-img-two {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 257px;
}
.footer-section {
	background-color: #58352b;
	padding-top: 25px;
}
.footer-section .row {
	align-items: center;
}
.footer-logo a {
	display: inline-block;
}
.footer-text {
	margin-left: 15px;
	position: relative;
}
.footer-text::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 73px;
	left: -23px;
	top: 0;
	background: antiquewhite;
}
.footer-text p {
	margin-bottom: 0px;
	color: #ffffff;
	font-size: 15px;
	line-height: 25px;
}
.footer-details-row .col-md-5 {
	padding-left: 0px;
}
.footer-details-info ul li {
	color: #ffffff;
	font-size: 15px;
	line-height: 25px;
}
.footer-details-info ul li i.fal {
	width: 23px;
}
.footer-details-info ul li a {
	text-decoration: none;
	color: #ffffff;
}
.footer-logo-right a {
	display: inline-block;
}
.copyright-info {
	border-top: solid 1px #fcfaf3;
	margin-top: 25px;
	padding: 10px 0px;
}
.copyright-text {
	font-size: 13px;
	color: #ffffff;
}
.besign-by {
	text-align: right;
}
.besign-by a {
	font-size: 13px;
	color: #ffffff;
}
/******* index 2 *******/
.banner-wrapper img {
	width: 100%;
}
.banner-title-info {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banner-title {
	font-size: 43px;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 4px;
	text-shadow: 2px 2px 10px #000000;
}
.content-section {
	padding: 60px 0px 114px;
	background-image: url(../images/content-bgg.jpg);
	background-size: 100% 100%;
}
.contact-heading {
	font-size: 20px;
	color: #4e3b2a;
	font-weight: bold;
	letter-spacing: 2px;
	position: relative;
	padding-left: 45px;
	margin-bottom: 22px;
}
.contact-heading img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 40px;
}
.contact-heading span {
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: solid 2px #a0574e;
}
.contact-details-info ul li {
	line-height: 24px;
	font-size: 14px;
	color: #4e3b2a;
	padding-bottom: 4px;
	position: relative;
	padding-left: 27px;
}
.contact-details-info ul li i.fas {
	color: #a0574e;
	position: absolute;
	top: 6px;
	left: 0;
	font-size: 15px;
}
.contact-details-info ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #4e3b2a;
}
.contact-details-info ul li i.fal {
	color: #a0574e;
	position: absolute;
	top: 6px;
	left: 0;
	font-size: 15px;
}
.contact-details-info ul li.contact {
	margin-top: 24px;
}
.contact-form-wrapper .form-group {
	margin-bottom: 13px;
}
.contact-form-wrapper .form-group input {
	color: #000;
	box-shadow: none;
	overflow: hidden;
	border-radius: 7px;
	padding: 8px 14px;
	border-color: #645343;
	font-size: 13px;
}
.contact-form-wrapper .form-group input:focus {
	border-color: #fa6f43;
}
.contact-form-wrapper .form-group textarea:focus {
	border-color: #fa6f43;
}
.contact-form-wrapper .form-group input:hover {
	border-color: #fa6f43;
}
.contact-form-wrapper .form-group textarea:hover {
	border-color: #fa6f43;
}
.contact-form-wrapper .form-group textarea {
	height: 104px;
	box-shadow: none;
	overflow: hidden;
	border-radius: 7px;
	padding: 8px 14px;
	border-color: #645343;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
}
.contact-form-wrapper .btn {
	background-color: #e97850;
	color: #fff;
	border-radius: 50px;
	padding: 2px 40px;
	line-height: 28px;
	border: none;
	display: inline-block;
	position: relative;
	margin-top: 2px;
	border-radius: 50px;
	font-size: 15px;
	font-weight: bold;
}
.map-wrapper {
	margin-top: 37px;
}
.map-wrapper img {
	width: 100%;
}
/******* index 3 *******/
.img-block-details-info {
	text-align: center;
	padding: 30px 0px 40px;
}
.img-block-details-info .img-block-details-text {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 30px;
}
.img-block-details-info p {
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 50px;
}
.img-block img {
	width: 100%;
}
/******* index 4 *******/
.content-section.wrapper {
	padding: 85px 0px 85px;
}
.product-imgs {
	border: solid 3px #d8b1a9;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 10px;
}
.product-imgs img {
	width: 100%;
}
.product-details-info {
	padding-top: 35px;
}
.product-details-info .product-details-title {
	font-size: 31px;
	font-weight: bold;
	color: #4e3b2a;
	letter-spacing: 2px;
	position: relative;
	padding-bottom: 11px;
	margin-bottom: 11px;
}
.product-details-info .product-details-title::after {
	content: "";
	position: absolute;
	width: 82px;
	left: 0;
	bottom: 0;
	height: 2px;
	background: #af5f56;
}
.product-details-info .product-price {
	font-size: 21px;
	color: #4e3b2a;
	margin-bottom: 31px;
	font-weight: 500;
}
.product-details-info p {
	font-size: 15px;
	color: #4e3b2a;
	margin-bottom: 30px;
	line-height: 26px;
}
.product-details-info p span {
	display: block;
	color: #4e3b2a;
	font-weight: 600;
}
.btn-wrapper.order a {
	padding: 5px 30px;
}
.btn-wrapper.order a img {
	max-width: 21px;
	margin-right: 5px;
}
.back-btn {
	margin-top: 33px;
}
.back-btn a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 7px 37px;
	border: solid 2px #e97850;
	border-radius: 50px;
	color: #e97850;
	background-color: #ffffff;
	display: inline-block;
}
.back-btn a img {
	max-width: 20px;
	margin-right: 8px;
	vertical-align: bottom;
}
/******* index 5 *******/
.content-section.wrapp {
	padding: 32px 0px 50px;
}
.product-details-wrapper {
	text-align: center;
}
.product-details-wrapper .product-details-heading {
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 9px;
	margin-bottom: 15px;
	position: relative;
}
.product-details-wrapper .product-details-heading::after {
	content: "";
	position: absolute;
	width: 65px;
	left: 0;
	right: 0;
	margin: auto;
	height: 2px;
	background: #e97850;
	bottom: 0px;
}
.product-details-wrapper .product-details-cont {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 26px;
}
.product-box-wrapper-row {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 30px;
}
.product-box-wrapper-row .col-md-4 {
	padding: 0px 10px;
}
.product-box-wrapper-row .product-box-wrapper {
	margin: 0px;
	margin-bottom: 20px;
}
.select-box-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
}
.select-box {
	width: 20%;
	text-align: center;
	margin: 0px 5px;
}
.form-select {
	display: block;
	width: 100%;
	padding: 4px 20px;
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	line-height: 25px;
	color: #000000;
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
 background-position: right .75rem center;
	background-size: 16px 10px;
	border: 1px solid #d8b1a9;
	border-radius: 0px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: bold;
	letter-spacing: 1px;
	outline: 0;
}
ul.pagination {
	text-align: right;
	width: 100%;
	display: inline-block;
	padding-top: 14px;
}
ul.pagination li.page-item {
	display: inline-block;
	margin: 0px 6px;
}
ul.pagination li.page-item a.active {
	background: #af5f56;
	color: #fff;
	border: solid 1px #af5f56;
}
ul.pagination li.page-item a:hover {
	background: #af5f56;
	color: #fff;
	border-color: #af5f56;
}
li.page-item.img-iconss a.page-link:hover {
	background: none;
}
ul.pagination li.page-item a {
	color: #2d477a;
	font-size: 14px;
	width: 33px;
	height: 33px;
	line-height: 18px;
	font-family: 'Lato', sans-serif;
}
ul.pagination li.page-item a {
	background: none;
	border-radius: 6px;
	background-color: rgba(255,255,255,0.6);
}
ul.pagination li.img-iconss a {
	width: auto;
	height: auto;
}
ul.pagination li.page-item .page-link {
	border-radius: 50%;
}
.graphic-img1 {
	position: absolute;
	top: -226px;
	left: 0px;
	max-width: 36%;
	z-index: 22;
}

/****** 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-banner-text .slider-banner-title {
	-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-banner-text .btn-wrapper {
	-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 ******/

.product-box-img {
    position: relative;
    overflow: hidden;
}
.product-box-img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.product-box-wrapper:hover .product-box-img img {
	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);
	
}
.product-box-wrapper:hover .product-box-title a {
    color: #fa6f43;
}












/****** Mobile Layout ******/
@media only screen and (max-width: 767px) {
.content-section {
	padding: 30px 0px 35px;
	background-size: cover;
	background-position: center;
}
.besign-by {
	text-align: center;
}
.copyright-text {
	text-align: center;
}
.footer-logo {
	margin-bottom: 24px;
}
.footer-details-info {
	margin-top: 17px;
	margin-bottom: 7px;
}
.footer-details-row .col-md-5 {
	padding-left: 15px;
}
.footer-text::after {
	display: none;
}
.footer-text {
	margin-left: 0;
}
.contact-form-wrapper {
	margin-top: 35px;
}
.banner-wrapper img {
	width: 100%;
	height: 165px;
	object-fit: cover;
}
.banner-title {
	font-size: 38px;
}
.img-block {
	margin-bottom: 31px;
	text-align: center;
}
.select-box {
	width: 50%;
}
ul.pagination {
	text-align: center;
}
ul.pagination li.page-item {
	display: inline-block;
	margin: 0px 2px;
}
.bgg-img-one {
	display: none;
}
.heading-text span {
	padding: 16px 50px 33px;
	width: 264px;
}
.header-row .col-md-4 {
	max-width: 78%;
	flex: auto;
}
.header-row .col-md-6 {
	max-width: 21%;
	flex: auto;
}
.header-row .col-md-2 {
	display: none;
}
.logo a {
	display: inline-block;
	max-width: 100%;
}
.header-section {
	padding-top: 11px;
	padding-bottom: 13px;
}
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-banner img {
	height: 196px;
	object-fit: cover;
}
.slider-banner-text .slider-banner-title {
	font-size: 19px;
	margin-bottom: 4px;
}
#sliderhome .owl-dots {
	bottom: -4px;
}
.aboutus-img {
	margin-right: 0;
	margin-bottom: 27px;
}
.aboutus-details-info {
	margin-left: 0;
	margin-bottom: 21px;
	margin-top: 22px;
}
.aboutus-section::after {
	display: none;
}
}


/****** Tablet Layout ******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.product-box-wrapper .product-box-title a {
	font-size: 14px;
	letter-spacing: initial;
}
#slider-product .owl-nav button.owl-prev {
	left: -20px;
}
#slider-product .owl-nav button.owl-next {
	right: -20px;
}
.bgg-img-one {
	display: none;
}
.aboutus-section::after {
	display: none;
}
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);
}
.header-row .col-md-2 {
    display: none;
}

.header-row .col-md-6 {
    max-width: 65%;
}
.header-section {
    padding-top: 18px;
    padding-bottom: 20px;
}
.logo a {
    max-width: 100%;
}







}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
.aboutus-section::after {
	display: none;
}
.header-icon ul {
    display: flex;
}
}
