@charset "UTF-8";
:root {
  --page-background: #F9F9F9;
  --primary-font: Open Sans, sans-serif;
  --secondary-font: Quicksand, sans-serif;
  --primary-color: #6893FF;
  --primary-light: #88a9ff;
  --secondary-color: #2b81c5;
  --light-blue: #6893FF1A;
  --light-gray-color: #F1F1F1;
  --white: #ffffff;
  --black: #000000;
  --gray: #EFEFEF;
  --gray-2: #E4E4E4;
  --gray-3: #898989;
  --darkgray: #707070;
  --text-color: #0A0A0A;
  --dark-green: #0C2617; }

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  margin: 0 !important; }

body {
  background-color: var(--page-background); }

/**
* Basic styles for input fields
*/
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-focus-ring-color: none;
  outline: none; }

input:not([type="submit"]),
input:not([type="checkbox"]),
input:not([type="radio"]),
select {
  background-color: var(--gray);
  border: none !important;
  border-radius: 50px;
  font-size: 1rem !important;
  color: var(--black);
  padding: 0.9rem 1rem !important;
  height: auto; }

html body {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }

main > section:first-child.icon-section-2 .text-holder {
  padding-top: 12rem;
  max-width: 700px; }
  @media screen and (max-width: 991px) {
    main > section:first-child.icon-section-2 .text-holder {
      padding-top: 7rem; } }

a:hover {
  color: var(--primary-color);
  text-decoration: none; }

#page-components {
  position: relative;
  z-index: 0; }

.desc-box {
  margin-bottom: 2rem; }
  .desc-box p:last-child {
    margin-bottom: 0; }

.icon-box .icon-holder {
  margin-bottom: 3rem; }
  .icon-box .icon-holder i {
    font-size: 27px;
    margin-right: 5px;
    color: var(--primary-color); }

.button:not(.woocommerce-button) {
  display: inline-block;
  text-decoration: none;
  font-size: 1.65rem;
  font-weight: 500;
  border-radius: 50px;
  line-height: 1;
  border: 2px solid transparent;
  font-family: var(--secondary-font);
  font-weight: 500; }
  .button:not(.woocommerce-button):not(.small):not(.medium) {
    padding: 0.5rem 1.5rem;
    font-size: 1.65rem; }
  .button:not(.woocommerce-button).small {
    font-size: 0.8rem;
    padding: 0.35rem 0.5rem;
    text-align: center; }
  .button:not(.woocommerce-button).medium {
    font-size: 1.05rem;
    padding: 0.75rem; }
  .button:not(.woocommerce-button).primary-button {
    background-color: var(--primary-color);
    color: var(--white); }
    .button:not(.woocommerce-button).primary-button:hover, .button:not(.woocommerce-button).primary-button:active, .button:not(.woocommerce-button).primary-button:focus {
      background-color: var(--secondary-color); }
  .button:not(.woocommerce-button).transparent-button {
    color: var(--text-color); }
    .button:not(.woocommerce-button).transparent-button:hover, .button:not(.woocommerce-button).transparent-button:active, .button:not(.woocommerce-button).transparent-button:focus {
      background-color: var(--text-color);
      color: var(--white); }

.owl-carousel .owl-nav > div {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: calc(50% - 50px); }
  .owl-carousel .owl-nav > div.owl-prev {
    left: 20px; }
  .owl-carousel .owl-nav > div.owl-next {
    right: 20px; }

main {
  position: relative; }

.period {
  color: var(--primary-color); }

i.pro {
  font-family: "FontAwesome6Pro"; }

.fa-traffic-cone:before {
  content: "︁"; }

.fa-level:before {
  content: "︁"; }

.socials a {
  font-size: 1.5rem;
  padding: 0 15px; }
  @media screen and (max-width: 991px) {
    .socials a {
      font-size: 1.35rem;
      padding: 0px 10px; } }
  .socials a:hover, .socials a:active, .socials a:focus {
    color: var(--white);
    transform: scale(1.2);
    display: inline-block; }

.navigation-box ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  font-family: var(--secondary-font);
  font-weight: 700; }
  .navigation-box ul li {
    text-align: center;
    padding: 0 2.5rem; }
    .navigation-box ul li a {
      font-size: 1.65rem; }
      @media screen and (max-width: 1199px) {
        .navigation-box ul li a {
          font-size: 1.5rem; } }
    @media (max-width: 1399px) {
      .navigation-box ul li {
        padding: 0 1.5rem; } }
    @media (max-width: 1299px) {
      .navigation-box ul li {
        padding: 0 1rem; } }
    @media screen and (max-width: 767px) {
      .navigation-box ul li {
        flex: 0 0 50%; } }
    @media screen and (max-width: 480px) {
      .navigation-box ul li {
        flex: 0 0 100%; } }
  @media screen and (max-width: 767px) {
    .navigation-box ul {
      flex-wrap: wrap;
      margin-left: 0;
      margin-right: 0; } }

.post-box .row .box {
  -webkit-box-shadow: 0px 0px 10px #0000001a;
  -moz-box-shadow: 0px 0px 10px #0000001a;
  box-shadow: 0px 0px 10px #0000001a;
  border-radius: 5px;
  margin: 0 auto 1rem auto;
  overflow: hidden;
  max-width: 326px;
  background-color: var(--white);
  position: relative; }
  .post-box .row .box.download-box .content-box {
    padding: 0.75rem 0.75rem 2.5rem; }
  .post-box .row .box:not(.related-post) {
    height: calc(100% - 1rem); }
  .post-box .row .box > a .image-box {
    border-radius: 5px;
    height: 10.8rem;
    overflow: hidden;
    position: relative;
    height: 211px; }
    .post-box .row .box > a .image-box img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center;
      -webkit-transition: 300ms;
      -moz-transition: 300ms;
      -ms-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms;
      border-radius: 5px; }
      .post-box .row .box > a .image-box img:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    @media (max-width: 1599px) {
      .post-box .row .box > a .image-box {
        height: 10rem; } }
    @media (max-width: 1399px) {
      .post-box .row .box > a .image-box {
        height: 9rem; } }
  .post-box .row .box .pdf-icon {
    text-align: center;
    background-color: var(--primary-color);
    border-radius: 5px;
    padding: 25% 20px; }
    .post-box .row .box .pdf-icon i {
      font-size: 50px;
      color: var(--white); }
  .post-box .row .box .content-box {
    padding: 0.75rem; }
    .post-box .row .box .content-box .heading-box h3 {
      font-size: 1.25rem;
      -webkit-transition: 300ms;
      -moz-transition: 300ms;
      -ms-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms; }
      .post-box .row .box .content-box .heading-box h3:hover {
        color: var(--primary-color); }
      @media (max-width: 1599px) {
        .post-box .row .box .content-box .heading-box h3 {
          font-size: 1.1rem; } }
      @media (max-width: 1399px) {
        .post-box .row .box .content-box .heading-box h3 {
          font-size: 1rem; } }
      @media screen and (max-width: 1199px) {
        .post-box .row .box .content-box .heading-box h3 {
          font-size: 1.25rem; } }
      @media screen and (max-width: 991px) {
        .post-box .row .box .content-box .heading-box h3 {
          font-size: 1rem; } }
    .post-box .row .box .content-box .download {
      font-size: 15px;
      margin-top: 23px;
      color: var(--gray-3);
      position: absolute;
      bottom: 0.75rem; }
      .post-box .row .box .content-box .download i {
        margin-left: 5px; }
      .post-box .row .box .content-box .download.active-dl {
        cursor: pointer; }
      .post-box .row .box .content-box .download:hover {
        color: var(--primary-color); }
    .post-box .row .box .content-box .meta-box {
      margin-bottom: 1rem; }
  .post-box .row .box.related-post {
    max-width: 100%; }
    .post-box .row .box.related-post.box {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background-color: var(--light-blue);
      border-radius: 0; }
    .post-box .row .box.related-post .col-image a {
      display: block;
      height: 100%; }
      .post-box .row .box.related-post .col-image a .image-box {
        height: 100%;
        position: relative;
        padding: 28%; }
        .post-box .row .box.related-post .col-image a .image-box img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .post-box .row .box.related-post .heading-box h3 {
      font-size: 1rem;
      padding-bottom: 0.75rem;
      font-weight: 700; }
.post-box .col-12:last-child .box {
  margin-bottom: 0; }

.meta-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap; }
  .meta-box .meta-holder {
    flex-grow: 1; }
    .meta-box .meta-holder.instructor {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding-right: 0.5rem;
      font-family: var(--secondary-font);
      font-weight: 500; }
      .meta-box .meta-holder.instructor .image-box {
        height: 2.8rem;
        width: 2.8rem;
        border-radius: 50%;
        overflow: hidden; }
        .meta-box .meta-holder.instructor .image-box img {
          height: 100%;
          width: 100%;
          object-fit: cover;
          object-position: center; }
      .meta-box .meta-holder.instructor span {
        font-size: 0.8rem;
        margin-left: 0.5rem;
        color: var(--darkgray); }
    .meta-box .meta-holder.categories {
      text-align: right; }
    @media (max-width: 1499px) {
      .meta-box .meta-holder:not(:last-child) {
        margin-bottom: 0.5rem; } }

.main-bg-image {
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat; }

.sidebar .meta-data {
  border: 1px solid var(--primary-color);
  border-radius: 5px; }
  .sidebar .meta-data ul {
    padding: 0 1.25rem; }
    .sidebar .meta-data ul li {
      padding-top: 1.15rem;
      padding-bottom: 1.15rem; }
      .sidebar .meta-data ul li .icon-holder {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        .sidebar .meta-data ul li .icon-holder span {
          flex-grow: 1; }
          .sidebar .meta-data ul li .icon-holder span i {
            color: var(--primary-color);
            font-style: normal;
            width: 28px;
            display: inline-block;
            margin-right: 5px; }
          .sidebar .meta-data ul li .icon-holder span.label {
            font-size: 1.1rem;
            font-weight: 500;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center; }
          .sidebar .meta-data ul li .icon-holder span.value {
            font-family: var(--secondary-font);
            font-size: 0.9rem;
            text-align: right; }
      .sidebar .meta-data ul li:not(:last-child) {
        border-bottom: 1px solid var(--primary-color); }
  @media screen and (max-width: 991px) {
    .sidebar .meta-data {
      border-radius: 0 0 5px 5px;
      border-top: none; } }
.sidebar .socials a {
  font-size: 1.8rem;
  padding: 0 0.5rem; }
.sidebar > div:not(:last-child) {
  margin-bottom: 2rem; }

.tab-box nav {
  background-color: var(--light-blue);
  padding: 1.25rem 0.5rem 0;
  margin-bottom: 1rem; }
  .tab-box nav .nav-tabs {
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem; }
    .tab-box nav .nav-tabs li {
      text-align: center;
      flex-grow: 1;
      flex-basis: 0;
      padding-left: 1rem;
      padding-right: 1rem;
      margin-bottom: 1.25rem; }
      .tab-box nav .nav-tabs li a {
        width: 100%;
        height: 100%;
        border: 1px solid transparent;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .tab-box nav .nav-tabs li a.active {
          background-color: var(--white);
          color: var(--primary-color);
          border: 1px solid var(--primary-color); }
        .tab-box nav .nav-tabs li a:hover, .tab-box nav .nav-tabs li a:active, .tab-box nav .nav-tabs li a:focus {
          color: var(--white) !important; }
      @media screen and (max-width: 991px) {
        .tab-box nav .nav-tabs li {
          flex: 0 0 50%; } }
      @media screen and (max-width: 575px) {
        .tab-box nav .nav-tabs li {
          flex: 0 0 100%; } }
    @media screen and (max-width: 991px) {
      .tab-box nav .nav-tabs {
        flex-wrap: wrap; } }
.tab-box.dictionaries-tabs nav {
  background-color: transparent;
  padding: 0; }
  .tab-box.dictionaries-tabs nav .nav-tabs {
    margin-left: 0;
    margin-right: 0; }
    .tab-box.dictionaries-tabs nav .nav-tabs li {
      padding-left: 0;
      padding-right: 0; }
      .tab-box.dictionaries-tabs nav .nav-tabs li a {
        border-radius: 0;
        border: none;
        background-color: transparent;
        color: var(--primary-color);
        position: relative;
        padding: 1rem 0.75rem;
        border-bottom: 1px solid var(--primary-color);
        font-size: 0.9rem; }
        .tab-box.dictionaries-tabs nav .nav-tabs li a:before {
          content: "";
          width: 0;
          height: 0;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-top: 12px solid var(--primary-color);
          position: absolute;
          bottom: -9px;
          opacity: 0;
          -webkit-transition: 300ms;
          -moz-transition: 300ms;
          -ms-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms; }
        .tab-box.dictionaries-tabs nav .nav-tabs li a.active {
          background-color: var(--primary-color);
          color: var(--white); }
          .tab-box.dictionaries-tabs nav .nav-tabs li a.active:before {
            opacity: 1; }
        .tab-box.dictionaries-tabs nav .nav-tabs li a:hover, .tab-box.dictionaries-tabs nav .nav-tabs li a:active, .tab-box.dictionaries-tabs nav .nav-tabs li a:focus {
          border-bottom: 1px solid var(--secondary-color); }
.tab-box.dictionaries-tabs .tab-content {
  padding: 0 1rem 1rem; }

.video-box {
  background-color: var(--light-blue); }
  .video-box a {
    overflow: hidden;
    display: block;
    position: relative; }
    .video-box a img {
      width: 100%;
      z-index: 1;
      position: relative; }
    .video-box a i.fa-play {
      position: absolute;
      font-size: 8.5rem;
      color: var(--white);
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: 300ms;
      -moz-transition: 300ms;
      -ms-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms;
      z-index: 2; }
      @media screen and (max-width: 991px) {
        .video-box a i.fa-play {
          font-size: 6.5rem; } }
    .video-box a:before {
      -webkit-transition: 300ms;
      -moz-transition: 300ms;
      -ms-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms;
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      opacity: 0;
      z-index: 2; }
    .video-box a:hover i {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
      -moz-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
      -o-transform: translate(-50%, -50%) scale(1.1);
      transform: translate(-50%, -50%) scale(1.1); }
    .video-box a:hover:before {
      opacity: 1; }
    @media screen and (max-width: 991px) {
      .video-box a {
        border-radius: 5px 5px 0 0; } }

.breadcrumbs ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap; }
  .breadcrumbs ul li a,
  .breadcrumbs ul li span {
    font-family: var(--secondary-font);
    font-weight: 500; }
    @media screen and (max-width: 480px) {
      .breadcrumbs ul li a,
      .breadcrumbs ul li span {
        display: block; } }
  .breadcrumbs ul li:not(:last-child):after {
    content: "\f054";
    font-size: 12px;
    padding: 0 0.75rem; }
    @media screen and (max-width: 480px) {
      .breadcrumbs ul li:not(:last-child):after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); } }
  @media screen and (max-width: 480px) {
    .breadcrumbs ul li:not(:last-child) {
      display: inline-block; } }
  @media screen and (max-width: 480px) {
    .breadcrumbs ul li {
      flex: 0 0 100%;
      text-align: center; } }

.search-box {
  margin-bottom: 2rem; }
  .search-box.no-button form .form-group {
    width: 100%;
    margin-right: 0; }
  .search-box:not(.no-button) form .form-group {
    width: calc(100% - 1rem);
    margin-right: 1rem; }
  .search-box form {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .search-box form .form-group {
      max-width: 33.85rem; }
      .search-box form .form-group input {
        width: 100%; }
      @media screen and (max-width: 1199px) {
        .search-box form .form-group {
          max-width: 30rem; } }
      @media screen and (max-width: 991px) {
        .search-box form .form-group {
          max-width: 26rem; } }
      @media screen and (max-width: 767px) {
        .search-box form .form-group {
          max-width: 100%;
          margin-right: 0;
          margin-bottom: 1rem; } }
    .search-box form .button {
      padding: 0.725rem 1.5rem;
      max-width: 16.35rem;
      width: 100%;
      text-align: center; }
      @media screen and (max-width: 991px) {
        .search-box form .button {
          max-width: 10.35rem; } }
      @media screen and (max-width: 767px) {
        .search-box form .button {
          max-width: 100%; } }

.checkbox-filter-list h3 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem; }
.checkbox-filter-list ul li input {
  display: none; }
  .checkbox-filter-list ul li input:checked + label span i {
    background-color: var(--primary-color); }
    .checkbox-filter-list ul li input:checked + label span i:before {
      opacity: 1; }
.checkbox-filter-list ul li label {
  font-weight: 500;
  cursor: pointer; }
  .checkbox-filter-list ul li label span {
    margin-right: 1rem; }
    .checkbox-filter-list ul li label span i {
      width: 1.6rem;
      height: 1.6rem;
      border: 1px solid #dfdfdf;
      border-radius: 5px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      -webkit-transition: 300ms;
      -moz-transition: 300ms;
      -ms-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms;
      color: var(--white); }
      .checkbox-filter-list ul li label span i:before {
        opacity: 0;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -ms-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms; }

.pagination {
  margin-top: 4.5rem;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .pagination > span,
  .pagination > a {
    font-size: 2.25rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-weight: 500; }
  .pagination i {
    font-size: 1.2rem;
    color: var(--primary-color);
    display: block; }
  .pagination > span {
    color: var(--primary-color); }

.mad-image-gallery .row {
  margin-left: -8px;
  margin-right: -8px; }
  .mad-image-gallery .row [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px; }
    .mad-image-gallery .row [class*="col-"] .image-box {
      max-width: 245px;
      margin: 0 auto 1rem;
      height: 244px;
      border-radius: 5px;
      position: relative;
      overflow: hidden; }
      .mad-image-gallery .row [class*="col-"] .image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.button-box > *:not(.transparent):not(:last-child) {
  margin-right: 1.5rem; }

.videos-tab table tr td {
  vertical-align: middle; }
.videos-tab table tr:first-child td {
  border: none; }
.videos-tab table .button {
  min-width: 120px; }
.videos-tab video {
  width: 100%; }

.modal-testing .modal-dialog {
  max-width: 100%;
  display: flex;
  align-items: center;
  min-height: 100vh;
  margin: 0; }
.modal-testing .modal-content {
  -webkit-box-shadow: 0px 0px 10px #0000001a;
  -moz-box-shadow: 0px 0px 10px #0000001a;
  box-shadow: 0px 0px 10px #0000001a;
  border-radius: 5px;
  border: none; }
.modal-testing .modal-body {
  padding: 0; }
.modal-testing .column-title {
  margin-bottom: 1.5rem; }
.modal-testing h2 {
  margin: 0; }
.modal-testing h4 {
  font-size: 1rem; }
.modal-testing video {
  width: 100%; }
.modal-testing .outcome-holder .outcome-box a {
  text-decoration: underline;
  color: var(--black); }
.modal-testing .outcome-holder .outcome-box:not(:last-child) {
  margin-bottom: 1.5rem; }
.modal-testing .column-holder-modal {
  height: 100%;
  padding: 2rem; }
  @media screen and (max-width: 991px) {
    .modal-testing .column-holder-modal {
      padding: 1rem; } }
.modal-testing .column-right {
  background-color: var(--light-blue); }
.modal-testing .close {
  margin-left: 1rem;
  font-size: 2rem; }

/* @include font-face('Maven Pro', $font-url + 'maven-pro/', 'MavenPro-Regular', 400, normal);
@include font-face('Maven Pro', $font-url + 'maven-pro/', 'MavenPro-Medium', 500, normal);
@include font-face('Maven Pro', $font-url + 'maven-pro/', 'MavenPro-SemiBold', 600, normal);
@include font-face('Maven Pro', $font-url + 'maven-pro/', 'MavenPro-Bold', bold, normal);

@include font-face('Museo Sans', $font-url + 'museo-sans/', 'MuseoSans-300', 400, normal); */
@font-face {
  font-family: "Quicksand";
  src: url("../../assets/fonts/quicksand/Quicksand-Light.eot");
  src: url("../../assets/fonts/quicksand/Quicksand-Light.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/quicksand/Quicksand-Light.woff2") format("woff2"), url("../../assets/fonts/quicksand/Quicksand-Light.woff") format("woff"), url("../../assets/fonts/quicksand/Quicksand-Light.ttf") format("truetype"), url("../../assets/fonts/quicksand/Quicksand-Light.svg#Quicksand-Light") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Quicksand";
  src: url("../../assets/fonts/quicksand/Quicksand-Regular.eot");
  src: url("../../assets/fonts/quicksand/Quicksand-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/quicksand/Quicksand-Regular.woff2") format("woff2"), url("../../assets/fonts/quicksand/Quicksand-Regular.woff") format("woff"), url("../../assets/fonts/quicksand/Quicksand-Regular.ttf") format("truetype"), url("../../assets/fonts/quicksand/Quicksand-Regular.svg#Quicksand-Regular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Quicksand";
  src: url("../../assets/fonts/quicksand/Quicksand-Medium.eot");
  src: url("../../assets/fonts/quicksand/Quicksand-Medium.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/quicksand/Quicksand-Medium.woff2") format("woff2"), url("../../assets/fonts/quicksand/Quicksand-Medium.woff") format("woff"), url("../../assets/fonts/quicksand/Quicksand-Medium.ttf") format("truetype"), url("../../assets/fonts/quicksand/Quicksand-Medium.svg#Quicksand-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Quicksand";
  src: url("../../assets/fonts/quicksand/Quicksand-Bold.eot");
  src: url("../../assets/fonts/quicksand/Quicksand-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/quicksand/Quicksand-Bold.woff2") format("woff2"), url("../../assets/fonts/quicksand/Quicksand-Bold.woff") format("woff"), url("../../assets/fonts/quicksand/Quicksand-Bold.ttf") format("truetype"), url("../../assets/fonts/quicksand/Quicksand-Bold.svg#Quicksand-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Open Sans";
  src: url("../../assets/fonts/opensans/OpenSans-Light.eot");
  src: url("../../assets/fonts/opensans/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/opensans/OpenSans-Light.woff2") format("woff2"), url("../../assets/fonts/opensans/OpenSans-Light.woff") format("woff"), url("../../assets/fonts/opensans/OpenSans-Light.ttf") format("truetype"), url("../../assets/fonts/opensans/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Open Sans";
  src: url("../../assets/fonts/opensans/OpenSans-Regular.eot");
  src: url("../../assets/fonts/opensans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/opensans/OpenSans-Regular.woff2") format("woff2"), url("../../assets/fonts/opensans/OpenSans-Regular.woff") format("woff"), url("../../assets/fonts/opensans/OpenSans-Regular.ttf") format("truetype"), url("../../assets/fonts/opensans/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Open Sans";
  src: url("../../assets/fonts/opensans/OpenSans-Semibold.eot");
  src: url("../../assets/fonts/opensans/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/opensans/OpenSans-Semibold.woff2") format("woff2"), url("../../assets/fonts/opensans/OpenSans-Semibold.woff") format("woff"), url("../../assets/fonts/opensans/OpenSans-Semibold.ttf") format("truetype"), url("../../assets/fonts/opensans/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Open Sans";
  src: url("../../assets/fonts/opensans/OpenSans-Bold.eot");
  src: url("../../assets/fonts/opensans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/opensans/OpenSans-Bold.woff2") format("woff2"), url("../../assets/fonts/opensans/OpenSans-Bold.woff") format("woff"), url("../../assets/fonts/opensans/OpenSans-Bold.ttf") format("truetype"), url("../../assets/fonts/opensans/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "FontAwesome6Pro";
  src: url("../../assets/fonts/fontawesome/FontAwesome6Pro-Regular.eot");
  src: url("../../assets/fonts/fontawesome/FontAwesome6Pro-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/fontawesome/FontAwesome6Pro-Regular.woff2") format("woff2"), url("../../assets/fonts/fontawesome/FontAwesome6Pro-Regular.woff") format("woff"), url("../../assets/fonts/fontawesome/FontAwesome6Pro-Regular.ttf") format("truetype"), url("../../assets/fonts/fontawesome/FontAwesome6Pro-Regular.svg#FontAwesome6Pro-Regular") format("svg");
  font-weight: 400;
  font-style: normal; }
/**
 * Basic typography style for copy text
*/
html {
  font-size: 20px; }
  html body {
    font-family: var(--primary-font);
    color: var(--black);
    line-height: 1.4; }
  @media screen and (max-width: 1199px) {
    html {
      font-size: 19px; } }
  @media screen and (max-width: 991px) {
    html {
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    html {
      font-size: 17px; } }
  @media screen and (max-width: 575px) {
    html {
      font-size: 16px; } }

a {
  transition: all 500ms ease; }

a,
button,
input[type="submit"] {
  color: inherit; }
  a:hover, a:active, a:focus,
  button:hover,
  button:active,
  button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    outline: none !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: var(--text-color);
  font-family: var(--secondary-font); }

h1,
.h1 {
  font-size: 4rem;
  margin-bottom: 1rem; }
  @media screen and (max-width: 1199px) {
    h1,
    .h1 {
      font-size: 4rem; } }
  @media screen and (max-width: 991px) {
    h1,
    .h1 {
      font-size: 4rem; } }
  @media screen and (max-width: 767px) {
    h1,
    .h1 {
      font-size: 4rem; } }
  @media screen and (max-width: 575px) {
    h1,
    .h1 {
      font-size: 3.5rem; } }
  @media screen and (max-width: 480px) {
    h1,
    .h1 {
      font-size: 3rem; } }
  h1.smaller,
  .h1.smaller {
    font-size: 3.6rem; }
    @media screen and (max-width: 1199px) {
      h1.smaller,
      .h1.smaller {
        font-size: 3.4rem; } }
    @media screen and (max-width: 991px) {
      h1.smaller,
      .h1.smaller {
        font-size: 3.2rem; } }
    @media screen and (max-width: 767px) {
      h1.smaller,
      .h1.smaller {
        font-size: 3rem; } }
    @media screen and (max-width: 575px) {
      h1.smaller,
      .h1.smaller {
        font-size: 2.8rem; } }
    @media screen and (max-width: 480px) {
      h1.smaller,
      .h1.smaller {
        font-size: 2.6rem; } }

h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem; }
  h2.smaller {
    font-size: 2rem; }
  @media screen and (max-width: 991px) {
    h2 {
      font-size: 2rem; } }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 1.5rem; } }

h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 1.4rem; } }

h4 {
  font-size: 1.6rem;
  margin-bottom: 1rem; }
  @media screen and (max-width: 767px) {
    h4 {
      font-size: 1.4rem; } }

i.pro {
  font-family: "FontAwesome6Pro"; }

.prefix {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem; }

@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-center {
    float: none;
    margin: 0 auto; } }

@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-center {
    float: none;
    margin: 0 auto; } }

@media screen and (max-width: 767px) {
  .col-xs-center {
    float: none;
    margin: 0 auto; } }

.col-center {
  float: none;
  margin: auto !important; }

.no-gutters {
  padding: 0;
  margin: 0; }
  .no-gutters .container,
  .no-gutters .container-fluid {
    padding: 0;
    margin: 0; }
  .no-gutters .row {
    padding: 0;
    margin: 0; }
  .no-gutters div[class*="col-"] {
    padding: 0;
    margin: 0; }

.with-gutters.row {
  margin-left: -15px;
  margin-right: -15px; }
.with-gutters div[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px; }

.col-custom-2 {
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px; }

.col-custom-8 {
  flex: 0 0 80%;
  max-width: 80%;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 1300px) {
  .container:not(.small-container):not(.medium-container):not(.extend-right) {
    max-width: 1240px; } }
@media (min-width: 1400px) {
  .container:not(.small-container):not(.medium-container):not(.extend-right) {
    max-width: 1340px; } }
@media (min-width: 1500px) {
  .container:not(.small-container):not(.medium-container):not(.extend-right) {
    max-width: 1440px; } }
@media (min-width: 1600px) {
  .container:not(.small-container):not(.medium-container):not(.extend-right) {
    max-width: 1540px; } }
@media (min-width: 1700px) {
  .container:not(.small-container):not(.medium-container):not(.extend-right) {
    max-width: 1640px; } }
@media (min-width: 1800px) {
  .container:not(.small-container):not(.medium-container):not(.extend-right) {
    max-width: 1740px; } }
@media (min-width: 1300px) {
  .container.small-container {
    max-width: 1260px; } }
@media (min-width: 1400px) {
  .container.medium-container {
    max-width: 1360px; } }
.container.extend-right {
  padding-right: 0;
  margin-right: 0;
  margin-left: auto; }
  @media (min-width: 992px) {
    .container.extend-right {
      max-width: calc(960px + (50% - (960px / 2))); } }
  @media (min-width: 1200px) {
    .container.extend-right {
      max-width: calc(1140px + (50% - (1140px / 2))); } }
  @media (min-width: 1300px) {
    .container.extend-right {
      max-width: calc(1240px + (50% - (1240px / 2))); } }
  @media (min-width: 1400px) {
    .container.extend-right {
      max-width: calc(1340px + (50% - (1340px / 2))); } }
  @media (min-width: 1500px) {
    .container.extend-right {
      max-width: calc(1440px + (50% - (1440px / 2))); } }
  @media (min-width: 1600px) {
    .container.extend-right {
      max-width: calc(1540px + (50% - (1540px / 2))); } }
  @media (min-width: 1700px) {
    .container.extend-right {
      max-width: calc(1640px + (50% - (1640px / 2))); } }
  @media (min-width: 1800px) {
    .container.extend-right {
      max-width: calc(1740px + (50% - (1740px / 2))); } }
  @media screen and (max-width: 991px) {
    .container.extend-right {
      margin-right: auto;
      padding-right: 15px; } }

img {
  max-width: 100%; }

.overlay {
  position: relative; }
  .overlay > * {
    position: relative;
    z-index: 1; }
  .overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%) 0% 0%; }

.white-text {
  color: var(--white); }

.column-holder.column-text-right .inner {
  margin-left: auto;
  margin-right: 0;
  text-align: right; }

.column-align-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%; }
  .column-align-center .inner {
    width: 100%; }

.image-box.object-fit-cover img {
  height: 408px;
  width: 100%;
  object-fit: cover;
  object-position: center; }

.row-no-wrap {
  flex-wrap: nowrap; }

.column-5 {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap; }
  .column-5 .column {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px; }
    @media screen and (max-width: 1199px) {
      .column-5 .column {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; } }
    @media screen and (max-width: 767px) {
      .column-5 .column {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media screen and (max-width: 480px) {
      .column-5 .column {
        flex: 0 0 100%;
        max-width: 100%; } }

.column-4 {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap; }
  .column-4 .column {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px; }
    @media screen and (max-width: 1199px) {
      .column-4 .column {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; } }
    @media screen and (max-width: 767px) {
      .column-4 .column {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media screen and (max-width: 480px) {
      .column-4 .column {
        flex: 0 0 100%;
        max-width: 100%; } }

.with-arrow {
  display: block;
  position: relative;
  padding-right: 40px; }
  .with-arrow i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.input-search {
  position: relative; }
  .input-search button {
    position: absolute;
    right: 27px;
    color: #0C2617;
    font-size: 22px;
    outline: none;
    border: none;
    background-color: transparent;
    top: 50%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.searching {
  pointer-events: none; }

.loading {
  text-align: center;
  font-size: 55px;
  margin-top: 100px;
  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  font-family: var(--secondary-font);
  font-weight: 500; }
  header .container .navbar {
    padding: 2.5rem 0 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    header .container .navbar button {
      border: none; }
      header .container .navbar button i {
        font-size: 38px;
        color: #1A1818; }
      header .container .navbar button.navbar-toggler-menu i {
        color: var(--white); }
    header .container .navbar .navbar-brand {
      padding: 0;
      margin-right: 0; }
      header .container .navbar .navbar-brand img {
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -ms-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
        max-width: 315px;
        max-height: 110px; }
        @media screen and (max-width: 1199px) {
          header .container .navbar .navbar-brand img {
            max-width: 250px; } }
        @media screen and (max-width: 991px) {
          header .container .navbar .navbar-brand img {
            max-width: 120px; } }
      header .container .navbar .navbar-brand:not(.primary-brand) img {
        max-width: 200px;
        -webkit-filter: brightness(100);
        filter: brightness(100); }
    header .container .navbar .navbar-collapse {
      -webkit-transition: 300ms;
      -moz-transition: 300ms;
      -ms-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms;
      position: fixed;
      background-color: var(--primary-color);
      padding-top: 50px;
      left: -300px;
      bottom: 0;
      top: 0;
      height: 100% !important;
      width: 300px;
      z-index: 10;
      display: block !important; }
      header .container .navbar .navbar-collapse .navbar-brand-menu {
        display: none; }
        @media screen and (max-width: 767px) {
          header .container .navbar .navbar-collapse .navbar-brand-menu {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center; } }
      header .container .navbar .navbar-collapse ul li a {
        font-size: 1.14rem;
        color: var(--white);
        padding: 1rem;
        display: block;
        margin: 0; }
        header .container .navbar .navbar-collapse ul li a:hover, header .container .navbar .navbar-collapse ul li a:active, header .container .navbar .navbar-collapse ul li a:focus {
          color: var(--white); }
      header .container .navbar .navbar-collapse ul li.active a {
        color: var(--white); }
      header .container .navbar .navbar-collapse ul li .dropdown-menu {
        background-color: var(--primary-light);
        border-radius: 0;
        border: none;
        display: block;
        margin: 0;
        padding: 0; }
        header .container .navbar .navbar-collapse ul li .dropdown-menu li {
          max-height: 0;
          overflow: hidden;
          -webkit-transition: 300ms;
          -moz-transition: 300ms;
          -ms-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms; }
        header .container .navbar .navbar-collapse ul li .dropdown-menu.show li {
          max-height: 100px; }
      header .container .navbar .navbar-collapse .button-holder {
        padding-bottom: 1.5rem;
        display: none; }
        @media screen and (max-width: 480px) {
          header .container .navbar .navbar-collapse .button-holder {
            display: block; } }
      @media screen and (max-width: 480px) {
        header .container .navbar .navbar-collapse {
          width: 100%;
          left: -100%; } }
      header .container .navbar .navbar-collapse.show-navbar {
        left: 0; }
    @media screen and (max-width: 991px) {
      header .container .navbar {
        padding: 1rem 0 0; } }
  header.scrolled {
    position: fixed;
    background-color: #ffffff !important;
    z-index: 9; }
    header.scrolled .container .navbar {
      padding-top: 10px;
      padding-bottom: 10px; }
      header.scrolled .container .navbar .navbar-brand img {
        max-width: 150px; }
    header.scrolled.show-header {
      top: 0; }
      @media screen and (max-width: 600px) {
        header.scrolled.show-header {
          top: 0; } }

.admin-bar header .container .navbar .navbar-collapse {
  top: 32px; }
  @media screen and (max-width: 782px) {
    .admin-bar header .container .navbar .navbar-collapse {
      top: 46px; } }
  @media (max-width: 600px) {
    .admin-bar header .container .navbar .navbar-collapse {
      top: 0; } }
.admin-bar header.scrolled .container .navbar button:not(.navbar-toggler-menu) {
  color: var(--black); }
.admin-bar header.scrolled.show-header {
  top: 32px; }
  @media screen and (max-width: 782px) {
    .admin-bar header.scrolled.show-header {
      top: 46px; } }
  @media (max-width: 600px) {
    .admin-bar header.scrolled.show-header {
      top: 0; } }

html.menu-visible {
  overflow: hidden; }
  html.menu-visible body {
    overflow: hidden;
    margin-left: 300px !important;
    margin-right: -300px !important; }
    html.menu-visible body header {
      margin-left: 300px;
      margin-right: -300px; }
      html.menu-visible body header .container .navbar {
        padding-right: 300px; }
        @media screen and (max-width: 767px) {
          html.menu-visible body header .container .navbar .navbar-brand:not(.navbar-brand-menu) {
            opacity: 0;
            pointer-events: none; } }
        html.menu-visible body header .container .navbar button i:before {
          content: "\f00d"; }
    @media screen and (max-width: 767px) {
      html.menu-visible body {
        margin-left: 0 !important;
        margin-right: 0 !important; } }

footer {
  position: relative;
  margin-top: 5rem;
  color: var(--white); }
  footer .container .row {
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
    @media screen and (max-width: 991px) {
      footer .container .row .column-holder {
        text-align: center !important; } }
  @media screen and (max-width: 767px) {
    footer .image-box img {
      height: 192px; } }
  @media screen and (max-width: 480px) {
    footer .image-box img {
      height: auto; } }
  footer .content-box {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 15px; }
    @media screen and (max-width: 480px) {
      footer .content-box {
        position: static; } }
  @media screen and (max-width: 991px) {
    footer {
      margin-top: 1rem; } }
  @media screen and (max-width: 480px) {
    footer {
      color: var(--text-color);
      border-top: 2px solid var(--light-gray-color);
      padding-top: 20px; } }
  footer .menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }

section.hero-banner {
  padding-bottom: 12rem;
  position: relative; }
  section.hero-banner .row {
    min-height: calc(100vh + 57px);
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
    @media screen and (max-width: 991px) {
      section.hero-banner .row {
        min-height: auto; } }
  section.hero-banner .background-image {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 1350px;
    width: 100%;
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat; }
  section.hero-banner .text-holder {
    max-width: 580px;
    padding-top: 5rem; }
  section.hero-banner .button-box a.transparent:first-child {
    margin-left: -1.5rem; }
  section.hero-banner .hero-image {
    z-index: -2;
    position: relative; }
    @media screen and (max-width: 991px) {
      section.hero-banner .hero-image img {
        max-width: 300px;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      section.hero-banner .hero-image img {
        margin: auto;
        display: block; } }
    @media screen and (min-width: 992px) {
      section.hero-banner .hero-image {
        margin-top: -40px; } }
    @media screen and (max-width: 991px) {
      section.hero-banner .hero-image {
        margin-top: 40px; } }
  @media screen and (max-width: 991px) {
    section.hero-banner {
      padding-bottom: 0; } }

.admin-bar section.hero-banner .row {
  min-height: calc(100vh + 57px - 32px); }
  @media screen and (max-width: 991px) {
    .admin-bar section.hero-banner .row {
      min-height: auto; } }

section.info-section {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  	/* .parallax {
  		height: 1000px;
  		display: flex;
  		width: 100%;
  		@include background-image(17% , contain);
  		@media (max-width: 1399px) {
  			background-position: 7%;
  			height: 1000px;
  		}
  		@media (max-width: 1299px) {
  			height: 1000px;
  			@include background-image(5%, 510px);
  
  		}
  		@include respond-to('xs-md') {
  			height: 545px;
  			padding-top: 0;
  			@include display-flex;
  			@include align-items(center);
  			@include background-image(5%, 350px);
  		}
  		@include respond-to('xs-sm') {
  			height: 460px;
  			padding-top: 0;
  			@include display-flex;
  			@include align-items(center);
  			@include background-image(13%, 200px);
  		}
  		@include respond-to('xs') {
  			height: 400px;
  			background: none !important;
  		}
  
  	} */
  /* .row {
  	width: 100%;
  	
  	
  }
  */ }
  @media screen and (max-width: 991px) {
    section.info-section .image-box img {
      max-width: 300px;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    section.info-section .image-box img {
      margin: auto;
      display: block;
      max-width: 250px; } }
  section.info-section .text-holder {
    max-width: 670px;
    margin-left: auto;
    padding-top: 15rem; }
    @media (max-width: 1399px) {
      section.info-section .text-holder {
        padding-top: 6rem; } }
    @media screen and (max-width: 1199px) {
      section.info-section .text-holder {
        padding-top: 0; } }
    @media screen and (max-width: 991px) {
      section.info-section .text-holder {
        max-width: 100%; } }
    @media screen and (max-width: 767px) {
      section.info-section .text-holder {
        max-width: 100%; } }
  @media screen and (max-width: 991px) {
    section.info-section {
      margin-top: -100px; } }
  @media screen and (max-width: 767px) {
    section.info-section {
      margin-top: -150px; } }

section.icon-section {
  position: relative; }
  section.icon-section .container > .row {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    section.icon-section .container > .row .col-lg-5 {
      max-width: 38%;
      flex: 0 0 38%; }
      @media (max-width: 1399px) {
        section.icon-section .container > .row .col-lg-5 {
          max-width: 50%;
          flex: 0 0 50%; } }
      @media screen and (max-width: 991px) {
        section.icon-section .container > .row .col-lg-5 {
          max-width: 100%;
          flex: 0 0 100%; } }
    section.icon-section .container > .row .col-lg-7 {
      max-width: 62%;
      flex: 0 0 62%;
      position: static; }
      @media (max-width: 1399px) {
        section.icon-section .container > .row .col-lg-7 {
          max-width: 50%;
          flex: 0 0 50%; } }
      @media screen and (max-width: 991px) {
        section.icon-section .container > .row .col-lg-7 {
          max-width: 100%;
          flex: 0 0 100%; } }
  section.icon-section .desc-box {
    max-width: 640px; }
  section.icon-section .image-box {
    transform: translateY(-133px); }
    @media screen and (max-width: 991px) {
      section.icon-section .image-box {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: -1; } }
  section.icon-section .icon-box {
    max-width: 690px; }
    @media (min-width: 768px) {
      section.icon-section .icon-box .row [class*='col-']:last-child {
        margin-top: 58px; } }
  section.icon-section .button-box a.transparent:first-child {
    margin-left: -1.5rem; }

section.icon-section-2 .row {
  min-height: auto !important; }

section.page-banner {
  background-position: center -20px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 10.5rem; }
  section.page-banner .user-image {
    width: 16.35rem;
    height: 16.35rem;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background-color: var(--white);
    margin-bottom: 1rem; }
    section.page-banner .user-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  section.page-banner .heading-box h1 {
    margin-bottom: 2rem;
    font-weight: 500; }
  section.page-banner.user-dashboard-banner {
    padding-bottom: 1.75rem; }
  section.page-banner:not(.user-dashboard-banner) {
    padding-bottom: 7rem; }
    section.page-banner:not(.user-dashboard-banner) .heading-box h1 {
      margin-bottom: 1rem; }

section.user-dashboard-post-type {
  margin-bottom: 6.5rem;
  padding-top: 1.75rem; }
  section.user-dashboard-post-type .heading-box h2 {
    margin-bottom: 1.3rem; }

section.movement-groups .socials {
  text-align: center; }
  section.movement-groups .socials a {
    color: var(--primary-color); }
section.movement-groups .movement-groups-row .column {
  flex-grow: 1;
  padding-left: 15px;
  padding-right: 15px; }
  section.movement-groups .movement-groups-row .column:first-child {
    flex: 0 0 calc(100% - 330px); }
    @media screen and (max-width: 991px) {
      section.movement-groups .movement-groups-row .column:first-child {
        flex: 0 0 100%; } }
  section.movement-groups .movement-groups-row .column:last-child {
    flex: 0 0 330px; }
    @media screen and (max-width: 991px) {
      section.movement-groups .movement-groups-row .column:last-child {
        flex: 0 0 100%; } }
section.movement-groups .movement-groups-row.video {
  margin-bottom: 2rem; }
  section.movement-groups .movement-groups-row.video:first-child {
    flex: 0 0 calc(100% - 330px); }
    section.movement-groups .movement-groups-row.video:first-child .column-holder {
      height: 100%; }
      section.movement-groups .movement-groups-row.video:first-child .column-holder .video-box {
        height: 100%; }
        section.movement-groups .movement-groups-row.video:first-child .column-holder .video-box a {
          height: 100%; }
@media screen and (max-width: 1199px) {
  section.movement-groups .movement-groups-row.content .column:first-child {
    flex: 0 0 100%; } }
section.movement-groups .meta-box {
  margin-bottom: 1rem; }

section.post-type-with-ajax .post-type-ajax-row > .column {
  flex-grow: 1;
  padding-left: 15px;
  padding-right: 15px; }
  section.post-type-with-ajax .post-type-ajax-row > .column:first-child {
    flex: 0 0 330px; }
    @media screen and (max-width: 991px) {
      section.post-type-with-ajax .post-type-ajax-row > .column:first-child {
        flex: 0 0 100%; } }
  section.post-type-with-ajax .post-type-ajax-row > .column:last-child {
    flex: 0 0 calc(100% - 330px); }
    @media screen and (max-width: 991px) {
      section.post-type-with-ajax .post-type-ajax-row > .column:last-child {
        flex: 0 0 100%; } }
@media screen and (max-width: 1399px) {
  section.post-type-with-ajax .post-type-ajax-row .post-box .col-lg-3 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; } }
@media screen and (max-width: 1199px) {
  section.post-type-with-ajax .post-type-ajax-row .post-box .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%; } }
@media screen and (max-width: 480px) {
  section.post-type-with-ajax .post-type-ajax-row .post-box .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%; } }

#results {
  min-height: 430px; }

section.post-categories {
  margin-top: -3.5rem; }
  section.post-categories .row {
    margin-left: 1rem;
    margin-right: 1rem; }
    section.post-categories .row [class*='col-'] {
      padding-left: 1rem;
      padding-right: 1rem; }
    section.post-categories .row .column-holder {
      height: 100%; }
      section.post-categories .row .column-holder .post-category-box {
        height: calc(100% - 3rem); }

.post-category-wrapper {
  max-width: 1100px;
  margin: auto; }

.post-category-box {
  -webkit-box-shadow: 0px 0px 10px #0000001A;
  -moz-box-shadow: 0px 0px 10px #0000001A;
  box-shadow: 0px 0px 10px #0000001A;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  top: 0;
  position: relative;
  text-align: center;
  background-color: var(--gray-2);
  padding: 1.75rem;
  border-radius: 5px;
  margin-bottom: 3rem; }
  .post-category-box .image-box {
    height: 7.75rem;
    margin: auto;
    margin-bottom: 2rem; }
    .post-category-box .image-box img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
    @media screen and (max-width: 1199px) {
      .post-category-box .image-box {
        height: 7rem; } }
  .post-category-box .heading-box h3 {
    font-size: 1.5rem;
    margin-bottom: 0;
    color: var(--dark-green); }
  .post-category-box:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5);
    -moz-box-shadow: rgba(0, 0, 0, 0.5);
    box-shadow: rgba(0, 0, 0, 0.5);
    top: -5px; }
  @media screen and (max-width: 1199px) {
    .post-category-box {
      padding: 1.5rem; } }

section.programmes {
  padding-top: 16%; }
  section.programmes .breadcrumbs ul {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start; }
  section.programmes .top-content {
    margin-bottom: 70px; }
    @media screen and (max-width: 991px) {
      section.programmes .top-content {
        margin-bottom: 0; } }
  @media screen and (max-width: 991px) {
    section.programmes {
      padding-top: 25%; } }

section.programmes-more-details {
  max-width: 1224px;
  position: relative;
  margin: -70px auto 0;
  background-color: var(--white);
  padding: 70px 0; }
  section.programmes-more-details .content-holder {
    max-width: 1025px;
    margin: auto; }
  section.programmes-more-details .desc-box {
    margin-bottom: 0; }
  @media screen and (max-width: 991px) {
    section.programmes-more-details {
      margin-top: 0; } }

section.post-type-content {
  margin-bottom: 1rem; }
  section.post-type-content .heading-box h2 {
    padding-bottom: 1.5rem;
    margin-bottom: 0;
    background-color: var(--page-background); }
  section.post-type-content .heading-box h3 {
    padding-bottom: 2rem;
    margin-bottom: 0; }
  section.post-type-content .column-holder {
    background-color: var(--light-blue);
    height: 100%; }
  section.post-type-content .image-box {
    padding: 28%;
    position: relative; }
    section.post-type-content .image-box img {
      border-radius: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  @media screen and (min-width: 992px) {
    section.post-type-content .post-type-content-row .col-lg-7 {
      flex: 0 0 62%;
      max-width: 62%; } }
  @media screen and (max-width: 991px) {
    section.post-type-content .post-type-content-row .col-lg-7 {
      margin-bottom: 2rem; } }
  @media screen and (min-width: 992px) {
    section.post-type-content .post-type-content-row .col-lg-5 {
      flex: 0 0 38%;
      max-width: 38%; } }

section.useful-links .useful-link-box {
  margin-bottom: 1rem; }
section.useful-links .view-all-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  text-align: center; }
  section.useful-links .view-all-button .button-box .button {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    margin: 0 auto 10px auto; }
  section.useful-links .view-all-button .button-box .view-text {
    color: #636363; }
@media screen and (max-width: 1199px) {
  section.useful-links .column-4 .column {
    flex: 0 0 50%;
    max-width: 50%; }
    section.useful-links .column-4 .column .box {
      max-width: 100%; } }
@media screen and (max-width: 991px) {
  section.useful-links {
    margin-top: 2rem; } }

#customer_login {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  #customer_login [class*='col'] {
    width: 100%;
    max-width: 50%;
    float: none;
    margin-bottom: 5rem;
    flex: 0 0 50%; }
    #customer_login [class*='col'] h2 {
      text-align: center;
      margin-bottom: -5rem; }
    #customer_login [class*='col'] form {
      -webkit-box-shadow: 0px 3px 6px #00000029;
      -moz-box-shadow: 0px 3px 6px #00000029;
      box-shadow: 0px 3px 6px #00000029;
      margin: 0;
      border-radius: 5px;
      border: none;
      padding: 8rem 2.5rem 4rem 2.25rem; }
      #customer_login [class*='col'] form .form-row {
        margin-bottom: 1rem;
        text-align: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
      #customer_login [class*='col'] form label {
        display: block;
        width: 100%;
        text-align: left; }
      #customer_login [class*='col'] form .password-input {
        width: 100%; }
    #customer_login [class*='col']:after, #customer_login [class*='col']:before {
      content: none !important; }
    @media screen and (max-width: 991px) {
      #customer_login [class*='col'] {
        flex: 0 0 100%;
        max-width: 100%; } }
  #customer_login .woocommerce-button {
    width: 100%; }
  #customer_login .woocommerce-form-login__rememberme {
    display: none; }
  #customer_login .woocommerce-LostPassword {
    text-align: left;
    font-size: 0.75rem; }

.woocommerce-button.woocommerce-button.woocommerce-button {
  display: inline-block;
  text-decoration: none;
  font-size: 1.65rem;
  font-weight: 500;
  border-radius: 50px;
  line-height: 1;
  border: 2px solid transparent;
  background-color: var(--primary-color);
  color: var(--white);
  float: none;
  margin: 0;
  color: #fff !important; }
  .woocommerce-button.woocommerce-button.woocommerce-button:hover, .woocommerce-button.woocommerce-button.woocommerce-button:active, .woocommerce-button.woocommerce-button.woocommerce-button:focus {
    background-color: var(--secondary-color); }

.woocommerce-privacy-policy-text {
  font-size: .75rem; }

section.form-section .form-box {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto; }

.password-strength span {
  display: block;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 14px; }
.password-strength .short {
  background-color: #fbc5a9; }
.password-strength .mismatch {
  background-color: #f1adad; }
.password-strength .good {
  background-color: #ffe399; }
.password-strength .strong {
  background-color: #c1e1b9; }

.mp_wrapper {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  -moz-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  padding: 6.3rem 2.5rem 4rem 2.25rem;
  background-color: var(--white);
  border-radius: 5px; }
  .mp_wrapper form .mp-form-row label {
    margin-bottom: 10px;
    display: block !important; }
  .mp_wrapper form .mp-form-row:not(:last-child):not(.mepr_password) {
    margin-bottom: 2.5rem; }
  .mp_wrapper form.mepr-signup-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem; }
    .mp_wrapper form.mepr-signup-form .mp-form-row.mepr_first_name, .mp_wrapper form.mepr-signup-form .mp-form-row.mepr_last_name {
      flex: 0 0 50%; }
    .mp_wrapper form.mepr-signup-form .mp-form-row:not(:last-child) {
      margin-bottom: 15px !important; }
    .mp_wrapper form.mepr-signup-form > * {
      padding-left: 1rem;
      padding-right: 1rem; }
  .mp_wrapper .submit, .mp_wrapper .mp-form-submit {
    text-align: center;
    margin-top: 3.5rem;
    width: 100%; }
  .mp_wrapper .button-primary, .mp_wrapper .mepr-submit {
    display: inline-block;
    text-decoration: none;
    font-size: 1.65rem;
    font-weight: 500;
    border-radius: 50px;
    line-height: 1;
    border: 2px solid transparent;
    background-color: var(--primary-color);
    color: var(--white);
    float: none;
    margin: 0;
    color: #fff !important;
    max-width: 330px;
    width: 100%; }
    .mp_wrapper .button-primary:hover, .mp_wrapper .button-primary:active, .mp_wrapper .button-primary:focus, .mp_wrapper .mepr-submit:hover, .mp_wrapper .mepr-submit:active, .mp_wrapper .mepr-submit:focus {
      background-color: var(--secondary-color); }
  .mp_wrapper .forgot-password, .mp_wrapper .have-coupon-link {
    text-align: right;
    font-size: 15px;
    text-decoration: underline;
    font-family: var(--secondary-font);
    font-weight: 500; }
    .mp_wrapper .forgot-password + div, .mp_wrapper .have-coupon-link + div {
      display: none !important; }
  .mp_wrapper .mp-spacer {
    display: none; }
  .mp_wrapper .mepr-login-actions {
    display: none; }

/*# sourceMappingURL=main.css.map */
