* {
  font-family: "Open Sans", "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
}

body {
  position: relative;
  overflow-x: hidden;
}

body .vl-preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  text-align: center;
}
body .vl-preloader-spin-icon {
  margin: 0 auto;
  height: 35px;
  width: 35px;
  display: inline-block;
  background: transparent;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #d0d0d0 #d0d0d0 #111111 #d0d0d0;
  animation: 1s linear 0s normal none infinite running spinner_preloader;
}
@keyframes spinner_preloader {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(720deg);
  }
}

.navigation__checkbox {
  display: none;
}
.navigation__button {
  background-color: #fff;
  height: 7rem;
  width: 7rem;
  position: fixed;
  top: 6rem;
  right: 6rem;
  border-radius: 50%;
  z-index: 2000;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
}
#error-container span{
  color: #f44336;
  font-size: 0.6em;
}
@media only screen and (max-width: 56.25em) {
  .navigation__button {
    top: 4rem;
    right: 4rem;
  }
}
@media only screen and (max-width: 1800px) and (min-width: 1100px) {
  .navigation__button {
    top: 8rem;
  }
}
@media only screen and (min-width: 112.5em) {
  .navigation__button {
    top: 8rem;
  }
}
@media only screen and (max-width: 75em) {
  .navigation__button {
    top: 6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .navigation__button {
    top: 3rem;
    right: 3rem;
  }
}
.navigation__background {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  position: fixed;
  top: 6.5rem;
  right: 6.5rem;
  background-image: radial-gradient(#2881bf, #0a4197);
  z-index: 1000;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 56.25em) {
  .navigation__background {
    top: 4.5rem;
    right: 4.5rem;
  }
}
@media only screen and (max-width: 1800px) and (min-width: 1100px) {
  .navigation__background {
    top: 8.5rem;
  }
}
@media only screen and (min-width: 112.5em) {
  .navigation__background {
    top: 8.5rem;
  }
}
@media only screen and (max-width: 75em) {
  .navigation__background {
    top: 6.5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .navigation__background {
    top: 3.5rem;
    right: 3.5rem;
  }
}
.navigation__nav {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  opacity: 0;
  width: 0;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.navigation__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 100%;
}
.navigation__item {
  margin: 1rem;
  float: inherit;
}
.navigation__link:link, .navigation__link:visited {
  display: inline-block;
  font-size: 3rem;
  font-weight: 300;
  padding: 1rem 2rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #fff 50%);
  background-size: 220%;
  transition: all 0.4s;
}
.navigation__link:link span, .navigation__link:visited span {
  margin-right: 1.5rem;
  display: inline-block;
}
.navigation__link:hover, .navigation__link:active {
  background-position: 100%;
  color: #287ebf;
  transform: translateX(1rem);
}
.navigation__checkbox:checked ~ .navigation__background {
  transform: scale(80);
}
.navigation__checkbox:checked ~ .navigation__nav {
  opacity: 1;
  width: 100%;
}
.navigation__icon {
  position: relative;
  margin-top: 3.5rem;
}
.navigation__icon, .navigation__icon::before, .navigation__icon::after {
  width: 3rem;
  height: 2px;
  background-color: #333;
  display: inline-block;
}
.navigation__icon::before, .navigation__icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}
.navigation__icon::before {
  top: -0.8rem;
}
.navigation__icon::after {
  top: 0.8rem;
}
.navigation__button:hover .navigation__icon::before {
  top: -1rem;
}
.navigation__button:hover .navigation__icon::after {
  top: 1rem;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon {
  background-color: transparent;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
  top: 0;
  transform: rotate(135deg);
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::after {
  top: 0;
  transform: rotate(-135deg);
}
.navigation .collapsible {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.navigation .collapsible .collapsible-header {
  background-color: inherit;
  border-bottom: none;
}
.navigation .collapsible .collapsible-header i {
  font-size: 3.6rem;
  height: 100%;
}
.navigation .collapsible .collapsible-body {
  border-bottom: none;
}
.navigation nav ul a {
  margin: auto;
}

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}
@media only screen and (max-width: 37.5em) {
  .fixed-action-btn {
    right: unset;
    left: 50%;
    margin-left: -100px;
  }
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  outline: none;
}

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}
@media only screen and (min-width: 112.5em) {
  html {
    font-size: 75%;
  }
}

::selection {
  background-color: #287ebf;
  color: #fff;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #2881bf;
}

body {
  /*font-size: 16px;*/
  line-height: 1.7;
}

.heading-primary {
  text-transform: uppercase;
  backface-visibility: hidden;
  margin-bottom: 6rem;
}
.heading-primary--main {
  display: block;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 3.5rem;
  animation-name: moveInLeft;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
@media only screen and (max-width: 37.5em) {
  .heading-primary--main {
    letter-spacing: 1rem;
    font-family: 5rem;
  }
}
.heading-primary--sub {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.75rem;
  animation: moveInRight 1s ease-out;
}
@media only screen and (max-width: 37.5em) {
  .heading-primary--sub {
    letter-spacing: 0.5rem;
  }
}

.heading-secondary {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  background-image: linear-gradient(to right, #2881bf, #0a4197);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 0.2rem;
  transition: all 0.2s;
}
@media only screen and (max-width: 56.25em) {
  .heading-secondary {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .heading-secondary {
    font-size: 2.5rem;
  }
}
.heading-secondary:hover {
  transform: skewY(2deg) skewX(15deg) scale(1.1);
  text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.2);
}

.heading-tertiary {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}

.subheading {
  font-weight: 700;
}

.paragraph {
  font-size: 1.6rem;
}
.paragraph:not(:last-child) {
  margin-bottom: 3rem;
}

.light-text {
  font-size: 15px;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #2881bf;
  -webkit-box-shadow: 1px #2881bf;
  box-shadow: 0 1px 0 0 #2881bf;
}

label {
  font-size: 0.8em;
  font-weight: 500;
  color: #000;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.black-text {
  color: black;
}

.capitalize {
  text-transform: capitalize;
}

.text-container {
  padding: 20px;
}
@media only screen and (max-width: 37.5em) {
  .text-container {
    padding: 0px;
  }
}
.text-container p {
  line-height: 1.5;
  font-size: inherit;
}
@media only screen and (max-width: 75em) {
  .text-container p {
    font-size: 16px;
  }
}

.btn-container .btn, .btn-container .btn-floating {
  background-color: #2196f3;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  border-radius: 1.6em;
  letter-spacing: 2px;
  font-weight: 500;
}
.btn-container .btn .btn-large:hover, .btn-container .btn-floating .btn-large:hover {
  -webkit-animation: hover 1200ms linear 2 alternate;
  animation: hover 1200ms linear 2 alternate;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.btn-container .yellow-button {
  border-radius: 1em;
  background-color: #f2bb43;
}
.btn-container .ghost {
  background: #ffffff00;
  color: orange;
  border: 1px solid orange;
}
.btn-container .white-ghost {
  background: #ffffff00;
  color: white;
  border: 1px solid white;
}
.btn-container .white-btn {
  border-radius: 0.5em;
  color: black;
  background: white;
}
.btn-container .black-btn {
  border-radius: 0.5em;
  color: white;
  background: black;
}
.btn-container .blue-ghost {
  background: #ffffff00;
  border-radius: 0.6em;
  color: #287ebf;
  border: 1px solid #287ebf;
}
.btn-container .special {
  background: top right/210% 210% #fd5d93;
  background-image: linear-gradient(to bottom left, #fd5d93, #ec250d, #fd5d93);
  transition: all 0.15s ease;
  box-shadow: none;
  color: #fff;
}

nav {
  background-color: inherit;
  height: 80px;
}

a {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.show-on-xl-only {
  display: none;
}
@media only screen and (min-width: 112.5em) {
  .show-on-xl-only {
    display: block;
  }
}

.container-fluid {
  width: 90%;
  max-width: initial;
  margin-left: auto;
  margin-right: auto;
}

.vl-site .content-align-center {
  text-align: center;
}
.vl-site .content-align-left {
  text-align: left;
}
.vl-site .content-align-right {
  text-align: right;
}
@media only screen and (max-width: 37.5em) {
  .vl-site .left-align-mobile {
    text-align: left;
  }
  .vl-site .center-align-mobile {
    text-align: center;
  }
}
.vl-site section {
  padding: 10px 0;
}
.vl-site .h1-custom {
  font-weight: 800;
  font-size: 62px;
}
@media only screen and (max-width: 56.25em) {
  .vl-site .h1-custom {
    font-size: 52px;
  }
}
@media only screen and (min-width: 112.5em) {
  .vl-site .h1-custom {
    font-size: 82px;
  }
}
.vl-site .no-gutters {
  margin-bottom: 0;
}
.vl-site .no-gutters-comp {
  margin: 0;
  padding: 0;
}
.vl-site .no-box-shadow {
  box-shadow: none;
}
.vl-site .mt-10per {
  margin-top: 10%;
}
.vl-site .mt-7per {
  margin-top: 7%;
}
.vl-site .margin-tb-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.vl-site .bg {
  border: 2px solid black;
}
.vl-site .bgw {
  border: 2px solid white;
}
.vl-site .mt-5 {
  margin-top: 5px;
}
.vl-site .mt-15 {
  margin-top: 15px;
}
.vl-site .mt-n10 {
  margin-top: -10px;
}
.vl-site .pt-10 {
  padding-top: 10%;
}
.vl-site .ml-5 {
  margin-left: 5px;
}
.vl-site .mr-5 {
  margin-right: 5px;
}
.vl-site .bold-text {
  font-weight: bold;
}
.vl-site .med-bold-text {
  font-weight: 500;
  font-size: inherit;
}
.vl-site .font-18 {
  font-size: 18px;
}
.vl-site .img-blur {
  filter: brightness(0.5);
}
.vl-site .table {
  display: table;
}
.vl-site .img-icon {
  height: 70px;
  width: 70px;
}
.vl-site .italic-text {
  font-style: italic;
}
.vl-site .table-item {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
}
.vl-site .show-on-med-and-down {
  display: none;
}
.vl-site .show-on-small {
  display: none;
}
@media only screen and (max-width: 37.5em) {
  .vl-site .show-on-small {
    display: block;
  }
}
.vl-site .white-bg {
  background: #fff;
}
.vl-site .smoke-white-bg {
  background: #f4f4f4;
}
.vl-site .grey-bg {
  background: #eeeeee;
}
.vl-site .truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vl-site .uppercase {
  text-transform: uppercase;
}
.vl-site .link-text {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.vl-site .hide-overflow {
  overflow: hidden;
}
.vl-site .grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.vl-site [type=checkbox]:checked + span:not(.lever):before {
  border-right: 2px solid #2881bf;
  border-bottom: 2px solid #2881bf;
}
.vl-site .required:after {
  font-weight: bold;
}
.vl-site .blue-transition {
  background: linear-gradient(#287ebf, #039ae5b4);
}
.vl-site .yellow-text {
  color: #f2bb43;
}
.vl-site .blue-text {
  color: #287ebf;
}
.vl-site .fit-image {
  max-height: 100%;
  max-width: 100%;
}
.vl-site .btn-floating {
  background-color: #287ebf !important;
}
.vl-site .pt-2em {
  padding-top: 2em;
}
.vl-site .pt-4em {
  padding-top: 4em;
}
.vl-site .shadow-card {
  border-radius: 12px;
  box-shadow: 0px 15px 20px -10px rgba(0, 0, 0, 0.4);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media only screen and (max-width: 37.5em) {
  .vl-site .shadow-card {
    border-radius: 0px;
    box-shadow: none;
    transition: none;
  }
}
.vl-site .border-right {
  border-right: 2px solid #d6d6d6;
}
@media only screen and (min-width: 112.5em) {
  .vl-site .border-right {
    border-right: 2px solid #d6d6d6;
  }
}
@media only screen and (max-width: 75em) {
  .vl-site .border-right {
    border-right: none;
  }
}
@media only screen and (max-width: 56.25em) {
  .vl-site .border-right {
    border-right: none;
  }
}
.vl-site .heading-container {
  padding: 10px;
}
.vl-site .heading-container h3 {
  font-size: 3.92rem;
  font-weight: 700;
}
.vl-site .heading-container .italic-heading {
  font-size: 3rem;
  font-weight: 500;
  font-style: italic;
  padding: 10px 0;
}
.vl-site .pagination li.active {
  background-color: #2881bf;
}
@media only screen and (max-width: 1099px) {
  .vl-site .show-on-med-and-down {
    display: block;
  }
  .vl-site nav a.sidenav-trigger {
    display: block;
  }
}
.vl-site a > button:hover {
  border-bottom: none !important;
}
.vl-site #contactUsForm-black p,
.vl-site #contactUsForm-black h3 {
  color: black !important;
}
.vl-site .dropdown-wrapper {
  position: relative;
}
.vl-site .dropdown-wrapper > li > a:hover:not(.active), .vl-site .dropdown-wrapper > li > a:active:not(.active) {
  border-bottom: 4px solid white;
  padding-bottom: 5px;
}
.vl-site .dropdown-wrapper > li > a.active {
  color: #4879ea;
}
.vl-site .dropdown-wrapper .dropdown-content {
  background: white;
  margin-top: 40px;
  position: absolute;
  border-radius: 10px;
  display: flex;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  border: 1px solid #d4d4d4;
  width: inherit !important;
  height: fit-content !important;
}
.vl-site .dropdown-wrapper .dropdown-content li > a {
  color: #2881bf;
}
.vl-site .dropdown-wrapper .dropdown-content i {
  height: fit-content;
  font-size: 18px;
}
.vl-site .dropdown-wrapper .dropdown-content:before {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent white transparent;
  z-index: 6;
}
.vl-site .dropdown-wrapper .dropdown-content:after {
  position: absolute;
  top: 3px;
  transform: translateY(-100%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent;
  filter: blur(3px);
  z-index: -1;
}
.vl-site .header-section nav,
.vl-site .header-section2 nav {
  padding: 30px;
  background-color: transparent;
}
.vl-site .header-section nav ul a:hover,
.vl-site .header-section2 nav ul a:hover {
  background-color: inherit;
}
.vl-site .header-section nav .btn,
.vl-site .header-section nav button,
.vl-site .header-section nav .btn-large,
.vl-site .header-section2 nav .btn,
.vl-site .header-section2 nav button,
.vl-site .header-section2 nav .btn-large {
  padding: 10px 15px;
  width: auto;
  height: auto;
  line-height: inherit;
  font-size: 14px;
}
.vl-site .header-section nav .brand-logo,
.vl-site .header-section2 nav .brand-logo {
  padding-left: 0.8em;
}
@media only screen and (max-width: 1100px) {
  .vl-site .header-section nav #nav-desktop,
.vl-site .header-section2 nav #nav-desktop {
    display: none;
  }
}
.vl-site .header-section nav #nav-desktop a,
.vl-site .header-section2 nav #nav-desktop a {
  font-weight: 700;
}
.vl-site .header-section nav img,
.vl-site .header-section2 nav img {
  height: 50px;
  width: 50px;
}
.vl-site .header-section nav .sidenav-trigger,
.vl-site .header-section2 nav .sidenav-trigger {
  margin-top: -7px;
  margin-left: 5px;
}
.vl-site .header-section #nav-desktop li a > span,
.vl-site .header-section2 #nav-desktop li a > span {
  font-size: 14px;
  font-weight: 600;
}
.vl-site .header-section {
  position: relative;
  height: 85vh;
  min-height: 700px;
  color: white;
  margin-bottom: 10px;
  background-position: unset;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 800px;
}
@media only screen and (max-width: 37.5em) {
  .vl-site .header-section {
    min-height: 100%;
  }
}
.vl-site .header-section #press-header-container {
  min-height: 320px;
  padding-top: 10%;
}
.vl-site .header-section .clipped-header {
  width: 100%;
  height: 24em;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.vl-site .header-section .fixed-nav-content {
  position: relative;
}
@media only screen and (max-width: 37.5em) {
  .vl-site .header-section .fixed-nav-content {
    height: 100%;
  }
}
.vl-site .header-section .header-description h1,
.vl-site .header-section .header-description h2 {
  font-weight: 700;
}
.vl-site .header-section .header-description h2 {
  font-size: 2em;
}
.vl-site .header-section .header-description h1 {
  font-size: 2.8em;
}
@media only screen and (max-width: 512px) {
  .vl-site .header-section .header-description h1 {
    font-size: 1.82em;
    font-weight: 700;
  }
}
@media only screen and (max-width: 370px) {
  .vl-site .header-section .header-description h1,
.vl-site .header-section .header-description h2 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 700px) {
  .vl-site .header-section .header-description {
    text-align: center;
  }
}
.vl-site .header-section .header-description .contact-us-card .card {
  box-shadow: 0px 15px 20px -10px rgba(0, 0, 0, 0.4);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.vl-site .header-section .header-description input:not([type]):focus:not([readonly]),
.vl-site .header-section .header-description input[type=text]:not(.browser-default):focus:not([readonly]),
.vl-site .header-section .header-description input[type=password]:not(.browser-default):focus:not([readonly]),
.vl-site .header-section .header-description input[type=email]:not(.browser-default):focus:not([readonly]),
.vl-site .header-section .header-description input[type=url]:not(.browser-default):focus:not([readonly]),
.vl-site .header-section .header-description input[type=time]:not(.browser-default):focus:not([readonly]),
.vl-site .header-section .header-description input[type=date]:not(.browser-default):focus:not([readonly]),
.vl-site .header-section .header-description input[type=datetime]:not(.browser-default):focus:not([readonly]),
.vl-site .header-section .header-description input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
.vl-site .header-section .header-description input[type=tel]:not(.browser-default):focus:not([readonly]),
.vl-site .header-section .header-description input[type=number]:not(.browser-default):focus:not([readonly]),
.vl-site .header-section .header-description input[type=search]:not(.browser-default):focus:not([readonly]),
.vl-site .header-section .header-description textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #2881bf;
  -webkit-box-shadow: 1px #2881bf;
  height: 40px;
  box-shadow: 1px #2881bf;
}
.vl-site .header-section .z-depth-1,
.vl-site .header-section nav,
.vl-site .header-section .card-panel,
.vl-site .header-section .toast,
.vl-site .header-section .dropdown-content,
.vl-site .header-section .collapsible,
.vl-site .header-section .sidenav {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vl-site .header-section2 nav {
  box-shadow: none;
}
.vl-site .header-section2 p,
.vl-site .header-section2 a {
  color: black;
}
.vl-site .header-section2 .dropdown-wrapper {
  position: relative;
}
.vl-site .header-section2 .dropdown-wrapper > li > a:hover:not(.active), .vl-site .header-section2 .dropdown-wrapper > li > a:active:not(.active) {
  border-bottom: 4px solid black;
  padding-bottom: 5px;
}
.vl-site .header-section2 .dropdown-wrapper > li > a.active {
  color: #4879ea;
}
.vl-site .vl-footer {
  background-color: #000;
  color: #f4f4f4;
  line-height: 24px;
  height: 100%;
  overflow: hidden;
}
.vl-site .vl-footer .footer-heading-container {
  width: 100%;
}
.vl-site .vl-footer .footer-heading-container::before {
  border-top: 3px solid white;
  content: "";
  display: block;
  width: 30%;
}
.vl-site .vl-footer .footer-top,
.vl-site .vl-footer .footer-top-secondary {
  padding-top: 20px;
  font-size: 20px;
}
.vl-site .vl-footer .footer-top .media img,
.vl-site .vl-footer .footer-top-secondary .media img {
  width: 60px;
}
.vl-site .vl-footer .footer-top .media img img,
.vl-site .vl-footer .footer-top-secondary .media img img {
  width: 100%;
}
.vl-site .vl-footer .footer-top-secondary {
  padding: 40px 0;
}
.vl-site .vl-footer .footer_widget h5 {
  font-size: 16px;
}
.vl-site .vl-footer .footer_widget h4,
.vl-site .vl-footer .footer_widget h5 {
  color: #f4f4f4;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 5px;
}
.vl-site .vl-footer .footer_widget h4 {
  margin-bottom: 20px;
  font-size: 18px;
}
.vl-site .vl-footer .footer_widget .social-icons--grid {
  text-align: center;
}
.vl-site .vl-footer .footer_widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vl-site .vl-footer .footer_widget ul li a,
.vl-site .vl-footer .footer_widget ul li span {
  color: #989898;
  padding: 3px 0;
  font-size: 17px;
}
.vl-site .vl-footer .footer_widget .media {
  margin-bottom: 14px;
}
.vl-site .vl-footer .footer_widget .media h5 {
  margin: 0;
  line-height: 20px;
}
.vl-site .vl-footer .footer_widget .media a {
  color: #f4f4f4;
  font-size: 14px;
}
.vl-site .vl-footer .footer_widget .media span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}
.vl-site .vl-footer .footer-bottom {
  background-color: #000;
}
.vl-site .vl-footer .footer-bottom .copyright-txt {
  font-size: 18px;
  padding: 6px 0px;
}
.vl-site .vl-footer .footer-bottom a {
  color: #f4f4f4;
  padding: 0 10px;
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  .vl-site .vl-footer .footer-bottom {
    padding: 0px !important;
  }
}
@media only screen and (min-width: 993px) {
  .vl-site .vl-footer .container {
    width: 80%;
    max-width: 1440px;
  }
}
@media only screen and (max-width: 991px) {
  .vl-site .vl-footer .footer-top {
    padding: 30px 0;
  }
  .vl-site .vl-footer .footer_widget {
    padding: 15px;
  }
  .vl-site .vl-footer .footer_widget h4 {
    margin-bottom: 20px;
  }
  .vl-site .vl-footer .footer-bottom {
    text-align: center;
    padding: 0px;
  }
  .vl-site .vl-footer .footer-bottom .text-right {
    text-align: center !important;
    margin-top: 5px;
  }
}
.vl-site .vl-footer .collapsible,
.vl-site .vl-footer .collapsible-header,
.vl-site .vl-footer .collapsible-body {
  background: inherit;
  padding: 0px;
  border: none;
}
.vl-site .services-offered {
  padding-top: 4em;
  padding-bottom: 1em;
}
@media only screen and (max-width: 37.5em) {
  .vl-site .services-offered {
    padding-top: 2em;
    padding-bottom: 1em;
  }
}
.vl-site .services-offered p {
  font-size: 18px;
  font-weight: 500;
}
.vl-site .services-offered .illustration-1 {
  max-width: 100%;
  max-height: 480px;
}
@media only screen and (min-width: 112.5em) {
  .vl-site .services-offered .illustration-1 {
    max-height: 100%;
  }
}
.vl-site .services-offered .heading-colored span {
  font-weight: 900;
  font-size: 3em;
}
.vl-site .services-offered .heading-colored #create {
  color: #f2bb43;
}
.vl-site .services-offered .heading-colored #seamless {
  color: #287ebf;
}
.vl-site .services-offered .heading-colored #digital {
  color: #0a4197;
}
.vl-site .services-offered .heading-colored img {
  width: 100%;
  height: 400px;
}
@media only screen and (max-width: 37.5em) {
  .vl-site .services-offered .heading-colored {
    text-align: center;
  }
  .vl-site .services-offered .heading-colored span {
    font-weight: 900;
    font-size: 1.8em;
  }
}
.vl-site .services-offered .services-text-container {
  margin-top: 1em;
}
.vl-site .services-offered .services-text-container img {
  width: 25px;
  height: 25px;
}
.vl-site .services-offered .services-text-container span {
  font-size: 1em;
}
.vl-site .services-offered .services-text-container a {
  font-weight: 700;
}
.vl-site .supported-devices {
  margin: 10px 0;
  padding: 10px 0;
}
.vl-site .supported-devices .bg-img-heading--container .bg-img-heading h1 {
  font-weight: 800;
  font-size: 7rem;
}
.vl-site .supported-devices .bg-img-heading--container .bg-img-heading a {
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .vl-site .supported-devices .bg-img-heading--container {
    min-height: 100%;
    background: none;
  }
  .vl-site .supported-devices .bg-img-heading--container .bg-img-heading {
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
.vl-site .supported-devices .devices-grid {
  padding: 1em 0;
}
.vl-site .supported-devices .devices-grid p {
  font-size: 16px;
}
.vl-site .supported-devices .devices-grid .container {
  width: 80%;
}
.vl-site .supported-devices .devices-grid img {
  height: 75px;
  width: 75px;
}
.vl-site .supported-devices .devices-grid .icon-container {
  color: inherit;
}
.vl-site .our-specialities .bg-img-container .bg-img-heading h1 {
  font-weight: 800;
  font-size: 7rem;
}
@media only screen and (max-width: 992px) {
  .vl-site .our-specialities .bg-img-container {
    min-height: 100%;
  }
  .vl-site .our-specialities .bg-img-container .bg-img-heading {
    text-align: left;
  }
  .vl-site .our-specialities .bg-img-container .bg-img-heading h1 {
    font-weight: 800;
    font-size: 50px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 400px) {
  .vl-site .our-specialities .bg-img-container h1 {
    font-size: 42px;
  }
}
.vl-site .stats-grid {
  background-color: #f4f4f4;
  padding: 20px 0 0 0;
}
@media only screen and (max-width: 37.5em) {
  .vl-site .stats-grid .stats-grid--container {
    padding-top: 0;
    padding-bottom: 1.5em;
  }
}
.vl-site .stats-grid .stats-grid--container h2 {
  color: #2282c6;
  font-weight: 800;
  font-size: 4em;
  margin: 0;
}
.vl-site .stats-grid .stats-grid--container span {
  margin-top: 20%;
  font-weight: 800;
}
.vl-site .feature-description--container {
  padding-bottom: 2em;
}
@media only screen and (max-width: 37.5em) {
  .vl-site .feature-description--container {
    padding-bottom: 1em;
  }
}
.vl-site .feature-description--container .flex-grid {
  display: flex;
  flex-direction: row;
}
.vl-site .feature-description--container .flex-grid .odd {
  flex-direction: column;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 37.5em) {
  .vl-site .feature-description--container .flex-grid {
    flex-direction: column;
  }
  .vl-site .feature-description--container .flex-grid .odd {
    flex-direction: column-reverse;
  }
}
.vl-site .feature-description--container .feature-description a {
  font-size: 15px;
}
.vl-site .feature-description--container .feature-description p {
  font-size: 20px;
}
@media only screen and (min-width: 112.5em) {
  .vl-site .feature-description--container .feature-description p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 37.5em) {
  .vl-site .feature-description--container .feature-description p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 75em) {
  .vl-site .feature-description--container .feature-description p {
    font-size: 18px;
  }
}
.vl-site .feature-description--container .feature-description .left-description {
  height: 100%;
  margin-left: 10%;
}
.vl-site .feature-description--container .feature-description .left-description p {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 37.5em) {
  .vl-site .feature-description--container .feature-description .left-description {
    margin-left: 0;
    margin-top: 0;
  }
  .vl-site .feature-description--container .feature-description .left-description p {
    font-weight: 500;
  }
}
.vl-site .feature-description--container .feature-description .left-description a {
  padding-bottom: 3px;
  border-bottom: 1px solid #039be5;
}
.vl-site .feature-description--container .feature-description .left-description h1,
.vl-site .feature-description--container .feature-description .right-description h1 {
  font-weight: 700;
}
@media only screen and (max-width: 736px) {
  .vl-site .feature-description--container .feature-description h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 599px) {
  .vl-site .feature-description--container .feature-description h1 {
    font-size: 2.2rem;
  }
}
.vl-site .feature-description--container .feature-description img {
  width: 100%;
  height: 100%;
  max-width: 500px;
  vertical-align: middle;
}
@media only screen and (max-width: 37.5em) {
  .vl-site .feature-description--container .feature-description img {
    max-height: 9em;
  }
}
.vl-site #product-overview {
  min-height: 600px;
  margin-bottom: 3%;
}
@media only screen and (max-width: 37.5em) {
  .vl-site #product-overview {
    margin-bottom: 20px;
  }
}
.vl-site #product-overview .list-item-text {
  font-size: 16px;
}
.vl-site #product-overview h2 {
  font-weight: 700;
}
.vl-site #product-overview .image-container {
  padding: 10% 0;
}
.vl-site #product-overview .image-container img {
  height: 100%;
  width: 75%;
}
.vl-site #product-overview .card {
  max-height: 320px;
  max-width: 100%;
}
.vl-site #product-overview .full-width-card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 25%;
  width: 100%;
  padding: 24px;
  height: 100%;
  text-align: center;
}
.vl-site #product-overview .full-width-card-title h1 {
  font-size: 3rem;
  font-weight: 900;
}
.vl-site #platforms-grid {
  min-height: 600px;
  padding: 0;
}
.vl-site #platforms-grid .img-container {
  width: 100%;
}
.vl-site #platforms-grid .img-container img {
  width: 100%;
}
.vl-site #collage main {
  position: relative;
  height: 100px;
  left: 0;
  width: 900px;
  top: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  background: red;
  top: 100px;
  left: -500px;
}
.vl-site #collage img {
  position: absolute;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  cursor: pointer;
  width: 10px;
}
.vl-site #collage img:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transform: scale(1.1);
}
.vl-site #collage .img-1 {
  width: 300px;
  left: 400px;
  top: 300px;
  z-index: 1;
}
.vl-site #collage .img-2 {
  width: 250px;
  left: 520px;
  top: 120px;
  z-index: 2;
}
.vl-site #collage .img-3 {
  width: 300px;
  left: 300px;
}
.vl-site #collage .img-4 {
  left: 460px;
  top: 200px;
  width: 150px;
  z-index: 2;
}
.vl-site #collage .img-5 {
  left: 580px;
  top: 270px;
  z-index: 3;
  width: 100px;
}
.vl-site #collage .img-6 {
  left: 500px;
  top: 300px;
  width: 90px;
  z-index: 4;
}
.vl-site #collage .img-7 {
  z-index: -1;
  top: 100px;
  left: 200px;
  width: 400px;
}
.vl-site #collage .img-8 {
  width: 500px;
  z-index: -2;
  left: 440px;
  top: 40px;
}
.vl-site #collage .img-9 {
  left: 100px;
  top: -70px;
  width: 520px;
  z-index: -3;
}
.vl-site #collage .img-10 {
  width: 540px;
  z-index: -4;
  top: 160px;
  left: 240px;
}
.vl-site .contact-us-form-conatiner {
  font-size: 2em;
}
.vl-site .contact-us-form-conatiner .row .col {
  padding: 0;
}
.vl-site .contact-us-form-conatiner .contact-us-form {
  background-color: white;
  padding: 45px 0;
}
.vl-site .contact-us-form-conatiner .contact-us-form .form-inner-container input,
.vl-site .contact-us-form-conatiner .contact-us-form .form-inner-container textarea {
  border: 1px solid #9e9e9e;
  border-radius: 8px;
  text-indent: 2em;
  height: 40px;
}
.vl-site .contact-us-form-conatiner .contact-us-form .form-inner-container select > option {
  color: #2881bf;
}
.vl-site .contact-us-form-conatiner .contact-us-form .form-inner-container input:not([type]):focus:not([readonly]),
.vl-site .contact-us-form-conatiner .contact-us-form .form-inner-container input[type=text]:not(.browser-default):focus:not([readonly]),
.vl-site .contact-us-form-conatiner .contact-us-form .form-inner-container input[type=password]:not(.browser-default):focus:not([readonly]),
.vl-site .contact-us-form-conatiner .contact-us-form .form-inner-container input[type=email]:not(.browser-default):focus:not([readonly]),
.vl-site .contact-us-form-conatiner .contact-us-form .form-inner-container input[type=url]:not(.browser-default):focus:not([readonly]),
.vl-site .contact-us-form-conatiner .contact-us-form .form-inner-container input[type=time]:not(.browser-default):focus:not([readonly]),
.vl-site .contact-us-form-conatiner .contact-us-form .form-inner-container input[type=date]:not(.browser-default):focus:not([readonly]),
.vl-site .contact-us-form-conatiner .contact-us-form .form-inner-container input[type=datetime]:not(.browser-default):focus:not([readonly]),
.vl-site .contact-us-form-conatiner .contact-us-form .form-inner-container input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
.vl-site .contact-us-form-conatiner .contact-us-form .form-inner-container input[type=tel]:not(.browser-default):focus:not([readonly]),
.vl-site .contact-us-form-conatiner .contact-us-form .form-inner-container input[type=number]:not(.browser-default):focus:not([readonly]),
.vl-site .contact-us-form-conatiner .contact-us-form .form-inner-container input[type=search]:not(.browser-default):focus:not([readonly]),
.vl-site .contact-us-form-conatiner .contact-us-form .form-inner-container textarea.materialize-textarea:focus:not([readonly]) {
  border: 1px solid #2881bf;
  -webkit-box-shadow: 1px #2881bf;
  height: 40px;
  box-shadow: 1px #2881bf;
}
.vl-site .contact-us-form-conatiner .contact-us-form .form-inner-container span {
  color: #2881bf;
}
@media only screen and (max-width: 600px) {
  .vl-site .contact-us-form-conatiner .contact-us-form .form-inner-container {
    padding: 0 20px;
  }
  .vl-site .contact-us-form-conatiner .contact-us-form .form-inner-container h2 {
    font-size: 3em;
  }
}
.vl-site .contact-us {
  background-color: black;
  padding-bottom: 0;
}
.vl-site .contact-us .contact-us-form {
  border-radius: 8px;
}
.vl-site .contact-us .heading-container {
  color: #f4f4f4;
}
.vl-site .contact-us .heading-container h2 {
  font-size: 4em;
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  .vl-site .contact-us .heading-container {
    padding-left: 10px;
  }
  .vl-site .contact-us .heading-container h2 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 322px) {
  .vl-site .contact-us .heading-container h2 {
    font-size: 2.3em;
  }
}
.vl-site .contact-us-now .bold {
  color: #2282c6;
  font-weight: 800;
  text-transform: uppercase;
}
.vl-site .contact-us-now .card {
  min-width: 260px;
}
.vl-site .contact-us-now .card-content p {
  font-size: 1em;
  font-weight: 700;
}
.vl-site .contact-us-now .card-content i {
  font-size: 2em;
}
@media only screen and (max-width: 37.5em) {
  .vl-site .contact-us-now .card-content i {
    font-size: 1.5em;
  }
}
.vl-site .contact-us-now .card-content .content-container {
  padding: 10px 0;
}
.vl-site .contact-us-now .yellow-card {
  background-color: #ecc03d;
}
.vl-site .contact-us-now .blue-card {
  background-color: #287ebf;
}
.vl-site .contact-us-now .yellow-card,
.vl-site .contact-us-now .blue-card {
  height: 200px;
}
@media only screen and (max-width: 37.5em) {
  .vl-site #contact-us-bg {
    display: none;
  }
}
.vl-site .policy-text {
  color: inherit;
  font-size: 16px;
}
.vl-site [type=checkbox] + span:not(.lever) {
  font-size: 16px;
}
.vl-site .dropdown-content li > a,
.vl-site .dropdown-content li > span {
  color: #2881bf;
}
.vl-site .select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #2881bf;
}
.vl-site .cards-grid--container {
  padding-top: 2em;
  padding-bottom: 2em;
}
.vl-site .cards-grid--container .feature-card > .card {
  max-height: 750px;
  border-radius: 8px;
  box-shadow: 0px 15px 20px -10px rgba(0, 0, 0, 0.4);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.vl-site .cards-grid--container .feature-card > .card:hover {
  box-shadow: 0px 25px 30px -15px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.vl-site .cards-grid--container .feature-card > .card .card-content {
  overflow-y: hidden;
  height: 370px;
}
.vl-site .cards-grid--container .feature-card > .card .card-content ul li {
  list-style-position: inside;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 5px;
}
.vl-site .cards-grid--container .feature-card > .card .card-content::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.vl-site .cards-grid--container .feature-card > .card .card-action {
  background-color: inherit;
  border-top: none;
}
.vl-site .cards-grid--container .feature-card > .card .card-action .btn {
  box-shadow: none;
}
.vl-site .cards-grid--container .feature-card > .card .card-action .btn .btn-large:hover {
  -webkit-animation: none;
  animation: none;
  box-shadow: none;
}
.vl-site .cards-grid--container .feature-card > .card .card-image img {
  display: block;
  border-radius: 8px 8px 0 0;
  height: 200px;
  filter: brightness(0.5);
}
.vl-site .cards-grid--container .feature-card > .card .card-image::before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.5);
}
.vl-site .cards-grid--container .feature-card > .card .card-action {
  border-radius: 8px;
}
.vl-site .cards-grid--container .feature-card > .card .card-action .btn-container button {
  width: 100%;
}
@media only screen and (max-width: 37.5em) {
  .vl-site .cards-grid--container .feature-card > .card .card-action .btn-container button {
    font-size: 12px;
  }
}
.vl-site .cards-grid--container .feature-card > .card .card-action .btn-container .ghost {
  color: #287ebf;
  border: 1px solid #287ebf;
}
.vl-site .cards-grid--container .feature-card > .card .full-width-card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  height: 200px;
  text-align: center;
}
.vl-site .cards-grid--container .feature-card > .card .full-width-card-title h1 {
  font-size: 3rem;
  font-weight: 900;
}
.vl-site .client-grid-banner--container {
  padding: 10px;
}
.vl-site .client-grid-banner--container .client-grid-item {
  height: 140px;
}
.vl-site .client-grid-banner--container img {
  margin-top: auto;
  max-width: 180px;
  max-height: 120px;
}
.vl-site .client-testimonial-horizontal .review-item {
  min-height: 240px;
  height: 100%;
}
.vl-site .client-testimonial-horizontal .quote-icon {
  padding: 0 10px;
}
.vl-site .client-testimonial-horizontal .quote-icon i {
  font-size: 16px;
}
.vl-site .vl-client-reviews {
  padding: 4em 0 10px 0;
}
@media only screen and (max-width: 37.5em) {
  .vl-site .vl-client-reviews {
    padding: 0;
  }
}
.vl-site .vl-client-reviews .container {
  width: 80%;
}
.vl-site .vl-client-reviews .card {
  height: 480px;
  overflow-y: auto;
  border-radius: 10px;
}
@media only screen and (max-width: 56.25em) {
  .vl-site .vl-client-reviews .card {
    height: 560px;
  }
}
@media only screen and (max-width: 37.5em) {
  .vl-site .vl-client-reviews .card {
    height: 100%;
  }
}
.vl-site .vl-client-reviews .card .card-image {
  padding-top: 5px;
  min-height: 150px;
  width: 60%;
  text-align: center;
}
.vl-site .vl-client-reviews .card .card-image img {
  margin: auto;
  height: 100%;
  max-height: 140px;
  width: 100%;
}
.vl-site .vl-client-reviews .card .card-content {
  padding: 0 0 10px 0;
}
.vl-site .vl-client-reviews .card .card-content p {
  font-size: 0.82em;
}
.vl-site .vl-client-reviews .small-card {
  max-height: 480px;
  min-height: 355px;
  height: 100%;
  overflow: hidden;
}
.vl-site .vl-client-reviews .card::after {
  content: "";
  border: 8px solid transparent;
  border-bottom-color: #fff;
  left: 25px;
  top: -16px;
  position: absolute;
}
.vl-site .vl-client-reviews .card::-webkit-scrollbar {
  width: 0px;
  background: inherit;
}
.vl-site .vl-client-reviews .card::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.vl-site .vl-client-reviews .card .testimonial-area .section-title {
  margin-bottom: 45px;
}
.vl-site .vl-client-reviews .testimonial-slider .single-slide {
  background-color: #fff;
  padding: 35px;
  border-radius: 5px;
  font-weight: 300;
  color: #7d91aa;
  border: 1px solid;
}
.vl-site .vl-client-reviews .testimonial-slider .single-slide img {
  width: auto;
}
.vl-site .vl-client-reviews .testimonial-slider .single-slide .client-info {
  overflow: hidden;
}
.vl-site .vl-client-reviews .testimonial-slider .single-slide .client-info .client-img {
  width: 58px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
}
.vl-site .vl-client-reviews .testimonial-slider .single-slide .client-info .client-data {
  padding-left: 78px;
}
.vl-site .vl-client-reviews .testimonial-slider .single-slide .client-info .client-data h4 {
  font-size: 16px;
  margin: 4px 0 0;
}
.vl-site .vl-client-reviews .card-content .review-description-container {
  padding-bottom: 10px;
}
.vl-site .vl-client-reviews .reviewer-name,
.vl-site .vl-client-reviews .reviewer-org {
  font-size: 18px;
}
.vl-site .vl-client-reviews .reviewer-name {
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .vl-site .vl-client-reviews {
    background-color: #fff;
  }
  .vl-site .vl-client-reviews .card {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .vl-site .vl-client-reviews .card .card-image img {
    margin-top: 20%;
  }
}
@media only screen and (max-width: 991px) {
  .vl-site .vl-client-reviews .testimonial-slider .owl-nav > div {
    left: -12.5px;
    height: 25px;
    width: 25px;
    line-height: 25px;
  }
  .vl-site .vl-client-reviews .testimonial-slider .owl-nav > div i {
    font-size: 13px;
  }
  .vl-site .vl-client-reviews .testimonial-slider .owl-nav > div.owl-next {
    right: -12.5px;
  }
}
.vl-site .vl-client-reviews .avatar-container {
  height: 160px;
}
.vl-site .vl-client-reviews .avatar-container .avatar-img {
  max-width: 145px;
  max-height: 145px;
  margin: auto;
}
.vl-site .vl-client-reviews .description-container {
  max-height: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vl-site .vl-client-reviews .owl-carousel {
  position: relative;
}
.vl-site .vl-client-reviews .owl-carousel .owl-nav [class*=owl-] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vl-site .vl-client-reviews .owl-carousel .owl-nav [class*=owl-].disabled:hover {
  background-color: #d6d6d6;
}
.vl-site .vl-client-reviews .owl-carousel .owl-next,
.vl-site .vl-client-reviews .owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  font-size: 20px;
  color: #3b3d3f;
  border: 1px solid #3b3d3f;
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .vl-site .vl-client-reviews .owl-carousel .owl-next,
.vl-site .vl-client-reviews .owl-carousel .owl-prev {
    display: none;
  }
}
.vl-site .vl-client-reviews .owl-carousel .owl-prev {
  left: -70px;
}
.vl-site .vl-client-reviews .owl-carousel .owl-next {
  right: -70px;
}
.vl-site .vl-client-reviews .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.vl-site .vl-client-reviews .owl-carousel .owl-item {
  opacity: 0;
  transition: opacity 500ms;
}
.vl-site .vl-client-reviews .owl-carousel .owl-item.active {
  opacity: 1;
}
.vl-site .vl-client-reviews .owl-theme .owl-controls .owl-page {
  display: inline-block;
}
.vl-site .vl-client-reviews .owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}
.vl-site #brands-grid .heading-container > h4 {
  font-weight: 700;
  letter-spacing: 5px;
}
@media only screen and (max-width: 37.5em) {
  .vl-site #brands-grid .heading-container > h4 {
    font-size: larger;
  }
}
.vl-site #brands-grid .brand-img--container {
  height: 124px;
}
.vl-site #brands-grid .brand-img--container img {
  width: 160px;
}
.vl-site .press--container {
  padding: 20px 0;
}
.vl-site .press--container .news-item--container {
  padding: 20px 0;
  min-height: 180px;
}
.vl-site .press--container .news-item--container .press-logo--container {
  text-align: center;
}
.vl-site .press--container .news-item--container .press-logo--container img {
  min-height: 250px;
  min-width: 300px;
  max-height: 360px;
  max-width: 90%;
}
.vl-site .press--container .news-item--container .press-heading--container,
.vl-site .press--container .news-item--container .press-description--container {
  text-align: left;
  padding: 10px;
}
@media only screen and (min-width: 112.5em) {
  .vl-site .press--container .news-item--container .press-heading--container,
.vl-site .press--container .news-item--container .press-description--container {
    width: 80%;
  }
}
.vl-site .press--container .news-item--container .press-main_heading > span {
  font-weight: 800;
  font-size: 30px;
}
.vl-site .press--container .news-item--container .press-sub_heading > span {
  color: #504e4e;
  font-size: 16px;
}
.vl-site .press--container .news-item--container .press-description--container .press-description {
  font-size: 20px;
  font-weight: 600;
}
.vl-site .press--container .news-item--container .press-description--container a > span {
  font-size: 16px;
  font-weight: 600;
}
.vl-site .press--container .pagination {
  text-align: center;
}
.vl-site .press--container .pagination li a {
  font-size: 28px;
}
@media only screen and (min-width: 112.5em) {
  .vl-site .press--container .pagination {
    text-align: right;
  }
}
.vl-site .team-grid h1 {
  font-weight: 700;
}
.vl-site .team-grid .team-member .card {
  width: 100%;
}
.vl-site .team-grid .team-member .card .card-content {
  padding: 15px;
}
.vl-site .team-grid .team-member .card .card-content p {
  font-size: 11px;
}
@media only screen and (max-width: 37.5em) {
  .vl-site .team-grid .team-member .card .card-content p {
    font-size: 9px;
  }
}
.vl-site .team-grid .team-member .card .card-content .card-title {
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (min-width: 112.5em) {
  .vl-site .team-grid .team-member .card .card-content .card-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 37.5em) {
  .vl-site .team-grid .team-member .card .card-content .card-title {
    font-size: 12px;
  }
}
.vl-site .team-grid .team-member .card .card-image {
  display: block;
  width: 100%;
  height: auto;
}
.vl-site .team-grid .team-member .card .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  transition: 0.5s ease;
  background-color: rgba(0, 139, 186, 0.774);
}
.vl-site .team-grid .team-member .card .overlay .inner-description {
  padding: 10px;
  font-size: 20px;
  color: white;
}
.vl-site .team-grid .team-member .card .card-image:hover .overlay {
  opacity: 1;
}
.vl-site .bg-shape {
  position: absolute;
  background-color: #7642ff;
  background-image: -webkit-linear-gradient(350deg, #7642ff, #4259ff);
  background-image: -o-linear-gradient(350deg, #7642ff, #4259ff);
  background-image: linear-gradient(100deg, #7642ff, #4259ff);
  top: -350px;
  right: -110px;
  border-radius: 8%;
  width: 50%;
  height: 800px;
  -webkit-transform: skew(3deg, 30deg);
  -ms-transform: skew(3deg, 30deg);
  transform: skew(3deg, 30deg);
  opacity: 1;
  z-index: -1;
}
@media (max-width: 991px) {
  .vl-site .bg-shape {
    top: -150px;
    right: 0;
    width: 20%;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .vl-site .bg-shape {
    display: none;
  }
}
.vl-site .bg-circle {
  position: absolute;
  background-color: #7642ff;
  background-image: -webkit-linear-gradient(350deg, #7642ff, #4259ff);
  background-image: -o-linear-gradient(350deg, #7642ff, #4259ff);
  background-image: linear-gradient(100deg, #7642ff, #4259ff);
  top: -400px;
  left: -350px;
  border-radius: 100%;
  height: 800px;
  width: 800px;
  opacity: 0.2;
  z-index: -1;
}
@media (max-width: 991px) {
  .vl-site .bg-circle {
    height: 400px;
    width: 400px;
    top: -200px;
    left: -200px;
  }
}
@media (max-width: 767px) {
  .vl-site .bg-circle {
    display: none;
  }
}
.vl-site .bg-circle-two {
  position: absolute;
  background-color: #7642ff;
  background-image: -webkit-linear-gradient(350deg, #7642ff, #4259ff);
  background-image: -o-linear-gradient(350deg, #7642ff, #4259ff);
  background-image: linear-gradient(100deg, #7642ff, #4259ff);
  top: 150px;
  left: 350px;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  opacity: 0.8;
  z-index: -1;
}
@media (max-width: 991px) {
  .vl-site .bg-circle-two {
    top: 150px;
    left: 70px;
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 767px) {
  .vl-site .bg-circle-two {
    display: none;
  }
}

.vl-site .jobs{
  padding: 80px 20px;
}

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