@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");

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* why-us-banner css start */

.why-us-banner .banner-img-holder .banner {
  height: 100%;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 2500px) {
  .why-us-banner .banner-img-holder .banner {
    height: auto;
    width: 100%;
  }
}

/* charity-banner css end */

/* about-us css start */
.about-us {
  background-image: url("/assets/Images/why-us/about_background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-us .clearfix .img-holder .img-1 {
  height: auto;
}
.about-us .clearfix .tractor-img-holder {
  margin-bottom: 2%;
}
.about-us .clearfix .tractor-img-holder .img-1 {
  height: 38px;
}
.about-us .clearfix h1 {
  text-align: left;
  font-size: 50px;
  font-family: "poppins";
  font-weight: bold;
  color: #000000;
  margin-bottom: 2%;
}
.about-us .clearfix h6 {
  text-align: left;
  text-decoration: underline;
  font-size: 18px;
  font-family: "Roboto";
  font-weight: medium;
  color: #000000;
  margin-bottom: 2%;
}
.about-us .clearfix span {
  text-align: left;
  font-size: 50px;
  font-family: "Poppins";
  font-weight: bold;
  color: #3c6a00;
  text-transform: uppercase;
}
.about-us .clearfix p {
  text-align: left;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
  color: #000000;
  opacity: 1;
  margin-bottom: 3%;
}
/* collpse */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.collapsible {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  overflow-y: auto;
  z-index: 1;
}

.content {
  padding: 20px;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 2;
}
.Footer a {
  color: black !important;
  text-decoration: none !important;
}

@media (min-width: 280px) and (max-width: 320px) {
  .about-us .clearfix .img-holder .img-1 {
    height: auto;
    width: 100%;
  }
  .about-us .clearfix span {
    font-size: 30px;
  }
  .about-us .clearfix h1 {
    font-size: 30px;
    text-align: left;
  }

  .about-us .clearfix h6 {
    text-align: left;
    margin-bottom: 7%;
  }
  .about-us .clearfix p {
    text-align: justify;
    margin-bottom: 10%;
    font-size: 12px;
  }
}

@media (min-width: 321px) and (max-width: 485px) {
  .about-us .clearfix .img-holder .img-1 {
    height: auto;
    width: 50%;
  }
  .about-us .clearfix h6 {
    text-align: left;
    margin-bottom: 7%;
  }
}
@media (min-width: 0px) and (max-width: 992px) {
  .about-us .clearfix .img-holder .img-1 {
    height: auto;
    width: 50%;
  }
  .about-us .clearfix h1 {
    text-align: left;
    line-height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .about-us .clearfix .img-holder .img-1 {
    height: auto;
    width: 100%;
  }
  .about-us .clearfix .tractor-img-holder .img-1 {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 2000px) and (max-width: 2500px) {
  .about-us .clearfix .img-holder .img-1 {
    height: auto;
  }
  .about-us .clearfix p {
    font-size: 19px;
  }
}

/* about-us css end */

/* hishob-vision css start */

.hishob-vision {
  background-image: url("/assets/Images/why-us/about_background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hishob-vision .clearfix .img-holder .img-1 {
  height: auto;
}
.hishob-vision .clearfix .vision-heading-text-holder {
  position: relative;
}
.hishob-vision .clearfix .vision-heading-text-holder .border-line {
  border-bottom: 1px solid #497f03;
  width: 40%;
  position: absolute;
  bottom: -15px;
  left: -17%;
}

.img-holder.text-center {
  margin-bottom: 5%;
}

.hishob-vision .clearfix .vision-heading-text-holder .border-line i {
  color: #497f03;
  position: absolute;
  right: -4px;
  bottom: 3px;
}
.hishob-vision .clearfix .vision-heading-text-holder h1 {
  text-align: left;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 900;
  color: #000000;
  margin-bottom: 3%;
}
.hishob-vision .clearfix h6 {
  text-align: left;
  text-decoration: underline;
  font-size: 18px;
  font-family: "Roboto";
  font-weight: 600;
  color: #000000;
  margin-bottom: 2%;
}
.hishob-vision .clearfix p {
  text-align: left;
  font-size: 17px;
  font-family: "Roboto";
  font-weight: 400;
  color: #000000;
  margin-bottom: 5%;
}
@media (min-width: 280px) and (max-width: 320px) {
  .hishob-vision .clearfix .img-holder .img-1 {
    height: auto;
    width: 50%;
  }
  .hishob-vision .clearfix .vision-heading-text-holder h1 {
    text-align: center;
  }

  .hishob-vision .clearfix h6 {
    text-align: left;
  }

  .hishob-vision .clearfix p {
    text-align: justify;
    font-size: 14px;
    margin-bottom: 10%;
  }
  .hishob-vision .clearfix .vision-heading-text-holder .border-line {
    width: 117%;
}
  /* .hishob-vision .clearfix .vision-heading-text-holder .border-line {
    display: none;
  } */
}

@media (min-width: 321px) and (max-width: 485px) {
  .hishob-vision .clearfix .vision-heading-text-holder .border-line {
    width: 80%;
    bottom: -8px;
    left: -1%;
  }
  .hishob-vision .clearfix .img-holder .img-1 {
    height: auto;
    width: 50%;
  }
  /* .about-us .clearfix .img-holder .img-1 {
    height: auto;
    width: 100%;
  } */
  .about-us .clearfix p {
    text-align: justify;
    font-size: 14px;
    margin-bottom: 9%;
  }
  .hishob-vision .clearfix p {
    text-align: justify;
    font-size: 14px;
    margin-bottom: 5%;
  }
  .about-us .clearfix h1 {
    font-size: 35px;
  }
  .about-us .clearfix span {
    font-size: 35px;
  }
}
@media (min-width: 486px) and (max-width: 575px) {
  .about-us .clearfix p {
    text-align: justify;
    font-size: 15px;
    margin-bottom: 6%;
  }
  .hishob-vision .clearfix p {
    text-align: justify;
    font-size: 15px;
    margin-bottom: 10%;
  }
  .hishob-vision .clearfix .img-holder .img-1 {
    height: auto;
    width: 43%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .about-us .clearfix p {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 6%;
  }
  .hishob-vision .clearfix p {
    text-align: justify;
  }
  .hishob-vision .clearfix .img-holder .img-1 {
    height: auto;
    width: 35%;
  }
}

@media (min-width: 485px) and (max-width: 992px) {
  .hishob-vision .clearfix .vision-heading-text-holder .border-line {
    width: 74%;
    bottom: -9px;
    left: -8%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .hishob-vision .clearfix .img-holder .img-1 {
    height: auto;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .hishob-vision .clearfix .img-holder .img-1 {
    height: auto;
  }

  .about-us .clearfix .img-holder .img-1 {
    height: auto;
  }

  .hishob-vision .clearfix .vision-heading-text-holder .border-line {
    width: 48%;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .hishob-vision .clearfix .img-holder .img-1 {
    height: auto;
  }

  .about-us .clearfix .img-holder .img-1 {
    height: auto;
  }

  .hishob-vision .clearfix .vision-heading-text-holder .border-line {
    width: 48%;
  }
}

@media (min-width: 2000px) and (max-width: 2500px) {
  .hishob-vision .clearfix .img-holder .img-1 {
    height: auto;
  }

  .hishob-vision .clearfix p {
    font-size: 19px;
  }
}

/* hishob-vision css end */
