.landing-section {
  height: 130vh;
  background-image: url('../images/Isibopho-Solutions-Landing-Image.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar {
  background-color: transparent;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding-bottom: 10px;
  font-family: Rubik, sans-serif;
  color: grey;
}

.nav-link:hover {
  border-bottom: 2px solid #17441e;
  box-shadow: 0 4px 3px -2px #17441e;
  color: #17441e;
}

.nav-link.w--current {
  color: grey;
}

.text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 150px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-heading {
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Tinos, sans-serif;
  color: #17441e;
  text-align: center;
}

.main-paragraph {
  font-family: Rubik, sans-serif;
  color: grey;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.quote-section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Isibopho-Solutions-Quote-image-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.quote-div {
  padding: 5px 125px;
  background-color: rgba(23, 68, 30, 0.82);
}

.quote-text {
  margin-top: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

.services-section {
  position: relative;
  display: block;
  padding-bottom: 125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 85px;
  margin: 20px;
}

.image-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 85px;
  margin: 20px;
}

.text-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services-row {
  margin-top: 75px;
}

.column {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-2 {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-div-1 {
  height: 230px;
  background-color: #3c8856;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c8856), to(#17441e));
  background-image: linear-gradient(180deg, #3c8856, #17441e);
}

.services-heading-white {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.services-text-white {
  margin-bottom: 15px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.list-item._2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services-text-white-2 {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.list {
  display: block;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 35px;
  list-style-type: none;
}

.bullet {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.bullet._2 {
  margin-top: 4px;
}

.image-3 {
  position: absolute;
  left: 0%;
  top: -12%;
  right: 0%;
  bottom: auto;
  width: 110px;
  height: 110px;
  margin-right: auto;
  margin-left: auto;
}

.image-3._2 {
  top: -10%;
}

.services-row-2 {
  margin-top: 125px;
}

.services-div-2 {
  margin-top: 125px;
  padding-right: 235px;
  padding-left: 235px;
}

.text-div-1-b {
  height: 330px;
  background-color: #3c8856;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c8856), to(#17441e));
  background-image: linear-gradient(180deg, #3c8856, #17441e);
}

.quote-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Isibopho-Solutions-Quote-image-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.contact-us-section {
  height: auto;
  padding-bottom: 35px;
}

.contact-us-container {
  margin-top: -100px;
  padding-right: 200px;
  padding-left: 200px;
  background-color: transparent;
}

.form-block {
  padding: 35px;
  background-color: grey;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c8856), to(#17441e));
  background-image: linear-gradient(180deg, #3c8856, #17441e);
}

.italic-text {
  font-style: normal;
}

.italic-text:hover {
  color: #3c8856;
  text-decoration: underline;
}

.image-4 {
  width: 45px;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
}

.link-block {
  width: 35px;
  height: 35px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  background-image: url('../images/Isibopho-Solutions-Facebook-Icon-Green.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block:hover {
  background-image: url('../images/Isibopho-Solutions-Facebook-Icon-Yellow.png');
}

.textarea {
  min-height: 150px;
}

.field-label {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-weight: 400;
}

.submit-button {
  margin-top: 25px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #3c8856;
}

.submit-button:hover {
  background-color: #b2b834;
}

.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;
}

.footer-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px none #e5e5e5;
  background-color: #17441e;
  box-shadow: 0 0 11px -3px #000;
}

.column-9 {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-text {
  margin-right: 60px;
  margin-left: 60px;
  font-family: Rubik, sans-serif;
  color: #e5e5e5;
}

.column-10 {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link-2 {
  color: #e5e5e5;
  text-decoration: none;
}

.link-2:hover {
  color: grey;
}

.contact-us-section-3 {
  height: auto;
  padding-bottom: 75px;
  background-image: url('../images/Isibopho-Solutions-Footer-Image.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-us-container-2 {
  margin-top: -100px;
  padding-right: 200px;
  padding-left: 200px;
  background-color: transparent;
}

.form-block-2 {
  padding: 35px;
  background-color: grey;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c8856), to(#17441e));
  background-image: linear-gradient(180deg, #3c8856, #17441e);
}

.quote-text-2 {
  margin-top: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: #17441e;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

.vo-heading-green {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Rubik, sans-serif;
  color: #17441e;
  font-weight: 500;
  text-align: center;
}

.vo-section {
  height: auto;
  padding-bottom: 0px;
  background-image: url('../images/Isibopho-Solutions-Footer-Image.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button {
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  background-color: #17441e;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Rubik, sans-serif;
  font-size: 16px;
}

.button:hover {
  box-shadow: none;
}

.text-container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 150px 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-5 {
  height: 50px;
}

.brand {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .landing-section {
    height: 90vh;
  }
  .nav-link {
    margin-right: auto;
    margin-left: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    color: #fff;
    font-size: 16px;
    text-align: center;
  }
  .nav-link:hover {
    border-bottom-style: none;
    box-shadow: none;
    color: #b2b834;
  }
  .quote-div {
    padding-right: 25px;
    padding-left: 25px;
  }
  .text-container-2 {
    padding: 55px 128px 15px;
  }
  .services-div {
    padding-right: 15px;
    padding-left: 15px;
  }
  .services-heading-white {
    font-size: 22px;
  }
  .list {
    padding-left: 20px;
  }
  .services-div-2 {
    padding-right: 175px;
    padding-left: 175px;
  }
  .contact-us-container {
    margin-top: 0px;
    padding-right: 130px;
    padding-left: 130px;
    background-color: transparent;
  }
  .column-9 {
    padding-left: 25px;
  }
  .footer-text {
    margin-right: 5px;
    margin-left: 5px;
  }
  .column-10 {
    padding-right: 25px;
  }
  .contact-us-section-3 {
    height: auto;
    padding-bottom: 0px;
    background-position: 50% 0%;
  }
  .menu-button {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    background-color: #fff;
    color: #3c8856;
    font-size: 35px;
  }
  .menu-button.w--open {
    background-color: #fff;
    color: #17441e;
  }
  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3c8856), to(#17441e));
    background-image: linear-gradient(180deg, #3c8856, #17441e);
  }
  .contact-us-container-2 {
    margin-top: 0px;
    padding-right: 130px;
    padding-left: 130px;
    background-color: transparent;
  }
  .vo-heading-green {
    font-size: 22px;
  }
  .vo-section {
    height: auto;
    padding-bottom: 35px;
    background-position: 50% 0%;
  }
  .text-container-3 {
    padding: 55px 128px 15px;
  }
}

@media (max-width: 767px) {
  .landing-section {
    height: 80vh;
  }
  .text-container {
    padding-right: 85px;
    padding-bottom: 55px;
    padding-left: 85px;
  }
  .main-heading {
    font-size: 32px;
  }
  .quote-section-1 {
    height: 250px;
  }
  .quote-text {
    font-size: 20px;
  }
  .column-2 {
    padding-top: 125px;
  }
  .services-div {
    padding-right: 100px;
    padding-left: 100px;
  }
  .services-div-2 {
    padding-right: 3px;
    padding-left: 3px;
  }
  .quote-section-2 {
    height: 250px;
  }
  .contact-us-container {
    padding-right: 74px;
    padding-left: 74px;
  }
  .footer-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .column-9 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .column-10 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button {
    font-size: 30px;
  }
  .contact-us-container-2 {
    padding-right: 74px;
    padding-left: 74px;
  }
  .quote-text-2 {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .landing-section {
    height: 40vh;
  }
  .nav-link.w--current {
    color: #fff;
  }
  .text-container {
    padding-right: 30px;
    padding-bottom: 25px;
    padding-left: 30px;
  }
  .main-heading {
    font-size: 25px;
  }
  .main-paragraph {
    font-size: 12px;
  }
  .quote-section-1 {
    background-position: 50% 50%;
  }
  .services-section {
    padding-bottom: 55px;
  }
  .image {
    height: 35px;
    margin: 5px;
  }
  .image-2 {
    height: 35px;
    margin: 5px;
  }
  .text-container-2 {
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .column-2 {
    padding-top: 100px;
  }
  .services-div {
    padding-right: 10px;
    padding-left: 10px;
  }
  .services-heading-white {
    font-size: 18px;
  }
  .services-row-2 {
    margin-top: 100px;
  }
  .services-div-2 {
    margin-top: 100px;
  }
  .quote-section-2 {
    background-position: 58% 50%;
  }
  .contact-us-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .form-block {
    padding-right: 22px;
    padding-left: 22px;
  }
  .textarea {
    min-height: 100px;
  }
  .column-9 {
    padding-right: 3px;
    padding-left: 3px;
  }
  .footer-text {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 10px;
  }
  .menu-button {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    background-color: #fff;
    font-size: 25px;
  }
  .menu-button.w--open {
    z-index: 9999;
  }
  .nav-menu {
    position: fixed;
  }
  .contact-us-container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .form-block-2 {
    padding-right: 22px;
    padding-left: 22px;
  }
  .vo-heading-green {
    font-size: 18px;
  }
  .text-container-3 {
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

