.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

/* li {
  background-image: url('../images/check-circle-svgrepo-com-5.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 29px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
} */

.hero {
  flex-flow: column;
  min-height: 60vh;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  padding-top: 20px;
  padding-bottom: 10px;
}

.container {
  width: 90%;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
}

.container.hero-banner {
  width: 100%;
}

.flex-nav {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.top-nav-cta {
  background-color: #040d1a;
}

.info-column.topcta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.info-link {
  color: #fff;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.info-link.phone {
  background-image: url('../images/Phone-Icon_1Phone-Icon.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 0 0 0 35px;
}

.info-link.email {
  background-image: url('../images/Email-Icon_1Email-Icon.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 0 0 0 35px;
}

.info-link.portal {
  float: right;
  background-color: #e40410;
  border-right: 1px solid #ffffff75;
  font-weight: 600;
  display: inline-block;
}

.info-link.portal:hover {
  color: #e40410;
  background-color: #fff;
}

.info-link.portal.no-border {
  border-right-style: none;
}

.info-link.verify {
  float: right;
}

.info-link.verify.hide {
  display: none;
}

.info-link.nav-contacts {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.info-link.nav-contacts:hover {
  color: #e40410;
}

.info-link.contact-page {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.info-link.contact-page:hover {
  color: #e40410;
}

.top-cta-info-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #404e55;
  text-transform: uppercase;
  margin-right: 20px;
  padding: 7px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link:hover, .nav-link.w--current {
  color: #e40410;
}

.column {
  padding-right: 0;
}

.hero-header-wrapper {
  padding-top: 20px;
  padding-bottom: 60px;
}

.hero-slider-wrapper, .mask {
  min-height: 321px;
}

.slider {
  background-color: #ddd0;
  min-height: 410px;
}

.slide {
  overflow: clip;
}

.right-arrow, .left-arrow {
  display: none;
}

.icon {
  width: 25px;
  display: flex;
}

.icon.email {
  padding: 3px;
}

.slide-nav {
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.slider-image-box {
  height: 100%;
}

/* .slider-image-box.hero-slider-1 {
  background-image: url('../images/master_slider_1753058157.png');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-image-box.hero-slider-2 {
  background-image: url('../images/master_slider_1754012666.png');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-image-box.hero-slider-3 {
  background-color: #0e1927;
  background-image: url('../images/master_slider_1731569273.png');
  background-position: 106%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-image-box.hero-slider-4 {
  background-image: url('../images/master_slider_1731569207.png');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
} */

.brand {
  margin-bottom: 10px;
}

.nav-menu {
  margin-top: 10px;
}

.content-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-wrapper.inner-banner {
  padding-top: 0;
  padding-bottom: 0;
}

.content-wrapper.vm {
  overflow: clip;
}

.content-wrapper.not-padding {
  padding-top: 0;
}

.flex-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.flex-wrapper.center {
  justify-content: center;
  align-items: center;
}

.flex-wrapper.footer {
  justify-content: flex-start;
  align-items: stretch;
}

.flex-wrapper.footer-flex {
  justify-content: space-between;
  align-items: stretch;
}

.flex-wrapper.course-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  overflow: auto;
}

.flex-wrapper.copyright-flex {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.flex-wrapper.vm {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.flex-wrapper._30gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.flex-wrapper.blog-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
}

.content-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 48%;
  display: flex;
}

.image-box {
  background-color: #d3d3d3;
  background-image: url('../images/2151589613.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: clip;
  box-shadow: 16px 17px 0 -7px #043470;
}

.image-box.safety-course {
  background-image: url('../images/close-up-hand-holding-safety-helmet.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-box.kitchen-safety {
  background-image: url('../images/14331.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-box.vm-image {
  background-image: url('../images/30620.jpg');
  width: 40%;
  height: 440px;
  position: relative;
  top: -10px;
  box-shadow: -20px 20px 0 -7px #043470;
}

.image-box.about-us {
  background-image: url('../images/2149184980.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-box.core-values {
  background-image: url('../images/2149353987.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-box.parent-company {
  background-image: url('../images/818.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 22px 20px 0 -7px #043470;
}

.accent-text {
  color: #c6201b;
}

.btn-content {
  color: #fff;
  background-color: #e40410;
  border: 2px solid #e40410;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.btn-content:hover {
  color: #0a1735;
  background-color: #0000;
}

.btn-content.white {
  color: #043470;
  background-color: #fff;
  border-color: #fff;
}

.btn-content.white:hover {
  color: #fff;
  background-color: #040d1a;
  border-color: #040d1a;
}

.btn-content.reverse {
  color: #0a1735;
  background-color: #0000;
}

.btn-icon {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.btn-wrapper {
  display: flex;
}

.image-box-wrapper {
  width: 47%;
}

.course-slider {
  background-color: #0000;
  width: 100%;
  height: 460px;
}

.course-mask {
  width: 32%;
  height: 100%;
  overflow: visible;
}

.course-slide {
  background-color: #043470;
  border-radius: 13px;
  width: 100%;
  margin-right: 20px;
  overflow: clip;
}

.course-box {
  color: #fff;
  background-color: #043470;
  border-radius: 20px;
  flex-flow: column;
  width: 364px;
  min-width: 364px;
  height: 420px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  overflow: clip;
}

.course-box.in-course {
  color: #000;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 6px;
  width: 31%;
  min-width: 0;
  text-decoration: none;
  box-shadow: 0 2px 7px -2px #0003;
}

.course-image {
  background-color: #d3d3d3;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 560px;
}

.course-image._1 {
  background-image: url('../images/close-up-hand-holding-safety-helmet.jpg');
}

.course-image._2 {
  background-image: url('../images/14331.jpg');
}

.course-image._3 {
  background-image: url('../images/2151589613.jpg');
}

.course-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 30px;
  display: flex;
}

.course-content.in-course {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: stretch;
}

.content-title {
  color: #fff;
  background-color: #043470;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.content-title.red-blog {
  background-color: #e40410;
  margin-bottom: 0;
}

.footer {
  background-color: #0a1735;
  background-image: linear-gradient(#0a1735f7, #0a1735f7), url('../images/earth-globe-world-map-dots-global-geography-dotted-pattern.png');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  padding: 60px;
}

.footer-copyright {
  color: #fff;
  background-color: #040d1a;
  padding: 20px 60px;
}

.footer-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-link-wrapper {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-link-wrapper._5-gap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.socials-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.socials {
  color: #fff;
  background-color: #242e49;
  border-radius: 100px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 8px;
  transition: all .3s;
}

.socials:hover {
  color: #242e49;
  background-color: #fff;
}

.footer-link {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover {
  color: #e40410;
}

.footer-link.pp {
  color: #e40410;
  font-size: 15px;
  line-height: 24px;
  text-decoration: underline;
}

.footer-link.pp:hover {
  color: #fff;
}

.footer-head-text {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.course-box-heading {
  color: #000;
  margin-bottom: 10px;
  font-size: 27px;
  text-decoration: none;
}

.course-box-heading.white {
  color: #fff;
  margin-bottom: 0;
}

.scroll-container {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.scroll-container.center {
  justify-content: center;
  align-items: center;
}

.scroll-container.footer {
  justify-content: flex-start;
  align-items: stretch;
}

.scroll-container.footer-flex {
  justify-content: space-between;
  align-items: stretch;
}

.scroll-container.course-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  overflow: auto;
}

.scroll-container.copyright-flex {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.inner-hero-banner {
  background-color: #ddd;
  /*background-image: url('../images/WFABanner.jpg');*/
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-height: 300px;
  padding-bottom: 60px;
  display: flex;
}

.inner-hero-banner.courses {
  background-image: url('../images/2149762513.jpg');
}

.inner-hero-banner.blogs {
  background-image: url('../images/18150.jpg');
}

.inner-hero-banner.careers {
  background-image: url('../images/Wong-Fong-Academy_career.jpg');
  background-position: 50%;
}

.inner-hero-banner.blog-details {
  background-image: url('../images/42833.jpg');
}

.inner-hero-banner.contact {
  background-image: url('../images/2148233741.jpg');
  background-position: 50%;
}

.inner-banner-heading {
  color: #fff;
  background-color: #e40410;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 59px;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.vission-mission {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: left;
  background-color: #ac1b16;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.vm-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.vm-icon {
  color: #fff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
}

.vm-text {
  height: 60px;
}

.vm-content {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.vm-box-wrapper {
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.ck-editor {
  width: 100%;
}

.textarea {
  border: 1px #000;
}

.blog-section {
  border: 1px solid #0003;
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 31%;
  display: flex;
  position: relative;
  overflow: clip;
}

.blog-image {
  object-fit: cover;
  height: 300px;
}

.blog-contents {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.blog-date {
  background-color: #040d1a;
  padding: 8px;
}

.course-filter {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.course-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.filter-field {
  background-color: #0000;
  border-radius: 5px;
  margin-bottom: 0;
}

.course-box-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.course-text {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.course-text.last {
  margin-top: 10px;
}

.course-text.inside {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 33px;
}

.course-text.inside.duration {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  background-image: url('../images/clock-svgrepo-com-3.svg');
  background-position: .5% 0;
  background-size: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 39px;
}

.course-text.inside.mode {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/check-circle-svgrepo-com-7.svg');
  justify-content: flex-start;
  align-items: flex-start;
}

.course-text.inside.who {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  background-image: url('../images/people-sharp-svgrepo-com.svg');
  background-size: 27px;
  justify-content: flex-start;
  align-items: flex-start;
}

.course-text.inside.schedule {
  text-transform: capitalize;
  background-image: url('../images/calender-svgrepo-com.svg');
  background-position: 0 79%;
  background-size: 21px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.course-text.inside.schedule:hover {
  background-color: #0000;
}

.text-block-2 {
  color: #fff;
}

.blog-para {
  margin-bottom: 20px;
}

.blog-image-wrapper {
  width: 100%;
}

.inner-banner-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.breadcrumbs {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.breadcrumbs-link {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  text-decoration: none;
}

.breadcrumbs-link.w--current {
  color: #e40410;
  font-weight: 700;
}

.course-detail {
  color: #e40410;
  font-weight: 400;
}

.course-detail-image {
  object-fit: cover;
  object-position: 90% 50%;
  border-radius: 20px;
  width: 30%;
  box-shadow: 16px 17px 0 -7px #043470;
}

.course-detail-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.course-detail-content.full {
  grid-row-gap: 0px;
  width: 100%;
  height: 0;
}

.course-page-header {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 25%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 1px solid #0003;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.course-page-header.description, .course-page-header.information {
  background-image: none;
  background-size: auto;
  padding-left: 0;
}

.course-page-header.name {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 0;
}

.course-page-header.fee {
  background-image: url('../images/dollar-minimalistic-svgrepo-com.svg');
  background-position: 0 15%;
  background-repeat: no-repeat;
  background-size: 37px;
}

.course-status {
  color: #e40410;
  background-color: #ffdee0;
  margin-bottom: 20px;
  padding: 8px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.course-detail-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  font-size: 17px;
  line-height: 24px;
  display: flex;
}

.course-details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.course-details.half {
  width: 50%;
  padding: 0;
}

.course-details.description {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffdee0;
  border: 1px solid #e40410;
  border-radius: 14px;
  padding: 30px;
  position: sticky;
  top: .7rem;
}

.course-avail-sched {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  text-transform: capitalize;
  flex-flow: column;
  margin-right: 10px;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.sched-text {
  color: #000;
  text-transform: capitalize;
  margin-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.sched-text.contactus {
  font-weight: 400;
}

.course-schedule-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._0margin {
  margin-bottom: 0;
}

.schedule-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.fee-image {
  width: 100%;
}

.course-desc-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 0 20px;
  display: flex;
}

.course-sched {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.course-details-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.funding-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.funding-box.half {
  width: 50%;
}

.fees-box {
  width: 100%;
}

.assessment-info {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 0;
}

.list-item {
  background-position: 0 3px;
  list-style-type: none;
}

.list-item.map {
  background-image: url('../images/gps-location-locator-svgrepo-com.svg');
}

.career-box {
  width: 100%;
  position: sticky;
  overflow: clip;
}

.career-box.resume {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  top: .7rem;
}

.career-box-heading {
  font-size: 22px;
  line-height: 28px;
}

.career-box-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #e4041005;
  border: 1px solid #e40410;
  border-radius: 14px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.career-box-content.no-line {
  background-color: #0000;
  border-style: none;
}

.career-req-head {
  font-size: 23px;
  font-weight: 600;
  line-height: 32px;
}

.career-inside-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.career-inside-wrapper.half {
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
}

.slot-available {
  color: #fff;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 15%;
  padding: 12px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.cname-2 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.cname-2.bmargin5 {
  margin-bottom: 5px;
}

.cname-2.left-align {
  text-align: left;
  justify-content: flex-start;
  padding-left: 20px;
  padding-right: 0;
  font-weight: 600;
  display: flex;
}

.cname {
  color: #002b86;
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.cname.big {
  color: #000;
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}

.slot-box {
  flex-direction: column;
  width: 18%;
  display: flex;
}

.slot-number {
  color: #fff;
  text-align: center;
  background-color: #e40410;
  justify-content: center;
  align-items: center;
  height: 85%;
  margin-bottom: 0;
  padding: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  line-height: 60px;
  display: flex;
}

.c-name-info {
  color: #000;
  width: 42%;
  margin-right: 15px;
}

.c-name-info.width100 {
  text-align: left;
  width: 97%;
  margin-left: 80px;
  margin-right: 0;
}

.schedule {
  color: #000;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.schedule:hover {
  opacity: 1;
  color: #fff;
  background-color: #55595c;
}

.schedule.wrapper:hover {
  background-color: #fff;
}

.button {
  background-color: #fff;
  border: 1px #fff;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  display: inline-block;
  box-shadow: 2px 6px 9px -5px #00558a70;
}

.button.red {
  color: #fff;
  background-color: #e40410;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.course-details-box {
  border-bottom: 1px dashed #00000024;
  width: 100%;
  padding: 15px 0;
  display: flex;
}

.course-details-box.no-b--boarder {
  border-bottom-style: none;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 5px;
  display: flex;
}

.course-details-box.no-b--boarder.course-box {
  justify-content: flex-start;
  margin-left: 27px;
  padding-left: 10px;
}

.course-details-box.last {
  margin-bottom: 30px;
}

.register-box {
  background-color: #aca9a80f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 37%;
  padding-top: 0;
  display: flex;
}

.c-name-details {
  width: 85%;
}

.course-information-wrapper {
  background-color: #aca9a80d;
  border-top: 1px #00000012;
  border-bottom: 1px #00000012;
  flex-direction: column;
  width: 45%;
  display: flex;
}

.blog-inside-date {
  color: #fff;
  background-color: #040d1a;
  padding: 8px;
  font-size: 18px;
  line-height: 22px;
}

.blog-list {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 0;
  list-style-type: decimal;
}

.blog-sub-title, .para-blog {
  margin-bottom: 10px;
}

.list-blog {
  margin-bottom: 20px;
}

.career-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 46%;
  display: flex;
}

.career-right {
  width: 51%;
}

.resume-form-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.resume-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.resume-text {
  margin-bottom: 10px;
}

.contact-box {
  width: 47%;
  margin-bottom: 30px;
  overflow: clip;
}

.contact-box.resume {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.embed-map {
  width: 100%;
  height: 400px;
}

.radio-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.red {
  color: #e40410;
}

.text-field-wrap {
  width: 100%;
}

.contact-form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #e4041005;
  border: 1px solid #e40410;
  border-radius: 14px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.contact-form.no-line {
  border-style: none;
}

.text-field {
  color: #000;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #0000001a;
}

.hide {
  display: none;
}

.left-course {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 64%;
  display: flex;
}

.right-course {
  width: 33%;
  position: relative;
}

.course-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.course-code {
  border-bottom: 1px solid #0003;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.course-code.description, .course-code.information {
  background-image: none;
  background-size: auto;
  padding-left: 0;
}

.course-code.name {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 0;
}

.course-code.fee {
  background-image: url('../images/dollar-minimalistic-svgrepo-com.svg');
  background-position: 0 15%;
  background-repeat: no-repeat;
  background-size: 37px;
}

.course-inside-detail {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .hero-slider-wrapper, .slider {
    min-height: 500px;
  }

  .slider-image-box.hero-slider-2 {
    background-position: 98%;
  }

  .course-box-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .course-detail-image {
    height: 330px;
  }
}

@media screen and (min-width: 1440px) {
  .hero {
    background-image: none;
  }

  .navbar {
    padding-top: 20px;
  }

  .top-nav-cta {
    background-color: #0a1835;
  }

  .nav-link {
    color: #0a1835;
    font-family: Open Sans, sans-serif;
    font-size: 17px;
    font-weight: 600;
  }

  .hero-header-wrapper {
    padding-top: 40px;
  }

  .hero-slider-wrapper, .mask {
    min-height: 450px;
  }

  .slider {
    min-height: 500px;
  }

  .course-box {
    width: 412px;
    min-width: 412px;
  }

  .course-box-wrapper {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .course-detail-image {
    height: 380px;
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    min-height: 53vh;
  }

  .container {
    max-width: 1600px;
  }

  .container.hero-banner {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-header-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-box {
    height: 500px;
  }

  .image-box.about-us {
    height: 400px;
  }

  .image-box.core-values, .image-box.parent-company {
    height: 440px;
  }

  .course-mask {
    width: 30%;
  }

  .course-box {
    width: 513px;
    min-width: 513px;
  }

  .course-box.in-course {
    width: 32%;
  }

  .content-title {
    font-size: 16px;
    line-height: 22px;
  }

  .content-title.careers {
    font-size: 25px;
    line-height: 30px;
  }

  .inner-hero-banner {
    padding-left: 160px;
  }

  .vm-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .course-box-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
  }

  .course-text.inside.who {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .course-detail-image {
    height: 360px;
  }

  .course-detail-content.full {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .course-page-header {
    margin-bottom: 20px;
  }

  .course-page-header.name {
    margin-bottom: 5px;
  }

  .course-details {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .course-details.half {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .course-schedule-wrapper {
    width: 100%;
  }

  .course-sched {
    margin-bottom: 20px;
  }

  .funding-box {
    margin-bottom: 0;
  }

  .funding-box.half {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-inside-date {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .left-course {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .course-code {
    margin-bottom: 20px;
  }

  .course-code.name {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 90%;
  }

  .flex-nav {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .info-link {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .info-link.portal {
    padding-left: 8px;
    padding-right: 8px;
  }

  .info-link.verify {
    padding-left: 10px;
    padding-right: 10px;
  }

  .info-link.nav-contacts, .info-link.contact-page {
    font-size: 15px;
    line-height: 23px;
  }

  .nav-link {
    color: #fff;
    border-bottom: 1px solid #ffffff29;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .slider-image-box.hero-slider-1 {
    background-position: 90%;
  }

  .slider-image-box.hero-slider-2 {
    background-position: 100%;
  }

  .slider-image-box.hero-slider-3 {
    background-position: 89%;
  }

  .slider-image-box.hero-slider-4 {
    background-position: 100%;
  }

  .brand {
    width: 40%;
    margin-bottom: 0;
  }

  .menu-button {
    color: #e40410;
    padding: 8px;
    font-family: Open Sans, sans-serif;
    font-size: 40px;
  }

  .menu-button.w--open {
    color: #e40410;
    background-color: #c8c8c800;
  }

  .nav-menu {
    background-color: #0e254c;
  }

  .content-wrapper.courses-slider {
    padding-bottom: 0;
  }

  .flex-wrapper.course-grid {
    width: 100%;
  }

  .flex-wrapper.copyright-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .flex-wrapper.blog-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content-box {
    width: 100%;
  }

  .image-box {
    width: 98%;
  }

  .image-box.vm-image {
    width: 100%;
    height: 470px;
  }

  .image-box-wrapper {
    order: -1;
    width: 100%;
    height: 360px;
    margin-bottom: 40px;
  }

  .course-mask {
    width: 50%;
  }

  .course-box {
    text-align: center;
    width: 329px;
    min-width: 329px;
  }

  .course-box.in-course {
    width: 48%;
  }

  .course-content.in-course {
    font-size: 16px;
    line-height: 20px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-copyright {
    text-align: center;
  }

  .footer-link {
    font-size: 15px;
    line-height: 23px;
  }

  .footer-link.pp {
    color: #e40410;
    text-decoration: underline;
  }

  .footer-link.pp:hover {
    color: #fff;
  }

  .course-box-heading {
    font-size: 24px;
  }

  .scroll-container.course-grid {
    width: 100%;
  }

  .scroll-container.copyright-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .vm-box-wrapper {
    padding-left: 0;
  }

  .blog-section {
    width: 47%;
  }

  .blog-image, .blog-contents {
    width: 100%;
  }

  .blog-content-wrapper {
    flex-flow: wrap;
    margin: 0;
  }

  .course-filter {
    padding-bottom: 10px;
  }

  .course-form {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .filter-field {
    width: 18.8%;
    margin-bottom: 10px;
  }

  .course-text.inside.duration {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-position: 1% 7%;
    background-size: auto 16px;
    flex-flow: column;
    padding-left: 24px;
  }

  .course-text.inside.mode {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-size: auto 20px;
    flex-flow: column;
    padding-left: 25px;
  }

  .course-text.inside.who {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-size: auto 21px;
    flex-flow: column;
    padding-left: 30px;
  }

  .blog-image-wrapper {
    width: 100%;
    position: relative;
  }

  .course-detail-image, .course-detail-content {
    width: 100%;
  }

  .course-detail-content.full {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .course-page-header {
    margin-bottom: 0;
  }

  .course-details {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .course-details.half {
    width: 100%;
  }

  .course-details.description {
    position: static;
  }

  .course-schedule-wrapper {
    margin-bottom: 20px;
  }

  .fee-image {
    width: 100%;
  }

  .list-2 {
    padding-left: 20px;
  }

  .funding-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .funding-box.half {
    width: 100%;
  }

  .cname-2.left-align {
    text-align: left;
    justify-content: flex-start;
    margin-left: 0;
    padding-left: 0;
  }

  .cname {
    margin-right: 0;
    padding-left: 0;
  }

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

  .slot-box {
    width: 50%;
  }

  .c-name-info {
    width: 45%;
  }

  .c-name-info.width100 {
    width: 70%;
    margin-left: 0;
    margin-right: 20px;
    padding-left: 0;
  }

  .button-wrapper {
    margin-bottom: 10px;
  }

  .course-details-box {
    text-align: left;
    justify-content: flex-start;
  }

  .course-details-box.no-b--boarder {
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 0;
  }

  .course-details-box.no-b--boarder.course-box {
    justify-content: flex-start;
    margin-left: 20px;
    padding-right: 10px;
    display: flex;
  }

  .course-details-box.last {
    margin-bottom: 8px;
  }

  .register-box {
    width: 50%;
    padding-top: 26px;
  }

  .c-name-details {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
  }

  .course-information-wrapper {
    width: 100%;
  }

  .career-left {
    order: 1;
    width: 100%;
  }

  .career-right, .contact-box {
    width: 100%;
  }

  .contact-box.resume {
    order: -1;
    width: 100%;
  }

  .left-course {
    width: 100%;
    margin-bottom: 30px;
  }

  .right-course {
    width: 100%;
  }

  .course-code {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 45px;
    line-height: 52px;
  }

  .hero-slider-wrapper, .mask, .slider {
    min-height: 270px;
  }

  .brand {
    width: 50%;
  }

  .content-wrapper.vm {
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-wrapper.footer-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-box.vm-image {
    width: 90%;
    height: 300px;
    display: none;
  }

  .course-mask {
    width: 100%;
    overflow: clip;
  }

  .course-slide {
    margin-right: 10px;
  }

  .course-box {
    width: 100%;
    min-width: 510px;
  }

  .course-box.in-course {
    width: 100%;
  }

  .scroll-container.footer-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .inner-banner-heading {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 42px;
    line-height: 46px;
  }

  .vission-mission {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .vm-box {
    width: 100%;
    padding: 30px;
  }

  .blog-section {
    width: 100%;
  }

  .blog-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .course-filter {
    flex-flow: wrap;
  }

  .filter-field {
    width: 100%;
  }

  .blog-para {
    margin-bottom: 10px;
  }

  .course-detail-image {
    width: 100%;
    margin-bottom: 20px;
  }

  .course-detail-content {
    width: 100%;
  }

  .slot-available {
    height: 20%;
  }

  .slot-box {
    width: 100%;
  }

  .slot-number {
    height: 80%;
  }

  .c-name-info.width100 {
    padding-left: 60px;
  }

  .course-details-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .course-details-box.no-b--boarder.course-box {
    width: 90%;
    margin-left: -50px;
    margin-right: -20px;
    padding-left: 0;
  }

  .course-details-box.last {
    margin-bottom: 20px;
  }

  .register-box {
    width: 100%;
    padding-bottom: 20px;
  }

  .c-name-details {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .contact-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .contact-box.resume {
    order: -1;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 32px;
  }

  p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 23px;
  }

  .hero {
    min-height: 40vh;
  }

  .nav-wrapper {
    padding-bottom: 0;
  }

  .navbar {
    padding-top: 10px;
  }

  .info-link.portal, .info-link.verify {
    font-size: 10px;
  }

  .hero-header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-slider-wrapper, .mask, .slider {
    min-height: 150px;
  }

 /*  .slider-image-box.hero-slider-1 {
    background-color: #cadce8;
    background-image: url('../images/master_slider_1753058157.png');
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: 220%;
  }

  .slider-image-box.hero-slider-3 {
    background-image: linear-gradient(#0e1927, #0000 27%), linear-gradient(#0000 63%, #0e1927), url('../images/master_slider_1731569273.png');
    background-position: 0 0, 0 0, 89%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 200%;
  }

  .slider-image-box.hero-slider-4 {
    background-color: #0e1927;
    background-image: linear-gradient(#0000 85%, #0e1927), linear-gradient(#0e1927, #0000 25%), url('../images/master_slider_1731569207.png');
    background-position: 0 0, 0 0, 96%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 240%;
  }
 */
  .flex-wrapper.course-grid {
    width: 100%;
    overflow: auto;
  }

  .image-box.parent-company {
    background-position: 80%;
  }

  .course-box {
    width: 80vw;
    min-width: 90vw;
    font-size: 17px;
  }

  .course-content.in-course {
    padding: 20px;
  }

  .content-title.careers {
    font-size: 22px;
    line-height: 24px;
  }

  .course-box-heading {
    font-size: 22px;
    line-height: 25px;
  }

  .text-block {
    font-size: 12px;
    line-height: 17px;
  }

  .scroll-container.course-grid {
    width: 100%;
    overflow: auto;
  }

  .inner-hero-banner {
    padding: 30px 30px 30px 0;
  }

  .inner-banner-heading {
    font-size: 28px;
  }

  .vission-mission {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .vm-box {
    flex-flow: column;
  }

  .filter-field, .course-detail-content {
    width: 100%;
  }

  .course-page-header {
    padding-bottom: 17px;
    font-size: 26px;
    line-height: 28px;
  }

  .course-page-header.description {
    background-position: 0 4%;
    background-size: 24px;
    padding-left: 30px;
  }

  .course-page-header.information {
    background-position: 0 3%;
    background-size: 26px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .course-page-header.fee {
    background-position: 0 11%;
    background-size: 28px;
    padding-left: 30px;
  }

  .list-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    padding-left: 0;
    display: flex;
  }

  .assessment-info {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .career-req-head {
    font-size: 21px;
    line-height: 26px;
  }

  .cname-2.left-align {
    margin-right: 0;
    padding-left: 0;
  }

  .cname {
    display: block;
  }

  .cname.big {
    text-align: right;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-right: 0;
    display: flex;
  }

  .c-name-info {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .c-name-info.width100 {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .button {
    font-size: 14px;
    line-height: 20px;
  }

  .course-details-box {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .course-details-box.no-b--boarder {
    padding-right: 0;
  }

  .course-details-box.no-b--boarder.course-box {
    justify-content: center;
    margin-left: 0;
    padding-left: 0;
  }

  .c-name-details {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

  .resume-text {
    margin-bottom: 0;
  }

  .contact-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .course-code {
    padding-bottom: 17px;
    font-size: 26px;
    line-height: 28px;
  }

  .course-code.description {
    background-position: 0 4%;
    background-size: 24px;
    padding-left: 30px;
  }

  .course-code.information {
    background-position: 0 3%;
    background-size: 26px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .course-code.fee {
    background-position: 0 11%;
    background-size: 28px;
    padding-left: 30px;
  }
}


