* {
  padding: 0%;
  margin: 0%;
}

body {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
}

li {
  list-style: none;
}

.Main-div {
  display: flex;
  align-items: center;
  gap: 1vw;
}

.Top-header {
  color:#fff ;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 0.9vw;
  justify-content: space-between;
  padding: 5px 15px;
}

.Top-header a {
  display: flex;
  align-items: center;
  gap: 1vw;
  color: #fff;
  font-size: 15px;
}
.Top-header a:hover{
  color: #fff;
}
.phone-bar{
  display: none;
}

img.email {
  width: 19px;
  padding: 15px;
}

span.logo {
  font-size: 15px;
}

.logo h2 b {
  color: brown;
  font-size: clamp(18px, 4vw, 24px);
  padding: 0px;
}

.logo p {
  font-size: 12px;
}

ul.menu-bar {
  display: flex;
  gap: 3vw;
  margin: 0;
}

.logo ul {
  display: flex;
}

li.scroll {
  padding: 10px;
  display: flex;
}
li a {
  color: #000;
}


.Menu-bar.style {
  display: flex;
  gap: 20vw;
}

.logo {
  padding-top: 10px;
}

h2.Product {
  text-align: center;
  padding: 15px;
  font-size: 30px;
}

.Product-1 {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}
.Product-1 .title{
  text-align:center;margin-top: 5px;font-size: 16px;
  display: block;
  color: #000;
}

.Pro-1 img {
  width: 100%;
}

.Pro-2 img {
  width: 100%;
}

.Pro-3 img {
  width: 100%;
}

.about h2 b {
  text-align: center;
  font-size: 30px;
  padding-bottom: 20px;
  display: block;
}

.about {
  text-align: left;
  font-size: clamp(12px, 2vw, 16px);
  
}

.about h3{
  text-align: left;
  padding:0 ;
  font-size: 32px;
  color: #89c71b;
  font-weight: bold;
  margin-bottom: 5%;
}


.about h4{
  text-align: left;
  padding:0 ;
  font-size: 22px;
  color: #b9b9b9;
  
  margin-bottom: 5%;
}

.about p{
	font-size: 16px;
color: #616161;
}

.about h1{
	margin-bottom: 5%;
	margin-top: 3%;
}

#product {
  text-align: center;
  padding: 35px 0;
  font-size: 20px;
  background-color: #89c71b;
	margin-top: 5%;
}
#product h2{
  color:#fff;
  padding-bottom: 35px;
  margin: 0;
}

.product-1 img {
  width: 100%;
}

.product-2 img {
  width: 100%;
}

.product-3 img {
  width: 100%;
}

.product-4 img {
  width: 100%;
}

#contact h2{
  text-align: center;
  padding-bottom: 35px;
  display: block;
  margin: 0;
}

#contact {
  text-align: center;
  font-size: 18px;
  padding: 35px 0;
  background-color: #fff;
}

input {
  width: 100%;
  height: 30px;
  margin: 5px;
}

textarea#message {
  width: 60%;
  margin: 5px;
  width: 100%;
}

h3 {
  text-align: center;
  padding: 15px;
  font-size: 28px;
}

.controls {
  display: flex;
  justify-content: center;
}

button.btn.btn-primary.pull-right {
  border-radius: 5px;
  padding: 5px 10px;
}

div#success {
  display: flex;
  justify-content: center;
  padding: 10px;
}

.copyright {
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding: 15px;
}

.copyright span a {
  color: #000;
  text-decoration: none;
}

swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#myslider {
  padding: 0px 0 40px 0;
}

.logo-1 {
  display: flex;
  align-items: center;
}


.overlay {
  position: fixed;
  background-color: #00000061;
  z-index: 99;
  left: -100%;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100vh;
  top: 0;
}

.phone-menu ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1vh;
  padding: 20px;
  background: #fff;
  width: 70%;
  height: 100vh;
  position: relative;
}

.phone-menu ul li {
  list-style: none;
}

.phone-menu ul li a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
}390

.phone-menu img {
  width: 22px;
  position: absolute;
  right: 20px;
  cursor: pointer;
}

form {
  max-width: 500px;
  margin: auto;
}
span.logo {
  display: flex;
  align-items: center;
  gap: 1vw;
}
#about-us{
  padding: 0 0 35px 0;
}
#about-us h1 {
  text-align: center;
  padding-bottom: 35px;
  margin: 0;
}

.about-detail {
  padding: 0;
  margin: 15px 0;
  align-items: flex-start;
  color: #212529;
  text-decoration: none;
  gap: 1vw;
}

.about-detail:hover {
  color: #212529;
}

.label-input {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.label-input label {
  margin: 0 0 7px 0;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}

.label-input input,
textarea {
  font-size: 18px;
  padding: 12px 10px 15px;
  width: 100%;
  height: 42px;
  border: 1px solid #ddd;
  outline: none;
}
#contact-us textarea{
  height: 110px;
  resize: none;
}

.submit {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

.submit button {
  color: #fff;
  padding: 12px 65px;
  background-color: #b45603;
  border: none;
  transition: all 0.2s ease-in-out;
}
.submit button:hover{
  background-color: #d26d13;
}

#contact-us {
  padding: 35px 0;
  background-color: #89c71b;
}

#contact-us .title{
  font-size: 32px; text-align: center;
  color: #fff;
  margin: 0;
  padding-bottom: 35px;
  font-weight: bold;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.copyright span a {
  color: #000;
  text-decoration: none;
}

.copyright i {
  margin-right: 5px;
}

.copyright span {
  display: flex;
  align-items: center;
  font-size: clamp(12px, 2vw, 16px);
}

#header {
  background-color: #89c71b;
}
.logo h2{
  margin: 0%;
}


#contact-us input.captcha {
  background:white;
	width: 100%;
}

#contact-us #captcha span{
  width: 44px;
	color: #444;
}
#contact-us #captcha input{
  background: url(../images/captcha.png) no-repeat scroll 0 0 transparent ;
  margin: 5px 0 0px 10px;
  padding: 0;
  border: medium none;
  cursor: pointer;
  width: 15px;
}



@media only screen and (max-width: 991px) {
  .phone-bar {
    display: block;
  }

  .menu-bar {
    display: none !important;
  }
}

@media only screen and (max-width: 660px) {
  .copyright {
    flex-direction: column;
  }
}
@media only screen and (max-width:)
