.inner {
  margin: 30px 0px;
}

.bb {
  font-size: 35px;
  /* font-family: 'Raleway', sans-serif; */
  font-family: "Outfit", sans-serif;
  font-weight: 900;
}

.bread-back {
  padding: 15px 0px;
  background: #ebeaea;
}

#main_nav {
  width: 100%;
  float: none !important;
  transition: 0.5s;
  opacity: 1;
}

.eltd-expanding-icon-holder {
  display: none;
}

.about p {
  font-size: 19px;
  line-height: 30px;
  margin: 0px 0px 30px;
  line-height: 35px;
  /* font-weight: 600; */
  border-bottom: 1px solid #c7c5c5;
  padding-bottom: 50px;
}

.mission h4 {
  font-size: 30px;
  display: inline-block;
  margin: 5px 0px 15px;
  border-bottom: 1px solid #193532;
  padding-bottom: 6px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: #193532;
}

.mission ul li {
  line-height: 30px;
}

.subhead h3,
.gallery h4 {
  font-size: 32px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 30px;
  /* text-transform: uppercase; */
  font-weight: 600;
  color: #111;
  font-family: "Jost", sans-serif;
  margin-top: 0px;
  text-transform: capitalize;
}

.subhead2 {
  font-size: 32px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 30px;
  /* text-transform: uppercase; */
  font-weight: 600;
  color: #111;
  font-family: "Outfit", sans-serif;
  border-bottom: 1px solid #bdb9b9;
  padding-bottom: 15px;
}

.contact {
  margin-top: 30px;
  background: url(../img/contactback.jpg) no-repeat;
  background-size: cover;
}

.whyy .shree {
  font-size: 23px;
  margin-top: 20px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
  /* text-transform: uppercase; */
  color: #000;
}

.callinfo {
  margin-top: 30px;
  border-top: 1px dashed #a5a3a3;
  padding-top: 20px;
}

.callinfo p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
}

blockquote {
  width: 100%;
  margin: 30px 0px;
  padding-left: 5%;
  border-left: 1px solid #000;
  font-size: 14px;
  font-style: italic;
  background: #9dc02863;
  padding-bottom: 10px;
  padding-top: 10px;
}

.text-outer {
  position: absolute;
  display: block;
  width: 92%;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 10px 28px;
  background-color: #6faf1a;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  color: #fff;
}

.text-outer ul {
  padding: 0px;
  margin: 0px;
}

.text-outer ul li:first-child {
  border-right: 1px solid #fff;
}

.text-outer ul li {
  display: inline-block;
  list-style: none;
  width: 23%;
  text-align: center;
}

.text-outer ul li a {
  color: #fff;
}

.category {
  position: relative;
  text-align: center;
}

.category .dropdown {
  display: inline-block;
  margin: 0% 5%;
}

.die {
  font-size: 18px;
  color: #109c09;
  margin: 20px 0px 30px;
  line-height: 35px;
  /* text-transform: uppercase; */
  font-weight: 500;
}

.map {
  margin: 50px 0px;
}

.para {
  background: #edebeb;
  padding: 5px 15px;
  margin-top: 20px;
  line-height: 35px;
  font-size: 17px;
}

.motoback {
  background: url("../img/motoback.png") no-repeat;
  background-size: cover;
  padding: 50px 0px;
  margin: 30px 0px;
  background-position: center;
}

.motoback h3 {
  margin: 0px;
  color: #fff;
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
}

.team {
  box-shadow: 10px 28px 40px rgb(0 0 0 / 15%);
  transform: rotate(8deg);
  border: 10px solid #fff;
  margin-top: 60px;
}

.satis {
  background: #efe9e9;
  padding: 30px 0px;
  margin: 30px 0px;
}

.machineback {
  margin-top: 60px;
}

.productinner {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 20px;
  border: 1px solid #e0d9d9;
}

.hum {
  position: relative;
}

.hum:before {
  position: absolute;
  background-color: rgba(31, 30, 30, 0.18);
  width: 100%;
  height: 10%;
  content: "";
  opacity: 0;
  z-index: 2;
  transition: 0.5s;
  bottom: 0px;
  left: 0px;
}

.hum h4 {
  position: absolute;
  top: 0%;
  left: 30%;
  opacity: 0;
  transition: 0.5s;
}

.hum h4 a {
  background: #005d52;
  color: #fff;
  display: inline-block;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  /* border: 1px solid #e23843; */
  margin-right: 10px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}

.name h1 {
  font-size: 15px;
  line-height: 20px;
  margin-top: 0px;
  min-height: 40px;
  text-transform: capitalize;
  text-align: center;
}

.hum:hover:before {
  height: 100%;
  opacity: 1;
}

.hum:hover h4 {
  position: absolute;
  top: 40%;
  opacity: 1;
}

.hum img {
  height: 345px !important;
  width: 100% !important;
}

.h {
  background: #efecec;
  padding: 2px 20px;
}

.describeback {
  margin-top: 50px;
}

.desc li {
  list-style-position: inside;
  margin: 10px 0px;
}

.desc li span {
  font-weight: 700;
  padding-right: 10px;
}

.other {
  margin-top: 30px;
  padding-top: 30px;
  background: #ebebeb;
}

.form2 {
  margin-top: 50px;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  /* height: calc(1.5em + 0.75rem + 2px); */
  padding: 12px 10px;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #7a7d81;
  background-color: #fff;
  text-align: left;
  border-radius: 0.25rem;
  font-size: 13px;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  /* height: calc(1.5em + 0.75rem); */
  padding: 11px 20px;
  /* line-height: 1.5; */
  content: "Browse";
  color: #f1e5e6;
  background-color: #005d52;
  display: inline-block;

  border-left: inherit;
}

.custom-file {
  position: relative;
}

.form2 input,
.form2 select,
.form2 textarea {
  margin-bottom: 50px;
}

.form2 textarea {
  height: 100px;
}

.customize {
  box-shadow: 0 6px 12px #757b7b6b;
}

.pins-container {
  margin: 20px auto;
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
  -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
  -moz-column-gap: 20px; /* Firefox */
  column-gap: 20px;
}
.pin:first-child {
  margin-top: 0px;
}
.pin {
  font-size: 14px;
  font-weight: normal;
  background: #fff;
  line-height: 22px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  transition: linear 0.4s;
  break-inside: avoid-column;
  margin-top: 20px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.pin img {
  width: 100%;
  height: 100%;
  transition: linear 0.4s;
}

@media screen and (max-width: 767px) {
  .pins-container {
    width: 100%;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
    padding: 20px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 480px) {
  .pins-container {
    width: 100%;
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
    padding: 20px;
    box-sizing: border-box;
  }
}

.pin::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: linear 0.4s;
  border-radius: 3px;
  cursor: pointer;
}

.pin:hover::after {
  opacity: 1;
}

.pin span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: linear 0.4s;
  z-index: 8;


  a {
    color: #ffff;
  }
}

.pin:hover span {
  opacity: 1;
}

.pin:hover img {
    scale: 1.04;
}
