@media (max-width: 1024px) {
  .desktop-only {
    display: none !important; } }

@media (min-width: 1025px) {
  .tab-down {
    display: none !important; } }

@media (max-width: 767px) {
  .no-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  .mobile-only {
    display: none !important; } }

.v-sidenav {
  /*-------------------------------*/
  /*     Sidebar nav styles        */
  /*-------------------------------*/
  /*Fontawesome icons*/ }
  .v-sidenav #wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .v-sidenav #wrapper.toggled {
    padding-right: 340px; }
  .v-sidenav #sidebar-wrapper {
    z-index: 1000;
    right: 340px;
    width: 0;
    height: 100%;
    margin-right: -340px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #FF5700;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .v-sidenav #sidebar-wrapper::-webkit-scrollbar {
    display: none; }
  .v-sidenav #wrapper.toggled #sidebar-wrapper {
    width: 340px; }
    @media (max-width: 767px) {
      .v-sidenav #wrapper.toggled #sidebar-wrapper {
        width: 100%; } }
  .v-sidenav #page-content-wrapper {
    width: 100%;
    padding-top: 70px; }
  .v-sidenav #wrapper.toggled #page-content-wrapper {
    position: absolute; }
  .v-sidenav .navbar {
    padding: 0; }
  .v-sidenav .sidebar-nav {
    position: absolute;
    top: 0;
    width: 80%;
    margin: 0 10%;
    padding: 0;
    list-style: none;
    padding-top: 63px;
    overflow: hidden; }
  .v-sidenav .sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #000; }
  .v-sidenav .sidebar-nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 15px 15px 15px 0px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 14px; }
  .v-sidenav .sidebar-nav li a:active,
  .v-sidenav .sidebar-nav li a:focus,
  .v-sidenav .sidebar-nav li.open a:active,
  .v-sidenav .sidebar-nav li.open a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    font-family: "Roboto", sans-serif;
    font-weight: 700; }
  .v-sidenav .sidebar-header {
    text-align: center;
    font-size: 20px;
    position: relative;
    width: 100%;
    display: inline-block; }
  .v-sidenav .sidebar-brand {
    height: 65px;
    position: relative;
    background: #212531;
    background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);
    padding-top: 1em; }
  .v-sidenav .sidebar-brand a {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 700; }
  .v-sidenav .sidebar-brand a:hover {
    color: #fff;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 700; }
  .v-sidenav .sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    margin-right: 30px;
    margin-bottom: 10px; }
    .v-sidenav .sidebar-nav .dropdown-menu li {
      margin-left: 20px;
      border-bottom: 1px solid #9D3500;
      padding-left: 0px; }
      .v-sidenav .sidebar-nav .dropdown-menu li a {
        color: #000 !important;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 14px;
        padding-left: 0;
        border: none;
        padding-top: 7px;
        padding-bottom: 7px; }
      .v-sidenav .sidebar-nav .dropdown-menu li:last-child {
        border: none; }
  .v-sidenav .dropdown-menu.show {
    top: 0; }
  .v-sidenav .hamburger {
    position: fixed;
    top: 30px;
    right: 50px;
    z-index: 9999;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 15px;
    background: transparent;
    border: none; }
    @media (max-width: 767px) {
      .v-sidenav .hamburger {
        right: 20px; } }
  .v-sidenav .hamburger:hover,
  .v-sidenav .hamburger:focus,
  .v-sidenav .hamburger:active {
    outline: none; }
  .v-sidenav .hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out; }
  .v-sidenav .hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out; }
  .v-sidenav .hamburger.is-closed .hamb-top,
  .v-sidenav .hamburger.is-closed .hamb-middle,
  .v-sidenav .hamburger.is-closed .hamb-bottom,
  .v-sidenav .hamburger.is-open .hamb-top,
  .v-sidenav .hamburger.is-open .hamb-middle,
  .v-sidenav .hamburger.is-open .hamb-bottom {
    position: absolute;
    right: 0;
    height: 3px;
    width: 100%; }
  .v-sidenav .hamburger.is-open .hamb-top,
  .v-sidenav .hamburger.is-open .hamb-middle,
  .v-sidenav .hamburger.is-open .hamb-bottom {
    width: 70%;
    height: 2px; }
  .v-sidenav .hamburger.is-closed .hamb-top,
  .v-sidenav .hamburger.is-closed .hamb-middle,
  .v-sidenav .hamburger.is-closed .hamb-bottom {
    background-color: #FF5700; }
  .v-sidenav .hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out; }
  .v-sidenav .hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px; }
  .v-sidenav .hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out; }
  .v-sidenav .hamburger.is-open .hamb-top,
  .v-sidenav .hamburger.is-open .hamb-middle,
  .v-sidenav .hamburger.is-open .hamb-bottom {
    background-color: #1a1a1a; }
  .v-sidenav .hamburger.is-open .hamb-top,
  .v-sidenav .hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px; }
  .v-sidenav .hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); }
  .v-sidenav .hamburger.is-open .hamb-middle {
    display: none; }
  .v-sidenav .hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); }
  .v-sidenav .hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out; }
  .v-sidenav .hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out; }
  .v-sidenav .fixed-top {
    right: 0;
    left: inherit; }

.dn {
  display: none !important; }

.v-homebanner {
  margin-top: 50px;
  max-height: 450px;
  height: 450px;
  overflow: hidden; }
  .v-homebanner .col-md-12 {
    padding-left: 0;
    padding-right: 0; }
  .v-homebanner .carousel-item .carousel-caption {
    top: 20px;
    text-align: left;
    left: 4%;
    right: 0; }
    .v-homebanner .carousel-item .carousel-caption h1 {
      font-size: 52px;
      font-family: "Fauna One", serif;
      color: #000; }
    @media (max-width: 767px) {
      .v-homebanner .carousel-item .carousel-caption {
        position: relative; } }
  .v-homebanner .carousel-item .row .col-7 img {
    max-height: 450px; }
  @media (max-width: 767px) {
    .v-homebanner .carousel-item .row {
      flex-direction: column; }
      .v-homebanner .carousel-item .row .col-5 {
        max-width: 100%;
        height: 100px; }
        .v-homebanner .carousel-item .row .col-5 h1 {
          font-size: 35px;
          padding-left: 30px;
          padding-right: 30px; }
      .v-homebanner .carousel-item .row .col-7 {
        max-width: 100%;
        height: 100px; } }
  .v-homebanner .carousel {
    max-height: 450px;
    height: 450px; }
    @media (max-width: 767px) {
      .v-homebanner .carousel {
        flex-direction: column;
        max-height: auto;
        height: auto;
        margin-top: 0; } }
  .v-homebanner .carousel-control-prev,
  .v-homebanner .carousel-control-next {
    top: inherit;
    left: inherit;
    right: inherit;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    z-index: 99999; }
    .v-homebanner .carousel-control-prev span,
    .v-homebanner .carousel-control-next span {
      display: none; }
    @media (max-width: 767px) {
      .v-homebanner .carousel-control-prev,
      .v-homebanner .carousel-control-next {
        display: none; } }
  .v-homebanner .carousel-control-prev {
    background-image: url(../img/icon-prev.svg);
    background-color: #000; }
  .v-homebanner .carousel-control-next {
    background-image: url(../img/icon-next.svg);
    left: 80px;
    background-color: #2D2D2D; }
  @media (max-width: 767px) {
    .v-homebanner {
      flex-direction: column;
      max-height: auto;
      height: auto;
      margin-top: 0; } }

.v-solutions-tabs {
  overflow: hidden;
  background: white;
  background: -moz-linear-gradient(left, white 1%, white 51%, black 51%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 1%, white 51%, black 51%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 1%, white 51%, black 51%, black 100%); }
  .v-solutions-tabs .container {
    background-color: #000000;
    padding: 30px 50px; }
    .v-solutions-tabs .container a {
      color: white;
      display: block;
      font-size: 16px;
      font-family: "Roboto", sans-serif;
      position: relative;
      text-decoration: none; }
      .v-solutions-tabs .container a:before {
        content: '';
        width: 30px;
        height: 3px;
        background-color: #FF5700;
        position: absolute;
        left: 0;
        bottom: 0px; }
  @media (max-width: 767px) {
    .v-solutions-tabs {
      display: none; } }

.v-clients .carousel {
  width: 100%; }
.v-clients .slide-box {
  display: flex;
  justify-content: space-between; }
@media (min-width: 576px) and (max-width: 767.98px) {
  .v-clients .slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .v-clients .slide-box img {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%; } }
@media (min-width: 992px) {
  .v-clients .slide-box img {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
.v-clients .carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: .5rem; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

body {
  padding-top: 100px; }
  @media (max-width: 767px) {
    body {
      padding-top: 70px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1100px; } }
.v-menubar {
  padding: 15px 20px 5px 20px;
  position: fixed;
  top: 0;
  background-color: #ffffff;
  z-index: 9999; }

.dn {
  display: none !important; }

.v-footer {
  padding: 0;
  background-color: #000000; }
  .v-footer .content {
    padding: 40px 0;
    color: #fff; }
    .v-footer .content p {
      margin: 0;
      font-family: "Roboto", sans-serif;
      font-size: 12px;
      font-weight: 200; }
    .v-footer .content .form {
      display: flex;
      flex-wrap: wrap; }
      .v-footer .content .form label {
        width: 100%;
        font-size: 14px;
        margin-bottom: 0;
        font-family: "Roboto", sans-serif; }
      .v-footer .content .form input[type=text] {
        width: 65%;
        height: 48px;
        border-radius: 0 !important;
        font-size: 12px;
        font-family: "Roboto", sans-serif; }
      .v-footer .content .form button {
        width: 35%;
        height: 48px;
        border-radius: 0 !important;
        background-color: #FF5700;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        color: #fff;
        font-weight: 500; }
    .v-footer .content ul {
      padding-left: 0; }
      .v-footer .content ul li {
        list-style: none;
        display: inline-block;
        padding-right: 25px; }
  .v-footer hr {
    background-color: #666666;
    margin: 0; }
  .v-footer .copyright {
    padding: 15px;
    text-align: center;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 200; }
  @media (max-width: 767px) {
    .v-footer {
      padding: 20px; }
      .v-footer .content {
        padding-top: 0;
        padding-bottom: 0; }
      .v-footer .row {
        flex-direction: column; }
        .v-footer .row .col-3, .v-footer .row .col-4, .v-footer .row .col-5 {
          max-width: 100%;
          width: 100%;
          margin-bottom: 15px; }
      .v-footer .copyright {
        font-size: 13px; } }

.v-aboutus {
  background-color: #000;
  text-align: center;
  color: #ffffff;
  padding: 20px 0; }
  .v-aboutus .col-4 {
    padding-left: 50px;
    padding-right: 50px; }
  .v-aboutus h2 {
    font-size: 42px;
    font-family: "Fauna One", serif;
    margin-bottom: 15px;
    margin-top: 25px; }
    @media (max-width: 767px) {
      .v-aboutus h2 {
        font-size: 30px;
        padding-left: 30px;
        padding-right: 30px; } }
  .v-aboutus h6 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .v-aboutus h6 {
        font-size: 14px;
        width: 80%;
        margin: 0 auto;
        font-weight: 300;
        margin-bottom: 20px;
        margin-top: 20px; } }
  .v-aboutus h5 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 35px;
    text-transform: uppercase; }
  .v-aboutus p {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    margin-top: 35px; }
  @media (max-width: 767px) {
    .v-aboutus .row {
      flex-direction: column; }
      .v-aboutus .row .col-4 {
        max-width: 100%; }
        .v-aboutus .row .col-4 p {
          font-size: 12px; }
        .v-aboutus .row .col-4 h5 {
          margin-top: 15px;
          font-size: 16px; } }

.v-hire-candidate {
  padding-top: 100px; }
  .v-hire-candidate .content {
    padding-left: 50px; }
    .v-hire-candidate .content h2 {
      font-size: 42px;
      font-family: "Fauna One", serif;
      margin-bottom: 20px; }
    .v-hire-candidate .content p {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 500; }
    .v-hire-candidate .content .list-group {
      margin-top: 50px; }
      .v-hire-candidate .content .list-group a {
        color: #454545;
        display: flex;
        padding: 0;
        padding-right: 10px;
        align-content: center;
        align-items: center;
        border: none;
        background-color: transparent; }
        .v-hire-candidate .content .list-group a img {
          margin-right: 10px; }
        .v-hire-candidate .content .list-group a p {
          margin: 0;
          font-weight: 400; }
  .v-hire-candidate .row h2 {
    font-size: 28px; }
  @media (max-width: 767px) {
    .v-hire-candidate .row {
      padding-top: 50px;
      flex-direction: column-reverse; }
      .v-hire-candidate .row .col-6 {
        max-width: 100%; }
        .v-hire-candidate .row .col-6.content {
          padding: 0; }
          .v-hire-candidate .row .col-6.content .list-group {
            margin-top: 20px; }
            .v-hire-candidate .row .col-6.content .list-group a {
              width: 100% !important;
              margin-bottom: 20px; }
              .v-hire-candidate .row .col-6.content .list-group a img {
                width: auto; }
        .v-hire-candidate .row .col-6 img {
          width: 100%; } }
  @media (max-width: 767px) {
    .v-hire-candidate {
      padding-top: 0; } }

.v-services-areas {
  background-color: #f7f7f7; }
  .v-services-areas .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 150px; }
    .v-services-areas .content h2 {
      font-size: 42px;
      font-family: "Fauna One", serif;
      margin-bottom: 20px; }
    .v-services-areas .content p {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      line-height: 23px;
      font-weight: 400; }
    .v-services-areas .content ul {
      margin-left: 0;
      padding-left: 20px; }
      .v-services-areas .content ul li {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        line-height: 23px;
        font-weight: 400; }
    @media (max-width: 767px) {
      .v-services-areas .content {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        padding-top: 40px; }
        .v-services-areas .content img {
          width: 100%; }
        .v-services-areas .content h2 {
          font-size: 30px; } }
  .v-services-areas .img {
    padding-top: 35px; }
  @media (max-width: 767px) {
    .v-services-areas .col-6 {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%; }
      .v-services-areas .col-6 img {
        width: 100%; } }

.v-workforce {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px; }
  .v-workforce h2 {
    font-size: 42px;
    font-family: "Fauna One", serif;
    margin-bottom: 15px; }
  .v-workforce h6 {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    width: 78%;
    margin: 0 auto;
    margin-bottom: 50px; }
  .v-workforce h5 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000; }
  .v-workforce p {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    margin-top: 15px;
    margin-bottom: 0; }
  .v-workforce .img {
    display: flex;
    height: 220px;
    justify-content: center;
    align-content: flex-end;
    align-items: flex-end;
    margin: 20px 0; }
  .v-workforce .col-4 {
    padding-left: 50px;
    padding-right: 50px; }
    .v-workforce .col-4 p {
      padding-left: 10px;
      padding-right: 10px; }
  @media (max-width: 767px) {
    .v-workforce h2 {
      font-size: 23px; }
    .v-workforce h6 {
      font-size: 14px;
      width: 80%; }
    .v-workforce .row {
      flex-direction: column; }
      .v-workforce .row .col-4 {
        width: 100%;
        max-width: 100%; } }

.v-download {
  background-color: #000000;
  padding: 32px; }
  .v-download .content {
    display: flex;
    justify-content: center; }
    .v-download .content a {
      font-size: 16px;
      text-transform: uppercase;
      color: #fff;
      font-family: "Roboto", sans-serif; }
      .v-download .content a img {
        margin-right: 15px; }
  @media (max-width: 767px) {
    .v-download {
      padding: 15px; }
      .v-download .content {
        padding: 0; }
        .v-download .content a {
          font-size: 14px; } }

.v-clients {
  padding: 50px 0; }
  .v-clients h2 {
    font-size: 42px;
    font-family: "Fauna One", serif;
    margin-bottom: 15px;
    text-align: center; }
  .v-clients h6 {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    width: 78%;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center; }
  .v-clients .swiper-container {
    padding-left: 50px;
    padding-right: 50px; }
  .v-clients .swiper-wrapper .swiper-slide img {
    width: 80%; }
  .v-clients .swiper-button-next, .v-clients .swiper-button-prev {
    background-color: #fff;
    position: absolute;
    height: 100%;
    top: 22px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: left center; }
    .v-clients .swiper-button-next:after, .v-clients .swiper-button-prev:after {
      content: none; }
  .v-clients .swiper-button-next {
    right: 0;
    background-image: url(../img/icon-slider-next.svg);
    background-position: right center; }
  .v-clients .swiper-button-prev {
    left: 0;
    background-image: url(../img/icon-slider-prev.svg); }
  @media (max-width: 767px) {
    .v-clients h2 {
      font-size: 30px; } }

.v-innerbanner .content {
  display: flex;
  justify-content: center; }
@media (max-width: 767px) {
  .v-innerbanner img {
    width: 100%; } }

.v-inner-body {
  background-color: #fbfbfb;
  padding: 70px 0 100px 0;
  text-align: center; }
  .v-inner-body h1 {
    width: 100%;
    font-family: "Fauna One", serif;
    font-size: 42px;
    margin-bottom: 20px; }
  .v-inner-body h5 {
    width: 100%;
    font-family: "Roboto", sans-serif;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px; }
  .v-inner-body h6 {
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #666;
    margin-top: 20px; }
  .v-inner-body p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    width: 80%;
    margin: 15px auto;
    clear: both;
    font-weight: 500; }
  .v-inner-body h6 + p {
    width: 45%; }
  .v-inner-body ul {
    clear: both;
    display: flex;
    width: 100%;
    margin: 35px 0; }
    .v-inner-body ul li {
      width: 33%;
      list-style: none;
      display: flex;
      align-content: center;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center; }
      .v-inner-body ul li img {
        margin-right: 10px; }
      .v-inner-body ul li span {
        width: auto;
        text-align: left;
        font-size: 18px;
        color: #666;
        font-family: "Roboto", sans-serif;
        font-weight: 600; }
  @media (max-width: 767px) {
    .v-inner-body h1 {
      font-size: 30px; }
    .v-inner-body h5, .v-inner-body h6 {
      width: 90%;
      margin: 0 auto;
      font-size: 15px; }
    .v-inner-body p {
      width: 90% !important;
      margin: 15px auto;
      font-size: 13px; }
    .v-inner-body ul {
      flex-direction: column;
      padding-left: 0; }
      .v-inner-body ul li {
        width: 100%;
        margin-bottom: 20px; } }

.v-contact-page h5 {
  font-size: 18px;
  color: #454545;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  width: 45%;
  margin: 0 auto;
  line-height: 25px; }
.v-contact-page .address {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  font-family: "Roboto", sans-serif; }
  .v-contact-page .address h6 {
    font-size: 18px;
    color: #666;
    font-weight: 600; }
  .v-contact-page .address p {
    color: #454545;
    font-size: 16px;
    font-weight: 500; }
.v-contact-page form input, .v-contact-page form textarea {
  height: 48px;
  border: 1px solid #000;
  color: #818181;
  font-size: 14px;
  border-radius: 0;
  font-family: "Roboto", sans-serif; }
.v-contact-page form textarea {
  height: 106px; }
.v-contact-page .btn {
  background-color: #FF5700;
  color: #fff;
  height: 48px;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 15px; }
@media (max-width: 767px) {
  .v-contact-page h5 {
    width: 90%;
    font-size: 16px; } }
.v-contact-page .location-details {
  margin-top: 80px; }
  .v-contact-page .location-details + .tab-content {
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 100px;
    text-align: left;
    font-size: 18px; }
  .v-contact-page .location-details .nav-item {
    width: 16.6% !important; }
    .v-contact-page .location-details .nav-item a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-content: center;
      align-items: center;
      padding-top: 20px;
      padding-bottom: 20px;
      width: 100%;
      color: #000;
      font-size: 18px !important; }
      .v-contact-page .location-details .nav-item a img {
        width: 70px;
        padding: 10px;
        border: 4px solid #ddd;
        display: block;
        margin: 0;
        margin-bottom: 15px;
        border-radius: 99px; }
      .v-contact-page .location-details .nav-item a.active {
        border: none;
        border-bottom: 3px solid #2196f3 !important;
        border-top: 1px solid #2196f3 !important;
        background-color: transparent;
        color: #2196f3; }
      .v-contact-page .location-details .nav-item a:hover {
        border: none;
        border-bottom: 3px solid #2196f3 !important;
        border-top: 1px solid #2196f3 !important;
        background-color: transparent; }
  @media (max-width: 767px) {
    .v-contact-page .location-details .nav-item {
      width: 100% !important; }
    .v-contact-page .location-details + .tab-content {
      padding-left: 20px;
      padding-right: 20px; } }

.v-staffing-page .nav-tabs {
  border: none;
  margin-bottom: 0; }
  .v-staffing-page .nav-tabs li {
    width: auto; }
    .v-staffing-page .nav-tabs li a {
      border: none;
      background-color: transparent;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      padding-left: 0;
      padding-right: 0;
      margin-right: 50px;
      position: relative;
      color: #000; }
      .v-staffing-page .nav-tabs li a.active {
        background-color: transparent;
        font-weight: 700; }
        .v-staffing-page .nav-tabs li a.active:after {
          content: '';
          width: 100%;
          height: 4px;
          background-color: #FF5700;
          position: absolute;
          bottom: 0;
          left: 0; }
.v-staffing-page .tab-content .tab-pane {
  padding-top: 50px;
  padding-bottom: 50px; }
  .v-staffing-page .tab-content .tab-pane h1 {
    font-size: 42px;
    font-family: "Fauna One", serif;
    margin-bottom: 30px; }
  .v-staffing-page .tab-content .tab-pane p {
    margin-bottom: 20px; }
  .v-staffing-page .tab-content .tab-pane img {
    margin-top: 80px;
    margin-bottom: 20px; }
  .v-staffing-page .tab-content .tab-pane .tab-list-items {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .v-staffing-page .tab-content .tab-pane .tab-list-items li {
      text-align: left;
      justify-content: flex-start;
      padding: 10px;
      border-bottom: 1px solid #ddd;
      width: 32%;
      margin-bottom: 20px;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 500; }
      .v-staffing-page .tab-content .tab-pane .tab-list-items li:before {
        content: "";
        background-image: url(../img/list-arrow.png);
        background-repeat: no-repeat;
        background-size: 69%;
        background-position: center;
        width: 20px;
        height: 20px;
        margin-right: 5px; }
    @media (max-width: 767px) {
      .v-staffing-page .tab-content .tab-pane .tab-list-items li {
        width: 100%; } }
  @media (max-width: 767px) {
    .v-staffing-page .tab-content .tab-pane h1 {
      font-size: 30px; } }
.v-staffing-page hr {
  margin: 0; }
.v-staffing-page .sticky-top {
  top: 70px;
  background-color: #fbfbfb;
  margin-bottom: 0px; }
  .v-staffing-page .sticky-top .nav-item a {
    padding-bottom: 20px; }
.v-staffing-page .hr.sticky-top {
  top: 150px; }

.v-business-page .business-list {
  display: flex;
  flex-direction: column; }
  .v-business-page .business-list li {
    width: 100%;
    list-style: disc !important;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    position: relative;
    margin-bottom: 3px; }
    .v-business-page .business-list li:before {
      content: '\25CF';
      font-size: 10px;
      margin-right: 10px; }

.v-find-job h6 + p {
  width: 80%; }
.v-find-job .card {
  border-radius: 0;
  border: none; }
.v-find-job #accordion {
  width: 100%;
  margin-top: 20px; }
  .v-find-job #accordion .card-header {
    background-color: #dedede;
    text-align: left;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px; }
    .v-find-job #accordion .card-header h5, .v-find-job #accordion .card-header h6 {
      color: #666;
      font-size: 18px;
      font-family: "Roboto", sans-serif;
      margin-bottom: 0;
      margin-top: 0; }
      .v-find-job #accordion .card-header h5 span, .v-find-job #accordion .card-header h6 span {
        font-size: 14px;
        display: block;
        font-weight: 400;
        margin-top: 10px; }
    .v-find-job #accordion .card-header h6 {
      color: #000;
      font-size: 14px;
      font-family: "Roboto", sans-serif; }
    .v-find-job #accordion .card-header .btn {
      height: 42px;
      background-color: #FF5700;
      color: white;
      text-transform: uppercase;
      font-weight: 500;
      border-radius: 0;
      padding-left: 20px;
      padding-right: 35px;
      float: right;
      text-decoration: none; }
      .v-find-job #accordion .card-header .btn:after {
        content: "";
        color: white;
        background-image: url(../img/icon-tab-down-arrow.svg);
        width: 20px;
        height: 20px;
        position: absolute;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 5px;
        margin-top: 2px; }
      .v-find-job #accordion .card-header .btn.collapsed:after {
        content: "";
        color: white;
        background-image: url(../img/icon-tab-right-arrow.svg); }
    .v-find-job #accordion .card-header .col-3, .v-find-job #accordion .card-header .col-2, .v-find-job #accordion .card-header .col-4 {
      display: flex;
      align-content: center;
      align-items: center; }
    .v-find-job #accordion .card-header .col-2 {
      justify-content: flex-end; }
    @media (max-width: 767px) {
      .v-find-job #accordion .card-header .row {
        display: block; }
      .v-find-job #accordion .card-header .col-2, .v-find-job #accordion .card-header .col-3, .v-find-job #accordion .card-header .col-4 {
        max-width: 100% !important;
        width: 100% !important; } }
.v-find-job .card-body {
  background-color: #f4f4f4;
  border: none;
  padding: 30px; }
  .v-find-job .card-body ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0; }
    .v-find-job .card-body ul li {
      width: 100%;
      justify-content: flex-start;
      text-align: left;
      width: 100%;
      list-style: disc !important;
      color: #000;
      font-size: 12px;
      font-weight: 500;
      font-family: "Roboto", sans-serif;
      position: relative;
      margin-bottom: 17px;
      padding-left: 10px;
      position: relative; }
      .v-find-job .card-body ul li:before {
        content: '\25CF';
        font-size: 10px;
        margin-right: 10px;
        position: absolute;
        left: -10px;
        top: 0; }

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