.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: #fff;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.23);
  line-height: 30px;
}

.body {
  font-family: 'Avenirltstd book', sans-serif;
}

.brand_blk {
  padding-top: 10px;
  line-height: 35px;
}

.menu-link {
  -webkit-transition: color 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, opacity 200ms ease, transform 200ms ease;
  transition: color 200ms ease, opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.menu-link:hover {
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #007550;
}

.menu-link.w--current {
  color: #007550;
}

.hero-cover {
  position: relative;
  height: 100%;
  padding-top: 10%;
  /*background-color: rgba(0, 117, 80, 0.28);*/
}

.hero-cover.page {
  background-color: rgba(0, 0, 0, 0.15);
}

.hero-title {
  font-size: 80px;
  line-height: 90px;
  font-weight: 100;
}

.hero-title.hide {
  display: none;
}

.div-block {
  padding-right: 40px;
}

.tagline {
  font-size: 16px;
  line-height: 35px;
  font-weight: 300;
  letter-spacing: 2px;
}

.tagline.center {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.tagline.center.white {
  color: #fff;
}

.tagline.red {
  color: rgba(255, 0, 25, 0.8);
  font-size: 10px;
  line-height: 16px;
}

.tagline.mrgn {
  margin-bottom: 10px;
  color: #ff0019;
  font-weight: 500;
  letter-spacing: 1px;
}

.tagline.mrgn.bold {
  font-weight: 500;
}

.tagline.hide {
  display: none;
}

.home-midsection {
  padding-top: 4em;
  padding-bottom: 6em;
}

.home-midsection.colored {
  background-color: #007550;
}

.home-midsection.colored.hide {
  display: none;
}

.home-midsection.hide {
  display: none;
}

.home-midsection.top {
  padding-top: 8em;
}

.txt {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

.txt._60percent {
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.txt.center {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.txt.center.mgbtm {
  margin-bottom: 60px;
}

.txt.center.mgtop {
  margin-top: 10px;
}

.txt.center.mgtop.bold {
  font-weight: 500;
}

.txt.center.small {
  font-size: 16px;
  line-height: 20px;
}

.txt.center.small.position {
  font-family: Avenirltpro, sans-serif;
  font-weight: 400;
}

.txt.white {
  color: #fff;
  font-size: 16px;
}

.blk_txt {
  margin-top: 10px;
  padding-top: 60px;
  padding-bottom: 10px;
}

.blk_txt.half_width {
  max-width: 50%;
  margin-bottom: 1em;
  border-bottom: 1px solid #ff0019;
}

.blk_txt.hide {
  display: none;
}

.blk_txt.mobility {
  padding-top: 60px;
}

.blk_txt.utility {
  padding-top: 60px;
}

.blk_txt.security {
  padding-top: 60px;
}

.blk_txt.project {
  padding-top: 60px;
}

.blk {
  padding: 20px;
  cursor: default;
}

.blk.animated {
  -webkit-transition: width 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: width 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: width 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 200ms ease;
  transition: width 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.blk.animated:hover {
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: translate(0px, -2px) scale(1);
  -ms-transform: translate(0px, -2px) scale(1);
  transform: translate(0px, -2px) scale(1);
}

.blk.animated._1 {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  background-image: url('../images/224.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-filter: saturate(31%);
  filter: saturate(31%);
}

.blk.animated._1:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.blk.animated._1._2 {
  background-image: url('../images/915.jpg');
  background-size: cover;
}

.blk.animated._1._2.round {
  width: 250px;
  height: 250px;
  min-height: 150px;
}

.blk.animated._1._3 {
  background-image: url('../images/820-1.jpg');
  background-size: cover;
}

.blk.animated._1._3.round {
  width: 250px;
  height: 250px;
}

.blk.animated._1._4 {
  background-image: url('../images/301.jpg');
}

.blk.animated._1._4.round {
  width: 250px;
  height: 250px;
}

.blk.animated._1.round {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-image: none;
}

.blk.animated._1.round.right {
  width: 250px;
  height: 250px;
  min-height: 150px;
  float: right;
}

.blk.shadow {
  min-height: 320px;
  padding-top: 40px;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.28);
}

.blk.product {
  overflow: hidden;
  height: 390px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.blk.center {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.blk.slim {
  padding-right: 0px;
  padding-left: 0px;
}

.blk.trigger {
  cursor: pointer;
}

.section_title {
  margin-bottom: 1em;
  color: rgba(255, 0, 25, 0.7);
  font-weight: 700;
  letter-spacing: 2px;
}

.section_title.blk_head {
  margin-bottom: 0em;
  padding: 10px 20px;
  background-color: #007550;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  text-align: center;
}

.section_title.white {
  color: #fff;
}

.section_title.black {
  color: #000;
}

.icon_img {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.icon_img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.icon_img.top {
  margin-top: 20px;
}

.icon_img.hide {
  display: none;
}

.img_blk {
  padding: 20px 20px 60px;
  background-color: #fff;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
}

.heading-body {
  margin-bottom: 20px;
  color: rgba(51, 51, 51, 0.8);
  line-height: 48px;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-body.center {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-family: Avenirltpro, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.heading-body.center.margined {
  margin-bottom: 40px;
  color: #000;
}

.heading-body.center.white {
  color: #fff;
}

.heading-body.center.hide {
  display: none;
}

.button {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  background-color: #007550;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.32);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.address_blk {
  position: fixed;
  left: auto;
  top: auto;
  right: -2%;
  bottom: 80.4062px;
  z-index: 5;
  width: 300px;
  min-height: 100px;
  padding: 23px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.11);
}

.address_blk.hide {
  display: none;
}

.contact_txt {
  margin-bottom: 5px;
  color: rgba(58, 56, 56, 0.8);
}

.line {
  width: 35%;
  height: 1px;
  max-height: 5px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  background-color: #007550;
}

.line.small {
  width: 30%;
}

.line.small.white {
  background-color: #fff;
}

.line.left {
  margin-right: auto;
  margin-left: auto;
}

.markets_blk {
  position: relative;
  display: none;
}

.tooltip {
  position: absolute;
  left: 3%;
  top: auto;
  right: 0%;
  bottom: 10%;
  z-index: 10;
  display: block;
  width: 200px;
  min-height: 30px;
  min-width: 150px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 0px;
  background-color: transparent;
}

.tooltip_txt {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  background-color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}

.products {
  padding-top: 4em;
  padding-bottom: 4em;
}

.products.hide {
  display: none;
}

.products.testimonial {
  padding-top: 2em;
  background-color: rgba(0, 117, 80, 0.33);
}

.product_slide_blk {
  min-height: 550px;
  background-color: #fff;
}

.product_slide_blk.testimonial {
  min-height: 350px;
  background-color: transparent;
}

.slide_nav {
  bottom: -38px;
  margin-bottom: 0px;
  font-size: 10px;
}

.tooltip_title {
  display: inline-block;
  margin: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}

.tooltip_title:hover {
  color: #ff0019;
}

.tooltip_wrap {
  position: relative;
}

.slide_img {
  margin-top: 60px;
}

.tooltip_cont {
  position: absolute;
  left: 30%;
  top: -715%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: none;
  max-width: 300px;
  padding: 40px 40px 40px 20px;
  border-radius: 15px;
  background-color: #ff0019;
  box-shadow: 0 18px 14px 0 rgba(0, 0, 0, 0.18);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.listblk {
  margin-bottom: 10px;
  color: #fff;
}

.tip_list {
  list-style-type: decimal;
}

.right_arrow_icon {
  font-size: 24px;
}

.right_arrow {
  right: -80px;
  color: #007550;
  font-size: 24px;
}

.left_arrow {
  left: -100px;
  color: #007550;
  font-size: 24px;
}

.hero_title_blk {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 8%;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 23px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  background-color: rgba(0, 117, 80, 0.74);
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.hero_title_blk.page {
  background-color: #007550;
  color: #fff;
}

.hero_title_blk.hide {
  display: none;
}

.container {
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.culture {
  padding-top: 6em;
  padding-bottom: 6em;
}

.head.center {
  margin-top: 0px;
  color: #000;
  text-align: center;
}

.testimonial_txt {
  margin-top: 60px;
}

.columns {
  margin-top: 40px;
  margin-bottom: 20px;
}

.numbers {
  position: relative;
  min-height: 350px;
  background-image: url('../images/300-sl-alternative-energy-blue-sky-clouds-371900.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.brag-txt {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.num_txt {
  margin-top: 10px;
  color: #007550;
  font-weight: 300;
  text-align: center;
}

.numbs_wrap {
  min-height: 350px;
  padding-top: 4em;
  padding-bottom: 4em;
  background-color: rgba(0, 0, 0, 0.56);
}

.valued_blk {
  padding: 4em 2em;
  background-color: #007550;
}

.clients_img {
  height: 150px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.image {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.team {
  position: relative;
  padding-top: 4em;
  padding-bottom: 10em;
  background-color: #007550;
}

.circle {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  border-radius: 50px;
  background-color: #ff0019;
}

.circle._1 {
  background-image: url('../images/601.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.circle._1.hide {
  display: none;
}

.circle._2 {
  background-image: url('../images/door-handle-key-keyhole-279810-1.jpg');
  background-position: 50% 50%;
  background-size: 125px;
}

.circle._4 {
  background-image: url('../images/photo-of-green-car-parked-on-road-3936980-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.circle._3 {
  background-image: url('../images/turned-on-pendant-lamp-132340-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.brag-blk {
  text-align: center;
}

.team_img {
  height: 250px;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 6px;
  border-color: #015c3f;
  border-radius: 50%;
  background-color: #0b976b;
  text-align: center;
}

.team_img._1 {
  background-image: url('../images/Oyindamola_Laleye.png');
  background-position: 50% 50%;
  background-size: cover;
}

.team_img._2 {
  background-image: url('../images/Adeyemi-Adeyekan.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.team_img._3 {
  background-image: url('../images/md_ceo.png');
  background-position: 50% 50%;
  background-size: cover;
}

.team_img._5 {
  background-image: url('../images/dave.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.team_img._4 {
  background-image: url('../images/Oludotun_.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.footerblk {
  padding: 2em;
  background-color: #fff;
}

.link_blk {
  display: block;
  margin-bottom: 10px;
  color: #007550;
  font-size: 16px;
  text-decoration: none;
}

.footer_title {
  color: #015c3f;
}

.footer-base {
  padding: 25px;
  background-color: #01553a;
  color: #fff;
}

.link_blk_mrkts {
  width: 100%;
  color: #007550;
  text-decoration: none;
}

.navlink {
  border-bottom: 1px dotted rgba(1, 73, 50, 0.93);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.navlink:hover {
  background-color: transparent;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: rgba(0, 0, 0, 0.8);
}

.navlink.w--current {
  color: hsla(0, 0%, 100%, 0.65);
}

.navlink.noborder {
  border: 1px none #000;
}

.icon {
  color: #007550;
}

.droplink {
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

.droplist.w--open {
  background-color: #015c3f;
}

.title_blk {
  margin-bottom: 10px;
  padding: 16px;
  background-color: #007550;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.product_wrp_blk {
  background-color: #f8f6f6;
}

.product_wrp_blk.white {
  background-color: #fff;
}

.page_hero {
  height: 450px;
}

.page_hero._1 {
  background-image: url('../images/alternative-energy-building-clouds-energy-356036-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page_hero._1.hide {
  display: none;
}

.dropdown-toggle {
  border: 0px none #000;
  color: #000;
  font-weight: 400;
}

.milestone {
  padding: 4em 2em;
  background-color: #fff;
}

.mrkts_circle {
  margin: 40px auto 0px;
}

.align-right {
  text-align: right;
}

.circle-overlay {
  position: absolute;
  left: -10px;
  top: 0px;
  width: 110%;
  height: 110%;
  margin-right: auto;
  margin-left: auto;
  background-color: #007550;
  text-align: center;
}

.overlay-txt {
  max-width: 60%;
  margin-top: 4em;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 24px;
}

.float-left {
  margin-right: 20px;
  float: left;
}

.page-slider {
  height: 90vh;
}

.page-slider.hide {
  display: none;
}

.slide-page {
  background-image: url('../images/300-sl-alternative-energy-blue-sky-clouds-371900.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-page._1 {
  background-image: url('../images/601.jpg');
}

.slide-page._2 {
  background-image: url('../images/915.jpg');
}

.slide-page._4 {
  background-image: url('../images/14-1.jpg');
}

.footer_logo {
  max-width: 65%;
  margin-right: auto;
  margin-left: auto;
  padding: 21px;
  background-color: #fff;
  text-align: center;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.submit_btn {
  padding: 12px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #c00316;
  border-radius: 0px;
  background-color: #ff0019;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.submit_btn:hover {
  background-color: #015c3f;
  color: #fff;
}

.submit_btn:active {
  background-color: #43464d;
}

.product_cloumns {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product_slides_box {
  margin-bottom: 40px;
}

.slide {
  background-color: #fff;
  background-image: url('../images/ROAD-BARRIERS-_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-2 {
  background-color: #fff;
  background-image: url('../images/ROAD-BARRIERS-_2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-3 {
  background-color: #fff;
  background-image: url('../images/ROAD-BARRIERS-_4.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.security_1 {
  background-color: #fff;
  background-image: url('../images/security_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.security_2 {
  background-color: #fff;
  background-image: url('../images/security_2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.security_3 {
  background-color: #fff;
  background-image: url('../images/security_3.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.security_4 {
  background-color: #fff;
  background-image: url('../images/security_4.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.security_5 {
  padding-bottom: 10px;
  background-color: #fff;
  background-image: url('../images/security_5.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.security_6 {
  background-color: #fff;
  background-image: url('../images/security_8.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.car_park_1 {
  background-color: #fff;
  background-image: url('../images/car_park_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.car_park_2 {
  background-color: #fff;
  background-image: url('../images/car_park_2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.car_park_3 {
  background-color: #fff;
  background-image: url('../images/car_park_3.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.car_park_4 {
  background-color: #fff;
  background-image: url('../images/car_park_4.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.readmore {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 5px 25px;
  background-color: rgba(61, 66, 65, 0.65);
}

.readmore.hide {
  display: none;
}

.background-video {
  display: block;
  height: 750px;
}

.prod_list {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  list-style-type: disc;
}

.columns-2 {
  display: none;
}

.list_home {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.list {
  margin-bottom: 20px;
}

.width60 {
  max-width: 60%;
}

.width80 {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.linkblk {
  margin-top: 10px;
  margin-right: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Avenirltpro, sans-serif;
  color: #007550;
  text-decoration: none;
  text-transform: uppercase;
}

.linkblk:hover {
  opacity: 0.52;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.mobile_video {
  display: none;
}

.wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 117, 80, 0.56);
  overflow:visible;
}

.wrapper.dave {
  display: none;
}

.wrapper.md {
  display: none;
}

.wrapper.oyindamola {
  display: none;
}

.wrapper.adeyemi {
  display: none;
}

.modal1 {
  position: relative;
  overflow: visible /*auto*/;
  max-width: 750px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 8px 8px 13px 0 rgba(0, 0, 0, 0.21);
  overflow:visible;
}

.dirname {
  margin-bottom: 6px;
  font-family: Avenirltpro, sans-serif;
}

.close {
  position: absolute;
  top: -16px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #f1f1f1;
  cursor: pointer;
}

.x {
  position: relative;
  top: 4px;
  right: -11px;
  display: block;
  margin-top: 0px;
  font-family: Avenirltpro, sans-serif;
  color: #303952;
  font-size: 24px;
  font-weight: 800;
  overflow:visible;
}

.dirposition {
  margin-top: 0px;
}

@media screen and (max-width: 991px) {
  .get-in-touch-form {
    text-align: left;
  }
  .submit_btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .background-video {
    display: none;
  }
  .mobile_video {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .text-field.cc-contact-field {
    text-align: left;
  }
  .text-field.cc-textarea {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .hero-title {
    font-size: 56px;
    line-height: 60px;
  }
  .home-midsection {
    padding-right: 2em;
    padding-left: 2em;
  }
  .blk_txt.half_width {
    max-width: 100%;
  }
  .heading-body {
    font-size: 24px;
    line-height: 34px;
  }
  .button {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  .address_blk {
    left: 296px;
    border-left: 25px solid #ff0019;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .address_blk:hover {
    left: 20px;
  }
  .container {
    max-width: 100%;
  }
  .close {
    right: -14px;
  }
}

@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.woff') format('woff'), url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirltpro';
  src: url('../fonts/AvenirLTPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}