@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
:root {
  --vsm-white: 255, 255, 255;
  --vsm-black: 9, 9, 9;
  --vsm-body-copy-colour: 116, 118, 120;
  --vsm-accent-colour: 255, 211, 68;
  --vsm-primary-colour: 255, 164, 0;
  --vsm-secondary-colour: 80, 74, 70;
  --vsm-tertiary-colour: 214, 218, 213;
  --vsm-quaternary-colour: 214, 218, 213;
  --vsm-quinary-colour: 214, 218, 213;
}
: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;
}
.container.wide {
  padding-right: 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%;
  }
}
.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;
}
html,
body {
  height: 100% !important;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  html,
  body {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  html,
  body {
    font-size: 16px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

ul{
  list-style: none;
}

.rte ul li{
  position:relative ;
}

.rte ul li::before {
  content: '\2014';
  color: #224628;
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
  font-size: .5rem;
  transform: translateY(-3px);
}

ul,
ol,
dd,
p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: #000;
}
ul strong,
ol strong,
dd strong,
p strong {
  font-weight: 600;
}
a {
  color: #ffa400;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #ffd344;
}
.heading {
  font-size: 70px;
  font-size: 4.375rem;
}
.md-heading {
  font-size: 40px;
  font-size: 2.5rem;
}
.sm-heading {
  font-size: 30px;
  font-size: 1.875rem;
}
.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;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffa400;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1d211e;
}





.btn {
  background: #ffa400;
  transition: 0.3s all ease-in-out;
}
.btn:hover {
  transform: scale(1.1);
}
.btn span {
  color: #000;
  font-weight: 500;
}
.vsm-top {
  background: rgba(29, 33, 30, 0.412);
}

.vsm-top .primary-nav li a.active {
  color: #FFA400 !important;
}

body.menu-open .vsm-top{
  background: rgba(29, 33, 30, 0.412);
}

.menu-open .vsm-top .navigation .more-nav ul li .burger-menu span::before, .menu-open .vsm-top .navigation .more-nav ul li .burger-menu span:after{
  color: #fff;
}

.menu-open .vsm-top .navigation .more-nav ul li .burger-menu span::before{
  transform: rotate(45deg);
  top: 0;
}


.menu-open .vsm-top .navigation .more-nav ul li .burger-menu span::after{
  transform: rotate(-45deg);
  top: 0;
}

.slide-menu ul{
  background: #224628;
}

.menu-open .vsm-top .navigation .more-nav ul li.mobile span.burger-menu span{
  background-color: transparent !important;
}

.vsm-top .navigation .primary-nav ul li a{
  font-size: 1rem;
}

.vsm-top .navigation .primary-nav ul li.dropdown:hover>a{
  color: #FFA400 !important;
}

.vsm-top .navigation .primary-nav ul li.dropdown:hover ul li a{
  color: #FFA400 !important;
}

.vsm-top.fixed .navigation .primary-nav ul li.dropdown>a:after{
  color: #fff;
}

.vsm-top .brand .logo-1 img, .vsm-top .brand .logo-2 img{
  padding: .5rem;
}



@media (max-width: 1200px){
  .vsm-top .navigation .primary-nav nav {
    display: none;
}

.vsm-top .navigation .more-nav ul li.mobile {
    display: block;
}
}



@media (min-width: 1024px){
.vsm-top .navigation .primary-nav nav {
justify-content: center;
}
}

@media (max-width:768px){
  .vsm-top .more-nav .btn{
  border: 0px solid transparent !important;
}

.vsm-top .more-nav .btn:hover{
  background-color: #FFA400;
}

.vsm-top .more-nav .btn span{
  display: none;
}

.vsm-top .more-nav .fa-cloud-upload-alt::before{
  content: "\f0e0";
}

.vsm-top .more-nav .btn{
  padding: 0;
}


}

.vsm-top .more-nav .btn{
  background: transparent;
  border: 1px solid #FFA400;
  font-weight: 400;
  padding: .3rem 2.4rem ;
}

.vsm-top .more-nav .btn span{
  color: #fff;
}

.vsm-top .more-nav .search-bar-btn, .vsm-top .more-nav .fa-envelope, .vsm-top .more-nav .ajax-login, .vsm-top .more-nav .lang{
  display: none !important;
}

@media (min-width: 768px){
.vsm-top .navigation .brand img {
    height: 3.125rem;
}

.vsm-top .brand .logo-1, .vsm-top .brand .logo-2{
  padding: .6rem !important;
}


.vsm-top .more-nav .fa-cloud-upload-alt{
  display: none;
}

}
.vsm-top ul li a {
  color: #fff !important;
  font-weight: 400 !important;
}
.vsm-top ul li a:hover {
  color: #ffa400 !important;
}

.vsm-top ul li a.btn:hover{
background: #FFA400;
}

.vsm-top.fixed {
  background: #1d211e;
}

.vsm-top.fixed .navigation .more-nav ul li .burger-menu span::after{
  background: #FFF;
}

.vsm-top.fixed .navigation .more-nav ul li .burger-menu span::before {
  background: #fff;
}

.vsm-top.fixed .navigation .more-nav ul li .burger-menu span{
  background: #FFF;
}

.menu-open .vsm-top .navigation .more-nav ul li .burger-menu span::after{
  background: #FFF;
}

.menu-open .vsm-top .navigation .more-nav ul li .burger-menu span::before {
  background: #fff;
}

.menu-open .vsm-top .navigation .more-nav ul li .burger-menu span{
  background: #FFF;
}

.vsm-top .search-bar .btn.btn-primary {
  background: #ffa400;
}
.vsm-top .search-bar-btn .fas.fa-search::before {
  color: #ffa400;
}
.vsm-aligned-title-intro-text .bg {
  padding-top: 5rem;
  padding-bottom: 10px;
}

.vsm-aligned-title-intro-text .rte p{
  font-weight: 300;
}


@media (max-width:768px){
  .vsm-aligned-title-intro-text .col-10{
  width: 100%;
  padding: 0 1.6rem;

}

.vsm-content-image-50-50 .content .rte ul{
  list-style: none;
}

.vsm-content-image-50-50 .content .rte ul li{
  position: relative;
}

.vsm-content-image-50-50 .content .rte ul li::before {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffa400;
  -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-content-image-50-50 .media{
  margin-top: 2rem;
}

.vsm-content-image-50-50 .col-md-6 .content{
  padding: 0 1rem;
}

.vsm-content-image-50-50  img{
  padding: 0 1rem !important;
}
}

.vsm-content-image-50-50 .bg {
  position: relative;
  padding-top: var(--vsm-mobile-padding-top);
  padding-bottom: var(--vsm-mobile-padding-bottom);
}
@media (min-width: 1024px) {
  .vsm-content-image-50-50 .bg {
    padding-top: var(--vsm-desktop-padding-top);
    padding-bottom: var(--vsm-desktop-padding-bottom);
  }
}



.vsm-aligned-title-intro-text .md-heading {
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.vsm-aligned-title-intro-text .xs-heading {
  color: #7690a0;
}
.vsm-aligned-title-intro-text.grey {
  background: #f5f5f5;
}
.vsm-centralised-title-intro-text .bg {
 padding-top: var(--vsm-mobile-padding-top);
    padding-bottom: var(--vsm-mobile-padding-bottom);
}
@media (min-width: 768px) {
  .vsm-centralised-title-intro-text .bg {
   padding-top: var(--vsm-tablet-padding-top);
    padding-bottom: var(--vsm-tablet-padding-bottom);
  }
}
@media (min-width: 1024px) {
  .vsm-centralised-title-intro-text .bg {
    padding-top: var(--vsm-desktop-padding-top);
    padding-bottom: var(--vsm-desktop-padding-bottom);
  }
}

@media (max-width: 768px){
  .vsm-centralised-title-intro-text .component-wrapper{
    padding: 0 1rem;
  }

   .vsm-centralised-title-intro-text .col-10{
     width: 100%;
   }
}
.vsm-centralised-title-intro-text.orange {
  background: #ffa400;
}
.vsm-centralised-title-intro-text.orange .xs-heading {
  color: #000;
}
.vsm-centralised-title-intro-text.orange .btn {
  background: #224628;
}
.vsm-centralised-title-intro-text.orange .btn span {
  color: #fff;
}
.vsm-centralised-title-intro-text .xs-heading {
  color: #7690a0;
}
.vsm-centralised-title-intro-text .md-heading {
  font-weight: 400;
}
.vsm-centralised-title-intro-text .rte p {
  font-weight: 400;
}
.vsm-centralised-title-intro-text.grey {
  background: #f5f5f5;
}
.vsm-oversized-statement-block .bg {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .vsm-oversized-statement-block .bg {
    padding-top: 55px;
  }
}
@media (min-width: 1024px) {
  .vsm-oversized-statement-block .bg {
    padding-top: 110px;
  }
}
.vsm-oversized-statement-block .content .rte p {
  color: #7690a0;
  font-weight: 500;
}

@media (max-width:768px){
  .vsm-intro-content-40-60 .component-wrapper{
    padding: 0 1rem;
  }
}
.vsm-intro-content-40-60 .bg {
  padding-top: 30px;
  padding-bottom: 30px;
}

.vsm-intro-content-40-60 .md-heading{
  font-weight: 500;
}

@media (min-width: 768px) {
  .vsm-intro-content-40-60 .bg {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .vsm-intro-content-40-60 .bg {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.vsm-intro-content-40-60.green .xs-heading {
  color: #fff;
}
.vsm-intro-content-40-60.green .md-heading {
  color: #ffa400;
  font-weight: 500;
}
.vsm-intro-content-40-60.green .vsm-header,
.vsm-intro-content-40-60.green .vsm-body {
  z-index: 1;
  position: relative;
}
.vsm-intro-content-40-60.green .rte p {
  color: #fff;
  font-weight: 500;
}
.vsm-intro-content-40-60.green ul li {
  color: #fff;
}
.vsm-intro-content-40-60.green .bg {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.vsm-intro-content-40-60.green .bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(34, 70, 40, 0.91);
}
.vsm-intro-content-40-60.grey {
  background: #f5f5f5;
}
.vsm-intro-content-40-60 .xs-heading {
  color: #7690a0;
}

.vsm-intro-content-40-60 .rte.larger-text p{
  font-weight: 500;

}
.vsm-intro-content-40-60 .rte p {
  font-weight: 400;
}
.vsm-intro-content-40-60 ul {
  list-style: none;
  padding: 0 0.5rem;
}
.vsm-intro-content-40-60 ul li {
  padding-left: 0.6rem;
}
.vsm-intro-content-40-60 ul {
list-style: none;
}
.vsm-intro-content-40-60 ul li a {
  color: #ffa400;
}
.vsm-wide-content .bg {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .vsm-wide-content .bg {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .vsm-wide-content .bg {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.vsm-wide-content .xs-heading {
  color: #7690a0;
}
.vsm-wide-content .md-heading {
  font-weight: 500;
  margin-bottom: 2rem;
}
.vsm-wide-content ul {
  list-style: none;
  padding: 0 0.5rem;
}
.vsm-wide-content ul li {
  padding-left: 0.6rem;
}
.vsm-wide-content ul li::marker {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffa400;
  -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-wide-content ul li a {
  color: #ffa400;
}

.vsm-split-content-33-33-33 .col-md-4 .media {
  max-height: 8rem;
  max-width: 8rem;
}

.vsm-split-content-50-50 .bg {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .vsm-split-content-50-50 .bg {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .vsm-medium-boxes .medium-box {
  background: #f5f5f5;
  max-height: 41rem;
  height: 41rem;
}
}
@media (min-width: 1024px) {
  .vsm-split-content-50-50 .bg {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.vsm-split-content-50-50 .sm-heading {
  font-weight: 500;
}
.vsm-medium-boxes .medium-box {
  background: #f5f5f5;

}

@media (min-width: 768px) {


  .vsm-medium-boxes .medium-box {
  background: #f5f5f5;
  max-height: 41rem;
  height: 41rem;
}
}

.vsm-medium-boxes .medium-box .head .sm-heading{
  margin-top: 1rem;
}

.vsm-medium-boxes .medium-box .head {
  display: block;
}

.vsm-medium-boxes .medium-box .rte p{
  margin-bottom: 1.5rem;
}
.vsm-medium-boxes .medium-box .head .media {
  display: flex;
  justify-content: center;
  margin: 0;
}
.vsm-medium-boxes .medium-box .inline-link {
  border-radius: 0;
  padding: 0.625rem 1.875rem;
  font-size: var(--vsm-button-text-size);
  font-weight: 600;
  border: 1px solid #000;
  margin-top: 1rem;
  transition: .3s all ease-in-out;
}

.vsm-medium-boxes .medium-box .inline-link:hover{
background: #FFA400;
border-color: #FFA400;
}


.vsm-medium-boxes .medium-box .inline-link:after {
  display: none;
}
.vsm-medium-boxes .medium-box .inline-link span {
  color: #000;
  font-weight: 500;
}
.vsm-latest-featured .bg {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .vsm-latest-featured .bg {
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .vsm-latest-featured .bg {
    padding-bottom: 80px;
  }
}

@media (max-width:768px){
  .vsm-latest-featured .vsm-body{
  padding: 0 1rem;
}

}
.vsm-latest-featured .content-card {
  background: #f5f5f5;
  min-height: 35rem;
  border: 1px solid rgba(0, 0, 0, 0.121);
}
.vsm-latest-featured .content-card .media {
  padding: 0 3rem;
}
.vsm-latest-featured .content-card .media img {
  object-fit: contain;
  aspect-ratio: 1/1;
}
.vsm-latest-featured .content-card .content {
  padding: 0 2.4rem 2rem 2rem;
}
.vsm-latest-featured .content-card .inline-link {
  border-radius: 0;
  padding: 0.625rem 1.875rem;
  font-size: var(--vsm-button-text-size);
  font-weight: 600;
  border: 1px solid #000;
    background: linear-gradient(to right, #FFA400 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}

.vsm-latest-featured .content-card .inline-link:hover{
  background-position: left bottom;
}


.vsm-latest-featured .content-card .inline-link:after {
  display: none;
}
.vsm-latest-featured .content-card .inline-link span {
  color: #000;
  font-weight: 500;
}
.vsm-latest-featured-alt .bg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  position: relative;
  justify-content: center;
}
@media (min-width: 768px) {
  .vsm-latest-featured-alt .bg {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .vsm-latest-featured-alt .bg {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media (max-width:768px){
  .vsm-latest-featured-alt .component-wrapper{
    padding: 0 1rem;
  }

  .vsm-latest-featured-alt .component-wrapper .md-heading{
    margin: 1.3rem 0;
  }
}
.vsm-latest-featured-alt .bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(34, 70, 40, 0.925);
}
.vsm-latest-featured-alt .vsm-header .row {
  display: flex;
  align-items: end;
  margin-bottom: 3rem;
}
.vsm-latest-featured-alt .component-wrapper {
  z-index: 1;
}
.vsm-latest-featured-alt .component-wrapper .xs-heading {
  color: #fff;
}
.vsm-latest-featured-alt .component-wrapper .md-heading {
  color: #fff;
}
.vsm-latest-featured-alt .component-wrapper .content-card {
  min-height: 450px;
}
.vsm-latest-featured-alt .component-wrapper .content-card .media::before {
  background: none;
}
.vsm-latest-featured-alt .component-wrapper .content-card .content {
  background: #1d211e;
  padding-top: 4rem;
  clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
}

.vsm-latest-featured-alt .component-wrapper .content-card .content .media img{
  display: none;
}

.vsm-latest-featured-alt .component-wrapper .content-card .content .xs-heading {
  margin: 1rem 0;
  font-weight: 500;
  line-height: 1.6rem;
}
.vsm-split-content-25-25-25-25 .bg {
  padding-bottom: 30px;
}

@media (max-width:768px){
  .vsm-split-content-25-25-25-25 .component-wrapper{
    padding: 0 1rem;
  }
}

@media (min-width: 768px) {
  .vsm-split-content-25-25-25-25 .bg {
    padding-bottom: 55px;
  }
}

@media (min-width:992px){
  .vsm-split-content-25-25-25-25 .vsm-body .col{
    flex: 0 0 50%;
  }
}

@media (min-width: 1024px) {
  .vsm-split-content-25-25-25-25 .bg {
    padding-bottom: 80px;
  }
}




.vsm-split-content-25-25-25-25.dark .content {
  padding-bottom: 1.3rem;
  background: #1d211e;
  max-height: 30rem;
  height: 30rem;
}
.vsm-split-content-25-25-25-25.dark .content .media {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 86%);
}
.vsm-split-content-25-25-25-25.dark .content .xs-heading {
  padding: 0 1.2rem;
  color: #fff;
  background: #1d211e;
}
.vsm-split-content-25-25-25-25.dark .content .rte {
  padding: 0 1rem 1.2rem 1.2rem;
}
.vsm-split-content-25-25-25-25.dark .content .rte p {
  color: #fff;
}
.vsm-split-content-25-25-25-25.dark .content .inline-link {
  color: #ffa400;
  padding: 0 1rem 1.2rem 1.2rem;
  font-weight: 400;
}
.vsm-split-content-25-25-25-25.grey {
  background: #f5f5f5;
}
.vsm-split-content-25-25-25-25.grey .content {
  background: #fff;
  padding-bottom: 1.3rem;
  max-height: 30rem;
  height: 30rem;
}
.vsm-split-content-25-25-25-25.grey .content .xs-heading {
  padding: 0 1.2rem;
}
.vsm-split-content-25-25-25-25.grey .content .rte {
  padding: 0 1rem 1.2rem 1.2rem;
}
.vsm-split-content-25-25-25-25.grey .content .media {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 86%);

}
.vsm-split-content-25-25-25-25.grey .content .media:after {
  content: "";
  background: rgba(0, 0, 0, 0.187);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.vsm-split-content-25-25-25-25.grey .content .inline-link {
  color: #ffa400;
  padding: 0 1rem 1.2rem 1.2rem;
  font-weight: 400;
}
.vsm-content-image-50-50 .bg {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .vsm-content-image-50-50 .bg {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .vsm-content-image-50-50 .bg {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.vsm-content-image-50-50 .xs-heading {
  color: #7690a0;
}
.vsm-content-image-50-50 .md-heading {
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .vsm-content-image-50-50 .rte {
    padding-right: 2rem;
  }
}

@media (max-width:768px){
  .vsm-content-image-50-50 .content .media img{
  padding: 0 1rem;
}

.vsm-content-image-50-50 .col-md-6 .content{
  padding: 0 1rem;
}
}

.vsm-content-image-50-50.alt .bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  position: relative;
}
.vsm-content-image-50-50.alt .bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #224628ec;
}
.vsm-content-image-50-50.alt .vsm-body .row {
  position: relative;
  z-index: 1;
}
.vsm-content-image-50-50.alt .vsm-body .row .xs-heading {
  color: #fff;
  font-weight: 400;
}
.vsm-content-image-50-50.alt .vsm-body .row .md-heading {
  color: #ffa400;
}
.vsm-content-image-50-50.alt .vsm-body .row .rte p {
  color: #fff;
}

@media (max-width:768px){
  .vsm-content-image-50-50.alt .component-wrapper{
    padding: 0 1rem;
  }

  .vsm-content-cards-33-33-33 .component-wrapper{
    padding: 0 1rem;
  }
}

.vsm-content-cards-33-33-33 .content-card .content .media {
  background: #ffa400;
}

.vsm-content-cards-33-33-33 .content-card{
  box-shadow: none;
}

.vsm-content-cards-33-33-33 .bg {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .vsm-content-cards-33-33-33 .bg {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (min-width: 1024px) {
  .vsm-content-cards-33-33-33 .bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.vsm-content-cards-33-33-33.grey .content-card {
  border: 1px solid rgba(0, 0, 0, 0.203);
}
.vsm-content-cards-33-33-33.grey .content-card .content {
  background: #f5f5f5;
  padding: 8rem 1.875rem 1.5rem 1.875rem;
  position: relative;
  text-align: start;
}
.vsm-content-cards-33-33-33.grey .content-card .content .xs-heading {
  font-weight: 400;
  font-size: 1.4rem;
}
.vsm-content-cards-33-33-33.grey .content-card .content .media {
  position: absolute;
  top: 4rem;
}
.vsm-content-cards-33-33-33.dark .content {
  background: #1d211e;
  text-align: start;
  padding: 4rem 1.875rem 1.5rem 1.875rem;
  position: relative;
}
.vsm-content-cards-33-33-33.dark .content::before {
  content: "";
  width: 100%;
  height: 3rem;
  background: #1d211e;
  position: absolute;
  top: -1.5rem;
  left: 0;
  clip-path: polygon(0 0, 100% 60%, 100% 100%, 0% 100%);
}
.vsm-content-cards-33-33-33.dark .content .xs-heading {
  color: #fff;
}
.vsm-content-cards-33-33-33.dark .content .rte p {
  color: #fff;
  margin: 1rem 0;
}
.vsm-content-cards-33-33-33.dark .content .inline-link {
  color: #ffa400;
  font-weight: 400;
}
.vsm-content-cards-33-33-33.dark .content .media {
  position: absolute;
  top: 0;
}
.vsm-card-links .bg {
  background: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .vsm-card-links .bg {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .vsm-card-links .col-10{
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .vsm-card-links .bg {
    padding-top: 110px;
    padding-bottom: 110px;
  }

}

@media (max-width:768px){
  .vsm-card-links .component-wrapper{
  padding: 0 1rem;
}

 .vsm-card-links .col-10{
    width: 100%;
  }

}



 .vsm-content-carousel .swiper-navigation{
  display: none;
}


@media (min-width: 1024px) {
  .vsm-content-carousel .media {
      max-width: 12rem;
    height: 8rem;
    -o-object-fit: contain;
    object-fit: contain;
    justify-content: center;
      }
}



  .vsm-content-carousel .media {
    justify-content: center;
}

.vsm-content-carousel .xs-heading{
  color: #7690a0;
}

.vsm-content-carousel .md-heading{
  font-weight: 500;
}

  .vsm-content-carousel .content .col:nth-child(2){
    display: none;
  }

.vsm-content-carousel img{
  object-fit: contain;
  height: auto;
}





.vsm-card-links .vsm-header .row {
  justify-content: flex-start !important;
  text-align: start;
}
.vsm-card-links .vsm-header .xs-heading {
  color: #7690a0;
}
.vsm-card-links .vsm-header .md-heading {
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.vsm-card-links .vsm-header .rte {
  width: 92%;
}

@media (min-width:768px){
  .vsm-card-links .vsm-body .col{
  width: 24%;
}
}

.vsm-card-links .vsm-body .col a.card-link{
  max-height: 24rem;
  height: 24rem;
}

.vsm-card-links .vsm-body .col a.card-link
.vsm-card-links .vsm-body .card-link {
  background: #1d211e;
}
.vsm-card-links .vsm-body .card-link .sm-heading {
  margin-bottom: 2rem;
  padding-right: 5rem;
}
.vsm-card-links .vsm-body .card-link:hover {
  background: #ffa400;
}
.vsm-card-links .vsm-body .card-link:hover .sm-heading {
  color: #000 !important;
}
.vsm-card-links .vsm-body .card-link:hover p {
  color: #000 !important;
}
.vsm-card-links .vsm-body .card-link:hover p strong {
  color: #000 !important;
}
.vsm-card-links .vsm-body .card-link .sm-heading {
  color: #ffa400 !important;
}

.vsm-contained-full-width-banner .plyr__control--overlaid {
  background: rgba(34, 70, 40, 0.619) !important;
  color: #ffa400;
  padding: 1.5rem;
}
.vsm-contained-full-width-banner .plyr__control--overlaid svg {
  width: 2rem;
  height: 2rem;
  border-radius: 0;
}
.vsm-double-media .plyr__control--overlaid {
  background: rgba(34, 70, 40, 0.619) !important;
  color: #ffa400;
  padding: 1.5rem;
}
.vsm-double-media .plyr__control--overlaid svg {
  width: 2rem;
  height: 2rem;
  border-radius: 0;
}
.vsm-image-grid {
  background: #f5f5f5;
}
.vsm-image-grid .bg {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .vsm-image-grid .bg {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .vsm-image-grid .bg {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.vsm-image-grid .grid-right {
  padding: 2rem;
}
.vsm-stats-count-up .bg {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .vsm-stats-count-up .bg {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .vsm-stats-count-up .bg {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media (max-width:768px){
  .vsm-stats-count-up .component-wrapper{
  padding: 0 1rem;
}

.vsm-stats-count-up .content{
  margin: 1rem 0;
}
}

.vsm-stats-count-up .col .stat:after{
  border: none;
}

.vsm-stats-count-up.dark .content {
  background: #1d211e;
  padding: 1rem;
}
.vsm-stats-count-up.dark .content .stat .count {
  color: #ffa400 !important;
}
.vsm-stats-count-up.dark .content .description {
  color: #fff;
  font-weight: 500;
}
.vsm-stats-count-up.orange .content {
  background: #ffa400;
  padding: 1rem;
}
.vsm-stats-count-up.orange .content .stat .count {
  color: #1d211e !important;
}
.vsm-stats-count-up.orange .content .description {
  color: #1d211e;
  font-weight: 500;
}

.vsm-default-internal-hero .bg{
  height: 37vh;
}


.vsm-default-internal-hero .bg::before {
  background: rgba(0, 0, 0, 0.829);
}

.vsm-default-internal-hero .rte p{
  margin: 1.5rem 0;
  font-size: 1.3rem;
}

@media (max-width:768px){
  .vsm-default-internal-hero .content{
  padding:0 1rem;
}


}

@media (min-width:768px){
  .vsm-default-internal-hero.home .content .md-heading {
  font-size: 3.8rem;
}

.vsm-split-get-in-touch-form-content .col{
  padding-right: 0;
}
}

.vsm-default-internal-hero.home .content .md-heading span {
  color: #fff;
}
.vsm-default-internal-hero.home .bg {
  height: 90vh;
}

@media (min-width:992px){
  .vsm-default-internal-hero.home .content{
  padding-right: 18rem;
  }
}

@media (min-width:2000px){
  .vsm-split-get-in-touch-form-content .col .media {
  height: 31.5rem !important;
}
}

@media (min-width:1480px){
  .vsm-split-get-in-touch-form-content .col .form-holder{
    padding: 6rem 9rem 8rem 9rem !important;
  }
}

.vsm-split-get-in-touch-form-content .col .media {
  height: 27.5rem;
}

.vsm-split-get-in-touch-form-content .element.text input{
  padding: 1.3rem;
}


.vsm-default-internal-hero.home .bg::before {
  background: #224628;
  opacity: 0.7;
  mix-blend-mode: normal;
}
.vsm-default-internal-hero .md-heading {
  color: #ffa400 !important;
  font-weight: 500;
  font-size: 3rem;
}



.vsm-split-get-in-touch-form-content .form-holder .element.text{
  margin-bottom: 3.5rem;
}

.vsm-split-get-in-touch-form-content .form-holder .row .col .element.text.form-group .field{
  padding-right: 0;
}


@media (min-width:768px){
 

  .vsm-split-get-in-touch-form-content .row:nth-child(1) .col:nth-child(2){
    padding-right: 0;
  }

  .vsm-split-get-in-touch-form-content .col:nth-child(1) .content .rte.larger-text{
  padding-right: 6rem;
}

.vsm-split-get-in-touch-form-content .row .col:nth-child(1) .content{
  padding-left: 2rem;
}
}

@media(max-width:1200px){
   .vsm-split-get-in-touch-form-content .col .media{
    display: none;
  }

  .vsm-split-get-in-touch-form-content .row:nth-child(1) .col:nth-child(2){
    padding-left: 0;
  }
}

@media (max-width:768px){
 
  .vsm-split-get-in-touch-form-content .col:nth-child(1) .content{
    padding:3rem 2rem !important; 
  }

  .vsm-split-get-in-touch-form-content .col .form-holder {
  padding: 6rem 2rem 12rem 2rem;;
}
}


.vsm-split-get-in-touch-form-content .col .socials a:nth-child(1){
  margin-left:0 ;
}

.vsm-split-get-in-touch-form-content .col .socials a{
  color: #000;
  margin: 0 1rem;
}

.vsm-split-get-in-touch-form-content .col .socials a:hover{
  color: #FFA400;
}


.vsm-split-get-in-touch-form-content .col .media img {
  width: 100%;
  height: 100%;
}


.vsm-split-get-in-touch-form-content .col:nth-child(1) .content {
  padding: 3rem 0 0 0;
}
.vsm-split-get-in-touch-form-content .col:nth-child(1) .content .xs-heading {
  color: #7690a0;
  font-weight: 400;
}
.vsm-split-get-in-touch-form-content .col:nth-child(1) .content .md-heading {
  font-weight: 400;
}

@media (max-width:768px){
  .vsm-split-get-in-touch-form-content .col:nth-child(1) .content .md-heading{
    margin: 1.3rem 0;
  }
}

@media (max-width: 1200px) {
  .vsm-split-get-in-touch-form-content .col {
    flex: 1 0 100%;
  }

  .vsm-split-get-in-touch-form-content .form-holder{
    margin-top: 2rem;
  }
}
.vsm-split-get-in-touch-form-content .col .form-holder {
  background: #1d211e;
  padding: 6rem 4rem 8rem 4rem;
  padding-top: 5rem;
}
.vsm-split-get-in-touch-form-content .col .form-holder .error {
  color: #ffa400;
}
.vsm-split-get-in-touch-form-content .col .form-holder .field {
  margin-bottom: 1.7rem;
}
.vsm-split-get-in-touch-form-content
  .col
  .form-holder
  .field
  .icheck-primary
  a {
  color: #fff;
}
.vsm-split-get-in-touch-form-content .col .form-holder .element label {
  font-weight: 400;
  color: #fff;
  padding: 0 0.5rem;
}

@media(max-width:768px){
  .vsm-split-get-in-touch-form-content .col .form-holder .sm-heading{
    margin-bottom:1.3rem;
  }
}

.vsm-split-get-in-touch-form-content .col .form-holder .sm-heading {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 2rem;
}
.vsm-split-get-in-touch-form-content .col .form-holder .btn {
  color: #000 !important;
  font-weight: 400 !important;
}
.cm-split-get-in-touch-form-content .col .media {
  width: 100%;
  height: 24rem;
}
.cm-split-get-in-touch-form-content .col .media img {
  width: 100%;
  height: 100%;
}
.cm-split-get-in-touch-form-content .col .form-list {
  list-style: none;
  padding-left: 0;
}
.cm-split-get-in-touch-form-content .col .form-list li {
  font-weight: 600;
  line-height: 3rem;
}
.cm-split-get-in-touch-form-content .col .form-list li::before {
  margin-right: 1rem;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.7rem;
  color: #224628;
  -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;
}

.cm-split-get-in-touch-form-content .col:nth-child(1) .content .xs-heading {
  color: #7690a0;
  font-weight: 400;
}
.cm-split-get-in-touch-form-content .col:nth-child(1) .content .md-heading {
  font-weight: 400;
}

.cm-split-get-in-touch-form-content .col:nth-child(1) .content {
  padding: 3rem 1rem;
}

@media (max-width:768px){
  .cm-split-get-in-touch-form-content .col .form-holder .element.submit{
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 769px) {

  .cm-split-get-in-touch-form-content .col:nth-child(1) .content {
  padding: 3rem 0;
}
  

  .cm-split-get-in-touch-form-content .col .form-holder {
  background: #1d211e;
}


  .cm-split-get-in-touch-form-content .col .form-holder .row .col row>*{
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
}

.cm-split-get-in-touch-form-content .col .form-holder .row .col row>*{
  padding-right: calc(var(--bs-gutter-x) * .0);
  padding-left: calc(var(--bs-gutter-x) * .0);
}



.cm-split-get-in-touch-form-content .col .form-holder {
  background: #1d211e;
  padding: 6rem 2rem;
}
.cm-split-get-in-touch-form-content .col .form-holder .error {
  color: #ffa400;
}
.cm-split-get-in-touch-form-content .col .form-holder .field {
  padding: 0 0.5rem;
  margin-bottom: 1.7rem;
}
.cm-split-get-in-touch-form-content .col .form-holder .field .icheck-primary a {
  color: #fff;
}
.cm-split-get-in-touch-form-content .col .form-holder .element .field::before {
  color: #000;
}
.cm-split-get-in-touch-form-content .col .form-holder .element label {
  font-weight: 400;
  color: #fff;
  padding: 0 0.5rem;
}
.cm-split-get-in-touch-form-content .col .form-holder .sm-heading {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 400;
}
.cm-split-get-in-touch-form-content .col .form-holder .btn {
  color: #000 !important;
  font-weight: 400 !important;
}
.cm-split-get-in-touch-form-content .col {
  flex: 1 0 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .cm-split-get-in-touch-form-content .col {
    flex: 1 0 0;
  }
}
.cm-split-get-in-touch-form-content .general-contact-details li {
  margin-bottom: 1rem;
  font-size: var(--vsm-intro-text-size);
  font-weight: 300;
}
.cm-split-get-in-touch-form-content .socials li {
  font-size: var(--vsm-intro-text-size);
  font-weight: 300;
  margin-bottom: 1rem;
}

footer.vsm-default-footer {
  background: #224628;
}

footer.vsm-default-footer .signoff-brand{
  margin-bottom: 0;
  font-weight: bold;
}

footer.vsm-default-footer .signoff-brand a{
      color: white !important;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}

footer.vsm-default-footer .signoff-text{
  color: #fff;
  font-size: .75rem;
}

footer.vsm-default-footer .signoff-text a{
      color: white;
    font-size: 0.75rem;
    text-decoration: none !important;
}

footer.vsm-default-footer .contact-info span{
  font-weight: 400;
}

footer.vsm-default-footer .contact-info div:nth-child(1){
  margin-bottom: .5rem;
}

@media (max-width: 768px){
  footer.vsm-default-footer .component-wrapper{
    padding: 0 1rem;
  }
}

.vsm-default-signoff {
  background: #1d211e;
}
.vsm-default-signoff .signoff-links li{
  font-size: .75rem;
}
.vsm-video-carousel .video-card .media::before {
  background: none;
}
.vsm-video-carousel .video-card .play-btn::after {
  background: rgba(34, 70, 40, 0.466);
}
.vsm-video-carousel .video-card .content {
  background: #1d211e;
  padding-top: 4rem;
  width: 100%;
  clip-path: polygon(0 0, 100% 26%, 100% 100%, 0% 100%);
}
.vsm-video-carousel .video-card .content span {
  font-size: 1.1rem;
}
.vsm-video-carousel .video-card .content p {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
}
.vsm-single-central-slide .bg {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .vsm-single-central-slide .bg {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .vsm-single-central-slide .bg .component-wrapper .swiper-button-prev{
  margin-right: -1rem;
}


.vsm-single-central-slide .bg .component-wrapper .swiper-button-next{
  margin-left: -1rem;
}
}


@media (min-width: 1024px) {
  .vsm-single-central-slide .bg {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media(max-width:768px){
  .vsm-single-central-slide .component-wrapper{
  padding: 0 1rem;
}

.vsm-single-central-slide .swiper-navigation{
  justify-content: space-around;
}

}

.vsm-single-central-slide .vsm-header .xs-heading{
  color: #FFF;
  font-weight: 400;
}

@media (min-width:1100px){
  .vsm-single-central-slide .vsm-header .xs-heading{
  margin: 0 14rem;
}
}

.vsm-single-central-slide .swiper-container .swiper-slide .content{
  padding: .9rem .2.5rem;
}


.vsm-single-central-slide .bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(34, 70, 40, 0.91);
}
.vsm-single-central-slide .bg .component-wrapper {
  z-index: 1;
  position: relative;
}
.vsm-single-central-slide .bg .component-wrapper .md-heading {
  color: #ffa400;
  font-weight: 400;
  margin-bottom: 2rem;
}
.vsm-single-central-slide .bg .component-wrapper .rte p {
  color: #fff;
}
@media (min-width: 1024px) {
  .vsm-single-central-slide .bg .component-wrapper .rte p {
    padding: 0 22rem;
  }
}
.vsm-single-central-slide .bg .component-wrapper .swiper-button-prev,
.vsm-single-central-slide .bg .component-wrapper .swiper-button-next {
  border: 1px solid #ffa400;
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
}




.vsm-single-central-slide .bg .component-wrapper .swiper-slide {
  padding-top: 2rem;
}
.vsm-single-central-slide .bg .component-wrapper .swiper-slide .content {
  border-color: #fff;
  border-radius: 0;
  justify-content: center;
}

.vsm-single-central-slide .bg .component-wrapper .swiper-slide.swiper-slide-active .job-data .post-location{
  color: #000 !important; 
  font-weight: 400;
}

.vsm-single-central-slide .bg .component-wrapper .swiper-slide.swiper-slide-active .content .job-data .xs-heading a{
color: #000;
  font-weight: 400;
}

.vsm-single-central-slide .bg .component-wrapper .swiper-slide .content .job-data a{
  color: #fff;
  font-weight: 400;
}

.vsm-single-central-slide .bg .component-wrapper .swiper-slide .job-data .post-location{
  color: #fff !important;
  font-weight: 400;
}

.vsm-single-central-slide .bg .component-wrapper .swiper-slide.swiper-slide-active .content .job-data a.btn{
  color: #000;
  background: #FFA400 !important;
  border: 1px solid #FFA400 !important;
  display: flex;
  justify-content: center;
}

.vsm-single-central-slide .bg .component-wrapper .swiper-slide .content .job-data a.btn{
  background: transparent;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
}

.vsm-single-central-slide
  .bg
  .component-wrapper
  .swiper-slide.swiper-slide-active .content{
  background: #fff;
}
.vsm-single-central-slide
  .bg
  .component-wrapper
  .swiper-slide.swiper-slide-active
  .content {
  border: none;
}
.vsm-single-central-slide .bg .component-wrapper .swiper-slide .job-data {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vsm-single-central-slide .bg .component-wrapper .swiper-slide .job-data a {
  font-weight: 400;
  margin: 2rem 0;
}
.vsm-single-central-slide .bg .component-wrapper .swiper-slide .job-data span {
  color: #7690a0;
  font-weight: 400;
}
.vsm-single-central-slide
  .bg
  .component-wrapper
  .swiper-slide
  .job-data
  .post-location {
  color: #000;
  font-size: 1.7rem;
}
.vsm-single-central-slide .bg .component-wrapper .swiper-slide .job-data .btn {
  width: 50%;
}
.vsm-content-in-image-carousel .bg {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .vsm-content-in-image-carousel .bg {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .vsm-content-in-image-carousel .bg {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.vsm-content-in-image-carousel .md-heading {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.vsm-content-in-image-carousel .rte {
  margin: 2rem 0;
}
.vsm-double-box-carousel {
  background: #f5f5f5;
}
.vsm-double-box-carousel .bg {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .vsm-double-box-carousel .bg {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .vsm-double-box-carousel .bg {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.vsm-double-box-carousel .vsm-header {
  display: flex;
}
.vsm-double-box-carousel .vsm-header .xs-heading {
  color: #7690a0;
}
.vsm-double-box-carousel .vsm-header .md-heading {
  font-weight: 400;
}
.vsm-double-box-carousel .vsm-header .row {
  flex-direction: row;
  align-items: end;
}
.vsm-double-box-carousel .row {
  display: flex;
  flex-direction: column;
}
.vsm-double-box-carousel .row .swiper-slide {
  background: #fff;
  padding: 0;
}
.vsm-double-box-carousel .row .swiper-slide .content .xs-heading {
  padding: 0 2rem;
}
.vsm-double-box-carousel .row .swiper-slide .content .rte {
  padding: 1rem 2rem;
}
.vsm-double-box-carousel .row .swiper-slide .content .media {
  margin-bottom: 2rem;
}
.vsm-double-box-carousel .row .swiper-slide .content .media::after {
  content: "";
  background: rgba(0, 0, 0, 0.187);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.vsm-double-box-carousel .row .swiper-slide .content .media img {
  object-fit: contain;
  width: 65%;
  padding: 2rem;
}
.vsm-full-width-testimonial-carousel {
  background: #1d211e;
}
.vsm-full-width-testimonial-carousel .bg {
  background: #1d211e;
  padding-top: 30px;
  padding-bottom: 30px;
}

.vsm-full-width-testimonial-carousel .media{
  border: 1px solid #FFA400;
}
@media (min-width: 768px) {
  .vsm-full-width-testimonial-carousel .bg {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .vsm-full-width-testimonial-carousel .bg {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.vsm-full-width-testimonial-carousel blockquote {
  color: #fff;
}
.vsm-full-width-testimonial-carousel .name {
  color: #ffa400;
  font-size: 2rem !important;
  font-weight: 400 !important;
  margin-bottom: 1rem;
}
.vsm-full-width-testimonial-carousel
  .swiper-pagination
  .swiper-pagination-bullet {
  background: #7690a0;
  width: 0.8rem;
  height: 0.8rem;
}
.vsm-full-width-testimonial-carousel
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #7690a0;
}

.vsm-split-image-row-50-50{
  overflow: hidden;
  position: relative;
}



@media (min-width: 768px) {
  .vsm-split-image-row-50-50 .bg {
    background: linear-gradient(
      to right,
      #1d211e 0,
      #1d211e 50%,
      #f5f5f5 50%,
      #f5f5f5 100%
    );
  }
}
@media (max-width: 768px) {
  .vsm-split-image-row-50-50 .col-md-6.order-md-1 {
   background: #1D211E;
   padding: 2rem;
  }

  .vsm-split-image-row-50-50 .container{
    max-width: 100%;
    padding: 0;
  }

  .vsm-split-image-row-50-50 .col-md-5{
    background: #f1f1f1;
    padding: 2rem;
  }
   
}

@media (max-width:991xp){
    .vsm-split-image-row-50-50 .col-md-6.order-md-1 {
    padding-right: 3rem;
  }

}




@media (min-width: 768px) {
  .vsm-split-image-row-50-50 .bg {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .vsm-split-image-row-50-50 .bg {
    padding-top: 110px;
    padding-bottom: 110px;
  }


  .vsm-split-image-row-50-50 .col-md-5.order-md-2::after {
  content: url("/uploads/undraw_people_re_8spw.webp");
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

}

@media (min-width: 1400px){
   .vsm-split-image-row-50-50 .col-md-6.order-md-1{
    padding-right: 11rem;
  }
}

.vsm-split-image-row-50-50 .content {
  position: relative;
}
@media (min-width: 1024px) {
  .vsm-split-image-row-50-50 .content {
    margin-bottom: 12rem;
  }
}


.vsm-split-image-row-50-50 .content .xs-heading {
  color: #7690a0;
}
.vsm-split-image-row-50-50 .content .md-heading {
  font-weight: 400;
}
.vsm-split-image-row-50-50 .medias h5 {
  color: #fff;
  font-weight: 400;
}
.vsm-split-image-row-50-50 .medias .media {
  border: 1px solid #ffa400;
}

@media (max-width:768px){
  .vsm-full-width-fixed-media-bg .vsm-body .row>.col{
    max-width: 100%;
  }
}

.vsm-full-width-fixed-media-bg .component-wrapper::before{
  content: url('/img/wave.svg');
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
}

.vsm-full-width-fixed-media-bg .component-wrapper {
  background-color: #1d211e;
  position: relative;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  /* clip-path: polygon(0 0, 100% 14%, 100% 100%, 0% 100%); */
  top: -8rem;
}

.vsm-full-width-fixed-media-bg .bg{
  height: 52vh !important;
  position: relative;
}

.vsm-full-width-fixed-media-bg .bg::before {
  display: none;
}
.vsm-full-width-fixed-media-bg .bg::after {
  display: none;
}
.vsm-full-width-fixed-media-bg .bg .video:after {
  display: none;
}
.vsm-full-width-fixed-media-bg .vsm-body .content {
  width: 100%;
}
.vsm-full-width-fixed-media-bg .vsm-body .content blockquote q {
  font-size: 1rem;
  font-weight: 500;
  line-height: 0;
  padding: 0;
}
.vsm-full-width-fixed-media-bg .vsm-body .content .name {
  color: #ffa400;
  font-weight: 400;
}
.vsm-full-width-fixed-media-bg .vsm-body .content .play-btn::before {
  color: #ffa400;
  background: #fff;
}
.vsm-full-width-fixed-media-bg .vsm-body .content .play-btn span {
  font-weight: 500;
}
.vsm-full-width-fixed-media-bg .vsm-body .content .inline-link {
  display: block;
  font-weight: 400;
}
.vsm-content-layout-1 .xs-heading {
  color: #7690a0;
}
.vsm-content-layout-1 .md-heading {
  font-weight: 400;
}
@media (min-width: 768px) {
  .vsm-content-layout-1 .overlap-wrapper {
    right: 0;
    left: 0;
  }
}

@media (max-width:768px){
  .vsm-content-layout-1 .component-wrapper{
    padding: 0 1rem;
  }
}

.vsm-content-layout-1 .bg {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
.vsm-content-layout-1 .bg {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
.vsm-content-layout-1 .bg {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.vsm-content-layout-3 .content {
  padding-left: 0;
}
.vsm-content-layout-3 .content .sm-heading {
  font-weight: 400;
}


.vsm-content-layout-5 .col-md-6:nth-child(2) .content .rte{
  margin-bottom: 2rem;
}

.vsm-content-layout-5 .bg {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .vsm-content-layout-5 .bg {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .vsm-content-layout-5 .col{
  padding: 0 3rem;
}
}
@media (min-width: 1024px) {
  .vsm-content-layout-5 .bg {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}


.vsm-content-layout-6 .bg {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f5f5f5;
}

@media (min-width: 768px) {
  .vsm-content-layout-6 .bg {
    padding-top: 55px;
    padding-bottom: 55px;
  }


}
@media (min-width: 1024px) {
  .vsm-content-layout-6 .bg {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
  

.vsm-content-layout-6 .xs-heading {
  font-weight: 400;
}
.vsm-content-layout-6 .sm-heading {
  color: #ffa400 !important;
  font-weight: 400;
  font-size: 2.5rem;
}
.vsm-content-layout-6 .media::after {
  background: rgba(34, 70, 40, 0.911);
  mix-blend-mode: normal;
}

.vsm-content-layout-6 .overlay-content .col-md-5:nth-child(2) .box{
  margin-top: 2rem;
}
.vsm-content-layout-6 .overlay-content .box {
  text-align: start;
}
.vsm-content-layout-6 .overlay-content .box .content {
  background: #1d211e;
}
.vsm-content-layout-6 .overlay-content .box .content .sm-heading {
  color: #fff !important;
  font-size: 1.7rem !important;
}
.vsm-content-layout-6 .overlay-content .box .content .rte p {
  color: #fff;
}
.vsm-data-capture .bg {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .vsm-data-capture .bg {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .vsm-data-capture .bg {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.vsm-data-capture .col {
  height: 40rem;
}
.vsm-data-capture .col:nth-child(2) {
  background: #f5f5f5;
}
.vsm-data-capture .form-holder .rte p:nth-child(1) {
  font-size: 1.5rem;
}
.vsm-data-capture .form-holder .element {
  margin-bottom: 2rem;
}
.vsm-data-capture .form-holder .element.select {
  display: none;
}
.vsm-data-capture .form-holder .btn {
  display: none;
}
.vsm-data-capture .form-preview .details {
  justify-content: end;
}
.vsm-data-capture .form-preview .details .md-heading {
  color: #ffa400;
  font-weight: 400;
}
.vsm-data-capture .form-preview .details .rte p {
  color: #fff;
  padding-right: 16rem;
}
.vsm-data-capture .form-preview .details::before {
  background: rgba(29, 33, 30, 0.815);
  mix-blend-mode: normal;
}
.vsm-drop-off-your-cv .form-holder .btn {
  color: #000;
  font-weight: 400;
}
.vsm-drop-off-your-cv .form-holder .field .custom-file label {
  background: #fff !important;
  color: rgba(29, 33, 30, 0.322) !important;
}
.vsm-drop-off-your-cv .form-holder .field select {
  background: #fff !important;
  color: rgba(29, 33, 30, 0.322) !important;
}
.vsm-drop-off-your-cv .form-holder .field input {
  background: #fff !important;
}
.vsm-drop-off-your-cv .form-holder .field input::placeholder {
  color: rgba(29, 33, 30, 0.322) !important;
}
.vsm-drop-off-your-cv.green .bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.vsm-drop-off-your-cv.green .bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(34, 70, 40, 0.952);
}
.vsm-drop-off-your-cv.green .component-wrapper {
  position: relative;
}
.vsm-drop-off-your-cv.green .component-wrapper .md-heading {
  color: #ffa400;
  font-weight: 400;
}
.vsm-drop-off-your-cv.green .component-wrapper .rte p {
  color: #fff;
}
.vsm-drop-off-your-cv.dark-grey .bg {
  background: #1d211e;
}
.vsm-drop-off-your-cv.dark-grey .component-wrapper {
  position: relative;
}
.vsm-drop-off-your-cv.dark-grey .component-wrapper .md-heading {
  color: #ffa400;
  font-weight: 400;
}
.vsm-drop-off-your-cv.dark-grey .component-wrapper .rte p {
  color: #fff;
}

/* VSM PROFILE CARDS */

.vsm-profile-cards .profile {
  background: #1D211E;
  max-height: 27rem;
  height: 27rem;
  padding: 1.875rem;
}
.vsm-profile-cards .profile .media {
  border: 1px solid #FFA400;
}
.vsm-profile-cards .profile .content h4 {
  color: #FFA400;
  font-size:1.5rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.vsm-profile-cards .profile .content p {
  color: #FFF;
}
.vsm-profile-cards .profile .social li a {
  color: #FFF;
}

.vsm-profile-cards .col:nth-child(odd){
  background: transparent;
}

.vsm-profile-cards .col:nth-child(even){
  background: transparent;
}

.vsm-profile-cards .col{
  height: 28rem;
}

@media (max-width:992px){
  .vsm-profile-cards .profile{
    height: 26rem !important;
  }

.vsm-profile-cards .col{
  height: 29rem !important;
}

}



@media (min-width:993px){
  .vsm-profile-cards .col{
    flex: 0 0 33%;
  }
}

@media (min-width:768px){
   .vsm-profile-cards .profile .media{
    height: 10rem;
    width: 10rem;
  }
}

/* VSM PROFILE DETAILS */
.vsm-profile-details .md-heading {
  font-weight: 400;
}
.vsm-profile-details .position strong {
  font-weight: 400;
  color: #7690A0;
}

.vsm-profile-details .profile-stats li .count span {
  font-weight: 400;
}
.vsm-profile-details .profile-summary li strong {
  font-weight: 400 !important;
}
.vsm-profile-details .profile-summary li span {
  font-weight: 700 !important;
  color: #000 !important;
}

.vsm-profile-details .profile-contacts .media{
  max-width: 100%;
}
.vsm-profile-details .profile-contacts .back-link {
  font-weight: 400;
}
.vsm-profile-details .profile-contacts li:nth-child(3) .btn {
  border-color: #FFA400 !important;
}
.vsm-profile-details .profile-contacts .btn {
  border: solid 1px #000 !important;
}
.vsm-profile-details .profile-contacts .btn.ico-btn .fas.fa-envelope {
  color: #224628;
}
.vsm-profile-details .profile-contacts .btn.ico-btn .fab.fa-linkedin-in {
  color: #224628;
}

@media (max-width:768px){
  .vsm-profile-details .component-wrapper{
    padding: 0 1rem;
  }

  .vsm-profile-details .profile-details .profile-stats li{
width: 100%;
margin: 3rem 0 ;
}

}

.vsm-profile-details .bg {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
.vsm-profile-details .bg {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .vsm-profile-details .bg {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.plyr__control--overlaid {
  background: rgba(34, 70, 40, 0.644);
  color: #ffa400;
  padding: 2rem;
}
.plyr__control:hover {
  background: #224628 !important;
  color: #ffa400 !important;
}
.plyr__control svg {
  height: 3rem;
  width: 3rem;
  border-radius: 0;
}


.vsm-basic-blog-featured-section .post-title {
  font-weight: 500 !important;
}
.vsm-configurable-boxes .post .tag {
  color: #fff;
}
.vsm-configurable-boxes .post .post-title {
  color: #fff;
}
.vsm-configurable-boxes .post .author .author-details .title {
  color: #fff;
}
.vsm-media-hub .sm-heading {
  font-weight: 500 !important;
  color: #000 !important;
}
.vsm-media-hub .input-group .form-control {
  border: 2px solid #ffa400;
}
.vsm-media-hub .input-group .btn {
  color: #000;
}
.vsm-media-hub-search-results .tag {
  margin-top: 0 !important;
  margin-bottom: 1rem;
}
.vsm-media-hub-search-results .post-title {
  font-weight: 500 !important;
}
.vsm-media-hub.vsm-blog-article .md-heading {
  font-weight: 500 !important;
}
.vsm-media-hub.vsm-blog-article .post-date {
  color: #ffa400;
}
.vsm-media-hub.vsm-blog-article .time-to-read {
  color: #ffa400;
}
.vsm-media-hub.vsm-blog-article .time-to-read::before {
  color: #179b9e;
}
.vsm-media-hub.vsm-blog-article .related-posts .related-heading {
  font-weight: 500;
}
.vsm-media-hub.vsm-blog-article .related-posts .post-date {
  color: #000;
  font-weight: 400;
}
.vsm-media-hub.vsm-featured-blog-article .article-tags {
  display: none;
}
.vsm-media-hub.vsm-featured-blog-article .col-md-7 .share:nth-child(1) {
  display: none;
}
.vsm-media-hub.vsm-featured-blog-article .col-md-7 .content {
  margin-top: 2rem;
}
.vsm-job-details .vsm-body .row:nth-child(2) .col:nth-child(2) {
  display: none;
}
.vsm-job-details .vsm-body .form-holder {
  background: #f5f5f5;
}
.vsm-job-details .vsm-body .form-holder .md-heading {
  margin-bottom: 2rem;
  font-weight: 500;
}
.vsm-job-details .vsm-body .form-holder .notice {
  display: none;
}
.vsm-job-details .vsm-body .form-holder .element {
  margin: 1rem 0;
}

.cm-filter-bar .md-heading{
  font-weight: 400;
}

.cm-filter-bar .bg{
  padding-bottom: 2rem;
}

@media (max-width:768px){
  .cm-filter-bar .cm-body form .row{
  display: block;
  }

  .cm-filter-bar .cm-body form .row .col-auto .btn{
    width: 100%;
  }

  .cm-filter-bar .component-wrapper{
    padding: 0 1rem;
  }
}

/* UPDATES */
.rte ul li::before {
    content: '\2014';
    color: #224628;
    font-weight: bold;
    display: inline-block;
    width: 1rem;
    margin-left: -1rem;
    font-size: .5rem;
}

@media(max-width: 768px) {
  .vsm-content-image-50-50 .content .rte ul li::before {
    content: '\2014';
    color: #224628;
    font-weight: bold;
    display: inline-block;
    width: 1rem;
    margin-left: -1rem;
    font-size: .5rem;
    position: relative;
    left: 0;
  }
}
@media(max-width: 768px) {
  .vsm-default-internal-hero .bg {
    height: auto;
  }
}
