@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
/* 定义字体 */
@font-face {
	font-family: 'Outfit-Varab';
	src:
			url('../font/Outfit-VariableFont_wght.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
body {
	font-family: "Raleway", sans-serif;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
}
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: 260px;
	left: 0;
	text-align: left;
	background: #fefffd;
	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: #fff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 3px;
	top: -9px;
	z-index: 9999;
	background: #90bf66;
	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: 15px;
	color: #000;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
}
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 #cdcdcd;
}
.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: 32px;
}
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: #000000;
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 19px;
	font-weight: bold;
	padding-top: 5px;
}
span.arrow {
	padding-left: 0px;
	color: #000000;
	margin-left: 6px;
	position: absolute;
	top: 6px;
	font-size: 15px;
}
.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{
		 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: 20px;
	background-color: #90bf66;
	color: #fff;
}
.nav_area > ul > li ul.sub-menu li a {
	color: #000000;
	position: relative;
	letter-spacing: 0px;
	font-weight: bold;
}
ul.sub-menu li a {
	color: #000;
	line-height: 20px;
	padding: 8px 16px;
	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%;
	border-bottom: solid 1px #e3e3e3;
}
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 .logo {
	margin-top: 10px;
	margin-bottom: 10px;
}
.row.header-row {
	align-items: center;
}
.logo a {
	display: inline-block;
}
.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;
}
.header-right-information ul li.language-box-wrapper span.arrow {
	display: inline-block;
	padding-left: 18px;
	color: #000000;
	margin-left: 4px;
	position: absolute;
	bottom: 1px;
	font-size: 10px;
}
.header-right-information ul li.language-box-wrapper select {
	/* background: none; */
	border: none;
	outline: 0px;
	color: #000000;
	font-size: 14px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: 100% 54%;
	padding-right: 0px;
	text-transform: uppercase;
	position: relative;
	z-index: 3333;
}
.header-icon-info {
	text-align: right;
}
.header-icon-info ul li {
	display: inline-block;
	margin-left: 3px;
}
.header-icon-info ul li a {
	display: inline-block;
}
.header-icon-info ul li a img {
	max-width: 29px;
	vertical-align: bottom;
}
.header-icon-info ul li a.email {
	font-size: 18px;
	width: 30px;
	height: 30px;
	line-height: 32px;
	background: #9fc97c;
	text-align: center;
	border-radius: 50px;
	color: #ffffff;
}
.header-icon-info ul li a.traditional {
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	background: #517675;
	border-radius: 50px;
	text-decoration: none;
	color: #ffffff;
}
.row.header-row .col-md-3 {
	max-width: 25%;
	flex: 25%;
}
.row.header-row .col-md-7 {
	max-width: 62%;
	flex: 62%;
	padding-right: 0px;
}
.row.header-row .col-md-2 {
	max-width: 13%;
	flex: 13%;
}
.mobile-menu.wrapper-menu {
	padding-top: 16px;
}
/****** Menu css End ******/

/****** index ******/
#sliderhome .owl-dots {
	text-align: right;
	bottom: 2px;
	position: absolute;
	margin: 0px auto;
	width: 1125px;
}
#sliderhome .owl-dots button.active span {
	background-color: #20483f;
	position: relative;
}
#sliderhome .owl-dots button.active span::after {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	border: solid 2px #d2e87a;
	left: -2px;
	top: -2px;
	border-radius: 50%;
}
#sliderhome .owl-dots button span {
	background-color: #ffffff;
}
#sliderhome .owl-dots button {
	outline: 0;
}
#sliderhome .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
#sliderhome .owl-nav {
	display: none;
}
.service-section {
	padding: 47px 0px 30px;
}
.service-box-wrapper {
	text-align: center;
	margin: 0px 15px;
}
.service-box-wrapper .service-box-icon img {
	/*border: solid 5px #cccccc;*/
	border-radius: 50%;
	padding: 45px;
}
.service-box-wrapper .service-box-title {
	padding-top: 20px;
	font-size: 20px;
	font-family: "Oswald", sans-serif;
	color: #20483f;
	font-weight: bold;
	line-height: 23px;
}
.product-section {
	padding: 50px 0px;
	background-image: url(../images/product-section-bgg.jpg);
	background-size: cover;
}
.heading-title {
	text-align: center;
	font-size: 40px;
	font-weight: 900;
	color: #20483f;
	margin-bottom: 37px;
}
.product-box-wrapper {
	text-align: center;
	margin: 0px 15px;
}
.product-box-wrapper .product-box-img {
	background: #f1eeec;
	border-radius: 50%;
	overflow: hidden;
	padding: 6px;
}
.product-box-wrapper .product-box-img img {
	width: 100%;
}
.product-box-wrapper .product-box-title {
	padding-top: 15px;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
	color: #20483f;
	font-family: "Oswald", sans-serif;
}
.btn-wrapper {
	text-align: center;
	margin-top: 30px;
}
.btn-wrapper a {
	display: inline-block;
	padding: 6px 54px;
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
	background-color: #90bf66;
	position: relative;
	font-weight: 800;
	padding-left: 38px;
}
.btn-wrapper a:hover {
	background-color: #669d34;
}
.btn-wrapper a i.fas {
	position: absolute;
	right: 18px;
	top: 8px;
	font-size: 17px;
}
#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: 17px !important;
}
#slider-product .owl-nav button.owl-prev img {
	max-width: 17px !important;
}
#slider-product .owl-dot {
	display: none;
}
.sustainable-section {
	padding: 50px 0px;
	background-image: url(../images/sustainable-section-bgg.jpg);
	background-size: cover;
}
.sustainable-details-info {
	margin-bottom: 26px;
}
.sustainable-details-info .sustainable-details-title {
	font-size: 40px;
	text-align: center;
	color: #000000;
	font-weight: 900;
	padding-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
.sustainable-details-info p {
	margin-bottom: 0px;
	text-align: center;
	font-size: 17px;
	color: #000000;
	font-weight: 600;
	line-height: 30px;
}
.sustainable-box-img-row {
	margin: auto;
	padding-bottom: 10px;
}
.sustainable-box-img-row .col-md-3 {
	padding: 0px 2px;
}
.sustainable-box-img img {
	width: 100%;
}
.footer-section {
	padding: 43px 0px 50px;
	background-image: url(../images/footer-section-bgg.jpg);
	background-size: cover;
}
.footer-logo a {
	display: inline-block;
}
.footer-details-info .footer-title {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
}
.footer-details-info .footer-title.text {
	padding-top: 5px;
}
.footer-details-info ul li {
	line-height: 20px;
	font-size: 13px;
	color: #ffffff;
}
.footer-details-info ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	font-family: "Lato", sans-serif;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 5px;
}
.footer-details-info .footer-img {
	padding-top: 5px;
}
.footer-details-info .footer-img img {
	max-width: 25%;
}
.footer-details-info .footer-text {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 15px;
	line-height: 16px;
}
.footer-details-info .footer-text span {
	display: block;
	font-size: 13px;
	font-style: italic;
	color: #90bf66;
	margin-top: 10px;
	font-family: "Lato", sans-serif;
	font-weight: 600;
}
.footer-details-info ul li i {
	color: #90bf66;
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 19px;
}
.footer-details-info.wrapp ul li {
	padding-bottom: 4px;
	position: relative;
	padding-left: 26px;
	font-family: "Lato", sans-serif;
	font-weight: bold;
}
.footer-details-info.wrapp ul li.contact {
	margin-top: 18px;
}
.footer-details-info.wrapp .header-icon-info {
	text-align: left;
	padding-top: 10px;
}
.footer-details-info.wrapp .header-icon-info ul li {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	padding-left: 0px;
}
.footer-details-info.wrapp .header-icon-info ul li a img {
	margin-left: 5px;
}
.footer-details-info.wrapp .header-icon-info ul li a.email i.fas {
	color: #ffffff;
	position: relative;
	top: 0;
}
.copyright-info {
	padding: 9px 0px;
	background-color: #676766;
}
.copyright-text {
	font-size: 13px;
	color: #ffffff;
	font-family: "Lato", sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}
.besign-by {
	text-align: right;
}
.besign-by a {
	font-size: 13px;
	color: #ffffff;
	font-family: "Lato", sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}
/****** index 2 ******/
.banner-section {
	position: relative;
}
.banner-wrapper img {
	width: 100%;
}
.banner-text-info {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: Outfit-Varab !important;
}
.banner-title {
	font-size: 90px;
	font-weight: 900;
	color: #ffffff;
	text-shadow: 1px 1px 5px #000000;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.content-section-wrapper {
	padding: 50px 0px 460px;
	background-image: url(../images/content-bgg1.jpg);
	background-size: 100% 100%;
}
.cont-text p {
	font-size: 17px;
	/*font-weight: 600;*/
	line-height: 30px;
	text-align: justify;
}
.aboutus-details-info .aboutus-img {
	text-align: center;
	margin-bottom: 50px;
}
.aboutus-details-img {
	margin-right: 50px;
}
.aboutus-details-img img {
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
}
.aboutus-details-wrapper {
	position: relative;
	margin-top: 75px;
}
.aboutus-details-wrapper .aboutus-details-title {
	font-size: 40px;
	font-weight: 900;
	color: #20483f;
	padding-bottom: 10px;
}
.aboutus-details-wrapper::after {
	content: "";
	position: absolute;
	width: 54px;
	top: 29px;
	left: -62px;
	border-top: solid 5px #90be66;
}
.aboutus-details-wrapper-row {
	padding-top: 35px;
	margin-bottom: 50px;
}
.sustainable-details-info-row .sustainable-box-img-row {
	padding-top: 45px;
	padding-bottom: 45px;
}
.sustainable-details-info-row .sustainable-details-info {
	margin-bottom: 0px;
}
/****** index 3 ******/
.contact-section {
	padding: 65px 0px 80px;
}
.contact-form-wrapper .form-group {
	margin-bottom: 10px;
}
.contact-form-wrapper .form-group label {
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 5px;
	/* font-family: "Lato", sans-serif; */
	font-family:Arial, Helvetica, sans-serif !important;
}
.contact-form-wrapper .form-group label span {
	color: #cc0000;
	display: inline-block;
	margin-left: 3px;
}
.contact-form-wrapper .form-group input {
	color: #000;
	box-shadow: none;
	overflow: hidden;
	border-radius: 7px;
	padding: 5px 7px;
	border: solid 1px #999999;
	font-size: 15px;
	font-family: "Lato", sans-serif;
}
.contact-form-wrapper .form-group textarea {
	height: 175px;
	box-shadow: none;
	overflow: hidden;
	border-radius: 7px;
	padding: 5px 10px;
}
.contact-form-wrapper .btn {
	background-color: #90bf66;
	color: #fff;
	border-radius: 50px;
	box-shadow: none !important;
	overflow: hidden !important;
	z-index: 1;
	min-width: 125px;
	padding: 2px 30px;
	line-height: 28px;
	border: none;
	display: inline-block;
	position: relative;
	margin-top: 10px;
	border-radius: 0px;
	font-size: 14px;
}
.contact-details-info {
	margin-right: 15px;
}
.contact-title {
	font-size: 28px;
	color: #20483f;
	border-bottom: solid 2px #90bf66;
	font-weight: 900;
	margin-bottom: 21px;
	padding-bottom: 6px;
	font-family:Arial, Helvetica, sans-serif !important;
}
.submit-btn {
	background: #90bf66;
	color: #fff;
	padding: 7px 35px;
	font-size: 15px;
	font-weight: bold;
	border: none;
	outline: 0 !important;
	cursor: pointer;
}
.submit-btn:hover {
	background: #669d34;
}
.news-details-box-wrapper .btn-wrapper a {
	padding-right: 37px !important;
	padding-left: 17px !important;
}
.submit-btn-group {
	margin-top: 21px;
}
.contact-details-title {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 14px;
	/* font-family: "Lato", sans-serif; */
	font-family:Arial, Helvetica, sans-serif !important;
}
.contact-form-wrapper {
	margin-left: 15px;
}
.contact-details-info ul li {
	line-height: 28px;
	font-size: 16px;
	color: #000000;
	padding-bottom: 4px;
	position: relative;
	padding-left: 23px;
	/* font-family: "Lato", sans-serif; */
	font-weight: 500;
	font-family:Arial, Helvetica, sans-serif !important;
}
.contact-details-info ul li i.fas {
	color: #90bf66;
	position: absolute;
	top: 6px;
	left: 0;
}
.contact-details-info ul li.contact {
	margin-top: 18px;
}
.contact-details-info ul li i.fal {
	color: #90bf66;
	position: absolute;
	top: 3px;
	left: 0;
}
.form-group input:hover, .form-group input:focus, .form-group textarea:hover, .form-group textarea:focus {
	border: solid 1px #90bf66;
}
.contact-details-info ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
}
.contact-details-info .map-wrapper {
	margin-top: 55px;
}
.contact-details-info .map-wrapper img {
	width: 100%;
}
/****** index 4 ******/
.content-section {
	padding: 45px 0px 55px;
	background-image: url(../images/content-bgg.jpg);
	background-size: cover;
}
.news-slider-wrapper {
	margin: 0px 40px;
}
.news-events-box-wrapper {
	background: #ffffff;
	padding: 30px 40px 50px;
	border: solid 1px #c8c2bc;
	position: relative;
}
.news-events-box-wrapper::after {
	content: "";
	position: absolute;
	width: 79%;
	left: 0;
	top: 0;
	height: 5px;
	background: #90bf66;
	clip-path: polygon(50% 0%, 100% 0, 100% 0, 100% 0, 99% 100%, 50% 100%, 0 100%, 0% 70%, 0% 35%, 0 0);
}
.news-details-info {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	padding: 0px 24px;
	border-bottom: solid 1px #d4cfc8;
	padding-bottom: 14px;
}
.date-text-info {
	width: 8%;
	margin-right: 21px;
}
.date-text-info .date-text {
	width: 82px;
	text-align: center;
	line-height: 19px;
	font-size: 22px;
	background: #20483f;
	height: 82px;
	padding-top: 11px;
	border-radius: 50%;
	color: #ffffff;
	font-weight: bold;
	font-family: "Lato", sans-serif;
}
.date-text-info .date-text span {
	display: inline-block;
	font-size: 12px;
}
.news-details-text {
	width: 92%;
}
.news-details-text .news-details-title {
	font-size: 27px;
	color: #000000;
	font-weight: bold;
	line-height: 25px;
	padding-bottom: 3px;
}
.news-details-text span {
	display: inline-block;
	width: 100%;
	font-size: 17px;
	color: #9c8d79;
	font-weight: bold;
}
#news-slider .owl-dots {
	text-align: center;
	bottom: 0;
	position: absolute;
	margin: 0px auto;
	width: 100%;
	background-color: rgba(0,0,0,0.4);
	padding: 7px 0px;
}
#news-slider .owl-dots button.active span {
	background-color: #ffffff;
	position: relative;
}
#news-slider .owl-dots button span {
	background-color: #ffffff;
}
#news-slider .owl-dots button {
	outline: 0;
}
#news-slider .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin: 0 6px;
}
#news-slider .owl-nav button.owl-prev {
	position: absolute;
	left: -5%;
	top: 43%;
	box-shadow: none !important;
	outline: none !important;
}
#news-slider .owl-nav button.owl-next {
	position: absolute;
	top: 43%;
	right: -5%;
	box-shadow: none !important;
	outline: none !important;
}
#news-slider .owl-nav button.owl-next img {
	max-width: 32px !important;
}
#news-slider .owl-nav button.owl-prev img {
	max-width: 32px !important;
}
.news-events-details {
	margin-top: 25px;
}
.news-events-details .news-events-details-logo {
	text-align: center;
}
.news-events-details .news-events-details-logo img {
	max-width: 17%;
}
.news-events-details .news-events-details-title {
	text-align: center;
	margin-top: 20px;
	font-size: 32px;
	color: #000000;
	font-weight: 900;
	margin-bottom: 25px;
}
.news-events-details p {
	font-size: 16px;
	color: #000000;
	line-height: 25px;
	margin-bottom: 10px;
	text-align: justify;
}
/****** index 5 ******/
.news-details-box-wrapper {
	background: #ffffff;
	padding: 20px;
	border: solid 1px #c8c2bc;
	align-items: center;
	position: relative;
	margin-bottom: 18px;
}
.news-details-box-wrapper::after {
	content: "";
	position: absolute;
	width: 79%;
	left: 0;
	bottom: 0;
	height: 5px;
	background: #90bf66;
	clip-path: polygon(50% 0%, 100% 0, 100% 0, 100% 0, 99% 100%, 50% 100%, 0 100%, 0% 70%, 0% 35%, 0 0);
}
.news-details-box-wrapper .col-md-3 {
	padding: 0px 0px;
}
.news-details-box-wrapper .col-md-7 {
	padding: 0px 0px;
}
.news-details-box-wrapper .col-md-2 {
	padding: 0px 0px;
}
.news-details-img img {
	width: 100%;
}
.btn-wrapper.details {
	margin-top: 0px;
}
.btn-wrapper.details a {
	padding: 5px 28px;
}
.btn-wrapper.details a i.fas {
	right: 7px;
}
.news-details-info.wrapp {
	padding-right: 0px;
	margin-bottom: 0px;
	border: none;
	padding-bottom: 0px;
}
.news-details-info.wrapp .date-text-info {
	width: 15%;
}
.news-details-info.wrapp .news-details-text {
	width: 86%;
}
.news-details-info.wrapp .date-text-info .date-text {
	/*width: 75px;
	height: 75px;*/
	padding-top: 15px;
}
.news-details-text p {
	margin-bottom: 0px;
	font-size: 15px;
	color: #000000;
	font-weight: 500;
	line-height: 20px;
}
.news-details-info.wrapp .news-details-text .news-details-title {
	font-size: 24px;
	line-height: 27px;
}
ul.pagination {
	padding-top: 11px;
	text-align: center;
	width: 100%;
	display: inline-block;
}
ul.pagination li.page-item {
	display: inline-block;
	margin: 0px 6px;
}
ul.pagination li.page-item a.active {
	background: #90bf66;
	color: #fff;
	border: solid 1px #90bf66;
}
ul.pagination li.page-item a:hover {
	background: #90bf66;
	color: #fff;
	border-color: #90bf66;
}
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: 33px;
	font-family: 'Lato', sans-serif;
	padding: 0px;
	text-align: center;
}
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%;
}
ul.pagination li.page-item a i {
	font-size: 17px;
}
/****** index 6 ******/
.heading-text {
	font-size: 30px;
	font-weight: 900;
	color: #20483f;
	padding-bottom: 3px;
	margin-bottom: 15px;
	border-bottom: solid 2px #90bf66;
	font-family: Outfit-Varab!important;
}
.product-box-wrapper-info-row {
	margin-left: -5px;
	margin-right: -5px;
}
.product-box-wrapper-info-row .col-md-4 {
	padding: 0px 5px;
}
.product-box-wrapper-info {
	background: #ffffff;
	margin-bottom: 15px;
	border: solid 1px #cbc5bf;
}
.product-box-wrapper-info .product-box-imgs img {
	width: 100%;
}
.product-box-wrapper-info .product-box-details-text {
	padding: 15px 20px 13px;
	border-top: solid 1px #e8e5de;
	/* font-family: "Lato", sans-serif; */
	font-family:Arial, Helvetica, sans-serif !important;
}
.product-box-wrapper-info .product-box-details-text .product-box-text a {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	text-decoration: none;
	
}
.product-box-wrapper-info .product-box-details-text span {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}
ul.pagination.wrapper {
	text-align: right;
}
/****** Sidemenu ******/
.left-side-bar-desktop-view {
	margin-right: 20px;
}
.sidemenu-heading {
	font-size: 24px;
	font-weight: bold;
	color: #20483f;
	padding-bottom: 12px;
	margin-bottom: 15px;
	border-bottom: solid 2px #90bf66;
	font-family: Outfit-Varab !important;
}
.sidemenu li {
	position: relative;
	margin-bottom: 7px;
}
.sidemenu li > a {
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	display: flex;
	padding: 10px 14px;
	padding-right: 0px;
	font-weight: bold;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	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;
	background-color: #faf9f7;
	font-family:Arial, Helvetica, sans-serif !important;
}
i.fas.fa-chevron-circle-right.toggle-submenu {
	color: #90bf66;
	text-align: center;
	font-size: 16px;
	line-height: 21px;
	position: absolute;
	right: 15px;
	top: 11px;
}
i.far.fa-chevron-right.toggle-submenu.togg {
	top: 25px;
}
.submenu-side ul li {
	border: none;
}
.sidemenu >li:hover a i {
	border: 2px solid #e97d81;
	border-radius: 100%;
	color: #81418b;
}
.sidemenu li:hover > a {
	color: #ffffff;
	background-color: #20483f;
}
.submenu-side {
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 15px;
}
.submenu-side .submenu-title {
	font-size: 15px;
	font-weight: bold;
	color: #598d2b;
}
.submenu-side ul li a {
	line-height: 19px;
	font-size: 14px;
	background: none;
	font-weight: 600;
	text-transform: capitalize;
	padding: 0px;
}
.submenu-side ul li a:hover::after {
	background: #598d2b;
}
.submenu-side ul li a:hover {
	color: #598d2b;
	background: none;
}
.left-side-bar-mobile-view .left-side-bar-mobile-view-title {
	width: 100%;
	background: #90bf66;
	padding: 10px 13px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	float: left;
	margin-bottom: 20px;
	margin-top: 0px;
}
.left-side-bar-mobile-view .left-side-bar-mobile-view-title i.far {
	margin-left: 12px;
	float: right;
	margin-top: 4px;
}
.left-side-bar-mobile-view {
	display: none;
}
/****** Sidemenu css End ******/

/****** index 7 ******/
.heading-text.title {
	border: none;
	margin-bottom: 6px;
}
.product-details-info-box {
	background: #ffffff;
	padding: 25px 40px 30px;
	border-top: solid 2px #90bf66;
}
.product-slider-img img {
	width: 100%;
}
.product-cont-details-info {
	margin-top: 25px;
}
.product-cont-details-info .more-descri-text {
	font-size: 22px;
	background: #90bf66;
	padding: 8px 20px;
	color: #ffffff;
	margin-bottom: 15px;
	font-family: "Lato", sans-serif;
	font-weight: 600;
}
.product-cont-details-info .back-btn {
	text-align: center;
}
.product-cont-details-info .back-btn a {
	max-width: 52px;
	display: inline-block;
	margin-top: 8px;
}
.product-details-info {
	font-family: "Lato", sans-serif;
	padding-top: 45px;
}
.product-details-info .product-details-text {
	font-size: 26px;
	color: #000000;
	font-weight: 800;
	/* font-family: "Lato", sans-serif; */
	font-family: Outfit-Varab!important;
}
.product-details-info span {
	display: inline-block;
	width: 100%;
	font-size: 22px;
	color: #90bf66;
	padding-bottom: 12px;
	margin-bottom: 18px;
	border-bottom: solid 1px #f4ecdf;
	font-family: Outfit-Varab!important;
	/* font-family: "Lato", sans-serif; */
	font-weight: 600;
}
.product-details-info ul li {
	font-size: 20px;
	color: #000000;
	margin-bottom: 14px;
	position: relative;
	padding-left: 33px;
}
.product-details-info ul li img {
	position: absolute;
	left: 0;
	top: 6px;/* max-width: 15px; */
}
.mobile-social-icon {
	display: none;
}
.product-details-info ul {
	margin-top: 15px;
}
.slider .slick-prev:before, .slider-vertical .slick-next:before {
	display: none;
}
.slider .slick-prev, .slider .slick-next {
	width: 28px;
	height: 28px;
	margin: 10px;
	display: inline-block;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer;
}
.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:hover, .slider .slick-next:hover {
	border-color: transparent #ffd200;
}
.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;
	border-color: transparent #000000;
}
.slider .thumb-row {
	height: 250px;
	text-align: center;
	font-size: 75px;
	color: #ffffff;
}
.slider-thumb .thumb-row {
	height: 137px;
	line-height: 50px;
	font-size: 25px;
}
.slider-thumb .slick-slide img {
	position: relative;
}
.slider-thumb .slick-slide.slick-current .thumb-img {
	border: solid 1px #90bf66;
}
.slider-thumb .thumb-row {
	margin: -2px;
}
.thumb-img {
	border: solid 1px #edebe9;
	margin: 10px;
}
.slider .slick-prev:after {
	content: "\f104";
	font-family: "Font Awesome 6 Pro";
	font-size: 25px;
	color: #999999;
}
.slider .slick-next:after {
	content: "\f105";
	font-family: "Font Awesome 6 Pro";
	font-size: 25px;
	color: #999999;
}
.slider.slider-thumb {
	padding: 0px 18px;
}
.slider-thumb button.slick-prev {
	margin-top: 76px;
	left: -9px;
}
.slider-thumb button.slick-next {
	margin-top: 76px;
	right: -9px;
}
.wrapper-menu ul.menu li.active-hover > a {
	color: #90bf66;
}
.wrapper-menu ul.menu li.active-hover span.arrow {
	color: #90bf66;
}
.container-row {
	display: flex;
}
.left-section1 {
	position: relative;
}
.right-section2 {
	position: relative;
}
.left-section-info {
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}
.right-section-info {
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}
.left-section-title {
	font-family: "Outfit", sans-serif;
	font-size: 40px;
	color: #fff;
	font-weight: 100;
	margin-bottom: 11px;
}
.left-section-info p {
	font-size: 19px;
	color: #fff;
	line-height: 31px;
	font-family: "Outfit", sans-serif;
	font-weight: 100;
}
.about-banner-img2 {
	padding: 0px 10px;
	margin-top: -15px;
}




/****** Mobile Layout ******/
@media only screen and (max-width: 767px) {
.product-box-wrapper .product-box-title {
	font-size: 18px;
}
.product-box-wrapper-row {
	padding: 0px 19px;
}
#slider-product .owl-nav button.owl-prev {
	left: -6%;
	top: 28%;
}
#slider-product .owl-nav button.owl-next {
	right: -6%;
	top: 28%;
}
.service-box-wrapper-row .col-md-3 {
	max-width: 50%;
}
.service-box-wrapper {
	text-align: center;
	margin: 0px 0px;
	margin-bottom: 26px;
}
.service-box-wrapper .service-box-icon img {
	padding: 14px;
}
.container-row {
	display: inline-block;
}
.left-section-title {
	font-size: 32px;
	margin-bottom: 10px;
	line-height: 30px;
}
.left-section-info p {
	font-size: 13px;
	line-height: 15px;
}
.left-section-info {
	padding: 0px 10px;
}
.about-banner-img2 {
	display: none;
}
.right-section2 {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
ul.pagination.wrapper {
	text-align: center;
}
.left-side-bar-mobile-view {
	display: block;
}
.sidemenu {
	padding-right: 0;
	float: left;
	width: 100%;
}
.left-side-bar-desktop-view {
	display: none;
}
#sliderhome .owl-dots {
	width: 100%;
}
.copyright-text {
	font-size: 13px;
	letter-spacing: initial;
	text-align: center;
}
.besign-by {
	text-align: center;
}
.sustainable-box-img-row .col-md-3 {
	max-width: 50%;
}
.footer-details-info {
	margin-top: 27px;
}
.mobile-social-icon {
	display: block !important;
}
.header-icon-info {
	display: none;
}
.aboutus-details-wrapper::after {
	display: none;
}
.aboutus-details-wrapper .aboutus-details-title {
	font-size: 30px;
	padding-bottom: 10px;
}
.sustainable-details-info .sustainable-details-title {
	font-size: 30px;
	padding-bottom: 10px;
}
.aboutus-details-img {
	margin-right: 0;
}
.aboutus-details-wrapper {
	margin-top: 35px;
}
.banner-wrapper img {
	height: 172px;
	object-fit: cover;
}
.banner-title {
	font-size: 40px;
}
.row.header-row .col-md-3 {
	max-width: 70%;
	flex: auto;
}
.row.header-row .col-md-7 {
	max-width: 27%;
	flex: auto;
}
.contact-form-wrapper {
	margin-left: 0;
	margin-top: 40px;
}
.contact-form-wrapper .form-group textarea {
	height: 100px;
}
.contact-form-wrapper .form-group {
	margin-bottom: 15px;
}
.news-events-box-wrapper {
	padding: 23px 15px 21px;
}
.news-events-details .news-events-details-title {
	margin-top: 18px;
	font-size: 25px;
	margin-bottom: 22px;
	line-height: 42px;
}
.news-events-details .news-events-details-logo img {
	max-width: 50%;
}
.news-slider-wrapper {
	margin: 0px 0px;
}
.news-details-info {
	padding: 0px 0px;
	padding-bottom: 20px !important;
}
.news-details-info .date-text-info {
	width: 115px;
	margin-right: 17px;
}
.news-details-text .news-details-title {
	font-size: 20px;
}
.news-details-info.wrapp .date-text-info {
	width: 107px;
}
.news-details-info.wrapp {
	padding-top: 20px;
}
.news-details-info.wrapp .news-details-text .news-details-title {
	font-size: 19px;
	line-height: 27px;
}
.news-details-info.wrapp .news-details-text .news-details-title br {
	display: none;
}
ul.pagination li.page-item {
	margin: 0px 1px;
}
.left-side-bar-mobile-view-title i {
	position: absolute;
	right: 26px;
	top: 12px;
}
.heading-text {
	font-size: 26px;
}
.sidemenu-wrapper {
	margin-bottom: 15px;
}
.product-box-wrapper-info .product-box-details-text {
	text-align: center;
}
.product-box-wrapper-info-row .col-md-4 {
	max-width: 50%;
}
.product-box-wrapper-info .product-box-details-text {
	padding: 13px 9px 13px;
}
.product-details-info-box {
	padding: 25px 15px 30px;
}
.slider-thumb .thumb-row {
	height: auto;
}
.thumb-img {
	margin: 6px;
}
.slider-thumb button.slick-prev {
	margin-top: 40px;
}
.slider-thumb button.slick-next {
	margin-top: 40px;
}
.product-details-info .product-details-text {
	font-size: 18px;
	margin-bottom: 10px;
}
.product-details-info {
	padding-top: 37px;
}
.mobile-social-icon ul {
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding-top: 12px;
}
.header-icon-info ul li a {
	width: 39px !important;
	height: 39px !important;
	padding: 0px !important;
}
.header-icon-info ul li a img {
	max-width: initial;
	vertical-align: bottom;
	margin-top: 0px !important;
}
.mobile-social-icon ul li {
	border-bottom: none !important;
	margin: 0px 7px !important;
}
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);
}
.footer-details-info .footer-img img {
	max-width: 35%;
}
}

/****** Mobile Layout ******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.left-section-info p {
	font-size: 15px;
	line-height: 23px;
}
.left-section-title {
	font-size: 27px;
	margin-bottom: 4px;
}
#sliderhome .owl-dots {
	text-align: right;
	bottom: 2px;
	position: absolute;
	margin: 0px auto;
	width: auto;
	right: 24px;
}
.product-box-wrapper-row {
	padding: 0px 53px;
}
.news-details-info .date-text-info {
	width: 16%;
}
.news-events-details .news-events-details-logo img {
	max-width: 31%;
}
.news-details-info.wrapp .date-text-info {
	width: 110px;
}
.news-details-info.wrapp .news-details-text .news-details-title {
	font-size: 21px;
}
.slider-thumb .thumb-row {
	height: auto;
}
.slider-thumb button.slick-prev {
	margin-top: 47px;
}
.slider-thumb button.slick-next {
	margin-top: 47px;
}
.product-details-info {
	padding-top: 0;
}
.footer-details-info .footer-img img {
	max-width: 50%;
}
.row.header-row .col-md-2 {
	display: none;
}
.mobile-social-icon ul {
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding-top: 12px;
}
.header-icon-info ul li a {
	width: 39px !important;
	height: 39px !important;
	padding: 0px !important;
}
.header-icon-info ul li a img {
	max-width: initial;
	vertical-align: bottom;
	margin-top: 0px !important;
}
.mobile-social-icon ul li {
	border-bottom: none !important;
	margin: 0px 7px !important;
}
.mobile-social-icon {
	display: block;
}
.row.header-row .col-md-7 {
	max-width: 73%;
	flex: auto;
}
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);
}
}

/****** Medium Layout ******/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.news-details-info .date-text-info {
	width: 11%;
}
#sliderhome .owl-dots {
	width: 100%;
}
.product-box-wrapper-row {
	padding: 0px 33px;
}
}
