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

p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 17px;
  line-height: 27px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
.w-button:hover {
  color: #FFF !important;
}
.certificate-pop-up-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  -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-color: rgba(0, 0, 0, 0.51);
}
.content-paragraph p{
  color: #000;
}
.content-paragraph.white p{
  color: #FFF;
}
.contact-text p{
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

.certificate-pop-up {
  width: 55%;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: #f8f8f8;
  box-shadow: 1px 1px 2px 0 rgba(54, 61, 71, 0.29);
}

.certificate-pop-up-title {
  position: relative;
  padding: 2.5% 6%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #0e254c;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
}

.certificated-search-input {
  width: 50%;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  float: left;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #a2a2a2;
}

.certificate-search-button {
  padding: 16px 25px;
  float: left;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #e40410;
  font-family: 'Open Sans', sans-serif;
}

.certificate-search-button:hover {
  background-color: #002b86;
}

.certificate-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.certificate-text-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  text-align: center;
}

.certificated-pop-up-close {
  position: absolute;
  top: 10px;
  right: 15px;
  border-bottom: 1px solid #fff;
  font-size: 15px;
  cursor: pointer;
}

.certificated-pop-up-close:hover {
  color: #e40410;
}

.banner-section {
  position: relative;
  z-index: 1;
  min-height: 790px;
  background-image: url('../images/Hero-Banner-New-BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portal-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7c0000;
}

.container {
  width: 95% !important;
  max-width: 1400px;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.container.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.upper-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.portal-link {
  padding: 10px 14px;
  -webkit-transition: background-color 250ms ease, color 250ms ease;
  transition: background-color 250ms ease, color 250ms ease;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
}

.portal-link:hover {
  background-color: #0076be;
  color: #000;
  text-decoration: none !important;
}
.styleSelect2 select option {
  height: 70px !important;
    border-bottom: 1px solid #ececec;
    font-size: 15px;
}
.styleSelect2 select {
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 15px 35px 15px 25px;
  font-size: 17px;
  margin: 0px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  color: grey;
  outline:none;
}

.styleSelect2 {
  width: auto;
  height: auto;
  overflow: hidden;
  background: url("/assets-front/images/Form-Dropdown-Icon.png") 96% 50% no-repeat #fff;
  border: 0;
  outline:none;
  z-index:100px;
  border-radius: 1000px !important;
}
.navbar {
  background-color: transparent;
  margin-bottom: 0 !important;
  border: unset !important;
}

.navlink {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #333e48;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}

.navlink:hover {
  color: #0076be;
}

.navlink.w--current {
  color: #333e48;
}

.navlink.last {
  padding-right: 0px;
}

.flex-wrapper.horizontal-csb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrapper.horizontal-csb.banner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrapper.horizontal-csb.schedule {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrapper.horizontal-csb.training {
  margin-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-wrapper.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-wrapper.center-vert {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrapper.center-vert.faculties {
  width: 55%;
}

.flex-wrapper.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 29px;
  padding-left: 29px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrapper.inside-banner-heading {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.flex-wrapper.horizontal-ssb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-wrapper.horizontal-cc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.flex-wrapper.horizontal-cc.monthly-schedule {
  width: 34%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flex-wrapper.horizontal-cc.course-schedule {
  width: 34%;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.banner-header-wrapper {
  padding-top: 2.5vw;
}

.header-wrapper {
  width: 50%;
  text-align: left;
}

.hero-banner-header {
  margin-top: 0px;
  margin-bottom: 1.85vw;
  font-family: 'Effra std bd', sans-serif;
  color: #fff;
  font-size: 2.95vw;
  line-height: 3.7vw;
}

.hero-banner-paragraph {
  font-family: 'Effra std lt', sans-serif;
  color: #fff;
  font-size: 1.17vw;
  line-height: 1.7vw;
}

.hero-banner-paragraph.l-padding {
  padding-right: 200px;
}

.banner-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 30px;
  padding-bottom: 45px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.banner-form {
  width: 70%;
  padding: 2.2vw;
  border-radius: 20px;
  background-color: rgba(52, 62, 72, 0.54);
  text-align: left;
}

.hero-form-header {
  margin-top: 0px;
  margin-bottom: 0.65vw;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #fff;
  font-size: 2.4vw;
  line-height: 2.8vw;
  font-weight: 700;
}

.contact-form-text {
  font-family: 'Kastelov axiforma', sans-serif;
  font-size: 1.045vw;
  line-height: 1.7vw;
  font-weight: 300;
}

.contact-form-text.b30 {
  margin-bottom: 1.8vw;
}

.submit-button {
  padding: 1.2vw;
  border-radius: 35px;
  background-color: #0076be;
  font-family: 'Kastelov axiforma', sans-serif;
  font-size: 20px;
  line-height: 20px;
}

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

.banner-form-select {
  margin-bottom: 20px;
}

.content-section.courses {
  position: relative;
  top: -1px;
  z-index: 0;
  background-image: url('../images/Our-Courses-BG.png');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-section.bst {
  padding-top: 35px;
  padding-bottom: 40px;
  background-image: url('../images/BG-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-section.booking {
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: linear-gradient(216deg, #012e49, #014169 103%);
}

.content-section.training {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: linear-gradient(216deg, #012e49, #014169);
}

.content-section.images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-section.images.hide {
  display: none;
}

.content-section.inside {
  padding-top: 80px;
  padding-bottom: 80px;
}

.flex-col._2col {
  width: 50%;
}

.flex-col._2col.course-image {
  position: relative;
  top: 70px;
  min-height: 897px;
  background-image: url('../images/Course-Image.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex-col._2col.courses {
  padding-left: 100px;
}

.flex-col.width48 {
  width: 48%;
}

.our-courses-section {
  text-align: left;
}

.content-header {
  font-family: 'Kastelov axiforma', sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.content-header.white {
  color: #fff;
}

.content-header.white.b50 {
  margin-bottom: 50px;
}

.content-header.b50 {
  margin-bottom: 50px;
}

.content-header.bigger {
  color: #fff;
  font-size: 37px;
  line-height: 48px;
}

.content-header.bigger.center {
  text-align: center;
}

.content-header.b30 {
  margin-bottom: 30px;
}

.courses-wrapper {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.short-courses-list {
  margin-bottom: 30px;
  color: #fff;
  text-decoration: none;
}

.short-course-list-no {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Kastelov axiforma', sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.short-course-name {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
}

.short-course-details {
  width: 90%;
  color: #350000;
  text-align: left;
}

.short-course-details:hover {
  color: #291212;
}

.short-course-list {
  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;
}

.short-course-schedule {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 25px;
}

.button {
  padding: 20px 45px;
  border-radius: 35px;
  background-color: #0076be;
  font-family: 'Kastelov axiforma', sans-serif;
  line-height: 16px;
  text-align: center;
}

.button.view {
  box-shadow: -1px 5px 10px 0 rgba(0, 118, 190, 0.31);
  font-size: 20px;
  line-height: 20px;
}

.button.view.margin-l75 {
  margin-left: 75px;
}

.button.inside {
  padding: 18px 31px 14px;
  box-shadow: -1px 5px 10px 0 rgba(0, 118, 190, 0.31);
  font-size: 14px;
  line-height: 16px;
}

.button.inside.b30 {
  margin-bottom: 30px;
}

.content-paragraph {
  color: #000;
}

.content-paragraph.center {
  text-align: center;
}

.content-paragraph.center.white {
  color: #fff;
}

.click-here {
  margin-right: 10px;
  color: #bfe7ff;
  font-weight: 300;
  text-decoration: none;
}

.image-box {
  width: 20%;
  min-height: 300px;
}

.image-box._1 {
  background-image: url('../images/Img-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box._2 {
  background-image: url('../images/Img-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box._3 {
  background-image: url('../images/Img-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box._4 {
  background-image: url('../images/Img-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box._5 {
  background-image: url('../images/Img-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-details {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.footer-details.no-border-t {
  border-top-style: none;
}

.footer-info {
  padding-left: 45px;
}

.footer-info.call {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Call-Icon.png');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.footer-info.email {
  background-image: url('../images/Email-Icon.png');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.footer-info.location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Location.png');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.footer-info-text {
  font-family: 'Kastelov axiforma', sans-serif;
  color: #000c05;
  font-size: 21px;
  line-height: 38px;
  font-weight: 300;
  text-decoration: none;
}

.copyright-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #343e48;
}

.logo {
  margin-right: 20px;
}

.copyright-text {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.hide {
  display: none;
}

.inside-page-banner {
  position: relative;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(51, 62, 72, 0.9))), url('../images/Hero-Banner-New-BG.jpg');
  background-image: linear-gradient(180deg, transparent 50%, rgba(51, 62, 72, 0.9)), url('../images/Hero-Banner-New-BG.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inside-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
}

.light {
  font-weight: 300;
}

.contact-info {
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 35px;
  font-family: 'Kastelov axiforma', sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.contact-info.location {
  background-image: url('../images/Address-Contact-Icon.png');
  background-position: 0% 5%;
  background-size: auto;
  background-repeat: no-repeat;
}

.contact-info.call {
  background-image: url('../images/Contact-Call-Icon.png');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.contact-info.email {
  background-image: url('../images/Email-Contact-Icon.png');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.contact-info.email.bmargin60 {
  margin-bottom: 60px;
}

.contact-info.fax {
  background-image: url('../images/Contact-Fax-Icon.png');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.maps {
  width: 90%;
  margin-bottom: 50px;
}

.contact-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contact-field {
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 rgba(0, 118, 190, 0.18);
  background-color: transparent;
}

.contact-field::-webkit-input-placeholder {
  color: #c0bbbb;
  font-size: 14px;
}

.contact-field:-ms-input-placeholder {
  color: #c0bbbb;
  font-size: 14px;
}

.contact-field::-ms-input-placeholder {
  color: #c0bbbb;
  font-size: 14px;
}

.contact-field::placeholder {
  color: #c0bbbb;
  font-size: 14px;
}

.contact-field.message {
  height: 120px;
}

.contact-field.message.b60 {
  margin-bottom: 60px;
}

.hero-form-title {
  margin-bottom: 40px;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #000;
  font-size: 31px;
  line-height: 41px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-form {
  width: 100%;
  padding: 50px;
  border: 2px solid #e6e7ee;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 14px 0 rgba(86, 86, 85, 0.19);
}

.contact-field-label {
  margin-bottom: 10px;
  font-family: 'Kastelov axiforma', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.contact-text {
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

.contact-text.margin-b20 {
  margin-bottom: 20px;
}

.insidecontent-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
}

.nav-dropdown-list.w--open {
  border-radius: 15px;
  background-color: #0076be;
}

.dropdown-list-link {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.18);
  font-family: 'Kastelov axiforma', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.dropdown-list-link:hover {
  color: #000;
  text-decoration: none !important;
}

.dropdown-list-link.w--current {
  color: #000;
  text-decoration: none !important;
}

.dropdown-list-link.no-border {
  border-bottom-style: none;
}

.dropdown-toggle {
  font-family: 'Kastelov axiforma', sans-serif;
  color: #333e48;
  font-size: 15px;
  line-height: 18px;
}

.dropdown-toggle:hover {
  color: #0076be;
}

.details-price {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
}

.details-price.course-duration {
  font-family: 'Open Sans', sans-serif;
}

.details-header {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #161616;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.details-header.margin-b15 {
  margin-bottom: 15px;
}

.course-detail-sub {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.course-detail-sub.b30 {
  margin-bottom: 30px;
}

.course-detail-title {
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
}

.course-detail-list {
  margin-bottom: 30px;
  padding-left: 20px;
}
.course-detail-list ul{
  margin-bottom: 30px;
}

.details-content-wrapper {
  font-family: 'Kastelov axiforma', sans-serif;
  font-weight: 400;
}

.details-price-wrapper {
  width: 90%;
  padding: 30px 35px;
  float: right;
  border: 2px solid #e6e7ee;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 14px 0 rgba(86, 86, 85, 0.19);
}

.margin-top-15 {
  margin-top: 15px;
  padding-left: 20px;
}

.course-text, .course-preview-section-details {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}
.course-preview-section-details p{
  color: #000;
  
}
.course-text  p{
  color: #000;
}
.course-text.margin-b30 {
  margin-bottom: 30px;
}
.course-preview-section-details.margin-b30{
  margin-bottom: 30px;
}

.course-text.marginb20 {
  margin-bottom: 20px;
}

.list-item {
  list-style-type: none;
}

.facilities-image-box {
  width: 20%;
  min-height: 210px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 10px;
}

.facilities-image-box._1 {
  margin-left: 1px;
  background-image: url('../images/IMG_0974A.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.facilities-image-box._2 {
  background-image: url('../images/IMG_4194-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.facilities-image-box._3 {
  background-image: url('../images/IMG_4229.jpg');
  background-position: 25% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.facilities-image-box._4 {
  margin-left: 1px;
  background-image: url('../images/IMG_1696.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.facilities-image-box._4 {
  margin-left: 1px;
  background-image: url('../images/IMG_1696.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.facilities-image-box._5 {
  background-image: url('../images/_MG_4980.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.facilities-image-box._6 {
  background-image: url('../images/IMG_1667.jpg');
  background-position: 25% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.facilities-image-box._7 {
  margin-left: 1px;
  background-image: url('../images/IMG_1606.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.facilities-image-box._8 {
  background-image: url('../images/IMG_1616.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.facilities-image-box._9 {
  background-image: url('../images/IMG_1628.jpg');
  background-position: 25% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.facilities-image-box._11 {
  margin-left: 1px;
  background-image: url('../images/IMG_0974A.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.facilities-image-box._10 {
  margin-left: 1px;
  background-image: url('../images/IMG_0546.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.facilities-image-box._11 {
  background-image: url('../images/IMG_0602.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.facilities-image-box._12 {
  background-image: url('../images/IMG_0624.jpg');
  background-position: 25% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.facilities-image-box._13 {
  margin-left: 1px;
  background-image: url('../images/IMG_0308.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.facilities-image-box._14 {
  background-image: url('../images/IMG_0316.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.facilities-image-box._15 {
  background-image: url('../images/DSC00666.jpg');
  background-position: 25% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schedule-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.monthly-schedule-row-name {
  width: 50%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.monthly-schedule-row {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #dcdfe2;
}

.start-time {
  color: red;
}

.intake-id-link {
  color: #0076be;
  text-decoration: none;
}

.monthly-schedule {
  width: 100%;
  margin-bottom: 30px;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.booking-row-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.monthly-schedule-language-wrapper {
  overflow: hidden;
  width: 100%;
  margin-bottom: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  border-radius: 0px;
}

.monthly-schedule-language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 35px;
  -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;
  font-family: 'Open Sans', sans-serif;
  color: #111;
}

.monthly-schedule-language-title {
  padding: 10px 20px;
  background-color: #e7e8ec;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.monthly-schedule-row-label {
  width: 30%;
  margin-right: 15px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #282b2e;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  text-align: right;
}

.monthly-schedule-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -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;
  border: 2px solid #ececec;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(86, 86, 85, 0.15);
}

.monthly-schedule-wrapper.margin-b35 {
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-color: #e6e7ee;
  box-shadow: 0 6px 18px 8px rgba(86, 86, 85, 0.05);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.monthly-schedule-wrapper.margin-b35:hover {
  box-shadow: 0 10px 14px 0 rgba(86, 86, 85, 0.19);
}

.register-online {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 25px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #0076be;
  border-radius: 35px;
  background-color: #0076be;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.short-courses-details-wrapper {
  width: 90%;
  padding-right: 50px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #dadadb;
  line-height: 25px;
  text-decoration: none !important;
}

.short-courses-details-wrapper:hover {
  color: #5ebcf5;
  text-decoration: none !important;
}

.upcoming-courses-title {
  margin-bottom: 5px;
  font-family: 'Kastelov axiforma', sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  text-decoration: none;
}

.upcoming-courses-date {
  font-family: 'Kastelov axiforma', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.course-details {
  padding: 20px 45px;
  border-radius: 35px;
  background-color: #0076be;
  font-family: 'Kastelov axiforma', sans-serif;
  line-height: 16px;
  text-align: center;
}

.course-details.view {
  box-shadow: -1px 5px 10px 0 rgba(0, 118, 190, 0.31);
  font-size: 20px;
  line-height: 20px;
}

.course-details.view.margin-l75 {
  margin-left: 75px;
}

.course-details.inside {
  margin-left: 5px;
  padding: 18px 31px 14px;
  box-shadow: -1px 5px 10px 0 rgba(0, 118, 190, 0.31);
  font-size: 14px;
  line-height: 16px;
}

.course-details.inside.b30 {
  margin-bottom: 30px;
}

.link {
  color: #0076be;
}

.course-schedule-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.course-schedule-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -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;
  border: 2px solid #ececec;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(86, 86, 85, 0.15);
}

.course-schedule-content-wrapper.margin-b35 {
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-color: #e6e7ee;
  box-shadow: 0 6px 18px 8px rgba(86, 86, 85, 0.05);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.course-schedule-content-wrapper.margin-b35:hover {
  box-shadow: 0 10px 14px 0 rgba(86, 86, 85, 0.19);
}

.course-schedule-slots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 35px;
  -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;
  font-family: 'Open Sans', sans-serif;
  color: #111;
  font-weight: 600;
}

.slots-available-text {
  margin-bottom: 15px;
}

.course-slot-text {
  font-size: 18px;
}

.course-filter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.course-schedule-slot-wrapper {
  overflow: hidden;
  width: 45%;
  margin-bottom: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  border-radius: 0px;
}

.course-schedule-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.booking-row-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #313131;
  font-weight: 300;
  text-align: center;
}

.gst {
  color: #2652b3;
  font-size: 13px;
}

.course-schedule-fee {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #313131;
  font-weight: 300;
  text-align: center;
}

.course-schedule-row-lable {
  width: 10%;
  margin-right: 15px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #282b2e;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  text-align: right;
}

.course-filter {
  margin-bottom: 20px;
  border: 1px solid #dfdfdf;
  border-radius: 100px;
  background-color: #fff;
}

.course-filter.margin-r15 {
  margin-right: 15px;
}

.course-filter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright-link {
  color: #fff;
}


.registration-content {
  display: block;
  padding-right: 50px;
  padding-left: 50px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}

.registration-content.bg-color {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f8f8f8;
}

.registration-content.margin-b50 {
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.global-header {
  margin-bottom: 20px;
  font-family: 'Effra std bd', sans-serif;
  color: #000;
}
.register-text.margin-b20 {
  margin-bottom: 20px;
}
.register-text {
  font-family: 'Open Sans', sans-serif;
  line-height: 23px;
}
.register-label-wrapper {
  width: 20%;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
}
.register-name-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
}
.register-label-wrapper {
  width: 20%;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
}
.register-radion-button.margin-r20 {
  margin-right: 20px;
}
.register-radion-button {
  padding-top: 5px;
  float: left;
}
.red {
  color: #e40410;
}
.register-field-label {
  width: 25%;
  padding-top: 8px;
  padding-right: 20px;
  float: left;
  font-family: 'Effra std rg', sans-serif;
  text-align: right;
}
.register-form-text-field {
  font-weight: normal;
}
.register-form-text-field {
  max-width: 450px;
  margin-bottom: 15px;
  border-radius: 3px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.register-button-wrapper {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
.register-checkbox-field {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
}
.register-name-text {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: #161616;
  font-size: 15px;
  font-weight: 400;
}
.content-section .submit-button{
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .banner-section {
    min-height: auto;
    background-position: 50% 100%;
  }
  .container {
    width: 90% !important;
  }
  .navlink {
    padding-left: 25px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  }
  .navlink:hover {
    color: #000;
  }
  .navlink.w--current {
    color: #000;
  }
  .navlink.last {
    border-bottom-style: none;
  }
  .flex-wrapper.horizontal-csb.banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .flex-wrapper.horizontal-csb.courses {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .flex-wrapper.horizontal-csb.schedule {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-wrapper.center-vert.faculties {
    width: 80%;
  }
  .flex-wrapper.details {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex-wrapper.inside-banner-heading {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .flex-wrapper.horizontal-cc.monthly-schedule {
    margin-bottom: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-wrapper.horizontal-cc.course-schedule {
    margin-bottom: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner-header-wrapper {
    padding-top: 30px;
  }
  .header-wrapper {
    width: 50%;
    margin-bottom: 20px;
    padding-top: 80px;
  }
  .hero-banner-header {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 45px;
    text-align: left;
  }
  .hero-banner-paragraph {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-banner-paragraph.l-padding {
    padding-right: 0px;
  }
  .banner-form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    margin-right: 0px;
    -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;
  }
  .banner-form {
    width: 100%;
    padding: 30px 35px;
  }
  .hero-form-header {
    font-size: 26px;
    line-height: 30px;
  }
  .contact-form-text {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-form-text.b30 {
    margin-bottom: 30px;
  }
  .submit-button {
    padding: 17px 15px 15px;
  }
  .content-section.courses {
    min-height: auto;
    padding-bottom: 90px;
  }
  .content-section.bst {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content-section.booking {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .content-section.training {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .flex-col._2col {
    width: 50%;
  }
  .flex-col._2col.course-image {
    top: 0px;
    width: 45%;
    min-height: 550px;
  }
  .flex-col._2col.courses {
    padding-left: 0px;
  }
  .flex-col._2col.about {
    width: 60%;
  }
  .content-header {
    font-size: 28px;
    line-height: 36px;
  }
  .content-header.bigger {
    font-size: 30px;
    line-height: 42px;
  }
  .short-course-list-no {
    padding-top: 5px;
    font-size: 26px;
    line-height: 26px;
  }
  .short-course-name {
    font-size: 14px;
  }
  .button {
    padding: 17px 35px 15px;
  }
  .button.view {
    padding: 17px 35px 15px;
    font-size: 17px;
  }
  .button.inside {
    padding: 17px 35px 15px;
    font-size: 17px;
  }
  .content-paragraph {
    font-size: 16px;
    line-height: 26px;
  }
  .image-box {
    min-height: 200px;
  }
  .footer-details {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .footer-info {
    margin-right: 2px;
    margin-left: 2px;
    padding-left: 30px;
  }
  .footer-info.call {
    background-size: 20px;
  }
  .footer-info.email {
    background-size: 20px;
  }
  .footer-info.location {
    background-size: 20px;
  }
  .footer-info-text {
    font-size: 12px;
  }
  .menu-button {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #001d2e;
  }
  .logo {
    top: 10px;
    max-width: 300px;
    margin-right: 0px;
  }
  .copyright-text {
    font-size: 13px;
    line-height: 13px;
  }
  .nav-menu {
    border-radius: 15px;
    background-color: #0076be;
  }
  .inside-page-banner {
    min-height: auto;
    background-position: 30% 10%;
    background-size: auto;
  }
  .inside-heading {
    font-size: 45px;
    line-height: 55px;
  }
  .maps {
    margin-bottom: 50px;
  }
  .hero-form-title {
    font-size: 24px;
    line-height: 36px;
  }
  .contact-form {
    width: 100%;
    min-width: 0px;
  }
  .contact-field-label {
    font-size: 15px;
    line-height: 23px;
  }
  .contact-text {
    font-size: 14px;
    line-height: 24px;
  }
  .nav-dropdown-list.w--open {
    border-radius: 0px;
    background-color: #343e48;
  }
  .dropdown-list-link {
    padding-left: 25px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  }
  .dropdown-list-link:hover {
    color: #5ebcf5;
    text-decoration: none !important;
  }
  .dropdown-list-link.w--current {
    color: #5ebcf5;
    text-decoration: none !important;
  }
  .dropdown-toggle {
    padding-left: 25px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  }
  .dropdown-toggle:hover {
    color: #000;
  }
  .course-detail-title {
    font-size: 25px;
    line-height: 35px;
  }
  .details-content-wrapper {
    margin-bottom: 50px;
  }
  .details-price-wrapper {
    width: 100%;
    float: none;
  }
  .course-details-column {
    padding-bottom: 0px;
  }
  .course-text {
    font-size: 15px;
    line-height: 25px;
  }
  .facilities-image-box {
    width: 35%;
  }
  .monthly-schedule-row-name {
    width: 50%;
  }
  .monthly-schedule-language {
    font-size: 12px;
    line-height: 18px;
  }
  .monthly-schedule-language-title {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .monthly-schedule-row-label {
    font-size: 13px;
    line-height: 19px;
  }
  .monthly-schedule-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .monthly-schedule-wrapper.margin-b35 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .register-online {
    padding: 17px 35px 15px;
  }
  .course-details {
    padding: 17px 35px 15px;
  }
  .course-details.view {
    padding: 17px 35px 15px;
    font-size: 17px;
  }
  .course-details.inside {
    padding: 17px 35px 15px;
    font-size: 17px;
  }
  .course-schedule-content-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .course-schedule-content-wrapper.margin-b35 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .course-schedule-slots {
    font-size: 12px;
    line-height: 18px;
  }
  .course-schedule-slot-wrapper {
    width: 100%;
  }
  .course-schedule-button-wrapper {
    width: 100%;
  }
  .course-schedule-row-lable {
    font-size: 13px;
    line-height: 19px;
  }
}

@media screen and (max-width: 767px) {
  .banner-section {
    min-height: auto;
    background-position: 30% 50%;
  }
  .flex-wrapper.horizontal-csb.banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-wrapper.horizontal-csb.courses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-wrapper.center-vert.faculties {
    width: 100%;
  }
  .flex-wrapper.horizontal-ssb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .flex-wrapper.horizontal-cc.monthly-schedule {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-wrapper.horizontal-cc.course-schedule {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .banner-header-wrapper {
    padding-top: 0px;
  }
  .header-wrapper {
    width: 100%;
    padding-top: 30px;
  }
  .hero-banner-paragraph {
    font-size: 16px;
    line-height: 24px;
  }
  .banner-form-wrapper {
    width: 100%;
  }
  .banner-form {
    padding: 40px;
  }
  .submit-button {
    font-size: 18px;
    line-height: 18px;
  }
  .content-section.courses {
    top: -2px;
    padding-top: 50px;
  }
  .content-section.bst {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .content-section.inside {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .flex-col._2col.course-image {
    width: 90%;
  }
  .flex-col._2col.courses {
    width: 90%;
    padding-top: 30px;
  }
  .flex-col._2col.about {
    width: 70%;
  }
  .flex-col.width48 {
    width: 100%;
  }
  .content-header {
    font-size: 24px;
    line-height: 32px;
  }
  .content-header.b50 {
    margin-bottom: 40px;
  }
  .content-header.bigger.center {
    font-size: 22px;
    line-height: 34px;
  }
  .short-course-list-no {
    font-size: 25px;
    line-height: 25px;
  }
  .short-course-name {
    font-size: 13px;
    line-height: 23px;
  }
  .button.view.margin-l75 {
    margin-left: 70px;
  }
  .image-box {
    min-height: 150px;
  }
  .footer-details {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-info {
    padding-left: 25px;
  }
  .footer-info-text {
    font-size: 9px;
    line-height: 35px;
  }
  .copyright-text {
    line-height: 20px;
  }
  .inside-page-banner {
    min-height: auto;
  }
  .inside-heading {
    font-size: 40px;
    line-height: 50px;
  }
  .contact-info-wrapper {
    margin-bottom: 50px;
  }
  .contact-info {
    font-size: 13px;
    line-height: 23px;
  }
  .maps {
    width: 100%;
    float: none;
    text-align: center;
  }
  .contact-form {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .contact-field-label {
    font-size: 14px;
    line-height: 22px;
  }
  .contact-text {
    font-size: 15px;
    line-height: 25px;
  }
  .course-detail-sub {
    font-size: 17px;
    line-height: 22px;
  }
  .course-detail-title {
    margin-top: 0px;
    font-size: 22px;
    line-height: 36px;
  }
  .course-detail-list {
    padding-left: 20px;
  }
  .facilities-image-box {
    min-height: 150px;
    margin-right: 0px;
  }
  .facilities-image-box._1 {
    margin-left: 0px;
  }
  .facilities-image-box._10 {
    margin-right: 15px;
  }
  .schedule-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .monthly-schedule {
    margin-bottom: 30px;
  }
  .booking-row-button-wrapper {
    padding-left: 30px;
  }
  .monthly-schedule-language {
    margin-bottom: 0px;
  }
  .monthly-schedule-wrapper {
    width: 100%;
  }
  .monthly-schedule-wrapper.margin-b35 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .register-online {
    line-height: 20px;
  }
  .short-courses-details-wrapper {
    padding-right: 0px;
  }
  .course-details.view.margin-l75 {
    margin-left: 70px;
  }
  .course-schedule-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .course-schedule-content-wrapper {
    width: 100%;
  }
  .course-schedule-content-wrapper.margin-b35 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .course-schedule-slots {
    margin-bottom: 0px;
  }
  .course-schedule-button-wrapper {
    padding-left: 30px;
  }
  .course-schedule-row-lable {
    width: 15%;
  }
}

@media screen and (max-width: 479px) {
  .banner-section {
    background-position: 35% 50%;
  }
  .container {
    width: 85% !important;
  }
  .portal-link {
    padding-right: 8px;
    padding-left: 8px;
  }
  .flex-wrapper.horizontal-csb.banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-wrapper.horizontal-csb.courses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-wrapper.center-vert.faculties {
    width: 90%;
  }
  .flex-wrapper.details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-wrapper.inside-banner-heading {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .flex-wrapper.horizontal-cc.monthly-schedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-wrapper.horizontal-cc.course-schedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-wrapper {
    width: 100%;
    padding-top: 15px;
  }
  .hero-banner-header {
    font-size: 25px;
    line-height: 40px;
  }
  .hero-banner-paragraph {
    font-size: 15px;
    line-height: 23px;
  }
  .banner-form-wrapper {
    width: 100%;
  }
  .banner-form {
    padding: 30px;
  }
  .contact-form-text {
    font-size: 12px;
    line-height: 18px;
  }
  .content-section.courses {
    top: -2px;
  }
  .content-section.booking {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .flex-col._2col.course-image {
    width: 100%;
    min-height: 400px;
  }
  .flex-col._2col.courses {
    width: 100%;
  }
  .flex-col._2col.about {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .content-header {
    font-size: 22px;
    line-height: 30px;
  }
  .short-course-list-no {
    font-size: 24px;
    line-height: 24px;
  }
  .button.view.margin-l75 {
    margin-left: 65px;
  }
  .content-paragraph {
    font-size: 15px;
    line-height: 23px;
  }
  .image-box {
    min-height: 100px;
  }
  .footer-info {
    padding-left: 30px;
  }
  .footer-info.call {
    margin-bottom: 15px;
  }
  .footer-info.email {
    margin-bottom: 15px;
  }
  .footer-info.location {
    min-height: 40px;
  }
  .footer-info-text {
    font-size: 12px;
    line-height: 20px;
  }
  .menu-button {
    bottom: 13px;
  }
  .logo {
    top: 5px;
    max-width: 200px;
  }
  .copyright-text {
    font-size: 11px;
  }
  .inside-page-banner {
    background-position: 2% 40%;
  }
  .inside-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-form-title {
    font-size: 19px;
    line-height: 29px;
  }
  .contact-form {
    padding: 40px 30px;
  }
  .contact-field-label {
    line-height: 20px;
  }
  .contact-text {
    font-size: 14px;
    line-height: 23px;
  }
  .insidecontent-heading {
    font-size: 28px;
    line-height: 32px;
  }
  .dropdown-list-link {
    line-height: 24px;
    white-space: normal;
  }
  .course-detail-title {
    font-size: 22px;
    line-height: 32px;
  }
  .course-text {
    font-size: 14px;
    line-height: 24px;
  }
  .monthly-schedule-row-name {
    padding-left: 20px;
    font-size: 12px;
  }
  .monthly-schedule {
    padding-right: 0px;
  }
  .booking-row-button-wrapper {
    padding-left: 15px;
  }
  .monthly-schedule-language-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
  .monthly-schedule-row-label {
    margin-right: 0px;
    font-size: 12px;
  }
  .monthly-schedule-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .short-courses-details-wrapper {
    width: 75%;
  }
  .upcoming-courses-title {
    font-size: 12px;
    line-height: 18px;
  }
  .course-details.view.margin-l75 {
    margin-left: 65px;
  }
  .course-schedule-content-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .course-schedule-slot-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
  .course-schedule-button-wrapper {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .course-schedule-row-lable {
    width: 20%;
    margin-right: 0px;
    font-size: 12px;
  }
}

@font-face {
  font-family: 'Effra std bdit';
  src: url('../fonts/Effra_Std_BdIt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Effra std he';
  src: url('../fonts/Effra_Std_He.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Effra std heit';
  src: url('../fonts/Effra_Std_HeIt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Effra std bd';
  src: url('../fonts/Effra_Std_Bd.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Effra std lt';
  src: url('../fonts/Effra_Std_Lt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Effra std ltit';
  src: url('../fonts/Effra_Std_LtIt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Effra std it';
  src: url('../fonts/Effra_Std_It.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Effra std rg';
  src: url('../fonts/Effra_Std_Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Effra std md';
  src: url('../fonts/Effra_Std_Md.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Effra std mdit';
  src: url('../fonts/Effra_Std_MdIt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Black-Italic.otf') format('opentype'), url('../fonts/Kastelov---Axiforma-Heavy-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Black.otf') format('opentype'), url('../fonts/Kastelov---Axiforma-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Bold.otf') format('opentype'), url('../fonts/Kastelov---Axiforma-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Bold-Italic.otf') format('opentype'), url('../fonts/Kastelov---Axiforma-ExtraBold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Kastelov axiforma book';
  src: url('../fonts/Kastelov---Axiforma-Book-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Kastelov axiforma book';
  src: url('../fonts/Kastelov---Axiforma-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-SemiBold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}