@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/*font-family: "Open Sans", sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*font-family: "Roboto", sans-serif;*/


@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/*font-family: "Raleway", sans-serif;*/

a{
	display:inline-block;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
	  -webkit-transition: all 0.5s ease-in-out 0s;
	  -moz-transition: all 0.5s ease-in-out 0s;
}
img{
	max-width: 100%;
	display:inline-block;
}
.img-full{
	height: 100%;
	width: 100%;
}

i{
	display:inline-block;
}

:root{
	--black: #000;
	--menu-color: #00aff0;
	--white: #fff;
	--green-text: #00af50;
	--grey-text:#eee;
	--realway-font:  "Raleway", sans-serif;
	--normal-font-size:13px;
}


html,body,secion{
	overflow-x:clip;
}
h1, h2, h3, h4, h5, h6{
	font-family: var(--realway-font);
	font-weight:600;
}
.list-style-none{
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.social-mnu-outr ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
}
.social-mnu-outr ul li a{
	height: 2.5rem;
	width:2.5rem;
	display: flex;
	display:-ms-flexbox;
	justify-content: center;
	align-items: center;
	color:var(--white);
	border: 1px solid transparent;
	border-radius: 50%;
	   -webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
}
.social-mnu-outr ul li a:hover{
	background: #fff;
}
.social-mnu-outr ul li + li{
	margin-left: 10px;
}
.facebook{
	background:#1877F2
}
.facebook:hover{
	border-color: #1877F2;
	color: #1877F2;
}
.twitter{
	background:#14171A;
}
.twitter:hover{
	border-color: #14171A;
	color: #14171A;
}
.youtube{
	background:#FF0000
}
.youtube:hover{
	border-color: #FF0000;
	color: #FF0000;
}
.instagram{
	background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.instagram:hover{
	border-color: #d6249f;
	color: #d6249f;
}
/*
Animate Bootstrap Carousel
Element by thecodeblock.com
*/
/********************************/
/*       Coloring indicators    */
/********************************/
.carousel-animate .carousel-indicators > li {
  margin: 0 2px;
  background-color: #f39c12;
  border-color: #f39c12;
  opacity: 0.7;
}
.carousel-animate .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}
/********************************/
/*          Hero Headers        */
/********************************/
.carousel-animate .hero {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}
/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
  padding: 10px 40px;
}
.btn.btn-hero{
	font-family: "Roboto", sans-serif;
	font-weight: 600;
}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
  color: #f5f5f5;
  background-color: #1abc9c;
  border-color: #1abc9c;
  outline: none;
  margin: 20px auto;
}
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (max-width: 640px) {
  .hero h1 {
    font-size: 2em;
  }
}
/********************************/
/*          Fade Effect         */
/********************************/
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
/************************************/
/*       BS bacground Images       */
/**********************************/
.carousel-bg .carousel-inner .item {
  background-color: darkslategrey;
  background-size: cover;
  background-position: center;
  min-height: 480px;
}
.carousel-item{
	height: 500px;
}
.carousel-item img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center bottom;
}
.hero h1{
	font-weight: bold;
	font-family: var(--realway-font);
	filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.5));
}
.carousel-indicators [data-bs-target]{
	height: 25px;
	width:25px;
	margin: 0px 10px;
	border: 1px solid var(--green-text);
	border-radius: 50%;
	   -webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
}
.carousel-caption{
	padding: 0px;
	bottom: 3.5rem;
}
.carousel-control-prev, .carousel-control-next{
	opacity: 1;
	
}
.carousel-indicators .active{
	background: var(--menu-color);
	border-color: var(--menu-color);
}
.navbar-nav li a{
	font-family: "Roboto", sans-serif;
}
.dropdown-menu{
	width: 100%;
	border: 0 none;
	border-radius:0px;
}
.navbar{
	padding: 0px;
}
.navbar-nav .nav-item .nav-link{
	padding-top: calc(var(--bs-gutter-x) * 0.5);
	padding-bottom: calc(var(--bs-gutter-x) * 0.5);
	color: var(--black);
	text-align: center;
	position: relative;
	
}
.header-outr.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background: rgba(255,255,255,0.8);
	/*color: var(--white);*/
	box-shadow: 0px 0px 10px #999;
	animation: slideDown 0.35s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/*.header-outr.fixed .navbar-nav .nav-item .nav-link{
	color: var(--white);
}
.header-outr.fixed .email{
	color: var(--white);
	top: 10px;
}
.header-outr.fixed .phone{
	color: var(--white);
	top: 10px;
}
.header-outr.fixed .navbar-nav .nav-item::before {
	top: 7px;
}
.header-outr.fixed .navbar-collapse{
	border-color: var(--white);
}
.header-outr.fixed .navbar-collapse:before{
	border-color: var(--white);
}
.header-outr.fixed .navbar-collapse:after{
	border-color: var(--white);
}*/
.header-outr.fixed .navbar-nav .nav-item::before {
	
	top: 5px;
}
.navbar .container-fluid{
	flex-direction: column;
}
.navbar-brand{
	margin-right:0px;
	font-weight:bold;
	font-family: var(--realway-font);
	font-size: 2.5rem;
}




.header-outr .navbar-nav{
	width: 100%;
}
.header-outr .navbar-nav li{
	flex: 1 1 auto;
}
.navbar-nav .nav-item .nav-link:before{
	content:"";
	height: 3px;
	width: auto;
	position:absolute;
	left:0;
	background: var(--menu-color);
	width:0;
	bottom:0;
	transition: all 0.5s ease-in-out 0s;
}
.navbar-nav .nav-item:hover .nav-link:before{
	
	left:0;
	right:0;
	width: 100%;
	transition: all 0.5s ease-in-out 0s;
}
.navbar-nav .nav-item:hover .nav-link{
	color: var(--menu-color) !important;
}
.navbar-nav .nav-item.active .nav-link:before{
	
	left:0;
	right:0;
	width: 100%;
	transition: all 0.5s ease-in-out 0s;
}
.navbar-nav .nav-item.active .nav-link{
	color: var(--menu-color) !important;
}
.dropdown-item{
	text-align: center;
}
.dropdown-item:hover{
	background: var(--menu-color);
	color: var(--white);
}
.dropdown-item + .dropdown-item{
	margin-top: 1px;
}
.navbar-nav .nav-item{
	position: relative;
}
.navbar-nav .nav-item:before{
	content:"|";
	position: absolute;
	left:-4px;
	top: 10px;
	
}
.navbar-nav .nav-item:first-child:before{
	content:"";
}
.navbar-nav .nav-item +   .nav-item{
	margin-left: 4px;
}
.header-outr .navbar .container-fluid{
	position: relative;
}
.header-outr .phone{
	position: absolute;
	left:12px;
	top:15px;
}
.phone{
	color: var(--black)
}
.phone:hover{
	color: var(--menu-color) !important;
	
}
.email{
	color: var(--black)
}
.email:hover{
	color: var(--menu-color) !important;
}
.header-outr .email{
	position: absolute;
	right:12px;
	top:15px;
}
.slidr-outr .carousel .carousel-control-prev,.slidr-outr .carousel .carousel-control-next{
	width: 50px;
}




.header-outr .navbar-brand{
	padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  transition: all 0.5s ease-in-out 0s;
     -webkit-transition: all 0.5s ease-in-out 0s;
	 -moz-transition: all 0.5s ease-in-out 0s;
}
.header-outr.fixed .navbar-brand{
	padding:0px;
	font-size: 2rem;
	/*color: var(--white);*/
}
.header-outr .navbar-brand img{
	width: 10rem;
	transition: all 0.5s ease-in-out 0s;
     -webkit-transition: all 0.5s ease-in-out 0s;
	 -moz-transition: all 0.5s ease-in-out 0s;
}
.header-outr.fixed .navbar-brand img{
	width: 8rem;
}
.header-outr.fixed .navbar-nav .nav-link {
   padding-top: var(--bs-nav-link-padding-y);
  padding-bottom: var(--bs-nav-link-padding-y);
}
  h3,h2{
	font-family: var(--realway-font);

  }
  h3{
	 font-weight: 600;	 
  }
  
  .about-text + .about-text{
	  margin-top: 30px;
  }
  .about-text p{
	  font-size: 18px;
	  text-align: justify;
	  line-height: 35px;
  }
  .index-about-outr{
	  background-repeat:no-repeat;
	  background-size: 48% 100%;
	  background-position: right center;
  }
  
  .index-what-outr{
	  background: #f5f5f5;
  }
  .index-what-box{
	background:var(--green-text);  
	height: 100%;
  }
  .index-what-txt{
	  padding: 15px;
	  background:var(--green-text);
	  color: var(--white);
  }
  h4{
	  font-weight: 600;
	  font-family: var(--realway-font);
  }
  .index-what-img{
	  aspect-ratio: 4 / 3;
  }
  .index-what-img img{
	  height: 100%;
	  width: 100%;
	  object-fit: cover;
  }
  .why-txt {
	  padding: 1rem 0px;
  }
  .container-padding{
	  padding-top: 3rem;
	  padding-bottom: 3rem;
  }
  .index-why-img{
	width: 100%;
    text-align: center;	
  }
  .index-why-img img{
	  aspect-ratio: 1 / 1; 
    height: 200px;
  }
  .product-nme{
	  text-align: center;
  }
  .product-nme h4{
	  color: var(--green-text);
  }
  .product-item{
	  
	  
  }
  .product-nme{
	  padding: 1rem 0px;
	  border: 2px solid var(--green-text);
  }
  .index-prdct-outr .owl-nav button{
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  background: var(--menu-color) !important;
	  color: var(--white) !important;
	  height: 40px;
	  width: 40px;
	  border-radius: 50%;
  }
  .index-prdct-outr .owl-nav button.owl-prev{
	  left: -60px;
  }
  .index-prdct-outr .owl-nav button.owl-next{
	  right: -60px;
  }
  .index-prdct-outr .owl-carousel a{
	  display: block;
  }
  .why-sec-outr{
	  background: #f5f5f5;
  }
  .why-box{
	  background: var(--white);
	  padding:20px 20px;
	  height: 100%;
	  box-shadow:0px 0px 10px #999;
  }
  
  .index-what-top h2{
	  position: relative;
	  padding-bottom: 1rem;
	  color: var(--green-text);
	  font-weight: 800;
  }
  .index-what-top h2:before{
	  content:"";
	  width: 5rem;
	  height: 5px;
	  background: var(--green-text);
	  position: absolute;
	  bottom:0;
	  left: 50%;
	  transform: translateX(-50%);
  }
  .testimonial-item-txt{
	  position: relative;
  }
  
  .testimonial-item-nme i{
	  height: 90px;
	  width: 90px;
	  margin-right: 15px;
	  border-radius: 50%;
	    -webkit-border-radius: 50%;
		-moz-border-radius: 50%;
  }
  .testimonial-item-nme i img{
	  border-radius: 50%;
	    -webkit-border-radius: 50%;
		-moz-border-radius: 50%;
  }
  .testimonial-item-nme-txt{
	  text-align:left;
  }
  .testimonial-item-nme-txt ul{
	  list-style-type: none;
	  padding:0px;
	  margin-top: 10px;
  }
  .testimonial-item-nme{
	  display: flex;
	  display:-ms-flexbox;
	  justify-content: center;
  }
  .testimonial-item-inr{
	 padding: 30px 30px 20px;
	 border: 5px solid #000; 
	 border-radius: 30px;
	    -webkit-border-radius: 30px;
		-moz-border-radius: 30px;
  }
  .testimonial-item-inr{
	  position: relative;
  }
  .testimonial-item-inr i{
	  background:#fff;
	  padding: 10px;
	  font-size: 2.5rem;
  }
  .testimonial-item-inr .quote-left {
	position: absolute;
	top: -6px;
	left: -6px;
}
.testimonial-item-inr .quote-right {
	position: absolute;
	bottom: -6px;
	right: -6px;
}
 .owl-carouseltestimonial  .owl-dots{
	 text-align:center;
	 margin-top: 1.5rem;
 }
.owl-carouseltestimonial .owl-dot{
	background: var(--menu-color) !important;
	width: 10px;
	height: 10px;
	margin:0px 5px;
	display:inline-block;
	border-radius: 50%;
	   -webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	transition: all 0.5s ease-in-out 0s;
	   -moz-transition: all 0.5s ease-in-out 0s;
	   -webkit-transition: all 0.5s ease-in-out 0s;
}
.owl-carouseltestimonial .owl-dot.active{
	width: 30px;
	height: 10px;
	border-radius: 10px;
	   -webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
}



/*sticky footer use when the page height is 2117px*/
/*sticky footer*/
html {
  min-height: 100%;
  position: relative;
  /* The html and body elements cannot have any padding or margin. */
}

/* Set the fixed height of the footer here */
.footer {
 /* position: absolute;*/
  bottom: 0;
  /*height: 70px;*/
  width: 100%;
}

.footer-inner {
	padding: 20px 0px;
}
/*sticky footer*/
.footer-sec{
	background: #333;
	
}

.footr-bottom-inr p {
	
	color: var(--white);
	font-family: var(--nueva-font-falily-light);
	margin-bottom: 0px;
	font-size: var(--normal-font-size);
}
.footr-bottom-inr {
  padding: 1rem 0;
}
.footr-bottom-inr img{
	width: 3rem;
}

.footr-bottom-inr p a {
	margin-left: 10px;
}
.footer-logo{
	color: var(--white);
}
.footer-logo:hover{
	color: var(--white);
}
.footer-grid-col h4{
	color: var(--white);
	position: relative;
	padding-bottom: 15px;
}
.footer-grid-col h4:before{
  content: "";
  width: 5rem;
  height: 5px;
  background: var(--white);
  position: absolute;
  bottom:0;
}
.footer-mnu{
	padding:0px;
	display: flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	list-style-type: none;
}
.footer-mnu li{
	width: 50%;
	flex: 0 0 auto;
	margin-top: 10px;
}
.footer-mnu li a{
	color: var(--white);
}
.footer-mnu li a:hover{
	color: var(--menu-color)
}
.footer-contact-mnu li a:hover{
	color: var(--menu-color)
}
.footer-contact-mnu li:hover{
	color: var(--menu-color)
}
.footer-contact-mnu li{
	color: var(--white);
	position: relative;
	padding-left: 30px;
}
.footer-contact-mnu li i{
	position: absolute;
	left:0;
	top: 15px;
}
.footer-contact-mnu li a{
	color: var(--white);
}
.footer-contact-mnu li{
	margin-top: 20px;
}
.feedback-form label{
	color: var(--white);
}
.feedback-form-outr{
	margin-top: 23px;
}
.footer-middle{
	padding: 20px 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.footer-top{
	padding: 15px 0px;
}
.footer-top .navbar-brand:hover,.footer-top .navbar-brand:focus {
	color: var(--white);
}


.contact-form-col .index-what-top h2:before{
	left:0;
	transform: none;
}
.contact-form-col .form-control{
	border: 1px solid var(--black);
	border-radius: 0px;
	height: 50px;
}
.contact-form-col textarea.form-control{
	height: auto;
}
.addr-mnu li{
	display: flex;
}
.addr-box{
	border:1px solid #ddd;
	padding: 10px 15px 8px;
}
.addr-box h4{
   background: #ddd;
   padding: 8px;
   color: var(--green-text);
}
.addr-box:first-child{
	margin-top: 20px;
}
.addr-box{
	margin-top: 5px;
}
.addr-mnu li span{
	width: 40px;
	display: inline-block;
	background: #ddd;
	height: 40px;
	text-align: center;
	line-height: 40px;
	position: absolute;
	left:0;
	top:0;
}
.addr-mnu li a{
	color: var(--black)
}
.addr-mnu li a:hover{
	color: var(--menu-color) !important;
}
.addr-mnu li{
	margin-top: 15px;
	position: relative;
	padding-left: 55px;
	min-height: 40px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}
.addr-mnu li p{
	margin-bottom:0px;
}
.contact-feedback-form textarea{
	height: auto !important;
}
.contact-feedback-form label{
	font-size: 18px;
}
.addr-box-content{
	flex: 1 1 auto;
	
}


.page-banner{
	position: relative;
}
.page-banner{
	aspect-ratio:3.2 / 1;
	/*height: 240px;*/
}
.page-banner img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.page-banner-caption{
	position: absolute;
	left:0;
	right:0;
	top: 50%;
	transform:translateY(-50%)
}
.page-banner-caption .index-what-top h2{
	color: var(--white);
	filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.8));
}
 .page-banner-caption .index-what-top h2::before {
	 background: none;
	 left:0;
	 transform: none;
 }
 .breadcum-outr{
	 justify-content: flex-start !important;
	 margin-bottom: 20px;
 }
.breadcum-mnu{
	background: var(--white);
	padding: 10px;
}
.breadcum-mnu li a{
	color: var(--black);
}
.breadcum-mnu li{
	position: relative;
	padding-left: 15px;
}
.breadcum-mnu li:before{
	content:"\f0da";
	font-family: "FontAwesome";
	position: absolute;
	left:0;
	top: 2px;
}
.breadcum-mnu li:first-child:before{
	content:"";
}
.breadcum-mnu li:first-child{
	padding-left: 0px;
}
.breadcum-mnu li + li{
	margin-left: 10px;
}
.breadcum-mnu li a:hover{
	color: var(--menu-color);
}
.breadcum-mnu li.active a{
	color: var(--menu-color);
}



.faq-content-outr button:focus{
	box-shadow: 0px 0px 0px;
}
.faq-content-outr .accordion-item + .accordion-item{
	margin-top: 1.5rem;
}
 .faq-content-outr .accordion-item:not(:first-of-type) {
	border: var(--bs-accordion-border-width) solid var(--black) !important;
}
 .faq-content-outr  .accordion-item:first-of-type > .accordion-header .accordion-button{
	 border-radius:0px;
 }
 .faq-content-outr .accordion-item{
	 border-radius:0px;
	 border: var(--bs-accordion-border-width) solid var(--black) !important;
 }
 .faq-content-outr .accordion-header .accordion-button{   
    font-family:var(--realway-font);
	font-weight: 600;
	font-size: 1.2rem;
 
 }
  .faq-content-outr  .accordion-button:not(.collapsed){
	  background: var(--green-text);
	  color: var(--white);
  }
  .faq-content-outr   .accordion-button:not(.collapsed)::after {
	  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  }
  .faq-content-outr .accordion-button{
	  position:relative;
	  padding-left: 3.5rem;
	  align-items: flex-start;
  }
  .faq-content-outr .accordion-button span{
	  position: absolute;
	  left: 20px
  }
  
  .sustain-img-outr{
	 height: 100%;
  }
  .sustain-img-outr img{
	  height: 100%;
	  width: 100%;
	  object-fit: cover;
  }
  .sustain-box-outr{
	  box-shadow:0px 0px 10px #999;
	  margin-top:2rem;
  }
  .sustain-text-outr{
	  padding:1.5rem 1rem;
  }
  .sustain-box-outr:nth-child(odd) .sustain-img-col{
	  order:1;
  }
  .sustain-box-outr:nth-child(even) .sustain-text-outr{
	  padding-left:8px;
	  padding-right: 2rem;
  }
  .sustain-box-outr:nth-child(odd) .sustain-text-outr{
	  padding-left:2rem;
  }
  .sustain-sec-outr .sustain-box-outr .sustain-text-outr h4{
	  position: relative;
	  padding-left: 2rem;
	  margin-bottom: 1.8rem
  }
  .sustain-sec-outr .sustain-box-outr .sustain-text-outr h4 span{
	  position: absolute;
	  left:0;
  }
   
  
  
  
  .sidebar-mnu li a{
	  display: flex;
	  display:-ms-flexbox;
	  justify-content: space-between;
	  align-items: center;
	  background: var(--grey-text);
	  padding: 8px 10px;
	  color: var(--black);
	  font-size: 16px;
	  font-family: var(--realway-font);
	  font-weight: 600;
  }
  .sidebar-mnu li + li{
	  margin-top: 2px;
  }
  .sidebar-box-inr{
	  position: sticky;
	  top: 100px;
  }
  .sidebar-header{
	  margin-bottom: 10px;
  }
  .sidebar-header a{
	  color: var(--black);
  }
  .sidebar-mnu li.active a{
	  background: var(--menu-color);
	  color: var(--white);
  }
/*  .sidebar-col{
	  width: 20%;
  }
  .product-box-col{
	  width: 80%;
  }*/
  .product-box-sec-outr .sustain-box-outr{
	  box-shadow: 0px 0px 0px ;
  }
  .product-text-outr ol li::marker{
	  font-family: var(--realway-font);
	  font-weight: 600;
	  font-size: 1.5rem;
  }
  .product-text-outr ul{
	  
	  margin-bottom: 1rem;
  }
  .product-text-outr ul li::marker{
	  margin-top: 5px;
  }
  .product-box-sec-outr .sustain-box-outr + .sustain-box-outr{
	  margin-top: 2rem;
  }
  .product-box-sec-outr .sustain-box-outr:first-child{
	  margin-top:0px;
  }
  .product-text-outr{
	  padding-right: 0px;
  }
  /*.product-item-img{
	  height: 600px;
  }*/
  .owl-carousel-product .owl-stage {
		display: flex;
	}
	.owl-carousel-product .owl-stage .owl-item {
		display: flex;
		flex: 1 0 auto;
	}
	.owl-carousel-product .owl-stage .owl-item .item{
		display: flex;
		flex: 1 0 auto;
	}
	.owl-carousel-product .owl-stage .owl-item .product-item-img{
		height: 100%;
		width: 100%;
		max-height: 600px;
	}
  .product-item-img img{
	  height: 100%;
	  object-fit: cover;
  } 
  .product-list-style-icon li {
	padding-left: 26px;
	list-style: none;
	position: relative;
	padding-bottom: 7px;
}
.product-list-style-icon li i {
	position: absolute;
	left: 0px;
	top: 5px;
	color: var(--green-text);
}
  .sustain-img-outr .owl-carousel-product .owl-dot {
	background: var(--menu-color) !important;
	width: 10px;
	height: 10px;
	margin: 0px 5px;
	display: inline-block;
	border-radius: 50%;
	transition: 0.5s ease-in-out;
}

.sustain-img-outr .owl-carousel-product .owl-dot.active {
  width: 30px;
  height: 10px;
  border-radius: 10px;
}
.sustain-img-outr .owl-carousel-product .owl-dots {
	text-align: center;
	margin-top: 1.5rem;
	position: absolute;
	bottom: 20px;
	transform: translateX(-50%);
	left: 50%;
}
.product-item-img{
	position: relative
}
.product-item-img .index-what-top {
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
	
}
.product-item-img .page-banner-caption{
	bottom: 100px;
	top: auto;
}
.product-box-sec-outr .sustain-text-outr{
	padding: 0px 0px 40px !important;
  
}
.product-box-sec-outr .product-text-outr.sustain-text-outr .btn{
	position: absolute;
	bottom:0;
	left:0;
}
.product-text-outr .index-what-top  h2:before{
	left:0;
	transform: none;
}

.product-text-outr h5 {
	font-size: 19px;
	line-height: 23px;
	font-weight: 600;
}

.btn-orange{
	background: var(--menu-color);
	border: 1px solid transparent;
	color: var(--white);
}
.btn-orange:hover{
	border-color: var(--menu-color);
	background: var(--white);
	color: var(--menu-color);
}
.btn-green{
	background: var(--green-text);
	color: var(--white);
}
.btn-green:hover{
	background: var(--menu-color);
	color: var(--white);
}

.product-box-sec-outr .sustain-img-outr .page-banner-caption .index-what-top h2::before {
	background: var(--white);
	left: 50%;
	transform: translateX(-50%);
}
.download-btn{
	background-color: #f7f7f6;
	border: 1px solid #e9ecef;
	padding:0px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	text-align:left;
	position: relative;
	padding-left: 80px;
	height: 57.6px;
	max-width: 100%;
	font-size: 1.1rem;
}
.download-btn i {
	color: #fff;
	font-size: 20px;
	padding: 18px;
	vertical-align: middle;
	margin-right: 20px;
	display: inline-block;
	border: 1px solid;
	background-color: #232323;
	border-radius: var(--bs-btn-border-radius);
	position: absolute;
	left:0;
	top:0;
}
.download-btn:hover{
	background:var(--menu-color);
	color: var(--white);
}
.download-btn i:before{
	font-family:"FontAwesome";
	content: "\f1c1";
}
.footer-certificate-mnu li {
	margin-top: 15px;
	margin-right: 10px;
}

.object-grid .col-sm-3{
	width: 33.333%;
}
.object-grid .row{
	justify-content: center;
}
.step-box-outr i{
	background: var(--green-text);
	height: 100px;
	width: 100px;
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	   -webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
}
.step-box-outr{
  display: flex;
  display: -ms-flexbox;
	justify-content: center;
	align-items: center;
   flex-direction: column;	
}
.step-box-outr h3{
	color: var(--white);
}
.step-box-col{
	position: relative;
}
.step-box-col:before{
	font-family: "FontAwesome";
  content: "\f061";
  font-size: 3rem;
  position: absolute;
  right:0;
  top: 10px;
}
.step-box-col:last-child:before{
	content:"";
}
.blog-box{
	padding:0px;
}
.blog-box .index-why-img{
	aspect-ratio: 5 / 3;
}
.blog-box .index-why-img img{
	aspect-ratio: auto;
	height: 100%;
	object-fit: cover;
}
.blog-box .why-txt{
	padding: 1rem 10px;
}
.blog-box-col a{
	color: var(--black);
}
.blog-box .why-txt h4{
	display: block;
  display: -webkit-box;
  /*width: 55%;*/
  height: 43px;
  
  
  line-height: 1;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
	margin-right: 10px;
	font-size: 1.1rem;
}
.blog-box .why-txt h6{
	background: var(--grey-text);
	padding: 10px;
	border-radius: 8px;
	width: auto;
	flex: 0 0 auto;
}
.sidebar-mnu.blog-sidebar-mnu li a{
	justify-content: flex-start;
}
.sidebar-mnu.blog-sidebar-mnu li a i{
	margin-right: 10px;
}
.ui.menu {
	margin-top: 1rem;
	background-color: #FFFFFF;
	
	font-weight: normal;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	border-radius: 0.1875rem;
}
.ui.menu .header.item {
	background-color: rgba(0, 0, 0, 0.04);
	margin: 0em;
}
.ui.menu .item {
	position: relative;
	display: block;
	padding: 0.83em 0.95em;
	border-top: 0em solid rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ui.menu h6{
	color: var(--black);
	font-weight: bold;
}
.ui.menu p{
	color: var(--black);
}
.ui.menu .item{
	border-bottom: 1px solid #ddd;
}
.ui.menu .item:last-child{
	border-bottom:0 none;
}
.content {
  
  width: 98%;
  height: 300px;
}
.product-modal-body{
	bacground: #ddd;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px -72px !important;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -92px !important;
}
.mCSB_draggerContainer{
    background-color: rgba(0,0,0,0.2);
box-shadow: inset -1px 0 1px rgba(255,255,255,0.2);
border-radius: 16px;
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
	display: none;
}
.mCSB_scrollTools .mCSB_draggerContainer .mCSB_scrollTools{
	display: none !important;
}
.product-box-sec-outr .sustain-box-outr:nth-child(odd) .sustain-img-col{
	  order:0;
  }
  .product-box-sec-outr .sustain-box-outr:nth-child(even) .sustain-img-col{
	  order:1;
  }
  .product-box-sec-outr .sustain-box-outr{
	  border-bottom: 1px solid #ddd;
	  padding-bottom: 2rem
  }
  .product-box-sec-outr .sustain-box-outr:last-child{
	  border-bottom:0 none;
	  padding-bottom: 0rem
  }
  .product-modal-dialog .modal-header{
	  padding-top: 5px;
	  padding-bottom: 5px;
	  /*border-color: var(--green-text);*/
	  background:var(--green-text);
  }
  .product-modal-dialog .modal-header h3{
	  color: var(--white);
	  font-weight: 800;
	  font-size: 2rem;
  }
  .product-modal-dialog .modal-header .btn-close{
	  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  }
  .blog-detail-heading .date{
	  background: var(--grey-text);
  padding: 10px;
  border-radius: 8px;
  width: auto;
  flex: 0 0 auto;
  }
  .blog-detail-heading h4{
	  font-weight: bold;
  }
  .blog-sidebar-box h2{
	  margin-bottom: 10px;
  }
  
  .navbar-collapse {
	position: fixed;
	bottom: 0;
	top:0;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	height: auto;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	transition: transform .3s ease-in-out;
}

.navbar-collapse {
            z-index: 1040; /* Keep navbar above backdrop visually */
        }

        .modal-backdrop {
            z-index: 1030; /* Backdrop is visually behind but interacts via JavaScript */
        }

	.wfix {
	position: fixed;
	right: 10px;
	bottom: 60px;
	background: none;
	width: auto;
	z-index: 4;
	border: #eee 3px solid;
	border-radius: 10px;
}	
.wfix a {
	display: block;
	padding: 5px 10px;
	color: #4aae20;
	font-size: 60px;
	line-height: 1;
	text-align: center;
}
.wfix a {
	color: #4aae20;
	font-size: 60px;
	line-height: 1;
	text-align: center;
}
.wfix a small {
	display: block;
	color: #999;
	font-size: 14px;
}
.page-banner .page-banner-caption .index-what-top h1{
	color: var(--white);
  filter: drop-shadow(-0.2rem 0.2rem 0.25rem rgba(0, 0, 0, 0.8));
  position: relative;
  font-weight: 800;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.page-banner .page-banner-caption .index-what-top h1::before {
	content: "";
	width: 5rem;
	height: 5px;
	background: var(--green-text);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.page-banner .page-banner-caption .index-what-top h1:before {
	content:"";
	background: var(--white);
	left: 0;
	transform: none;
}
.faq-box-outr h3{
	margin-bottom: 1rem
}
.faq-box-outr{
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
}
.faq-box-outr + .faq-box-outr {
	margin-top: 2rem;
}	
.faq-box-outr:last-child{
	border-bottom:0 none;
}

.index-what-col a{
	height: 100%;
}
.trade-text-outr table{
	width: 100%;
}
.blog-sidebar-box .accordion-header .accordion-button{
	background-color: rgba(0, 0, 0, 0.04);
	font-weight: 500;
	color: var(--bs-body-color);
}
.blog-sidebar-box .accordion-header .accordion-button:focus{
	box-shadow: 0px 0px 0px !important;
}
.blog-sidebar-box .accordion-header .accordion-button i{
	margin-right: 10px;
}
.blog-sidebar-box .accordion-item + .accordion-item{
	margin-top: 1rem;
}
.blog-sidebar-box .accordion-item h2{
	margin-bottom:0px;
}
.blog-sidebar-box .accordion-item{
border-radius: var(--bs-accordion-inner-border-radius);
}
 .blog-sidebar-box  .accordion-item:not(:first-of-type){
	 border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color) !important;
 }
 .blog-sidebar-box  .accordion-body .item h6{
	 color: var(--black);
  font-weight: bold;
 }
 .blog-sidebar-box  .accordion-body .item p{
	 color: var(--black);
	 margin-bottom: 0px;
 }
 .blog-sidebar-box  .accordion-body .item{
	 border-bottom: 1px solid #ddd;
	 margin: 0px calc(-1.3 * var(--bs-accordion-body-padding-y));
	 padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
 }
 .blog-sidebar-box  .accordion-body .item:last-child{
	 border-bottom:0 none;
 }
 
 .blog-sidebar-box .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed{
	 border-bottom-right-radius: 0px; 
	 border-bottom-left-radius: 0px; 
 }
 .footr-bottom-inr p a{
	 position:relative;
	 top:-5px;
 }
 .pagination-menu a {
	display: inline-block;
	vertical-align: top;
	border: 1px solid var(--black);
	border-radius: 3px;
	margin: 10px 5px 0px;
	padding: 0px;
	width: auto;
}
.pagination-menu  a {
	line-height: 25px;
	display: inline-block;
	color: var(--black);
	padding: 3px 11px;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	
	border-radius: 3px;
}
.pagination-menu a:hover{
	background-color: var(--menu-color);
	color: #fff;
	border-color: var(--menu-color);
}
.pagination-menu span{
	line-height: 25px;
	display: inline-block;
	color: var(--black);
	padding: 3px 11px;
	font-weight: 600;
	font-size: 14px;
	margin: 10px 5px 0px;
	border-radius: 3px;
}
.pagination-menu  span.current {
	background-color: var(--green-text);
	color: #fff;
}
.pagination-menu {
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	flex-wrap: wrap;
}
.modal-body .content{
	height: 70vh;
}
.page-banner .page-banner-caption .index-what-top h2{
		font-size: 1.2rem !important;
		font-weight: 500;
	}
	.sustain-box-sec-outr.product-box-sec-outr .sustain-img-outr .owl-carousel-product .owl-nav button{
		position: absolute;
		color: var(--menu-color);
		
		top: 50%;
		transform: translateY(-50%) !important;
		   -webkit-transform: translateY(-50%) !important;
		   -moz-transform: translateY(-50%) !important;
	}
	.sustain-box-sec-outr.product-box-sec-outr .sustain-img-outr .owl-carousel-product .owl-nav .owl-prev{
		left:10px;
		
	}
	.sustain-box-sec-outr.product-box-sec-outr .sustain-img-outr .owl-carousel-product .owl-nav .owl-next{
		right:10px;
	}
	.trade-text-outr img{
		margin-bottom: 1rem;
	}
	.navbar .offcanvas ul{
		list-style-type: none;
		padding:0px;
		margin:0px;
		width: 100%;
		display: flex;
		display: -ms-flexbox;
		align-items: center;
	} 
	.navbar .offcanvas > ul > li{
		flex: 1 1 auto;
		position: relative;
	}
	.navbar .offcanvas ul li:before{
		content: "|";
  position: absolute;
  left: -4px;
  top: 10px;
	}
	.navbar .offcanvas ul li:first-child:before{
		content: " ";
	}
	.navbar .offcanvas > ul >  li > a{
	display: block;
	text-align: center;
	color: var(--black);
		padding-top: calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
  padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
	}
	.navbar .offcanvas ul li + li{
		margin-left: 4px;
	}
	.navbar .offcanvas ul li a:before{
		content: "";
  height: 3px;
  width: auto;
  position: absolute;
  left: 0;
  background: var(--menu-color);
  width: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out 0s;
	}
	.navbar .offcanvas ul li:hover a, .navbar .offcanvas ul li.current-menu-item a{
		color: var(--menu-color) !important;
	}
	.navbar .offcanvas ul li:hover a:before, .navbar .offcanvas ul li.current-menu-item a:before{
		left: 0;
  right: 0;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
	}
	.col-lg-5.footer-grid-col ul{
		list-style-type: none;
		padding:0px;
		margin:0px;
		display: flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
	}
	.col-lg-5.footer-grid-col ul li{
		width: 50%;
  flex: 0 0 auto;
  margin-top: 10px;
	}
	.col-lg-5.footer-grid-col ul li:nth-child(even){
		padding-left: calc(var(--bs-gutter-x) * 0.5);
	}
	.col-lg-5.footer-grid-col ul li a{
		color: var(--white);
	}
	.col-lg-5.footer-grid-col ul li a:hover, .col-lg-5.footer-grid-col ul li.current-menu-item a{
		color: var(--menu-color);
	}
	.header-outr .phone i, .header-outr .email i{
		margin-right: 5px;
	}
	.blog-box-sec{
		position: relative;
	}
	.pagination-menu{
		position: absolute;
		bottom:0;
	}
	.product-box-sec-outr .product-text-outr > .index-what-top  > ul{
		list-style-type:none;
		padding:0px;
		
	}
	.product-box-sec-outr .product-text-outr > .index-what-top  ul > li:before{
		font-family: 'Font Awesome 6 Free';
		content: "\f058";
		color: var(--green-text);
		position: absolute;
		left:0;
		
	}
	.product-box-sec-outr .product-text-outr > .index-what-top  ul > li{
		position: relative;
		padding-left:30px;
	}
	
	.product-box-sec-outr .sustain-box-outr .sustain-img-outr  .owl-nav button:hover{
		color: var(--menu-color);
	}
	.carousel-control-prev span, .carousel-control-next span{
		opacity:0.5;
	}
	.carousel-control-prev:hover span, .carousel-control-next:hover span{
		opacity:1;
	}
	.header-outr .navbar{
		flex-direction: column;
	}
	.navbar .offcanvas > .container > ul > li{
		flex:  1 1 auto;
		position: relative
	}
	.navbar .offcanvas > .container > ul > li > a{
		padding-top: calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
  padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
	text-align: center;
	display: block;
	color: var(--black);
	position:relative;
	}
	.navbar .offcanvas > .container > ul > li > a:before{
		content: "";
  height: 3px;
  width: auto;
  position: absolute;
  left: 0;
  background: var(--menu-color);
  width: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
	  -moz-transition: all 0.5s ease-in-out 0s;
	}
	.navbar .offcanvas > .container > ul > li:hover > a:before, .navbar .offcanvas > .container > ul > li.current-menu-item > a:before{
		left: 0;
  right: 0;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
	}
	.navbar .container{
		justify-content: center;
		position: relative;
	}
	.carousel-caption h1{
	    text-overflow: ellipsis;
        display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;		
	}
	.page-banner-caption .index-what-top h2{
		 text-overflow: ellipsis;
        display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;	
	}
	.owl-carouseltestimonial.owl-carousel 
	.owl-stage {
		display: flex;
	}
	.owl-carouseltestimonial.owl-carousel 
	.owl-stage .owl-item{
		display: flex;
		flex: 1 0 auto;
	}
	.owl-carouseltestimonial.owl-carousel 
	.owl-stage .owl-item .item{
		display: flex;
		height: 100%;
	}
	.product-text-outr{
		height: 100%;
		position: relative;
		
	}
	.footer-logo.navbar-brand img{
		width: 10rem;
	}
	.offcanvas-title .navbar-brand{
		padding:0px;
	}
	.footer-grid-col .footer-certificate-mnu{
		margin-bottom:0px !important;
	}

@media (min-width: 992px) {
  .navbar-nav .dropdown-menu.show {
    display: none !important;
  }
  .navbar-nav > li.dropdown:hover > .dropdown-menu {
	display: block;
}
.navbar-collapse{
	position: relative;
	
}
.header-outr .navbar-collapse{
	width: 100% !important;
	border-top: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
	
	height: 50px;
	position: relative;
}
.header-outr .navbar-collapse .menu-before{
	content:"";
	position: absolute;
	left:-5000px;
	top:-0.5px;
	bottom:-1px;
	width: 5000px;
	height: auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	
}

.header-outr .navbar-collapse .menu-after{
	content:"";
	position: absolute;
	right:-5000px;
	top:-0.5px;
	bottom:-1px;
	width: 5000px;
	height: auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	
}

}
	
@media (min-width: 1200px) {
	.hero h1{
		font-size: 2rem;
	}
	.page-banner .page-banner-caption .index-what-top h1{
		font-size: 2rem;
	}
	
	.trade-text-outr img{
		float: left;
		width: 50%;
		margin-right: 1.5rem;
	}
	
}
@media (min-width: 768px) {
	.index-about-img-col{
		display: none;
	}
	.sidebar-header .sidebar-collapse{
		display: none !important;
	}
	.blog-content-outr .sidebar-col{
		order: 1;
	}
	
}
@media (min-width: 768px) {
  .blog-sidebar-box .accordion .accordion-collapse {
    display: block !important; /* Prevents Bootstrap from hiding it */
    height: auto !important; /* Makes sure it stays fully expanded */
    overflow: visible !important;
  }
  .blog-sidebar-box .accordion-button:after{
	  transition: none !important;
	  transform: rotate(180deg) !important;
  }
  .blog-sidebar-box .accordion-button:not(.collapsed)::after  {
	  transform: rotate(180deg) !important;
	  transition: none !important;
  }
}