@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;1,700&family=Open+Sans:ital,wght@0,500;0,600;0,800;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;600;700&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Rubik;
}
 .mt100{
    margin-top: -100px;
 }
 .about-sec-right{
     padding-top: 100px;
 }

 .about-sec{
  padding-top: 100px;
  padding-bottom: 100px; 
 }
 .about-sec._2{ 
      height: 580px;
 }
 .about-sec-left .img img{
  border: 4px solid #00963f;
  border-radius:50% ;
  -webkit-border-radius:50% ;
  -moz-border-radius:50% ;
  -ms-border-radius:50% ;
  -o-border-radius:50% ;
  position: relative;
  z-index: 2;
  max-width: 450px;
  width: 100%;
}
.about-sec-left .content span{
font-size: 30px;
}
.about-sec-left .content{
  position: absolute;
  right: 0;
  top: -27px;
  width: 150px;
  height: 150px;
  border: 4px solid #00963f;
  border-radius:50% ;
  -webkit-border-radius:50% ;
  -moz-border-radius:50% ;
  -ms-border-radius:50% ;
  -o-border-radius:50% ;
  font-size: 35px; 
  font-family: Rubik;
  font-weight: 700;
  line-height: 30px; 
  text-align: center;
  background-color: #feed00;
  color: #e20b12;
  padding-top: 40px;
}

.about-sec-right h1{
  font-size: 35px;
  color: #e20b12;
  font-weight: 700;
  font-family: Rubik;
}

.about-sec-right h1 span{
  font-size: 35px;
  color: #615c5d;
  font-weight: 500;
  font-family: Rubik;
}
.product-sec-left > div > div{
text-align: center;
padding-top: 50px;
padding-bottom: 20px;
position: relative;
}
.product-sec ._1{
  background-color: #ed3237;
}
.product-sec ._2{
  background-color: #feb101;
}
.product-sec ._3{
  background-color: #841954;
}
.product-sec ._4{
  background-color: #c36a09;
}
.product-sec h2{
font-family: Showcard Gothic;
color: #fff;
font-size: 28px;
font-weight: 400;
}

.product-sec ._1 div img,.product-sec ._2 div img,.product-sec ._3 div img,.product-sec ._4 div img{
  z-index: 1;
  position: relative;
}
.img-vec{
  position: absolute;
  left: 0;
  top: 40px;
  right: 0;
  margin: auto;
}

.product-sec-right{
  background-color: #c9c9c9;
  text-align: center;
  display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 100px;
}
.product-sec-right _5{
  position: relative;
}
.img-stand{ 
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -48px;
}
.product-sec-right div div img{
position: relative;
z-index: 2;
}



.why-sec{
  padding-top: 50px;
  padding-bottom: 70px;
}

.why-sec-head{
  text-align: center;
  border-bottom: 2px solid #000;
  max-width: 290px;
  margin: auto;
  margin-bottom: 50px;
}
.why-sec-head h2{
  color: #ed3237;
  font-family: Rubik;
  font-weight: 700;
  font-size: 35px;
}
.why-sec-head h2 span{
  color: #00963f;
  font-weight: 500;
}
 
.why-sec-card._1 .card-img{
  background-color: #00963f;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: auto;
  text-align: center; 
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 21px;
}
.why-sec-card._1 .card-img img{
  width: 100%;
}
.why-sec-card._1 .card-content{
  border: 4px solid #00963f;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  text-align: center;
  padding: 20px;
  padding-top: 60px;
  margin-top: -50px;
  height:95%;
}

.why-sec-card .card-content h3{
  font-family: Rubik;
  font-weight: 600;
  font-size: 22px;
  color: #000;
}
.why-sec-card .card-content p{
color: #474747;
}


.why-sec-card._2 .card-img{
  background-color: #feb101;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: auto;
  text-align: center; 
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.why-sec-card._2 .card-img img{
  width: 100%;
}
.why-sec-card._2 .card-content{
  border: 4px solid #feb101;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  text-align: center;
  padding: 20px;
  padding-top: 60px;
  margin-top: -50px;
    height:95%;
}



.why-sec-card._3 .card-img{
  background-color: #ed3237;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: auto;
  text-align: center; 
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 11px;
}
.why-sec-card._3 .card-img img{
  width: 100%;
}
.why-sec-card._3 .card-content{
  border: 4px solid #ed3237;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  text-align: center;
  padding: 20px;
  padding-top: 60px;
  margin-top: -50px;
    height:95%;
}



.cta-sec{
  margin-top: 100px;
  background-color: #feb101;
}
.cta-sec-left{
  padding-top: 35px;
  padding-bottom: 35px;
}
.cta-sec-left h2{
  color: #fff;
  font-size: 35px;
  font-family: Rubik;
  font-weight: 600;
}
.cta-sec-left p{
  color: #474747;
}
.cta-sec-right img{
  position: absolute;
  bottom: 0;
  left: 50px;
}
.cta-button{
  background-color: #962000;
  padding: 10px 40px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #fff;
  font-family: Rubik;
  font-weight: 500;
  border: none;
  font-size: 16px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.cta-button:hover{
  text-decoration: none;
  color: #fff;
  background-color: green;
  }




footer{
	position: relative;
	background-color: #00963f;   
  padding-top: 50px;
}
 
.img7{
	 text-align: center;  
}

.footer-top{
	text-align: center;
}
.footer-top{
	padding-top: 50px;
	margin-bottom: 50px;
}
.footer-top h4{
	font-size: 20px;
	color: #fff;
}
.footer-top h4 span{ 
	color: #feb101;
	font-size: 25px;
	padding-right: 10px;

}
.footer-bottom ._1{
	margin-bottom: 50px;
	position: relative;
}
.footer-bottom ._1  .icon {
	font-size: 50px;
	color: #feb101;
}
.footer-bottom ._1 .text{
	position: absolute; 
	top: 0;
	left: 80px;
  text-wrap: unset;
}
.footer-bottom p{
	color: #fff;
  margin-bottom: 0;
}
.footer-bottom h4{
		color: #fff;
	font-size: 22px;
  text-wrap: unset;
}
.footer-bottom h4 a{
	color: #fff;text-decoration: none;
}
.footer{
	background-color: #feb101;
	padding: 10px;
	text-align: center;
}
.footer p{
	color: #000;
  margin-bottom: 0;
}
.footer p span,.footer p span a{
color: #000;
font-weight: 700;
text-decoration: none;
}


.inner-sec{
  background-color: #00963f;
    padding-top: 150px;
    padding-bottom: 50px;
  text-align: center;
}
.inner-sec h1{
  font-size: 45px;
  color: #fff;
  font-family: Rubik;
  font-weight: 700;
  word-break: break-word;
  text-transform: uppercase;
}
.bg-vec2{
  margin-top: -5px;
  width: 100%;
}

.inner-sec > div{
  position: relative;
}
.inner-sec-img img{
  position: absolute;
}

.inner-sec .vec_1{
  left: 0;
} 
.inner-sec .vec_2{
  left: 0;
  bottom: 100px;
} 
.inner-sec .vec_3{
  left: 30%;
  bottom: 130px;
} 
.inner-sec .vec_4{
  right: 20%;
  bottom: 100px;
} 
.inner-sec .vec_5{
  right: 50px;
  bottom: 50px;
} 
.inner-sec .vec_6{
  right: 0;
} 
.inner-sec .vec_7{
  left: 0;
  right: 0; 
  margin: auto;
} 


.num-sec{
  background-color: #ed3237;
   color: #fff;
  text-align: center;
  margin-top: -5px;
  padding-top: 50px;
  padding-bottom: 50px;
 }
 .num-sec .row{
  row-gap: 50px;
 }
 .num-sec i{
  font-size: 25px;
 }
 .num-sec p{
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
 }
 .num-sec h2{
  font-size: 35px;
  font-weight: 600;
  margin-top: 10px;
 }
.bg-vec1{ 
  width: 100%;
}
.bg-vec3{
  margin-top: -5px;
  width: 100%;
}

.product-sec2{
  padding-top: 50px;
  padding-bottom: 100px;
  max-width: 1440px;
}
.product-sec2 > div{
  row-gap: 50px;
}
.product-sec-card > div{
   width: 300px;
 height:300px;
  background-color: #feed00;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 3px solid #00963f;  
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.product-sec-card > div img{
  width: 70%;
}
.product-sec-card   h2{
  background-color: #00963f;
  color:#feed00 ;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 10px;
  font-size: 22px;
  font-family: Rubik;
  font-weight: 600;
  max-width: 330px;
  margin: auto;
  margin-top: 10px;
}


.infa-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.infa-sec-left .img img {
  border: 4px solid #00963f;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  z-index: 2;
}
.infa-sec-right h2 {
  font-size: 35px;
  color: #e20b12;
  font-weight: 700;
  font-family: Rubik;
  border-bottom: 2px solid #000;
  margin-bottom: 15px;
}
.infa-sec p{
  color: #474747;
}


.infa-sec.dark{
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ed3237;
  margin-top: -5px;
}

.infa-sec.dark h2{
  margin-bottom: 15px;
  color: #ffda0b;
  border-bottom: 2px solid #ffda0b;
}
.infa-sec-left{
  text-align: center;
}
.infa-sec.dark .infa-sec-left{
 text-align: center;
}
.infa-sec.dark p{
  color: #fff;
}


.contact-info {
  display: flex;
  justify-content: center;
  height: 100%;
}

.form-sec .contact-info {
  flex-direction: column;
}
.contact-info h2 {
  font-size: 30px;
  line-height: 60px;
  color: #000000;
  font-weight: 700;
  font-family: "Rubik";
}
.c-form-left h2::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  width: 300px;
  border-bottom: 2px solid;
  border-bottom-style: dashed;
  border-bottom-color: #1a1a1a;
}
.c-form-left h2 span {
  color: #1a1a1a;
}
.class52 {
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  padding-top: 25px;
}
.c-form-left h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 10px;
}
.c-form-left p {
  max-width: 350px;
  width: 100%;
  color: #000;
}
.contact-form.contact-form-2 {
  background: #f8da45;
  padding: 30px 30px;
  border-radius: 20px;
}
.contact-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 15px;
  color: #686777;
  border: none;
  background: #F5F5F5;
  font-size: 14px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  outline: none;
  margin-bottom: 0;
}
.c-form-right input[type="submit"] {
  background: #000;
  color: #fff;
  line-height: 26px;
  padding: 10px 50px;
  height: 60px;
  font-size: 14px;
  border: none;
  text-transform: uppercase;
  transition: all 0.6s;
  border: 1px solid #000;
}
.contact-info a {
  font-size: 17px;
  line-height: 17px;
  color: #000000;
  font-family: "Rubik";
}
/* 
.top-footer {
  background: #d1d1d1;
  padding-bottom: 30px;
  padding-top: 30px;
}

.top-footer h2 {
  font-size: 36px;
  line-height: 32px;
  color: #ff0000;
  font-weight: 600;
  font-family: "Rubik";
}
.top-footer h2 span {
  color: #0982a6;
}
.top-footer h2 a {
  color: #ff0000;
  text-decoration: none;
} */

.form-sec{
  padding-top: 50px;
  padding-bottom: 50px;
}

textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 10px 20px;
  color: #a5a5a5;
  height: 200px!important;
  font-size: 14px;
  resize: none;
  border: 1px solid #a8a8a8;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 25px;
}


input[type="text"], input[type="email"],textarea {
  position: relative;
  display: block;
  width: 100%;
  color: #a5a5a5;
  line-height: 26px;
  padding: 10px 20px;
  height: 60px;
  font-size: 14px;
  border-radius: 15px;
  background: #f4f4f4;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin-bottom: 25px;
  -webkit-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
  -moz-box-shadow: 1px -3px 14px -1px rgba(0, 0, 0, 0.21);
  box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
}
.class144 {
  margin-bottom: 25px;
} 
 #distributor{
  padding-top: 50px;
  padding-bottom: 50px;
 }

 .about-sec-left{
  display: flex;
  justify-content: center;
 }
 .about-sec-left .img{
  position: absolute;
    right: 72px;
 }
 .inner-sec .border1{
  width: 100%;
  max-width: 328px;
 }

.about-sec-right p,.card-content p, .infa-sec-right p{
  text-align: justify;
}

.class18 {
  text-align: right;
  margin-top: 50px;
}
.class20 {
  margin-top: 150px;
}
.textslider h1 {
  color: #8b0b0b; 
  font-weight: 700;
  font-size: 35px;
}
.textslider {
  text-align: center;
}

.textslider p {
  padding: 0 50px;
  font-size: 18px;
  font-family: 'Raleway';
}
.textslider h2 {
  color: #8b0b0b; 
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 50px;
}
.textslider h2 span {
  font-size: 15px;
}
.testimonials{
  /* background-color: #00963f; */
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgb(61 61 61 / 50%);
}
.carousel-indicators .active {
  background-color: #000;
}
.textslider hr {
  max-width: 450px;
  border-bottom: 3px dashed #8b0b0b;
  margin: auto;
  margin-top: -10px;
  margin-bottom: 15px;
}