html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4em;
  background: whitesmoke;
  color: #797979; }
  body h1, body h2, body h3, body h4 {
    font-weight: 800;
    color: #e30613; }
  body h1 {
    font-size: 38px;
    line-height: 1.1em;
    margin-bottom: 30px; }
  body h2 {
    font-size: 32px;
    line-height: 1.1em;
    margin-bottom: 30px; }
  body h3 {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 15px; }
  body h4 {
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 10px; }
  body p {
    line-height: 1.6em;
    margin-bottom: 15px; }
    body p strong, body p b {
      font-weight: 600; }
    body p em, body p i {
      font-style: italic; }
  body a {
    color: #e30613;
    text-decoration: none; }
    body a:hover {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    body a.cta {
      font-weight: 700;
      background: #e30613;
      color: #fff;
      display: inline-block;
      border-radius: 10px;
      padding: 10px 15px; }
  body .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px; }
  body main {
    min-height: calc(100vh - 330px); }
    body main.page-bg {
      padding-top: 40px;
      background: url("../images/page-bg.png") #fff;
      background-repeat: no-repeat;
      background-position: top center; }

header {
  padding: 20px 0; }
  header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    header .container nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      text-align: right; }
      header .container nav p {
        font-weight: 700;
        line-height: 1em;
        margin: 0 0 5px 0; }
        header .container nav p span {
          color: #e30613; }
        header .container nav p a {
          color: #797979; }
          header .container nav p a:hover {
            color: #e30613; }
      header .container nav ul li {
        display: inline-block;
        margin-left: 20px; }
        header .container nav ul li a {
          color: #797979;
          font-weight: 700;
          text-transform: uppercase;
          font-size: 16px; }
          header .container nav ul li a:hover {
            color: #e30613; }
        header .container nav ul li.current-menu-item a,
        header .container nav ul li.current-page-ancestor a {
          color: #e30613; }

footer {
  padding: 50px 0;
  background: #575757;
  color: #fff; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #e30613; }
  footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    footer .container .col {
      width: 20%; }
      footer .container .col p span {
        color: #e30613; }

section.padding {
  padding: 40px 0; }

section.white-bg {
  background: #fff; }

section.cta-bar {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  section.cta-bar span {
    font-weight: 700;
    font-size: 22px; }
  section.cta-bar a {
    margin-left: 20px; }

section.columns .col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  section.columns .col-wrapper.two-col .col {
    width: 48%; }
  section.columns .col-wrapper.four-col .col {
    width: 23%; }
  section.columns .col-wrapper .col img {
    width: 100%; }
  section.columns .col-wrapper .styled-box {
    background: #fff;
    border: 1px solid #e30613;
    height: 100%; }
    section.columns .col-wrapper .styled-box img {
      width: 100%; }
    section.columns .col-wrapper .styled-box .content {
      text-align: center;
      padding: 15px; }
      section.columns .col-wrapper .styled-box .content p {
        min-height: 66px;
        margin-bottom: 15px; }

section.hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  section.hero .container .content {
    width: 40%; }
    section.hero .container .content h1 {
      font-size: 62px;
      line-height: 1.2em;
      margin-bottom: 30px;
      color: #797979; }
  section.hero .container img {
    width: 60%; }

section.testimonials {
  position: relative; }
  section.testimonials a.previous-testimonial, section.testimonials a.next-testimonial {
    color: #e30613;
    font-size: 22px;
    position: absolute;
    top: 50%;
    z-index: 999; }
  section.testimonials a.previous-testimonial {
    left: 20%; }
  section.testimonials a.next-testimonial {
    right: 20%; }
  section.testimonials ul li {
    max-width: 600px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center; }
    section.testimonials ul li p {
      font-size: 16px; }
      section.testimonials ul li p.author {
        color: #e30613; }

section.content-block h2 {
  margin-bottom: 15px;
  font-size: 22px; }

section.content-block .testimonials-vertical-list div {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d0c9; }
  section.content-block .testimonials-vertical-list div p.author {
    color: #e30613; }

section.content-block .course-list-inner {
  margin-bottom: 40px; }
  section.content-block .course-list-inner .row {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    section.content-block .course-list-inner .row .description {
      width: 70%; }
    section.content-block .course-list-inner .row .button-wrapper {
      width: 30%;
      text-align: right; }
    section.content-block .course-list-inner .row p.header {
      margin-bottom: 0;
      color: #e30613; }

section.content-block .course-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  section.content-block .course-content .description {
    width: 60%; }
    section.content-block .course-content .description ul {
      list-style-type: disc;
      margin-bottom: 15px;
      padding-left: 30px; }
      section.content-block .course-content .description ul li {
        margin-bottom: 10px; }
        section.content-block .course-content .description ul li:last-of-type {
          margin-bottom: 0; }
  section.content-block .course-content .form-wrapper {
    width: 30%; }
    section.content-block .course-content .form-wrapper .form {
      background: rgba(255, 255, 255, 0.5);
      border: 2px solid #e30613;
      border-radius: 10px;
      padding: 20px; }
      section.content-block .course-content .form-wrapper .form h2 {
        margin: 0 0 15px 0; }
      section.content-block .course-content .form-wrapper .form input[type="text"], section.content-block .course-content .form-wrapper .form textarea {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 14px;
        width: 100%;
        border: 1px solid #e30613;
        background: whitesmoke;
        padding: 10px;
        margin-bottom: 15px; }
        section.content-block .course-content .form-wrapper .form input[type="text"]:focus, section.content-block .course-content .form-wrapper .form textarea:focus {
          outline: none; }
      section.content-block .course-content .form-wrapper .form textarea {
        height: 180px;
        margin-bottom: 0; }
      section.content-block .course-content .form-wrapper .form input[type="submit"] {
        display: block;
        margin-left: auto;
        font-size: 14px;
        font-weight: 700;
        background: #e30613;
        color: #fff;
        border: none;
        border-radius: 10px;
        padding: 15px 25px; }
        section.content-block .course-content .form-wrapper .form input[type="submit"]:focus {
          outline: none; }
      section.content-block .course-content .form-wrapper .form .wpcf7-response-output {
        width: 100%;
        color: #fff;
        padding: 10px;
        margin: 0; }
        section.content-block .course-content .form-wrapper .form .wpcf7-response-output.wpcf7-mail-sent-ok {
          background: #398f14; }
        section.content-block .course-content .form-wrapper .form .wpcf7-response-output.wpcf7-mail-sent-ng {
          background: #ff0000; }
        section.content-block .course-content .form-wrapper .form .wpcf7-response-output.wpcf7-spam-blocked {
          background: #ffa500; }
        section.content-block .course-content .form-wrapper .form .wpcf7-response-output.wpcf7-validation-errors {
          background: #f7e700; }

section.content-block .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  section.content-block .gallery a {
    margin-bottom: 20px; }
    section.content-block .gallery a img {
      display: block;
      width: 100%;
      height: auto; }
  section.content-block .gallery.two_col a {
    width: 48.5%; }
  section.content-block .gallery.three_col a {
    width: 31.5%; }
  section.content-block .gallery.four_col a {
    width: 23%; }
  section.content-block .gallery.five_col a {
    width: 18%; }
  section.content-block .gallery.six_col a {
    width: 14.5%; }

section.contact {
  padding: 50px 0; }
  section.contact .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    section.contact .layout .details {
      width: 20%; }
      section.contact .layout .details p.info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        section.contact .layout .details p.info i {
          color: #e30613;
          font-size: 18px;
          margin-right: 15px; }
        section.contact .layout .details p.info span, section.contact .layout .details p.info span a {
          font-weight: 600;
          color: #797979; }
      section.contact .layout .details p.social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 25px; }
        section.contact .layout .details p.social a {
          font-size: 18px;
          margin-right: 15px;
          border: 2px solid #e30613;
          color: #e30613;
          height: 40px;
          width: 40px;
          border-radius: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          section.contact .layout .details p.social a:hover {
            background: #797979;
            color: #fff;
            border-color: #797979; }
    section.contact .layout .form {
      width: 65%; }
      section.contact .layout .form .wpcf7-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        section.contact .layout .form .wpcf7-form .col {
          width: 48%; }
          section.contact .layout .form .wpcf7-form .col .wpcf7-form-control-wrap {
            width: 100%; }
            section.contact .layout .form .wpcf7-form .col .wpcf7-form-control-wrap input[type="text"], section.contact .layout .form .wpcf7-form .col .wpcf7-form-control-wrap textarea {
              font-family: 'Montserrat', sans-serif;
              font-weight: 400;
              font-size: 14px;
              width: 100%;
              border: 1px solid #e30613;
              background: whitesmoke;
              padding: 10px; }
              section.contact .layout .form .wpcf7-form .col .wpcf7-form-control-wrap input[type="text"]:focus, section.contact .layout .form .wpcf7-form .col .wpcf7-form-control-wrap textarea:focus {
                outline: none; }
            section.contact .layout .form .wpcf7-form .col .wpcf7-form-control-wrap input[type="text"] {
              margin-bottom: 30px; }
            section.contact .layout .form .wpcf7-form .col .wpcf7-form-control-wrap textarea {
              height: 180px; }
          section.contact .layout .form .wpcf7-form .col input[type="submit"] {
            display: block;
            margin-left: auto;
            font-size: 14px;
            font-weight: 700;
            background: #e30613;
            color: #fff;
            border: none;
            border-radius: 10px;
            padding: 15px 25px; }
            section.contact .layout .form .wpcf7-form .col input[type="submit"]:focus {
              outline: none; }
        section.contact .layout .form .wpcf7-form .wpcf7-response-output {
          width: 100%;
          color: #fff;
          padding: 10px;
          margin: 0; }
          section.contact .layout .form .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
            background: #398f14; }
          section.contact .layout .form .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng {
            background: #ff0000; }
          section.contact .layout .form .wpcf7-form .wpcf7-response-output.wpcf7-spam-blocked {
            background: #ffa500; }
          section.contact .layout .form .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
            background: #f7e700; }

.news-layout {
  padding: 40px 0; }
  .news-layout .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .news-layout .container h1 {
      width: 100%; }
    .news-layout .container .left {
      width: 65%; }
      .news-layout .container .left article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d5d0c9; }
        .news-layout .container .left article:last-of-type {
          border-bottom: 0; }
        .news-layout .container .left article .thumbnail {
          width: 28%; }
          .news-layout .container .left article .thumbnail img {
            width: 100%;
            height: auto; }
        .news-layout .container .left article .content {
          width: 70%; }
          .news-layout .container .left article .content h2 {
            font-size: 18px;
            margin-bottom: 15px; }
          .news-layout .container .left article .content p {
            margin-bottom: 15px; }
      .news-layout .container .left.single-post img {
        width: 100%;
        height: auto;
        margin-bottom: 30px; }
    .news-layout .container .right {
      width: 30%; }
      .news-layout .container .right div {
        margin-bottom: 25px; }
        .news-layout .container .right div a {
          display: inline-block;
          margin-bottom: 10px;
          color: #797979; }
          .news-layout .container .right div a:hover {
            color: #e30613; }

nav.mobile-menu {
  display: none;
  padding: 20px;
  background: #575757; }
  nav.mobile-menu ul li {
    text-align: center;
    padding: 10px 0; }
    nav.mobile-menu ul li a {
      color: #fff;
      font-weight: 600; }

.menu-icon {
  display: none;
  position: relative;
  z-index: 999999; }
  .menu-icon span {
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    position: relative; }
    .menu-icon span.middle {
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      margin: 6px 0; }
  .menu-icon.open > span.middle {
    opacity: 0;
    margin: 5px 0; }
  .menu-icon.open > span.top {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px; }
  .menu-icon.open > span.bottom {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -6px; }

@media screen and (max-width: 1100px) {
  section.content-block .course-content .description, section.content-block .course-content .form-wrapper {
    width: 100%; }
  section.content-block .course-content .description {
    margin-bottom: 25px; }
  section.testimonials a.previous-testimonial {
    left: 10%; }
  section.testimonials a.next-testimonial {
    right: 10%; }
  .news-layout .container .left, .news-layout .container .right {
    width: 100%; } }

@media screen and (max-width: 760px) {
  header .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header .container nav {
      display: none; }
    header .container .menu-icon {
      display: block; }
  section.hero .container .content {
    width: 50%; }
    section.hero .container .content h1 {
      font-size: 42px; }
  section.hero .container img {
    width: 50%; }
  section.columns .col-wrapper.two-col .col {
    width: 100%; }
    section.columns .col-wrapper.two-col .col:first-of-type {
      margin-bottom: 15px; }
  section.columns .col-wrapper.four-col .col {
    width: 48%; }
    section.columns .col-wrapper.four-col .col:nth-of-type(1), section.columns .col-wrapper.four-col .col:nth-of-type(2) {
      margin-bottom: 25px; }
  section.testimonials {
    padding-bottom: 70px; }
    section.testimonials a.previous-testimonial, section.testimonials a.next-testimonial {
      top: auto;
      bottom: 22px; }
    section.testimonials a.previous-testimonial {
      left: 40%; }
    section.testimonials a.next-testimonial {
      right: 40%; }
  section.contact .layout .details, section.contact .layout .form {
    width: 100%; }
  section.contact .layout .details {
    margin-bottom: 30px; }
  footer .container .col {
    width: 48%; }
    footer .container .col:nth-of-type(1), footer .container .col:nth-of-type(2) {
      margin-bottom: 25px; } }

@media screen and (max-width: 460px) {
  section.hero .container .content {
    width: 100%; }
  section.hero .container img {
    width: 100%; }
  section.columns .col-wrapper.four-col .col {
    width: 100%;
    margin-bottom: 25px; }
    section.columns .col-wrapper.four-col .col .styled-box .content p {
      min-height: 0; }
    section.columns .col-wrapper.four-col .col:last-of-type {
      margin-bottom: 0; }
  section.contact .layout .form .wpcf7-form .col {
    width: 100%; }
  .news-layout .container .left article .thumbnail, .news-layout .container .left article .content {
    width: 100%; }
  .news-layout .container .left article .thumbnail {
    margin-bottom: 15px; }
  footer .container .col {
    width: 100%;
    margin-bottom: 25px; }
    footer .container .col:last-of-type {
      margin-bottom: 0; } }

.form-wrapper .contact-details p {
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 5px 0;
}
.form-wrapper .contact-details p span {
    color: #e30613;
}
.form-wrapper .contact-details p a {
    color: #797979;
}
.form-wrapper .contact-details p a:hover {
    color: #e30613;
}