/* **** EXTRA WIDE CONTAINER **** */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital@0;1&display=swap");
.container.wide {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container.wide {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container.wide {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container.wide {
    width: 100%;
    max-width: 90%;
  }
}

/* NO GUTTERS */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* ------------------------------
Icons
--------------------------------*/
/* ------------------------------
Typography
--------------------------------*/
html,
body {
  height: 100% !important;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #5d5474;
  font-size: 14px;
}

@media (min-width: 768px) {
  html,
  body {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  html,
  body {
    font-size: 18px;
  }
}
/*when text is pink hightlight background darker */
.split-CTA .container .on-pink .sm-heading::selection,
.split-CTA .container .on-blue .sm-heading,
.intro-text-with-ul ul li::selection,
.slider-stories.bg-3 .sm-heading::selection{
  background-color: transparent!important;
}
.resources h3, .resources .sm-heading,
.sm-heading span::selection,
.vsm-content-image-50-50 .xs-heading::selection,
.vsm-content-image-50-50 .media .media-content .sm-heading::selection{
  background-color: #1b0b41;
}
::selection {
  background-color: #ff0077;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading,
.md-heading,
.sm-heading,
.xs-heading,
.xxs-heading,
.xxxs-heading {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  color: #1b0b41;
}

ul,
ol,
p {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #5d5474;
}

@media (min-width: 1024px) {
  ul,
  ol,
  p {
    font-size: 16px;
  }
}

ul strong,
ol strong,
p strong {
  font-weight: 600;
}

p.lead {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 100;
  color: #5d5474;
}

p.lead strong {
  font-weight: 600;
}

h1,
.heading {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 50px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  h1,
  .heading {
    font-size: 48px;
    font-size: 3rem;
    line-height: 68px;
    font-weight: 700;
  }
}

h2,
.md-heading {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 40.8px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  h2,
  .md-heading {
    font-size: 39px;
    font-size: 2.4375rem;
    line-height: 55.8px;
    font-weight: 700;
  }
}

h2 span,
.md-heading span {
  font-weight: 400;
}

h3,
.sm-heading {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 33px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  h3,
  .sm-heading {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 42px;
    font-weight: 700;
  }
}

h4,
.xs-heading {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 29px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  h4,
  .xs-heading {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 34px;
    font-weight: 700;
  }
}

h5,
.xxs-heading {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  h5,
  .xxs-heading {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 31px;
    font-weight: 700;
  }
}

h6,
.xxxs-heading {
  font-size: 16px;
  font-size: 1rem;
  line-height: 21.6px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  h6,
  .xxxs-heading {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    font-weight: 700;
  }
}

.sub-heading {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  font-weight: 600;
  margin-bottom: 0px;
  display: inline;
  color: #ac00dd;
}

@media (min-width: 1024px) {
  .sub-heading {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    font-weight: 600;
  }
}



/* Announcement Banner Start */
/*remove this if notification is removed*/



.menu-open section.top {
  padding: 0;
  width: 100vw;
  top: 0rem;
  left: 0;
  right: 0;
  z-index: 9999;
}

section.top {
  padding: 0;
  width: 100vw;
 
  left: 0;
  right: 0;
 
}

@media (min-width: 768px) {
  section.top {
  padding: 0;
  width: 100vw;
  left: 0;
  right: 0;
  top: 0;
}

}

section.top{
  background: transparent;
}

section.top.fixed{
  background: #0a0a2d;
}

.notification-bar{
    background: #ff0077;
    z-index: 999;
    width: 100%;
    /* position: fixed; */
height: max-content;
top: 0;
}
.notification-bar{
    display: flex;
    justify-content: center;
    align-items: center; 
    flex-wrap: wrap;
}
.notification-bar p{
    margin: 0;
    color: #fff;
    text-align: center;
}
.notification-bar .rte{
  align-items: center;
}
.notification-bar .btn{
    padding: 10px 30px !important;
    margin: 6px 13px;
    background: #fff;
    color: #ff0077;
    border: 1px solid #fff;
}

.notification-bar .btn:hover{
    color: #fff;
    border: 1px solid #563bcc;
    background: #563bcc;
}

.notification-bar .btn:hover span{
    color: #fff;
}

.notification-bar .btn:after{
    content: "\f30b";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: inherit;
    margin-left: 10px;
    transition: all 250ms ease-in-out;
}

.notification-bar .btn i{
  margin-left: .7rem;
} 
/* End announcement banner */

#announcement-banner-container .announcement-close{
    position: absolute;
    right: 2rem;
    top: 0.5rem;
}

#announcement-banner-container .announcement-close svg{
    height: 10px;
}

@media screen and (max-width: 456px){
    #announcement-banner-container .announcement-close{
        top:1.5rem;
    }
    #announcement-banner-container .announcement-message{
    padding: 3px 35px;
}
}

/* Announcement Banner End */



/* ------------------------------
Buttons
--------------------------------*/
@media (min-width: 320px) {
  .back-to-top {
    position: absolute;
    z-index: 9999;
    background: #ff0077;
    border-radius: 100px;
    border: 2px solid white;
    width: 50px;
    height: 50px;
    display: inline-block;
    right: 15px;
    bottom: 93px;
    padding: 10px 5px;
    cursor: pointer;
  }
  .back-to-top:after {
    content: "\f062";
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.4;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: white;
    margin-left: 10px;
    transition: all 250ms ease-in-out;
  }
  .back-to-top:focus {
    outline: none;
  }
}

.btn {
  height: auto;
  border-radius: 0em;
  padding: 15px 30px!important;
  text-decoration: none;
  border: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 100%;
}

.btn span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 100%;
}

.inline-link-white {
  font-weight: 700;
  color: #ffffff !important;
}

.inline-link-white:hover {
  text-decoration: none;
  color: #ffffff !important;
  opacity: 0.8;
}

.inline-link-white ::after {
  content: "\f30b";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #ffffff !important;
  margin-left: 27px;
  transition: all 250ms ease-in-out;
}

.btn-link {
  position: relative;
  font-weight: 700;
  color: #ff0077;
}

.btn-link:hover {
  text-decoration: none;
  color: #ff0077;
}

.btn-link::after {
  content: "\f30b";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: inherit;
  margin-left: 10px;
  transition: all 250ms ease-in-out;
}

a {
  font-family: "acumin-pro", sans-serif;
  color: #ff0077;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.12s;
}

a:hover {
  color: #ff0077;
  text-decoration: none;
  transition: all 0.12s;
}

.btn-primary {
  background: #ff0077;
  color: #ffffff;
  border: 1px solid transparent;
}

.btn-primary:hover {
  color: #ff0077;
  background: transparent;
  border: 1px solid #ff0077;
}

.btn-primary::after {
  content: "\f30b";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: inherit;
  margin-left: 10px;
  transition: all 250ms ease-in-out;
}

.btn-secondary {
  background: #1b0b41;
  color: #ffffff;
  border: 1px solid transparent;
}

.btn-secondary:hover {
  color: #1b0b41;
  background: transparent;
  border: 1px solid #1b0b41;
}

.btn-secondary::after {
  content: "\f30b";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: inherit;
  margin-left: 10px;
  transition: all 250ms ease-in-out;
}
.btn-white {
  height:50px;
  background: #ffffff;
  color: #1b0b41;
  border: 1px solid #ffffff;
}
.btn-white span{
     color: #1b0b41; 
}
.btn-white:hover {
  color: #1b0b41;
  background: transparent;
  border: 1px solid #1b0b41;
}

.btn-white::after {
  content: "\f30b";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #1b0b41;
  margin-left: 10px;
  transition: all 250ms ease-in-out;
}
.btn-ghost {
  border: 1px solid #5d5474;
}

.btn-ghost:hover {
  opacity: 0.7;
}

.btn-ghost span {
  color: #5d5474;
}

.btn-ghost::after {
  content: "\f30b";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: inherit;
  margin-left: 10px;
  transition: all 250ms ease-in-out;
}
/* ghost primary */
.btn-ghost-primary-gradient {
  color: #ff0077;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: -webkit-linear-gradient(to right, #ff0077, #ac00dd);
  border-image-source: -moz-linear-gradient(to right, #ff0077, #ac00dd);
  border-image-source: -o-linear-gradient(to right, #ff0077, #ac00dd);
  border-image-source: linear-gradient(to right, #ff0077, #ac00dd);
}

.btn-ghost-primary-gradient:hover {
  background-color: #ff0077;
  border: 1px solid #ff0077;
  color: #ffffff;
}
.btn-ghost-primary-gradient:hover::after {
   color: #ffffff;
}
.btn-ghost-primary-gradient::after {
  content: "\f30b";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #ff0077;
  margin-left: 10px;
}


/* End ghost primary */
.btn-ghost-secondary-gradient {
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: -webkit-linear-gradient(to right, #e4c1ff, #aaffe5);
  border-image-source: -moz-linear-gradient(to right, #e4c1ff, #aaffe5);
  border-image-source: -o-linear-gradient(to right, #e4c1ff, #aaffe5);
  border-image-source: linear-gradient(to right, #e4c1ff, #aaffe5);
}

.btn-ghost-secondary-gradient:hover {
  border: 1px solid #ffffff;
}

.btn-ghost-secondary-gradient::after {
  content: "\f30b";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #aaffe5;
  background: linear-gradient(90deg, #aaffe5 0%, #e4c1ff 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 10px;
  transition: all 250ms ease-in-out;
}

.btn-ghost-secondary-gradient span {
  color: #aaffe5;
  background: linear-gradient(90deg, #aaffe5 0%, #e4c1ff 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-ghost-secondary-gradient span:hover {
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.our-courses-slider .btn-wide {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-self: center;
  justify-content: space-between;
}

.our-courses-slider .btn-wide span {
  font-size: 14px;
  color: #ac00dd;
  background: linear-gradient(90deg, #ff0077 0%, #ac00dd 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.our-courses-slider .btn-wide span a {
  color: #ff0077;
}

.resources .btn-wide {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-self: center;
  justify-content: space-between;
}

.resources .btn-wide span {
  color: #ff0077;
}

.resources .btn-wide span a {
  color: #ff0077;
}

.resources .btn-wide {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-self: center;
  justify-content: space-between;
}

.resources .btn-wide span {
  color: #ff0077;
}

.resources .btn-wide span a {
  color: #ff0077;
}

.newsletter-signup .btn {
  padding: 0px 30px;
}

.wide-link {
  display: inline-block;
  display: flex;
  align-self: center;
  justify-content: space-between;
  font-weight: 700;
  color: #e4c1ff;
  background: linear-gradient(90deg, #aaffe5 0%, #e4c1ff 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wide-link:hover {
  text-decoration: none;
  color: #ff0077;
}

.wide-link ::after {
  position: relative;
  right: 0;
  content: "\f30b";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #e4c1ff;
  background: linear-gradient(90deg, #aaffe5 0%, #e4c1ff 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  float: right;
  transition: all 250ms ease-in-out;
}

.inline-link {
  font-size: 16px;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  color: #ff0077;
}

.inline-link:hover {
  text-decoration: none;
  color: #ff0077;
}

.inline-link.back-to span {
  margin-left: 5px;
}

.inline-link.back-to:after {
  display: none;
}

.inline-link.back-to:before {
  content: "\f053";
  display: inline-block;
  color: #ff0077;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #ff0077;
  margin-left: 10px;
  transition: all 250ms ease-in-out;
  left: 0;
  position: relative;
}

.inline-link.back-to:hover:before {
  left: -5px;
}

/* ------------------------------
Forms
--------------------------------*/


/*New form items added for pop up form*/

#course-apply-form .select-container {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #ac00dd;
}

#course-apply-form .select-container select {
  position: relative;
  z-index: 2;
  width: 100%;
  font-size: 0.78rem;
  color: #495057;
  padding: 15px;
  font-weight: 500;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  background: none !important;
  -webkit-appearance: none;
  cursor: pointer !important;
}

#course-apply-form .select-container select:active,
#course-apply-form .select-container select:focus,
#course-apply-form .select-container select:hover {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

#course-apply-form .select-container .custom-arrow {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: transparent;
  border-radius: 0 3px 3px 0;
  border-left: 1px solid #ac00dd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ac00dd;
}

#course-apply-form .select-container .custom-arrow i {
  color: #ac00dd;
  font-size: 20px;
  font-size: 1.25rem;
}

#course-apply-form .file-upload-container {
  z-index: 2;
  min-height: 50px;
  width: 100%;
  font-size: 0.78rem;
  line-height: 100%;
  color: #495057;
  padding: 18px 15px;
  font-weight: 500;
  display: block;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #ac00dd;
  margin: 0 !important;
  cursor: pointer;
}

#course-apply-form .file-upload-container input {
  -webkit-appearance: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
}

#course-apply-form .file-upload-container span.file-name {
  color: #727785;
  font-weight: 500;
}

#course-apply-form .file-upload-container .custom-upload-icon {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: transparent;
  border-radius: 0 3px 3px 0;
  border-left: 1px solid #ac00dd;
  display: flex;
  align-items: center;
  justify-content: center;
}

#course-apply-form .file-upload-container .custom-upload-icon i {
  color: #ac00dd;
  font-size: 20px;
  font-size: 1.25rem;
}

#course-apply-form .form-check {
  padding: 0;
}

#course-apply-form .form-check .checkbox-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  overflow: hidden;
  margin: 0;
}

#course-apply-form .form-check .checkbox-container:hover input ~ .checkmark {
  background: #f1eefa;
  transition: all 0.12s;
}

#course-apply-form .form-check .checkbox-container .checkbox-label {
  order: 2;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 13px;
  color: #727785;
  font-weight: 500;
}

#course-apply-form .form-check .checkbox-container .checkbox-label .total-label {
  display: inline-block;
  margin-left: 3px;
  opacity: 0.4;
  font-size: 12px;
  font-size: 0.875rem;
}

#course-apply-form .form-check .checkbox-container .checkbox-label a {
  color: #ac00dd;
  font-size: 0.875rem;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.12s;
}

#course-apply-form .form-check .checkbox-container .checkbox-label a:hover {
  border-bottom: 1px solid #ac00dd;
  transition: border-bottom 0.12s;
  font-size: 0.875rem;
}

#course-apply-form .form-check .checkbox-container .checkmark {
  position: relative;
  order: 1;
  height: 24px;
  width: 24px;
  background-color: #ffffff;
  border: 1px solid #ac00dd;
  margin-right: 10px;
  transition: all 0.12s;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#course-apply-form .form-check .checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: all 0.12s;
}

#course-apply-form .form-check .checkbox-container .checkmark i {
  opacity: 0;
  color: #ac00dd;
  font-size: 16px;
  font-size: 1.1rem;
  z-index: 2;
}

#course-apply-form .form-check .checkbox-container input {
  position: relative;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#course-apply-form .form-check .checkbox-container input:checked ~ .checkmark {
  border-color: #ac00dd;
}

#course-apply-form .form-check .checkbox-container input:checked ~ .checkmark:after {
  opacity: 1;
  transition: all 0.12s;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.12s;
}

#course-apply-form .form-check .checkbox-container input:checked ~ .checkmark i {
  opacity: 1;
}

#course-apply-form .form-check.radio .checkbox-container .checkmark {
  border-radius: 100%;
}

#course-apply-form .form-check.radio .checkbox-container .checkmark i {
  font-size: 16px;
  font-size: 1rem;
  margin-right: -1px;
}

#course-apply-form .form-check.tag {
  margin-bottom: 0 !important;
  display: inline-flex;
}

#course-apply-form .form-check.tag .checkbox-label {
  display: inline-block;
  padding: 6px 9px;
  background: #e9e4ff;
  border-radius: 3px;
  color: #563bcc;
  font-size: 12px;
  font-size: 0.75rem;
  transition: all 0.09s ease-in-out;
}

#course-apply-form .form-check.tag input:checked ~ .checkbox-label {
  background-color: #563bcc;
  color: #ffffff;
  transition: all 0.09s ease-in-out;
}

#course-apply-form .material-icons.md-48 {
  font-size: 48px;
}
/*End new form bits */

form .material-icons.md-48 {
  font-size: 48px;
}
form .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 1.475rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ac00dd;
  border-radius: 0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

form .input-group > .custom-file,
form .input-group > .custom-select,
form .input-group > .form-control,
form .input-group > .form-control-plaintext {
  box-shadow: none;
}

form .input-group > .form-control:hover {
  box-shadow: none;
  border: 1px solid #ff0077;
}

form .form-group > .custom-file,
form .form-group > .custom-select,
form .form-group > .form-control,
form .form-group > .form-control-plaintext {
  box-shadow: none;
}

form .form-group > .form-control:hover {
  box-shadow: none;
  border: 1px solid #ff0077;
}

form label {
  font-size: 14px;
}

form label span {
  color: #ac00dd;
}

form .element {
  margin-bottom: 10px;
  width: 100%;
  /*
        input {
            position: absolute;
            opacity: 0;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 1;
        }*/
}

form .element.file input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

form .element.file .custom-file {
  width: 50px;
  height: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #ffffff;
  border-radius: none;
  text-decoration: none;
  border: 0;
  border-left: 1px solid #ac00dd;
}

form .element.file .custom-file::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../img/icons/upload.svg");
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-size: 100%;
  opacity: 1;
  z-index: 0;
}
form .element.file .field {
  background-color: #ffffff;
  position: relative;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 1.475rem 0.75rem;
  line-height: 0px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ac00dd;
  border-radius: 0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

form .element.file .browse-btn {
  width: 50px;
  height: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #ffffff;
  border-radius: none;
  text-decoration: none;
  border: 0;
  border-left: 1px solid #ac00dd;
}

form .element.file .browse-btn::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../img/icons/upload.svg");
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-size: 100%;
  opacity: 1;
  z-index: 0;
}

form .element.select select {
  background-color: #ffffff;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  outline: none;
}

form .element.select input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

form .element.select .field {
  background-color: #ffffff;
  position: relative;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 1.475rem 0.75rem;
  line-height: 0px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ac00dd;
  border-radius: 0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


form .element.textarea .field textarea {
  background-color: #ffffff;
}

form .element .placeholder {
  font-size: 14px;
}

form .element.checkbox {
  position: relative;
}

form .element.checkbox .terms label span {
  font-size: 12px;
  font-size: 0.75rem;
  color: #565765;
}

form .element.checkbox > * {
  -webkit-transform: translateZ(0px);
}

form .element.checkbox label {
  position: relative;
  padding-left: 0;
  margin-left: 0;
  text-align: left;
  font-size: 16px;
  width: 100%;
  padding-left: 26px;
  padding-top: 0px;
}

form .element.checkbox label input {
  margin-left: 0;
  top: 0;
  position: absolute;
  display: none;
}

form .element.checkbox label a {
  color: #ff0077;
  font-size: 14px;
}

form .element.checkbox label span {
  color: #5d5474;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  
}

form .element.checkbox label span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 25px;
    height: 25px;
    border: 1px solid #ff0077;
    background: #ffffff;
}

form .element.checkbox label span:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  border: 1px solid rgba(221, 222, 232, 0);
  width: 12px;
  height: 12px;
  background: #ff0077;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}

form .element.checkbox label input:checked + span:after {
  top: 6px;
  opacity: 1;
}

form .element.checkbox .error {
  color: #ff0077;
  font-size: 13px;
  font-size: 0.8125rem;
  display: none;
}

/* ***** FORM VALIDATION MESSAGES ****** */
.field-validation-error,
.field-validation-valid,
.validation-summary-errors {
  /* DEFAULT STYLES FOR VALIDATION MESSAGES - CLASS BASED ON DEV REQUIREMENTS */
}

.filter label {
  font-size: 12px;
  font-size: 0.75rem;
  color: #5d5474;
  margin-bottom: 5px;
}

.filter .form-select {
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #ffffff;
  background-clip: padding-box;
  border-radius: 0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #ac00dd;
  box-sizing: border-box;
  backdrop-filter: blur(30px);
  /* Note: backdrop-filter has minimal browser support */
  position: relative;
  overflow: hidden;
}

.filter .form-select option {
  font-size: 0.75rem;
}

.filter .form-select select {
  font-size: 0.75rem;
  position: relative;
  appearance: none;
  outline: none;
  z-index: 2;
  height: 100%;
  width: 100%;
  border: none;
  background: none;
  padding-left: 1em;
  opacity: 1;
  color: #5d5474;
}

.filter .form-select::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 50px;
  border-left: 1px solid #ac00dd;
  border-radius: 0px;
  background-image: url("../img/icons/chevron-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.filter .form-check {
  padding: 0;
}

.filter .form-check .checkbox-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.filter .form-check .checkbox-container:hover input ~ .checkmark {
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.12s;
}

.filter .form-check .checkbox-container .checkbox-label {
  order: 2;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
}

.filter .form-check .checkbox-container .checkbox-label .counter {
  opacity: 0.4;
}

.filter .form-check .checkbox-container .checkbox-label a {
  color: #ff0077;
}

.filter .form-check .checkbox-container .checkbox-label a:hover {
  text-decoration: none;
  color: #ffffff;
}

.filter .form-check .checkbox-container .checkmark {
  position: relative;
  order: 1;
  height: 25px;
  width: 25px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #b3aeae;
  border-radius: 0px;
  margin-right: 10px;
  transition: all 0.12s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter .form-check .checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: all 0.12s;
}

.filter .form-check .checkbox-container .checkmark img {
  opacity: 0;
  height: 16px;
  width: 25px;
  z-index: 2;
}

.filter .form-check .checkbox-container input {
  position: relative;
  opacity: 0;
  display: none;
  cursor: pointer;
  height: 0;
  width: 0;
}

.filter .form-check .checkbox-container input:checked ~ .checkmark {
  border-color: #ff0077;
}

.filter .form-check .checkbox-container input:checked ~ .checkmark:after {
  opacity: 1;
  transition: all 0.12s;
  background: rgba(255, 255, 255, 0.02);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.12s;
}

.filter .form-check .checkbox-container input:checked ~ .checkmark img {
  opacity: 1;
}

/* ------------------------------
Theme
--------------------------------*/
/* ------------------------------
Padding
--------------------------------*/
.padding-top {
  padding-top: 90px;
}

@media screen and (max-width: 992px) {
  .padding-top {
    padding-top: 60px;
  }
}

@media screen and (max-width: 600px) {
  .padding-top {
    padding-top: 45px;
  }
}

.padding-bottom {
  padding-bottom: 90px;
}

@media screen and (max-width: 992px) {
  .padding-bottom {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 600px) {
  .padding-bottom {
    padding-bottom: 45px;
  }
}

.padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 992px) {
  .padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 600px) {
  .padding {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.padding-top-sm {
  padding-top: 60px;
}

@media screen and (max-width: 992px) {
  .padding-top-sm {
    padding-top: 40px;
  }
}

@media screen and (max-width: 600px) {
  .padding-top-sm {
    padding-top: 30px;
  }
}

.padding-bottom-sm {
  padding-bottom: 60px;
}

@media screen and (max-width: 992px) {
  .padding-bottom-sm {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
  .padding-bottom-sm {
    padding-bottom: 30px;
  }
}

.padding-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 992px) {
  .padding-sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
  .padding-sm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* ------------------------------
Backgrounds
--------------------------------*/
.bg-white {
  position: relative;
  background-color: #ffffff;
}

.bg-tall-pink {
  position: relative;
  background-color: #fcf1ff;
}

.bg-tall-pink::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-elements/BG_tall-pink.jpg");
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-size: 100%;
  opacity: 1;
}
.bg-pink {
  position: relative;
  background-color: #faeaff;
    width: 100%;
  height: 100%;
}
.bg-purple-pink{
  position: relative;
background: linear-gradient(90deg, #e4c1ff 0%, #fef1f6 100%);
    width: 100%;
  height: 100%;
}
.bg-pale-pink {
  position: relative;
  background-color: #fcf1ff;
}

.bg-pale-pink::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-elements/BG_pink.png");
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-size: 100%;
  opacity: 1;
}

.bg-nav-gradient {
  width: 100%;
  background-image: linear-gradient(to right, #ff0077, #ac00dd);
}

.bg-nav-gradient p {
  color: #faeaff;
}

.bg-3 {
  position: relative;
}

.bg-3::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-elements/blue-bg.jpg");
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-size: 100%;
  opacity: 1;
}
.loading, .loader {
	padding: 1rem;
	text-align: center;
	width: 70%;
	margin: 0 auto;
}
.loader img {
	margin: auto;
	height: 48px;
	width: 48px;
}
.loading-spinner {
	-webkit-animation: spinner .7s linear infinite;
	animation: spinner .7s linear infinite;
	border: 8px solid #ff0077;
	border-radius: 50%;
	border-top: 8px solid #ac00dd;
	display: inline-block;
	height: 78px;
	margin: auto;
	width: 78px;
}
@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.loading-text {
	color: #ff0077;
	font-size: 22px;
	margin-top: 0.5em;
	font-weight: bold;
}
.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #ff0077;
  border-color: #ac00dd;
      box-shadow: 0 0 0 .2rem rgba(172,01,221,.2);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle{
    color: #fff;
background-color: #ac00dd;
border-color: #ac00dd;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus{
      box-shadow: 0 0 0 .2rem rgba(172,01,221,.2);
}
/*# sourceMappingURL=theme.css.map */



.vsm-hero-slider .swiper-container.disabled {
 cursor:auto;
 pointer-events:none !important;
 -webkit-transition-duration:0ms !important;
 transition-duration:0ms !important;
}
.vsm-hero-slider .swiper-wrapper.disabled {
 cursor:auto;
 -webkit-transform:translate3d(0px, 0, 0) !important;
 transform:translate3d(0px, 0, 0) !important;
 pointer-events:none !important;
 -webkit-transition-duration:0ms !important;
 transition-duration:0ms !important;
}
.vsm-hero-slider .swiper-wrapper.disabled .swiper-slide {
 cursor:auto;
 -webkit-transition-duration:0ms !important;
 transition-duration:0ms !important;
}
.vsm-hero-slider .swiper-pagination.disabled {
 display:none !important;
}

i.threads-logo {
  position: relative;
  height: 0.9rem;
  width: 0.9rem;
}
@media(max-width: 768px) {
    i.threads-logo {
    display: block;
    position: relative;
    height: 1.5rem;
    width: 1.5rem;
  }
}
i.threads-logo::after {
  position: absolute;
  content: "";
  background: url('../img/icons/threads_logo.png');
  background-size: cover;
  height: 100%;
  width: 100%;
  inset: 0;
}


/* NEW JOB SEARCH */

:root {
  --vsm-white: 255, 255, 255;
  --vsm-black: 9, 9, 9;
  --vsm-body-copy-colour: 93 84 116;
  --vsm-accent-colour: 4,0,53;
  --vsm-primary-colour: 251,33,118;
  --vsm-secondary-colour: 172,6,221;
  --vsm-tertiary-colour: 4,0,53;
  --vsm-quaternary-colour: 4,0,53;
  --vsm-quinary-colour: 4,0,53;
}

#vennture_dynamic_jobsearch .vsm-search-bar{
  position: relative;
  z-index: 2;
}
#vennture_dynamic_jobsearch .search-bar{
position: relative;
    opacity: 1;
    visibility: visible;
    top: 0;
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    overflow: visible;
}
.map-container .job-results .job-listing>li.job-data.active .more-details{
  display: block;
}

.map-container .job-results .job-listing>li .more-details{
  display: none;
}

.job-listing .job-data .job-ref, .job-listing .job-data .post-date, .job-listing .job-data ul li, .job-listing .job-data ul li span, .job-listing .job-data p{
color: #5D5474 !important;
position: relative;
z-index: 10;
}

 .job-listing .job-data .xs-heading{
   position: relative;
   z-index: 10;
 }

.job-listing .job-data .xs-heading{
    display: block;
    color: #ff0077;
    background: linear-gradient(to right, #ff0077, #ac00dd);
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0;
}

.job-data-highlights .icon.type, .job-data-highlights li:has(.icon.type) span {
  display: none !important;
}

#vennture_dynamic_jobsearch .map-container .job-results .job-listing .job-data:hover{
  scale: 1;
}

.vsm-search-bar .search-bar>.row>.col .form-holder .col-auto .btn{
  border: 1px solid #1b0b41;
  background: #1b0b41;
}

.vsm-search-bar .search-bar>.row>.col .form-holder .col-auto .btn:hover{
  background: #ff0077;
  border-color: #ff0077;
}

#vennture_dynamic_jobsearch .vsm-search-bar .search-bar>.row>.col .form-holder .col input{
  border:0;
}
#vennture_dynamic_jobsearch .vsm-search-bar .search-bar>.row>.col .form-holder .col input:focus{
  border:0;
}
#vennture_dynamic_jobsearch .vsm-search-bar .search-bar>.row>.col .form-holder .col:nth-child(2) .element.select .field{
   background: none;
    padding: 0;
    border: none;
    height: 100%;
    line-height: 1.2;
}
#vennture_dynamic_jobsearch .vsm-search-bar .search-bar>.row>.col .form-holder .col:nth-child(2) .element.select .field:before{
  font-family: Font Awesome\ 5 Free
}

#vennture_dynamic_jobsearch .vsm-search-bar .search-bar>.row>.col .form-holder .col:nth-child(3) .element.select .field{
    background: none;
    padding: 0;
    border: none;
    height: 100%;
    line-height: 1.2;
}

   #vennture_dynamic_jobsearch .vsm-search-bar .search-bar>.row>.col .form-holder .col:nth-child(3) .element.select .field .form-control{height:100%;}

   

    #vennture_dynamic_jobsearch  .vsm-search-bar .search-bar>.row>.col .form-holder .col:nth-child(3) .select .field:before{font-family: Font Awesome\ 5 Free}

   #vennture_dynamic_jobsearch .job-listing .job-data .xs-heading{
    display: block;
    color: #ff0077;
    background: linear-gradient(to right, #ff0077, #ac00dd);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0;
}

.job-search-filters .filter label span.count{

  background: #1b0b41;
  color: #fff;
      margin-left: 0.625rem;
    border-radius: 0.3125rem;

    font-size: .6875rem;
    font-weight: 600;
    padding: 0.1875rem 0.5rem;

  
}



#vennture_dynamic_jobsearch .job-listing .job-data:hover{
  scale: 1.03;
}



 #vennture_dynamic_jobsearch .job-listing .job-data ul.job-data-highlights{
  margin:10px 0;
}
 #vennture_dynamic_jobsearch .job-listing .job-data p{
font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: rgb(93 84 116);
    line-height: 1.5;
 }

 #vennture_dynamic_jobsearch  .map-container .job-results .job-listing .job-data .xs-heading,
  #vennture_dynamic_jobsearch  .map-container .job-results .job-listing .job-data .location,
   #vennture_dynamic_jobsearch  .map-container .job-results .job-listing .job-data .job-data-highlights,
    #vennture_dynamic_jobsearch  .map-container .job-results .job-listing .job-data .more-details{
      position: relative;
      z-index: 3;
    }


 #vennture_dynamic_jobsearch  .map-container .job-results .job-listing>li .more-details .consultant{
  border:0;
  margin:0
}
    
body.map-open section.top{
  z-index: -1;
}

#vennture_dynamic_jobsearch .vsm-job-search-results-listings .job-listing .job-data::after{
    content: "";
    position: absolute;
    inset: 3px;
    background: #fff;
    z-index: 1;
        border-radius: .3125rem;
}


#vennture_dynamic_jobsearch .vsm-job-search-results-listings .job-listing .job-data{
     transition: .5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
    background: rgb(170,255,229);
    background: -moz-linear-gradient(155deg, rgba(170,255,229,1) 0%, rgba(228,193,255,1) 50%);
    background: -webkit-linear-gradient(155deg, rgba(170,255,229,1) 0%, rgba(228,193,255,1) 50%);
    background: linear-gradient(155deg, rgba(170,255,229,1) 0%, rgba(228,193,255,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aaffe5",endColorstr="#e4c1ff",GradientType=1);
    background-size: 300% 300%;
    background-position: 0 50%;
    animation: moveGradient 4s alternate infinite;
    position: relative;
    border: none;
}

#vennture_dynamic_jobsearch .vsm-job-search-results-listings .job-listing .job-data a{
  position: relative;
  z-index: 3;
}

@keyframes moveGradient{
  50% {
    background-position: 100% 50%;
  }
}

#vennture_dynamic_jobsearch .vsm-job-search-results-listings .map-container .job-listing>li{
  padding: 10px !important;
}

 #vennture_dynamic_jobsearch .vsm-job-search-results-listings .faux-listing>li:first-child,  #vennture_dynamic_jobsearch .vsm-job-search-results-listings .job-listing>li:first-child,

 #vennture_dynamic_jobsearch .vsm-job-search-results-listings .faux-listing>li,  #vennture_dynamic_jobsearch .vsm-job-search-results-listings .job-listing>li{
padding: 30px;
    margin-bottom: 15px;
    border-radius: .3125rem;
    /* border-image-slice: 100%;
    border-image-source: none;
    border-image-slice: 1;
    border-image-source: -webkit-linear-gradient(to right, #e4c1ff, #aaffe5);
    border-image-source: -moz-linear-gradient(to right, #e4c1ff, #aaffe5);
    border-image-source: -o-linear-gradient(to right, #e4c1ff, #aaffe5);
    border-image-source: linear-gradient(to right, #e4c1ff, #aaffe5); */
}


#vennture_dynamic_jobsearch  .map-container .job-results .job-listing>li .xs-heading{font-size: 18px; line-height: 1.2;}

.notification-bar .btn span{
      color: #ff0077;
}

/* New Modules */

.graduate-hero {
  background: #1b0b41;
  position: relative;
}

.graduate-hero.gradient{
  background: transparent;
}

.graduate-hero.gradient::before{
      content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/bg-elements/BG_pink.png');
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-size: 100%;
    opacity: 1;
}

.graduate-hero .container .bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 0;
}

/* @media (min-width: 1020px) {
  .graduate-hero .container .bg {
    height: 100vh;
  }
} */
.graduate-hero .container .bg .row.logo-container {
  margin-top: 5rem;
}
.graduate-hero .container .bg .row .col.top-logo {
  display: flex;
  justify-content: center;
}
.graduate-hero .container .bg .row .col.top-logo .media {
  max-width: 12rem;
  max-height: 10rem;
}
.graduate-hero .container .bg .row .col.logos {
  max-width: 100%;
  flex: 1 0 100%;
  margin-bottom: 2rem;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .graduate-hero .container .bg .row .col.logos {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .graduate-hero .container .bg .row .col.logos {
    flex: 1 0 20%;
    max-width: 20%;
  }
}

.graduate-hero .container .bg .row .col.logos .rte{
  color: #fff;
  margin-top: 1rem;
}

.graduate-hero.gradient .container .bg .row .col.logos .rte{
  color: #1b0b41;
}


.graduate-hero .container .bg .row .col.logos .media {
  margin: 0 auto;
  max-width: 10rem;
  height: 100%;
}
.graduate-hero .container .bg .row .col .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.graduate-hero .container .bg .row .col .md-heading {
  color: #fff;

  font-weight: 700;
  text-align: center;
  font-size: 1.7rem;
}

.graduate-hero.gradient .container .bg .row .col .md-heading {
  color: #1b0b41;
}

@media (min-width: 768px) {
  .graduate-hero .container .bg .row .col .md-heading {
    font-size: 2.7rem;
  }
}
.graduate-hero .container .bg .row .col .content {
  text-align: center;
}
.graduate-hero .container .bg .row .col .content .rte p {
   color: #fff;

  font-weight: 600;
  margin-top: 2rem;
  text-align: center !important;
}
.graduate-hero .container .bg .row .col .subtitle {
  color: #ff0077;
  text-align: center;
  font-size: 1.2rem;
}

.graduate-hero.gradient .container .bg .row .col .content .rte p {
    color: #1b0b41;
}
.graduate-hero.gradient .container .bg .row .col .subtitle {
    color: #1b0b41;

}
@media (min-width: 768px) {
  .graduate-hero .container .bg .row .col .subtitle {
    font-size: 2rem;
  }
}
.graduate-hero .container .bg .row .col .btn-container {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-top: 2rem;
}
.graduate-hero .container .bg .row .col .btn-container .btn {
  border-color: #ff0077;
  background: #ff0077;
  text-decoration: none;
  transition: all 0.3s linear;
   border:1px solid #ff0077;
}

.graduate-hero .container .bg .row .col .btn-container .btn span{
  color: #fff;
}

.graduate-hero .container .bg .row .col .btn-container .btn:hover {
  background: #1b0b41;
  border:1px solid #ff0077;
}

.graduate-hero .container .bg .row .col .btn-container .btn:hover span{
  color: #ff0077;
}

.vsm-stats-count-up.two .vsm-header .md-heading {
  color: #1b0b41;
}
.vsm-stats-count-up.two .vsm-header .btn {
  border-color: #ff0077;
  background: #ff0077;
  text-decoration: none;
}
.vsm-stats-count-up.two .vsm-header .btn:hover {
  background: #1b0b41;
  border-color: #1b0b41;
}
.vsm-stats-count-up.two .vsm-body .row {
  row-gap: 1.5rem;
  background: #1b0b41;
  padding: 1rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-clip: padding-box;
}
@media (max-width: 768px) {
  .vsm-stats-count-up.two .vsm-body .row .stat-content .col {
    max-width: 100%;
    flex: 1 0 100%;
  }
}
.vsm-stats-count-up.two .vsm-body .row .stat-content .col:last-of-type .content .stat::after {
  border-right: none;
}
.vsm-stats-count-up.two .vsm-body .content {
  min-height: 12.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
  position: relative;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .vsm-stats-count-up.two .vsm-body .content {
    padding: 2rem 0;
  }
}
@media (max-width: 768px) {
  .vsm-stats-count-up.two .vsm-body .content {
    min-height: auto;
    height: 100%;
  }
}
.vsm-stats-count-up.two .vsm-body .content .stat::after {
  display: block;
}
@media (min-width: 768px) {
  .vsm-stats-count-up.two .vsm-body .content .stat::after {
    border-right: 1px solid rgba(var(--vsm-white), 0.6);
  }
}
.vsm-stats-count-up.two .vsm-body .content .description span {
  display: block;
  color: rgba(var(--vsm-white), 1);
  font-size: 1.2rem;
  padding: 0 0.5rem;
}
.vsm-stats-count-up.two .vsm-body .content .stat {
  position: relative;
  z-index: 2;
}
.vsm-stats-count-up.two .vsm-body .content .stat .count > span {
  color: rgba(var(--vsm-white), 1);
}
.vsm-stats-count-up.two .vsm-body .content .stat .count {
  font-weight: 400;
  color: rgba(var(--vsm-white), 1);
  text-align: center;
    font-size: 3rem;


}
@media (min-width: 768px) {
  .vsm-stats-count-up.two .vsm-body .content .stat .count {
    text-align: start;
    font-size: 3.75rem;
  }
}

.vsm-stats-count-up.two .vsm-body .content .stat .description {
  text-align: center;
}
@media (min-width: 768px) {
  .vsm-stats-count-up.two .vsm-body .content .stat .description {
    text-align: start;
  }
}

.cm-logo-carousel.two {
  overflow: hidden;
  position: relative;
}

.cm-logo-carousel.two.gradient::before{
      content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/bg-elements/BG_pink.png');
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-size: 100%;
    opacity: 1;
}
.cm-logo-carousel.two .cm-header {
  justify-content: center;
  text-align: center;
  margin-bottom: 2rem;
}
.cm-logo-carousel.two .cm-header .md-heading {
  color: #1b0b41;
}
.cm-logo-carousel.two .cm-header .btn {
  border-color: #ff0077;
  background: #ff0077;
  text-decoration: none;
}
.cm-logo-carousel.two .cm-header .btn:hover {
  background: #1b0b41;
  border-color: #1b0b41;
}
.cm-logo-carousel.two .swiper-container {
  overflow: visible;
  position: relative;
}
.cm-logo-carousel.two .swiper-wrapper {
  transition-timing-function: linear;
}
.cm-logo-carousel.two .swiper-navigation {
  display: none;
}
.cm-logo-carousel.two .swiper-pagination {
  display: none;
}
.cm-logo-carousel.two .swiper-slide {
  overflow: visible;
  position: relative;
  margin-bottom: 0rem;
}
.cm-logo-carousel.two .swiper-slide:last-child::after {
  display: none;
}
.cm-logo-carousel.two .swiper-slide::after {
  content: "";
  height: 60%;
  width: 0.5px;
  margin: auto 0;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.527);
}
.cm-logo-carousel.two .swiper-slide .content {
  margin-bottom: 0;
}
.cm-logo-carousel.two .swiper-slide .content .media {
  min-height: auto;
  max-height: 10rem;
  width: auto;
  max-width: 100%;
}
.cm-logo-carousel.two .swiper-slide .content .media img {
  max-width: 90%;
  height: 5rem;
  text-align: center;
  justify-content: center;
  width: 100%;
  object-fit: contain;
}
.cm-logo-carousel.two.alternate .cm-body {
  background: #6ec4f3;
  padding: 2rem 0;
}
.cm-logo-carousel.two .vsm-footer .container .row {
  height: 10rem;
  align-items: center;
}
.cm-logo-carousel.two .vsm-footer .container .row .col .content {
  display: flex;
  justify-content: center;
}
.cm-logo-carousel.two .vsm-footer .container .row .col .content .btn {
  background: #ff0077;
  border: 1px solid #ff0077;
}
.cm-logo-carousel.two .vsm-footer .container .row .col .content .btn span {
  color: #fff;
}
.cm-logo-carousel.two .vsm-footer .container .row .col .content .btn:hover {
  background: #1b0b41;
}
.cm-logo-carousel.two .vsm-footer .container .row .col .content .btn:hover span {
  color: #ff0077;
}

.vsm-double-box-carousel.two {
  position: relative;
}

.vsm-double-box-carousel.two.gradient{
   position: relative;
}

.vsm-double-box-carousel.two.gradient::before{
      content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/bg-elements/BG_pink.png');
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-size: 100%;
    opacity: 1;
}
.vsm-double-box-carousel.two.dark-theme {
  background: #1b0b41;
  background-color: #1b0b41;
}
.vsm-double-box-carousel.two.dark-theme .bg {
  background: #1b0b41;
}
.vsm-double-box-carousel.two.dark-theme .bg .vsm-header .md-heading,
.vsm-double-box-carousel.two.dark-theme .bg .vsm-header .subtitle,
.vsm-double-box-carousel.two.dark-theme .bg .vsm-header .pretitle {
  color: rgba(var(--vsm-white), 1);
}
.vsm-double-box-carousel.two.dark-theme .bg .vsm-body .swiper-container .swiper-slide .bottom-text .level,
.vsm-double-box-carousel.two.dark-theme .bg .vsm-body .swiper-container .swiper-slide .bottom-text span {
  color: rgba(var(--vsm-black), 0.7);
}
.vsm-double-box-carousel.two .vsm-header .md-heading {
  color: #1b0b41;
}
.vsm-double-box-carousel.two .vsm-header .btn {
  border-color: #ff0077;
  background: #ff0077;
  text-decoration: none;
}
.vsm-double-box-carousel.two .vsm-header .btn:hover {
  background: #1b0b41;
  border-color: #1b0b41;
}
.vsm-double-box-carousel.two .bg .vsm-body .swiper-container .swiper-slide {
  overflow: hidden;
  padding: 0;
  border-radius: 0.7rem;
  border: 1px solid rgba(var(--vsm-black), 0.3);
  height: auto !important;
  background: rgba(var(--vsm-white), 1);
}
.vsm-double-box-carousel.two .bg .vsm-body .swiper-container .swiper-slide .content .row {
  flex-direction: column;
  height: 100%;
}
.vsm-double-box-carousel.two .bg .vsm-body .swiper-container .swiper-slide .content .row:has(.bottom-text) .col.text-info::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  background: rgba(var(--vsm-black), 0.3);
  height: 0.5px;
}
.vsm-double-box-carousel.two .bg .vsm-body .swiper-container .swiper-slide .content .row .col.text-info {
  padding: 2rem;
  padding-top: 0;
}
.vsm-double-box-carousel.two .bg .vsm-body .swiper-container .swiper-slide .content .row .col .media {
  padding: 0.6rem;
  padding-bottom: 0;
}
.vsm-double-box-carousel.two .bg .vsm-body .swiper-container .swiper-slide .content .row .col .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.6rem;
}

.vsm-double-box-carousel.two .bg .vsm-body .swiper-container .swiper-slide .content .row .col a{
  text-decoration: none;
}

.vsm-double-box-carousel.two .bg .vsm-body .swiper-container .swiper-slide .content .row .col .btn{
      background: rgb(255, 0, 119);
    text-decoration: none;
    transition: 0.3s linear;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 0, 119);
    border-image: initial;
}

.vsm-double-box-carousel.two .bg .vsm-body .swiper-container .swiper-slide .content .row .col .btn:hover {
      background: rgb(27, 11, 65);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 0, 119);
    border-image: initial;
}

.vsm-double-box-carousel.two .bg .vsm-body .swiper-container .swiper-slide .content .row .col .btn:hover span{
  color: #ff0077;
}

.vsm-double-box-carousel.two .bg .vsm-body .swiper-container .swiper-slide .content .row .col .xs-heading {
    font-weight: 600;
    background: rgba(var(--vsm-white), 1);
    color: rgba(var(--vsm-black), 1);
    padding: 0.3rem .7rem;
    border-radius: 0.2rem;
    font-size: 1.2rem;
    margin-top: -1rem;
    position: absolute;
    z-index: 2;
    max-width: 17rem;
}



.vsm-double-box-carousel.two .bg .vsm-body .swiper-container .swiper-slide .content .row .col .rte,
.vsm-double-box-carousel.two .bg .vsm-body .swiper-container .swiper-slide .content .row .col p {
  color: rgba(var(--vsm-black), 0.7);
}

.vsm-double-box-carousel.two .bg .vsm-body .swiper-container .swiper-slide .content .row .col .rte {
  margin: 2rem 0;
  margin-top: 4rem !important;
}

.vsm-double-box-carousel.two .bg .vsm-body .swiper-container .swiper-slide .content .box-content {
  padding: 0;
}

.vsm-double-box-carousel .content{
  height: 100%;
}

.vsm-double-box-carousel.two .bg .vsm-body .swiper-container .swiper-slide .bottom-text {
  display: flex;
  padding: 2rem;
  color: rgba(var(--vsm-black), 0.7);
  padding-top: 1rem;
}
.vsm-double-box-carousel.two .bg .vsm-body .swiper-container .swiper-slide .bottom-text i {
  color: #ff0077;
  margin-right: 1rem;
}
.vsm-double-box-carousel.two .bg .vsm-body .swiper-navigation div {
  background: transparent;
}
.vsm-double-box-carousel.two .bg .vsm-body .swiper-navigation div i {
  color: #ff0077;
}


/* VSM TOP */

.vsm-top {
  background: rgba(var(--vsm-black), 1);
}
.vsm-top .top-bar {
  position: relative;
}
.vsm-top .top-bar .row .col {
  padding-top: 1rem;
}
.vsm-top .top-bar .row .col nav {
  display: flex;
  align-items: center;
}
.vsm-top .top-bar .row .col nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.vsm-top .top-bar .row .col nav ul a {
  position: relative;
}
.vsm-top .top-bar .row .col nav ul a:hover .tooltip {
  opacity: 1;
}
.vsm-top .top-bar .row .col nav ul li .tooltip {
  position: absolute;
  display: block;
  background: rgba(var(--vsm-primary-colour), 1);
  border-radius: 0.25rem;
  padding: 0.125rem 0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  color: rgba(var(--vsm-white), 0.9);
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.vsm-top .top-bar .row .col nav ul li a {
  color: rgba(var(--vsm-white), 1);
  margin: 0 0.5rem;
}
.vsm-top .top-bar .row .col nav ul li a:hover {
  color: rgba(var(--vsm-primary-colour), 1);
}
.vsm-top .top-bar .row .col nav ul li.lang {
  cursor: pointer;
  font-family: "Public Sans", serif;
  display: block;
}
.vsm-top .top-bar .row .col nav ul li.lang .toggle-drop {
  margin: 0 8px;
  list-style: none;
}
.vsm-top .top-bar .row .col nav ul li.lang .toggle-drop:hover .menu-dropdown {
  display: block;
}
.vsm-top .top-bar .row .col nav ul li.lang .toggle-drop .menu-dropdown {
  display: none;
  position: absolute;
  background: rgba(var(--vsm-white), 1);
  box-shadow: 0 1.875rem 1.875rem 0 rgba(0, 0, 0, 0.05);
  width: 8rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-family: "Public Sans", serif;
}
.vsm-top .top-bar .row .col nav ul li.lang .toggle-drop .menu-dropdown ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
}
.vsm-top .top-bar .row .col nav ul li.lang .toggle-drop .menu-dropdown ul li {
  margin: 0;
  width: 100%;
  transition: all 0.3s linear;
}
.vsm-top .top-bar .row .col nav ul li.lang .toggle-drop .menu-dropdown ul li:hover {
  background: rgba(var(--vsm-primary-colour), 0.5);
}
.vsm-top .top-bar .row .col nav ul li.lang .toggle-drop .menu-dropdown ul li a {
  padding: 0.3125rem 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  display: block;
  width: 100%;
}
.vsm-top .top-bar .row .col nav ul li.lang .toggle-drop .menu-dropdown ul li a:hover span {
  color: rgba(var(--vsm-black), 1);
}
.vsm-top .top-bar .row .col nav ul li.lang .toggle-drop .menu-dropdown ul li a span {
  color: rgba(var(--vsm-black), 1);
}
.vsm-top .top-bar .row .col nav ul li.lang .toggle-drop span {
  display: block;
  padding: 3px 0px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Public Sans", serif;
  color: rgba(var(--vsm-white), 1);
}
.vsm-top .top-bar .row .col nav ul li.lang .toggle-drop span i {
  color: rgba(var(--vsm-white), 1);
}
.vsm-top .top-bar .row .col nav ul li.lang .toggle-drop span span {
  display: inline-block;
  padding: 3px 6px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Public Sans", serif;
}
.vsm-top .navigation .brand .logo-1,
.vsm-top .navigation .brand .logo-2 {
  height: 1.3rem;
}
@media (min-width: 768px) {
  .vsm-top .navigation .brand .logo-1,
  .vsm-top .navigation .brand .logo-2 {
    height: 2rem;
  }
}
.vsm-top .navigation .brand .logo-1 {
  display: block;
}
.vsm-top .navigation .brand .logo-2 {
  display: none;
}
@media (min-width: 768px) {
  .vsm-top .navigation .d-flex {
    justify-content: end;
  }
}
.vsm-top .navigation .primary-nav {
  display: none;
}
@media (min-width: 1300px) {
  .vsm-top .navigation .primary-nav {
    display: block;
  }
}
.vsm-top .navigation .primary-nav nav {
  display: none;
}
@media (min-width: 1300px) {
  .vsm-top .navigation .primary-nav nav {
    display: flex;
    flex: 1 0 auto;
    width: auto;
    justify-content: flex-end;
  }
}
.vsm-top .navigation .primary-nav nav li.dropdown > ul {
  width: 15em;
}
.vsm-top .navigation .primary-nav nav ul li.meganav:hover,
.vsm-top .navigation .primary-nav nav ul li.dropdown:hover {
  color: rgba(var(--vsm-primary-colour), 1);
}
.vsm-top .navigation .primary-nav nav ul li:hover,
.vsm-top .navigation .primary-nav nav ul li.meganav:hover,
.vsm-top .navigation .primary-nav nav ul li.dropdown:hover,
.vsm-top .navigation .primary-nav nav ul li a:hover {
  color: rgba(var(--vsm-primary-colour), 1);
}
.vsm-top .navigation .primary-nav nav ul li a,
.vsm-top .navigation .primary-nav nav ul li.meganav a,
.vsm-top .navigation .primary-nav nav ul li.dropdown a,
.vsm-top .navigation .primary-nav nav ul li a a {
  font-weight: 600;
}
.vsm-top .navigation .primary-nav nav ul li a:hover,
.vsm-top .navigation .primary-nav nav ul li.meganav a:hover,
.vsm-top .navigation .primary-nav nav ul li.dropdown a:hover,
.vsm-top .navigation .primary-nav nav ul li a a:hover {
  color: rgba(var(--vsm-primary-colour), 1) !important;
}
.vsm-top .navigation .primary-nav nav ul li a:hover a,
.vsm-top .navigation .primary-nav nav ul li.meganav a:hover a,
.vsm-top .navigation .primary-nav nav ul li.dropdown a:hover a,
.vsm-top .navigation .primary-nav nav ul li a a:hover a {
  color: rgba(var(--vsm-primary-colour), 1) !important;
}
.vsm-top .navigation .primary-nav nav ul li > a:hover {
  color: rgba(var(--vsm-secondary-colour), 1);
}
.vsm-top .navigation .primary-nav nav ul li.meganav > a:hover {
  color: rgba(var(--vsm-secondary-colour), 1);
}
.vsm-top .navigation .primary-nav nav ul li.dropdown ul li a {
  font-weight: 600;
}
.vsm-top .navigation .primary-nav nav ul li.dropdown:hover > a {
  color: rgba(var(--vsm-primary-colour), 1);
}
.vsm-top .navigation .primary-nav nav ul li.dropdown:hover ul > li:hover {
  background: rgba(var(--vsm-secondary-colour), 0.05);
}
.vsm-top .navigation .primary-nav nav ul li.dropdown:hover ul > li:hover a {
  color: rgba(var(--vsm-secondary-colour), 1);
}
.vsm-top .navigation .primary-nav ul li.dropdown a::after,
.vsm-top .navigation .primary-nav ul li.meganav a::after {
  color: rgba(var(--vsm-white), 1);
}
.vsm-top .navigation .primary-nav ul li:last-child a {
  padding-right: 0;
}
.vsm-top .navigation .primary-nav ul li a {
  color: rgba(var(--vsm-white), 1);
  font-family: "Public Sans", serif;
}
.vsm-top .navigation .primary-nav ul li a::after {
  color: rgba(var(--vsm-white), 1);
}
.vsm-top .navigation .primary-nav ul li:hover a::after {
  color: rgba(var(--vsm-nav-link-colour), 1) !important;
}
.vsm-top .navigation .primary-nav .mega-menu {
  max-height: 31.25rem;
  overflow: auto;
  height: 80vh;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6:nth-child(1) {
  display: flex;
  flex-direction: row;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 h4 {
  color: rgba(var(--vsm-black), 1);
  margin-bottom: 1.25rem;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .faux-title {
  color: rgba(var(--vsm-black), 1);
  margin-bottom: 1.25rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .faux-title {
    font-size: 2rem;
  }
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
  overflow: hidden;
  max-width: calc(50% - 30px);
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list:hover h4:after {
  width: 100%;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list:hover .faux-title:after {
  width: 100%;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list h4 {
  position: relative;
  font-weight: 600;
  margin-bottom: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list h4 a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list div.faux-title {
  position: relative;
  font-weight: 600;
  margin-bottom: 1.25rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list div.faux-title {
    font-size: 2rem;
  }
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list div.faux-title a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list nav a {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0;
  align-items: center;
  color: rgba(var(--vsm-black), 1);
  position: relative;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list nav a:hover {
  background: none;
  color: rgba(var(--vsm-primary-colour), 1);
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list nav a.has-child {
  position: relative;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list nav a.has-child:after {
  content: "";
  right: 13px;
  top: 0;
  height: 100%;
  width: 1.1rem;
  position: absolute;
  background: url("/uploads/angles-right-solid-black.svg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list nav a.active {
  color: rgba(var(--vsm-primary-colour), 1);
  border-bottom: 1px solid rgba(var(--vsm-black), 1);
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .list nav a.active::after {
  content: "";
  right: 13px;
  top: 0;
  height: 100%;
  width: 1.1rem;
  position: absolute;
  background: url("/uploads/angles-right-solid-green.svg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
  overflow: hidden;
  margin-left: 1.875rem;
  display: none;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list h4 {
  position: relative;
  font-weight: 600;
  margin-bottom: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list h4 a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list div.faux-title {
  position: relative;
  font-weight: 600;
  margin-bottom: 1.25rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list div.faux-title {
    font-size: 2rem;
  }
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list div.faux-title a {
  font-weight: 300;
  font-family: "Bebas Neue", sans-serif;
  padding: 0;
  color: rgba(var(--vsm-black), 1);
}
@media (min-width: 768px) {
  .vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list div.faux-title a {
    font-size: 2rem;
  }
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list nav {
  display: flex;
  flex-direction: column;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list nav a {
  padding: 0;
  margin-bottom: 1rem;
  font-weight: 700;
  padding: 0.3125rem 0;
  color: rgba(var(--vsm-black), 1);
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .sub-list nav a:hover {
  background: none;
  text-decoration: none;
  color: rgba(var(--vsm-secondary-colour), 1);
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts h4 {
  position: relative;
  padding-right: 5rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts h4 a {
  position: absolute;
  right: 0;
  top: 0;
  font-size: inherit;
  padding: 0;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts h4 a:hover {
  color: rgba(var(--vsm-secondary-colour), 1);
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts div.faux-title {
  position: relative;
  padding-right: 5rem;
  font-weight: 600;
  margin-bottom: 0;
  transition: all 0.3s linear;
  font-weight: 300;
  padding: 0;
}
@media (min-width: 768px) {
  .vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts div.faux-title {
    font-size: 2rem;
  }
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts div.faux-title:hover {
  color: rgba(var(--vsm-primary-colour), 1);
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts div.faux-title a {
  color: rgba(var(--vsm-black), 1);
  text-underline-offset: 3px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts div.faux-title a:hover {
  color: rgba(var(--vsm-primary-colour), 1);
}
@media (min-width: 768px) {
  .vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts div.faux-title a:hover {
    color: rgba(var(--vsm-primary-colour), 0.5);
  }
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .col {
  border: 0;
  flex: 1 0 50%;
  padding-right: 0;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-clip: padding-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert:hover h5:after {
  width: 100%;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert:hover div.faux-title:after {
  width: 100%;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert h5 {
  position: relative;
  color: rgba(var(--vsm-primary-colour), 1);
  font-weight: 600;
  margin-bottom: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  padding-right: 0;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert h5:before {
  content: "";
  background: rgba(var(--vsm-black), 0.2);
  width: 100%;
  height: 0.0625rem;
  display: block;
  margin-top: 0.625rem;
  position: absolute;
  bottom: 0.0625rem;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert h5:after {
  content: "";
  background: rgba(var(--vsm-primary-colour), 1);
  width: 100%;
  height: 0.1875rem;
  display: block;
  margin-top: 0.625rem;
  position: relative;
  z-index: 1;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert div.faux-title {
  position: relative;
  color: rgba(var(--vsm-white), 1);
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  padding-right: 0;
  transition: all 0.3s linear;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert div.faux-title:before {
  content: "";
  background: rgba(var(--vsm-white), 0.2);
  width: 100%;
  height: 0.0625rem;
  display: block;
  margin-top: 0.625rem;
  position: absolute;
  bottom: 0.0625rem;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert div.faux-title:after {
  content: "";
  background: rgba(var(--vsm-white), 1);
  width: 100%;
  height: 0.1875rem;
  display: block;
  margin-top: 0.625rem;
  position: relative;
  z-index: 1;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert .faux-link {
  font-weight: 700;
  color: rgba(var(--vsm-white), 1);
  position: relative;
  text-decoration: none;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert .faux-link:after {
  content: "\f30b";
  position: relative;
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  left: 0.625rem;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert .faux-link:hover {
  color: rgba(var(--vsm-secondary-colour), 1);
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert .faux-link:hover:after {
  left: 1.25rem;
  animation: forwardMovement 800ms infinite;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .insert::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0rem;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts:hover h4.div:after {
  width: 100%;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .inline-link,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .faux-link {
  padding-left: 0;
  padding-bottom: 0;
  color: rgba(var(--vsm-black), 1);
  width: fit-content;
  font-family: "Public Sans", serif;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .inline-link::after,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .faux-link::after {
  color: rgba(var(--vsm-black), 1);
  content: "\f061";
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .inline-link span,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .faux-link span {
  font-size: 1rem;
  border-bottom: 2px solid #000;
  font-family: "Public Sans", serif;
}
@media (max-width: 768px) {
  .vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .inline-link span,
  .vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .faux-link span {
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .inline-link:hover,
  .vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .faux-link:hover {
    color: rgba(var(--vsm-black), 1) !important;
  }
  .vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .inline-link:hover span,
  .vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .faux-link:hover span {
    color: rgba(var(--vsm-black), 1) !important;
    border-bottom: 5px solid #000;
  }
  .vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .inline-link:hover::after,
  .vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .faux-link:hover::after {
    color: rgba(var(--vsm-black), 1);
  }
  .vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .inline-link:hover span,
  .vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .faux-link:hover span {
    color: rgba(var(--vsm-secondary-colour), 1);
  }
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .inline-link.secondary,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .faux-link.secondary {
  color: rgba(var(--vsm-secondary-colour), 1) !important;
}
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .inline-link.secondary::after,
.vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .faux-link.secondary::after {
  color: rgba(var(--vsm-secondary-colour), 1) !important;
}


.vsm-top.switch-fixed .navigation .more-nav ul li.lang .toggle-drop:hover span::after {
  color: rgba(var(--vsm-white), 1);
}
.vsm-top.switch-fixed .navigation .more-nav ul li.lang span {
  color: rgba(var(--vsm-white), 1);
}


@media (min-width: 768px) {
  .vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .inline-link.secondary:hover,
  .vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .faux-link.secondary:hover {
    color: rgba(var(--vsm-secondary-colour), 1);
  }
  .vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .inline-link.secondary:hover::after,
  .vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .faux-link.secondary:hover::after {
    color: rgba(var(--vsm-secondary-colour), 1);
  }
  .vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .inline-link.secondary:hover span,
  .vsm-top .navigation .primary-nav .mega-menu > .container > .row > .col-md-6 .nav-inserts .faux-link.secondary:hover span {
    color: rgba(var(--vsm-secondary-colour), 1);
  }
}
.vsm-top .navigation .more-nav ul > li > a {
  color: rgba(var(--vsm-white), 1);
}


.vsm-top .navigation.search-open {
  background: rgba(var(--vsm-white), 1);
}
.vsm-top .navigation.search-open .primary-nav .search-bar {
  display: block;
}
.vsm-top .navigation .burger-menu span {
  background: rgba(var(--vsm-white), 1) !important;
  transition: transform 0.2s ease-in-out;
}
.vsm-top .navigation .burger-menu span::before, .vsm-top .navigation .burger-menu span:after {
  background: rgba(var(--vsm-white), 1) !important;
}
.vsm-top .navigation .burger-menu.menu-open span {
  background: rgba(255, 255, 255, 0) !important;
}
.vsm-top .navigation .burger-menu.menu-open span::before {
  transition: all 0.2s ease-in-out;
  transform: translateY(6.2px) rotate(45deg);
}
.vsm-top .navigation .burger-menu.menu-open span::after {
  transition: all 0.2s ease-in-out;
  transform: translateY(-6px) rotate(-45deg);
}
.vsm-top.switch-fixed {
  background: transparent;
}
.vsm-top.switch-fixed .navigation .brand .logo-1 {
  display: none;
}
.vsm-top.switch-fixed .navigation .brand .logo-2 {
  display: block;
}
.vsm-top.switch-fixed .navigation .primary-nav ul li a {
  color: rgba(var(--vsm-white), 1);
      font-size: 0.875rem;
      font-family: "acumin-pro", sans-serif !important;
}
.vsm-top.switch-fixed .navigation .primary-nav ul li.dropdown a::after,
.vsm-top.switch-fixed .navigation .primary-nav ul li.meganav a::after {
  color: rgba(var(--vsm-white), 1);
}
.vsm-top.switch-fixed .navigation .more-nav ul li a {
  color: rgba(var(--vsm-white), 1);
}
.vsm-top.fixed {
  background: #1b0b41;
}
.vsm-top.fixed .navigation .brand .logo-1 {
  display: block;
}
.vsm-top.fixed .navigation .brand .logo-2 {
  display: none;
}
.vsm-top.fixed .navigation .primary-nav ul li a {
  color: rgba(var(--vsm-white), 1);
}
.vsm-top.fixed .navigation .primary-nav ul li.dropdown a::after,
.vsm-top.fixed .navigation .primary-nav ul li.meganav a::after {
  color: rgba(var(--vsm-white), 1);
}
.vsm-top.fixed .navigation .more-nav ul li a {
  color: rgba(var(--vsm-white), 1);
}
.vsm-top .signed-in-bar {
  background: rgba(var(--vsm-black), 1);
  font-family: "Public Sans", serif;
}
.vsm-top .signed-in-bar .signed-as {
  color: rgba(var(--vsm-primary-colour), 1);
}

.meganav.expanded-items .mega-menu > .container > .row .col .title i {
  margin-left: 10px;
  font-size: 14px;
}
.meganav.expanded-items .mega-menu > .container > .row .col .title a {
  color: rgba(var(--vsm-primary-colour), 1);
  margin: 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.meganav.expanded-items .mega-menu > .container > .row .col .title a:hover {
  color: rgba(var(--vsm-primary-colour), 1);
  border-bottom: 1px solid rgba(var(--vsm-primary-colour), 1);
}
.meganav.expanded-items .mega-menu > .container > .row .col .title a i {
  margin-left: 10px;
  font-size: 14px;
}
.meganav.expanded-items .mega-menu > .container > .row .col .title strong {
  color: rgba(var(--vsm-primary-colour), 1);
  margin: 0;
  padding: 0 0 20px 0;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 600;
}
.meganav.expanded-items .mega-menu > .container > .row .col ul {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.meganav.expanded-items .mega-menu > .container > .row .col ul li a {
  color: rgba(var(--vsm-primary-colour), 1);
  padding: 0;
  margin: 0 0 0px 0;
  font-weight: 300;
  font-size: 0.875rem;
}
.meganav.expanded-items .mega-menu > .container > .row .col ul li a:hover {
  color: rgba(var(--vsm-primary-colour), 1);
}
.meganav.expanded-items .mega-menu .container .row .col {
  flex: 1 0 auto;
  width: auto;
  min-width: 33.33%;
  max-width: 50%;
}

.menu-open .vsm-top {
  background: rgba(var(--vsm-black), 1);
}
.menu-open .vsm-top.switch-fixed .navigation .brand .logo-1 {
  display: block !important;
}
.menu-open .vsm-top.switch-fixed .navigation .brand .logo-2 {
  display: none !important;
}
.menu-open .vsm-top.switch-fixed .navigation .more-nav ul li.lang .toggle-drop span span,
.menu-open .vsm-top.switch-fixed .navigation .more-nav ul li.lang .toggle-drop span i {
  color: rgba(var(--vsm-white), 1);
}
.menu-open .vsm-top.switch-fixed .navigation .more-nav ul li.lang span i {
  color: rgba(var(--vsm-white), 1) !important;
}
.menu-open .vsm-top.switch-fixed .navigation .more-nav ul li.lang span span {
  color: rgba(var(--vsm-white), 1) !important;
}
.menu-open .vsm-top.switch-fixed .navigation .more-nav ul li a {
  color: rgba(var(--vsm-white), 1) !important;
}
.menu-open .vsm-top .navigation .more-nav ul li a {
  color: rgba(var(--vsm-black), 1);
}








.vsm-default-internal-hero{
  height: 70vh;
}

@media (min-width: 992px){
  .vsm-default-internal-hero{
    height: 100vh;
  }
}

.vsm-default-internal-hero .video::before,
.vsm-default-internal-hero .image::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1b0b41;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
.vsm-default-internal-hero .bg {
  z-index: 2;
}
.vsm-default-internal-hero .bg::before {
  display: none;
}
.vsm-default-internal-hero .bg .vsm-body .row .col .content .subtitle {
  color: #aaffe5;
}
.vsm-default-internal-hero .bg .vsm-body .row .col .content .heading,
.vsm-default-internal-hero .bg .vsm-body .row .col .content .md-heading {
  color: #ff0077;
  background: linear-gradient(to right, #ff0077, #ac00dd);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vsm-default-internal-hero .bg .vsm-body .row .col .content .rte {
  color: rgba(var(--vsm-white), 1);
}

.vsm-default-internal-hero .bg .vsm-body .row .col .content .btn{
  background: #ff0077;
  border-color: #ff0077;
}

.vsm-default-internal-hero .bg .vsm-body .row .col .content .btn:hover{
  background: transparent;
}


.vsm-drop-off-your-cv .form-holder,
.vsm-get-in-touch-form .form-holder,
.vsm-split-get-in-touch-form-content .form-holder,
.vsm-data-capture-alt .form-holder,
.vsm-data-capture .form-holder,
.vsm-job-details .form-holder,
.vsm-form-hero .form-holder,
#cv-dropoff .modal-body .form-holder {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-clip: padding-box;
  padding: 1rem;
}
@media (min-width: 768px) {
  .vsm-drop-off-your-cv .form-holder,
  .vsm-get-in-touch-form .form-holder,
  .vsm-split-get-in-touch-form-content .form-holder,
  .vsm-data-capture-alt .form-holder,
  .vsm-data-capture .form-holder,
  .vsm-job-details .form-holder,
  .vsm-form-hero .form-holder,
  #cv-dropoff .modal-body .form-holder {
    padding: 2rem;
  }
}

#cv-dropoff .modal-body .form-holder form .element.text .field::before,
#cv-dropoff .modal-body .form-holder form .element.select .field::before,
#cv-dropoff .modal-body .form-holder form .element.file .field::before,
#cv-dropoff .modal-body .form-holder form .element.textarea .field::before {
  color: rgba(var(--vsm-black), 1);
  top: 40%;
}

#cv-dropoff .modal-body .form-holder form .element.text input,
#cv-dropoff .modal-body .form-holder form .element.text select,
#cv-dropoff .modal-body .form-holder form .element.text textarea,
#cv-dropoff .modal-body .form-holder form .element.text .form-control,
#cv-dropoff .modal-body .form-holder form .element.select input,
#cv-dropoff .modal-body .form-holder form .element.select select,
#cv-dropoff .modal-body .form-holder form .element.select textarea,
#cv-dropoff .modal-body .form-holder form .element.select .form-control,
#cv-dropoff .modal-body .form-holder form .element.file input,
#cv-dropoff .modal-body .form-holder form .element.file select,
#cv-dropoff .modal-body .form-holder form .element.file textarea,
#cv-dropoff .modal-body .form-holder form .element.file .form-control,
#cv-dropoff .modal-body .form-holder form .element.textarea input,
#cv-dropoff .modal-body .form-holder form .element.textarea select,
#cv-dropoff .modal-body .form-holder form .element.textarea textarea,
#cv-dropoff .modal-body .form-holder form .element.textarea .form-control {
  border: 2px solid rgba(var(--vsm-primary-colour), 1);
  background: rgba(var(--vsm-white), 1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-clip: padding-box;
  color: rgba(var(--vsm-black), 1);
}

#cv-dropoff .modal-body .form-holder form .element.text input.placeholder,
#cv-dropoff .modal-body .form-holder form .element.text select.placeholder,
#cv-dropoff .modal-body .form-holder form .element.text textarea.placeholder,
#cv-dropoff .modal-body .form-holder form .element.text .form-control.placeholder,
#cv-dropoff .modal-body .form-holder form .element.select input.placeholder,
#cv-dropoff .modal-body .form-holder form .element.select select.placeholder,
#cv-dropoff .modal-body .form-holder form .element.select textarea.placeholder,
#cv-dropoff .modal-body .form-holder form .element.select .form-control.placeholder,
#cv-dropoff .modal-body .form-holder form .element.file input.placeholder,
#cv-dropoff .modal-body .form-holder form .element.file select.placeholder,
#cv-dropoff .modal-body .form-holder form .element.file textarea.placeholder,
#cv-dropoff .modal-body .form-holder form .element.file .form-control.placeholder,
#cv-dropoff .modal-body .form-holder form .element.textarea input.placeholder,
#cv-dropoff .modal-body .form-holder form .element.textarea select.placeholder,
#cv-dropoff .modal-body .form-holder form .element.textarea textarea.placeholder,
#cv-dropoff .modal-body .form-holder form .element.textarea .form-control.placeholder {
  color: rgba(var(--vsm-black), 1);
}

#cv-dropoff .modal-body .form-holder form .element.text input:-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.text select:-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.text textarea:-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.text .form-control:-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.select input:-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.select select:-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.select textarea:-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.select .form-control:-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.file input:-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.file select:-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.file textarea:-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.file .form-control:-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.textarea input:-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.textarea select:-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.textarea textarea:-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.textarea .form-control:-moz-placeholder {
  color: rgba(var(--vsm-black), 1);
}

#cv-dropoff .modal-body .form-holder form .element.text input::-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.text select::-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.text textarea::-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.text .form-control::-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.select input::-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.select select::-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.select textarea::-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.select .form-control::-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.file input::-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.file select::-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.file textarea::-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.file .form-control::-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.textarea input::-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.textarea select::-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.textarea textarea::-moz-placeholder,
#cv-dropoff .modal-body .form-holder form .element.textarea .form-control::-moz-placeholder {
  color: rgba(var(--vsm-black), 1);
}

#cv-dropoff .modal-body .form-holder form .element.text input:-ms-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.text select:-ms-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.text textarea:-ms-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.text .form-control:-ms-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.select input:-ms-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.select select:-ms-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.select textarea:-ms-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.select .form-control:-ms-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.file input:-ms-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.file select:-ms-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.file textarea:-ms-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.file .form-control:-ms-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.textarea input:-ms-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.textarea select:-ms-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.textarea textarea:-ms-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.textarea .form-control:-ms-input-placeholder {
  color: rgba(var(--vsm-black), 1);
}

#cv-dropoff .modal-body .form-holder form .element.text input::-webkit-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.text select::-webkit-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.text textarea::-webkit-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.text .form-control::-webkit-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.select input::-webkit-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.select select::-webkit-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.select textarea::-webkit-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.select .form-control::-webkit-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.file input::-webkit-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.file select::-webkit-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.file textarea::-webkit-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.file .form-control::-webkit-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.textarea input::-webkit-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.textarea select::-webkit-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.textarea textarea::-webkit-input-placeholder,
#cv-dropoff .modal-body .form-holder form .element.textarea .form-control::-webkit-input-placeholder {
  color: rgba(var(--vsm-black), 1);
}


#cv-dropoff .modal-body .form-holder form .element.text input[type=email],
#cv-dropoff .modal-body .form-holder form .element.text input[type=text],
#cv-dropoff .modal-body .form-holder form .element.text input[type=textarea],
#cv-dropoff .modal-body .form-holder form .element.text select[type=email],
#cv-dropoff .modal-body .form-holder form .element.text select[type=text],
#cv-dropoff .modal-body .form-holder form .element.text select[type=textarea],
#cv-dropoff .modal-body .form-holder form .element.text textarea[type=email],
#cv-dropoff .modal-body .form-holder form .element.text textarea[type=text],
#cv-dropoff .modal-body .form-holder form .element.text textarea[type=textarea],
#cv-dropoff .modal-body .form-holder form .element.text .form-control[type=email],
#cv-dropoff .modal-body .form-holder form .element.text .form-control[type=text],
#cv-dropoff .modal-body .form-holder form .element.text .form-control[type=textarea],
#cv-dropoff .modal-body .form-holder form .element.select input[type=email],
#cv-dropoff .modal-body .form-holder form .element.select input[type=text],
#cv-dropoff .modal-body .form-holder form .element.select input[type=textarea],
#cv-dropoff .modal-body .form-holder form .element.select select[type=email],
#cv-dropoff .modal-body .form-holder form .element.select select[type=text],
#cv-dropoff .modal-body .form-holder form .element.select select[type=textarea],
#cv-dropoff .modal-body .form-holder form .element.select textarea[type=email],
#cv-dropoff .modal-body .form-holder form .element.select textarea[type=text],
#cv-dropoff .modal-body .form-holder form .element.select textarea[type=textarea],
#cv-dropoff .modal-body .form-holder form .element.select .form-control[type=email],
#cv-dropoff .modal-body .form-holder form .element.select .form-control[type=text],
#cv-dropoff .modal-body .form-holder form .element.select .form-control[type=textarea],
#cv-dropoff .modal-body .form-holder form .element.file input[type=email],
#cv-dropoff .modal-body .form-holder form .element.file input[type=text],
#cv-dropoff .modal-body .form-holder form .element.file input[type=textarea],
#cv-dropoff .modal-body .form-holder form .element.file select[type=email],
#cv-dropoff .modal-body .form-holder form .element.file select[type=text],
#cv-dropoff .modal-body .form-holder form .element.file select[type=textarea],
#cv-dropoff .modal-body .form-holder form .element.file textarea[type=email],
#cv-dropoff .modal-body .form-holder form .element.file textarea[type=text],
#cv-dropoff .modal-body .form-holder form .element.file textarea[type=textarea],
#cv-dropoff .modal-body .form-holder form .element.file .form-control[type=email],
#cv-dropoff .modal-body .form-holder form .element.file .form-control[type=text],
#cv-dropoff .modal-body .form-holder form .element.file .form-control[type=textarea],
#cv-dropoff .modal-body .form-holder form .element.textarea input[type=email],
#cv-dropoff .modal-body .form-holder form .element.textarea input[type=text],
#cv-dropoff .modal-body .form-holder form .element.textarea input[type=textarea],
#cv-dropoff .modal-body .form-holder form .element.textarea select[type=email],
#cv-dropoff .modal-body .form-holder form .element.textarea select[type=text],
#cv-dropoff .modal-body .form-holder form .element.textarea select[type=textarea],
#cv-dropoff .modal-body .form-holder form .element.textarea textarea[type=email],
#cv-dropoff .modal-body .form-holder form .element.textarea textarea[type=text],
#cv-dropoff .modal-body .form-holder form .element.textarea textarea[type=textarea],
#cv-dropoff .modal-body .form-holder form .element.textarea .form-control[type=email],
#cv-dropoff .modal-body .form-holder form .element.textarea .form-control[type=text],
#cv-dropoff .modal-body .form-holder form .element.textarea .form-control[type=textarea] {
  color: rgba(var(--vsm-black), 1);
}

#cv-dropoff .modal-body .form-holder form .element.text input:focus,
#cv-dropoff .modal-body .form-holder form .element.text select:focus,
#cv-dropoff .modal-body .form-holder form .element.text textarea:focus,
#cv-dropoff .modal-body .form-holder form .element.text .form-control:focus,
#cv-dropoff .modal-body .form-holder form .element.select input:focus,
#cv-dropoff .modal-body .form-holder form .element.select select:focus,
#cv-dropoff .modal-body .form-holder form .element.select textarea:focus,
#cv-dropoff .modal-body .form-holder form .element.select .form-control:focus,
#cv-dropoff .modal-body .form-holder form .element.file input:focus,
#cv-dropoff .modal-body .form-holder form .element.file select:focus,
#cv-dropoff .modal-body .form-holder form .element.file textarea:focus,
#cv-dropoff .modal-body .form-holder form .element.file .form-control:focus,
#cv-dropoff .modal-body .form-holder form .element.textarea input:focus,
#cv-dropoff .modal-body .form-holder form .element.textarea select:focus,
#cv-dropoff .modal-body .form-holder form .element.textarea textarea:focus,
#cv-dropoff .modal-body .form-holder form .element.textarea .form-control:focus {
  box-shadow: none;
}

#cv-dropoff .modal-body .form-holder form .element.text select,
#cv-dropoff .modal-body .form-holder form .element.select select,
#cv-dropoff .modal-body .form-holder form .element.file select,
#cv-dropoff .modal-body .form-holder form .element.textarea select {
  color: rgba(var(--vsm-black), 1);
}
@media (min-width: 768px) {
 
  #cv-dropoff .modal-body .form-holder form .element.text select,
  #cv-dropoff .modal-body .form-holder form .element.select select,
  #cv-dropoff .modal-body .form-holder form .element.file select,
  #cv-dropoff .modal-body .form-holder form .element.textarea select {
    cursor: pointer;
  }
}

#cv-dropoff .modal-body .form-holder form .element.text .custom-file,
#cv-dropoff .modal-body .form-holder form .element.select .custom-file,
#cv-dropoff .modal-body .form-holder form .element.file .custom-file,
#cv-dropoff .modal-body .form-holder form .element.textarea .custom-file {
  font-weight: bold;
}
@media (min-width: 768px) {
  
  #cv-dropoff .modal-body .form-holder form .element.text .custom-file .custom-file-input,
  #cv-dropoff .modal-body .form-holder form .element.select .custom-file .custom-file-input,
  #cv-dropoff .modal-body .form-holder form .element.file .custom-file .custom-file-input,
  #cv-dropoff .modal-body .form-holder form .element.textarea .custom-file .custom-file-input {
    cursor: pointer;
  }
}

#cv-dropoff .modal-body .form-holder form .element.text .custom-file .custom-file-label,
#cv-dropoff .modal-body .form-holder form .element.select .custom-file .custom-file-label,
#cv-dropoff .modal-body .form-holder form .element.file .custom-file .custom-file-label,
#cv-dropoff .modal-body .form-holder form .element.textarea .custom-file .custom-file-label {
  font-weight: inherit;
  height: auto;
  border: 2px solid rgba(var(--vsm-primary-colour), 1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-clip: padding-box;
  background: rgba(var(--vsm-white), 1);
  color: rgba(var(--vsm-black), 1);
}

#cv-dropoff .modal-body .form-holder form .element.text .custom-file .custom-file-label::after,
#cv-dropoff .modal-body .form-holder form .element.select .custom-file .custom-file-label::after,
#cv-dropoff .modal-body .form-holder form .element.file .custom-file .custom-file-label::after,
#cv-dropoff .modal-body .form-holder form .element.textarea .custom-file .custom-file-label::after {
  color: rgba(var(--vsm-black), 1);
  top: 40%;
}


#cv-dropoff .modal-body .form-holder form .element.text .custom-file .custom-file-label span,
#cv-dropoff .modal-body .form-holder form .element.select .custom-file .custom-file-label span,
#cv-dropoff .modal-body .form-holder form .element.file .custom-file .custom-file-label span,
#cv-dropoff .modal-body .form-holder form .element.textarea .custom-file .custom-file-label span {
  font-weight: inherit;
}

#cv-dropoff .modal-body .form-holder form .element.submit .btn {
  display: inline-block;
  background-color: rgba(var(--vsm-primary-colour), 1);
  background: rgba(var(--vsm-primary-colour), 1);
  color: rgba(var(--vsm-white), 1);
  border: 2px solid rgba(var(--vsm-primary-colour), 1);
  transition: all 0.3s ease-in-out;
  padding: 0.625rem 3rem;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-clip: padding-box;
  padding: 0.5rem 2rem;
}

#cv-dropoff .modal-body .form-holder form .element.submit .btn:hover{
  color: #fff;
  background: transparent;
  background-color: transparent;
  border-color: rgba(var(--vsm-primary-colour), 1);
}

#cv-dropoff .modal-body .form-holder form .element.submit .btn span {
  color: rgba(var(--vsm-primary-button-text-colour), 1);
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  font-weight: 400;
}


#cv-dropoff .modal-body .form-holder form .element.submit .btn::after {
  display: none;
}

#cv-dropoff .modal-body .form-holder form span.error {
  color: rgba(var(--vsm-primary-colour), 1);
}

#cv-dropoff .modal-body .form-holder form .icheck-primary label {
  color: rgba(var(--vsm-black), 1);
  font-size: 0.875rem;
}

#cv-dropoff .modal-body .form-holder form .icheck-primary label span,
#cv-dropoff .modal-body .form-holder form .icheck-primary label p {
  color: rgba(var(--vsm-black), 1);
  font-size: 0.875rem;
}

#cv-dropoff .modal-body input:-webkit-autofill,
#cv-dropoff .modal-body input:-webkit-autofill:hover,
#cv-dropoff .modal-body input:-webkit-autofill:focus,
#cv-dropoff .modal-body input:-webkit-autofill:active {
  border: none;
  -webkit-box-shadow: 0 0 0 30px rgba(var(--vsm-white), 1) inset !important;
  -webkit-text-fill-color: rgba(var(--vsm-black), 1) !important;
}



#cv-dropoff .modal-content,
#vacancy-dropoff .modal-content,
#consultant-cv-dropoff .modal-content {
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-clip: padding-box;
  overflow: hidden;
}
#cv-dropoff .modal-content .modal-body,
#vacancy-dropoff .modal-content .modal-body,
#consultant-cv-dropoff .modal-content .modal-body {
  background: #1b0b41;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  #cv-dropoff .modal-content .modal-body,
  #vacancy-dropoff .modal-content .modal-body,
  #consultant-cv-dropoff .modal-content .modal-body {
    padding: 1rem;
  }
}
#cv-dropoff .modal-content .modal-body .md-heading,
#vacancy-dropoff .modal-content .modal-body .md-heading,
#consultant-cv-dropoff .modal-content .modal-body .md-heading {
  color: rgba(var(--vsm-white), 1);
}
#cv-dropoff .modal-content .modal-body .custom-file .custom-file-label,
#vacancy-dropoff .modal-content .modal-body .custom-file .custom-file-label,
#consultant-cv-dropoff .modal-content .modal-body .custom-file .custom-file-label {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-clip: padding-box;
}
#cv-dropoff .modal-content .modal-body .custom-file .custom-file-label span,
#vacancy-dropoff .modal-content .modal-body .custom-file .custom-file-label span,
#consultant-cv-dropoff .modal-content .modal-body .custom-file .custom-file-label span {
  color: rgba(var(--vsm-black), 1);
}
#cv-dropoff .modal-content .modal-body .icheck-primary label,
#vacancy-dropoff .modal-content .modal-body .icheck-primary label,
#consultant-cv-dropoff .modal-content .modal-body .icheck-primary label {
  color: rgba(var(--vsm-white), 1);
  font-size: 0.875rem;
}
#cv-dropoff .modal-content .modal-body .icheck-primary label span,
#cv-dropoff .modal-content .modal-body .icheck-primary label p,
#cv-dropoff .modal-content .modal-body .icheck-primary label a,
#vacancy-dropoff .modal-content .modal-body .icheck-primary label span,
#vacancy-dropoff .modal-content .modal-body .icheck-primary label p,
#vacancy-dropoff .modal-content .modal-body .icheck-primary label a,
#consultant-cv-dropoff .modal-content .modal-body .icheck-primary label span,
#consultant-cv-dropoff .modal-content .modal-body .icheck-primary label p,
#consultant-cv-dropoff .modal-content .modal-body .icheck-primary label a {
  color: rgba(var(--vsm-white), 1);
  font-size: 0.875rem;
}
#cv-dropoff .modal-content .modal-body .element.submit,
#vacancy-dropoff .modal-content .modal-body .element.submit,
#consultant-cv-dropoff .modal-content .modal-body .element.submit {
  margin-bottom: 1rem;
}
#cv-dropoff .modal-content .modal-body .element.submit .btn,
#vacancy-dropoff .modal-content .modal-body .element.submit .btn,
#consultant-cv-dropoff .modal-content .modal-body .element.submit .btn {
  width: auto;
}


/* TEST */


.mobile-actions .toggle-menu-mobile{
  cursor: pointer;
}

.clean-nav-container {
  justify-content: flex-start;
  background: #1b0b41;
;
    align-items: center;
    background: #1b0b41;
    padding: 1rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}


.clean-nav-container .container{
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.clean-nav-container .logo {
  max-width: 7rem;
}

.clean-nav-container .logo img {
  width: 100%;
  height: auto;
}

.clean-nav {
  width: 100%;
  display: flex;
justify-content: end;
}



.clean-nav-list a {
  text-decoration: none;
  color: #fff;
  padding: 0.75rem 1rem;
  display: inline-block;
  transition: color 0.3s ease;
}

.clean-nav-list a:hover {
  color: #f0c040;
}


/* === MOBILE NAV === */

.mobile-actions {
  z-index: 10000;
  display: block;
  position: relative;
}

.mobile-actions .toggle-menu-mobile {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}

.menu-icon {
  font-size: 1.5rem;
  color: #fff;
}



.menu-opened {
  /* Visible by default */
}

.menu-closed {
  /* Hidden initially */
}

.d-none {
  display: none !important;
}

.d-md-block{
    display:block !important;
}

.clean-slide-mobile-menu {
  position: fixed;
  top: 4rem;
  right: -100%;  /* hidden off-screen */
  width: 80%;
  max-width: 300px;
  height: 100%;
  background: #1b0b41;
  color: #fff;
  padding: 2rem 1.5rem;
  transition: right 0.3s ease;
  z-index: 100;
  display: block;
}

.clean-slide-mobile-menu.open {
  right: 0;  /* visible */
}

.clean-slide-mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.clean-slide-mobile-menu li {
  margin-bottom: 1rem;
  transition: all 300ms linear;
}

.clean-slide-mobile-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  display: block;
  transition: color 0.3s ease;
}

.clean-slide-mobile-menu .btn{
    border-color: #ff0077;
    background: #ff0077;
    text-decoration: none;
    transition: all 0.3s linear;
    border: 1px solid #ff0077;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clean-slide-mobile-menu .btn span{
  font-size: 1rem;
}

.clean-slide-mobile-menu li:hover{
  margin-left: .5rem;
}

.clean-slide-mobile-menu .btn:hover{
        background: #1b0b41;
    border: 1px solid #ff0077;

}

.clean-slide-mobile-menu .btn:hover span{
    color:#ff0077;
}

.clean-slide-mobile-menu a:hover {
  color: #ff0077;
}

/* Responsive */
/* @media (max-width: 991px) {
  .clean-nav-container {
    display: none;
  }
  
  
} */

@media (min-width: 992px) {
  .clean-slide-mobile-menu,
  .mobile-actions {
    display: none;
  }
  
}



/* CTA button */
.clean-nav-btn {
    background: rgb(255, 0, 119);
    text-decoration: none;
    transition: 0.3s linear;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 0, 119);
    border-image: initial;
    
}

.clean-nav-btn:hover {
  background: rgb(27, 11, 65);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 0, 119);
    border-image: initial;
}

.clean-nav-btn:hover span{
    color:rgb(255, 0, 119);
}



/* Menu icons toggle */
.clean-nav-list {
  display:none;
  align-items: center;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content:end;
}

@media (min-width: 992px){
    .clean-nav-list{
        display:flex;
    }
}



.vsm-timeline-vertical {
  height: 100%;
}

 .vsm-timeline-vertical .bg{
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
 }

 .vsm-timeline-vertical .date-placeholder .date{
       color: #aaffe5;
    background: linear-gradient(to right, #e4c1ff, #aaffe5);
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
 }


.vsm-timeline-vertical .bg .swiper-container .date::after {
  right: 0;
  left: 0;
  position: absolute;
  display: none;
}
@media (min-width: 768px) {
  .vsm-timeline-vertical .bg .swiper-container .date::after {
    display: block;
  }
}
.vsm-timeline-vertical .bg .swiper-container .swiper-slide .date::after {
  transition: all 0.3s linear;
}
.vsm-timeline-vertical .bg .swiper-container .swiper-slide.swiper-slide-active .date::after {
  width: 1.2rem;
  height: 1.2rem;
}

 .vsm-timeline-vertical .bg .events .events-holder .content .rte p{
  color: #fff;
}

.vsm-timeline-vertical .bg .events .events-holder .content .xs-heading{
      color: #ff0077;
    background: linear-gradient(to right, #ff0077, #ac00dd);
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vsm-timeline-vertical .bg .swiper-container .swiper-slide .row.left-side::before, .vsm-timeline-vertical .bg .swiper-container .swiper-slide .row.right-side::before {
  background: rgba(var(--vsm-primary-colour), 0.2);
  height: 85%;
  width: 3px;
  display: none;
}
@media (min-width: 768px) {
  .vsm-timeline-vertical .bg .swiper-container .swiper-slide .row.left-side::before, .vsm-timeline-vertical .bg .swiper-container .swiper-slide .row.right-side::before {
    display: block;
  }
}
@media (min-width: 768px) {
  .vsm-timeline-vertical .bg .swiper-container .swiper-slide .row.left-side .event .media {
    margin-right: 5rem;
  }
}
@media (min-width: 1200px) {
  .vsm-timeline-vertical .bg .swiper-container .swiper-slide .row.left-side .event .media {
    margin-right: 13rem;
  }
}
@media (min-width: 768px) {
  .vsm-timeline-vertical .bg .swiper-container .swiper-slide .row.right-side .event {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .vsm-timeline-vertical .bg .swiper-container .swiper-slide .row.right-side .event .media {
    height: 25rem;
  }
}
@media (min-width: 768px) {
  .vsm-timeline-vertical .bg .swiper-container .swiper-slide .row.right-side .event .media {
    margin-left: 5rem;
  }
}
@media (min-width: 1200px) {
  .vsm-timeline-vertical .bg .swiper-container .swiper-slide .row.right-side .event .media {
    margin-left: 13rem;
  }
}
@media (min-width: 768px) {
  .vsm-timeline-vertical .bg .swiper-container .swiper-slide .events-holder {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.vsm-timeline-vertical .bg .swiper-container .swiper-slide .events-holder .event {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .vsm-timeline-vertical .bg .swiper-container .swiper-slide .events-holder .event {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.vsm-timeline-vertical .bg .swiper-container .swiper-slide .events-holder .event .content {
  width: 100%;
}
.vsm-timeline-vertical .bg .swiper-container .swiper-slide .events-holder .event .content .sm-heading {
  font-size: 2rem;
}
.vsm-timeline-vertical .bg .swiper-container .swiper-slide .events-holder .event .media {
  width: 100%;
}
@media (min-width: 768px) {
  .vsm-timeline-vertical .bg .swiper-container .swiper-slide .events-holder .event .media {
    max-height: 20rem;
  }
}
.vsm-timeline-vertical .bg .swiper-container .swiper-slide .events-holder .event .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vsm-timeline-vertical .bg .swiper-navigation {
  margin-top: 2rem;
  position: static;
}
.vsm-timeline-vertical .bg .swiper-navigation .swiper-button-next {
  top: 63%;
}
.vsm-timeline-vertical .bg .swiper-navigation .swiper-button-next:hover i {
  transform: translateY(4px);
}
.vsm-timeline-vertical .bg .swiper-navigation .swiper-button-prev {
  top: 58%;
}
.vsm-timeline-vertical .bg .swiper-navigation .swiper-button-prev:hover i {
  transform: translateY(-4px);
}

.vsm-single-accordion .accordion .accordion-item .accordion-header{
    font-size: 1.125rem;
    display: block;
    color: #ff0077;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    padding: .8rem 0;
}

.vsm-single-accordion .accordion .accordion-item{
  margin-bottom: 0;
}