@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@600;700&display=swap");
:root {
  --vsm-white: 255, 255, 255;
  --vsm-black: 0, 0, 0;
  --vsm-body-copy-colour: 39, 47, 57;
  --vsm-accent-colour: 78, 29, 145;
  --vsm-primary-colour: 78, 29, 145;
  --vsm-secondary-colour: 226, 16, 105;
  --vsm-tertiary-colour: 255, 139, 0;
  --vsm-quaternary-colour: 51, 62, 75;
  --vsm-quinary-colour: 0, 219, 255;
}

:root {
  --vsm-mobile-padding-top: 30px;
  --vsm-mobile-padding-bottom: 30px;
  --vsm-tablet-padding-top: 50px;
  --vsm-tablet-padding-bottom: 50px;
  --vsm-desktop-padding-top: 80px;
  --vsm-desktop-padding-bottom: 80px;
}

/* **** EXTRA WIDE CONTAINER **** */
.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: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  font-size: 12px;
}

@media (min-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  html,
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

ul,
ol,
dd,
p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
  color: rgba(39, 47, 57, 0.9);
}

ul strong,
ol strong,
dd strong,
p strong {
  font-weight: 600;
}

a {
  color: #4e1d91;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #4e1d91;
}

.heading {
  font-size: 70px;
  font-size: 4.375rem;
}

.md-heading {
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 1.2rem;
}

.sm-heading {
  font-size: 40px;
  font-size: 2.5rem;
}

.xs-heading {
  font-size: 18px;
  font-size: 1.125rem;
}

.xxs-heading {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sub-heading {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ------------------------------
Buttons
--------------------------------*/
.btn {
  border-radius: 30rem;
  background: #4e1d91;
  border: #4e1d91;
}



.btn:hover {
  background: black;
  border: black;
  color: #ffffff !important;
}

/* ------------------------------
Forms
--------------------------------*/
/* ***** FORM VALIDATION MESSAGES ****** */
.field-validation-error,
.field-validation-valid,
.validation-summary-errors {
  /* DEFAULT STYLES FOR VALIDATION MESSAGES - CLASS BASED ON DEV REQUIREMENTS */
}

.element.checkbox .error,
.vsm-form-hero .error{
  color: red;
  font-weight: bold;
}

/* ------------------------------
Theme
--------------------------------*/
:root {
  --vsm-text-size: 1.25rem;
  --vsm-md-heading: 3.125rem;
}

/* Setting fade transition and default settings */
body {
  color: #000;
  background-color: #fff;
  transition: background-color 1s ease;
}

/* panel styles */
.scroll-panel {
  /* min height incase content is higher than window height */
}

/* colours */
.color-white {
  background-color: #ffffff;
}

.color-primary {
  background-color: rgba(78, 29, 145, 0.1);
}

.color-secondary {
  background-color: rgba(226, 16, 105, 0.05);
}

.color-secondary-2 {
  background-color: rgba(226, 16, 105, 0.7);
}

.container {
  padding-left: 25px;
  padding-right: 25px;
}

.vsm-top .navigation .primary-nav .mega-menu {
  overflow: scroll;
  max-height: 70vh;
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 1.875rem 1.875rem 0 rgba(0, 0, 0, 0);
  overflow: visible;
  height: auto;
}

.vsm-top .navigation .primary-nav .mega-menu > .container {
  background: white;
  box-shadow: 0 1.875rem 1.875rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.3125rem;
  overflow-y: auto;
  min-height: 30vh;
}

.vsm-top .navigation .primary-nav .mega-menu .col nav {
  grid-auto-flow: row;
}

.vsm-top .navigation .primary-nav .mega-menu .col:nth-child(1) {
  width: 25%;
}

.vsm-top .navigation .primary-nav .mega-menu .col:nth-child(2) {
  width: 25%;
}

.vsm-top .navigation .primary-nav .mega-menu .col:nth-child(3) {
  width: 25%;
  border-right: 0.063rem solid rgba(0, 0, 0, 0.1);
}

.vsm-top .navigation .primary-nav .mega-menu .col:nth-child(4) {
  width: 25%;
}

.vsm-top.fixed {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
}

.menu-open .vsm-top.fixed .vsm-top.fixed {
  background: white;
}

.menu-open .vsm-top .navigation .brand .logo-1 {
  display: none;
}

.menu-open .vsm-top .navigation .brand .logo-2 {
  display: block;
}
.vsm-top .navigation .more-nav ul li{
  margin: 0 0 0 1.563rem
}
@media (max-width: 767px) {
.vsm-top .navigation .more-nav ul li a.btn{
  padding: .625rem 1rem;
}
}
@media (min-width: 420px) {
.vsm-top .navigation .brand img {
  height: 3rem;
}
}
@media (min-width: 768px) {
.vsm-top .navigation .brand img {
  height: 4.7rem;
}
.vsm-top .navigation .more-nav ul li{
  margin: 0 0 0 1.563rem
}
}
.vsm-top .navigation .primary-nav ul li a {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-top .navigation .more-nav ul li:nth-child(1){
margin: 0 0 0 0rem;
}
.vsm-top .navigation .primary-nav ul li a:hover {
  color: #4E1D91;
}

.vsm-top .navigation .primary-nav .mega-menu nav a p {
  margin-bottom: 0;
}

.vsm-centralised-title-intro-text .md-heading {
  font-size: 60px;
  font-size: 3.75rem;
}

.vsm-default-single-media-hero .search-bar {
  padding: 0 15px;
}

.vsm-default-single-media-hero .bg .video:after {
  background: rgba(0, 0, 0, 0.6);
}

.vsm-default-single-media-hero .search-bar > .row > .col {
  flex: 0 0 auto;
  width: 100%;
}

.vsm-default-single-media-hero .content.searchbar-holder {
  position: absolute;
  width: 100%;
  left: 0;
  max-width: 540px;
  margin: 0 auto;
  right: 0;
  bottom: 5rem;
}

@media (min-width: 768px) {
  .vsm-default-single-media-hero .content.searchbar-holder {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .vsm-default-single-media-hero .content.searchbar-holder {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .vsm-default-single-media-hero .content.searchbar-holder {
    max-width: 1140px;
  }
}

.vsm-default-single-media-hero .search-bar .input-group {
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
  overflow: hidden;
  height: 3.75rem;
}

.vsm-default-single-media-hero .search-bar .input-group .input-group-text {
  height: 100%;
  padding: 0.375rem 0.75rem 0.375rem 1.75rem;
}

.vsm-content-layout-7 .bg {
  margin: 3.75rem 0;
}

.vsm-content-layout-7 .medias img {
  border-radius: 10px;
}

.vsm-content-layout-7 .sm-heading {
  font-size: 50px;
  font-size: 3.125rem;
}
.vsm-default-single-media-hero,  
.vsm-full-width-fixed-media-bg .bg{
 overflow-x: hidden; 
}
.vsm-full-width-fixed-media-bg .bg .video:after {
  background: rgba(0, 0, 0, 0.1);
}

.vsm-full-width-fixed-media-bg .content blockquote {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.vsm-full-width-fixed-media-bg .content blockquote .author .name {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}

.vsm-full-width-fixed-media-bg .content blockquote .author .position {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
}

.vsm-full-width-fixed-media-bg .content .play-btn:hover {
  color: #4e1d91;
}

.vsm-full-width-fixed-media-bg .content .inline-link {
  display: flex;
}

.vsm-full-width-fixed-media-bg .content .inline-link:hover {
  color: #ffffff;
}

.vsm-small-boxes .vsm-body .container {
  max-width: 100%;
}

.vsm-small-boxes .col {
  padding: 0;
  margin: 0;
  max-width: 100%;
  flex: 1 0 100%;
}

@media (min-width: 768px) {
  .vsm-small-boxes .col {
    max-width: 50%;
    flex: 1 0 50%;
  }
}

@media (min-width: 1024px) {
  .vsm-small-boxes .col {
    max-width: 25%;
    flex: 1 0 25%;
  }
}

.vsm-small-boxes .col .small-box-card {
  min-height: 300px;
  margin: 0;
  border-radius: 0;
  transform: scale(1);
}

.vsm-small-boxes .col .small-box-card .media {
  margin-bottom: 0;
  background-image: linear-gradient(#4e1d91, black);
}

.vsm-small-boxes .col .small-box-card .media img {
  mix-blend-mode: luminosity;
}

.vsm-small-boxes .col .small-box-card .media:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
}

.vsm-small-boxes .col .small-box-card:hover {
  transform: scale(1);
}

.vsm-small-boxes .col .small-box-card:hover img {
  mix-blend-mode: normal;
}

.vsm-small-boxes .col .small-box-card:hover .content .media img {
  transform: scale(1);
  mix-blend-mode: normal;
}

.vsm-small-boxes .col .small-box-card .content .media {
  background: none;
  margin-bottom: 0.9rem;
}

.vsm-small-boxes .col .small-box-card .content .media img {
  transform: scale(1);
  object-fit: contain;
}

.vsm-small-boxes .col .small-box-card .content .xs-heading {
  font-size: 40px;
  font-size: 2.5rem;
}

.vsm-small-boxes .col .small-box-card .content .inline-link {
  color: white;
}

.vsm-small-boxes .col .small-box-card .content .inline-link:hover {
  color: white;
  text-decoration: underline;
}

.vsm-small-boxes .col .small-box-card .content .details {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.vsm-wide-media-carousel .vsm-header .md-heading {
  font-size: 60px;
  font-size: 3.75rem;
  margin: 0 auto;
  margin-bottom: 2.2rem;
}

.vsm-wide-media-carousel .vsm-body .media {
  border-radius: 10px;
}

.vsm-indented-content .md-heading {
  font-size: 40px;
  font-size: 2.5rem;
}

.vsm-indented-content .col-md-10 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.vsm-centralised-title-intro-text .col-10 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .vsm-centralised-title-intro-text .col-10 {
    width: 66.6666666667%;
  }
}

.vsm-centralised-title-intro-text.larger-title .md-heading {
  font-size: 60px;
  font-size: 3.75rem;
}

.vsm-centralised-title-intro-text.larger-title .col-10 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .vsm-centralised-title-intro-text.larger-title .col-10 {
    width: 66.6666666667%;
  }
}

.vsm-video-carousel .video-card {
  border-radius: 30px;
  overflow: hidden;
}

.vsm-video-carousel .video-card p {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}



.vsm-full-width-call-to-action .vsm-body > .row {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.vsm-full-width-call-to-action .vsm-body .md-heading {
  font-size: 40px;
  font-size: 2.5rem;
}

.vsm-full-width-call-to-action .vsm-body p {
  color: #ffffff;
}

.vsm-full-width-call-to-action .vsm-body a.btn {
  background: white;
  border: white;
  margin-top: 1rem;
}

.vsm-full-width-call-to-action .vsm-body a.btn span {
  color: black;
}

.vsm-full-width-call-to-action .vsm-body a.btn:hover {
  background: #4e1d91;
  border: #4e1d91;
}

.vsm-full-width-call-to-action .vsm-body a.btn:hover span {
  color: white;
}

footer.vsm-default-footer,
.vsm-default-signoff {
  background: #373656;
}

footer.vsm-default-footer .newsletter-signup p {
  font-size: 16px;
  font-size: 1rem;
}

footer.vsm-default-footer .newsletter-signup .btn {
  border-radius: 0;
}

.vsm-default-signoff a:hover {
  color: #894fdb;
}

.vsm-default-signoff .signoff-links {
  font-size: 12px;
  font-size: 0.75rem;
}

.vsm-default-signoff .signoff-links a:hover {
  color: #894fdb;
}

.vsm-content-in-image-carousel .vsm-body .content-in-image {
  border-radius: 1.25rem;
}

.vsm-content-in-image-carousel .vsm-body .content-in-image .md-heading {
  font-size: 40px;
  font-size: 2.5rem;
}

.vsm-content-in-image-carousel .vsm-body .content-in-image p {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-card-links .vsm-body .col a.card-link {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 1.25rem;
}

.vsm-card-links .vsm-body .col a.card-link .sm-heading {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 500;
  color: black;
}

.vsm-card-links .vsm-body .col a.card-link p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  color: #272f39;
}

.vsm-card-links .vsm-body .col a.card-link p strong {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  color: #272f39;
}

.vsm-content-image-50-50 .media {
  border-radius: 1.875rem;
}

.vsm-content-image-50-50 .btn {
  background: #4E1D91;
  border: #4E1D91;
}

.vsm-content-image-50-50 .btn:hover {
  background: #000000;
  border: #000000;
}

.vsm-content-image-50-50.right .btn {
  background: #4e1d91;
  border: #4e1d91;
}

.vsm-content-image-50-50.right .btn:hover {
  background: black;
  border: black;
}

.color-secondary-2 {
  color: white;
}

.color-secondary-2 .md-heading {
  color: white;
}

.color-secondary-2 .rte {
  color: white;
}

.color-secondary-2 .rte p,
.color-secondary-2 .rte ul,
.color-secondary-2 .rte li,
.color-secondary-2 .rte a {
  color: white;
}

.vsm-short-content-33-33-33 p {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-short-content-33-33-33 .component-wrapper .col {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
}

.vsm-short-content-33-33-33 .component-wrapper .col:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0);
}

.vsm-short-content-33-33-33 .component-wrapper .col:last-child .content {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .vsm-short-content-33-33-33 .component-wrapper .col {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .vsm-short-content-33-33-33 .component-wrapper .col:nth-child(1), .vsm-short-content-33-33-33 .component-wrapper .col:nth-child(2) {
    border-top: 1px solid rgba(0, 0, 0, 0);
  }
  .vsm-short-content-33-33-33 .component-wrapper .col:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .vsm-short-content-33-33-33 .component-wrapper .col:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0);
  }
}

@media (min-width: 1024px) {
  .vsm-short-content-33-33-33 .component-wrapper .col {
    border-bottom: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .vsm-short-content-33-33-33 .component-wrapper .col .content {
    margin-bottom: 0;
  }
  .vsm-short-content-33-33-33 .component-wrapper .col:nth-child(1) {
    border-top: 0px solid rgba(0, 0, 0, 0);
  }
  .vsm-short-content-33-33-33 .component-wrapper .col:nth-child(2) {
    border-top: 0px solid rgba(0, 0, 0, 0);
  }
  .vsm-short-content-33-33-33 .component-wrapper .col:nth-child(3) {
    border-top: 0px solid rgba(0, 0, 0, 0);
  }
  .vsm-short-content-33-33-33 .component-wrapper .col:nth-child(3n) {
    border-right: 1px solid rgba(0, 0, 0, 0);
  }
  .vsm-short-content-33-33-33 .component-wrapper .col:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0);
  }
  .vsm-short-content-33-33-33 .component-wrapper .col:last-child .content {
    margin-bottom: 0;
  }
}

.vsm-short-content-33-33-33 .component-wrapper .content .feature .media {
  background: none;
  padding: 0;
}

.vsm-short-content-33-33-33 .component-wrapper .content .feature .media img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vsm-content-layout-3 .media {
  border-radius: 1.25rem;
}

.vsm-content-layout-3 .media .plyr video {
  aspect-ratio: 1/1.2;
}

.vsm-content-layout-3 .media .plyr__poster-enabled .plyr__poster {
  height: 100%;
}

.vsm-job-carousel .vsm-header .row {
  justify-content: center;
  text-align: center;
}

.vsm-job-carousel .vsm-header .col-auto {
  display: none;
}

.vsm-job-carousel .swiper-slide {
  border-radius: 1.875rem;
}

.vsm-job-carousel .job-data .post-date {
  display: none;
}

.vsm-job-carousel .job-data .job-ref {
  display: none;
}

.vsm-job-carousel .job-data .xs-heading a {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.vsm-job-carousel .job-data .job-data-highlights {
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

.vsm-job-carousel .job-data .job-data-highlights li i {
  display: none;
}

.vsm-job-carousel .job-data p {
  font-size: 14px;
  font-size: 0.875rem;
}

.vsm-single-accordion .vsm-header {
  margin-bottom: 3.75rem;
}

.vsm-stats-count-up .content {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  mix-blend-mode: multiply;
}

.vsm-stats-count-up .col {
  margin-bottom: 1.875rem;
}

.vsm-stats-count-up .col .stat:after {
  display: none;
}

.vsm-stats-count-up .stat {
  padding: 1.25rem;
}

.vsm-stats-count-up .stat .count {
  margin-top: 0.938rem;
  text-align: center;
  font-size: 35px;
  font-size: 2.1875rem;
}

.vsm-stats-count-up .stat .count span {
  color: black;
}

.vsm-stats-count-up .stat .description {
  text-align: center;
}

.vsm-contained-full-width-banner .media {
  border-radius: 1.875rem;
}

.vsm-content-layout-3 .sm-heading {
  font-size: 30px;
  font-size: 1.875rem;
}

.vsm-aligned-title-intro-text.big-intro .rte p,
.vsm-aligned-title-intro-text.big-intro .rte li {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.2;
}

.vsm-content-in-image-carousel.plain-secondary-boxes .vsm-header {
  display: none;
}

.vsm-content-in-image-carousel.plain-secondary-boxes .content-in-image {
  background: #e21069;
  border-radius: 1.25rem;
}

.vsm-content-in-image-carousel.plain-secondary-boxes .content-in-image .btn {
  position: relative;
  background: none;
  padding: 0;
}

.vsm-content-in-image-carousel.plain-secondary-boxes .content-in-image .btn span {
  color: white;
}

.vsm-content-in-image-carousel.plain-secondary-boxes .content-in-image .btn: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-short-testimonial-carousel {
  overflow: hidden;
}

.vsm-short-testimonial-carousel .swiper-container {
  overflow: visible;
}

.vsm-short-testimonial-carousel .testimonial-data {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.875rem;
}

.vsm-short-testimonial-carousel .testimonial-data .author .name {
  margin-bottom: 0px;
}

.vsm-short-testimonial-carousel .testimonial-data .author .position {
  font-family: "Inter", sans-serif;
  margin-top: 0;
}

.vsm-job-search-results-listings-alt .job-listing .job-data .xs-heading a {
  font-size: 30px;
  font-size: 1.875rem;
}

.vsm-job-search-results-listings-alt .job-listing .job-data .btn.btn-secondary {
  background: #4e1d91;
  border: #4e1d91;
  color: #fffff !important;
}

.vsm-job-search-results-listings-alt .job-listing .job-data .btn.btn-secondary:hover {
  background: black;
  border: black;
}

.vsm-job-search-results-listings-alt .side-cta {
  margin-top: 2.5rem;
  border-radius: 1.25rem;
  background: rgba(226, 16, 105, 0.3);
  color: white;
}

.vsm-job-search-results-listings-alt .side-cta p {
  color: white;
}

.vsm-job-search-results-listings-alt .side-cta .btn {
  background: #e21069;
  border: #e21069;
}

.vsm-job-search-results-listings-alt .side-cta .btn:hover {
  background: black;
  border: black;
}

.vsm-job-details .job-data > .row > .col,
.vsm-job-details .job-data > .row > .col-auto {
  width: 100%;
}

.vsm-job-details .job-data > .row > .col-auto {
  margin: 1.25rem 0;
}

.vsm-job-details .vsm-body .container > .row > .col:nth-child(1) {
  margin: 0 auto;
}

.vsm-job-details .vsm-body .container > .row:nth-child(1) .col:nth-child(1) {
  margin: 0;
}

.vsm-drop-off-your-cv .rte p {
  color: #ffffff;
}

.vsm-drop-off-your-cv .form-holder a {
  color: white;
  text-decoration: underline;
}

.vsm-drop-off-your-cv .form-holder a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.vsm-drop-off-your-cv .form-holder .icheck-primary {
  align-items: center;
  align-content: center;
}

.vsm-drop-off-your-cv .form-holder .element.select {
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-radius: 0px;
}

.vsm-drop-off-your-cv .form-holder .element.select .field::before {
  color: white;
}

.vsm-drop-off-your-cv .form-holder .element.select .field::after {
  position: relative;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.3);
}

.vsm-drop-off-your-cv .form-holder .element.select option {
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-radius: 0px;
  color: rgba(var(--vsm-black), 1);
}

.vsm-drop-off-your-cv .bg {
  background: black;
}

.vsm-job-details .share dl {
  align-items: center;
}

.vsm-job-details .form-holder {
  border-radius: 1.25rem;
}

.element.file label {
  line-height: 1.8;
}

.slide-menu {
  top: 6rem;
  background: black;
}

.slide-menu .cta-box {
  border-radius: 0.625rem;
}

.slide-menu .cta-box .btn {
  background: black;
  border: black;
}

.slide-menu .cta-box .btn:hover {
  background-color: #ffffff;
}

.slide-menu .cta-box .btn:hover span {
  color: black;
}

.slide-menu ul li a {
  color: white;
}

.slide-menu ul li a:hover {
  color: #ca40d8 !important;
}

.vsm-full-width-fixed-media-bg .vsm-body .row > .col {
  max-width: 80%;
}

@media (min-width: 768px) {
  .vsm-full-width-fixed-media-bg .vsm-body .row > .col {
    max-width: 50%;
  }
}

.vsm-indented-content .col-md-10 {
  width: 100%;
}

@media (min-width: 768px) {
  .vsm-indented-content .col-md-10 {
    width: 66.6666666667%;
  }
}

.plyr__control--overlaid {
  background: #4e1d91;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background: #4e1d91;
}

.field-validation-error {
  color: #e21069;
}
.vsm-full-width-fixed-media-bg  {
  position:relative;
}
:root {
  scroll-behavior: auto;
}

body.side-scroll .main {
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}

body.side-scroll .main > div {
  height: 100vh;
  width: 100vw;
}
/*# sourceMappingURL=theme.css.map */


 /* CM CALLBACK REQ */

.cm-callback-req{
    padding: 3rem 0;
}

.cm-callback-req.dark-green{
    /*background-image: url('/uploads/banner-bg.png')*/
}

.cm-callback-req.dark-green .element label{
        color: #000000;
}
.cm-callback-req.dark-green input::placeholder,
.cm-callback-req.dark-green textarea::placeholder{
       color: #fff!important;
       opacity: 0.5;
}
.cm-callback-req .col{
    margin-top: 1rem;
}

.cm-callback-req .element.select .field:before{
    content: url('/uploads/white-arrow.svg');
}

.cm-callback-req.dark-green .sm-heading{
    color: #000000;
    position: relative;
    padding: 10px 0;
}

.cm-callback-req.dark-green .sm-heading::after{
    position: absolute;
    content: '';
    height: 1px;
    bottom: 0; 
    left: 0;
    width: 100%;
    background: #000000;
}

.cm-callback-req.dark-green .form-holder .field .form-control{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    padding-left: 0;
    color: #000000;
}


.cm-callback-req.dark-green .form-holder .field .icheck-primary a{
    color: #000000 !important;
}


.cm-callback-req.dark-green form .element.select.form-group .field select {
    background-color: transparent ;
    border: none;
    border-bottom: 1px solid #000000;
    padding-left: 0;
}

.cm-callback-req.dark-green form .element.select.form-group .field select{
    color: #000000;
}

.cm-callback-req.dark-green .form-holder .element.select .field::before{
    color: #000000;
}

.cm-callback-req form .element.file .field {
    border: none;
    padding-left: 0;
}

.cm-callback-req.dark-green form .element.file .field label{
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
}


.cm-callback-req.dark-green form .element.file .field label span{
    color: #fff;
}

.cm-callback-req.dark-green form .element.file .field .custom-file-label::after{
    color: #000000;
}


.cm-callback-req.dark-green .form-holder .field .icheck-primary a{
    color: #fff;
}


.cm-callback-req .form-holder .element.submit{
    display: flex;
    align-items: center;
}
  .cm-callback-req .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  @media (min-width: 768px) {
    .cm-callback-req .col {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
      flex: 1 0 0;
    }
  }

 @media (min-width: 1024px) {
  .cm-callback-req.dark-green .media{
    padding-left: 10%;
padding-right: 10%;
}
 }

  .cm-callback-req .general-contact-details li {
    margin-bottom: 1rem;
    font-size: var(--vsm-intro-text-size);
    font-weight: 500;
  }
  .cm-callback-req .socials li {
    font-size: var(--vsm-intro-text-size);
    font-weight: 500;
    margin-bottom: 1rem;
  }


.cm-callback-req .media img{
    width: 100%;
}

@media (max-width:768px){
    .cm-callback-req .media img{
    display: none;
}
}



.cm-callback-req.biege{
    background-color: #000000; 
}

.cm-callback-req.biege .sm-heading{
    color: #000000;
    position: relative;
    padding: 10px 0;
    margin-bottom: 3rem;
}
.cm-callback-req.biege .sm-heading::after{
    position: absolute;
    content: '';
    height: 1px;
    bottom: 0; 
    left: 0;
    width: 100%;
    background: #000000;
    
}

.cm-callback-req.biege .element.text label{
    color: #000000;
}

.cm-callback-req.biege  .form-control{
    border: none;
    padding-left: 0;
}

.cm-callback-req.biege input::placeholder{
    color: #03363dc0;
}

.cm-callback-req.biege .element.textarea label{
    color: #03363d;
}

.cm-callback-req.biege .element.textarea textarea {
    color: #03363d;
}

.cm-callback-req.biege .element.textarea textarea::placeholder {
    color: #03363dc0;
}

.cm-callback-req.biege .form-holder .field .form-control{
    border-bottom: 1px solid #03363d;
    background-color: transparent ;
}


.cm-callback-req.biege form .element.select.form-group .field select {
    background-color: transparent ;
    border: none;
    border-bottom: 1px solid #03363d;
    padding-left: 0;
}

.cm-callback-req.biege form .element.select.form-group .field select{
    color: #03363dc0;
}

.cm-callback-req.biege .form-holder .element.select .field::before{
    color: #03363d;
}


.cm-callback-req.biege form .element.file .field label{
    background: transparent;
    border: none;
    border-bottom: 1px solid #03363d;

}


.cm-callback-req.biege form .element.file .field label span{
    color: #03363d;
}
.cm-callback-req.biege form .element.file .field .custom-file-label::after{
    color: #03363d;
}


.cm-callback-req.biege .form-holder .field .icheck-primary a{
    color: #03363d;
}

.cm-callback-req.biege .form-holder .field .icheck-primary{ 
    color: #03363d;
}

.cm-callback-req .icheck-primary>input:first-child:checked+label::before{
    background-color: #fff ;
}

.cm-callback-req select option{
    color: #03363d;
}


.cm-callback-req .form-holder .btn {
    background: #4e1d91 !important;
    border-radius: 2rem;
    padding: 0.8rem 2rem !important;
}

.cm-callback-req .form-holder .btn span{
    color: #ffffff !important;
}

.cm-callback-req .form-holder .btn::before{
    border-color: #FFFFFF !important;
}

.cm-callback-req .form-holder .btn:after{
    content: url('/uploads/green-arrow.svg');
}

.cm-callback-req .form-holder .btn:hover::before {
    width: 89% !important;
}


/* .vsm-content-cards-33-33-33 start */

.vsm-content-cards-33-33-33 .content-card .content .media img {
  min-height: 5rem;
  -o-object-fit: contain;
  object-fit: cover;
  max-width: 100%;
}

/* .vsm-content-cards-33-33-33 END */