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

.global-header-section {
  display: block;
}

.global-footersection {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #323232;
}

.content-section {
  display: block;
  height: 1000px;
  background-color: #c5b8b8;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: 'Open Sans', sans-serif;
  display: block;
}

.container.footer-allignment {
  display: block;
}

.navbar {
  display: none;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.global-hero-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10px !important;
}

.flex-nav {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navlink {
  position: relative;
  width: auto;
  margin-right: 0px;
  padding: 10px 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 21px;
  font-weight: 600;
}

.navlink:hover {
  color: #094;
}

.cta-bar {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #094;
  -webkit-transition: all 300ms cubic-bezier(.25, .46, .45, .94);
  transition: all 300ms cubic-bezier(.25, .46, .45, .94);
}

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

.cta-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0%;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
}

.cta-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 10px;
}

.login-box {
  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;
  font-family: 'Open Sans', sans-serif;
}

.login.text-properties {
  margin-right: 20px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.login.text-properties:hover {
  font-size: 15px;
}

.registration {
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 8px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  text-decoration: none;
}

.registration:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.registration.registration-mobile {
  border-radius: 0px;
}

.log-in {
  font-family: 'Open Sans', sans-serif;
  line-height: 21px;
  font-weight: 600;
}

.log-in.login-mobile {
  font-size: 13px;
}

.dropdown {
  font-size: 7px;
}

.footer-flex {
  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;
}

.footer-content-left {
  width: 50%;
}

.footer-content {
  width: 50%;
}

.footer-logo-box {
  margin-bottom: 20px;
}

.below-content-box {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}

.link-number {
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 2px solid transparent;
  color: #fff;
  text-decoration: none;
}

.link-number:hover {
  border-bottom: 2px solid #fff;
}

.footer-text-left {
  margin-bottom: 20px;
}

.text-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.middle-content-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  border-bottom: 1px solid transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
}

.middle-content-flex.social-flex {
  width: auto;
}

.middle-content-flex.social-flex.mobile-alignment {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.middle-content-flex.mobile-alignment {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
}

.footer-label {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

.footer-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-bottom: 2px solid transparent;
  color: #fff;
  line-height: 25px;
  text-align: left;
  text-decoration: none;
}

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

.footer-link.footer-careers {
  font-size: 22px;
  font-weight: 700;
}

.footer-link.privacy-link {
  font-weight: 700;
}

.footer-link.mobile-alignment:hover {
  border-bottom: 2px solid #fff;
}

.social-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icons {
  width: 40px;
  height: 40px;
  padding: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: none;
  border-width: 2px;
  border-color: #094;
  border-radius: 10px;
  background-color: #fff;
}

.social-icons:hover {
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #094;
}

.image-3 {
  display: block;
}

.nav-menu {
  position: static;
  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: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.social-icon-wrapper-mobile {
  display: none;
  width: 85%;
  -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;
}

.copyright-mobile {
  display: none;
}

.image-8 {
  display: block;
}

.image-9 {
  display: block;
}

.image-10 {
  display: block;
}

.image-11 {
  display: block;
}

.dropdown-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 50px;
  min-height: 50px;
  padding: 10px 60px 10px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #efefef;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}

.dropdown-link:hover {
  background-color: #0d9a49;
  color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.dropdown-link.sub-3 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  padding-bottom: 15px;
  padding-left: 35px;
}

.dropdown-link.addtl-link {
  min-height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border: 1px none #000;
  text-decoration: none;
}

.copyright-link {
  border-bottom: 2px none #fff;
  color: #094;
  font-weight: 400;
  text-decoration: none;
}

.copyright-link:hover {
  border-bottom: 2px solid #fff;
}

.phone-number {
  color: #fff;
  line-height: 23px;
  font-weight: 600;
  text-decoration: none;
}

.image-12 {
  margin-right: 10px;
}

.image-13 {
  margin-right: 10px;
}

.contact-icon {
  display: none;
}

.c-log-in {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: 10px;
  padding-right: 8px;
  padding-left: 8px;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #094;
  border-radius: 5px;
  background-color: #094;
  color: #fff;
  text-decoration: none;
}

.c-log-in:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #094;
  background-color: #fff;
  color: #000;
}

.c-log-in.tablet {
  display: none;
}

.login-box-client {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-wrapper {
  background-color: #fff;
}

.navbar-wrapper {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.dropdown-toggle {
  padding: 10px 15px 10px 10px;
  /*padding: 10px 35px 10px 30px;*/
}

.dropdown-toggle:hover {
  color: #094;
}

.nav-container {
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
}

.dropdown-list {
  position: absolute;
  width: auto;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.46);
  background-color: #fff;
  color: #fff;
}

.dropdown-list:hover {
  background-color: #fff;
  color: #094;
}

.dropdown-list.w--open {
  background-color: #fff;
  box-shadow: 10px 4px 11px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-list._2 {
  background-color: #fff;
}

.dropdown-list.dropdown-3.w--open {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-list-2 {
  background-color: #6d6666;
}

.dropdown-list-2.w--open {
  position: absolute;
  background-color: #fff;
}

.dropdown-list-2.sub {
  position: absolute;
  left: 100%;
  top: 0%;
  z-index: 9999999999999;
  background-color: #fff;
}

.dropdown-list-2.sub.sub-3.w--open {
  position: relative;
  left: 9%;
}

.sub-dropdown {
  width: 100%;
}

.sub-dropdown:hover {
  color: #fff;
}

.nav-link-header {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.nav-link-header:hover {
  color: #a80002;
  text-decoration: underline;
}

.nav-link-header.w--current {
  color: #a80002;
  font-size: 18px;
}

.nav-link-header.dropdown {
  padding-right: 0px;
  padding-left: 0px;
}

.nav-link-header.dropdown.navlink {
  padding-top: 0px;
  padding-right: 10px;
}

.nav-link-header.dropdown.z-index {
  z-index: 1;
}

.nav-link-header.dropdown.zindex-1 {
  z-index: 2;
}

.nav-link-header.spacel {
  margin-right: 10px;
}

.text-block-3 {
  padding-right: 15px;
  font-size: 12px;
}

.icon-2 {
  margin-right: 10px;
}

.nav-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-logo {
  width: 20%;
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /*max-width: 1260px;*/
  max-width: 1376px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navbar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu-new {
  display: block;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  
}

.navbar-syle {
  background-color: transparent;
}

.link-block {
  display: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.link-block:hover {
  color: #fff;
}

.nav-menu-new-tab {
  display: none;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  
}

.loginbox-mobile {
  padding: 5px;
  background-color: #094;
}

.login-icon-box-mobile {
  display: none;
}

/*--------VPN-----------*/

.container {
  width: 95%!important;
  /*max-width: 1200px;*/
  margin-right: auto;
  margin-left: auto;
}
.container.mid {
  width: 90%;
  max-width: 1300px;
}
.container.xs {
  max-width: 840px;
}

.hero-banner-slide-content {
 /* position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 163px;
  -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;
  background-clip: border-box;*/
}

.hero-banner-slide-content.over {
  /*left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;*/
}

.her-banner-header {
  /*width: 75%;
  font-family: 'Axiforma bold', sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 57px;
  text-align: center;*/
}

.her-banner-subheader {
  /*font-family: 'Axiforma regular', sans-serif;
  color: #aeaeae;
  font-size: 24px;
  line-height: 26px;*/
}

.hero-banner-slider-cover {
  /*position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;*/
}

.hero-banner-slide-image-wrapper {
 /* z-index: 0;
  -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-image: none;*/
}

.hero-banner-slide-image-wrapper.overlay {
  /*position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;*/
}
.hero-banner-wrapper {
    height: auto;
  }

  .hero-banner-wrapper.inside {
    height: 270px;
  }

  .hero-banner-slider-wrapper {
    height: auto;
    min-height: auto;
  }

  .hero-banner-slider-wrapper.inside {
    height: 200px;
    min-height: auto;
  }

  .hero-banner-slide {
    height: auto;
  }

  .hero-banner-slide-image.inside {
    min-height: 200px;
    z-index: -1;
  }

  .hero-banner-slide-image.inside.workshop {
    background-position: 23% 50%;
    background-size: cover;
  }

  .hero-banner-mask {
    height: auto;
  }

  .navbar-wrapper {
    margin-top: 0px;
  }
  .hero-banner-slide-image {
  position: absolute;
  width: 100%;
  min-height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: none;
}

.hero-banner-slide-image._1 {
  width: 100%;
  background-image: url('../images/hero-banner2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-banner-slide-image.inside {
  width: 100%;
  min-height: 350px;
  background-image: url('../images/Banner-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-banner-slide-image.inside.manager {
  background-image: url('../images/Manager.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.inside-header-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 50%;
  margin-bottom: 25px;
}
/*.inside-header {
  color: #fff;
  font-size: 31px;
  line-height: 34px;
  text-align: right;
}*/

.inside-header {
  color: #fff;
  font-size: 31px;
  line-height: 34px;
  text-align: right;
  margin-top: 0%;
  position: absolute;
  left: 0%;
  right: 10%;
  top: 20%;
  bottom: 0%;
}

.inside-header-light {
  color: #0eb1e2;
  font-weight: 400;
}


.career-content-wrapper {
  padding-top: 120px;
  padding-bottom: 70px;
}
.content-header {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Axiforma light', sans-serif !important;
  color: #000;
  font-size: 35px;
  line-height: 40px;
  font-weight: 300;
}

.content-header.smaller {
  font-size: 23px;
  line-height: 30px;
}

.content-header.n-margin {
  margin-bottom: 10px;
}

/*--filter--*/

.filter-wrapper {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-field {
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  background-color: #fff;
}

.filter-button {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 3px solid #0073c3;
  background-color: #fff;
  color: #000;
}

.course-box-title {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  background-color: rgba(0, 0, 0, 0.5);
}

._30-spacer {
  height: 30px;
}

.course-box-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -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;
}

.filter-col {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.xs {
  color: #a3a3a3;
  font-size: 12px;
}

.center-div {
  margin-top: 31px;
  text-align: center;
}

.search-field {
  height: 32px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 45px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #000 #000 #000 hsla(0, 0%, 100%, 0.1);
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/search-2.svg');
  background-position: 8% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 13px;
}

.search-field::-webkit-input-placeholder {
  color: #fff;
}

.search-field:-ms-input-placeholder {
  color: #fff;
}

.search-field::-ms-input-placeholder {
  color: #fff;
}

.search-field::placeholder {
  color: #fff;
}

.search-form-block {
  height: auto;
  min-height: auto;
  margin-right: 14px;
  margin-bottom: 0px;
}

.contact-no {
  margin-right: 20px;
  padding: 6px 25px 6px 34px;
  border-right: 1px solid rgba(163, 162, 170, 0.11);
  background-image: url('../images/call-1.svg');
  background-position: 0% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 13px;
}

.contact-no.email {
  background-image: url('../images/email.svg');
}

.flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}


.workshop-separator-line {
  height: 2px;
  max-width: 1200px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: hsla(0, 0%, 71.3%, 0.16);
}



.course-box-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .course-box {
    width: 50%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .course-box._4 {
    width: 50%;
  }

  .inside-side-image.xl {
    max-width: 100%;
    min-width: 100%;
  }

  .hero-slide-arrow-image {
    width: 40px;
    min-width: 40px;
  }

  .register-link {
    display: inline;
    font-size: 13px;
    line-height: 18px;
  }

  .flex-block {
    width: 100%;
    -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-block.hide-mobile {
    display: none;
  }

  .course-box-content {
  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;
}

.course-box-content.multiple {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.course-box-content-wrapper {
  padding-bottom: 30px;
}

.course-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  padding-bottom: 30px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.course-box:hover {
  box-shadow: 0 10px 15px 8px rgba(0, 0, 0, 0.03);
}

.course-box.inside {
  width: 31%;
  min-height: 270px;
  min-width: 31%;
  margin-right: 2%;
  margin-bottom: 3%;
  padding-bottom: 20px;
  -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;
}

.course-box._4 {
  width: 23%;
}

.course-box-header {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.course-link {
  display: inline;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #141414;
  text-decoration: none;
}

.course-link:hover {
  color: #0061b6;
}

.course-link.mid {
  font-size: 16px;
  line-height: 23px;
}
/*.course-link.mid img {
  width: 100%;
}*/

.image-block-wrapper {
  max-width: 1150px;
  margin-bottom: 29px;
}
.course-box-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.course-box-details-wrapper.fullwidth {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.course-box-register-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.box-button {
  margin-right: 22px;
  padding: 11px 23px;
  background-color: #005eb5;
  box-shadow: 0 8px 16px -8px rgba(10, 139, 206, 0.62);
  -webkit-transition: background-color 325ms ease;
  transition: background-color 325ms ease;
}

.box-button:active {
  background-color: #1274cf;
}

.box-button._0 {
  margin-right: 0px;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 13px;
}
.course-box-details {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Nunito Sans', sans-serif;
  color: #141414;
  font-weight: 400;
}

.course-box-price {
  padding-top: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-top: 3px solid rgba(247, 244, 238, 0);
}

.course-box-price.no-border {
  margin-bottom: 20px;
  border-top-style: none;
}

.course-box-price-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  padding-bottom: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #fafafa;
}

.course-box-price-1 {
  color: #f39909;
  font-size: 14px;
  font-weight: 400;
}

.course-box-price-1.bigger {
  font-family: 'Axiforma medium', sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.course-box-price-2 {
  color: #7d7d7d;
}

.course-box-price-3 {
  color: #181818;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
}

.course-box-price-3.inside {
  margin-left: 15px;
  font-size: 14px;
  font-weight: 400;
}

.course-box-price-3.inside.bold {
  color: #070707;
  font-weight: 600;
}

.course-box-price-3.bigger {
  font-family: 'Axiforma medium', sans-serif;
  color: #080808;
  font-size: 16px;
  font-weight: 500;
}

.course-box-price-3-wrapper {
  min-width: 74px;
  text-align: left;
}

.course-schedule-filter {
  padding-bottom: 60px;
}

.course-row {
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  background-color: hsla(0, 0%, 96.7%, 0.86);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.course-row:hover {
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.09);
}
.book-now-price {
  margin-top: 15px;
  margin-bottom: 18px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.course-slot-title {
  padding: 8px 15px;
  background-color: #005eb5;
  color: #fff;
  text-align: center;
}

.course-slot-number {
  margin-top: 5px;
  float: none;
  color: #fff;
  font-size: 50px;
  line-height: 40px;
}

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

.course-name-link {
  width: 100%;
  padding-top: 0px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.button-line {
  margin-top: 15px;
  padding-right: 25px;
  padding-left: 25px;
  border: 6px solid #2652b3;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-size: 16px;
}

.button-line:hover {
  border-color: #2652b3;
  background-color: #2652b3;
  color: #fff;
}

.button-line.book {
  margin-top: 12px;
  padding: 8px 15px 10px;
  border-width: 4px;
  border-color: #00b0b2;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}

.button-line.book:hover {
  background-color: #00b0b2;
  color: #fff;
}

.course-booked-small-text {
  color: #2652b3;
  font-size: 13px;
  font-weight: 400;
}

.course-col-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.course-details-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px dashed #dcdfe2;
  font-size: 14px;
}

.course-details-row.no-line {
  margin-bottom: 10px;
  border-bottom-style: none;
}

.course-time {
  color: #000;
  font-style: normal;
}

.course-slot-col3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #2e97a9;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.course-slot-col3.available {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
  -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;
  background-color: #0eb1e2;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-align: center;
}

.course-slot-col3.available:hover {
  background-color: #006bce;
}

.course-booked-light {
  font-weight: 300;
}

.course-background {
  position: absolute;
  top: 15px;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100px;
  max-height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-color: #e2f5f5;
}
.introduction-video {
  max-height: 380px;
}

.course-2-col {
  width: 100%;
}

.course-2-col.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -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;
}

.course-2-col.details {
  padding-right: 10px;
  padding-left: 10px;
}

.course-2-col.slots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.course-2-col.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.course-detail-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.course-row {
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  background-color: hsla(0, 0%, 96.7%, 0.86);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.course-row:hover {
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.09);
}

.book-now-price {
  margin-top: 15px;
  margin-bottom: 18px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.course-slot-title {
  padding: 8px 15px;
  background-color: #005eb5;
  color: #fff;
  text-align: center;
}

.course-slot-number {
  margin-top: 5px;
  float: none;
  color: #fff;
  font-size: 50px;
  line-height: 40px;
}

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

.course-name-link {
  width: 100%;
  padding-top: 0px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.button-line {
  margin-top: 15px;
  padding-right: 25px;
  padding-left: 25px;
  border: 6px solid #2652b3;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-size: 16px;
}

.button-line:hover {
  border-color: #2652b3;
  background-color: #2652b3;
  color: #fff;
}

.button-line.book {
  margin-top: 12px;
  padding: 8px 15px 10px;
  border-width: 4px;
  border-color: #00b0b2;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}

.button-line.book:hover {
  background-color: #00b0b2;
  color: #fff;
}

.course-booked-small-text {
  color: #2652b3;
  font-size: 13px;
  font-weight: 400;
}

.course-col-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.course-details-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px dashed #dcdfe2;
  font-size: 14px;
}

.course-details-row.no-line {
  margin-bottom: 10px;
  border-bottom-style: none;
}

.course-time {
  color: #000;
  font-style: normal;
}

.course-slot-col3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #2e97a9;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.course-slot-col3.available {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
  -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;
  background-color: #0eb1e2;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-align: center;
}

.course-slot-col3.available:hover {
  background-color: #006bce;
}

.course-booked-light {
  font-weight: 300;
}

.course-background {
  position: absolute;
  top: 15px;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100px;
  max-height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-color: #e2f5f5;
}

/*----Registration---*/
.register-content-wrapper {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.register-header {
  margin-bottom: 20px;
  font-family: 'Effra std bd', sans-serif;
  color: #000;
  font-weight: bold;
}
.register-name-wrapper {
  width: 80%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.register-label-wrapper {
    width: 20%;
    padding-top: 5px;
    /*padding-bottom: 5px;*/
    float: left;
}
.register-label-text {
    margin-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    font-family: 'Open Sans', sans-serif;
    color: #f39909;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
}
.registration-content.margin-b50 {
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.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;
}
.register-content-wrapper {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.register-header {
  margin-bottom: 20px;
  font-family: 'Effra std bd', sans-serif;
  color: #000;
  font-weight: bold;
}
.register-name-wrapper {
  width: 80%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.register-label-wrapper {
    width: 20%;
    padding-top: 5px;
    /*padding-bottom: 5px;*/
    float: left;
}
.register-label-text {
    margin-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    font-family: 'Open Sans', sans-serif;
    color: #f39909;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
}

  
  p {
    font-size: 14px;
    line-height: 22px;
  }

  .hero-banner-wrapper {
    height: auto;
  }

  .hero-banner-wrapper.inside {
    height: 270px;
  }

  .hero-banner-slider-wrapper {
    height: auto;
    min-height: auto;
  }

  .hero-banner-slider-wrapper.inside {
    height: 200px;
    min-height: auto;
  }

  .hero-banner-slide {
    height: auto;
  }

  .hero-banner-slide-image.inside {
    min-height: 350px;
  }

  .hero-banner-slide-image.inside.workshop {
    background-position: 23% 50%;
    background-size: cover;
  }

  .hero-banner-mask {
    height: auto;
  }

  .navbar-wrapper {
    margin-top: 0px;
  }



/*--------end-----------*/

/*-------course schedule----*/
.course-row-label {
  width: 50%;
  margin-right: 15px;
  color: #f39909;
  text-align: right;
}

.course-2-col {
  width: 100%;
}


@media screen and (min-width: 1440px) {
  .navlink {
    font-size: 13px;
  }

  .nav-link-header {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link-header.dropdown {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .content-section {
    display: block;
  }

  .navbar {
    display: none;
  }

  .navlink {
    z-index: 999999999;
    width: 100%;
  }

  .cta-phone {
    margin-right: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 18%;
  }

  .cta-phone.email {
    padding-right: 10px;
    padding-left: 10px;
  }

  .cta-box {
    width: 56%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-content-left {
    width: 36%;
  }

  .footer-content-left.mobile-alignment {
    width: 40%;
  }

  .footer-content.mobile-alignment {
    width: 65%;
  }

  .footer-content-flex.mobile {
    width: 95%;
  }

  .middle-content-flex {
    width: 50%;
  }

  .middle-content-flex.mobile-alignment {
    width: 50%;
  }

  .footer-flex-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .social-icon-wrapper {
    width: 100%;
  }

  .social-icons {
    width: 40px;
    height: 40px;
  }

  .social-icons:hover {
    width: 40px;
    height: 40px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .social-icon-wrapper-mobile {
    width: 100%;
  }

  .image-8 {
    display: block;
  }

  .image-9 {
    display: block;
  }

  .image-10 {
    display: block;
  }

  .image-11 {
    display: inline-block;
  }

  .dropdown-link {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
  }

  .phone-number {
    display: block;
  }

  .c-log-in {
    height: 50px;
  }

  .c-log-in:hover {
    border-style: solid;
    border-width: 2px;
    border-color: #094;
    background-color: #fff;
    color: #000;
  }

  .c-log-in.tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
    min-width: 50px;
    margin-right: 15px;
    float: right;
  }

  .c-log-in.desktop {
    display: none;
  }

  .login-box-client {
    margin-right: 10px;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .dropdown-toggle:hover {
    background-color: #094;
    color: #fff;
  }

  .dropdown-list.w--open {
    position: relative;
    border-left: 10px solid #a4dbbd;
  }

  .dropdown-list._2.w--open {
    position: relative;
  }

  .dropdown-list.dropdown-3.w--open {
    border-left: 10px solid #6cc595;
  }

  .dropdown-list-2.w--open {
    position: static;
    padding-left: 0px;
    border-left: 6px solid #aebbb4;
    background-color: #fff;
    box-shadow: -2px 9px 12px 0 rgba(0, 0, 0, 0.15);
  }

  .dropdown-list-2.sub {
    border-left: 10px solid #94eebc;
    background-color: #fafafa;
  }

  .dropdown-list-2.sub.sub-3.w--open {
    border-left-width: 5px;
    border-left-color: #087e3d;
  }

  .sub-dropdown {
    z-index: 9999999999999;
    border-bottom: 1px solid #e2e9e5;
  }

  .nav-link-header {
    position: relative;
    display: none;
    width: 100%;
    margin-right: auto;
    font-size: 12px;
  }

  .nav-link-header.dropdown {
    display: block;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #e9f7ef;
    text-decoration: none;
  }

  .nav-link-header.dropdown.navlink {
    display: block;
  }

  .nav-link-header.inside {
    width: 100%;
  }

  .nav-menu-new {
    display: none;
    padding-right: 0px;
    background-color: #fff;
  }

  .navbar-syle {
    display: block;
  }

  .menu-button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 50px;
    max-width: 50px;
    min-height: 50px;
    min-width: 50px;
    margin-right: 20px;
    padding: 0px;
    -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-radius: 5px;
    background-color: rgba(0, 153, 68, 0.16);
  }

  .menu-button-2:hover {
    background-color: #094;
    color: #fff;
  }

  .menu-button-2.w--open {
    max-width: 50px;
    border-radius: 5px;
    background-color: #f0f5f2;
    color: #094;
  }

  .menu-icon {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    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;
    border-radius: 5px;
  }

  .nav-menu-new-tab {
    display: block;
    padding-right: 0px;
    background-color: #fff;
  }

  /*----VPN2---*/
   .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }

  .login-box-client {
    width: 20%;
    margin-right: 10px;
  }
  .course-col-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .phone-number {
    display: block;
  }
  .c-log-in {
    height: 50px;
  }
  .c-log-in:hover {
    border-style: solid;
    border-width: 2px;
    border-color: #094;
    background-color: #fff;
    color: #000;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }

  .course-col-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .filter-col{
    padding-bottom: 10px;
  }
  .course-2-col.price {
    border-top: 1px solid #dcdfe2;
  }

  .login-box-client {
    width: 20%;
    margin-right: 10px;
  }
  /*----end VPN2--*/

}

@media screen and (max-width: 767px) {
  .content-section {
    height: 2000px;
  }

  .cta-bar {
    display: none;
  }

  .cta-phone {
    width: 20%;
  }

  .cta-phone.email {
    margin-right: 0px;
  }

  .cta-phone.cta-mobile-phone {
    width: 15%;
    margin-right: 0px;
  }

  .cta-box {
    display: none;
    width: 47%;
  }

  .login-box {
    width: 47%;
  }

  .log-in.login-mobile {
    font-size: 14px;
  }

  .footer-flex {
    display: block;
  }

  .footer-content-left.mobile-alignment {
    width: 100%;
    text-align: center;
  }

  .footer-content.mobile-alignment {
    width: 100%;
  }

  .below-content-box {
    width: 100%;
    text-align: left;
  }

  .middle-content-flex.mobile-alignment {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .footer-flex-box.mobile-course {
    display: block;
  }

  .footer-link.mobile-alignment {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .social-icon-wrapper {
    display: none;
  }

  .footer-label-media.mobile-alignment {
    margin-bottom: 30px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .image-3 {
    display: block;
  }

  .nav-menu {
    z-index: 3;
    width: 100%;
    margin-right: 0px;
    padding-left: 10px;
    background-color: #fff;
  }

  .social-icon-wrapper-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .copyright-mobile {
    display: block;
    text-align: center;
  }

  .copyright {
    display: none;
  }

  .image-4 {
    display: block;
  }

  .image-5 {
    display: block;
  }

  .image-6 {
    display: block;
  }

  .image-7 {
    display: block;
  }

  .phone-number {
    display: block;
  }

  .image-12 {
    margin-right: 0px;
  }

  .contact-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
  }

  .phone-call {
    margin-right: 20px;
  }

  .login-box-client {
    display: none;
    width: 30%;
  }
/*----VPN 3----*/
.register-label-wrapper{
    width: 100%!important;
  }

  .register-name-wrapper{
    width: 100%!important;
  }

  .filter-col{
    padding-bottom: 10px;
  }
  .course-box.inside {
  width: 48%;
  }

  .filter-wrapper {
    display: block !important;
  }
/*-----VPN3 end---*/


}

@media screen and (max-width: 479px) {
  .global-footersection {
    padding-right: 10px;
    padding-left: 10px;
  }

  .content-section {
    height: 1000px;
  }

  .flex-nav {
    -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;
  }

  .navlink {
    position: static;
    width: 100%;
    padding-left: 16px;
  }

  .cta-phone {
    display: block;
    width: 23%;
    margin-right: 0px;
    margin-left: 5px;
  }

  .cta-phone.email {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }

  .cta-phone.cta-mobile-phone {
    margin-right: 10px;
    margin-left: 0px;
  }

  .cta-box {
    display: none;
    width: 50%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .login-box {
    width: 65%;
    -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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .login.text-properties {
    margin-right: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 12px;
  }

  .registration.registration-mobile {
    padding: 5px;
    font-size: 13px;
  }

  .dropdown {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-content-flex.mobile {
    width: 100%;
  }

  .below-content-box {
    font-size: 16px;
  }

  .footer-text-left {
    font-size: 16px;
  }

  .middle-content-flex.mobile-alignment {
    font-size: 16px;
  }

  .footer-link.mobile-alignment {
    text-align: center;
  }

  .social-icons {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer-label-media.mobile-alignment {
    margin-bottom: 30px;
    text-align: center;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }

  .social-icon-wrapper-mobile {
    width: 80%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .dropdown-link {
    max-height: none;
  }

  .contact-icon {
    margin-left: 0px;
  }

  .c-log-in {
    margin-right: 3px;
    border-radius: 5px;
  }

  .c-log-in.tablet {
    display: none;
    margin-right: 10px;
  }

  .login-box-client {
    display: none;
    width: 55%;
  }

  .menu-button-2 {
    margin-right: 0px;
  }

  .login-icon-box-mobile {
    display: block;
    margin-right: 12px;
    padding: 5px;
    border-radius: 100px;
    background-color: #094;
  }

  .login-icon-box-mobile:hover {
    background-color: #318355;
  }

  /*----VPN4-----*/
  .filter-wrapper{
    display: block !important;
  }

  .course-box.inside {
  width: 100%;
  }
  .filter-col {
    width: 100% !important;
  }
  /*----VPN4 end----*/

}

