<style>

.bg-light .btmore {
  border: 2px solid #2c7e4f;
  padding: 0 26px;
  height: 40px;
  min-width: 150px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  color: #2c7e4f;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 8px;
  margin-bottom: 24px;
  padding:15px 25px 15px 25px;
}
.bg-light .btmore:hover {
	background: #2c7e4f;
	color: #ffffff;
}

.bg-light .btnop {
  border: 2px solid #2c7e4f;
  padding: 0 26px;
  height: 40px;
  min-width: 150px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  color: #2c7e4f;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 8px;
  margin-bottom: 24px;
  padding:15px 25px 15px 25px;
}
.bg-light .btnop:hover {
	background: #2c7e4f;
	color: #ffffff;
}

.bg-light .btndp {
  border: 2px solid #ae1010;
  padding: 0 26px;
  height: 40px;
  min-width: 150px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  color: #ae1010;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 8px;
  margin-bottom: 24px;
  padding:15px 25px 15px 25px;
}
.bg-light .btndp:hover {
	background: #ae1010;
	color: #ffffff;
}

.background-image-holdersp {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #292929;
  background-size: 100% auto !important;
  background-position:center top !important;
  background-repeat:no-repeat;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}


.btnrss {
  border: 1px solid rgba(0,0,0,0.15);
  margin-left:2px;
  padding: 0 26px;
  height: 40px;
  min-width: 150px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  color: #ae1010;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 8px;
  margin-bottom: 24px;
  padding:15px 25px 15px 25px;
  color: #2c7e4f;
}
.btnrss:hover {
	background: #2c7e4f;
	color: #ffffff;
}


.mega-menupro {
  width:100vw !important;
  padding:0px;
}
.mega-menupro > li {
  width: 100% !important;
}
</style>