body {
  margin-bottom: 0px;
  background-color: #f0f2e3;
  background-image: url('http://m1.sdimgs.com/sd_static/a/209597/header.JPG?v=23123213');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 2px solid black;
  font-family: Oswald, sans-serif;
  color: black;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
h2 {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #fc4d00;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
h3 {
  padding-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fc4d00;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
.button {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 10px;
  background-color: #ffe84e;
  font-family: Oswald, sans-serif;
  color: black;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  background-color: #fc4d00;
  color: white;
}
.header {
  margin-top: 30px;
  text-align: center;
}
.logo {
  width: 70%;
}
.navigation_container {
  display: block;
  width: 94%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid white;
}
.navbar {
  background-color: #ffe84e;
}
.navmenu {
  float: none;
}
.navlink {
  padding: 10px 16px;
  font-family: Oswald, sans-serif;
  text-transform: none;
}
.navlink:hover {
  color: #fc4d00;
  text-decoration: underline;
}
.navlink.w--current {
  color: #fc4d00;
  text-decoration: underline;
}
.slider_container {
  display: block;
  width: 94%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid white;
  background-color: white;
  box-shadow: black 1px 1px 3px 0px;
}
.slider_icon {
  display: none;
}
.slider_bottomnav {
  position: static;
}
.slider {
  height: auto;
  background-color: transparent;
}
.slider1image {
  width: 100%;
}
.content_container {
  display: block;
  width: 94%;
  margin-top: 4%;
  margin-right: auto;
  margin-left: auto;
}
.homepage_courses_container {
  display: inline-block;
  width: 57%;
  margin-right: 8%;
  float: left;
}
.homepage_testimonials_container {
  display: inline-block;
  width: 35%;
  float: left;
}
.homepage_courses_column1 {
  display: block;
  width: 47%;
  margin-right: 1%;
  margin-left: 2%;
  float: left;
}
.homepage_courses_image_container {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 3px solid white;
  border-radius: 10px 15px 15px;
  background-color: #fc4d00;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-decoration: none;
}
.homepage_courses_image_container:hover {
  background-color: #fca000;
}
.homepage_courses_image_container2 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 3px solid white;
  border-radius: 10px 15px 15px;
  background-color: #fca000;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.homepage_courses_image_container2:hover {
  background-color: #fc4d00;
}
.homepage_courses_image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.homepage_courses_title {
  margin-left: 20px;
  float: left;
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
}
.courses_arrow {
  margin-top: 5px;
  margin-right: 20px;
  float: right;
}
.homepage_courses_title_container {
  margin-top: 3px;
  margin-bottom: 3px;
}
.homepage_testimonials_content {
  display: inline-block;
  width: 100%;
  margin: 15px auto;
  padding-right: 10px;
  padding-left: 10px;
  float: none;
}
.homepage_testimonials_end {
  margin-top: 20px;
  font-style: italic;
  text-align: right;
}
.homepage_testimonials_bold {
  font-weight: 700;
}
.homepage_testimonials_border {
  display: block;
  width: 70%;
  height: 1px;
  margin: 25px auto;
  background-color: #bcae7c;
}
.button_container {
  margin-top: 20px;
  text-align: center;
}
.footer_address {
  padding: 20px 5px;
  background-color: #ebe6d3;
}
.footer_container {
  margin-top: 30px;
}
.footer_address_text {
  color: black;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}
.footer_address_textbold {
  font-weight: 700;
}
.footer_details_container {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f1a30f;
}
.footer_details {
  display: block;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #f8d187;
}
.footer_details_words {
  width: 95%;
  margin-right: 3%;
  float: left;
  color: black;
  font-size: 12px;
}
.footer_textbold {
  font-weight: 700;
}
.footer_facebook_container {
  width: 2%;
  margin-top: -3px;
  float: left;
}
.footer_email {
  margin-right: 3%;
  margin-left: 3%;
}
.footer_email_link {
  color: white;
  font-weight: 700;
  text-decoration: none;
}
.footer_copyright {
  margin-top: 15px;
  color: black;
  font-size: 11px;
  text-align: center;
}
.homepage_courses_column2 {
  width: 47%;
  margin-right: 2%;
  margin-left: 1%;
  float: left;
}
.aboutus_text {
  display: block;
  width: 98%;
  margin: 15px auto;
}
.pointform {
  line-height: 23px;
}
.contact_text {
  width: 40%;
  padding-right: 10px;
  float: left;
}
.map {
  display: block;
  width: 60%;
  margin-top: 3%;
  margin-right: auto;
  margin-left: auto;
  float: right;
}
.contact_form {
  width: 40%;
  float: left;
}
.clear {
  clear: both;
}
.gallery_photo {
  display: inline-block;
  width: 19.5%;
  padding: 6px;
}
.course_container {
  display: inline-block;
  width: 100%;
}
.course_image_container {
  width: 33%;
  margin-bottom: 3%;
  border: 3px solid white;
  border-radius: 15px;
  background-color: #fc4d00;
}
.course_image_container:hover {
  background-color: #fca000;
}
.course_image_container_2 {
  width: 33%;
  margin-bottom: 3%;
  border: 3px solid white;
  border-radius: 15px;
  background-color: #fca000;
}
.course_image_container_2:hover {
  background-color: #fc4d00;
}
.video {
  display: inline-block;
  width: 33%;
  padding: 6px;
}
.testimonial_content {
  width: 50%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}
.career_1 {
  display: inline-block;
  width: 50%;
  float: left;
}
.list_item {
  margin-bottom: 3%;
}
.page_number_container {
  margin-top: 40px;
  text-align: center;
}
.page_number {
  display: inline-block;
  width: 30px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 8px;
  background-color: #f1a30f;
  color: white;
  text-decoration: none;
}
.page_number:hover {
  color: #fc4d00;
}
@media (max-width: 991px) {
  body {
    background-size: 1000px;
  }
  .navmenu {
    background-color: #ffe84e;
  }
  .homepage_courses_container {
    width: 100%;
    margin-right: 0%;
  }
  .homepage_testimonials_container {
    width: 100%;
    margin-top: 10px;
  }
  .footer_details_words {
    width: 92%;
  }
  .footer_operatinghours {
    display: block;
  }
  .footer_facebook_container {
    width: auto;
  }
  .menu_button {
    padding: 10px;
  }
  .menu_button.w--open {
    background-color: #fc4d00;
  }
  .map {
    margin-top: 4%;
  }
  .clear {
    clear: both;
  }
  .gallery_photo {
    width: 24.5%;
  }
  .video {
    width: 50%;
  }
  .career_1 {
    width: 100%;
    margin-bottom: 3%;
  }
}
@media (max-width: 767px) {
  body {
    background-size: 900px;
  }
  h1 {
    text-align: center;
  }
  .slider_bottomnav {
    height: 32px;
    font-size: 12px;
  }
  .homepage_testimonials_content {
    width: 100%;
  }
  .homepage_testimonials_end {
    text-align: center;
  }
  .footer_details_words {
    width: 100%;
    margin-right: 0%;
  }
  .footer_facebook_container {
    width: auto;
    margin-top: 8px;
  }
  .map {
    width: 100%;
  }
  .contact_form {
    width: 100%;
  }
  .gallery_photo {
    width: 32.33%;
  }
  .course_image_container {
    width: 100%;
    text-align: center;
  }
  .course_image_container_2 {
    width: 100%;
    text-align: center;
  }
  .video {
    width: 100%;
  }
  .testimonial_content {
    width: 100%;
  }
}
@media (max-width: 479px) {
  body {
    background-size: 700px;
  }
  .slider_bottomnav {
    height: 25px;
    padding-top: 9px;
    font-size: 8px;
  }
  .homepage_courses_column1 {
    width: 98%;
    margin-right: 2%;
    float: none;
  }
  .homepage_courses_image_container {
    width: 100%;
    margin-right: 0%;
  }
  .homepage_courses_image_container2 {
    width: 100%;
    margin-left: 0%;
  }
  .footer_email {
    display: block;
    margin-right: 0%;
    margin-left: 0%;
  }
  .homepage_courses_column2 {
    width: 97%;
  }
  .gallery_photo {
    width: 49%;
  }
}

