@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
/*
Theme Name: Open Awards
Author: Tecniqode
Description: A custom theme for Open Awards website.
Version: 1.0
License: GNU General Public License
*/
/*Start of from main.min.css*/
@media (max-width: 991px) {
  #wpadminbar {
    display: none !important; } }

@media (max-width: 991px) {
  html.vc_transform.vc_transform {
    margin-top: 0 !important; } }

.btn,
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none !important; }

.padCon {
  padding: 50px 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .padCon {
    padding: 35px 0; } }
@media screen and (max-width: 767px) {
  .padCon {
    padding: 30px 0; } }
.center {
  text-align: center;
  width: 100%; }

span.highlight {
  position: relative;
  z-index: 0; }

span.highlight:before {
  content: "";
  position: absolute;
  display: block;
  height: 25%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 5px;
  background-color: var(--sun-orange);
  z-index: -1; }

h2.title-text {
  display: block;
  margin-bottom: 30px;
  font-size: 40px;
  font-family: var(--primary-font);
  font-weight: 700;
  line-height: 55px;
  color: var(--opal-black); }

@media (min-width: 992px) and (max-width: 1199px) {
  h2.title-text {
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 50px; } }
@media screen and (max-width: 767px) {
  h2.title-text {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px; } }
h3 {
  font-family: var(--primary-font);
  font-size: 22px;
  font-weight: 700;
  color: var(--opal-black); }

@media (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 20px; } }
@media (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 18px; } }
@media screen and (max-width: 767px) {
  h3:not(.no-responsive-mobile) {
    font-size: 16px; } }
h4 {
  margin-bottom: 35px;
  color: #9d9aad;
  font-size: 20px;
  line-height: 36px; }

@media (min-width: 992px) and (max-width: 1199px) {
  h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px; } }
@media (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 25px; } }
@media screen and (max-width: 767px) {
  h4 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px; } }
h5 {
  margin-bottom: 18px;
  font-family: var(--primary-font);
  font-weight: 700;
  color: #492583;
  font-size: 18px; }

@media (min-width: 992px) and (max-width: 1199px) {
  h5 {
    font-size: 16px;
    margin-bottom: 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
  h5 {
    font-size: 14px;
    margin-bottom: 15px; } }
@media screen and (max-width: 767px) {
  h5 {
    font-size: 14px;
    margin-bottom: 12px; } }
.lockscroll {
  overflow: hidden; }

section.breadcrumbs nav ol.breadcrumb {
  background: transparent;
  padding: 0; }

section.breadcrumbs nav ol.breadcrumb li {
  font-size: 16px;
  align-items: center;
  display: flex;
  font-family: var(--primary-font); }

@media screen and (max-width: 767px) {
  section.breadcrumbs nav ol.breadcrumb li {
    font-size: 14px; } }
section.breadcrumbs nav ol.breadcrumb li:first-child:before {
  display: none; }

section.breadcrumbs nav ol.breadcrumb li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #9d9aad;
  font-weight: 600;
  font-size: 10px; }

section.breadcrumbs nav ol.breadcrumb li a {
  color: var(--opal-black);
  font-weight: bold; }

section.breadcrumbs nav ol.breadcrumb li.active {
  opacity: 0.75; }

.page-banner {
  position: relative;
  background: var(--opal-black);
  height: 200px;
  color: var(--white-color); }

@media screen and (max-width: 767px) {
  .page-banner {
    height: auto;
    padding: 35px 0; } }
.page-banner h1,
.page-banner h3 {
  line-height: 200px; }

@media screen and (max-width: 767px) {
  .page-banner h1,
  .page-banner h3 {
    line-height: normal; } }
.page-banner h1 {
  font-family: var(--primary-font); }

@media (min-width: 768px) and (max-width: 991px) {
  .page-banner h1 {
    font-size: 32px; } }
@media screen and (max-width: 767px) {
  .page-banner h1 {
    font-size: 28px; } }
.page-banner h3 {
  font-family: "Arial";
  color: var(--white-color);
  font-weight: 100;
  text-align: right; }

@media screen and (max-width: 767px) {
  .page-banner h3 {
    text-align: left; } }
.separator {
  margin-bottom: 50px;
  border-bottom: 1px solid var(--gray-color); }

span.badge {
  margin-bottom: 15px;
  font-size: 12px;
  font-family: var(--primary-font);
  font-weight: 600;
  padding: 5px 10px; }

.badge-lightblue {
  background: var(--high-violet); }

.badge-dark {
  background: var(--opal-black); }

input[type="email"],
input[type="password"],
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-focus-ring-color: none;
  outline: none; }

body {
  color: #222;
  font: normal 125%/1.4 "Poppins", "Arial", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

header {
  position: relative;
  padding: 30px;
  z-index: 99;
  display: block; }
  @media (max-width: 1090px) {
    header {
      padding: 20px 15px; } }

@media screen and (max-width: 575px) {
  header .row .col-xs-6:first-child {
    display: inline-block;
    width: 75%; }

  header .row .col-xs-6:first-child .logo-holder a.logo,
  header .row .col-xs-6:first-child .logo-holder a.logo img {
    margin-top: 0;
    height: 35px;
    width: auto; }

  header .row .col-xs-6:last-child {
    display: inline-block;
    width: 25%; }

  header .row .col-xs-6:last-child .navbar-toggleable-md {
    width: 100%; } }
header .logo-holder {
  position: relative;
  height: 50px;
  line-height: 50px; }

header .logo-holder a img {
  height: 100%; }
  @media (max-width: 1090px) {
    header .logo-holder a img {
      height: 31px; } }

header nav.navbar {
  float: right; }

header nav.navbar .toggle-mnu {
  display: block;
  width: 35px;
  height: 35px;
  padding: 6px 6px; }

@media screen and (min-width: 992px) {
  header nav.navbar .toggle-mnu {
    display: none !important; } }
header nav.navbar .toggle-mnu span {
  position: relative;
  display: block; }

header nav.navbar .toggle-mnu span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 18px; }

header nav.navbar .toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px; }

header nav.navbar .toggle-mnu span,
header nav.navbar .toggle-mnu span:after,
header nav.navbar .toggle-mnu span:before {
  width: 100%;
  height: 2px;
  background-color: var(--opal-black) !important;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px; }

header nav.navbar .toggle-mnu.on span {
  background-color: transparent !important; }

header nav.navbar .toggle-mnu.on span:before {
  transform: rotate(45deg) translate(-1px, 0px); }

header nav.navbar .toggle-mnu.on span:after {
  transform: rotate(-45deg) translate(6px, -7px); }

header nav.navbar .offcanvas {
  z-index: 9;
  outline: none !important; }

header nav.navbar .offcanvas.open {
  border-color: var(--white-color);
  background-color: var(--white-color); }

header nav.navbar ul.navbar-nav li {
  padding: 0 10px; }

@media (min-width: 992px) and (max-width: 1199px) {
  header nav.navbar ul.navbar-nav li {
    padding: 0 5px; } }
header nav.navbar ul.navbar-nav li.current-menu-item a {
  color: var(--high-violet) !important; }

@media (min-width: 992px) and (max-width: 1199px) {
  header nav.navbar ul.navbar-nav li .dropdown-menu {
    font-size: 14px !important; } }
header nav.navbar ul.navbar-nav li a {
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 600;
  color: #707070;
  padding: 0; }

@media (min-width: 992px) and (max-width: 1199px) {
  header nav.navbar ul.navbar-nav li a {
    font-size: 14px; } }
header nav.navbar ul.navbar-nav li a.btn-outline-primary {
  margin-top: -12px; }

header nav.navbar ul.navbar-nav li a.btn-outline-primary i {
  margin-right: 8px; }

header nav.navbar ul.navbar-nav li a.btn-secondary {
  margin-top: -12px; }

header nav.navbar ul.navbar-nav li a.dropdown-item {
  padding: 3px 1.5rem !important; }

header nav.navbar ul.navbar-nav li.button-holder {
  padding: 0 7px; }

@media (min-width: 992px) and (max-width: 1199px) {
  header nav.navbar ul.navbar-nav li.button-holder {
    padding: 0 5px; } }
@media screen and (max-width: 991px) {
  .offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
    padding: 50px;
    overflow-y: auto;
    background-color: var(--opal-black);
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }

  .offcanvas-collapse .show {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }

  .offcanvas-collapse ul {
    display: flex;
    justify-content: center;
    height: 100%; }

  .offcanvas-collapse ul li {
    margin-bottom: 35px; }

  .offcanvas-collapse ul li .dropdown-menu {
    background: transparent !important; }

  .offcanvas-collapse ul li a {
    color: var(--white-color) !important;
    font-size: 18px !important; }

  .offcanvas-collapse ul li a.btn.btn-outline-primary {
    border-color: var(--white-color) !important;
    color: var(--white-color) !important;
    font-weight: 600; }

  .offcanvas-collapse ul li a.btn.btn-outline-primary:active,
  .offcanvas-collapse ul li a.btn.btn-outline-primary:focus,
  .offcanvas-collapse ul li a.btn.btn-outline-primary:hover {
    background-color: var(--white-color);
    color: var(--opal-black) !important; }

  .offcanvas-collapse.open {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@media screen and (max-width: 575px) {
  header .col-xs-6 {
    display: inline-block;
    width: 50%; }

  header .offcanvas.toggle-mnu {
    margin-right: -20px; } }
footer {
  font-family: var(--primary-font); }

footer .main-footer {
  padding: 100px 0 15px;
  background-color: var(--opal-black); }

@media (min-width: 992px) and (max-width: 1199px) {
  footer .main-footer {
    padding: 80px 0 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
  footer .main-footer {
    padding: 60px 0 15px; } }
@media screen and (max-width: 767px) {
  footer .main-footer {
    padding: 50px 0 15px; } }
footer .main-footer .logo-holder {
  position: relative;
  width: 200px; }

footer .main-footer .logo-holder img {
  margin-bottom: 35px;
  width: 100%; }

@media screen and (max-width: 991px) {
  footer .main-footer .logo-holder img {
    margin-bottom: 20px; } }
footer .main-footer .contact-details,
footer .main-footer .contact-details a {
  color: var(--white-color); }

footer .main-footer .contact-details ul {
  list-style: none;
  padding-left: 30px; }

footer .main-footer .contact-details ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 13px;
  color: var(--white-color); }

@media screen and (max-width: 991px) {
  footer .main-footer .contact-details ul li {
    font-size: 12px; } }
footer .main-footer .contact-details ul li i {
  position: absolute;
  margin-left: -25px;
  margin-top: 3px; }

footer .main-footer .contact-details ul li span {
  opacity: 0.5; }

footer .main-footer a.btn.btn-outline-primary.light {
  margin-top: 15px;
  font-size: 13px;
  padding: 10px 30px; }

@media (min-width: 768px) and (max-width: 991px) {
  footer .main-footer a.btn.btn-outline-primary.light {
    font-size: 12px; } }
@media screen and (max-width: 767px) {
  footer .main-footer a.btn.btn-outline-primary.light {
    margin-bottom: 30px; } }
footer .main-footer h5.widget-title {
  color: var(--white-color) !important; }

@media screen and (max-width: 767px) {
  footer .main-footer h5.widget-title {
    margin-top: 10px; } }
footer ul {
  list-style: none;
  padding: 0; }

footer ul li {
  margin-bottom: 5px; }

@media screen and (max-width: 991px) {
  footer ul li {
    margin-bottom: 0; } }
footer ul li a {
  color: var(--white-color) !important;
  font-size: 13px;
  opacity: 1; }

@media screen and (max-width: 991px) {
  footer ul li a {
    font-size: 12px; } }
footer .bottom-footer {
  position: relative;
  background-color: #03192b;
  padding: 12px 0; }

footer .bottom-footer .copyright-text {
  float: left;
  font-size: 12px;
  color: var(--white-color);
  opacity: 0.5; }

@media (min-width: 768px) and (max-width: 991px) {
  footer .bottom-footer .copyright-text {
    font-size: 10px !important; } }
@media screen and (max-width: 767px) {
  footer .bottom-footer .copyright-text {
    float: none;
    margin-bottom: 5px;
    text-align: center;
    font-size: 10px !important; } }
footer .bottom-footer .copyright-text p {
  margin-top: 8px;
  margin-bottom: 0; }

footer .bottom-footer .other-links {
  float: right;
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  footer .bottom-footer .other-links {
    float: none;
    text-align: center; } }
footer .bottom-footer .other-links.inline li {
  font-size: 12px;
  display: inline-block;
  margin-left: 20px; }

@media (min-width: 768px) and (max-width: 991px) {
  footer .bottom-footer .other-links.inline li a {
    font-size: 10px !important; } }
@media screen and (max-width: 767px) {
  footer .bottom-footer .other-links.inline li a {
    font-size: 10px !important;
    margin-bottom: 5px;
    text-align: center; } }
a.btn.btn-outline-primary {
  border-color: var(--purple-heather);
  color: var(--purple-heather) !important;
  border-radius: 5px; }

a.btn.btn-outline-primary.small {
  font-size: 16px;
  font-family: var(--primary-font);
  padding: 15px 20px; }

@media (min-width: 992px) and (max-width: 1199px) {
  a.btn.btn-outline-primary.small {
    font-size: 14px;
    padding: 10px 15px; } }
a.btn.btn-outline-primary.big {
  font-size: 20px;
  font-family: var(--primary-font);
  font-weight: 600;
  padding: 15px 30px;
  border-width: 2px; }

@media (min-width: 992px) and (max-width: 1199px) {
  a.btn.btn-outline-primary.big {
    font-size: 18px;
    padding: 12px 25px; } }
@media (min-width: 768px) and (max-width: 991px) {
  a.btn.btn-outline-primary.big {
    font-size: 15px;
    padding: 10px 20px; } }
@media screen and (max-width: 767px) {
  a.btn.btn-outline-primary.big {
    font-size: 15px;
    padding: 10px 20px; } }
a.btn.btn-outline-primary.light {
  border-color: var(--white-color) !important;
  color: var(--white-color) !important;
  font-weight: 600; }

a.btn.btn-outline-primary.light:active,
a.btn.btn-outline-primary.light:focus,
a.btn.btn-outline-primary.light:hover {
  background-color: var(--white-color);
  color: var(--opal-black) !important; }

a.btn.btn-outline-primary:active,
a.btn.btn-outline-primary:focus,
a.btn.btn-outline-primary:hover {
  background-color: var(--purple-heather);
  color: var(--white-color) !important; }

a.btn.btn-secondary {
  background-color: var(--sun-orange);
  color: var(--white-color) !important;
  border: none; }

a.btn.btn-secondary.small {
  font-size: 16px;
  font-family: var(--primary-font);
  padding: 15px 20px; }

@media (min-width: 992px) and (max-width: 1199px) {
  a.btn.btn-secondary.small {
    font-size: 14px;
    padding: 10px 15px; } }
a.btn.btn-secondary.big {
  font-size: 20px;
  font-family: var(--primary-font);
  font-weight: 600;
  padding: 15px 30px; }

@media (min-width: 992px) and (max-width: 1199px) {
  a.btn.btn-secondary.big {
    font-size: 18px;
    padding: 12px 25px; } }
@media (min-width: 768px) and (max-width: 991px) {
  a.btn.btn-secondary.big {
    font-size: 15px;
    padding: 10px 20px; } }
@media screen and (max-width: 767px) {
  a.btn.btn-secondary.big {
    font-size: 15px;
    padding: 10px 20px; } }
a.btn.btn-secondary:active,
a.btn.btn-secondary:focus,
a.btn.btn-secondary:hover {
  background-color: var(--sun-orange); }

main section.hero-banner {
  height: 85vh;
  margin-top: -150px;
  padding-top: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: -2; }

@media (min-width: 992px) and (max-width: 1199px) {
  main section.hero-banner {
    height: 90vh;
    background-position: top right; } }
@media (min-width: 768px) and (max-width: 991px) {
  main section.hero-banner {
    height: 90vh;
    background-position: top right; } }
@media (min-width: 576px) and (max-width: 767px) {
  main section.hero-banner {
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
    background-position: top right; } }
@media screen and (max-width: 575px) {
  main section.hero-banner {
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
    background-position: top; } }
main section.hero-banner .container {
  height: 100%; }

main section.hero-banner .container .content {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center; }

@media screen and (max-width: 767px) {
  main section.hero-banner .container .content .row {
    flex-wrap: wrap-reverse !important; } }
main section.hero-banner .container .content .col-lg-6 {
  flex: auto;
  justify-content: center;
  align-self: center;
  height: 100%; }

main section.hero-banner .container .content .col-lg-6 .banner-image {
  position: relative;
  width: 100%; }

@media (min-width: 576px) and (max-width: 767px) {
  main section.hero-banner .container .content .col-lg-6 .banner-image {
    margin-top: 25px;
    margin-bottom: 25px;
    height: 300px; }

  main section.hero-banner .container .content .col-lg-6 .banner-image img {
    height: 100%; } }
@media screen and (max-width: 575px) {
  main section.hero-banner .container .content .col-lg-6 .banner-image {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 250px; }

  main section.hero-banner .container .content .col-lg-6 .banner-image img {
    height: 100%; } }
main section.hero-banner .container .content .col-lg-6 .banner-image img {
  width: 100%; }

main section.hero-banner .container .content .col-lg-6 .banner-content {
  position: relative;
  display: block;
  z-index: 5; }

main section.hero-banner .container .content .col-lg-6 .banner-content {
  font-family: var(--primary-font); }

main section.hero-banner .container .content .col-lg-6 .banner-content h1 {
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 50px;
  color: var(--white-color); }

@media (min-width: 992px) and (max-width: 1199px) {
  main section.hero-banner .container .content .col-lg-6 .banner-content h1 {
    font-size: 45px;
    margin-bottom: 25px; } }
@media (min-width: 768px) and (max-width: 991px) {
  main section.hero-banner .container .content .col-lg-6 .banner-content h1 {
    font-size: 36px;
    margin-bottom: 15px; } }
@media screen and (max-width: 767px) {
  main section.hero-banner .container .content .col-lg-6 .banner-content h1 {
    font-size: 30px;
    margin-bottom: 10px; } }
main section.hero-banner .container .content .col-lg-6 .banner-content .btn {
  margin-right: 10px; }

@media screen and (max-width: 991px) {
  main section.hero-banner .container .content .col-lg-6 .banner-content .btn {
    margin-right: 7px; } }
main .main-content {
  position: relative; }

main .main-content:before {
  content: "";
  position: absolute;
  background-image: url("../assets/images/marketing-home-bg.png");
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2; }

main .main-content section {
  padding: 100px 0; }

@media (min-width: 992px) and (max-width: 1199px) {
  main .main-content section {
    padding: 80px 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  main .main-content section {
    padding: 60px 0; } }
@media screen and (max-width: 767px) {
  main .main-content section {
    padding: 50px 0; } }
main .main-content section.benefits .card {
  border-radius: 10px;
  padding: 20px;
  background: var(--white-color) 0% 0% no-repeat padding-box;
  box-shadow: 0px 14px 21px #0000000f;
  border: none; }

main .main-content section.benefits .card p {
  font-family: "Arial";
  font-size: 13px;
  line-height: 26px;
  color: #9d9aad; }

@media screen and (max-width: 1199px) {
  main .main-content section.benefits .card p {
    line-height: 22px; } }
main .main-content section.benefits .card a.card-link {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 13px;
  color: #492583;
  text-transform: uppercase; }

main .main-content section.benefits .card a.card-link .arrow {
  margin-left: 5px;
  font-size: 11px;
  font-weight: 400; }

@media (min-width: 768px) and (max-width: 991px) {
  main .main-content section.benefits .card {
    margin-bottom: 25px; } }
@media screen and (max-width: 767px) {
  main .main-content section.benefits .card {
    margin-bottom: 15px; } }
main .main-content section.qualifications .row {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center; }

main .main-content section.qualifications .row .col-lg-6 {
  flex: auto;
  justify-content: center;
  align-self: center;
  height: 100%; }

@media screen and (max-width: 991px) {
  main .main-content section.qualifications .row .col-lg-6 h2 {
    margin-bottom: 15px; } }
main .main-content section.qualifications .section-image {
  position: relative;
  width: 100%; }

@media (min-width: 576px) and (max-width: 767px) {
  main .main-content section.qualifications .section-image {
    margin-top: 25px;
    margin-bottom: 25px;
    height: 300px; }

  main .main-content section.qualifications .section-image img {
    height: 100%; } }
@media screen and (max-width: 575px) {
  main .main-content section.qualifications .section-image {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 250px; }

  main .main-content section.qualifications .section-image img {
    height: 100%; } }
main .main-content section.qualifications .section-image img {
  width: 100%; }

main .main-content section.qualifications .content {
  margin-left: 12px; }

@media screen and (max-width: 991px) {
  main .main-content section.shop h2 {
    margin-bottom: 15px; } }
main .main-content section.shop .item {
  margin: 25px 0;
  border-radius: 10px;
  padding: 20px;
  background: var(--white-color) 0% 0% no-repeat padding-box;
  box-shadow: 0px 14px 21px #0000000f;
  border: none; }

main .main-content section.shop .item .product-image {
  position: relative;
  margin-bottom: 25px;
  width: 100%; }

main .main-content section.shop .item .product-image img {
  width: 100%; }

main .main-content section.shop .item h4.product-name {
  font-family: var(--primary-font);
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px; }

main .main-content section.shop .item h4.product-name a {
  color: var(--opal-black) !important;
  text-decoration: none !important; }

main .main-content section.shop .item h5.product-price {
  text-align: center; }

main .main-content section.shop .btn-secondary.big {
  display: block;
  margin: 35px auto 0;
  width: 200px; }

.qualificationListing .main-content {
  position: relative;
  background: #f1f5fa; }

.qualificationListing .main-content .filter-bar .pagination-number {
  font-family: var(--primary-font);
  color: var(--opal-black);
  font-weight: 700;
  font-size: 18px; }

@media (min-width: 768px) and (max-width: 991px) {
  .qualificationListing .main-content .filter-bar .pagination-number {
    font-size: 16px; } }
@media screen and (max-width: 767px) {
  .qualificationListing .main-content .filter-bar .pagination-number {
    font-size: 14px; }

  .qualificationListing .main-content .filter-bar .pagination-number p {
    margin-bottom: 0; } }
.qualificationListing .main-content .filter-bar .filter {
  max-width: 150px;
  float: right; }

@media screen and (max-width: 767px) {
  .qualificationListing .main-content .filter-bar .filter .form-group {
    margin-bottom: 0; } }
.qualificationListing .main-content .filter-bar .filter select.form-control {
  margin-top: -7px;
  background: transparent;
  border: none;
  width: 100%;
  font-family: var(--primary-font);
  font-weight: 700;
  color: var(--opal-black); }

@media screen and (max-width: 767px) {
  .qualificationListing .main-content .filter-bar .filter select.form-control {
    margin-top: -10px;
    font-size: 14px; } }
.qualificationListing .main-content .card-holder {
  margin-bottom: 60px; }

.qualificationListing .main-content .card-holder .card {
  position: relative;
  display: block;
  padding: 35px 25px;
  margin-bottom: 35px;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 9px 21px #3f8ac50f; }

@media screen and (max-width: 767px) {
  .qualificationListing .main-content .card-holder .card {
    padding: 25px; } }
.qualificationListing .main-content .card-holder .card .image-holder {
  position: relative; }

.qualificationListing .main-content .card-holder .card .image-holder:before {
  position: absolute;
  content: "";
  background: #ece9f2;
  height: 85%;
  width: 90%;
  z-index: 0;
  border-radius: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

@media screen and (max-width: 767px) {
  .qualificationListing .main-content .card-holder .card .image-holder:before {
    max-height: 225px;
    max-width: 225px; } }
.qualificationListing .main-content .card-holder .card .image-holder img {
  width: 80%;
  display: block;
  margin: 25px auto 0;
  z-index: 2;
  position: relative; }

@media screen and (max-width: 767px) {
  .qualificationListing .main-content .card-holder .card .image-holder img {
    max-height: 250px;
    width: auto; } }
.qualificationListing .main-content .card-holder .card .col-md-8 {
  position: relative; }

.qualificationListing .main-content .card-holder .card .details {
  margin-top: 10px; }

@media screen and (max-width: 991px) {
  .qualificationListing .main-content .card-holder .card .details {
    margin-top: 0; } }
.qualificationListing .main-content .card-holder .card h2 {
  margin-bottom: 25px;
  font-family: var(--primary-font);
  font-weight: 700;
  color: var(--opal-black); }

@media (min-width: 768px) and (max-width: 991px) {
  .qualificationListing .main-content .card-holder .card h2 {
    font-size: 26px; } }
@media screen and (max-width: 767px) {
  .qualificationListing .main-content .card-holder .card h2 {
    font-size: 24px; } }
.qualificationListing .main-content .card-holder .card .meta-details {
  position: relative;
  display: flex;
  margin-bottom: 12px; }

@media screen and (max-width: 991px) {
  .qualificationListing .main-content .card-holder .card .meta-details {
    display: block; } }
.qualificationListing .main-content .card-holder .card .meta-details .meta-item {
  flex: auto; }

@media (min-width: 768px) and (max-width: 991px) {
  .qualificationListing .main-content .card-holder .card .meta-details .meta-item {
    flex: none;
    display: inline-block;
    width: 50%; }

  .qualificationListing .main-content .card-holder .card .meta-details .meta-item:first-child,
  .qualificationListing .main-content .card-holder .card .meta-details .meta-item:nth-child(3) {
    float: left; } }
@media (min-width: 576px) and (max-width: 767px) {
  .qualificationListing .main-content .card-holder .card .meta-details .meta-item {
    flex: none;
    display: inline-block;
    width: 50%; }

  .qualificationListing .main-content .card-holder .card .meta-details .meta-item:first-child,
  .qualificationListing .main-content .card-holder .card .meta-details .meta-item:nth-child(3) {
    float: left; } }
.qualificationListing .main-content .card-holder .card .meta-details .meta-item label {
  font-family: "Arial";
  font-weight: 600;
  font-size: 13px;
  color: var(--opal-black); }

.qualificationListing .main-content .card-holder .card .meta-details .meta-item p {
  font-family: "Arial";
  font-weight: 400;
  font-size: 13px;
  color: #9d9aad; }

.qualificationListing .main-content .card-holder .card .btn-group a {
  margin-right: 15px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px !important;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 14px;
  padding: 0 50px; }

.qualificationListing .main-content .card-holder .card .btn-group a.btn-outline-primary {
  border-width: 2px; }

@media (min-width: 768px) and (max-width: 991px) {
  .qualificationListing .main-content .card-holder .card .btn-group a {
    padding: 0 35px; } }
@media screen and (max-width: 767px) {
  .qualificationListing .main-content .card-holder .card .btn-group a {
    padding: 0 25px; } }
@media screen and (max-width: 575px) {
  .qualificationListing .main-content .card-holder .card .btn-group a {
    margin-bottom: 10px;
    width: 100%; } }
@media screen and (max-width: 575px) {
  .qualificationListing .main-content .card-holder .card .btn-group {
    display: block;
    margin-top: 30px; } }
.qualificationListing .main-content .page-holder .pagination {
  justify-content: center; }

.qualificationListing .main-content .page-holder .pagination ul li {
  margin-right: 5px; }

.qualificationListing .main-content .page-holder .pagination ul li a {
  background: transparent;
  border: none;
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 16px;
  color: var(--opal-black);
  text-align: center; }

.qualificationListing .main-content .page-holder .pagination ul li a i {
  font-size: 15px; }

.qualificationListing .main-content .page-holder .pagination ul li.disabled {
  color: #9d9aad;
  opacity: 0.5; }

.qualificationListing .main-content .page-holder .pagination ul li.current {
  background: #492583;
  height: 35px;
  width: 35px;
  border-radius: 50%; }

.qualificationListing .main-content .page-holder .pagination ul li.current a {
  color: var(--white-color); }

/*End of from main.min.css*/
html.vc_transform,
body {
  overflow-x: hidden !important;
  position: relative; }

:root {
  --primary-font: "Poppins", sans-serif;
  --dark-color: #492583;
  --sun-orange: #ff9e66;
  --opal-black: #000d2e;
  --high-violet: #b57dff;
  --purple-heather: #7a4294;
  --blush-pink: #fab0ff;
  --go-green: #00ed8c;
  --white-color: #fff;
  --black-color: #000;
  --gray-color: #d4d4d4; }

html {
  overflow-x: hidden; }

.breadcrumbs.wocom {
  padding-top: 22px;
  padding-bottom: 22px; }

.breadcrumbs.wocom ol {
  margin-bottom: 0; }

@media (max-width: 991px) {
  .wpb_column.w100-991 {
    width: 100%; } }
body {
  border: none !important;
  overflow: hidden; }

.text {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  color: #9d9aad; }

.small-text .text {
  font-size: 10.5px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 400; }

.small-text .text strong {
  display: inline !important; }

.box-shadow {
  box-shadow: 0px 14px 21px #3f8ac50f; }

/* body.woocommerce-page  {
      .woocommerce-products-header {
          padding: 0;
          .page-shop-banner {
              height: 100%;
              padding-top: 150px;
              background: var(--opal-black);
          }
      }
      
  } */
@media (min-width: 1300px) {
  .width1640 {
    max-width: 1240px; } }
@media (min-width: 1400px) {
  .width1640 {
    max-width: 1340px; } }
@media (min-width: 1500px) {
  .width1640 {
    max-width: 1440px; } }
@media (min-width: 1600px) {
  .width1640 {
    max-width: 1540px; } }
@media (min-width: 1700px) {
  .width1640 {
    max-width: 1640px; } }
img {
  max-width: 100%; }

#content section.breadcrumbs div.container {
  padding-left: 15px !important;
  padding-right: 15px !important; }

section.breadcrumbs {
  background-color: #f2f2f2; }

section.breadcrumbs div.container li a {
  color: var(--opal-black) !important; }

section.breadcrumbs div.container li a,
section.breadcrumbs div.container li span {
  font-size: 14px; }

section.breadcrumbs div.container li span {
  opacity: 0.5; }

section.breadcrumbs div.container li:before {
  color: var(--opal-black) !important; }

main#page-components .breadcrumbs li a {
  color: var(--opal-black) !important; }

main#page-components .woocommerce-products-header .page-shop-banner .subheading p {
  color: var(--white-color);
  font-size: 20px; }

main#page-components h1,
main#page-components h2,
main#page-components h3,
main#page-components h4,
main#page-components h5,
main#page-components h6 {
  font-family: var(--primary-font) !important;
  color: inherit;
  font-weight: bold; }

main#page-components h1 {
  font-size: 40px;
  margin-bottom: 35px; }

main#page-components h1.big {
  font-size: 281px; }

@media (max-width: 1199px) {
  main#page-components h1.big {
    font-size: 210px; } }
@media (max-width: 480px) {
  main#page-components h1.big {
    font-size: 145px; } }
main#page-components h4 {
  font-size: 20px;
  margin-bottom: 15px; }

main#page-components p {
  font-size: 20px;
  font-family: "Arial", sans-serif;
  color: inherit; }

main#page-components p a:not(.btn) {
  color: var(--sun-orange) !important;
  text-decoration: underline !important; }

.column-5 {
  flex: 0 0 20%;
  max-width: 20%; }

@media (max-width: 1199px) {
  .column-5 {
    flex: 0 0 25%;
    max-width: 25%; } }
@media (max-width: 991px) {
  .column-5 {
    flex: 0 0 50%;
    max-width: 50%; } }
@media (max-width: 575px) {
  .column-5 {
    flex: 0 0 100%;
    max-width: 100%; } }
/* .page-template-page-signin-links {
      section.breadcrumbs {
          .container {
              padding-left: 15px !important;
              padding-right: 15px !important;
              @media (min-width: 1300px){
                  width: 1240px;
                  max-width: 100%;
              }
              @media (min-width: 1400px){
                  width: 1340px;
                  max-width: 100%;
              }
          }
      }
  } */
.button-box .button {
  font-family: var(--primary-font);
  font-size: 16px;
  color: #492583 !important;
  font-weight: bold;
  letter-spacing: 1.2px; }

.button-box .button svg {
  margin-left: 15px; }

@media (min-width: 1300px) {
  .container.wide.width1300 {
    max-width: 1240px; } }
@media (min-width: 1300px) {
  .container.wide.width1400 {
    max-width: 1240px; } }
@media (min-width: 1400px) {
  .container.wide.width1400 {
    max-width: 1340px; } }
.icons-holder {
  margin-top: 40px;
  margin-bottom: 100px; }

.icons-holder .row {
  margin-right: -13px;
  margin-left: -13px; }

.icons-holder .row [class*="col"] {
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: 26px; }

.icons-holder .row [class*="col"] .column-holder {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-box-shadow: 0px 3px 15px #0000006e;
  -moz-box-shadow: 0px 3px 15px #0000006e;
  box-shadow: 0px 3px 15px #0000006e;
  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%;
  background-color: var(--white-color);
  padding: 24px;
  text-align: center;
  color: var(--opal-black);
  border-radius: 10px;
  max-width: 320px;
  margin: auto;
  min-height: 222px; }

.icons-holder .row [class*="col"] .column-holder a {
  display: block; }

.icons-holder .row [class*="col"] .column-holder a .image-box {
  margin-bottom: 15px;
  min-height: 87px; }

.icons-holder .row [class*="col"] .column-holder a .image-box img {
  max-width: 145px; }

.icons-holder .row [class*="col"] .column-holder a .heading-box h4 {
  color: var(--opal-black) !important;
  margin-bottom: 0 !important; }

.icons-holder .row [class*="col"] .column-holder:hover {
  background-color: var(--sun-orange) !important; }

.icons-holder .row.large-margin {
  margin-right: -22px;
  margin-left: -22px; }

.icons-holder .row.large-margin [class*="col"] {
  padding-left: 22px;
  padding-right: 22px; }

.icons-holder .row.large-margin [class*="col"]:not(.column-holder) {
  padding-bottom: 44px; }

.page-template-page-small-page-banner .page-dark-header .page-shop-banner {
  min-height: auto;
  padding-bottom: 70px;
  padding-top: 70px; }

.page-template-page-small-page-banner .page-dark-header .page-shop-banner h1 {
  margin-bottom: 0 !important;
  text-align: left; }

.page-is-dark-header .page-dark-header {
  z-index: 0;
  height: auto !important;
  padding: 0; }

.page-is-dark-header .page-dark-header .page-shop-banner {
  height: 100%;
  padding-top: 150px;
  background: var(--opal-black);
  text-align: center;
  min-height: 300px;
  padding-bottom: 50px; }

.page-is-dark-header .page-dark-header .page-shop-banner h1 {
  font-family: var(--primary-font);
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--white-color) !important; }

.page-is-dark-header .page-dark-header .page-shop-banner h3 {
  color: var(--white-color);
  font-weight: 400;
  font-size: 18px;
  font-family: "Arial", sans-serif; }

@media (max-width: 575px) {
  .page-is-dark-header .page-dark-header .page-shop-banner {
    min-height: 275px; } }
.page-is-dark-header main#page-components p {
  font-size: 18px; }

.page-is-dark-header main#page-components em {
  font-size: 13px; }

.page-is-dark-header main#page-components .container-holder {
  padding-top: 60px;
  padding-bottom: 60px; }

.wpcf7 {
  background-color: var(--white-color);
  padding: 50px;
  max-width: 535px;
  border-radius: 10px;
  margin-left: auto; }
  .wpcf7 form p label {
    font-family: var(--primary-font);
    font-size: 16px;
    color: var(--black-color);
    display: block;
    font-weight: 600;
    font-size: 26px; }
    .wpcf7 form p label span.wpcf7-form-control-wrap {
      margin-top: 10px;
      display: block; }
      .wpcf7 form p label span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
        margin-top: 0 !important;
        background-color: #dc3232;
        color: var(--white-color);
        padding: 2px;
        text-align: center;
        border-radius: 0 0 5px 5px;
        font-size: 12px; }
    @media (max-width: 575px) {
      .wpcf7 form p label {
        font-size: 20px; } }
  .wpcf7 form p input:not([type="submit"]),
  .wpcf7 form p textarea {
    background-color: var(--white-color);
    border: none;
    border-radius: 0;
    font-size: 16px;
    border: 1px solid #cccccc;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    font-size: 16px; }
  .wpcf7 form p input[type="submit"] {
    border-radius: 5px;
    font-family: var(--primary-font);
    padding: 15px 20px;
    background-color: var(--high-violet);
    color: var(--white-color) !important;
    display: inline-block;
    text-decoration: none !important;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    border: none;
    display: block;
    cursor: pointer;
    font-weight: bold; }
    .wpcf7 form p input[type="submit"]:hover, .wpcf7 form p input[type="submit"]:active, .wpcf7 form p input[type="submit"]:focus {
      background-color: var(--opal-black) !important; }
  .wpcf7 form .wpcf7-response-output {
    margin: 0;
    border: none;
    border-top: 2px solid;
    padding-top: 15px;
    text-align: center;
    font-size: 16px; }
  @media (max-width: 991px) {
    .wpcf7 {
      max-width: 100%; } }

.wpcf7 form.invalid input:not([type="submit"]),
.wpcf7 form.invalid textarea {
  border-radius: 5px 5px 0 0; }

.pagination {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 100px; }

.pagination a {
  color: var(--opal-black) !important; }

.pagination span {
  color: #9d9aad; }

.pagination > * {
  margin-left: 8px;
  margin-right: 8px;
  font-family: var(--primary-font);
  font-weight: bold;
  padding: 5px; }

.pagination > *.page-numbers {
  height: 37px;
  text-align: center; }

.pagination > *.page-numbers.current {
  width: 37px;
  background-color: #492583;
  border-radius: 50%;
  color: var(--white-color) !important; }

.pagination > *:hover {
  color: var(--sun-orange) !important; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.filter {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 50px; }

.filter span,
.filter select {
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: bold;
  color: var(--opal-black);
  border: none;
  outline: none; }

.filter .left {
  float: left; }

.filter .right {
  float: right; }

body.logged-in .comments-holder ol.commentlist li .comment-body p:not(.comment-meta):not(.comment-author) {
  padding-right: 180px; }

@media (max-width: 767px) {
  body.logged-in .comments-holder ol.commentlist li .comment-body p:not(.comment-meta):not(.comment-author) {
    padding-right: 0; } }
.comments-holder {
  padding-top: 20px; }

.comments-holder #comments {
  margin-bottom: 40px; }

.comments-holder ol.commentlist {
  list-style: none;
  padding-left: 0; }

.comments-holder ol.commentlist li .children {
  list-style: none; }

.comments-holder ol.commentlist li .comment-body {
  position: relative;
  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; }

.comments-holder ol.commentlist li .comment-body .comment-author {
  font-weight: bold;
  flex: 0 0 100%;
  margin-bottom: 15px; }

.comments-holder ol.commentlist li .comment-body .comment-author img {
  border-radius: 50%; }

.comments-holder ol.commentlist li .comment-body .comment-author .fn {
  background-color: var(--opal-black);
  margin-left: -20px;
  padding-left: 23px;
  z-index: -1;
  position: relative;
  margin-top: 3px;
  font-size: 14px;
  line-height: 2;
  display: inline-block;
  padding-right: 20px;
  border-radius: 0 20px 20px 0;
  width: calc(100% - 18px); }

.comments-holder ol.commentlist li .comment-body .comment-author .fn a {
  font-style: normal;
  color: var(--white-color) !important; }

.comments-holder ol.commentlist li .comment-body .comment-author span {
  display: none; }

.comments-holder ol.commentlist li .comment-body .comment-meta {
  font-size: 12px;
  flex: 0 0 50%;
  position: absolute;
  top: 10px;
  right: 20px; }

.comments-holder ol.commentlist li .comment-body .comment-meta a {
  color: var(--white-color) !important; }

.comments-holder ol.commentlist li .comment-body p:not(.comment-meta):not(.comment-author) {
  padding-left: 40px;
  font-size: 15px !important; }

.comments-holder ol.commentlist li .comment-body .reply {
  position: absolute;
  right: 40px;
  top: 65%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.comments-holder ol.commentlist li .comment-body .reply a {
  border-radius: 5px;
  font-family: var(--primary-font);
  padding: 15px 20px;
  background-color: var(--sun-orange);
  color: var(--white-color) !important;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px; }

.comments-holder ol.commentlist li .comment-body .reply a:hover,
.comments-holder ol.commentlist li .comment-body .reply a:active,
.comments-holder ol.commentlist li .comment-body .reply a:focus {
  background-color: var(--sun-orange); }

@media (max-width: 767px) {
  .comments-holder ol.commentlist li .comment-body .reply {
    position: static;
    flex: 0 0 100%;
    text-align: center;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-bottom: 20px; } }
.comments-holder .comment-respond .comment-form#commentform p.comment-form-comment label {
  display: block; }

.comments-holder .comment-respond .comment-form#commentform p.comment-form-comment textarea {
  background-color: var(--white-color);
  border-radius: 5px;
  border: 1px solid #cccccc;
  padding: 10px;
  font-family: "Arial", sans-serif;
  width: 100%; }

.comments-holder .comment-respond .comment-form#commentform p.logged-in-as {
  font-size: 0; }

.comments-holder .comment-respond .comment-form#commentform p.logged-in-as a {
  font-size: 15px;
  border-radius: 5px;
  font-family: var(--primary-font);
  padding: 15px 20px;
  background-color: var(--sun-orange);
  color: var(--white-color) !important;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px;
  margin-right: 20px; }

.comments-holder .comment-respond .comment-form#commentform p.logged-in-as a:hover,
.comments-holder .comment-respond .comment-form#commentform p.logged-in-as a:active,
.comments-holder .comment-respond .comment-form#commentform p.logged-in-as a:focus {
  background-color: var(--sun-orange); }

.comments-holder .comment-respond .comment-form#commentform p.form-submit {
  text-align: center;
  padding-top: 50px; }

.comments-holder .comment-respond .comment-form#commentform p.form-submit input[type="submit"] {
  border-radius: 5px;
  font-family: var(--primary-font);
  padding: 15px 20px;
  background-color: var(--sun-orange);
  color: var(--white-color) !important;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  border: none;
  outline: none;
  cursor: pointer; }

.comments-holder .comment-respond .comment-form#commentform p.form-submit input[type="submit"]:hover,
.comments-holder .comment-respond .comment-form#commentform p.form-submit input[type="submit"]:active,
.comments-holder .comment-respond .comment-form#commentform p.form-submit input[type="submit"]:focus {
  background-color: var(--sun-orange); }

.post-navigation {
  background-color: #f1f5fa; }

.post-navigation .nav-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 40px; }

.post-navigation .nav-links > div {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px; }

.post-navigation .nav-links > div a {
  color: var(--opal-black) !important;
  font-weight: bold; }

.post-navigation .nav-links > div a:hover {
  color: var(--sun-orange) !important; }

.list-box {
  font-size: 16px;
  padding-top: 25px;
  padding-bottom: 25px; }

.list-box h3 {
  font-size: inherit;
  font-weight: 600;
  color: var(--opal-black);
  margin-bottom: 20px; }

.list-box ul {
  list-style: none;
  padding-left: 0; }

.list-box ul li a {
  font-family: var(--primary-font);
  font-weight: 400;
  color: #9c9c9c !important;
  position: relative;
  display: block;
  padding-right: 40px; }

.list-box ul li a span {
  display: block;
  font-size: 9px; }

.list-box ul li a:hover,
.list-box ul li a:active,
.list-box ul li a:focus {
  color: #492583 !important; }

.list-box ul li:not(.no-chevron) > a {
  border-bottom: 1px solid var(--gray-color);
  padding-top: 20px;
  padding-bottom: 20px; }

.list-box ul li:not(.no-chevron) > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  right: 0;
  top: 50%;
  color: var(--opal-black);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.list-box ul li.no-chevron {
  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-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--gray-color); }

.list-box ul li.no-chevron span {
  display: inline;
  font-size: 16px; }

@media screen and (max-width: 480px) {
  .list-box ul li.no-chevron span {
    display: none; } }
.list-box ul li.no-chevron > a {
  flex-grow: 1;
  width: auto;
  font-size: 28px;
  color: var(--opal-black) !important;
  padding-right: 0; }

.list-box ul li.no-chevron .button-box {
  text-align: right;
  flex-grow: 1;
  width: 100%; }

.list-box ul li.no-chevron .button-box .button {
  padding-right: 0; }

.display-none {
  display: none; }

.cap {
  text-transform: capitalize; }

.bg-dirtyWhite {
  background-color: #f1f5fa; }

.btn-purple {
  background-color: #492583;
  color: var(--white-color); }

.btn-purple:hover,
.btn-purple:active,
.btn-purple:focus {
  background-color: var(--sun-orange);
  color: var(--white-color); }

@media screen and (max-width: 991px) {
  .display-none-sm {
    display: none; } }
@media screen and (min-width: 992px) {
  .display-none-md {
    display: none; } }
/* body.woocommerce-page:not(.home) {
      header {
          border-bottom: 1px solid $light-gray-color; 
      }
  } */
body:not(.home) header:not(.darkHeader) {
  background-color: var(--white-color); }

body:not(.home) header:not(.darkHeader) li.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show > a {
  color: var(--purple-heather) !important; }

body.page-template-page-small-page-banner
header
#mega-menu-wrap-primary
#mega-menu-primary
li.mega-menu-item.sign-in-link
> a.mega-menu-link {
  border: 1px solid var(--purple-heather) !important;
  color: var(--purple-heather) !important; }

@media screen and (max-width: 991px) {
  body.page-template-page-small-page-banner
  header
  #mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-item.sign-in-link
  > a.mega-menu-link {
    border: 1px solid var(--white-color) !important;
    color: var(--white-color) !important; } }
header:not(.darkHeader) li.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show > a {
  background-color: transparent !important; }

header:not(.darkHeader) li.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show > a span {
  color: #666 !important; }

@media screen and (max-width: 991px) {
  header:not(.darkHeader) li.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show > a span {
    color: var(--white-color) !important; } }
header.darkHeader li.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show > a,
header.page-dark-header li.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show > a {
  background-color: transparent !important; }

header.darkHeader li.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show > a span,
header.page-dark-header li.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show > a span {
  color: var(--white-color) !important; }

@media screen and (min-width: 992px) {
  header.darkHeader #mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-item > ul.mega-sub-menu,
  header.page-dark-header #mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
    border: 1px solid var(--white-color); }

  header.darkHeader
  #mega-menu-wrap-primary
  ul#mega-menu-primary
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item:first-child
  > a.mega-menu-link:after,
  header.page-dark-header
  #mega-menu-wrap-primary
  ul#mega-menu-primary
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item:first-child
  > a.mega-menu-link:after {
    content: "" !important;
    display: block !important;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 8px solid var(--white-color);
    position: absolute;
    top: -8px;
    left: 29px;
    z-index: -1;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms; } }
@media screen and (min-width: 992px) and (max-width: 991px) {
  header.darkHeader
  #mega-menu-wrap-primary
  ul#mega-menu-primary
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item:first-child
  > a.mega-menu-link:after,
  header.page-dark-header
  #mega-menu-wrap-primary
  ul#mega-menu-primary
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item:first-child
  > a.mega-menu-link:after {
    left: 10px; } }
header
#mega-menu-wrap-primary
ul#mega-menu-primary
> li.mega-menu-item
> ul.mega-sub-menu
> li.mega-menu-item
> ul.mega-sub-menu {
  margin-left: 3px; }

header
#mega-menu-wrap-primary
ul#mega-menu-primary
> li.mega-menu-item
> ul.mega-sub-menu
> li.mega-menu-item
> ul.mega-sub-menu
li.mega-menu-item:first-child
a.mega-menu-link {
  border-radius: 5px 5px 0 0 !important; }

@media screen and (max-width: 991px) {
  header
  #mega-menu-wrap-primary
  ul#mega-menu-primary
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item
  > ul.mega-sub-menu
  li.mega-menu-item:first-child
  a.mega-menu-link {
    border-radius: 0 !important; } }
header
#mega-menu-wrap-primary
ul#mega-menu-primary
> li.mega-menu-item
> ul.mega-sub-menu
> li.mega-menu-item
> ul.mega-sub-menu
li.mega-menu-item:last-child
a.mega-menu-link {
  border-radius: 0 0 5px 5px !important; }

@media screen and (max-width: 991px) {
  header
  #mega-menu-wrap-primary
  ul#mega-menu-primary
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item
  > ul.mega-sub-menu
  li.mega-menu-item:last-child
  a.mega-menu-link {
    border-radius: 0 !important; } }
@media screen and (max-width: 991px) {
  header
  #mega-menu-wrap-primary
  ul#mega-menu-primary
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item
  > ul.mega-sub-menu {
    margin-left: 0; } }
header
#mega-menu-wrap-primary
ul#mega-menu-primary
> li.mega-menu-item
> ul.mega-sub-menu
> li.mega-menu-item:first-child
> a.mega-menu-link {
  border-radius: 5px 5px 0 0 !important; }

header
#mega-menu-wrap-primary
ul#mega-menu-primary
> li.mega-menu-item
> ul.mega-sub-menu
> li.mega-menu-item:first-child
> a.mega-menu-link:before {
  content: "" !important;
  display: block !important;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid var(--opal-black);
  position: absolute;
  top: -7px;
  left: 30px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }

@media screen and (max-width: 991px) {
  header
  #mega-menu-wrap-primary
  ul#mega-menu-primary
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item:first-child
  > a.mega-menu-link:before {
    left: 10px; } }
header
#mega-menu-wrap-primary
ul#mega-menu-primary
> li.mega-menu-item
> ul.mega-sub-menu
> li.mega-menu-item:first-child
> a.mega-menu-link:hover:before,
header
#mega-menu-wrap-primary
ul#mega-menu-primary
> li.mega-menu-item
> ul.mega-sub-menu
> li.mega-menu-item:first-child
> a.mega-menu-link:active:before,
header
#mega-menu-wrap-primary
ul#mega-menu-primary
> li.mega-menu-item
> ul.mega-sub-menu
> li.mega-menu-item:first-child
> a.mega-menu-link:focus:before {
  border-bottom: 7px solid var(--sun-orange); }

@media screen and (max-width: 991px) {
  header
  #mega-menu-wrap-primary
  ul#mega-menu-primary
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item:first-child
  > a.mega-menu-link {
    border-radius: 0 !important; } }
header
#mega-menu-wrap-primary
ul#mega-menu-primary
> li.mega-menu-item
> ul.mega-sub-menu
> li.mega-menu-item.mega-toggle-on
> a.mega-menu-link {
  background-color: var(--sun-orange) !important; }

header
#mega-menu-wrap-primary
ul#mega-menu-primary
> li.mega-menu-item
> ul.mega-sub-menu
> li.mega-menu-item.mega-toggle-on
> a.mega-menu-link:before {
  border-bottom: 7px solid var(--sun-orange); }

header
#mega-menu-wrap-primary
ul#mega-menu-primary
> li.mega-menu-item
> ul.mega-sub-menu
> li.mega-menu-item:last-child
> a.mega-menu-link {
  border-radius: 0 0 5px 5px !important; }

@media screen and (max-width: 991px) {
  header
  #mega-menu-wrap-primary
  ul#mega-menu-primary
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item:last-child
  > a.mega-menu-link {
    border-radius: 0 !important; } }
header #mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
  border-radius: 5px;
  background-color: transparent;
  max-width: 190px; }

header
#mega-menu-wrap-primary
ul#mega-menu-primary
li.mega-menu-item
> ul.mega-sub-menu
li.mega-menu-item
a.mega-menu-link {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  background-color: var(--opal-black) !important;
  color: var(--white-color) !important;
  padding: 10px 20px;
  line-height: 1.2;
  position: relative; }

header
#mega-menu-wrap-primary
ul#mega-menu-primary
li.mega-menu-item
> ul.mega-sub-menu
li.mega-menu-item
a.mega-menu-link
.mega-indicator {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

header
#mega-menu-wrap-primary
ul#mega-menu-primary
li.mega-menu-item
> ul.mega-sub-menu
li.mega-menu-item
a.mega-menu-link:hover,
header
#mega-menu-wrap-primary
ul#mega-menu-primary
li.mega-menu-item
> ul.mega-sub-menu
li.mega-menu-item
a.mega-menu-link:active,
header
#mega-menu-wrap-primary
ul#mega-menu-primary
li.mega-menu-item
> ul.mega-sub-menu
li.mega-menu-item
a.mega-menu-link:focus {
  background-color: var(--sun-orange) !important; }

@media screen and (max-width: 991px) {
  header
  #mega-menu-wrap-primary
  ul#mega-menu-primary
  li.mega-menu-item
  > ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
    margin-left: 10px;
    margin-right: 10px; } }
@media screen and (max-width: 991px) {
  header #mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
    max-width: 100%; } }
header #mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-item.mega-current-menu-parent a.mega-menu-link {
  background-color: transparent !important;
  color: var(--high-violet) !important; }

.darkHeader
nav.navbar-light
#mega-menu-wrap-primary
#mega-menu-primary
> li.mega-menu-item:nth-child(5)
ul
li
a.mega-menu-link {
  border-radius: 0 !important;
  border: none !important; }

div#mega-menu-wrap-primary ul li .woocommerce-mini-cart__buttons a:first-child {
  font-size: 0 !important; }

div#mega-menu-wrap-primary ul li .woocommerce-mini-cart__buttons a:first-child:before {
  font-size: 15px;
  content: "View basket"; }

header
#mega-menu-wrap-primary
ul#mega-menu-primary
li.mega-menu-item#mega-menu-item-1124.mega-menu-item-1124
> ul.mega-sub-menu
li.mega-menu-item
a.mega-menu-link {
  border-radius: 5px !important; }

.page-single-product
#mega-menu-wrap-primary
#mega-menu-primary
> li.mega-menu-item.mega-contact-us-link
> a.mega-menu-link,
.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-contact-us-link > a.mega-menu-link,
.page-is-dark-header
#mega-menu-wrap-primary
#mega-menu-primary
> li.mega-menu-item.mega-contact-us-link
> a.mega-menu-link {
  color: var(--white-color) !important;
  background-color: var(--sun-orange) !important;
  border-radius: 5px !important;
  line-height: 45px !important;
  height: auto !important; }

.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-contact-us-link > a.mega-menu-link:hover,
.page-is-dark-header
#mega-menu-wrap-primary
#mega-menu-primary
> li.mega-menu-item.mega-contact-us-link
> a.mega-menu-link:hover {
  color: var(--white-color) !important;
  background-color: var(--opal-black) !important; }

.single-product #mega-menu-wrap-primary #mega-menu-primary .sign-in-link > a,
.page-is-dark-header #mega-menu-wrap-primary #mega-menu-primary .sign-in-link > a,
.home #mega-menu-wrap-primary #mega-menu-primary .sign-in-link > a {
  border: 1px solid var(--white-color) !important;
  color: var(--white-color) !important;
  border-radius: 5px !important;
  line-height: 43px !important;
  height: auto !important; }

header
#mega-menu-wrap-primary
ul#mega-menu-primary
li.mega-menu-item#mega-menu-item-1124.mega-menu-item-1124
> ul.mega-sub-menu
li.mega-menu-item
a.mega-menu-link {
  border: none !important; }

header
#mega-menu-wrap-primary
ul#mega-menu-primary
li.mega-menu-item#mega-menu-item-1124.mega-menu-item-1124
> ul.mega-sub-menu
li.mega-menu-item:not(:first-child):not(:last-child)
a.mega-menu-link {
  border-radius: 0 !important; }

body:not(.woocommerce-page) .vi-wcaio-menu-cart {
  display: none !important; }

footer .copyright-text {
  opacity: 1 !important; }

footer .copyright-text p {
  font-size: 13px;
  font-family: var(--primary-font);
  color: var(--white-color); }

footer a.btn.btn-outline-primary.light:active,
footer a.btn.btn-outline-primary.light:focus,
footer a.btn.btn-outline-primary.light:hover {
  color: var(--white-color) !important; }

section.icon-box-section {
  padding-top: 70px;
  padding-bottom: 70px; }

section.rich-text {
  padding-top: 64px;
  padding-bottom: 64px;
  color: #9d9aad;
  font-size: 16px; }

section.rich-text .inner > *:not(:last-child) {
  margin-bottom: 0; }

section.filter-section {
  background-color: var(--opal-black);
  padding-top: 30px;
  padding-bottom: 30px; }

section.filter-section .row {
  margin-left: -25px;
  margin-right: -25px; }

section.filter-section .row [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px; }

section.filter-section select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../assets/images/arrow-down.svg); }

section.filter-section select option {
  color: var(--opal-black); }

section.filter-section select::-ms-expand {
  display: none; }

section.filter-section select,
section.filter-section input {
  font-family: var(--primary-font);
  font-size: 14px;
  width: 100%;
  background-color: transparent;
  color: var(--white-color);
  padding-top: 14px;
  padding-bottom: 14px;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid var(--white-color);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center right;
  background-position: center right;
  padding-right: 30px; }

section.filter-section input {
  background-image: url(../assets/images/search.svg); }

section.filter-section input::placeholder {
  font-weight: 400;
  color: var(--white-color);
  font-size: 14px;
  font-family: var(--primary-font); }

section.qualification-listing .nav-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: var(--white-color);
  border-radius: 10px;
  flex-wrap: wrap;
  border: none;
  margin-bottom: 40px;
  z-index: 1;
  position: relative; }

section.qualification-listing .nav-tabs .nav-item {
  flex-grow: 1; }

section.qualification-listing .nav-tabs .nav-item a {
  text-align: center;
  color: var(--opal-black);
  font-size: 24px;
  font-family: var(--primary-font);
  font-weight: bold;
  padding: 35px 10px;
  border: none;
  position: relative;
  background-color: var(--white-color); }

section.qualification-listing .nav-tabs .nav-item a.active {
  background-color: var(--sun-orange);
  color: var(--white-color); }

section.qualification-listing .nav-tabs .nav-item a.active:after {
  bottom: -12px; }

section.qualification-listing .nav-tabs .nav-item a:after {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid var(--sun-orange);
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

@media screen and (max-width: 991px) {
  section.qualification-listing .nav-tabs .nav-item a {
    font-size: 19px;
    padding: 25px 5px; } }
@media (max-width: 575px) {
  section.qualification-listing .nav-tabs .nav-item a {
    padding: 20px 5px; } }
@media screen and (max-width: 991px) {
  section.qualification-listing .nav-tabs .nav-item {
    flex: 0 0 25%; } }
@media screen and (max-width: 991px) and (max-width: 575px) {
  section.qualification-listing .nav-tabs .nav-item {
    flex: 0 0 50%; } }
@media screen and (max-width: 991px) {
  section.qualification-listing .nav-tabs {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }
section.qualification-listing.main-content .card-holder .card {
  margin-bottom: 50px; }

section.qualification-listing.main-content .card-holder .card .meta-details {
  flex-wrap: wrap; }

section.qualification-listing.main-content .card-holder .card .meta-details .meta-item {
  flex: 0 0 100%; }

section.qualification-listing.main-content .card-holder .card .meta-details .meta-item.column-50 {
  flex: 0 0 50%;
  width: 50%; }

@media screen and (max-width: 991px) {
  section.qualification-listing.main-content .card-holder .card .meta-details .meta-item {
    width: 100%; } }
@media screen and (max-width: 991px) {
  section.qualification-listing.main-content .card-holder .card .meta-details {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }
@media screen and (max-width: 991px) {
  section.qualification-listing .row-image-title {
    margin-bottom: 30px; }

  section.qualification-listing .row-image-title h2 {
    margin-top: 25px; } }
@media (min-width: 768px) {
  section.qualification-listing .row-details .col-md-3 {
    flex: 0 0 30%;
    max-width: 30%; } }
@media (max-width: 360px) {
  section.qualification-listing .row-details .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 768px) {
  section.qualification-listing .row-details .col-md-6 {
    flex: 0 0 40%;
    max-width: 40%; } }
@media (min-width: 768px) and (max-width: 360px) {
  section.qualification-listing .row-details .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%; } }
section.qualification-listing #btn-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }

section.qualification-listing #btn-group a {
  margin-right: 0 !important;
  width: 100%;
  padding: 0 10px !important;
  line-height: 1.2 !important;
  height: auto !important;
  padding: 14px 10px !important;
  white-space: break-spaces; }

@media screen and (max-width: 480px) {
  section.qualification-listing #btn-group > div {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px; } }
@media (max-width: 575) {
  section.qualification-listing #btn-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }
section.qualification-listing .page-holder .pagination {
  margin-top: 0; }

section.qualification-listing .page-holder .pagination ul li a {
  padding: 4px !important; }

section.qualification-listing .page-holder .pagination ul li.current a {
  color: var(--white-color) !important; }

section.four-o-four {
  background-color: #f1f5fa;
  padding-bottom: 100px;
  padding-top: 100px; }

section.four-o-four .container .row {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

section.four-o-four .container .row [class*="col-"] .text-holder {
  max-width: 575px; }

section.four-o-four .container .row [class*="col-"] .text-holder .heading-box {
  color: #492583; }

section.four-o-four .container .row [class*="col-"] .text-holder .heading-box h1 {
  margin-bottom: 0 !important;
  line-height: 0.8; }

section.four-o-four .container .row [class*="col-"] .text-holder .subheading-box {
  margin-bottom: 10px; }

section.four-o-four .container .row [class*="col-"] .text-holder .subheading-box span {
  color: #492583;
  font-size: 78px;
  font-weight: bold;
  font-family: var(--primary-font); }

@media (max-width: 480px) {
  section.four-o-four .container .row [class*="col-"] .text-holder .subheading-box span {
    font-size: 50px;
    line-height: 2; } }
section.four-o-four .container .row [class*="col-"] .text-holder .desc-box {
  color: var(--opal-black); }

section.four-o-four .container .row [class*="col-"] .text-holder .desc-box p {
  font-size: 34px !important;
  font-weight: bold;
  font-family: var(--primary-font) !important;
  line-height: 1.3; }

@media (max-width: 480px) {
  section.four-o-four .container .row [class*="col-"] .text-holder .desc-box p {
    font-size: 27px !important; } }
@media (max-width: 991px) {
  section.four-o-four .container .row [class*="col-"] .text-holder {
    margin: auto; } }
@media (max-width: 991px) {
  section.four-o-four .container .row [class*="col-"]:first-child {
    order: 2; }

  section.four-o-four .container .row [class*="col-"]:last-child {
    order: 1;
    margin-top: 20px; } }
@media (max-width: 991px) {
  section.four-o-four {
    padding-top: 40px;
    padding-bottom: 40px; } }
body.woocommerce-page {
  /* &.woocommerce-account:not(.logged-in) {
      article {
          h1 {
              text-align: center;
          }
          .woocommerce {
              h2 {
                  margin-bottom: 0;
                  background-color: var(--purple-heather);
                  padding: 10px;
                  font-size: 22px;
                  color: $white;
                  text-align: center;
                  text-transform: uppercase;
                  font-family: $font-Poppins;
                  letter-spacing: 1px;
                  border-radius: 5px 5px 0 0;
              }
              .woocommerce-form-login {
                  border-radius: 0 0 5px 6px;
                  border-top: none;
                  margin-top: 0;
                  
                  .woocommerce-button {
                      width: 100%;
                      margin-right: 0;
                  }
                  .lost_password {
                      padding: 3px;
                      a {
                          @include button-style-purple;
                          width: 100%;
                          margin-right: 0;
                          text-align: center;
                          line-height: 1;
                      }
                  }
              }
          }
      }
  } */ }

body.woocommerce-page #content {
  font-size: 18px; }

body.woocommerce-page #content .title {
  margin-bottom: 20px; }

body.woocommerce-page #content .button {
  border-radius: 5px;
  font-family: var(--primary-font);
  padding: 15px 20px;
  background-color: var(--sun-orange);
  color: var(--white-color) !important;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }

body.woocommerce-page #content .button:hover,
body.woocommerce-page #content .button:active,
body.woocommerce-page #content .button:focus {
  background-color: var(--sun-orange); }

body.woocommerce-page #content h1 {
  font-family: var(--primary-font); }

body.woocommerce-page #content input,
body.woocommerce-page #content textarea,
body.woocommerce-page #content select {
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  padding: 10px 15px; }

body.woocommerce-page #content .coupon .input-text {
  width: 142px !important;
  height: 48px; }

body.woocommerce-page #content .woocommerce-cart-form table {
  overflow: hidden; }

body.woocommerce-page #content .woocommerce-cart-form table thead th {
  background: var(--purple-heather);
  color: var(--white-color);
  text-align: center; }

body.woocommerce-page #content .woocommerce-cart-form table tbody td {
  padding: 15px 12px; }

body.woocommerce-page #content .woocommerce-cart-form table tbody td a {
  color: #000 !important; }

body.woocommerce-page #content .woocommerce-cart-form table tbody td:not(.product-name):not(.actions) {
  text-align: center; }

body.woocommerce-page #content .woocommerce-cart-form table tbody td .quantity .qty {
  width: 80px; }

body.woocommerce-page #content .cart-collaterals .cart_totals .shop_table {
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
  border-bottom: none; }

body.woocommerce-page #content .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-top: 0;
  padding-bottom: 0; }

body.woocommerce-page #content .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin-bottom: 0;
  width: 100%;
  border-radius: 0 0 5px 5px; }

body.woocommerce-page #content .woocommerce-info {
  border-top-color: var(--purple-heather);
  background-color: transparent; }

body.woocommerce-page #content .woocommerce-info:before {
  color: var(--purple-heather); }

body.woocommerce-page #content .woocommerce-form-coupon input {
  height: 48px; }

body.woocommerce-page #content .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
  padding-bottom: 45px;
  border-bottom: 1px solid var(--gray-color);
  margin-top: -15px;
  margin-bottom: 60px; }

body.woocommerce-page #content .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  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; }

body.woocommerce-page #content .woocommerce-MyAccount-navigation ul li {
  flex-grow: 1;
  text-align: left; }

body.woocommerce-page #content .woocommerce-MyAccount-navigation ul li a {
  padding: 15px 10px;
  display: inline-block;
  border-radius: 0;
  color: #707070 !important;
  font-family: var(--primary-font);
  font-size: 16px; }

body.woocommerce-page #content .woocommerce-MyAccount-navigation ul li a:hover {
  color: #492583 !important; }

@media screen and (max-width: 480px) {
  body.woocommerce-page #content .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 10px; } }
body.woocommerce-page #content .woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--high-violet) !important; }

body.woocommerce-page
#content
.woocommerce-MyAccount-navigation
ul
li.woocommerce-MyAccount-navigation-link--customer-logout {
  text-align: right; }

body.woocommerce-page
#content
.woocommerce-MyAccount-navigation
ul
li.woocommerce-MyAccount-navigation-link--customer-logout
a {
  text-align: center;
  border-radius: 5px;
  font-family: var(--primary-font);
  padding: 15px 20px;
  background-color: var(--sun-orange);
  color: var(--white-color) !important;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  max-width: 132px;
  width: 100%; }

body.woocommerce-page
#content
.woocommerce-MyAccount-navigation
ul
li.woocommerce-MyAccount-navigation-link--customer-logout
a:hover,
body.woocommerce-page
#content
.woocommerce-MyAccount-navigation
ul
li.woocommerce-MyAccount-navigation-link--customer-logout
a:active,
body.woocommerce-page
#content
.woocommerce-MyAccount-navigation
ul
li.woocommerce-MyAccount-navigation-link--customer-logout
a:focus {
  background-color: var(--sun-orange); }

@media screen and (max-width: 767px) {
  body.woocommerce-page
  #content
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--customer-logout {
    display: none; } }
body.woocommerce-page #content .woocommerce-MyAccount-navigation ul li:first-child a {
  padding-left: 0; }

@media screen and (max-width: 575px) {
  body.woocommerce-page #content .woocommerce-MyAccount-navigation ul li:first-child a {
    padding-left: 10px; } }
@media screen and (max-width: 575px) {
  body.woocommerce-page #content .woocommerce-MyAccount-navigation ul li:first-child {
    text-align: center; } }
@media screen and (max-width: 767px) {
  body.woocommerce-page #content .woocommerce-MyAccount-navigation ul li:not(:first-child):not(:last-child) {
    text-align: center; } }
@media screen and (max-width: 767px) {
  body.woocommerce-page #content .woocommerce-MyAccount-navigation ul li:not(:last-child) {
    flex: 0 0 20%; } }
@media screen and (max-width: 575px) {
  body.woocommerce-page #content .woocommerce-MyAccount-navigation ul li:not(:last-child) {
    flex: 0 0 33.33333%; } }
@media screen and (max-width: 480px) {
  body.woocommerce-page #content .woocommerce-MyAccount-navigation ul li:not(:last-child) {
    flex: 0 0 100%; } }
@media screen and (max-width: 767px) {
  body.woocommerce-page #content .woocommerce-MyAccount-navigation ul li:nth-last-child(2) {
    text-align: right; } }
@media screen and (max-width: 767px) {
  body.woocommerce-page #content .woocommerce-MyAccount-navigation ul {
    flex-wrap: wrap; } }
@media screen and (max-width: 575px) {
  body.woocommerce-page #content .woocommerce-MyAccount-navigation ul {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }
body.woocommerce-page #content .woocommerce-MyAccount-content {
  float: none;
  width: 100%; }

body.woocommerce-page #content .woocommerce-checkout p {
  font-size: 18px; }

body.woocommerce-page #content .woocommerce-checkout h3 {
  background-color: var(--purple-heather);
  padding: 10px;
  color: var(--white-color) !important;
  text-align: center;
  margin-bottom: 0; }

body.woocommerce-page #content .woocommerce-checkout .woocommerce-billing-fields__field-wrapper:not(.pseudo),
body.woocommerce-page #content .woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  background-color: #f3f3f3;
  padding: 20px; }

body.woocommerce-page #content .woocommerce-checkout #customer_details {
  margin-bottom: 40px; }

body.woocommerce-page #content .woocommerce-checkout #order_review .shop_table {
  border-radius: 0; }

body.woocommerce-page
#content
.woocommerce-checkout
#order_review
.shop_table
tr.yith-wcpb-child-of-bundle-table-item
td.product-name:before {
  content: "-"; }

body.woocommerce-page #content .woocommerce-checkout #order_review .woocommerce-checkout-payment {
  border-radius: 0; }

body.woocommerce-page #content [class*="form-row"] label {
  width: 100%;
  font-weight: bold;
  font-size: 18px; }

body.woocommerce-page #content [class*="form-row"] input,
body.woocommerce-page #content [class*="form-row"] textarea,
body.woocommerce-page #content [class*="form-row"] select {
  background-color: var(--white-color);
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-family: "Arial", sans-serif; }

body.woocommerce-page #content [class*="form-row"] .woocommerce-input-wrapper {
  display: block;
  width: 100%; }

body.woocommerce-page
#content
[class*="form-row"]
.woocommerce-input-wrapper
.select2-container
.select2-selection--single {
  height: auto !important;
  border: none; }

body.woocommerce-page
#content
[class*="form-row"]
.woocommerce-input-wrapper
.select2-container
.select2-selection--single
.select2-selection__rendered {
  background-color: var(--white-color);
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 0;
  border: none; }

body.woocommerce-page legend {
  font-size: 20px;
  text-align: center;
  display: block;
  padding-top: 20px;
  font-weight: bold; }

body.woocommerce-page .woocommerce-EditAccountForm.edit-account {
  padding: 20px; }

body.woocommerce-page .woocommerce-EditAccountForm.edit-account .button {
  margin-top: 40px; }

body.woocommerce-page .woocommerce-EditAccountForm.edit-account [class*="form-row"] input,
body.woocommerce-page .woocommerce-EditAccountForm.edit-account [class*="form-row"] textarea,
body.woocommerce-page .woocommerce-EditAccountForm.edit-account [class*="form-row"] select {
  border: 1px solid #c3c3c3 !important;
  border-radius: 5px !important;
  padding: 10px 15px; }

body.woocommerce-page .checkout-button {
  display: block; }

body.woocommerce-page .password-input {
  width: 100%; }

body.woocommerce-page:not(.woocommerce-account) .col2-set [class*="col-"] {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 0;
  padding-right: 0; }

@media screen and (max-width: 991px) {
  body.woocommerce-page:not(.woocommerce-account) .col2-set [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; } }
body.woocommerce-page.archive .woocommerce-products-header.dark {
  z-index: 0;
  height: auto !important;
  padding: 0; }

body.woocommerce-page.archive .woocommerce-products-header.dark .page-shop-banner {
  height: 100%;
  padding-top: 150px;
  background: var(--opal-black);
  text-align: center;
  min-height: 300px;
  padding-bottom: 50px; }

body.woocommerce-page.archive .woocommerce-products-header.dark .page-shop-banner h1 {
  font-family: var(--primary-font);
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--white-color) !important; }

body.woocommerce-page.archive .woocommerce-products-header.dark .page-shop-banner h3 {
  color: var(--white-color);
  font-weight: 400;
  font-size: 18px;
  font-family: "Arial", sans-serif; }

@media (max-width: 575px) {
  body.woocommerce-page.archive .woocommerce-products-header.dark .page-shop-banner {
    min-height: 275px; } }
body.woocommerce-page.archive .shop-holder {
  padding: 50px 0;
  background: #f1f5fa; }

body.woocommerce-page.woocommerce-account .page-shop-banner {
  padding-top: 70px;
  padding-bottom: 70px;
  min-height: auto; }

body.woocommerce-page.not-logged-in.woocommerce-account #content {
  background-color: #f1f5fa;
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: calc(100vh - 121px); }

body.woocommerce-page.not-logged-in.woocommerce-account #content .page-shop-banner {
  display: none; }

body.woocommerce-page.not-logged-in.woocommerce-account #content .breadcrumbs {
  display: none; }

body.woocommerce-page.not-logged-in.woocommerce-account #content .container article.post {
  max-width: 100%; }

body.woocommerce-page.not-logged-in.woocommerce-account #content .container article.post .row {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

body.woocommerce-page.not-logged-in.woocommerce-account #content .container article.post .row [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce {
  max-width: 530px;
  box-shadow: 0px 9px 21px #3f8ac50f;
  border-radius: 10px;
  background-color: var(--white-color);
  padding: 50px;
  margin-left: auto;
  margin-right: 10%;
  min-height: 561px; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
.login-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
.login-links
a {
  flex: 0 0 50%;
  max-width: 50%;
  padding-bottom: 12px;
  border-bottom: 3px solid transparent; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
.login-links
a.active {
  border-color: #6730bf; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
h2 {
  font-weight: bold;
  font-size: 34px;
  color: var(--opal-black);
  text-align: center; }

@media (max-width: 480px) {
  body.woocommerce-page.not-logged-in.woocommerce-account
  #content
  .container
  article.post
  .row
  [class*="col-"]
  .woocommerce
  h2 {
    font-size: 25px; } }
body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
.woocommerce-error {
  font-size: 14px; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
form {
  border: none;
  margin: 0;
  padding: 0; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
form
.woocommerce-form-row {
  width: 100%;
  padding: 0; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
form
.woocommerce-form-row
label {
  font-size: 16px;
  font-weight: 500;
  color: var(--opal-black); }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
form
.woocommerce-form-row
input,
body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
form
.woocommerce-form-row
select {
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 16px; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
form:not(.woocommerce-ResetPassword).form-row-first {
  width: 50%;
  float: left;
  padding-right: 10px; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
form:not(.woocommerce-ResetPassword).form-row-last {
  width: 50%;
  padding-left: 10px;
  float: left; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
form.woocommerce-ResetPassword
h2 {
  margin-bottom: 20px; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
form.woocommerce-ResetPassword
p.big-text {
  font-size: 20px;
  color: var(--opal-black);
  margin-bottom: 50px; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
form
.woocommerce-password-strength {
  border-radius: 0 0 5px 5px;
  margin-top: -5px;
  font-size: 14px; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
form
.woocommerce-privacy-policy-text {
  margin-top: 20px; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
form
.woocommerce-privacy-policy-text
p {
  font-size: 14px; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
form
.woocommerce-button,
body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
form
.woocommerce-Button {
  margin: auto;
  min-width: 250px;
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
form
p {
  font-size: 16px; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
form
.woocommerce-LostPassword {
  text-align: center;
  margin-bottom: 0; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
form
.woocommerce-LostPassword
a {
  font-size: 16px;
  color: var(--opal-black) !important;
  text-decoration: none !important; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
.u-columns
[class*="u-column"] {
  max-width: 100%;
  flex: 0 0 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
.u-columns
[class*="u-column"].col-2 {
  display: none; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce
.u-columns
h2 {
  display: none; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce.register-active
.u-columns
[class*="u-column"].col-1 {
  display: none; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce.register-active
.u-columns
[class*="u-column"].col-2 {
  display: block; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce.register-active
#login-link {
  border-color: transparent; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce.register-active
#register-link {
  border-color: #6730bf; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce.login-active
.u-columns
[class*="u-column"].col-1 {
  display: block; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce.login-active
.u-columns
[class*="u-column"].col-2 {
  display: none; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce.login-active
#register-link {
  border-color: transparent; }

body.woocommerce-page.not-logged-in.woocommerce-account
#content
.container
article.post
.row
[class*="col-"]
.woocommerce.login-active
#login-link {
  border-color: #6730bf; }

@media (max-width: 991px) {
  body.woocommerce-page.not-logged-in.woocommerce-account
  #content
  .container
  article.post
  .row
  [class*="col-"]
  .woocommerce {
    margin-right: auto; } }
@media (max-width: 480px) {
  body.woocommerce-page.not-logged-in.woocommerce-account
  #content
  .container
  article.post
  .row
  [class*="col-"]
  .woocommerce {
    padding: 20px; } }
@media (max-width: 991px) {
  body.woocommerce-page.not-logged-in.woocommerce-account
  #content
  .container
  article.post
  .row
  [class*="col-"]:first-child {
    margin-bottom: 40px; } }
@media (min-width: 1300px) {
  body.woocommerce-page.not-logged-in.woocommerce-account #content .container {
    width: 1240px; } }
@media (min-width: 1400px) {
  body.woocommerce-page.not-logged-in.woocommerce-account #content .container {
    width: 1340px; } }
@media (min-width: 1500px) {
  body.woocommerce-page.not-logged-in.woocommerce-account #content .container {
    width: 1440px; } }
@media (min-width: 1600px) {
  body.woocommerce-page.not-logged-in.woocommerce-account #content .container {
    width: 1540px; } }
@media (min-width: 1700px) {
  body.woocommerce-page.not-logged-in.woocommerce-account #content .container {
    width: 1640px; } }
.shop-sidebar .tagcloud a {
  max-width: 100%;
  line-height: 1 !important;
  display: inline-block;
  padding: 8px 12px !important;
  overflow: hidden;
  white-space: break-spaces !important; }

.shop-sidebar .tagcloud a:hover {
  background-color: var(--opal-black);
  color: var(--white-color) !important; }

.woocommerce-product-details__short-description p {
  font-family: "Arial", sans-serif;
  font-size: 16px !important;
  color: #9d9aad; }

.woocommerce-notices-wrapper .woocommerce-error {
  background-color: transparent; }

.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-message {
  margin: auto;
  margin-bottom: 40px;
  font-size: 18px;
  background-color: transparent; }

.woocommerce-notices-wrapper .woocommerce-error .button,
.woocommerce-notices-wrapper .woocommerce-message .button {
  color: var(--white-color) !important;
  border-radius: 5px;
  font-family: var(--primary-font);
  padding: 15px 20px;
  background-color: var(--sun-orange);
  color: var(--white-color) !important;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }

.woocommerce-notices-wrapper .woocommerce-error .button:hover,
.woocommerce-notices-wrapper .woocommerce-error .button:active,
.woocommerce-notices-wrapper .woocommerce-error .button:focus,
.woocommerce-notices-wrapper .woocommerce-message .button:hover,
.woocommerce-notices-wrapper .woocommerce-message .button:active,
.woocommerce-notices-wrapper .woocommerce-message .button:focus {
  background-color: var(--sun-orange); }

@media (min-width: 576px) {
  .woocommerce-notices-wrapper .woocommerce-error,
  .woocommerce-notices-wrapper .woocommerce-message {
    width: 540px;
    max-width: 100%; } }
@media (min-width: 768px) {
  .woocommerce-notices-wrapper .woocommerce-error,
  .woocommerce-notices-wrapper .woocommerce-message {
    width: 720px;
    max-width: 100%; } }
@media (min-width: 992px) {
  .woocommerce-notices-wrapper .woocommerce-error,
  .woocommerce-notices-wrapper .woocommerce-message {
    width: 960px;
    max-width: 100%; } }
@media (min-width: 1200px) {
  .woocommerce-notices-wrapper .woocommerce-error,
  .woocommerce-notices-wrapper .woocommerce-message {
    width: 1140px;
    max-width: 100%; } }
.woocommerce-notices-wrapper .woocommerce-message {
  border-top: 3px solid #8fae1b; }

.woocommerce-notices-wrapper a[href*="cart"]:not(.restore-item) {
  font-size: 0; }

.woocommerce-notices-wrapper a[href*="cart"]:not(.restore-item):before {
  content: "View basket";
  font-size: 20px; }

.my-account-container .column-holder.column-content {
  padding-left: 20px; }

@media screen and (max-width: 991px) {
  .my-account-container .column-holder.column-content {
    padding-left: 0; } }
.my-account-container .column-holder .info-box {
  margin-bottom: 40px; }

.my-account-container .column-holder .info-box p {
  line-height: 1.5;
  font-size: 16px !important;
  color: #9d9aad !important; }

.my-account-container .column-holder .info-box p span {
  color: var(--opal-black) !important;
  display: block;
  font-weight: bold; }

.my-account-container .column-holder .info-box p.name {
  color: var(--opal-black); }

.my-account-container .column-holder .info-box .button-box a {
  border-radius: 5px;
  font-family: var(--primary-font);
  padding: 15px 20px;
  border: 2px solid var(--purple-heather);
  color: var(--purple-heather) !important;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  font-size: 16px;
  max-width: 225px;
  width: 100%;
  text-align: center; }

.my-account-container .column-holder .info-box .button-box a:hover,
.my-account-container .column-holder .info-box .button-box a:active,
.my-account-container .column-holder .info-box .button-box a:focus {
  background-color: #2f115d;
  color: var(--white-color) !important; }

.my-account-container .column-holder .info-box .woocommerce-Message {
  border-top: none !important; }

.my-account-container .column-holder h3 {
  color: var(--opal-black) !important;
  font-size: 28px;
  margin-bottom: 30px; }

.my-account-container .column-holder .products li .iconTitle h2 {
  color: var(--white-color) !important; }

.woocommerce-mini-cart__empty-message {
  color: var(--opal-black);
  font-size: 16px !important;
  font-family: "Arial", sans-serif; }

.woocommerce-tabs p {
  color: var(--opal-black);
  font-size: 16px !important;
  font-family: "Arial", sans-serif; }

ul.product-categories > li {
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px; }

ul.product-categories > li ul {
  margin-top: 10px;
  padding-left: 30px; }

ul.product-categories > li ul li {
  list-style: none; }

ul.product-categories > li ul li a {
  position: relative; }

ul.product-categories > li ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 10px;
  background-color: var(--sun-orange);
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%); }

ul.product-categories li a:hover {
  color: var(--opal-black) !important; }

.select2 {
  width: 100% !important; }

.select-2-css {
  display: block;
  width: 100% !important; }

.select-2-css .select2 {
  height: auto !important; }

.select-2-css .select2 .select2-selection {
  height: auto !important;
  border: none !important; }

.select-2-css .select2 .select2-selection .select2-selection__rendered {
  background-color: var(--white-color);
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-family: "Arial", sans-serif;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 10px 15px; }

.select-2-css .select2 .select2-selection__arrow {
  top: 11px !important; }

.select2-dropdown {
  border-color: #cccccc; }

.select2-results__option {
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px; }

.select2-search {
  padding-left: 15px;
  padding-right: 15px; }

.woocommerce-checkout .select2-dropdown {
  border: none !important; }

.my-account-header {
  position: relative;
  padding-right: 95px; }

.logout-url-mobile {
  position: absolute;
  right: 0;
  top: 50%;
  display: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.logout-url-mobile a {
  font-size: 16px;
  color: var(--white-color);
  background-color: var(--sun-orange);
  padding: 10px 16px;
  border-radius: 5px;
  display: block;
  font-weight: 400; }

@media screen and (max-width: 767px) {
  .logout-url-mobile {
    display: block; } }
body.wpb-js-composer .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  border-bottom: 1px solid var(--gray-color);
  margin-bottom: 16px; }

body.wpb-js-composer .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  background-color: transparent; }

body.wpb-js-composer .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4 {
  margin-bottom: 0; }

body.wpb-js-composer
.vc_tta-accordion
.vc_tta-panels-container
.vc_tta-panels
.vc_tta-panel
.vc_tta-panel-heading
h4
a {
  color: var(--opal-black) !important;
  font-size: 28px !important;
  padding-left: 0;
  padding-right: 40px;
  line-height: 1.3; }

body.wpb-js-composer
.vc_tta-accordion
.vc_tta-panels-container
.vc_tta-panels
.vc_tta-panel
.vc_tta-panel-heading
h4
a
i {
  right: 0;
  height: 20px;
  width: 20px; }

body.wpb-js-composer
.vc_tta-accordion
.vc_tta-panels-container
.vc_tta-panels
.vc_tta-panel
.vc_tta-panel-heading
h4
a
i:before,
body.wpb-js-composer
.vc_tta-accordion
.vc_tta-panels-container
.vc_tta-panels
.vc_tta-panel
.vc_tta-panel-heading
h4
a
i:after {
  border-color: var(--opal-black);
  border-width: 2px; }

@media (max-width: 480px) {
  body.wpb-js-composer
  .vc_tta-accordion
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading
  h4
  a {
    font-size: 24px !important; } }
body.wpb-js-composer .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent;
  padding-bottom: 30px;
  padding-top: 16px;
  padding-left: 0;
  padding-right: 0; }

body.wpb-js-composer .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body p {
  font-size: 16px !important;
  color: #9d9aad !important; }

.vc_custom_heading {
  font-family: var(--primary-font);
  font-weight: 600;
  color: var(--opal-black); }

@media (max-width: 991px) {
  h2.vc_custom_heading {
    font-size: 50px !important; } }
@media (max-width: 767px) {
  h2.vc_custom_heading {
    font-size: 40px !important; } }
@media (max-width: 480px) {
  h2.vc_custom_heading {
    font-size: 30px !important; } }
section#open-awards-discussion-board .create-topic {
  margin-bottom: 40px;
  text-align: right; }

section#open-awards-discussion-board .create-topic .btn {
  max-width: 250px;
  width: 100%;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: var(--primary-font);
  padding-top: 12px;
  padding-bottom: 12px; }

section#open-awards-discussion-board table tr {
  border-bottom: 1px solid #707070; }

section#open-awards-discussion-board table tr td {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: none;
  vertical-align: middle; }

section#open-awards-discussion-board table tr td h2 {
  margin-bottom: 0; }

section#open-awards-discussion-board table tr td h2 a {
  font-size: 28px;
  font-family: var(--primary-font);
  color: var(--opal-black) !important; }

@media (max-width: 767px) {
  section#open-awards-discussion-board table tr td h2 a {
    font-size: 22px;
    line-height: 1.1 !important;
    display: block;
    text-align: center; } }
section#open-awards-discussion-board table tr td.meta span {
  display: block;
  color: #9d9aad;
  text-align: center;
  font-weight: bold; }

section#open-awards-discussion-board table tr td.meta span:first-child {
  font-size: 32px;
  font-family: var(--primary-font); }

@media (max-width: 991px) {
  section#open-awards-discussion-board table tr td.meta span:first-child {
    font-size: 26px; } }
section#open-awards-discussion-board table tr td.meta span:last-child {
  font-size: 16px;
  font-weight: 400; }

section#open-awards-discussion-board table tr td.meta.date {
  width: 200px; }

@media (max-width: 991px) {
  section#open-awards-discussion-board table tr td.meta.date {
    width: 160px; } }
@media (max-width: 360px) {
  section#open-awards-discussion-board table tr td.meta.date {
    flex: 0 0 100%;
    padding-top: 10px; } }
section#open-awards-discussion-board table tr td.meta.number {
  padding-left: 20px;
  padding-right: 20px; }

@media (max-width: 767px) {
  section#open-awards-discussion-board table tr td.meta.number {
    padding-left: 10px;
    padding-right: 10px; } }
@media (max-width: 360px) {
  section#open-awards-discussion-board table tr td.meta.number {
    padding-top: 10px;
    padding-bottom: 0; } }
@media (max-width: 767px) {
  section#open-awards-discussion-board table tr td:first-child {
    flex: 0 0 100%;
    padding-bottom: 0; } }
@media (max-width: 767px) {
  section#open-awards-discussion-board table tr {
    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;
    flex-wrap: wrap; } }
#ctdb-new-topic form#new-topic input:not([type="submit"]),
#ctdb-new-topic form#new-topic textarea {
  background-color: var(--white-color);
  border-radius: 5px;
  border: 1px solid #cccccc;
  padding: 10px;
  font-family: "Arial", sans-serif;
  outline: none; }

#ctdb-new-topic form#new-topic textarea {
  max-height: 350px; }

#ctdb-new-topic form#new-topic input[type="submit"] {
  border-radius: 5px;
  font-family: var(--primary-font);
  padding: 15px 20px;
  background-color: var(--sun-orange);
  color: var(--white-color) !important;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  border: none;
  outline: none;
  display: block;
  margin: auto;
  width: 100%;
  max-width: 300px;
  cursor: pointer; }

#ctdb-new-topic form#new-topic input[type="submit"]:hover,
#ctdb-new-topic form#new-topic input[type="submit"]:active,
#ctdb-new-topic form#new-topic input[type="submit"]:focus {
  background-color: var(--sun-orange); }

#ctdb-new-topic + p {
  display: none; }

.new-topic-holder > p {
  font-family: var(--primary-font) !important;
  margin-bottom: 48px;
  text-align: center;
  font-weight: bold;
  font-size: 24px !important; }

.new-topic-holder > p .btn {
  max-width: 250px;
  width: 100%;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: var(--primary-font);
  padding-top: 12px;
  padding-bottom: 12px; }

.single-discussion-topics .woocommerce-products-header {
  z-index: 0;
  height: auto !important;
  padding: 0; }

.single-discussion-topics .woocommerce-products-header .page-shop-banner {
  height: 100%;
  padding-top: 150px;
  background: var(--opal-black);
  text-align: center;
  min-height: 300px;
  padding-bottom: 50px; }

.single-discussion-topics .woocommerce-products-header .page-shop-banner h1 {
  font-family: var(--primary-font);
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--white-color) !important; }

.single-discussion-topics .woocommerce-products-header .page-shop-banner h3 {
  color: var(--white-color);
  font-weight: 400;
  font-size: 18px;
  font-family: "Arial", sans-serif; }

@media (max-width: 575px) {
  .single-discussion-topics .woocommerce-products-header .page-shop-banner {
    min-height: 275px; } }
.single-discussion-topics .woocommerce-products-header h1 {
  text-align: left; }

.single-discussion-topics .ctdb-content-area {
  padding-top: 50px; }

.single-discussion-topics .ctdb-content-area .container .entry-content .ctdb-content-wrap p {
  font-size: 12px; }

.event-holder {
  margin-bottom: 40px; }

.event-holder > .row .column-holder .image-box {
  width: 100%;
  height: 315px;
  overflow: hidden;
  border-radius: 10px;
  position: relative; }

.event-holder > .row .column-holder .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.event-holder > .row .column-holder .image-box .date {
  position: absolute;
  bottom: 0;
  background-color: var(--high-violet);
  left: 20px;
  padding: 13px;
  color: var(--white-color);
  font-family: var(--primary-font);
  font-weight: 500;
  line-height: 1;
  text-align: center; }

.event-holder > .row .column-holder .image-box .date span {
  display: block; }

.event-holder > .row .column-holder .image-box .date span.day {
  font-size: 47px; }

.event-holder > .row .column-holder .image-box .date span.month {
  font-size: 14px;
  text-transform: uppercase; }

@media screen and (max-width: 360px) {
  .event-holder > .row .column-holder .image-box {
    height: 250px; } }
.event-holder > .row .column-holder .event-categories {
  padding-left: 0;
  list-style: none; }

.event-holder > .row .column-holder .event-categories li {
  display: inline-block; }

.event-holder > .row .column-holder .event-categories li a {
  font-size: 14px;
  display: inline-block;
  padding: 10px 15px;
  background-color: var(--high-violet);
  border-radius: 5px;
  color: var(--white-color) !important;
  font-family: var(--primary-font);
  font-weight: 500px;
  line-height: 1; }

.event-holder > .row .column-holder .event-categories li a:hover,
.event-holder > .row .column-holder .event-categories li a:active,
.event-holder > .row .column-holder .event-categories li a:focus {
  background-color: #492583; }

.event-holder > .row .column-holder .desc-box {
  margin-bottom: 30px;
  color: #9d9aad; }

.event-holder > .row .column-holder .desc-box p {
  font-size: 16px !important; }

.event-holder > .row .column-holder .price-box {
  margin-bottom: 30px;
  color: #f04e3d;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase; }

.event-holder > .row .column-holder .heading-box {
  margin-bottom: 25px; }

.event-holder > .row .column-holder .heading-box h2 {
  font-size: 34px;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0; }

.event-holder > .row .column-holder .heading-box h2 a {
  color: var(--opal-black) !important; }

.event-holder > .row .column-holder .heading-box span {
  font-size: 13px;
  font-family: var(--primary-font);
  font-weight: bold;
  color: #492583;
  margin-left: 10px; }

.event-holder > .row .column-holder .heading-box:not(.heading-box-single) {
  border-bottom: 1px solid var(--gray-color);
  padding-bottom: 25px; }

.event-holder > .row .column-holder .button-box {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.event-holder > .row .column-holder .button-box .button {
  text-align: center;
  font-weight: 500;
  line-height: 1;
  margin: 0 10px;
  letter-spacing: 0; }

.event-holder > .row .column-holder .button-box .button.purple-bordered {
  border-radius: 5px;
  font-family: var(--primary-font);
  padding: 15px 20px;
  border: 2px solid var(--purple-heather);
  color: var(--purple-heather) !important;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }

.event-holder > .row .column-holder .button-box .button.purple-bordered:hover,
.event-holder > .row .column-holder .button-box .button.purple-bordered:active,
.event-holder > .row .column-holder .button-box .button.purple-bordered:focus {
  background-color: #2f115d;
  color: var(--white-color) !important; }

.event-holder > .row .column-holder .button-box .button.primary {
  border-radius: 5px;
  font-family: var(--primary-font);
  padding: 15px 20px;
  background-color: var(--sun-orange);
  color: var(--white-color) !important;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }

.event-holder > .row .column-holder .button-box .button.primary:hover,
.event-holder > .row .column-holder .button-box .button.primary:active,
.event-holder > .row .column-holder .button-box .button.primary:focus {
  background-color: var(--sun-orange); }

.event-holder > .row .column-holder .button-box:not(.button-box-single) .button {
  width: calc(50% - 20px); }

.event-holder > .row .column-holder .button-box.button-box-single .button {
  min-width: 250px;
  border: none;
  outline: none;
  cursor: pointer; }

.event-holder > .row .column-holder.event-details {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px; }

@media screen and (max-width: 767px) {
  .event-holder > .row .column-holder.event-details {
    padding-left: 0px;
    padding-bottom: 0px; } }
.event-holder > .row .column-holder.event-details.event-details-single {
  padding-top: 0;
  padding-bottom: 0; }

.event-holder .meta-box {
  margin-bottom: 25px; }

.event-holder .meta-box .meta-holder span {
  font-size: 16px;
  display: block; }

.event-holder .meta-box .meta-holder span.meta-label {
  margin-bottom: 5px; }

.event-holder .meta-box .meta-holder span.meta-value {
  color: #9d9aad; }

@media screen and (max-width: 360px) {
  .event-holder .meta-box .meta-holder {
    margin-bottom: 10px; } }
.event-holder .meta-box.meta-box-single {
  border-bottom: 1px solid var(--gray-color);
  padding-bottom: 25px;
  margin-bottom: 25px; }

.event-holder .meta-box.meta-box-single .col {
  flex-basis: initial;
  width: auto;
  flex-grow: 0; }

.event-holder .google-map-box {
  background-color: #9d9aad;
  min-height: 300px;
  border-radius: 10px; }

.event-holder:not(.event-holder-single) {
  -webkit-box-shadow: 0px 9px 21px #3f8ac50f;
  -moz-box-shadow: 0px 9px 21px #3f8ac50f;
  box-shadow: 0px 9px 21px #3f8ac50f;
  background-color: var(--white-color);
  border-radius: 10px;
  padding: 30px; }

.event-holder:not(.event-holder-single) .row {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.event-holder.event-holder-single .image-box {
  margin-bottom: 30px; }

.css-events-list + p,
.css-cats-list + p,
.css-locations-list + p {
  display: none; }

.em-search-wrapper .em-events-search {
  border-radius: 40px 10px 10px 40px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 45px;
  overflow: hidden;
  border: none; }

.em-search-wrapper .em-events-search .em-search-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 110px); }

.em-search-wrapper .em-events-search .em-search-main .em-search-submit {
  background: var(--high-violet);
  height: 100%;
  top: 0;
  border: none;
  right: 0;
  width: 120px;
  outline: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }

.em-search-wrapper .em-events-search .em-search-main .em-search-submit i {
  color: var(--white-color); }

@media screen and (max-width: 480px) {
  .em-search-wrapper .em-events-search .em-search-main .em-search-submit {
    width: 70px; } }
.em-search-wrapper .em-events-search .em-search-main .em-search-submit:hover {
  background: var(--sun-orange); }

.em-search-wrapper .em-events-search .em-search-main i {
  font-size: 19px;
  color: var(--high-violet);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.em-search-wrapper .em-events-search .em-search-main .em-search-field {
  margin: 0;
  padding: 0;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative; }

.em-search-wrapper .em-events-search .em-search-main .em-search-field i {
  position: absolute;
  top: 14px;
  left: 5px; }

.em-search-wrapper .em-events-search .em-search-main .em-search-field label {
  display: block;
  margin-bottom: 0; }

.em-search-wrapper .em-events-search .em-search-main .em-search-field label input {
  width: 100%;
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 400;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px; }

.em-search-wrapper .em-events-search .em-search-main .em-search-field label input::placeholder {
  color: #9c9c9c; }

.em-search-wrapper .em-events-search .em-search-main .em-search-field.em-search-geo i {
  left: 10px; }

@media screen and (max-width: 480px) {
  .em-search-wrapper .em-events-search .em-search-main .em-search-field.em-search-geo i {
    left: 5px; } }
.em-search-wrapper .em-events-search .em-search-main .em-search-field:first-child label input {
  border-right: 3px solid #e2e2e2; }

@media screen and (max-width: 480px) {
  .em-search-wrapper .em-events-search .em-search-main .em-search-field:first-child label input {
    border-right: none;
    border-bottom: 3px solid #e2e2e2;
    width: calc(100% - 10px); } }
@media screen and (max-width: 480px) {
  .em-search-wrapper .em-events-search .em-search-main .em-search-field {
    flex: 0 0 100%;
    max-width: 100%; } }
@media screen and (max-width: 480px) {
  .em-search-wrapper .em-events-search .em-search-main {
    width: calc(100% - 70px); } }
@media screen and (max-width: 480px) {
  .em-search-wrapper .em-events-search {
    border-radius: 10px; } }
.em-calendar-wrapper {
  -webkit-box-shadow: 0px 9px 21px #3f8ac50f;
  -moz-box-shadow: 0px 9px 21px #3f8ac50f;
  box-shadow: 0px 9px 21px #3f8ac50f;
  background-color: var(--white-color);
  border-radius: 10px;
  padding: 20px;
  max-width: 290px;
  margin: auto; }

.em-calendar-wrapper table {
  width: 100%;
  font-family: var(--primary-font); }

.em-calendar-wrapper table tr td .em-calnav {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0; }

.em-calendar-wrapper table tr td .em-calnav:before {
  color: #3d3d3d;
  font-size: 16px; }

.em-calendar-wrapper table tr td .em-calnav.em-calnav-prev:before {
  content: "\f053"; }

.em-calendar-wrapper table tr td .em-calnav.em-calnav-next:before {
  content: "\f054"; }

.em-calendar-wrapper table tr.days-names td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 10px;
  color: #cfcfcf;
  font-weight: bold; }

.em-calendar-wrapper table tr.days-names td:nth-child(1):after {
  content: "ON"; }

.em-calendar-wrapper table tr.days-names td:nth-child(2):after {
  content: "UE"; }

.em-calendar-wrapper table tr.days-names td:nth-child(3):after {
  content: "ED"; }

.em-calendar-wrapper table tr.days-names td:nth-child(4):after {
  content: "HU"; }

.em-calendar-wrapper table tr.days-names td:nth-child(5):after {
  content: "RI"; }

.em-calendar-wrapper table tr.days-names td:nth-child(6):after {
  content: "AT"; }

.em-calendar-wrapper table tr.days-names td:nth-child(7):after {
  content: "UN"; }

.em-calendar-wrapper table tr:not(.days-names) td {
  font-size: 13px;
  font-weight: bold;
  padding: 5px; }

.em-calendar-wrapper table tr:not(.days-names) td.month_name {
  font-size: 24px;
  font-weight: 500;
  color: var(--opal-black); }

.em-calendar-wrapper table tr:not(.days-names) td.eventless-pre {
  color: #cfcfcf; }

.em-calendar-wrapper table tr:not(.days-names) td.eventless-today,
.em-calendar-wrapper table tr:not(.days-names) td[class*="eventful"] {
  position: relative;
  color: var(--white-color);
  z-index: 1;
  background-color: transparent; }

.em-calendar-wrapper table tr:not(.days-names) td.eventless-today:before,
.em-calendar-wrapper table tr:not(.days-names) td[class*="eventful"]:before {
  content: "";
  position: absolute;
  background-color: #492583;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  z-index: -1;
  left: 50%;
  top: 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%); }

.em-calendar-wrapper table tr:not(.days-names) td[class*="eventful"] a {
  color: inherit !important; }

.em-calendar-wrapper table tr:not(.days-names) td[class*="eventful"]:before {
  background-color: var(--sun-orange); }

@media screen and (max-width: 1199px) {
  .em-calendar-wrapper {
    padding: 10px; } }
@media screen and (max-width: 767px) {
  .em-calendar-wrapper {
    padding: 40px;
    max-width: 100%; } }
@media screen and (max-width: 480px) {
  .em-calendar-wrapper {
    padding: 20px; } }
.event-sidebar {
  padding-left: 30px; }

@media screen and (max-width: 991px) {
  .event-sidebar .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; } }
@media screen and (max-width: 991px) {
  .event-sidebar .row {
    margin-right: -10px;
    margin-left: -10px; } }
@media screen and (max-width: 1199px) {
  .event-sidebar {
    padding-left: 10px; } }
@media screen and (max-width: 991px) {
  .event-sidebar {
    padding-left: 15px; } }
.single-event,
.single-location {
  background-color: #f1f5fa; }

#bookModal .modal-dialog {
  top: 50%;
  transform: translateY(-40%); }

#bookModal .modal-dialog .modal-content {
  border-radius: 0;
  border: none; }

#bookModal .modal-dialog .modal-content .modal-header {
  border-radius: 0;
  border: none;
  background-color: var(--high-violet);
  color: var(--white-color); }

#bookModal .modal-dialog .modal-content .modal-header .close {
  color: var(--white-color); }

#bookModal .modal-dialog .modal-content .modal-footer .btn-primary {
  border-radius: 5px;
  font-family: var(--primary-font);
  padding: 15px 20px;
  background-color: var(--sun-orange);
  color: var(--white-color) !important;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 8px 20px;
  border: none; }

#bookModal .modal-dialog .modal-content .modal-footer .btn-primary:hover,
#bookModal .modal-dialog .modal-content .modal-footer .btn-primary:active,
#bookModal .modal-dialog .modal-content .modal-footer .btn-primary:focus {
  background-color: var(--sun-orange); }

#bookModal.show .modal-dialog {
  transform: translateY(-50%); }

body:not(.not-logged-in) #em-booking .em-booking-buttons {
  display: none; }

body.not-logged-in #em-booking .em-booking-buttons .em-booking-submit {
  border-radius: 5px;
  font-family: var(--primary-font);
  padding: 15px 20px;
  background-color: var(--sun-orange);
  color: var(--white-color) !important;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  border: none;
  padding: 13px 20px;
  width: 100%; }

body.not-logged-in #em-booking .em-booking-buttons .em-booking-submit:hover,
body.not-logged-in #em-booking .em-booking-buttons .em-booking-submit:active,
body.not-logged-in #em-booking .em-booking-buttons .em-booking-submit:focus {
  background-color: var(--sun-orange); }

body.not-logged-in #bookModal #pseudo-send-booking {
  display: none; }

#em-booking br {
  display: none; }

#em-booking select,
#em-booking textarea,
#em-booking input:not([type="checkbox"]) {
  background-color: var(--white-color);
  border-radius: 5px;
  border: 1px solid #cccccc;
  padding: 10px;
  font-family: "Arial", sans-serif; }

#em-booking p {
  font-family: var(--primary-font) !important;
  font-size: 16px !important; }

#em-booking .em-tickets {
  margin: 10px;
  width: calc(100% - 20px); }

#em-booking .em-tickets td,
#em-booking .em-tickets th {
  padding-bottom: 10px;
  font-family: var(--primary-font) !important;
  font-size: 16px !important; }

#em-booking .em-tickets select,
#em-booking .em-tickets input:not([type="checkbox"]) {
  width: 100%; }

#em-booking .em-booking-form-details {
  width: 100%;
  float: none; }

#em-booking .em-booking-form-details textarea,
#em-booking .em-booking-form-details select,
#em-booking .em-booking-form-details input:not([type="checkbox"]) {
  width: calc(100% - 100px); }

#em-booking .em-booking-login {
  margin: 0;
  border: none;
  padding: 10px; }

#em-booking .em-booking-login label {
  font-size: 16px !important;
  width: auto;
  font-family: var(--primary-font) !important; }

#em-booking .em-booking-login p label {
  width: 100px; }

#em-booking .em-booking-login p input:not([type="submit"]) {
  width: calc(100% - 105px); }

#em-booking .em-booking-login input[name="redirect_to"] + br + a {
  float: right;
  font-size: 16px !important; }

#em-booking .em-booking-login #em_wp-submit {
  border-radius: 5px;
  font-family: var(--primary-font);
  padding: 15px 20px;
  background-color: var(--sun-orange);
  color: var(--white-color) !important;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  border: none;
  padding: 13px 20px;
  width: 100%;
  margin-bottom: 20px; }

#em-booking .em-booking-login #em_wp-submit:hover,
#em-booking .em-booking-login #em_wp-submit:active,
#em-booking .em-booking-login #em_wp-submit:focus {
  background-color: var(--sun-orange); }

.category-list-holder .column-holder {
  height: 100%; }

.category-list-holder .category-holder {
  -webkit-box-shadow: 0px 9px 21px #00000029;
  -moz-box-shadow: 0px 9px 21px #00000029;
  box-shadow: 0px 9px 21px #00000029;
  max-width: 304px;
  margin: auto;
  text-align: center;
  padding: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: var(--white-color);
  height: calc(100% - 30px);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }

.category-list-holder .category-holder .heading-box {
  color: var(--opal-black);
  font-size: 20px; }

.category-list-holder .category-holder .image-box {
  margin-bottom: 20px; }

.category-list-holder .category-holder .image-box img {
  max-width: 150px;
  height: auto;
  width: 100%; }

.category-list-holder .category-holder:hover {
  background-color: #f1f5fa; }

.vc_btn3-container .vc_btn3 {
  font-family: var(--primary-font);
  font-weight: bold; }
.vc_btn3-container.button-link {
  margin-bottom: 0; }
  .vc_btn3-container.button-link .vc_btn3 {
    background-color: transparent !important;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    letter-spacing: 1.2px;
    color: var(--purple-heather) !important;
    font-size: 16px; }
.vc_btn3-container.button-link-underline {
  margin-bottom: 0 !important; }
  .vc_btn3-container.button-link-underline .vc_btn3 {
    padding: 0 !important;
    border: none !important;
    color: var(--high-violet) !important;
    font-weight: 500;
    font-size: 26px;
    border-bottom: 1px solid !important;
    border-radius: 0 !important;
    background-color: transparent !important; }
    .vc_btn3-container.button-link-underline .vc_btn3:hover {
      background-color: transparent !important; }

.wpb_text_column h2,
.wpcf7 h2 {
  font-family: var(--primary-font);
  font-weight: 600;
  color: var(--opal-black);
  font-size: 66px;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .wpb_text_column h2,
    .wpcf7 h2 {
      font-size: 46px; } }
  @media (max-width: 767px) {
    .wpb_text_column h2,
    .wpcf7 h2 {
      font-size: 36px; } }
  @media (max-width: 575px) {
    .wpb_text_column h2,
    .wpcf7 h2 {
      font-size: 30px; } }
.wpb_text_column h3,
.wpcf7 h3 {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .wpb_text_column h3,
    .wpcf7 h3 {
      font-size: 36px; } }
.wpb_text_column p,
.wpcf7 p {
  color: #9d9aad; }

.column-3 .wpb_column {
  width: 33.33333333%; }
  @media (max-width: 767px) {
    .column-3 .wpb_column {
      width: 50%; } }
  @media (max-width: 575px) {
    .column-3 .wpb_column {
      width: 100%; } }

.vc_row:not(.vc_row-no-padding) {
  margin-left: -15px !important;
  margin-right: -15px !important; }
  .vc_row:not(.vc_row-no-padding) .vc_column_container > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important; }

.container-wrapper {
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }
  @media (min-width: 576px) {
    .container-wrapper {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container-wrapper {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container-wrapper {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container-wrapper {
      max-width: 1140px; } }
  @media (min-width: 1300px) {
    .container-wrapper {
      max-width: 1240px; } }

.hero-slider .mySwiperSlider .swiper-slide {
  height: auto !important; }
  .hero-slider .mySwiperSlider .swiper-slide section.hero-banner {
    height: 100% !important;
    margin-top: 0 !important;
    padding-top: 120px;
    padding-bottom: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -2; }
    .hero-slider .mySwiperSlider .swiper-slide section.hero-banner .banner-content h2 {
      color: var(--white-color);
      font-weight: 600; }
      .hero-slider .mySwiperSlider .swiper-slide section.hero-banner .banner-content h2 span {
        color: var(--blush-pink); }
      @media (min-width: 992px) {
        .hero-slider .mySwiperSlider .swiper-slide section.hero-banner .banner-content h2 {
          font-size: 64px; } }
    .hero-slider .mySwiperSlider .swiper-slide section.hero-banner .banner-content .description-box * {
      max-width: 545px;
      font-family: "Poppins";
      font-size: 18px;
      color: var(--white-color);
      font-weight: 600; }
    .hero-slider .mySwiperSlider .swiper-slide section.hero-banner .banner-content .btn-outline-primary {
      background-color: var(--opal-black) !important;
      color: var(--white-color) !important;
      border-color: var(--opal-black); }
      .hero-slider .mySwiperSlider .swiper-slide section.hero-banner .banner-content .btn-outline-primary:hover {
        background-color: var(--white-black) !important;
        color: var(--opal-color) !important;
        border-color: var(--white-black); }
.hero-slider .row {
  width: 100%; }
  @media (min-width: 768px) {
    .hero-slider .row {
      flex-wrap: nowrap; } }
.hero-slider .description-box {
  margin-bottom: 35px; }
.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  --swiper-navigation-size: 25px;
  width: 56px;
  height: 56px;
  background-color: var(--white-color);
  color: var(--blush-pink);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; }
  .hero-slider .swiper-button-next:after,
  .hero-slider .swiper-button-prev:after {
    display: none; }
  @media (max-width: 991px) {
    .hero-slider .swiper-button-next,
    .hero-slider .swiper-button-prev {
      display: none; } }
@media (min-width: 992px) {
  .hero-slider .swiper-pagination {
    display: none; } }

@media (min-width: 1300px) {
  .container {
    max-width: 1240px; } }
@media (min-width: 1400px) {
  .container {
    max-width: 1340px; } }

.swiper-button-next,
.swiper-button-prev {
  color: var(--opal-black); }

.swiper-pagination-bullet-active {
  background-color: var(--purple-heather); }

.swiper-pagination {
  position: static; }

main section.hero-banner {
  height: auto !important;
  margin-top: 0 !important; }

*,
::after,
::before {
  box-sizing: border-box !important; }

@media (max-width: 767px) {
  .wpcf7 {
    padding: 20px; } }

footer h5 {
  color: var(--white-color) !important; }
footer p {
  color: var(--white-color) !important;
  font-size: 13px; }
footer .wp-block-social-links {
  font-size: 15px !important; }
  footer .wp-block-social-links .wp-social-link .wp-block-social-link-anchor svg {
    height: 1.5rem;
    width: 1.5rem; }

.row-shadow-box > .wpb_column > .vc_column-inner > .wpb_wrapper {
  box-shadow: 0px 14px 21px #0000000f;
  border-radius: 10px;
  padding: 25px;
  background-color: var(--white-color);
  margin-bottom: 30px; }

.row-shadow-box {
  display: flex;
  flex-wrap: wrap; }

.row-shadow-box h3 {
  font-size: 22px !important; }

.row-shadow-box p {
  font-size: 15px; }

.row-shadow-box .wpb_text_column {
  margin-bottom: 15px; }

.main-content .vc_column-inner > .wpb_wrapper .vc_row {
  padding-top: 100px;
  padding-bottom: 100px; }

.small-width,
.small-width-center,
.small-width-left {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.small-width .vc_column-inner {
  max-width: 600px; }

.small-width-center .vc_column-inner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

.small-width-left {
  max-width: 600px;
  margin-left: auto; }

.main-content-bg-gradient {
  background: transparent linear-gradient(180deg, #e9f2ff00 0%, #e9f2ff46 19%, #eaf3ff8e 49%, #eaf3ff 77%, #eaf3ff 100%) 0% 0% no-repeat padding-box; }

.wpcf7 {
  max-width: 100%; }

@media (max-width: 991px) {
  .main-content .vc_column-inner > .wpb_wrapper .vc_row {
    padding-top: 50px;
    padding-bottom: 50px; } }
section.e-campus {
  padding-top: 200px;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px; }
  section.e-campus .e-campus-container {
    position: relative;
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
    height: 796.92px; }
    section.e-campus .e-campus-container .buildings {
      position: absolute; }
      section.e-campus .e-campus-container .buildings img {
        transition: 500ms; }
      section.e-campus .e-campus-container .buildings .text {
        position: absolute;
        right: -50px;
        top: 0;
        background-color: var(--opal-black);
        font-family: var(--primary-font);
        font-weight: bold;
        color: var(--white-color);
        padding: 10px 30px;
        transform: translateX(-50%);
        transition: 500ms;
        opacity: 0;
        transition-delay: 200ms; }
        section.e-campus .e-campus-container .buildings .text:before {
          content: "";
          width: 0;
          height: 0;
          border-bottom: 20px solid white;
          border-right: 30px solid transparent;
          position: absolute;
          left: 0;
          bottom: 0; }
        @media (max-width: 575px) {
          section.e-campus .e-campus-container .buildings .text {
            font-size: 13px;
            padding: 5px 20px;
            right: 0;
            top: -35px; } }
      section.e-campus .e-campus-container .buildings.building-1 {
        top: -13%;
        right: 2%; }
        @media (max-width: 1450px) {
          section.e-campus .e-campus-container .buildings.building-1 {
            width: 22%; } }
      section.e-campus .e-campus-container .buildings.building-2 {
        top: -22%;
        left: 30%; }
        @media (max-width: 1450px) {
          section.e-campus .e-campus-container .buildings.building-2 {
            width: 32%; } }
      section.e-campus .e-campus-container .buildings.building-3 {
        top: -10%;
        left: 5%; }
        @media (max-width: 1450px) {
          section.e-campus .e-campus-container .buildings.building-3 {
            width: 18%; } }
      section.e-campus .e-campus-container .buildings.building-4 {
        bottom: 26%;
        left: 18%; }
        @media (max-width: 1450px) {
          section.e-campus .e-campus-container .buildings.building-4 {
            width: 18%; } }
      section.e-campus .e-campus-container .buildings.building-5 {
        bottom: 30%;
        left: 35%; }
        @media (max-width: 1450px) {
          section.e-campus .e-campus-container .buildings.building-5 {
            width: 16%; } }
      section.e-campus .e-campus-container .buildings.building-6 {
        bottom: 11%;
        right: 6%; }
        @media (max-width: 1450px) {
          section.e-campus .e-campus-container .buildings.building-6 {
            width: 30%; } }
      section.e-campus .e-campus-container .buildings:hover img {
        opacity: 0.5; }
      section.e-campus .e-campus-container .buildings:hover .text {
        transform: translateX(0);
        opacity: 1; }
    @media (max-width: 1450px) {
      section.e-campus .e-campus-container {
        height: 55vw; } }
  @media (max-width: 991px) {
    section.e-campus {
      padding-top: 150px;
      padding-bottom: 50px; } }

/*from customizer*/
.logged-in #billing_first_name,
.logged-in #billing_last_name,
.logged-in #billing_email {
  pointer-events: none;
  background-color: #eeeeef !important;
  border: 1px solid #d1d1d2 !important;
  color: #808081 !important; }

.report-abuse .wpcf7 {
  margin-right: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: none;
  background-color: transparent; }

.report-abuse .modal-dialog.modal-dialog {
  max-width: 600px; }

.logged-in-as {
  display: flex; }

.report-btn {
  padding: 10px 20px;
  font-size: 15px;
  font-family: var(--primary-font);
  margin-left: 20px; }

.report-btn i {
  margin-right: 10px; }

.post-navigation .nav-links .meta-nav {
  color: #595959;
  margin-right: 10px; }

.post-navigation .nav-links .meta-nav:after {
  content: ":";
  margin-left: 13px; }

.etiquette {
  padding-right: 0 !important; }

.etiquette .close {
  background-color: #f1f5fa;
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 50%;
  opacity: 1 !important;
  margin-top: -80px;
  margin-right: -35px; }

.etiquette .close span {
  font-size: 30px;
  color: var(--opal-black) !important; }

.etiquette .modal-content {
  padding: 50px;
  border-radius: 10px; }

.etiquette .modal-dialog {
  top: 100px;
  max-width: 991px;
  width: 100%;
  margin: auto; }

.etiquette .modal-header {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px; }

.etiquette .modal-body {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0; }

.etiquette h3 {
  color: var(--opal-black) !important;
  font-size: 28px; }

.etiquette p {
  margin-bottom: 20px !important; }

.etiquette li,
.etiquette p {
  color: #707070 !important;
  font-size: 14px !important;
  margin-bottom: 10px; }

.etiquette ul {
  padding-left: 0;
  list-style: none; }

.etiquette ul:last-child {
  margin-bottom: 0; }

.etiquette ul li {
  position: relative;
  padding-left: 20px; }

.etiquette ul li:before {
  content: "";
  display: block;
  width: 6px;
  border-radius: 15px;
  height: 6px;
  background-color: var(--opal-black);
  position: absolute;
  left: 0;
  top: 5px; }

@media (max-width: 1024px) {
  .etiquette .modal-dialog {
    padding-left: 15px;
    padding-right: 15px; } }
@media (max-width: 480px) {
  .etiquette h3 {
    font-size: 18px;
    width: calc(100% - 25px); }

  .etiquette .close {
    width: 30px;
    height: 30px; }

  .etiquette .close {
    margin: 0 !important; }

  .etiquette .close span {
    font-size: 25px !important; }

  .etiquette .modal-content {
    padding: 20px; } }
#community-notice.community-notice {
  background-color: #e6eaef;
  padding-top: 25px;
  padding-bottom: 25px; }

#community-notice.community-notice p {
  font-size: 12px !important;
  color: #707070; }

#community-notice.community-notice.community-notice button {
  border-bottom: 1px dotted var(--opal-black);
  color: var(--opal-black) !important;
  text-decoration: none !important;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  padding: 0; }

#community-notice.community-notice.community-notice button:hover {
  color: var(--sun-orange) !important;
  border-bottom: 1px dotted var(--sun-orange); }

.community-notice p:last-child {
  margin-bottom: 0; }

.comments-holder ol.commentlist li .comment-body .comment-author {
  color: var(--white-color); }

header
#mega-menu-wrap-primary
ul#mega-menu-primary
li.mega-menu-item#mega-menu-item-1124.mega-menu-item-1124
> ul.mega-sub-menu
li.mega-menu-item
a.mega-menu-link {
  border: none !important; }

header
#mega-menu-wrap-primary
ul#mega-menu-primary
li.mega-menu-item#mega-menu-item-1124.mega-menu-item-1124
> ul.mega-sub-menu
li.mega-menu-item:not(:first-child):not(:last-child)
a.mega-menu-link {
  border-radius: 0 !important; }

body:not(.woocommerce-page) .vi-wcaio-menu-cart {
  display: none !important; }

img.pay-methods {
  margin-right: 10px;
  position: relative;
  top: -2px; }

.copyright-text p {
  font-size: 10px !important;
  margin-top: 0 !important; }

div#mega-menu-wrap-primary {
  background: transparent; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  background: transparent;
  color: var(--high-violet) !important; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  padding: 0 5px; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background: transparent;
  color: var(--high-violet) !important; }

@media (max-width: 1199px) and (min-width: 992px) {
  div#mega-menu-wrap-primary ul li a {
    font-family: var(--primary-font) !important;
    font-size: 13px !important; }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    padding: 3px; }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 5px 0px 5px !important; }

  #mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator:after {
    margin-left: 0; }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-child(5) a.mega-menu-link,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-child(6) a.mega-menu-link,
  li.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show a {
    height: 40px !important;
    line-height: 40px !important;
    padding: 0px 10px !important; }

  li.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show {
    padding: 3px; }

  .vi-wcaio-menu-cart-show .vi-wcaio-menu-cart-content-wrap .product_list_widget li a:not(.remove) {
    padding-left: 75px !important;
    height: auto !important;
    line-height: normal !important; } }
/*Shop*/
body.woocommerce-shop .woocommerce-breadcrumb {
  display: none; }

body.woocommerce-shop .page-shop-banner,
body.single-product .page-shop-banner {
  background: var(--opal-black); }

body.woocommerce-shop .page-shop-banner h1,
body.woocommerce-shop .page-shop-banner h3,
body.single-product .page-shop-banner h1,
body.single-product .page-shop-banner h3 {
  color: var(--white-color);
  text-align: center; }

body.woocommerce-shop header.woocommerce-products-header,
body.single-product header.woocommerce-products-header {
  padding: 0; }

header.darkHeader {
  position: absolute;
  z-index: 99;
  width: 100%; }

header.darkHeader nav.navbar-light ul#mega-menu-primary li a.mega-menu-link {
  color: var(--white-color) !important; }

header.woocommerce-products-header.dark {
  z-index: 0;
  height: 300px; }

.darkHeader nav.navbar-light {
  padding-top: 0 !important; }

.darkHeader
nav.navbar-light
#mega-menu-wrap-primary
#mega-menu-primary
> li.mega-menu-item:nth-child(5)
a.mega-menu-link {
  border-color: var(--white-color) !important;
  color: var(--white-color) !important; }

li.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show {
  display: inline-block;
  float: right; }

li.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show > a {
  background-color: var(--sun-orange) !important;
  border: none;
  border-radius: 5px !important;
  transition: 0.2s all ease-in-out;
  padding: 0 10px; }

@media (min-width: 1200px) {
  li.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show > a {
    height: 45px !important;
    line-height: 45px !important; } }
span.vi-wcaio-menu-cart-text.vi-wcaio-menu-cart-text-product_counter:before {
  content: "Cart - "; }

.woocommerce-mini-cart li a {
  line-height: normal; }

li.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show a.vi-wcaio-menu-cart-nav-wrap span {
  color: var(--white-color) !important; }

div#mega-menu-wrap-primary
ul
li.vi-wcaio-menu-cart
.vi-wcaio-menu-cart-content-wrap
.woocommerce-mini-cart
> li
> a.remove.remove_from_cart_button:hover {
  background: var(--opal-black) !important;
  color: var(--white-color) !important; }

body.woocommerce-shop .page-shop-banner,
body.single-product .page-shop-banner {
  height: 100%;
  padding-top: 150px; }

body.woocommerce-shop .page-shop-banner h1,
body.single-product .page-shop-banner h1 {
  font-family: var(--primary-font);
  font-weight: 700;
  margin-bottom: 25px; }

body.woocommerce-shop .page-shop-banner h3,
body.single-product .page-shop-banner h3 {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 18px; }

/**
header.darkHeader nav.navbar-light #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    color: var(--opal-black)!important;
}**/
body.woocommerce-shop .shop-holder {
  padding: 50px 0;
  background: #f1f5fa; }

body.single-product .product-holder {
  padding: 50px 0 5px;
  background: #f1f5fa; }

body.single-product span.sku_wrapper {
  display: none; }

.productFilters {
  display: block;
  position: relative;
  height: 40px; }

.productFilters p.woocommerce-result-count {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 15px;
  color: var(--opal-black); }

.productFilters form.woocommerce-ordering select {
  border: none;
  font-family: var(--primary-font);
  font-size: 15px;
  font-weight: 700;
  color: var(--opal-black);
  background: transparent; }

.productFilters .woocommerce-notices-wrapper {
  margin-top: 8px; }

hr.productSeparator,
.shop-sidebar hr {
  margin-bottom: 40px;
  border-color: var(--gray-color); }

.shop-sidebar {
  position: relative;
  width: 100%; }

.shop-sidebar form {
  position: relative;
  width: 100%; }

.shop-sidebar form input[type="search"] {
  position: relative;
  margin-bottom: 8px;
  border-radius: 50px;
  border: none !important;
  background: var(--high-violet);
  height: 40px;
  width: 100%;
  padding: 5px 15px;
  outline: none !important;
  font-size: 14px;
  font-family: var(--primary-font);
  font-weight: 400;
  color: var(--white-color); }

.shop-sidebar form input[type="search"]::placeholder {
  color: var(--white-color);
  opacity: 1; }

.shop-sidebar form:after {
  content: "\f002";
  position: absolute;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: 15px;
  top: 10px;
  height: 50px;
  width: 50px;
  transform: scaleX(-1);
  font-size: 15px;
  color: var(--white-color);
  opacity: 0.75; }

.shop-sidebar form button {
  display: none; }

.shop-sidebar h3.side-title {
  color: var(--opal-black);
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px; }

.shop-sidebar ul.product-categories {
  padding-left: 0;
  list-style: none;
  line-height: 16px; }

.shop-sidebar ul.product-categories li {
  margin-bottom: 10px; }

.shop-sidebar ul.product-categories li:last-child:after {
  display: none; }

.shop-sidebar ul.product-categories li a {
  color: #9d9aad;
  font-size: 14px;
  line-height: 16px;
  font-family: "Arial", sans-serif; }

.shop-sidebar div:nth-child(4) {
  margin-top: 40px; }

.shop-sidebar .tagcloud a {
  background: #e4ebf3;
  padding: 5px 12px;
  border-radius: 30px;
  color: #9d9aad;
  font-family: "Arial", sans-serif;
  white-space: nowrap;
  line-height: 30px;
  font-size: 12px !important; }

ul.products li {
  background: var(--white-color);
  border-radius: 10px;
  box-shadow: 0px 9px 21px #3f8ac50f; }

.woocommerce ul.products li.product,
.woocommerce ul.products li.product a img {
  border-radius: 10px !important; }

li.product a.woocommerce-LoopProduct-link {
  position: relative;
  display: block;
  height: auto;
  width: 100%; }

li.product a.woocommerce-LoopProduct-link:after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  position: absolute;
  height: 50%;
  width: 100%;
  z-index: 0; }

li.product a.woocommerce-LoopProduct-link .iconTitle {
  position: absolute;
  display: block;
  bottom: 15px;
  width: 100%;
  padding: 0 15px !important;
  z-index: 5; }

li.product a.woocommerce-LoopProduct-link .iconTitle img {
  height: 20px !important;
  width: auto !important;
  margin: 0 !important; }

li.product a.woocommerce-LoopProduct-link h2 {
  width: 100%;
  font-family: var(--primary-font);
  font-size: 18px !important;
  color: var(--white-color); }

li.product .iconTitle img,
li.product .iconTitle span {
  display: inline-block !important; }

li.product .iconTitle span {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 16px;
  color: var(--white-color); }

li.product .more-information {
  padding: 0 15px; }

li.product .more-information .time,
li.product .more-information .type {
  display: inline;
  width: 50%; }

li.product .more-information .time {
  float: left; }

li.product .more-information .time img,
li.product .more-information .type img {
  height: 16px;
  width: auto; }

li.product .more-information .time span,
li.product .more-information .type span {
  font-size: 12px;
  color: #9d9aad;
  font-family: "Arial", sans-serif; }

li.product .more-information .price {
  margin-top: 5px;
  margin-bottom: 0 !important;
  font-size: 14px !important;
  color: #e64453 !important;
  font-weight: 700 !important;
  letter-spacing: 1px; }

li.product a.btn.btn-outline-primary {
  border: 2px solid var(--purple-heather) !important;
  color: var(--purple-heather) !important;
  border-radius: 5px;
  background: transparent;
  height: 50px !important;
  line-height: 45px !important;
  font-size: 14px;
  width: calc(100% - 30px);
  margin-top: 20px !important;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  padding: 0 !important;
  font-family: var(--primary-font); }

li.product a.btn.btn-outline-primary:hover,
li.product a.btn-outline-primary:active,
li.product a.btn-outline-primary:focus {
  background-color: var(--purple-heather);
  color: var(--white-color) !important; }

li.product span.price {
  display: none !important; }

.shop-holder hr.separator {
  margin-top: -20px !important; }

.woocommerce-pagination {
  justify-content: center; }

.woocommerce-pagination ul.page-numbers {
  border: none !important;
  margin-top: -10px !important; }

.woocommerce-pagination ul.page-numbers li {
  margin-right: 10px !important;
  border: none !important; }

.woocommerce-pagination a.disabled {
  color: #9d9aad;
  opacity: 0.5;
  pointer-events: none; }

.woocommerce-pagination ul.page-numbers li .current {
  background: #492583 !important;
  height: 35px;
  width: 35px;
  border-radius: 50%; }

.woocommerce-pagination ul.page-numbers li .current a,
.woocommerce-pagination ul.page-numbers li span.current {
  color: var(--white-color) !important; }

.woocommerce-pagination {
  position: relative; }

.woocommerce-pagination a.page-number {
  margin-right: 20px;
  vertical-align: top; }

.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span.current,
.woocommerce-pagination a.page-number {
  background: transparent;
  border: none;
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: var(--opal-black);
  text-align: center; }

.woocommerce-pagination ul.page-numbers li a {
  background: transparent;
  border: none;
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 16px !important;
  line-height: 22px !important;
  color: var(--opal-black) !important;
  text-align: center; }

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: transparent !important; }

@media (max-width: 991px) and (min-width: 769px) {
  .vi-wcaio-menu-cart-content-wrap.vi-wcaio-menu-cart-content-wrap-show {
    display: none !important; }

  li.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show {
    display: block;
    float: none;
    padding: 8px !important; }

  li.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show > a {
    text-align: left;
    display: block;
    height: 45px !important;
    line-height: 45px !important; }

  li.product a.woocommerce-LoopProduct-link:after {
    height: 75%; }

  li.product a.woocommerce-LoopProduct-link h2 {
    font-size: 14px !important;
    padding: 2px 0 !important; }

  li.product .iconTitle span {
    font-size: 12px; }

  li.product a.woocommerce-LoopProduct-link .iconTitle img {
    height: 15px !important; }

  li.product .more-information {
    padding: 0 10px;
    line-height: 18px; }

  li.product .more-information .time,
  li.product .more-information .type {
    display: block;
    width: 100%;
    float: none; }

  li.product .more-information .time img,
  li.product .more-information .type img {
    height: 12px; }

  li.product a.button.product_type_simple.btn.btn-outline-primary {
    height: 35px !important;
    line-height: 30px !important;
    font-size: 12px !important;
    margin-top: 10px !important;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    width: calc(100% - 20px); }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    margin-bottom: 35px; } }
@media (max-width: 768px) {
  li.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show {
    display: block;
    float: none;
    padding: 8px !important; }

  li.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show > a {
    text-align: left;
    display: block;
    height: 45px !important;
    line-height: 45px !important; } }
@media (max-width: 767px) and (min-width: 576px) {
  body.woocommerce-shop .shop-holder {
    padding: 35px 0; }

  .productFilters p.woocommerce-result-count,
  .productFilters form.woocommerce-ordering select,
  .shop-sidebar ul.product-categories li a {
    font-size: 12px; }

  .productFilters p.woocommerce-result-count,
  .productFilters form.woocommerce-ordering {
    margin-top: 5px;
    margin-bottom: 0 !important; }

  li.product a.woocommerce-LoopProduct-link:after {
    height: 75%; }

  li.product a.woocommerce-LoopProduct-link h2 {
    font-size: 14px !important;
    padding: 2px 0 !important; }

  li.product .iconTitle span {
    font-size: 12px; }

  li.product a.woocommerce-LoopProduct-link .iconTitle img {
    height: 15px !important; }

  li.product .more-information {
    padding: 0 10px;
    line-height: 18px; }

  li.product .more-information .time,
  li.product .more-information .type {
    display: block;
    width: 100%;
    float: none; }

  li.product .more-information .time img,
  li.product .more-information .type img {
    height: 12px; }

  li.product a.button.product_type_simple.btn.btn-outline-primary {
    height: 35px !important;
    line-height: 30px !important;
    font-size: 12px !important;
    margin-top: 10px !important;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    width: calc(100% - 20px); }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    margin-bottom: 35px !important; }

  hr.productSeparator,
  .shop-sidebar hr {
    margin-top: 10px;
    margin-bottom: 25px; } }
@media (max-width: 575px) {
  header.woocommerce-products-header.dark {
    height: 275px; }

  body.woocommerce-shop .page-shop-banner {
    padding-top: 125px;
    padding-left: 15px;
    padding-right: 15px; }

  .shop-sidebar {
    margin-top: 50px; }

  body.woocommerce-shop .shop-holder {
    padding: 35px 0; }

  .productFilters p.woocommerce-result-count,
  .productFilters form.woocommerce-ordering {
    width: 100% !important;
    text-align: center !important;
    display: block !important; }

  hr.productSeparator {
    margin-top: 40px; }

  li.product a.woocommerce-LoopProduct-link:after {
    height: 75%; }

  li.product a.woocommerce-LoopProduct-link h2 {
    font-size: 14px !important;
    padding: 2px 0 !important; }

  li.product .iconTitle span {
    font-size: 12px; }

  li.product a.woocommerce-LoopProduct-link .iconTitle img {
    height: 15px !important; }

  li.product .more-information {
    padding: 0 10px;
    line-height: 18px; }

  li.product .more-information .time,
  li.product .more-information .type {
    display: block;
    width: 100%;
    float: none; }

  li.product .more-information .time img,
  li.product .more-information .type img {
    height: 12px; }

  li.product a.button.product_type_simple.btn.btn-outline-primary {
    height: 35px !important;
    line-height: 30px !important;
    font-size: 12px !important;
    margin-top: 10px !important;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    width: calc(100% - 20px); }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    margin-bottom: 35px !important; } }
/*single product*/
nav.woocommerce-breadcrumb {
  margin-bottom: 40px !important; }

nav.woocommerce-breadcrumb,
nav.woocommerce-breadcrumb a,
nav.woocommerce-breadcrumb span {
  color: var(--opal-black) !important;
  font-family: "Arial", sans-serif !important;
  font-size: 14px !important; }

nav.woocommerce-breadcrumb i {
  font-size: 10px !important; }

nav.woocommerce-breadcrumb a,
nav.woocommerce-breadcrumb i {
  margin-right: 10px; }

nav.woocommerce-breadcrumb span:last-child {
  opacity: 0.5; }

nav.woocommerce-breadcrumb a {
  color: var(--opal-black) !important; }

body.single-product .product-holder div.product .container {
  display: table !important; }

body.single-product .product-holder div.product div.images {
  width: 25%; }

body.single-product .product-holder div.product div.images img {
  border-radius: 10px !important; }

body.single-product .product-holder div.product div.summary {
  width: 75%;
  padding: 0 40px;
  margin-bottom: 65px !important; }

h1.product_title.entry-title {
  color: var(--opal-black);
  font-family: var(--primary-font);
  font-size: 30px;
  font-weight: 700; }

body.single-product .product-holder div.product div.images img {
  border-radius: 10px !important; }

.shortMeta {
  display: block;
  margin: 25px 0; }

.shortMeta .availability,
.shortMeta .duration,
.shortMeta .type {
  display: inline-block; }

.shortMeta .availability span {
  color: #9d9aad;
  font-family: "Arial", sans-serif;
  font-size: 14px; }

.shortMeta .availability span:before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 13px;
  border-radius: 50px;
  float: left;
  margin-top: 10px;
  margin-right: 8px; }

.shortMeta .availability span.available:before {
  background-color: #2bc48a; }

.shortMeta .availability span.unavailable:before {
  background-color: #dc3545; }

.shortMeta div {
  margin-right: 30px; }

.shortMeta .duration img,
.shortMeta .type img {
  height: 14px;
  margin-right: 5px; }

.shortMeta .duration span,
.shortMeta .type span {
  font-size: 14px;
  color: #9d9aad;
  font-family: "Arial", sans-serif; }

.product_meta h3 {
  color: var(--opal-black);
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 18px !important;
  margin-bottom: 0; }

.product_meta .posted_in,
.product_meta .tagged_as {
  display: block;
  margin-bottom: 25px !important; }

.product_meta .posted_in a {
  color: #9d9aad;
  font-size: 14px; }

.product_meta .tagged_as h3 {
  margin-bottom: 5px; }

.product_meta .tagged_as a {
  background: #e4ebf3;
  padding: 5px 12px;
  border-radius: 30px;
  color: #9d9aad;
  font-family: "Arial", sans-serif;
  white-space: nowrap;
  line-height: 30px;
  font-size: 10px; }

.entry-summary .woocommerce-product-details__short-description {
  font-family: "Arial", sans-serif;
  color: #9d9aad;
  font-size: 15px; }

.entry-summary .price {
  margin-bottom: 30px; }

.entry-summary .price span bdi {
  font-family: "Arial", sans-serif;
  font-weight: 600;
  color: #f04e3d;
  font-size: 20px; }

.woocommerce div.product form.cart div.quantity,
.woocommerce div.product form.cart .single_add_to_cart_button {
  display: none; }

.entry-summary .button-group a {
  width: 200px;
  padding: 0;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  border-width: 2px !important;
  margin-right: 8px; }

.yith-wcpb-product-bundled-items {
  margin-bottom: 0; }

.yith-wcpb-product-bundled-items .product.yith-wcpb-product-bundled-item .yith-wcpb-product-bundled-item-data h3 a {
  font-family: var(--primary-font);
  font-size: 18px !important;
  color: var(--opal-black) !important; }

.yith-wcpb-product-bundled-items
.yith-wcpb-product-bundled-item-data
.yith-wcpb-product-bundled-item-data__description {
  font-family: "Arial", sans-serif;
  font-size: 13px !important;
  color: #9d9aad !important; }

.yith-wcpb-product-bundled-items .woocommerce-product-gallery__image img {
  height: 60px;
  object-fit: contain; }

.woocommerce div.product form.cart {
  margin-bottom: 20px !important; }

.woocommerce-tabs.wc-tabs-wrapper {
  background: var(--white-color);
  padding: 75px 0; }

div#accordionExample .card .card-header {
  background: transparent;
  border: none; }

.card-header:hover {
  cursor: pointer; }

.card-header[aria-expanded="false"]:after,
.card-header[aria-expanded="true"]:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 20px; }

.card-header[aria-expanded="true"]:after {
  content: "\f067" !important; }

div#accordionExample,
div#accordionExample .card {
  border: none;
  border-bottom: 1px solid rgba(157, 154, 173, 0.5);
  border-radius: 0 !important; }

div#accordionExample .card div {
  border-radius: 0 !important;
  padding: 10px 0 !important; }

div#accordionExample .card .card-header h2 {
  font-family: var(--primary-font);
  font-weight: 600;
  color: var(--opal-black);
  font-size: 22px;
  padding: 15px 0 5px;
  margin-top: -10px;
  outline: none !important; }

.card-body p,
.card-body {
  font-family: "Arial", sans-serif;
  color: #9d9aad;
  font-size: 15px;
  margin-bottom: 10px; }

section.related.products {
  padding-top: 75px; }

section.related.products h2 {
  font-family: var(--primary-font);
  font-weight: 700;
  color: var(--opal-black);
  font-size: 22px;
  padding: 0;
  margin-bottom: 35px; }

.qualificationListing .main-content .card-holder .card .btn-group a.btn.btn-secondary {
  border: 2px solid; }

.qualificationListing .main-content .card-holder .card .btn-group a {
  line-height: 42px !important; }

a.btn.btn-outline-primary:active,
a.btn.btn-outline-primary:focus,
a.btn.btn-outline-primary:hover {
  background-color: var(--purple-heather) !important; }

a.btn.btn-secondary:active,
a.btn.btn-secondary:focus,
a.btn.btn-secondary:hover {
  background-color: var(--opal-black) !important;
  border-color: var(--opal-black) !important; }

.qualificationListing .main-content .card-holder .card .btn-group a.btn.btn-secondary {
  border: 2px solid var(--sun-orange); }

@media (max-width: 991px) and (min-width: 768px) {
  body.single-product .product-holder div.product div.summary {
    display: inline-block;
    width: 60%;
    padding: 0px 20px;
    margin-bottom: 65px !important; }

  .entry-summary .button-group a {
    width: 170px; }

  body.single-product .product-holder div.product div.images {
    width: 35%;
    display: inline-block;
    float: left; } }
@media (max-width: 767px) {
  body.single-product .product-holder div.product div.images {
    width: 100%; }

  body.single-product .product-holder div.product div.summary {
    width: 100%;
    padding: 0;
    margin-bottom: 65px !important; }

  .woocommerce-tabs.wc-tabs-wrapper {
    padding: 50px 0; }

  body.single-product .product-holder div.product div.summary {
    margin-bottom: 50px !important; }

  section.related.products {
    padding-top: 50px; }

  div#accordionExample .card .card-header h2 button {
    margin-top: 0px;
    outline: none !important;
    white-space: normal;
    text-align: left; }

  body.woocommerce-shop .page-shop-banner,
  body.single-product .page-shop-banner {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 135px; } }
@media (max-width: 575px) {
  .entry-summary .button-group a {
    width: 100%;
    margin-bottom: 10px; } }
/*qualification categories*/
main.qualificationCategories .main-content {
  position: relative;
  background: var(--opal-black); }

main.qualificationCategories .main-content {
  position: relative;
  background: var(--opal-black); }

.qualificationCategories .introduction-text h1 {
  color: var(--white-color);
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 35px; }

.qualificationCategories .introduction-text p {
  font-family: "Arial", sans-serif;
  color: var(--white-color);
  font-size: 16px;
  line-height: 35px; }

.qualificationCategories .category-listing {
  margin-top: 50px; }

.qualificationCategories .row {
  margin-bottom: 35px; }

.qualificationCategories .card {
  padding: 35px 35px 20px;
  box-shadow: 0px 3px 15px #0000006e;
  border-radius: 10px; }

.qualificationCategories .card img {
  height: 200px;
  width: auto;
  margin-bottom: 50px; }

.qualificationCategories .card a.catLink i {
  margin-left: 10px;
  font-size: 10px; }

.qualificationCategories .card h3 {
  font-size: 15px;
  text-align: center; }

.qualificationCategories .card a.catLink {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--primary-font);
  color: #492583;
  margin-top: 15px; }

.qualificationCategories .more-info {
  margin-top: 50px; }

.qualificationCategories .more-info p {
  margin-bottom: 0;
  color: var(--white-color);
  font-family: "Arial", sans-serif;
  font-size: 16px; }

.qualificationCategories .more-info p a {
  color: var(--sun-orange);
  text-decoration: underline !important; }

.qualificationCategories .category-listing .col-md-4 {
  display: flex;
  width: 100%; }

.qualificationCategories .category-listing .col-md-4 .card {
  width: 100%;
  flex: 1; }

@media (max-width: 991px) and (min-width: 768px) {
  .qualificationCategories .introduction-text h1 {
    font-size: 30px;
    margin-bottom: 20px; }

  .qualificationCategories .card {
    padding: 15px 20px 15px; }

  .qualificationCategories .card img {
    height: 150px; } }
@media (max-width: 767px) {
  .qualificationCategories .category-listing .col-md-4 {
    display: block; }

  .qualificationCategories .category-listing .col-md-4 .card {
    display: block;
    margin-bottom: 20px;
    text-align: center; }

  .qualificationCategories .row {
    margin-bottom: 0; }

  .qualificationCategories .introduction-text h1 {
    font-size: 28px;
    margin-bottom: 20px; }

  .qualificationCategories .introduction-text p {
    line-height: 25px; }

  .qualificationCategories .more-info {
    margin-top: 20px; }

  .qualificationCategories .card img {
    height: 150px; } }
/*end of from customizer*/
ul#resources {
  list-style: none; }
  @media (min-width: 768px) and (max-width: 991px) {
    ul#resources .col-md-4 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  ul#resources .inner {
    border: 1px solid #e5e5e5;
    margin-bottom: 2rem;
    border-radius: 10px;
    overflow: hidden;
    position: relative; }
    ul#resources .inner a {
      color: var(--dark-color); }
    ul#resources .inner .bottom-box {
      padding: 1.5rem; }
      ul#resources .inner .bottom-box > *:not(:last-child) {
        margin-bottom: 1rem; }
      ul#resources .inner .bottom-box h3 {
        line-height: 1.4;
        font-size: 16px; }
      ul#resources .inner .bottom-box h2 {
        font-size: 20px; }
      ul#resources .inner .bottom-box .resource-btn {
        font-family: var(--primary-font);
        font-size: 1rem;
        font-weight: 600;
        color: var(--sun-orange); }
  ul#resources .image-box {
    padding: 40%;
    position: relative; }
    ul#resources .image-box img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.resource-type li a {
  font-family: var(--primary-font);
  color: var(--purple-heather); }
.resource-type li.active a {
  color: var(--dark-color);
  text-decoration: underline; }
.resource-type li:not(:last-child) {
  margin-bottom: 1rem; }

#results .results-holder .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); } }
form#resources_form.searching label {
  pointer-events: none; }

.page-template-page-template-resources .resources-holder {
  padding-top: 100px;
  padding-bottom: 100px; }
  .page-template-page-template-resources .resources-holder .woocommerce-product-search h4 {
    font-weight: bold;
    color: #000;
    margin-top: 0; }
  .page-template-page-template-resources .resources-holder .woocommerce-product-search input {
    width: 100%;
    background-color: transparent;
    font-family: var(--primary-font);
    font-weight: 400;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid gray;
    font-size: 16px; }
    .page-template-page-template-resources .resources-holder .woocommerce-product-search input::placeholder {
      font-weight: 400; }
  .page-template-page-template-resources .resources-holder .woocommerce-product-search > div {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 20px; }
    .page-template-page-template-resources .resources-holder .woocommerce-product-search > div:not(:last-child) {
      margin-bottom: 2rem; }
.page-template-page-template-resources header.page-dark-header {
  background-color: var(--opal-black) !important;
  color: var(--white-color);
  font-family: var(--primary-font);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center; }

.button-sun-orange button,
.button-sun-orange a {
  background-color: var(--sun-orange) !important;
  color: var(--white-color) !important; }
  .button-sun-orange button:hover,
  .button-sun-orange a:hover {
    background-color: var(--opal-black) !important; }

.button-purple button,
.button-purple a {
  background-color: var(--purple-heather) !important;
  color: var(--white-color) !important; }

.button-purple-bordered button,
.button-purple-bordered a {
  background-color: transparent !important;
  color: var(--purple-heather) !important;
  border: 2px solid var(--purple-heather); }
  .button-purple-bordered button:hover,
  .button-purple-bordered a:hover {
    background-color: var(--purple-heather) !important;
    color: var(--white-color) !important; }

.team-slider {
  padding-left: 100px;
  padding-right: 100px;
  position: relative; }
  @media (max-width: 991px) {
    .team-slider {
      padding-left: 50px;
      padding-right: 50px; } }
  .team-slider .heading-box {
    margin-bottom: 40px; }
    .team-slider .heading-box h2 {
      color: var(--black-color);
      font-family: var(--primary-font);
      font-weight: 600; }
      @media (min-width: 1400px) {
        .team-slider .heading-box h2 {
          font-size: 40px; } }
  .team-slider .swiper,
  .team-slider .swiper-wrapper {
    position: static; }
  .team-slider .swiper-slide .inner {
    position: relative;
    overflow: hidden; }
  .team-slider .swiper-slide .button-trigger {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    border: none;
    background-color: transparent; }
  .team-slider .swiper-slide .content-box {
    z-index: 2;
    background-color: var(--white-color);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    border: none;
    padding: 0;
    text-align: left; }
    .team-slider .swiper-slide .content-box .name {
      font-family: var(--primary-font);
      font-size: 26px;
      font-weight: bold;
      color: var(--black-color); }
    .team-slider .swiper-slide .content-box .desc {
      color: #06263f;
      font-size: 16px; }
      .team-slider .swiper-slide .content-box .desc p:last-child {
        margin-bottom: 0; }
    .team-slider .swiper-slide .content-box .socials {
      display: flex;
      position: relative;
      z-index: 1; }
      .team-slider .swiper-slide .content-box .socials a:not(:last-child) {
        margin-right: 1rem; }
    .team-slider .swiper-slide .content-box > div:not(:last-child) {
      margin-bottom: 1rem; }
  .team-slider .swiper-slide .image-box {
    position: relative;
    z-index: 1;
    padding: 70% 0; }
    .team-slider .swiper-slide .image-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      left: 0;
      top: 0; }
  .team-slider .swiper-slide .position {
    font-family: var(--primary-font);
    font-weight: 600;
    color: var(--black-color); }
  .team-slider.style-1 .position, .team-slider.style-2 .position {
    font-size: 26px;
    margin-top: 1rem; }
    @media (max-width: 991px) {
      .team-slider.style-1 .position, .team-slider.style-2 .position {
        font-size: 20px; } }
  .team-slider.style-1 .inner, .team-slider.style-2 .inner {
    border-radius: 10px; }
  .team-slider.style-1 .swiper-slide .content-box, .team-slider.style-2 .swiper-slide .content-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    opacity: 0;
    transition: 500ms;
    border: 1px solid var(--high-violet);
    padding: 30px; }
    .team-slider.style-1 .swiper-slide .content-box:before, .team-slider.style-2 .swiper-slide .content-box:before {
      content: "";
      z-index: -1;
      width: 100%;
      height: 155px;
      display: block;
      position: absolute;
      top: -2px;
      right: -1px;
      background-position: right top;
      background-repeat: no-repeat; }
    @media (max-width: 991px) {
      .team-slider.style-1 .swiper-slide .content-box, .team-slider.style-2 .swiper-slide .content-box {
        padding: 20px; } }
    @media (max-width: 767px) {
      .team-slider.style-1 .swiper-slide .content-box, .team-slider.style-2 .swiper-slide .content-box {
        padding: 15px; }
        .team-slider.style-1 .swiper-slide .content-box .name, .team-slider.style-2 .swiper-slide .content-box .name {
          font-size: 20px; }
        .team-slider.style-1 .swiper-slide .content-box .desc, .team-slider.style-2 .swiper-slide .content-box .desc {
          font-size: 14px; } }
  .team-slider.style-1 .swiper-slide:hover .content-box, .team-slider.style-2 .swiper-slide:hover .content-box {
    opacity: 1; }
  .team-slider.style-1 .content-box:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="287" height="156" viewBox="0 0 287 156"><defs><clipPath id="clip-path"><rect id="Rectangle_391" data-name="Rectangle 391" width="287" height="156" rx="10" transform="translate(-98 18197)" fill="%23fff"/></clipPath></defs><g id="Mask_Group_12" data-name="Mask Group 12" transform="translate(98 -18197)" clip-path="url(%23clip-path)"><path id="Path_2158" data-name="Path 2158" d="M439.9,94c6.173-38.847-20.122-80.217-57.915-91.118S299.9,12.992,284.441,49.159s-.057,82.7,33.935,102.495c19.8,11.528,47.625-8.578,46.8-31.473s-24.248-40.729-47.152-40.238-43.557,15.761-55.94,35.036-17.746,42.158-21.636,64.735c-5.889,34.174-38.97,61.5-73.641,60.828s-66.669-29.257-71.23-63.633,18.876-70.317,52.172-80.006c11.866-3.453,25.735,2.034,32.027,12.671s4.421,25.434-4.321,34.171a114.042,114.042,0,0,1-92.921,32.039A114.041,114.041,0,0,1,0,122.408" transform="matrix(-0.087, -0.996, 0.996, -0.087, 45.406, 18591.045)" fill="none" stroke="%23b57cff" stroke-width="20"/></g></svg>'); }
  .team-slider.style-2 .swiper-button-prev,
  .team-slider.style-2 .swiper-button-next {
    color: var(--white-color);
    border-color: var(--white-color); }
  .team-slider.style-2 .heading-box h2 {
    color: var(--white-color); }
  .team-slider.style-2 .swiper-slide .position {
    color: var(--white-color); }
  .team-slider.style-2 .swiper-slide .content-box {
    background-color: var(--blush-pink);
    background-image: url("./assets/images/violet-bg.png");
    background-size: cover;
    background-position: center; }
    .team-slider.style-2 .swiper-slide .content-box .name,
    .team-slider.style-2 .swiper-slide .content-box .desc {
      color: var(--white-color); }
    .team-slider.style-2 .swiper-slide .content-box .socials svg path {
      fill: var(--white-color); }
    .team-slider.style-2 .swiper-slide .content-box:before {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="287" height="156" viewBox="0 0 287 156"><defs><clipPath id="clip-path"><rect id="Rectangle_391" data-name="Rectangle 391" width="287" height="156" rx="10" transform="translate(-98 18197)" fill="%23fff"/></clipPath></defs><g id="Mask_Group_12" data-name="Mask Group 12" transform="translate(98 -18197)" clip-path="url(%23clip-path)"><path id="Path_2158" data-name="Path 2158" d="M439.9,94c6.173-38.847-20.122-80.217-57.915-91.118S299.9,12.992,284.441,49.159s-.057,82.7,33.935,102.495c19.8,11.528,47.625-8.578,46.8-31.473s-24.248-40.729-47.152-40.238-43.557,15.761-55.94,35.036-17.746,42.158-21.636,64.735c-5.889,34.174-38.97,61.5-73.641,60.828s-66.669-29.257-71.23-63.633,18.876-70.317,52.172-80.006c11.866-3.453,25.735,2.034,32.027,12.671s4.421,25.434-4.321,34.171a114.042,114.042,0,0,1-92.921,32.039A114.041,114.041,0,0,1,0,122.408" transform="matrix(-0.087, -0.996, 0.996, -0.087, 45.406, 18591.045)" fill="none" stroke="%23fff" stroke-width="20"/></g></svg>'); }
  .team-slider.style-3 .swiper-slide .image-box {
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 10px;
    position: relative; }
    .team-slider.style-3 .swiper-slide .image-box img {
      border-radius: 10px;
      transition: 300ms; }
    .team-slider.style-3 .swiper-slide .image-box:hover img {
      transform: scale(1.1); }
  .team-slider.style-3 .swiper-slide .name {
    margin-bottom: 0 !important; }
  .team-slider.style-3 .swiper-slide .position {
    font-size: 20px; }

.job-wrapper {
  font-family: var(--primary-font); }
  .job-wrapper .job-holder .inner {
    border-radius: 0 0 10px 10px;
    overflow: hidden; }
  .job-wrapper .job-holder .body .job-title h3 {
    font-size: 42px;
    color: #333333; }
  .job-wrapper .job-holder .body .salary {
    font-size: 34px;
    color: #a7a7a6;
    font-weight: 300; }
  .job-wrapper .job-holder .body .location {
    color: var(--high-violet);
    font-size: 23px;
    font-weight: 300; }
  .job-wrapper .job-holder .body .description,
  .job-wrapper .job-holder .body .accordion-body {
    font-size: 18px;
    font-weight: 400;
    color: #5b5b5b; }
  .job-wrapper .job-holder .body .accordion-holder .accordion-item .accordion-header .accordion-button {
    color: #333333;
    font-size: 26px;
    font-weight: 600; }
    .job-wrapper .job-holder .body .accordion-holder .accordion-item .accordion-header .accordion-button svg {
      color: var(--high-violet); }
  .job-wrapper .job-holder .footer {
    border-top: 1px solid var(--high-violet); }

.jobs-buttons .btn {
  font-size: 23px;
  letter-spacing: 0.57px;
  padding: 30px 24px; }
  .jobs-buttons .btn.btn-link {
    color: var(--high-violet); }
  .jobs-buttons .btn.btn-primary {
    border-color: var(--high-violet);
    background-color: var(--high-violet); }
    .jobs-buttons .btn.btn-primary:hover {
      background-color: var(--purple-heather);
      border-color: var(--purple-heather); }

.jobs-title-section {
  font-family: var(--primary-font); }
  .jobs-title-section .description-box {
    font-size: 18px;
    counter-reset: #707070; }
  .jobs-title-section h1 {
    color: var(--black-color);
    font-size: 69px;
    font-weight: bold; }

#jobs-main.jobs-main-archive {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1157" height="866" viewBox="0 0 1157 866"><defs><clipPath id="clip-path"><rect id="Rectangle_442" data-name="Rectangle 442" width="1157" height="866" transform="translate(763 200)" fill="%23fff"/></clipPath><clipPath id="clip-path-2"><rect id="Rectangle_361" data-name="Rectangle 361" width="1740.476" height="975.12" transform="translate(0 -0.001)" fill="none" stroke="%23fab0ff" stroke-width="1"/></clipPath></defs><g id="Mask_Group_15" data-name="Mask Group 15" transform="translate(-763 -200)" clip-path="url(%23clip-path)"><g id="Group_568" data-name="Group 568" transform="translate(2348.325 897.797) rotate(179)" opacity="0.43"><g id="Group_567" data-name="Group 567" clip-path="url(%23clip-path-2)"><path id="Path_2150" data-name="Path 2150" d="M1711.385,588.47c23.708,149.191-77.277,308.074-222.424,349.94s-315.236-38.824-374.626-177.723-.219-317.618,130.327-393.631C1320.7,322.783,1427.565,400,1424.4,487.928s-93.123,156.42-181.088,154.535-167.281-60.53-214.838-134.554S960.316,346,945.376,259.293C922.761,128.049,795.712,23.107,662.559,25.685S406.517,138.048,389,270.068,461.495,540.119,589.368,577.33c45.572,13.262,98.837-7.811,123-48.663s16.977-97.681-16.595-131.232C603.653,305.373,468.2,258.667,338.912,274.388s-249.6,93.53-316.97,204.986" fill="none" stroke="%23fab0ff" stroke-width="51.277"/></g></g></g></svg>');
  background-position: top right;
  background-repeat: no-repeat; }

.filter-wrapper {
  font-family: var(--primary-font);
  font-weight: 300; }

#applyModal .modal-title {
  margin-bottom: 2rem; }
#applyModal .wpcf7 {
  padding: 0;
  box-shadow: none; }
  #applyModal .wpcf7 .form-label {
    margin-bottom: 0; }
  #applyModal .wpcf7 textarea {
    height: 100px; }
  #applyModal .wpcf7 .form-group-checkbox p {
    display: flex; }
    #applyModal .wpcf7 .form-group-checkbox p .wpcf7-list-item {
      margin-left: 0;
      margin-right: 1rem; }
  #applyModal .wpcf7 .form-file {
    position: relative; }
    #applyModal .wpcf7 .form-file .fake-input {
      min-height: 54px;
      border: 1px solid #cccccc;
      padding: 15px;
      border-radius: 5px;
      font-size: 16px;
      width: 100%;
      display: block; }
    #applyModal .wpcf7 .form-file .select-file {
      position: absolute;
      right: 10px;
      bottom: 16px;
      text-decoration: underline;
      cursor: pointer; }
    #applyModal .wpcf7 .form-file .wpcf7-form-control-wrap {
      display: none; }
  #applyModal .wpcf7 br {
    display: none; }

.single-jobs {
  font-family: var(--primary-font); }
  .single-jobs .jobs-buttons {
    margin-top: 60px; }
    .single-jobs .jobs-buttons .row {
      --bs-gutter-x: 0; }
    .single-jobs .jobs-buttons .btn-link {
      border: 1px solid;
      border-radius: 0 0 0 10px; }
      .single-jobs .jobs-buttons .btn-link:hover {
        background-color: var(--purple-heather);
        color: var(--white-color);
        border-color: var(--purple-heather); }
    .single-jobs .jobs-buttons .btn-primary {
      border-radius: 0 0 10px 0; }
  .single-jobs .salary-box {
    font-size: 34px;
    color: var(--high-violet);
    margin-bottom: 2rem; }
  .single-jobs .title-box {
    margin-bottom: 2rem; }
    .single-jobs .title-box h2 {
      font-size: 42px;
      font-weight: bold;
      color: #333333; }
  .single-jobs .meta-details-box {
    font-size: 26px;
    font-weight: 600; }
    .single-jobs .meta-details-box .meta-label {
      color: var(--high-violet); }
  .single-jobs .top-content {
    border-bottom: 1px solid var(--purple);
    margin-bottom: 40px;
    padding-bottom: 40px; }
  .single-jobs p:last-child {
    margin-bottom: 0 !important; }
  .single-jobs .main-content {
    font-size: 26px; }
    .single-jobs .main-content a {
      text-decoration: underline !important;
      color: var(--high-violet); }
    .single-jobs .main-content h1,
    .single-jobs .main-content h2,
    .single-jobs .main-content h3,
    .single-jobs .main-content h4,
    .single-jobs .main-content h5,
    .single-jobs .main-content h6 {
      color: var(--high-violet);
      font-weight: 600; }
    .single-jobs .main-content h4 {
      font-size: 26px; }
    .single-jobs .main-content strong {
      font-weight: 600; }
    .single-jobs .main-content ul,
    .single-jobs .main-content ol {
      color: #333; }
    .single-jobs .main-content p {
      color: #5b5b5b; }
    .single-jobs .main-content > *:not(:last-child) {
      margin-bottom: 2rem; }

.description-width.description-width {
  max-width: 745px;
  margin-left: auto;
  margin-right: auto; }

.background-image-style-1 {
  position: relative; }
  .background-image-style-1:before {
    content: "";
    background-position: left center !important;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1757.229" height="1005.347" viewBox="0 0 1757.229 1005.347"><defs><clipPath id="clip-path"><rect width="1757.229" height="1005.347" fill="none"/></clipPath><clipPath id="clip-path-2"><rect id="Rectangle_361" data-name="Rectangle 361" width="1740.476" height="975.12" transform="translate(0 -0.001)" fill="none" stroke="%23fab0ff" stroke-width="1"/></clipPath></defs><g id="Repeat_Grid_14" data-name="Repeat Grid 14" clip-path="url(%23clip-path)"><g transform="translate(601.615 -221.887)"><g id="Group_568" data-name="Group 568" transform="translate(1155.614 1196.857) rotate(179)" opacity="0.43"><g id="Group_567" data-name="Group 567" clip-path="url(%23clip-path-2)"><path id="Path_2150" data-name="Path 2150" d="M1711.385,588.47c23.708,149.191-77.277,308.074-222.424,349.94s-315.236-38.824-374.626-177.723-.219-317.618,130.327-393.631C1320.7,322.783,1427.565,400,1424.4,487.928s-93.123,156.42-181.088,154.535-167.281-60.53-214.838-134.554S960.316,346,945.376,259.293C922.761,128.049,795.712,23.107,662.559,25.685S406.517,138.048,389,270.068,461.495,540.119,589.368,577.33c45.572,13.262,98.837-7.811,123-48.663s16.977-97.681-16.595-131.232C603.653,305.373,468.2,258.667,338.912,274.388s-249.6,93.53-316.97,204.986" fill="none" stroke="%23fab0ff" stroke-width="51.277"/></g></g></g></g></svg>');
    position: absolute;
    left: -26%;
    top: -30px;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat; }

.background-image-style-2 {
  position: relative; }
  .background-image-style-2:before {
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="351.985" height="2326.285" viewBox="0 0 351.985 2326.285"><defs><clipPath id="clip-path"><rect id="Rectangle_372" data-name="Rectangle 372" width="351.985" height="2326.285" transform="translate(0 -0.005)" fill="none"/></clipPath></defs><g id="Group_587" data-name="Group 587" transform="translate(0 0.005)" clip-path="url(%23clip-path)"><path id="Path_2152" data-name="Path 2152" d="M341.345,32.379C226.561-4.109,89.18,58.092,40.869,168.422S40.026,421.894,144.688,481.5c53.4,30.411,119.592-49.7,89.354-103.2S118.873,323.62,74.765,366.411,22.989,478.95,38.179,538.5s49.427,112.082,80.165,165.3c281.3,487,282.375,1123.644,2.717,1611.587" fill="none" stroke="%237a4294" stroke-width="43.842"/></g></svg>');
    background-position: right -44px !important;
    position: absolute;
    height: 100%;
    left: auto;
    max-width: 450px;
    right: -20px;
    background-size: 327px;
    background-repeat: no-repeat;
    width: 100%;
    top: 0; }

.background-image-style-3 {
  position: relative; }
  .background-image-style-3:before {
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1757.229" height="1005.347" viewBox="0 0 1757.229 1005.347"><defs><clipPath id="clip-path"><rect width="1757.229" height="1005.347" fill="none"/></clipPath><clipPath id="clip-path-2"><rect id="Rectangle_361" data-name="Rectangle 361" width="1740.476" height="975.12" transform="translate(0 -0.001)" fill="none" stroke="%23fab0ff" stroke-width="1"/></clipPath></defs><g id="Repeat_Grid_14" data-name="Repeat Grid 14" clip-path="url(%23clip-path)"><g transform="translate(601.615 -221.887)"><g id="Group_568" data-name="Group 568" transform="translate(1155.614 1196.857) rotate(179)" opacity="0.43"><g id="Group_567" data-name="Group 567" clip-path="url(%23clip-path-2)"><path id="Path_2150" data-name="Path 2150" d="M1711.385,588.47c23.708,149.191-77.277,308.074-222.424,349.94s-315.236-38.824-374.626-177.723-.219-317.618,130.327-393.631C1320.7,322.783,1427.565,400,1424.4,487.928s-93.123,156.42-181.088,154.535-167.281-60.53-214.838-134.554S960.316,346,945.376,259.293C922.761,128.049,795.712,23.107,662.559,25.685S406.517,138.048,389,270.068,461.495,540.119,589.368,577.33c45.572,13.262,98.837-7.811,123-48.663s16.977-97.681-16.595-131.232C603.653,305.373,468.2,258.667,338.912,274.388s-249.6,93.53-316.97,204.986" fill="none" stroke="%23fab0ff" stroke-width="51.277"/></g></g></g></g></svg>');
    position: absolute;
    right: -31px;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 1959px;
    background-position: center bottom; }

.background-image-style-4 {
  position: relative; }
  .background-image-style-4:before {
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="951" height="863" viewBox="0 0 951 863"><defs><clipPath id="clip-path"><rect id="Rectangle_465" data-name="Rectangle 465" width="951" height="863" transform="translate(0 392)" fill="%23fff" stroke="%23707070" stroke-width="1"/></clipPath><clipPath id="clip-path-2"><rect width="1757.229" height="1005.347" fill="none"/></clipPath><clipPath id="clip-path-3"><rect id="Rectangle_361" data-name="Rectangle 361" width="1740.476" height="975.12" transform="translate(0 -0.001)" fill="none" stroke="%23fab0ff" stroke-width="1"/></clipPath></defs><g id="Mask_Group_20" data-name="Mask Group 20" transform="translate(0 -392)" clip-path="url(%23clip-path)"><g id="Repeat_Grid_14" data-name="Repeat Grid 14" transform="translate(-156.229 405.326)" clip-path="url(%23clip-path-2)"><g transform="translate(601.615 -221.887)"><g id="Group_568" data-name="Group 568" transform="translate(1155.614 1196.857) rotate(179)" opacity="0.43"><g id="Group_567" data-name="Group 567" clip-path="url(%23clip-path-3)"><path id="Path_2150" data-name="Path 2150" d="M1711.385,588.47c23.708,149.191-77.277,308.074-222.424,349.94s-315.236-38.824-374.626-177.723-.219-317.618,130.327-393.631C1320.7,322.783,1427.565,400,1424.4,487.928s-93.123,156.42-181.088,154.535-167.281-60.53-214.838-134.554S960.316,346,945.376,259.293C922.761,128.049,795.712,23.107,662.559,25.685S406.517,138.048,389,270.068,461.495,540.119,589.368,577.33c45.572,13.262,98.837-7.811,123-48.663s16.977-97.681-16.595-131.232C603.653,305.373,468.2,258.667,338.912,274.388s-249.6,93.53-316.97,204.986" fill="none" stroke="%23fab0ff" stroke-width="51.277"/></g></g></g></g></g></svg>');
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(50% + 15px);
    background-size: 859px;
    background-position: right bottom;
    background-repeat: no-repeat; }

#content.wide-width .container {
  max-width: 1640px !important;
  width: 100% !important; }

.medium-container.medium-container.medium-container {
  max-width: 1320px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.icon-box-wrapper {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto; }
  .icon-box-wrapper .container {
    max-width: 100%;
    width: 100%; }
  .icon-box-wrapper .row {
    --bs-gutter-x: 4vw;
    --bs-gutter-y: 1rem; }
    .icon-box-wrapper .row .icon-box-holder {
      border: 1px solid var(--high-violet);
      padding: 30px 20px;
      text-align: center;
      border-radius: 10px;
      background-color: var(--white-color); }
      .icon-box-wrapper .row .icon-box-holder h4 {
        margin-bottom: 0;
        font-family: var(--primary-font);
        color: var(--opal-black);
        font-size: 26px;
        font-weight: 600; }
      .icon-box-wrapper .row .icon-box-holder .description-box {
        font-size: 16px;
        color: var(--opal-black); }
        .icon-box-wrapper .row .icon-box-holder .description-box li,
        .icon-box-wrapper .row .icon-box-holder .description-box p {
          font-size: 16px;
          color: var(--opal-black); }
        .icon-box-wrapper .row .icon-box-holder .description-box p:last-child {
          margin-bottom: 0; }
      .icon-box-wrapper .row .icon-box-holder .icon-box img {
        width: 87px;
        height: 87px;
        object-fit: contain; }
      @media (max-width: 767px) and (min-width: 575px) {
        .icon-box-wrapper .row .icon-box-holder .icon-box {
          flex: 0 0 70px;
          width: 70px;
          margin-right: 1rem; } }
      .icon-box-wrapper .row .icon-box-holder > div:not(:last-child) {
        margin-bottom: 1.5rem; }
        @media (max-width: 767px) and (min-width: 575px) {
          .icon-box-wrapper .row .icon-box-holder > div:not(:last-child) {
            margin-bottom: 0; } }
      .icon-box-wrapper .row .icon-box-holder .content-box > div:not(:last-child) {
        margin-bottom: 1.5rem; }
      @media (max-width: 767px) and (min-width: 575px) {
        .icon-box-wrapper .row .icon-box-holder {
          display: flex;
          align-items: center; } }
      @media (max-width: 767px) and (min-width: 575px) {
        .icon-box-wrapper .row .icon-box-holder {
          text-align: left; } }

.vc_btn3.vc_btn3.vc_btn3 {
  padding: 11px 34px;
  border-radius: 5px;
  display: inline-block;
  background-image: none; }
  .vc_btn3.vc_btn3.vc_btn3.vc_btn3-style-modern {
    background-image: none;
    font-size: 23px; }
  .vc_btn3.vc_btn3.vc_btn3.vc_btn3-color-violet {
    background-color: var(--high-violet);
    border-color: var(--high-violet);
    color: var(--white-color); }
  .vc_btn3.vc_btn3.vc_btn3.vc_btn3-color-white {
    color: var(--opal-black);
    background-color: var(--white-color); }

.fw-normal * {
  font-weight: normal !important; }

.fw-medium * {
  font-weight: 500 !important; }

.fw-semibold *,
.fw-semibold {
  font-weight: 600 !important; }

.underline {
  border-bottom: 7px solid var(--blush-pink); }

.contact-details-wrapper {
  font-family: var(--primary-font);
  font-size: 14px;
  color: var(--black-color); }
  .contact-details-wrapper a {
    color: inherit; }
  .contact-details-wrapper .contact-details-box {
    display: flex;
    padding: 26px;
    background-color: var(--white-color);
    margin-bottom: 1rem;
    border-radius: 5px;
    box-shadow: 0px 29px 35px #0000000d;
    align-items: center;
    max-width: 410px; }
    .contact-details-wrapper .contact-details-box .icon {
      flex: 0 0 57px;
      width: 57px;
      margin-right: 20px; }
    .contact-details-wrapper .contact-details-box .contact-detail .label {
      font-size: 26px;
      font-weight: 600; }

.footer-bottom-links.footer-bottom-links ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0; }
  .footer-bottom-links.footer-bottom-links ul li:not(:last-child) {
    margin-right: 1rem; }

.custom-boxes {
  display: flex;
  justify-content: space-between;
  font-family: "Poppins";
  padding-left: 0;
  flex-wrap: wrap;
  margin-left: -1vw;
  margin-right: -1vw; }
  .custom-boxes li {
    background-color: rgba(181, 125, 255, 0.5) !important;
    color: #001f2b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: bold;
    padding: 30px 10px;
    border-radius: 10px;
    text-align: center;
    flex: 0 0 calc(16.666666% - 2vw);
    margin-left: 1vw;
    margin-right: 1vw; }
    @media (max-width: 1199px) {
      .custom-boxes li {
        flex: 0 0 calc(33.33333333% - 2vw);
        margin-bottom: 2vw; } }

.button-bordered-blush-pink .vc_btn3.vc_btn3.vc_btn3 {
  border: 2px solid var(--blush-pink); }

.button-bordered-high-violet .vc_btn3.vc_btn3.vc_btn3 {
  border: 2px solid var(--high-violet);
  color: var(--high-violet); }

.heading-dot:after {
  content: ".";
  color: var(--high-violet); }

.color-white * {
  color: var(--white-color) !important; }

.color-opal * {
  color: var(--opal-black) !important; }

.boxes-style-1.boxes-style-1.boxes-style-1 {
  display: flex;
  flex-wrap: wrap; }
  .boxes-style-1.boxes-style-1.boxes-style-1:before, .boxes-style-1.boxes-style-1.boxes-style-1:after {
    content: none !important; }
  .boxes-style-1.boxes-style-1.boxes-style-1 > .wpb_column {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px; }
    .boxes-style-1.boxes-style-1.boxes-style-1 > .wpb_column > .vc_column-inner {
      padding: 200px 40px 40px !important;
      border-radius: 10px;
      background-size: cover !important;
      height: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      overflow: hidden; }
      .boxes-style-1.boxes-style-1.boxes-style-1 > .wpb_column > .vc_column-inner > div {
        width: 100%; }
        .boxes-style-1.boxes-style-1.boxes-style-1 > .wpb_column > .vc_column-inner > div > *:last-child {
          margin-bottom: 0; }
      .boxes-style-1.boxes-style-1.boxes-style-1 > .wpb_column > .vc_column-inner .vc_row.vc_row {
        margin-left: 0 !important;
        margin-right: 0 !important; }
      .boxes-style-1.boxes-style-1.boxes-style-1 > .wpb_column > .vc_column-inner p {
        font-size: 16px; }
  .boxes-style-1.boxes-style-1.boxes-style-1 .no-padding-top .vc_column-inner {
    align-items: flex-start;
    padding-top: 0 !important; }
  .boxes-style-1.boxes-style-1.boxes-style-1 .no-padding-right .vc_column-inner {
    padding-right: 0 !important; }
  .boxes-style-1.boxes-style-1.boxes-style-1 .no-padding-bottom .vc_column-inner {
    padding-bottom: 0 !important; }

.ig-heading {
  align-items: center;
  display: flex; }
  .ig-heading:before {
    content: "";
    width: 33px;
    height: 33px;
    display: inline-block;
    margin-right: 1rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-instagram" viewBox="0 0 16 16"><path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599s.453.546.598.92c.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.5 2.5 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.5 2.5 0 0 1-.92-.598 2.5 2.5 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233s.008-2.388.046-3.231c.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92s.546-.453.92-.598c.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334" fill="%23FAB0FF"/></svg>');
    background-size: contain;
    background-repeat: no-repeat; }

.contact-section {
  box-shadow: 0px 25px 38px #0000000d !important; }

#em-wrapper {
  font-family: "Poppins", sans-serif; }
  #em-wrapper .em.em-list {
    display: block !important; }
  #em-wrapper .event-list-holder {
    margin-bottom: 30px;
    border-top: 1px solid var(--gray-color);
    padding-top: 30px;
    margin-top: 30px; }
  #em-wrapper .swiper-nav-holder {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse; }
    #em-wrapper .swiper-nav-holder > div {
      position: static;
      transform: none;
      margin-top: 0; }
      #em-wrapper .swiper-nav-holder > div:after {
        font-size: 20px;
        font-weight: bold; }
      #em-wrapper .swiper-nav-holder > div:not(:first-child) {
        margin-right: 1rem; }
  #em-wrapper .events-holder-v2 {
    width: 33.333333333%; }
    #em-wrapper .events-holder-v2 .inner {
      padding: 22px;
      background-color: var(--white-color);
      border-radius: 10px;
      border: 1px solid var(--high-violet); }
      #em-wrapper .events-holder-v2 .inner > div:not(:last-child) {
        margin-bottom: 1rem; }
    #em-wrapper .events-holder-v2 .event-title h3 {
      margin-bottom: 0 !important;
      font-size: 24px !important; }
    #em-wrapper .events-holder-v2 .event-title a {
      font-size: 24px;
      color: var(--opal-black) !important;
      font-weight: 600; }
    #em-wrapper .events-holder-v2 .event-time {
      font-size: 16px;
      color: var(--black-color);
      opacity: 0.5; }
    #em-wrapper .events-holder-v2 .event-location {
      display: flex;
      align-items: center;
      font-size: 16px;
      color: var(--black-color);
      opacity: 0.5; }
      #em-wrapper .events-holder-v2 .event-location:before {
        margin-right: 10px;
        content: "";
        width: 15px;
        height: 15px;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13.348" height="16.435" viewBox="0 0 13.348 16.435"><g id="Icon_akar-location" data-name="Icon akar-location" transform="translate(-5.5 -2.5)"><path id="Path_2453" data-name="Path 2453" d="M12.174,3A6.174,6.174,0,0,0,6,9.174a4.969,4.969,0,0,0,1.158,3.473l5.016,5.788,5.016-5.788a4.969,4.969,0,0,0,1.158-3.473A6.174,6.174,0,0,0,12.174,3Z" fill="%23b57dff" stroke="%23b57dff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2452" data-name="Path 2452" d="M18.13,12.815A2.315,2.315,0,1,1,15.815,10.5,2.315,2.315,0,0,1,18.13,12.815Z" transform="translate(-3.641 -3.641)" fill="%23fff"/></g></svg>');
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
  #em-wrapper .event-date-list-header {
    font-size: 26px;
    font-weight: 500; }
    #em-wrapper .event-date-list-header .day-month {
      margin-bottom: 3rem; }
    #em-wrapper .event-date-list-header .day-num {
      width: 50px;
      height: 50px;
      display: inline-flex;
      background-color: var(--high-violet);
      border-radius: 50%;
      align-items: center;
      justify-content: center;
      font-size: 26px;
      color: var(--white-color);
      font-weight: 600; }
    #em-wrapper .event-date-list-header .day-nav {
      display: flex;
      justify-content: space-between;
      position: relative;
      border-top: 1px solid var(--gray-color);
      padding-top: 30px; }

.calendar-box.calendar-box {
  font-family: var(--primary-font);
  font-family: "Poppins";
  background-color: var(--white);
  border: 2px solid #f1f1f1;
  border-radius: 10px;
  padding: 20px;
  font-size: 17px; }
  .calendar-box.calendar-box .em.em-calendar .em-cal-head {
    font-weight: 600; }
    .calendar-box.calendar-box .em.em-calendar .em-cal-head .em-cal-day {
      color: var(--opal-black); }
  .calendar-box.calendar-box .em.em-calendar .em-cal-body .em-cal-day span {
    color: var(--opal-black); }
  .calendar-box.calendar-box .em.em-calendar .em-cal-body .em-cal-day.eventless-today .em-cal-day-date.em-cal-day-date a,
  .calendar-box.calendar-box .em.em-calendar .em-cal-body .em-cal-day.eventless-today .em-cal-day-date.em-cal-day-date span, .calendar-box.calendar-box .em.em-calendar .em-cal-body .em-cal-day.eventfull-today .em-cal-day-date.em-cal-day-date a,
  .calendar-box.calendar-box .em.em-calendar .em-cal-body .em-cal-day.eventfull-today .em-cal-day-date.em-cal-day-date span {
    color: var(--white-color) !important;
    font-weight: 600;
    border-radius: 50%;
    background-color: var(--high-violet) !important; }

.em.em-view-container + p {
  display: none !important; }

.em-search-wrapper.em-search-wrapper .em-events-search {
  border-radius: 10px;
  border: 1px solid #f1f1f1; }

.event-sidebar .list-box {
  background-color: var(--white);
  border: 2px solid #f1f1f1;
  border-radius: 10px;
  padding: 20px;
  margin-top: 2rem; }

.title-wrapper.title-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: var(--primary-font); }
  .title-wrapper.title-wrapper .date-box {
    color: var(--high-violet);
    font-size: 18px;
    margin-top: 20px; }
  .title-wrapper.title-wrapper:not(.title-wrapper-v2) {
    background-color: var(--white-color); }
    .title-wrapper.title-wrapper:not(.title-wrapper-v2):not(.title-wrapper-v4) .container {
      max-width: 800px; }
    @media (min-width: 1200px) {
      .title-wrapper.title-wrapper:not(.title-wrapper-v2) h2,
      .title-wrapper.title-wrapper:not(.title-wrapper-v2) h1 {
        max-width: 1000px; } }
  .title-wrapper.title-wrapper:not(.title-wrapper-v4).title-wrapper-v3 .container {
    max-width: 1020px; }
  .title-wrapper.title-wrapper h2,
  .title-wrapper.title-wrapper h1 {
    color: var(--black-color); }
    @media (min-width: 1200px) {
      .title-wrapper.title-wrapper h2,
      .title-wrapper.title-wrapper h1 {
        font-size: 69px; } }

.required {
  color: var(--high-violet);
  font-size: 16px; }

#teamModal .modal-dialog {
  max-width: 1000px; }
#teamModal img {
  margin-right: 2rem;
  border-radius: 10px; }
#teamModal .description-box {
  font-size: 18px; }
  #teamModal .description-box p:last-child {
    margin-bottom: 0; }
#teamModal .modal-title {
  color: var(--opal-black);
  font-size: 2rem; }
#teamModal .position {
  font-family: var(--primary-font);
  font-weight: 500; }
#teamModal .modal-content {
  border-radius: 10px;
  border: none; }
#teamModal .modal-body {
  padding: 2rem; }
#teamModal .team-modal-close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--high-violet);
  opacity: 1;
  color: var(--white-color);
  width: 30px;
  height: 30px;
  border: none;
  display: flex;
  align-items: center;
  border-radius: 0 10px 0;
  justify-content: center;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1; }

body.modal-open {
  overflow: hidden; }

section.archive-section {
  padding-bottom: 100px;
  padding-top: 100px; }

.post-box.post-box {
  font-family: var(--primary-font);
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column; }
  .post-box.post-box:not(.post-box-slider) {
    background-color: var(--white-color);
    box-shadow: 0px 29px 35px #0000000d;
    border-radius: 10px;
    overflow: hidden;
    position: relative; }
  .post-box.post-box .image-box {
    position: relative;
    padding: 32%; }
    .post-box.post-box .image-box img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      left: 0;
      top: 0;
      border: none; }
  .post-box.post-box .content-box {
    padding: 25px; }
    .post-box.post-box .content-box.content-box-v1 {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .post-box.post-box .content-box h4 {
      margin-bottom: 0;
      font-weight: 500;
      color: var(--black-color);
      font-size: 20px;
      line-height: 1.3; }
    .post-box.post-box .content-box .description-box {
      font-size: 14px;
      color: #5b5b5b; }
    .post-box.post-box .content-box .heading-excerpt-box > div:not(:last-child) {
      margin-bottom: 1rem; }
    .post-box.post-box .content-box > div:not(:last-child) {
      margin-bottom: 1rem; }

.post-box .description-box,
.successstories-decs.successstories-decs {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical; }

.button-box.button-readmore a {
  color: var(--high-violet);
  font-size: 18px; }

.bg-light {
  background-color: #f8f8f8; }

.swiperPostSlider-holder {
  padding: 3rem;
  border-radius: 10px; }
  .swiperPostSlider-holder.swiperPostSlider-holder-shadow {
    box-shadow: 0px 29px 35px #0000000d;
    background-color: #f8f8f8; }
  .swiperPostSlider-holder .image-box {
    border-radius: 10px;
    overflow: hidden; }
  .swiperPostSlider-holder .swiperPostSlider h4 {
    font-weight: 600 !important; }
    @media (min-width: 992px) {
      .swiperPostSlider-holder .swiperPostSlider h4 {
        font-size: 26px !important; } }
  .swiperPostSlider-holder .swiperPostSlider-Related {
    overflow-y: visible;
    margin-left: -15px;
    margin-right: -15px; }
    .swiperPostSlider-holder .swiperPostSlider-Related .swiper-slide {
      height: auto;
      padding: 15px; }
      .swiperPostSlider-holder .swiperPostSlider-Related .swiper-slide .post-box {
        box-shadow: 0px 29px 35px #0000000d;
        background-color: var(--white-color);
        height: 100%; }
  .swiperPostSlider-holder .swiper-button-prev {
    left: -30px !important; }
  .swiperPostSlider-holder .swiper-button-next {
    right: 0 !important; }

.custom-button a {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  border-radius: 5px;
  color: var(--white-color); }

.swiper-button-style-1 .swiper-button-prev {
  left: -70px !important; }
.swiper-button-style-1 .swiper-button-next {
  right: -70px !important; }
.swiper-button-style-1 .swiper-button-prev,
.swiper-button-style-1 .swiper-button-next {
  width: 56px;
  height: 56px;
  border: 1px solid var(--opal-black);
  border-radius: 50%;
  font-weight: bold; }
  .swiper-button-style-1 .swiper-button-prev:after,
  .swiper-button-style-1 .swiper-button-next:after {
    font-size: 20px; }
  @media (max-width: 991px) {
    .swiper-button-style-1 .swiper-button-prev,
    .swiper-button-style-1 .swiper-button-next {
      width: 30px;
      height: 30px; }
      .swiper-button-style-1 .swiper-button-prev:after,
      .swiper-button-style-1 .swiper-button-next:after {
        font-size: 16px; } }

section.the-content {
  margin-bottom: 30px; }
  section.the-content .container > div:not(:last-child) {
    margin-bottom: 2rem; }
  section.the-content .content-holder {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto; }
  section.the-content img {
    width: 100%; }
  section.the-content .cta-box {
    background-color: var(--high-violet);
    background-image: url(https://openawards.theprogressteam.com/wp-content/uploads/2024/03/bg-2.png);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding: 3rem 1rem;
    color: var(--white-color); }
    @media (min-width: 1200px) {
      section.the-content .cta-box h2 {
        font-size: 46px; } }
    section.the-content .cta-box .content-holder {
      max-width: 1050px; }

.bg-accent {
  position: absolute;
  right: 0;
  top: -9%;
  left: 55%; }

section.post-slider-related {
  padding-bottom: 140px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
  font-weight: 600; }

.form-style-1 .wpcf7 {
  padding: 0;
  background-color: transparent; }

section.faqs-categories {
  margin-bottom: 50px; }
  section.faqs-categories .faqs-img {
    object-fit: cover;
    border-radius: 10px; }
  section.faqs-categories .row-cat a {
    background-color: #f4f5f7;
    padding: 2rem;
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    transition: 500ms; }
    section.faqs-categories .row-cat a .faqs-img-icon,
    section.faqs-categories .row-cat a svg {
      width: 40.98px;
      height: 51.23px;
      object-fit: contain;
      margin-bottom: 40px; }
    section.faqs-categories .row-cat a .faq-cat-title {
      color: var(--black-color);
      margin-bottom: 10px;
      font-family: var(--primary-font);
      font-weight: 600; }
    section.faqs-categories .row-cat a .faq-cat-desc {
      color: var(--opal-black);
      font-size: 16px; }
    section.faqs-categories .row-cat a:hover {
      transform: translateY(-10px); }

.faqs-category-filter .faqs-filter-holder input {
  display: none; }
  .faqs-category-filter .faqs-filter-holder input:checked + label {
    background-color: var(--color);
    color: var(--white-color); }
.faqs-category-filter .faqs-filter-holder label {
  cursor: pointer;
  transition: 500ms;
  padding: 10px 20px;
  border: 2px solid;
  color: var(--opal-black);
  border-radius: 50px;
  font-family: var(--primary-font);
  display: inline-block;
  line-height: 1;
  border-color: var(--color);
  margin-bottom: 1rem; }
  .faqs-category-filter .faqs-filter-holder label:hover {
    background-color: var(--color);
    color: var(--white-color); }
.faqs-category-filter .search-input {
  margin-top: 25px; }
  .faqs-category-filter .search-input input {
    border: 1px solid var(--gray-color);
    border-radius: 5px;
    padding: 10px 30px;
    max-width: 500px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: var(--opal-black); }
    .faqs-category-filter .search-input input:placeholder {
      color: var(--gray-color); }

section.faqs-accordion {
  margin-bottom: 100px; }

.accordion-style-2.accordion-style-2 .accordion-item {
  border: none;
  border-bottom: 1px solid #f2f2f2; }
  .accordion-style-2.accordion-style-2 .accordion-item .accordion-body {
    font-size: 16px; }
.accordion-style-2.accordion-style-2 .accordion-button {
  justify-content: space-between;
  font-size: 24px;
  font-weight: 600;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: var(--black-color) !important;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 0; }
  .accordion-style-2.accordion-style-2 .accordion-button svg {
    color: var(--high-violet);
    width: 35px;
    height: 35px; }
  .accordion-style-2.accordion-style-2 .accordion-button:after {
    display: none; }
  .accordion-style-2.accordion-style-2 .accordion-button.collapsed .icon-inactive {
    display: none; }
  .accordion-style-2.accordion-style-2 .accordion-button:not(.collapsed) .icon-active {
    display: none; }

.blog .bg-image,
.post-type-archive-successstories .bg-image {
  position: absolute;
  left: -30vw;
  top: 147px; }

section.blog-filter {
  margin-top: 70px; }
  section.blog-filter select {
    padding: 1rem;
    border-radius: 5px;
    border-color: var(--high-violet);
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: bold; }

.spinner {
  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.loading-results {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto; }
  .loading-results svg {
    width: 50px;
    height: 50px; }

.text-black.text-black.text-black * {
  color: var(--black-color); }

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

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.load-more button {
  position: relative;
  transition: 300ms;
  overflow: hidden;
  display: inline-block;
  padding-bottom: 2px;
  border: none;
  display: flex;
  align-items: center; }
  .load-more button span {
    transition: 300ms; }
  .load-more button svg {
    display: none;
    width: 25px;
    height: 25px;
    animation-name: spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
  .load-more button.loading svg {
    display: inline-block;
    transform: translateX(0);
    right: 0; }

div.vc_custom_heading {
  font-weight: 500 !important; }

.poppins {
  font-family: var(--primary-font) !important; }

.student {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  padding-right: 25px;
  position: relative; }
  .student * {
    font-family: var(--primary-font) !important; }
  .student:before {
    content: "";
    background-color: #f4f5f7;
    position: absolute;
    left: 15%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 10px; }
  .student .student-image {
    width: 30%;
    flex: 0 0 30%;
    margin-right: 25px;
    border: 10px solid var(--blush-pink) !important;
    border-radius: 50%; }
    .student .student-image img {
      border: none; }
  .student .student-details > div:not(:last-child) {
    margin-bottom: 16px; }
  .student .student-details .highlight {
    color: var(--high-violet);
    font-size: 18px;
    font-weight: 600; }
  .student .student-details .student-decs {
    color: var(--opal-black);
    font-size: 18px;
    font-weight: 500;
    margin-right: 20px; }
  .student .student-details .congrats {
    font-style: italic;
    font-size: 18px;
    color: var(--sun-orange);
    font-weight: bold; }

.successstories {
  padding: 50px 42px;
  border-radius: 10px;
  background-color: #f4f5f7;
  font-size: 18px;
  font-family: var(--primary-font);
  color: var(--opal-black); }
  .successstories.hover-effect:hover {
    background-color: #b57dff33; }
  .successstories .successstories-decs {
    margin-bottom: 1rem; }
  .successstories .button-box {
    margin-bottom: 2rem; }
  .successstories .successstories-image {
    display: flex;
    align-items: center; }
    .successstories .successstories-image .image-box {
      margin-right: 32px; }
    .successstories .successstories-image .name {
      font-weight: 600; }
    .successstories .successstories-image img {
      width: 61px;
      height: 61px;
      border-radius: 50%;
      object-fit: cover; }
    .successstories .successstories-image .country {
      display: flex;
      align-items: center;
      font-weight: 500; }
      .successstories .successstories-image .country svg {
        margin-right: 10px; }

.title-section.title-section#title-section {
  padding-top: 60px;
  padding-bottom: 80px; }
  .title-section.title-section#title-section h1 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1440px) {
      .title-section.title-section#title-section h1 {
        font-size: 69px !important; } }
    @media (max-width: 1439px) and (min-width: 992px) {
      .title-section.title-section#title-section h1 {
        font-size: 50px !important; } }

.single-successstories .success-stories-box {
  margin-bottom: 3rem; }

.breadcrumbs h1 {
  color: var(--opal-black) !important; }
  @media (min-width: 992px) {
    .breadcrumbs h1 {
      font-size: 69px !important; } }

section.single-event-section {
  padding-top: 50px;
  padding-bottom: 80px; }

.event-holder-single-v3 .image-box img {
  border-radius: 10px; }
.event-holder-single-v3 .event-date-time h5 {
  font-weight: 500 !important;
  font-size: 20px !important;
  margin-bottom: 0 !important; }
.event-holder-single-v3 .event-date-time > div:not(:last-child) {
  margin-bottom: 30px; }
.event-holder-single-v3 > div:not(:last-child) {
  margin-bottom: 40px; }

.booking-table {
  margin-top: 2rem;
  border: 1px solid var(--high-violet);
  border-radius: 10px; }
  .booking-table h4 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0 !important; }
  .booking-table table {
    margin-bottom: 0; }
  .booking-table th {
    width: 33%; }
  .booking-table tr.active {
    background-color: var(--high-violet);
    color: var(--white-color); }
    .booking-table tr.active .button-box-v2.button-accent a {
      background-color: var(--sun-orange) !important;
      color: var(--white-violet) !important; }
      .booking-table tr.active .button-box-v2.button-accent a:hover {
        background-color: var(--opal-black) !important;
        border-color: var(--opal-black) !important;
        color: var(--white-color) !important; }
  .booking-table tr td,
  .booking-table tr th {
    padding: 20px; }
  .booking-table tr:last-child {
    border-bottom: none !important; }

.button-box-v2 a {
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 18px;
  display: inline-block; }
.button-box-v2.button-accent a {
  background: var(--high-violet) !important;
  color: var(--white-color) !important;
  border: 1px solid var(--high-violet) !important; }
  .button-box-v2.button-accent a:hover {
    background-color: var(--sun-orange) !important;
    border-color: var(--sun-orange) !important;
    color: var(--white-color) !important; }
.button-box-v2.button-primary a {
  background: var(--opal-black) !important;
  color: var(--white-color) !important;
  border: 1px solid var(--opal-black) !important; }
  .button-box-v2.button-primary a:hover {
    background-color: var(--sun-orange) !important;
    border-color: var(--sun-orange) !important;
    color: var(--white-color) !important; }
.button-box-v2.button-bordered a {
  background: var(--white-color) !important;
  color: var(--high-violet) !important;
  border: 1px solid var(--high-violet) !important; }
  .button-box-v2.button-bordered a:hover {
    background-color: var(--opal-black) !important;
    border-color: var(--opal-black) !important;
    color: var(--white-color) !important; }
.button-box-v2.button-icon a {
  display: flex;
  align-items: center; }
  .button-box-v2.button-icon a span {
    margin-left: 10px;
    margin-right: 10px; }

.button-group-box > div:not(:last-child) {
  margin-right: 1rem; }

.image-box-placeholder.image-box-placeholder.image-box-placeholder.image-box-placeholder {
  background-color: var(--blush-pink); }
  .image-box-placeholder.image-box-placeholder.image-box-placeholder.image-box-placeholder img {
    object-fit: contain;
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
    height: auto;
    top: auto;
    bottom: 50px; }
  .image-box-placeholder.image-box-placeholder.image-box-placeholder.image-box-placeholder .level {
    position: absolute;
    left: 36px;
    top: 28px;
    padding: 10px 20px;
    border-radius: 36px;
    line-height: 1;
    color: var(--white-color);
    font-size: 16px; }
    .image-box-placeholder.image-box-placeholder.image-box-placeholder.image-box-placeholder .level.E1, .image-box-placeholder.image-box-placeholder.image-box-placeholder.image-box-placeholder .level.E2, .image-box-placeholder.image-box-placeholder.image-box-placeholder.image-box-placeholder .level.E3 {
      background-color: var(--purple-heather); }
    .image-box-placeholder.image-box-placeholder.image-box-placeholder.image-box-placeholder .level.L1, .image-box-placeholder.image-box-placeholder.image-box-placeholder.image-box-placeholder .level.L2, .image-box-placeholder.image-box-placeholder.image-box-placeholder.image-box-placeholder .level.L3, .image-box-placeholder.image-box-placeholder.image-box-placeholder.image-box-placeholder .level.L4, .image-box-placeholder.image-box-placeholder.image-box-placeholder.image-box-placeholder .level.L5 {
      background-color: var(--sun-orange); }

section.archive-section-qualifications .button-box-v2 a {
  padding: 23px;
  line-height: 1;
  border-radius: 0; }
section.archive-section-qualifications .button-group-box {
  border-top: 1px solid var(--gray-color); }
section.archive-section-qualifications .fee-box {
  padding: 23px;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  font-weight: 500; }

div#mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-item.mega-menu-item.mega-menu-item a {
  font-family: var(--primary-font) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: rgba(0, 0, 0, 0.5) !important; }

@media (max-width: 1270px) {
  div#mega-menu-wrap-primary
  ul#mega-menu-primary
  li.mega-menu-item.mega-menu-item.mega-menu-item:not(.sign-in-link):not(.contact-us-link)
  a {
    padding: 0 !important; } }

.footer-logos {
  display: flex;
  gap: 10px;
  max-width: 350px; }

.page-template-page-fullwidth #content > .vc_row:not(.vc_row-no-padding) {
  max-width: 1300px;
  margin-left: auto !important;
  margin-right: auto !important; }

.swiperPostSlider-latestnews .swiper-slide {
  height: auto; }

@media (min-width: 992px) {
  section.latest-news h2 {
    font-size: 40px; } }

.qualification-filter-wrapper {
  margin-top: 50px;
  background-color: var(--white-color);
  border: 1px solid #00000008;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0px 22px 28px #00000008; }
  .qualification-filter-wrapper .row {
    --bs-gutter-x: 25px;
    --bs-gutter-y: 25px; }

.qualification-filter-holder {
  margin-top: 25px;
  font-family: var(--primary-font); }
  .qualification-filter-holder label {
    font-weight: 500;
    color: var(--opal-black); }
  .qualification-filter-holder select,
  .qualification-filter-holder input {
    width: 100%;
    border: 1px solid var(--gray-color);
    padding: 6px 20px;
    border-radius: 4px;
    color: var(--opal-black);
    height: 44px; }
    .qualification-filter-holder select::placeholder,
    .qualification-filter-holder input::placeholder {
      color: var(--opal-black); }
  .qualification-filter-holder > .row:not(:last-child) {
    margin-bottom: 24px; }
  .qualification-filter-holder .spinner-holder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background-color: var(--white-color);
    display: none; }
    .qualification-filter-holder .spinner-holder .spinner {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      .qualification-filter-holder .spinner-holder .spinner svg {
        width: 40px;
        height: 40px; }
  .qualification-filter-holder.qualification-filter-holder.searching .spinner-holder {
    display: block; }

.qualification-filter-buttons .filter-button button {
  font-size: 18px;
  font-family: var(--primary-font);
  font-weight: 500;
  padding: 11px 35px;
  border: none;
  border-radius: 5px;
  color: var(--white-color);
  background-color: var(--opal-black); }
.qualification-filter-buttons .filter-button.filter-active button {
  background-color: var(--high-violet); }

.inner-container {
  padding-left: 15px;
  padding-right: 15px; }

.hero-style-1 {
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  font-family: var(--primary-font);
  background-color: var(--high-violet); }
  .hero-style-1 img {
    height: auto; }
  .hero-style-1 h1 {
    color: var(--white-color);
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 0; }
    @media (max-width: 1199px) {
      .hero-style-1 h1 {
        font-size: 54px; } }
    @media (max-width: 991px) {
      .hero-style-1 h1 {
        font-size: 44px; } }
    @media (max-width: 767px) {
      .hero-style-1 h1 {
        font-size: 40px; } }
  .hero-style-1:not(.desc-mw-100) .desc-box {
    max-width: 900px; }
  .hero-style-1.has-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4); }
  .hero-style-1 .desc-box {
    margin-top: 40px;
    color: var(--white-color); }
    .hero-style-1 .desc-box > *:last-child {
      margin-bottom: 0; }
  .hero-style-1.hero-style-padding {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-bottom: 100px; }
    @media (max-width: 991px) {
      .hero-style-1.hero-style-padding {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 50px; } }

.key-information-box.key-information-box.key-information-box {
  max-width: 900px;
  margin-top: 50px; }
  .key-information-box.key-information-box.key-information-box .key-information-holder {
    background-color: #f4f5f7;
    border-radius: 10px;
    padding: 30px; }
  .key-information-box.key-information-box.key-information-box h3 {
    font-size: 35px;
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 20px; }
  .key-information-box.key-information-box.key-information-box .key-info-item {
    font-size: 18px;
    color: var(--opal-black);
    line-height: 1.8; }

h2.h2-style-1.h2-style-1 {
  color: var(--opal-black); }
  @media (min-width: 1200px) {
    h2.h2-style-1.h2-style-1 {
      font-size: 46px; } }
  h2.h2-style-1.h2-style-1 span {
    color: var(--high-violet); }

section.info-boxes {
  font-family: var(--primary-font);
  padding-top: 30px;
  padding-bottom: 100px; }
  section.info-boxes .info-box {
    padding: 45px;
    border-radius: 10px;
    font-size: 18px;
    height: 100%; }
    section.info-boxes .info-box:not(.info-box-v2) {
      border: 2px solid var(--high-violet); }
      section.info-boxes .info-box:not(.info-box-v2) .inner {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto; }
    section.info-boxes .info-box.info-box-v2 {
      background-color: #f4f5f7; }
      section.info-boxes .info-box.info-box-v2 br {
        display: none !important; }
      section.info-boxes .info-box.info-box-v2 table {
        --bs-table-bg: transparent;
        --bs-table-accent-bg: transparent;
        --bs-table-striped-color: #212529;
        --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
        --bs-table-active-color: #212529;
        --bs-table-active-bg: rgba(0, 0, 0, 0.1);
        --bs-table-hover-color: #212529;
        --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
        width: 100%;
        margin-bottom: 1rem;
        color: #212529;
        vertical-align: top;
        border-color: #dee2e6; }
        section.info-boxes .info-box.info-box-v2 table > :not(caption) > * > * {
          padding: 0.5rem 0.5rem;
          background-color: var(--bs-table-bg);
          border-bottom-width: 1px;
          box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
        section.info-boxes .info-box.info-box-v2 table > tbody > tr:nth-of-type(odd) {
          --bs-table-accent-bg: var(--bs-table-striped-bg);
          color: var(--bs-table-striped-color); }
    section.info-boxes .info-box .inner {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      section.info-boxes .info-box .inner ul {
        list-style: none;
        padding: 0; }
        section.info-boxes .info-box .inner ul li {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23B57DFF" class="bi bi-check-lg" viewBox="0 0 16 16"><path d="M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z"/></svg>');
          background-repeat: no-repeat;
          background-position: 0 center;
          background-size: 25px;
          padding-left: 30px; }
      section.info-boxes .info-box .inner > *:not(:last-child) {
        margin-bottom: 45px; }

section.related-qualifications {
  padding-bottom: 50px; }

div#mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-item.mega-menu-item.mega-menu-item.header-button-green .mega-menu-link {
  background-color: var(--go-green);
  border-radius: 5px;
  color: var(--white-color) !important; }
  div#mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-item.mega-menu-item.mega-menu-item.header-button-green .mega-menu-link:hover {
    background-color: var(--sun-orange); }
div#mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-item.mega-menu-item.mega-menu-item.header-button-orange .mega-menu-link {
  background-color: var(--sun-orange);
  border-radius: 5px;
  color: var(--white-color) !important; }

.main-footer a.btn.btn.btn.btn.btn {
  background-color: var(--go-green) !important;
  border-color: var(--go-green) !important; }
  .main-footer a.btn.btn.btn.btn.btn:hover {
    background-color: transparent !important;
    color: var(--go-green) !important; }

.icon-phone .vc_btn3,
.icon-email .vc_btn3 {
  display: flex !important;
  gap: 10px;
  align-items: center; }
  .icon-phone .vc_btn3:before,
  .icon-email .vc_btn3:before {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

.icon-phone .vc_btn3:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="phone" width="22.388" height="22.388" viewBox="0 0 22.388 22.388"><path id="Path_2264" data-name="Path 2264" d="M0,0H22.388V22.388H0Z" fill="rgba(0,0,0,0)"/><path id="Path_2265" data-name="Path 2265" d="M4.866,4H8.6l1.866,4.664-2.332,1.4a10.261,10.261,0,0,0,4.664,4.664l1.4-2.332,4.664,1.866v3.731a1.866,1.866,0,0,1-1.866,1.866A14.925,14.925,0,0,1,3,5.866,1.866,1.866,0,0,1,4.866,4" transform="translate(-0.202 -0.269)" fill="rgba(0,0,0,0)" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/></svg>'); }

.icon-email .vc_btn3:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23714590" class="bi bi-envelope" viewBox="0 0 16 16"><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1zm13 2.383-4.708 2.825L15 11.105zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741M1 11.105l4.708-2.897L1 5.383z"/></svg>'); }

.fs-18px * {
  font-size: 18px !important; }

.fs-43px,
.fs-43px * {
  font-size: 43px; }
  @media (max-width: 991px) {
    .fs-43px,
    .fs-43px * {
      font-size: 35px; } }
  @media (max-width: 767px) {
    .fs-43px,
    .fs-43px * {
      font-size: 30px; } }
  @media (max-width: 575px) {
    .fs-43px,
    .fs-43px * {
      font-size: 25px; } }

.fs-32px,
.fs-32px * {
  font-size: 32px; }
  @media (max-width: 991px) {
    .fs-32px,
    .fs-32px * {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .fs-32px,
    .fs-32px * {
      font-size: 24px; } }
  @media (max-width: 575px) {
    .fs-32px,
    .fs-32px * {
      font-size: 20px; } }

#jobs-main {
  padding-top: 0;
  background-image: none; }

#jobs-main .jobs-archive {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1157" height="866" viewBox="0 0 1157 866"><defs><clipPath id="clip-path"><rect id="Rectangle_442" data-name="Rectangle 442" width="1157" height="866" transform="translate(763 200)" fill="%23fff"/></clipPath><clipPath id="clip-path-2"><rect id="Rectangle_361" data-name="Rectangle 361" width="1740.476" height="975.12" transform="translate(0 -0.001)" fill="none" stroke="%23fab0ff" stroke-width="1"/></clipPath></defs><g id="Mask_Group_15" data-name="Mask Group 15" transform="translate(-763 -200)" clip-path="url(%23clip-path)"><g id="Group_568" data-name="Group 568" transform="translate(2348.325 897.797) rotate(179)" opacity="0.43"><g id="Group_567" data-name="Group 567" clip-path="url(%23clip-path-2)"><path id="Path_2150" data-name="Path 2150" d="M1711.385,588.47c23.708,149.191-77.277,308.074-222.424,349.94s-315.236-38.824-374.626-177.723-.219-317.618,130.327-393.631C1320.7,322.783,1427.565,400,1424.4,487.928s-93.123,156.42-181.088,154.535-167.281-60.53-214.838-134.554S960.316,346,945.376,259.293C922.761,128.049,795.712,23.107,662.559,25.685S406.517,138.048,389,270.068,461.495,540.119,589.368,577.33c45.572,13.262,98.837-7.811,123-48.663s16.977-97.681-16.595-131.232C603.653,305.373,468.2,258.667,338.912,274.388s-249.6,93.53-316.97,204.986" fill="none" stroke="%23fab0ff" stroke-width="51.277"/></g></g></g></svg>');
  background-position: top right;
  background-repeat: no-repeat;
  padding-top: 100px; }
  @media (max-width: 991px) {
    #jobs-main .jobs-archive {
      padding-bottom: 50px; } }

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

/* Unit details */
.related-qualifications-container {
    font-family: "Poppins", sans-serif;
    max-width: 800px;
    margin: 0 auto;
}

.related-qualifications-title {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.qualification-box {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background-color: #fff;
}

.qualification-box.expanded {
    background-color: #f5f5f5;
}

.qualification-header {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    color: #555;
    transition: background-color 0.2s;
}

.qualification-header:hover {
    background-color: #f5f5f5;
}

.expand-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    font-weight: bold;
    min-width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.qualification-box.expanded .expand-btn {
    color: #9370DB; /* Purple color for the minus sign */
}

.qualification-details {
    padding: 0 20px 20px;
    border-top: 1px solid #eee;
}

.detail-row {
    margin: 15px 0;
    display: flex;
}

.detail-label {
    font-weight: 600;
    color: #555;
    margin-right: 10px;
}

.detail-value {
    color: #333;
}

.button-container {
    margin-top: 20px;
}

.view-qualification-btn {
    background-color: #9370DB;
    color: white;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.view-qualification-btn:hover {
    background-color: #8a5adb;
}

.no-data-message {
    padding: 20px;
    text-align: center;
    color: #666;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-style: italic;
    margin: 20px 0;
}
.flex-row {
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
}

.flex-row:before,.flex-row:after {
	display: none;
}
.flex-row .wpb_column {
	flex: 0 0 auto;
}
.flex-row.flex-row-lg-3 .wpb_column {
	width: 33.33333333%;
}
.swiperPostSlider-holder-style-2.swiper-button-style-1 .swiper-button-prev {
	left: -30px !important;
}
.swiperPostSlider-holder-style-2.swiper-button-style-1 .swiper-button-next {
	right: -30px !important;
}
.team-slider.team-slider  .swiper-button-next.swiper-button-next{
	right: 0 !important;
}
.team-slider.team-slider  .swiper-button-prev.swiper-button-prev{
	left: 0 !important;
}

.team-slider.team-slider {
	padding-bottom: 50px;
    border-bottom: 1px solid var(--gray-color);
    margin-bottom: 50px;
}
.swiper-button-lock.swiper-button-lock {
	display: none !important;
}
#jobs-main .jobs-archive {
	background-image: none !important;
}
.single-jobs .top-content {
    border-bottom: 1px solid var(--purple-heather);
}
.jobs-buttons .btn {
	gap: 10px;
}
#applyModal .button-box {
	margin-top: 20px;
}
.append-here > div {
	margin-bottom: 30px;
}
.append-here.append-here.append-here h2 {
	font-size: 22px !important;
}
.row-responsive.row-responsive  .wpb_column{
	margin-bottom: 30px;
}
.three-col-with-gap.three-col-with-gap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0 !important;
}
.row-responsive.row-responsive {
	display: flex;
	flex-wrap: wrap;
}
.three-col-with-gap:before,.three-col-with-gap:after, .row-responsive:before, .row-responsive:after {
	content: none !important;
}
.three-col-with-gap.three-col-with-gap >  .wpb_column {
	flex: 0 0 auto;
	width: calc(33.33333333333333% - 13.33333333333333px);
}
.table-wrapper.table-wrapper .wpb_wrapper {
	overflow: auto !important;
}
/* For responsive design */
@media(max-width: 1300px) {
	.sign-up-newsletter.sign-up-newsletter.sign-up-newsletter {
		background-size: 500px !important;
   	 background-position: top left !important;
	}
}
@media(max-width: 1199px) {
	.append-here.append-here .wpb_column {
		width: 33.333333333%;
	}
}
@media(max-width: 991px) {
	.append-here.append-here .wpb_column {
		width: 50%;
	}
	.flex-row.flex-row-md-2 .wpb_column {
		width: 50%;
	}
	.py-md-medium.py-md-medium {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}
	.pt-md-none.pt-md-none {
		padding-top: 0 !important;
	}
	.pt-md-medium.pt-md-medium {
		padding-top: 70px !important;
	} 
	.pb-md-medium.pb-md-medium {
		padding-bottom: 70px !important;
	}
	.swiperPostSlider-holder-style-2.swiperPostSlider-holder-style-2 {
		padding: 0 ;
	}
	.background-image-style-3:before {
		background-size: contain;
		background-position: top center;
		background-repeat: no-repeat;
		left: -30px;
		width: calc(100% + 60px);
	}
	.team-slider.team-slider.team-slider.team-slider {
		padding-left: 0;
		padding-right: 0;
	}
	.hero-style-1 .desc-box {
		font-size: 18px;
	}
	.job-wrapper .job-holder .body .job-title h3, .single-jobs .title-box h2 {
		font-size: 35px;
	}
	.job-wrapper .job-holder .body .salary , .single-jobs .salary-box{
		font-size:30px;
	}
	.job-wrapper .job-holder .body .accordion-holder .accordion-item .accordion-header .accordion-button {
		font-size: 24px;
	}
	.single-jobs .main-content {
		font-size: 20px;
	}
	.jobs-buttons .btn {
		padding: 15px 20px;
		font-size: 20px;
	}
	#applyModal .modal-dialog .modal-title {
		font-size: 32px;
	}
	#applyModal .modal-dialog .modal-content {
		padding: 40px;
	}
	.become-a-provider-iconbox.become-a-provider-iconbox {
		width: 50%;
	}
	.px-md-20.px-md-20 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.row-responsive.row-responsive  .wpb_column{
		width: 50%;
	}
.three-col-with-gap.three-col-with-gap >  .wpb_column {
		width: 100%;
	}
	.width-50-sm.width-50-sm {
		width: 50%;
	}
	.width-100-sm.width-100-sm {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.pt-md-small.pt-md-small {
		padding-top: 50px !important;
	}
	.py-sm-small.py-sm-small {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.pb-sm-small.pb-sm-small {
		padding-bottom: 50px !important;
	}
    .qualification-header {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .detail-row {
        flex-direction: column;
        margin: 10px 0;
    }
    
    .detail-label {
        margin-bottom: 4px;
    }
	.swiperPostSlider-holder .post-box.post-box {
		border: 1px solid var(--gray-color);
	}
	.sign-up-newsletter.sign-up-newsletter.sign-up-newsletter {
		background-position: left -35px !important;
		border: 1px solid var(--gray-color);
   	 border-radius: 10px;
		padding-left: 10px !important;
        padding-right: 10px !important;
		padding-bottom: 10px !important;

	}
	.hero-style-1 .desc-box{
		font-size: 16px;
	}
	.job-wrapper .job-holder .body .job-title h3, .single-jobs .title-box h2 {
		font-size: 30px;
	}
	.job-wrapper .job-holder .body .salary, .single-jobs .salary-box {
		font-size: 25px;
	}
	.job-wrapper .job-holder .body .accordion-holder .accordion-item .accordion-header .accordion-button {
		font-size: 22px;
	}
	.single-jobs section.breadcrumbs nav ol.breadcrumb li:last-child {
		display: none !important;
	}
	.single-jobs .meta-details-box {
		font-size: 24px;
	}
	.single-jobs .main-content {
		font-size: 18px;
	}
	.single-jobs .jobs-buttons .btn-primary {
		border-radius: 0 0 10px 10px;
	}
	.single-jobs .jobs-buttons .btn-link {
		border-radius: 10px 10px 0 0;
	}
	.jobs-buttons .btn {
		font-size: 18px;
	}
	#applyModal .modal-dialog .modal-title {
		font-size: 28px;
	}
	.form-group-checkbox.form-group-checkbox.form-group-checkbox label {
		font-size: 16px;
	}
	#applyModal .modal-dialog .modal-content {
		padding: 30px;
	}
	.width-50-sm.width-50-sm {
		width: 100%;
	}
	
}
@media(max-width: 575px) {
	.flex-row.flex-row-sm-1 .wpb_column {
		width: 100%;
	}
.flex-row {
	gap: 15px;
	}
	.job-wrapper .job-holder .body .job-title h3, .single-jobs .title-box h2 {
		font-size: 25px;
	}
	.job-wrapper .job-holder .body .salary, .single-jobs .salary-box {
		font-size: 20px;
	}
	.job-wrapper .job-holder .body {
		padding: 20px ;
	}
	.job-wrapper .job-holder .body .accordion-holder .accordion-item .accordion-header .accordion-button, .single-jobs .meta-details-box{
		font-size: 22px;
	}
	.single-jobs .main-content {
		font-size: 16px;
	}
	#applyModal .modal-dialog .modal-title {
		font-size: 25px;
	}
	#applyModal .modal-dialog .modal-content {
		padding: 20px;
	}
	.wpcf7.wpcf7 form p label {
		font-size: 16px;
	}
	.become-a-provider-iconbox.become-a-provider-iconbox {
		width: 100%;
	}
	.swiperPostSlider-holder {
		padding: 0;
	}
	.append-here.append-here .wpb_column {
		width: 100%;
	}
	.row-responsive.row-responsive  .wpb_column{
		width: 100%;
	}

}