* {
  box-sizing: border-box;
  margin: 0px;
  font: bold 55px 'Fira Sans', sans-serif;
}
body{
  background-color: #FFD662FF;

}

header {
  padding: 20px;
  width: 100%; height: 150px;
  background-color: #295F2D;
  border-bottom: solid 3px; border-bottom-color: #FFE67C;
}
.heading_text {
  float: left;
  margin-left: 40px; margin-top: 23px;
  color: #FFE67C;
  width: 80%;
}
#logo {
  padding-left: 5px;
  width: 145px;
  height: 100px;
}

.sublink {
  position: sticky;
  top: 0;
  text-align: center;
  font-size: 34px;
  color: #FFE67C; background-color: #295F2D;
  border: solid; border-width: 0px 3px 3px 0px; border-collapse: collapse;
  float:left;
  width: 25%;
  margin-bottom: 20px;
}
#contactus {
  border-right-width: 0px;
}

div.firstdiv {
  letter-spacing: 1.5px;
  margin-top: 50px;
  width: 100%;
  color: #101820FF;
  display: inline-block;
}
h1.firsthead {
  text-align: center;
  padding-top: 50px;
  font-size: 40px;
  border-bottom: solid 2px;
}
#vision, #mission {
  text-align: left;
  border-bottom-style: none;
  padding-left: 20px; padding-top: 20px;
  float: left;
  clear: left;
}
.firstp {
  text-align: center;
  font-size: 25px;
  padding-top: 30px;
  padding-left: 20px; padding-right: 20px;
  margin-bottom: 35px;
}
.clickhere {
  font-size: 25px;
  color: #101820FF;
  text-decoration: underline;
}
.stdpic {
  width: 17.3%; height: 17.3%;
  float: left;
  margin-left: 8%; margin-right: 8%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.otherdivs {
  letter-spacing: 1.5px;
  margin-top: 80px;
  width: 100%;
  color: #101820FF;
  display: inline-block;
}
.otherp {
  float: left;
  width: 60%;
  font-size: 25px;
  padding-top: 30px;
  padding-left: 20px; padding-right: 20px;
  margin-bottom: 35px; margin-right: 30px;
  text-align: justify;
}
.otherimg {
  display: block;
  float: right;
  margin-right: 85px; margin-top: 35px;
  width: 30%; height: 280px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#customimg {
  height: 30%;
}
.otherp2 {
  float: left;
  width: 100%;
  padding-top: 10px; margin-bottom: 20px;
  font-size: 25px;
  padding-left: 20px; padding-right: 20px;
}
#CUs {
  width: 100%;
  text-align: center;
  font-size: 25px;
  padding-top: 30px;
  padding-left: 20px; padding-right: 20px;
}

footer {
  width: 100%; height: 200px;
  background-color: #295F2D;
  border-top: solid 3px; border-top-color: #FFE67C;
  margin-top: 100px;
  padding: 20px 60px 10px 60px;
  position: relative;
}
.divft {
  width: 28%;
  color: #FFE67C;
  font-size: 22px;
  margin-top: 10px; margin-bottom: 20px;
  float: left;
  text-align: center;
}
.ftrlink {
  color: inherit; text-decoration: inherit;
  font-size: inherit;
}
#copyright {
  width: 30%;
  color: #FFE67C;
  font-size: 15px;
  position: absolute; bottom: 0; right: 35%;
  float: left;
  text-align: center;
  margin-bottom: 15px;
}
#adr {
  position: absolute;
  left: 36%;
}

.productsection {
  width: 85%; display: inline-block;
  margin-top: 110px; margin-left: 100px;
  padding-bottom: 50px;
  border-bottom: black solid 2px;
}
.productimg {
  width: 150px; float: left;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.productdesc {
  float: left;
  width: 70%;
  font-size: 25px; line-height: 50px;
  margin-left: 40px;
  padding-left: 40px; padding-bottom: 10px;
}

.teamdiv {
  width: 50%;
  margin-top: 80px; margin-bottom: 100px;
  margin-right: auto; margin-left: auto;
}
.smalldesc {
  margin-top: 20px;
  font-size: 21px;
  text-align: center;
}
.teamimg {
  display: block;
  margin-left: auto; margin-right: auto;
  width: 250px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.formstyle {
  margin: 100px 300px 0px 300px;
  background-color: #295F2D;
  color: #FFE67C;
  text-align: center;
}
.formheading {
  padding-top: 50px;
  font-size: 35px;
  margin-bottom: 30px;
}
.sent-notification {
  font-size: 25px;
  padding-top: 30px; padding-bottom: 50px;
}
label, #body2 {
  font-size: 25px;
  margin-bottom: 10px;
}
#body2 {
  margin-top: 30px;
}
input, textarea {
  font-size: 22px; width: 40%;
  border-radius: 10px; margin-bottom: 10px;
}
textarea {
  width: 60%; border-radius: 15px;
}
#subject2 {
  margin-left: -20px;
}
button {
  font-size: 25px; width: 18%;
  text-align: center;
  background-color: #FFE67C; color: #295F2D;
  margin-bottom: 30px;
}
