* {
  margin: 0px;
  padding: 0px;
  outline: 0!important;
}

body {
  line-height: 1.6;
  font-size: 16px;
  color: #333;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul {
 margin-bottom: 0px;
}

body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.topheadb {
  background: #edf6ee;
  padding: 15px 0;
}

.headbg h2 {
  font-size: 30px;
  font-weight: 600;
}


.bannerbg {
  background: #1b9c85;
  padding-top: 100px;
}

.bannerleft h2 {
  color: #fff;
  font-size: 40px;
  line-height: 1.4;
}

.bannerleft p {
  color: #fff;
  font-size: 20px;
  padding-bottom: 20px;
}

.bannerleft a {
  background: #fff;
  color: #000;
  padding: 10px 25px;
  border-radius: 5px;
}

.aboutse {
  padding: 40px 0;
}

.abrgt h2 {
  color: #000;
}

.abrgt p {
  padding-bottom: 20px;
}

.abrgt a {
  background: #1b9c85;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
}

.abrgt {
  padding-top: 100px;
}


.service h2 {
  text-align: center;
  font-weight: 600;
  padding-bottom: 30px;
}

.ser1 img {
  border-radius: 5px;
}

.ser1 h3 {
  font-size: 20px;
  color: #000;
}

.ser1 {
  margin-bottom: 50px;
}

.context h2 {
  color: #fff;
  padding-bottom: 20px;
  line-height: 1.4;
}

.context a {
  background: #fff;
  color: #1b9c85;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 600;
}

.contbg {
  background: #1b9c85;
}

.context {
  padding: 80px;
}

.service {
  padding-bottom: 60px;
}

.footer {
  padding: 60px 0;
}

.footer1 h2 {
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}


.cllbtn {
  position: fixed;
  bottom: 0px;
  background: #008A00;
  z-index: 999;
  widows: 100%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px 0;
}

.cllbtn a {
  color: #fff;
  font-size: 20px;
}

.inncer {
  text-align: center;
}

.bginner {
  background: #fff;
  padding: 50px 0;
  text-align: center;
}

.bannerrifht img {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}

.bannerrifht a {
  background: #1b9c85;
  padding: 15px 25px;
  color: #fff;
  border-radius: 5px;
}

.textp ul li {
  list-style: disc;
}

.textp ul {
  padding-left: 20px;
}

.textp h2 {
  font-weight: 600;
  font-size: 25px;
}


.submit-btn {
  background: #1b9c85;
  padding: 5px 20px;
  border: none !important;
  color: #fff;
  border-radius: 5px;
}


.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background: #1b9c85;
  color: #fff;
}

.modal-header .close {
  margin-top: -24px;
}

.close {
  float: right;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1 !important;
}