body {
  font-family: 'Asap', sans-serif;
}

p {
  font-family: 'Asap', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px;
  color: #00263e;
}

ul {
  font-family: 'Asap', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px;
  color: #00263e;
}

h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: none;
  color: #161616;
  font-size: 44px;
}

h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: none;
  color: #161616;
  font-size: 36px;
  margin-bottom: 20px;
}

h3 {
  font-family: 'Oswald', sans-serif;
}

h4 {
  font-family: 'Oswald', sans-serif;
}

/* banner */
.banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.banner-heading {
  animation-name: anim;
  animation-duration: 2s;
}

.banner-par {
  animation-name: anim;
  animation-duration: 2s;
  animation-delay: .5s;
  animation-fill-mode: backwards;
}

@keyframes anim {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* end of banner */

/* end of header */

/* =========================== Navbar ============================== */


.nav-menu {
  background-color: #131414;
  padding-bottom: 0;
  margin-top: 0;
  transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
}

.nav-menu img {
  max-width: 180px;
}

.nav-menu .menu-item {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
}

.nav-menu .menu-item:hover {
  color: #00b140;
}

.nav-active {
  color: #00b140;
  text-decoration: none;
}



.line1,
.line2,
.line3 {
  width: 23px;
  height: 3px;
  margin: 5px;
  transition: all .4s;
}

.change .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.change .line2 {
  opacity: 0;
}

.change .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.custom-navbar {
  background-color: #131414;
  padding-top: 0;
}

/* =========================== Global ============================== */

.section_gap {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .section_gap {
    padding: 50px 0;
  }
}

.section_gap_top {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .section_gap_top {
    padding-top: 50px;
  }
}

.section_gap_bottom {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .section_gap_bottom {
    padding-bottom: 50px;
  }
}

.main-heading {
  color: #d6000e;
}

.padding-x {
  padding-left: 35px;
}

.border-heading {
  border-left: 2px solid #d6000e;
  padding-left: 20px;
}

.custom-btn {
  background: -webkit-gradient(linear, left top, right bottom, from(#00B140), to(#007749));
  background: linear-gradient(to bottom right, #00B140, #007749);
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: 0;
  font-size: 0.87rem;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  border-radius: 0;
  padding: 1em 2.5em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.custom-btn:hover {
  color: #00b140;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 100%;
}

.call-action {
  background: linear-gradient(131deg, rgb(0, 69, 255) 2%, rgb(1, 210, 163) 85%);
}

.icon-small {
  font-size: 60px;
}


/* =========================== Home ============================== */

/* header */



.home-header {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(/images/banner.jpg) no-repeat center center /cover;
}

.features-info {
  padding: 50px;
  color: #fff;
}

.features-info p {
  color: #fff;
}

.features-info h2 {
  font-size: 28px;
  color: #fff;
  margin-top: 20px;
}

.box-primary {
  background-color: #2154cf;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-primary:hover {
  background-color: #00B140;
}

.box-secondary {
  background-color: #0f2765;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box-secondary:hover {
  background-color: #00B140;
}

.why-ndebele {
  background: linear-gradient(95deg,
      rgb(33,84,207) 0%,
      rgba(33,84,207, .95) 80%,
      transparent 50%),
    #fff;
}

.why-ndebele p {
  color: #000;
}

.why-ndebele .negative-column {
  margin-top: -200px;
}

.why-ndebele .negative-column .vertical-line {
  background-color: #00B140;
  display: inline-block;
  height: 150px;
  width: 2px;
  transform: translateY(15px);
}

.why-ndebele .negative-column .icon {
  color: #00B140;
  font-size: 20px;
}

.why-ndebele .why-ndebele-details {
  border-bottom: 1px solid #4571d8;
  margin-bottom: 35px;
}

.why-ndebele .why-ndebele-details img {
  margin-bottom: 20px;
}
.why-ndebele .why-ndebele-details h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.why-ndebele .why-ndebele-details p {
  color: #f7f9fd;
}

.home-contact-form .form {
  background-color: #fff;
  padding: 50px;
  border-radius: 6px;
}

.home-contact-form .form .form-control {
  padding: 20px 10px;
  margin-bottom: 20px;
  border-style: none none solid;
  border-bottom: 1px solid rgb(91, 145, 111);
  border-radius: 0;
  color: #030683;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.4s ease-in-out;
}

.why-us .card {
  padding: 55px 30px;
  color: #000;
  text-align: left;
  border: 1px solid rgba(125, 192, 118, 0.644);
}
.why-us .card img {
  margin-bottom: 20px;
}
.why-us .card hr {
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: rgba(125, 192, 118, 0.644);
}

.why-us .card h3 {
  font-size: 18px;
}

.course-catergory {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(/images/books-bg.jpg) no-repeat center center /cover;
}


.course-catergory .icon-box {
  background-color: #fff;
  padding: 35px;
  transition: all .4s;
}
.course-catergory .icon-box:hover {
  background-color: rgba(109, 179, 88, 0.9);
  padding: 35px;
}

.course-catergory .icon-box .icon {
  font-size: 60px;
  color: rgba(48, 126, 24, 0.9);
  margin-bottom: 30px;
}
.course-catergory .icon-box p {
  font-size: 18px;
  font-weight: 700;
}

/* =========================== Contact Page ============================== */

.contact-header {
  padding-top: 70px;
  margin-bottom: 0px;
}

.contact {
  background-color: #f7f9fd;
}

.contact .contact-details {
  background-color: #2154cf;
  padding: 50px;
}

.contact .contact-details .icon {
  font-size: 26px;
  color: #fff;
}
.contact .contact-details p {
  color: #fff;
}

.contact .form-control {
  padding: 20px 10px;
  margin-bottom: 20px;
  border-style: none none solid;
  border-bottom: 1px solid rgb(91, 145, 111);
  border-radius: 0;
  color: #030683;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.4s ease-in-out;
}

.contact .form-control:focus {
  background-color: rgba(175, 174, 179, 0.08);
  outline-style:none;
  box-shadow:none;
  border-bottom: 3px solid #00B140;
}

/* =========================== About Page ============================== */

.about-header {
  background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(/images/about-ndebele-consulting.jpg) no-repeat center center /cover;
}

/* =========================== Traning Course ============================== */

.courses-header {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(/images/banner.jpg) no-repeat center center /cover;
}

.courses-list {
  background-color: #f7f7f7;
}


.course-details {
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid #39b54a;
  color: #123955;
  display: block;
  line-height: 28px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-top: 16px;
  transition: all 400ms ease-out;
}

.course-details:hover {
  background-color: #00b140;
  padding-left: 20px;

}


/* =========================== Footer Page ============================== */

footer {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 25px;
}

footer p {
  color: #818896;
  font-size: 14px;
}
footer a {
  color: #818896;
  font-size: 14px;
}

