body {
  margin: 0 auto;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  background: white;
}

.landing-logo, .footer .footer-wrap .footer_logo {
  color: white;
  padding: 5% 0;
}

.landing-logo img, .footer .footer-wrap .footer_logo img {
  float: left;
}

.landing-logo p, .footer .footer-wrap .footer_logo p {
  font-weight: bold;
  margin: 3px 10px;
  padding: 0 50px;
  font-size: 20px;
}

.landing-logo p span, .footer .footer-wrap .footer_logo p span {
  display: block;
  font-size: 10px;
  margin-left: 5px;
}

.header {
  height: 100vh;
  background-image: url(https://i.ibb.co/gZvL6MN/m-h-day.jpg);
  background-size: 100% 100%;
  -webkit-clip-path: inset(0% 0 0% 0 round 0 0% 35% 0%);
}

.header .header-wrap {
  width: 50%;
  margin: 0 auto 0 10%;
}

.header .header_heading {
  width: 50%;
  font-size: 50px;
  font-weight: bold;
}

.header .header_heading:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #14A0C7;
  z-index: -1;
  width: 210px;
  height: 20px;
  top: 260px;
}

.header .header_text {
  white-space: pre-line;
  font-family: 'Hind', sans-serif;
  color: #2C2F3C;
}

.header .header_button {
  background: #699900;
  color: white;
  padding: 10px 30px;
  border: none;
  margin-top: 30px;
  border-radius: 10%;
  font-weight: bold;
}

.section {
  width: 80%;
  margin: 0 auto;
}

.section .section_text {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.section .section_text:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #14A0C7;
  z-index: -1;
  width: 135px;
  height: 10px;
  top: 710px;
  left: 680px;
}

.section .section_card_wrap {
  display: inline-block;
  padding-bottom: 100px;
}

.section .section_card_wrap .section_card {
  width: 30%;
  float: left;
  background: #21232E;
  color: white;
  margin-left: 20px;
  text-align: center;
  padding: 5px;
  border-radius: 3%;
}

.section .section_card_wrap .section_card img {
  width: 90%;
  height: auto;
  padding: 15px;
}

.section .section_card_wrap .section_card_text {
  padding: 5px;
  font-family: "Source Sans Pro", sans-serif;
  color: #a0a0a0;
}

.section .section_card_wrap .section_card_heading {
  font-size: 20px;
  margin: 5px;
  z-index: 9;
  position: relative;
  font-weight: bold;
}

.section .section_card_wrap .section_card_heading .section_card_underline {
  content: "";
  display: block;
  position: absolute;
  background-color: #14A0C7;
  z-index: -1;
  width: 150px;
  height: 10px;
  top: 15px;
  left: 80px;
  z-index: -1;
}

.section .section_banner {
  width: 70%;
  margin: 0 auto;
  height: 150px;
  background: linear-gradient(45deg, #679708, #2E5CD7);
  position: relative;
  top: 60px;
  border-radius: 3%;
}

.section .section_banner .section_banner_text_wrap {
  width: 65%;
  float: left;
  padding: 2% 0 0 10%;
}

.section .section_banner .section_banner_text {
  color: #a0a0a0;
}

.section .section_banner .section_banner_heading {
  margin-top: 5px;
  font-size: 30px;
  font-weight: bold;
  z-index: 1;
  position: relative;
  color: black;
}

.section .section_banner .section_banner_heading:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #14A0C7;
  z-index: -1;
  width: 65px;
  height: 15px;
  top: 20px;
  left: 120px;
}

.section .section_banner .section_banner_button {
  background: #699900;
  color: white;
  padding: 10px 40px;
  border: none;
  margin-top: 50px;
  border-radius: 5%;
  font-weight: bold;
}

.footer {
  background: #21232E;
  font-family: "Source Sans Pro", sans-serif;
  color: #a0a0a0;
  height: 200px;
}

.footer .footer-wrap {
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
}

.footer .footer-wrap .footer_logo {
  width: 20%;
  float: left;
  padding-top: 40px;
  color: #a0a0a0;
}

.footer .footer-wrap .footer_text {
  float: left;
  width: 30%;
  padding-top: 20px;
  padding-left: 10%;
}

.footer .footer-wrap .footer-cr {
  float: left;
  width: 20%;
  padding-top: 45px;
  padding-left: 15%;
}

@media only screen and (max-width: 815px) {
  .header .header_heading:after, .section .section_text:after, .section .section_card_wrap .section_card_heading .section_card_underline, .section .section_banner .section_banner_heading:after {
    content: none;
    display: none;
    position: none;
    background-color: none;
    z-index: none;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
  }
  .header .header-wrap {
    width: 80%;
  }
  .header .header_heading {
    width: 90%;
    font-size: 20px;
  }
  .header .header_button {
    margin-top: 50px;
  }
  .section .section_card_wrap {
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section .section_card_wrap .section_card {
    width: 100%;
    margin: 15px 0;
  }
  .section .section_banner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section .section_banner .section_banner_heading {
    font-size: 20px;
  }
  .section .section_banner .section_banner_text {
    font-size: 15px;
  }
  .section .section_banner .section_banner_button {
    margin: 0;
  }
  .footer {
    height: auto;
  }
  .footer .footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer-wrap .footer-cr {
    width: 100%;
    padding: 0 0 20px 0;
    float: none;
  }
  .footer .footer-wrap .footer_text {
    width: 100%;
    padding: 0;
    float: none;
  }
  .footer .footer-wrap .footer_logo {
    width: 100%;
    float: none;
  }
}
/*# sourceMappingURL=style1.css.map */