@charset "utf-8";

/* CSS Document */
html {
  scroll-behavior: smooth;
}

body, html {
  height: 100%;
  width: 100%;
}

img {
  justify-content: center;
  align-items: center;
  display: absolute;
  vertical-align: middle;
}

.imgSpcMove {
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}

.servImg_Controller {
  max-width: 190px;
  height: auto;
}

body {
  color: black;
  /*background-color: #1e1e1e;*/
  background-color: #202020;
}

::-moz-selection {
  background-color: #FFD16080;
  color: #fff;
}

::selection {
  background-color: #FFD16080;
  color: #fff;
}

h1 {
  color: #cba651;
  font-size: 55px;
  font-family: "Aver";
}

h2, h4, h3, h6 {
  color: #cba651;
  z-index: 2;
  font-family: "Aver";
}

/*h5 used for Servicebox Header*/
h5 {
  color: #cba651;
  font-family: "Aver";
  font-size: 22px;
  font-weight: 350;
  margin-top: 10px !important;
}

.customList li {
  list-style-type: disc;
  color: white;
  font-family: "Raleway";
  font-weight: 280;
  padding: 5px;
}

p {
  color: white;
  font-family: "Raleway";
}

a {
  color: #ffffff;
  font-family: "Raleway";
  font-weight: lighter;
  font-size: 23px;
}

a:hover {
  color: #ffffff;
  text-decoration: none;

}

hr {
  border-top: 2px solid #cba651;
  margin-left: 30px;
  margin-right: 30px;
}

.navcontentgap {
  margin-top: 5%;
}

.vbcLogo {
  overflow: hidden;
  z-index: 3;
}

.homehead {
  height: 100vh;
  min-height: 500px;
  background-image: url('../img/VBCplane.jpg');
  /*Original Credits to: TobiasRehbein PixaBay: "airplane-aircraft-airport-airliner-4974674/"*/
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-bottom-Color: #cba651;
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

.headSubtitle {
  color: white;
  font-family: "Raleway";
  font-style: italic;
  font-size: 32px;
  line-height: 25px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: -75px;
  transform: translateY(35px);
}

.TitleSpecial {
  background-color: rgba(0, 0, 0, 1);
  border: solid;
  border-width: 0.25px;
  border-color: #cba651;
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.TitleBlur {
  background-image: url('../img/VBCplane.jpg');
  height: 110%;
  width: 110%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  top: -0.5vh;
  left: -0.5vw;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  position: absolute;
  z-index: -5;
  opacity: 0.5;
}

.wideContainer {
  width: 75%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*Outline for Boxes (for use and building)*/
.TitleSpecial_Box {
  background-color: red;
  z-index: 2;
}

.homeheadtext {
  color: white;
  z-index: 1;
  margin-top: 20px;
}

/* FONTS */
@font-face {
  font-family: "Aver";
  src: url(../src/font/Aver Bold.ttf) format("truetype");
  font-family: "AverNormal";
  src: url(../src/font/Aver.ttf) format("truetype");
  font-family: "AverItalic";
  src: url(../src/font/Aver Italic.ttf) format("truetype");
  font-family: "RalewayLight";
  src: url(../src/font/Raleway-Light.ttf) format("truetype");
  font-family: "RalewayRegular";
  src: url(../src/font/Raleway-Regular.ttf) format("truetype");
  font-family: "RalewayBold";
  src: url(../src/font/Raleway-Bold.ttf) format("truetype");
}

h1.customfont {
  font-family: "Aver";
}

/* Label */
.label {
  color: #757575;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: -10px;
  top: 10px;
  transition: all 0.2s ease;
}

/* active */
.input:focus~.label, .input.used~.label {
  top: -20px;
  transform: scale(.75);
  left: -15px;
  /* font-size: 14px; */
  color: #4a89dc;
}

/* Underline */
.bar {
  position: relative;
  display: block;
  width: 100%;
}

.bar:before, .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #4a89dc;
  transition: all 0.2s ease;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

/* active */
.input:focus~.bar:before, .input:focus~.bar:after {
  width: 50%;
}

/* Highlight */
.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active */
.input:focus~.highlight {
  animation: inputHighlighter 0.3s ease;
}

/*
@media screen and (max-width: 767px) and (min-width: 576px) {
  #myModal {
    margin-left: 20%;
    margin-right: 20%;
  }

  #forgot-password {
    margin-left: 20%;
    margin-right: 20%;
  }
}

.modal-body {
  background: white;
  ;
  background-size: cover;
  z-index: 4;
}

em {
  display: none;
}

a.blue-text {
  color: #ade38f;
}

a.blue-text:hover {
  color: #076634;
}

button.btn.btn-info {
  background-color: #ade38f;
  border: 0;
}

button.btn.btn-info:hover {
  background-color: #076634;
}

button.btn.btn-outline-info {
  border-color: #076634;
  color: #076634;
}

button.btn.btn-outline-info:hover {
  background-color: #076634;
  color: white;
}
*/
/* ==========================================================
        Header Above Navbar Styles
   ==========================================================*/
.navheader {
  background-color: #cba651;
  color: white;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  z-index: 2000;
  padding: 0px;
}

.navPadding {
  padding-right: 185px;
}

.text-md-left a {
  color: #cba651;
}

.text-md-left a:hover {
  color: #ade38f;
}

/* ==========================================================
        Navbar Styles
   ==========================================================*/
#nav ul {
  display: inline-block;
  list-style-type: none;
}

.navbar-toggler {
  border-width: 2px;
  border-color: #cba651 !important;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar {
  margin-top: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: #000000 !important;
  transition: all 0.3s;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: bold;
  border-bottom-style: solid;
  border-bottom-color: #cba651;
  border-bottom-width: thin;
}

/*Part of Drop-drop for Nav - - NOT WORKING EITHER*/
/*
@media only screen and (max-width: 425px) {


  .navbar .nav-item .dropdown-menu {
    display: none;
  }

  .navbar .nav-item:hover .nav-link {}

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
*/
.dropdown-menu {
  background-color: rgba(42, 42, 42, 0.8);
  border-top-style: solid;
  border-top-width: 5px;
  border-left: hidden;
  border-right: hidden;
  border-bottom: hidden;
  border-color: #cba651;
}

.dropdown-item {
  font-size: 20px;
  text-align: left;
  border-style: solid;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-color: transparent;
  word-wrap: break-word;
}

.dropdown-item:hover {
  background-color: rgba(42, 42, 42, 1);
  border-top-style: solid;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-color: #cba651;
  font-size: 20px;
  transform: translate(8px);
  transform: scale(1.05);
  text-align: left;
  transition-duration: 0.23s;
  transition-timing-function: ease-in-out;
  box-shadow: 3px 3px rgba(42, 42, 42, 0.5);
}

.navbar a {
  color: white !important;
}

.navbar button {
  color: inherit !important;
}

.navbar.compressed {
  padding-top: 0px;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.8) !important;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}

a.nav-link {
  position: relative;
  color: #cba651;
  text-decoration: none;
}

a.nav-link:hover {
  color: #cba651 !important;
}

/*Nav Underline Colour Below*/
a.nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #cba651;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a.nav-link:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

a.nav-link.active {
  
  color: #cba651 !important;
  font-weight: bold;
  
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(255, 255, 255, 0.8);
  border-style: solid;
  border-color: #cba651;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}

#return-to-top i {
  color: #000;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: #cba651;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(246, 183, 38);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#return-to-top:hover i {
  color: #000;
  top: 5px;
}

/* ==========================================================
        Breadcrumb Styles
   ==========================================================*/
.breadcrumbbg {
  margin-top: 188px;
  height: 200px;
  background: url(http://placeimg.com/1000/200/tech/grayscale);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumbbox {
  padding-top: 50px;
  margin: auto;
}

.breadcrumb {
  background: transparent;
}

.breadcrumb-bar .breadcrumb-item+.breadcrumb-item::before {
  padding: 0;
  content: "|";
}

li.breadcrumb-item.active {
  color: #076634;
  font-weight: bold;
}

ol.breadcrumb.align-items-center.d-flex.justify-content-center {
  background: rgba(255, 255, 255, 0.2);
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

/* ==========================================================
        Service Styles
   ==========================================================*/
.anchorSpacer {
  margin-top: 35px !important;
}

/*DIRTY FIX for Anchor issue*/
.serviceAnchorSpacer {
  margin-top: 0px;
  padding-top: 0px;
  display: inline-block;
}

.divsectionsFirstBox {
  padding: 120px 0 30px 0;
  border-bottom-style: solid;
  border-color: #cba651;
  scroll-snap-align: start;
  scroll-snap-type: y proximity;
  display: block;
}

.divsections {
  padding: 120px 0 20px 0;
  border-bottom-style: solid;
  border-color: #cba651;
  scroll-snap-align: start;
  scroll-snap-type: y proximity;
}

.carobox {
  background: #eee;
}

.serviceDesc {
  /*Non Media Limited*/
  font-size: 17px !important;
  padding-bottom: 5px;
  font-weight: 280;
}

.imgFrame {
  justify-content: center;
  display: flex;
  vertical-align: middle;
  padding-top: 0%;
  /* position:relative; */
}

#belowImgArrow {
  position: absolute;
  bottom: 0;
  right: 45%;
  margin-left: auto;
  margin-right: auto;
}

.serviceDescBox {
  padding-left: 0px;
  padding-right: 0px;
}

.aboutUsBoxes {
  border-right-width: 3px;
  border-right-color: #cba651;
  border-right-style: solid;
}

.smallServiceMargin {
  margin-left: 0px;
  margin-right: 0px;
  padding: 5px 0px 0px 0px;
  transition: 0.8s;
  background: linear-gradient(90deg, rgba(90, 90, 90, 0.5) 7%, rgba(255, 255, 255, 0) 58%);
  transition-timing-function: ease-in-out;
  background-size: 0%;
  /*Make bg smaller than max size*/
  background-repeat: no-repeat;
}

.smallServiceMargin:hover {
  border-radius: 0px 25px 25px 0px;
  transition: 0.6s;
  background: linear-gradient(90deg, rgba(95, 95, 95, 0.5) 7%, rgba(255, 255, 255, 0) 58%);
  transition-timing-function: ease-in-out;
  background-size: 150%;
  /*Make bg bigger than what non-hover was,to make it appear that it grows*/
  background-repeat: no-repeat;
  height: 100%;
}

.smallServiceMargin::after {
  /*Set up for For Underline*/
  content: "";
  position: absolute;
  background: #cba651;
  top: 8%;
  Left: 0%;
  height: 35%;
  width: 3px;
  transition: 0.5s;
  transition-timing-function: ease-in-out;
}

.smallServiceMargin:hover::after {
  /*For Underline to grow onHover*/
  content: "";
  position: absolute;
  background: #cba651;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 3px;
  transition: 0.5s;
  transition-timing-function: ease-in-out;
}

.longDescBreaker {
  margin-top: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 55px;
}

.longDescBreaker::after {
  /*VERT VERSION*/
  content: "";
  position: absolute;
  justify-content: center;
  background: #cba651;
  top: 0%;
  height: 86px;
  margin-left: 50%;
  width: 3px;
  border-radius: 5px;
  /*HORI VERSION*/
  /* content: "";
  position:absolute;
  justify-content: center;
  background: #cba651;
  left: 0%;
  height: 3px;
  margin-left:50%;
  width: 15%;
  border-style:dashed; */
  /* border-radius: 5px; */
}

.fa-caret-down, .fa-caret-up {
  color: white;
  font-size: 35px;
  position: absolute;
  border-color: transparent;
  border-width: 2px;
}

.fa-caret-down:hover, .fa-caret-up:hover {
  color: #cba651;
  font-size: 35px;
  position: absolute;
  border-color: #cba651;
  border-width: thin;
}

#miniChevron {
  font-size: 20px;
  transform: translateY(3px);
}

#dropChevron:hover {
  color: #cba651;
}

/*
#smallServiceMargin:hover::before {
  content: "";
  position: absolute;
  background:#cba651;
  bottom: 100%;
  left: 25%;
  height:3px;
  width:50%;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}

#smallServiceMargin::before {
  content: "";
  position: absolute;
  background:#transparent;
  bottom: 100%;
  left: 45%;
  height:3px;
  width:10%;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
*/
/*@media only screen and (max-width: 425px) {
  .carobox {
    padding-bottom: 160px;
  }
}

.caropara {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-style: italic;
  max-width: 70%;
}
*/
span.fa.fa-arrow-circle-left {
  color: #ade38f !important;
  font-size: 40px;
}

span.fa.fa-arrow-circle-right {
  color: #ade38f !important;
  font-size: 40px;
}

.carousel-indicators li {
  background-color: #ade38f !important;
}

/*@media only screen and (max-width: 425px) {
  ol.carousel-indicators {
    bottom: -160px;
  }
}

@media only screen and (max-width: 768px) {
  .carousel-indicators {
    bottom: -40px;
  }
}
*/
.servicebox p {
  color: white;
  font-style: italic;
  font-weight: 320;
  padding: 0px 15px 0px 15px !important;
}

.servicebox {
  height: 380px;
  padding: 5px 5px 5px 5px;
  background-color: rgba(86, 86, 86, 0.4);
  border-style: solid;
  border-color: transparent;
  border-top-width: 3px;
  border-bottom-width: 5px;
  border-left-width: 0px;
  border-right-width: 0px;
  font-family: Raleway;
  font-size: 18px;
  border-top-color: #cba651;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: 25px;
  box-sizing: border-box;
  transition: 0.5s;
  transition-timing-function: ease-in-out;
  backface-visibility: hidden;
}

.servicebox:hover {
  height: 380px;
  padding: 5px 5px 5px 5px;
  background-color: rgba(75, 75, 75, 1);
  border-style: solid;
  border-color: #cba651;
  border-top-width: 3px;
  border-bottom-width: 5px;
  border-left-width: 0px;
  border-right-width: 0px;
  transition: 0.5s;
  transition-timing-function: ease-in-out;
  margin-bottom: 23px;
  box-shadow: 0px 0px 3px 5px rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  border-bottom-right-radius: 35px;
  border-top-left-radius: 35px;
}

.LearnMoreBtn {
  padding: 5px 25px 5px 25px;
  border-color: transparent;
  color: white;
  transition: all 0.5s ease;
  background-color: transparent;
}

.LearnMoreBtn:hover {
  padding: 5px 35px 5px 35px;
  border-color: #cba651;
  border-radius: 3px;
  border-style: solid;
  color: #cba651;
  background-color: #424242;
  transition: all 0.5s ease;
}

.getstarted {
  width: 200px;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 5px;
  border: 2px solid #cba651;
  text-transform: uppercase;
  letter-spacing: .1em;
  transition: 0.5s;
  font-family: "aver";
}

.getstarted:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #cba651;
  padding: 10px 5px;
  transition: 0.5s;
  box-shadow: 5px 5px rgba(42, 42, 42, 0.8);
  transition-timing-function: ease-in-out;
}

.btn-block {
  display: flex;
  justify-content: space-between;
}

.btn-hover-effect {
  display: flex;
  font-family: Arial;
  font-size: 17px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1;
}

.btn-hover-effect:nth-child(1) {
  background-color: white;
  border: 1px solid #4ada6e;
  color: black;
}

.btn-hover-effect {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  display: flex;
  align-items: center;
  padding: 22px 36px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-decoration: none;
  overflow: hidden;
}

/* ==========================================================
        Text Wall Styles
   ==========================================================*/
.textWall {
  padding-left: 45px;
  padding-right: 0px;
  padding-top: 25px;
  padding-bottom: 20px;
  font-size: 25px;
}

.textWall a {
  font-size: 25px;
  color: #cba651;
  font-family: "aver";
}

.textWall a:hover {
  font-size: 25px;
  color: #cba651;
  font-family: "aver";
  text-decoration: underline;
}

/* ==========================================================
        Service Detail Styles
   ==========================================================*/
.serviceDetail {
  padding-left: 45px;
  padding-right: 0px;
  padding-top: 45px;
  padding-bottom: 20px;
  font-size: 15px;
}

/* effect 1 styles */
.btn-hover-effect--effect-1 {
  /* overlay block styles */
  /* icon styles */
}

/*
.btn-hover-effect--effect-1:before {
  position: absolute;
  top: 0;
  left: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #ade38f;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  z-index: -1;
}

.btn-hover-effect--effect-1:after {
  position: absolute;
  top: 1px;
  right: -40px;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 40px;
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  font-weight: 900;
  line-height: inherit;
  opacity: 0;
}

.btn-hover-effect--effect-1:hover {
  padding-left: 26px;
  padding-right: 46px;
  color: white;
}
*/
/*
@media only screen and (max-width: 425px) {
  .btn-hover-effect {
    padding: 12px 20px;
  }

  .btn-hover-effect--effect-1:hover {
    padding-left: 16px;
    padding-right: 26px;
  }
}

.btn-hover-effect--effect-1:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.btn-hover-effect--effect-1:hover:after {
  right: 0;
  opacity: 1;
}
*/
/* effect 2 styles */
/*
.btn-hover-effect2 {
  display: flex;
  font-family: Arial;
  font-size: 17px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1;
}

.btn-hover-effect2:nth-child(1) {
  background-color: white;
  border: 1px solid #4ada6e;
  color: black;
}

.btn-hover-effect2 {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  display: flex;
  align-items: center;
  padding: 22px 36px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-decoration: none;
  overflow: hidden;
}

.btn-hover-effect--effect-2 {
  /* overlay block styles */
/* icon styles */
/*}*/
/*
.btn-hover-effect--effect-2:before {
  position: absolute;
  top: 0;
  left: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #ade38f;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  z-index: -1;
}

.btn-hover-effect--effect-2:after {
  position: absolute;
  top: 1px;
  left: -40px;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 40px;
  content: '\f104';
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  font-weight: 900;
  line-height: inherit;
  opacity: 0;
}

.btn-hover-effect--effect-2:hover {
  padding-left: 46px;
  padding-right: 26px;
  color: white;
}

@media only screen and (max-width: 425px) {
  .btn-hover-effect2 {
    padding: 12px 20px;
  }

  .btn-hover-effect--effect-2:hover {
    padding-left: 26px;
    padding-right: 16px;
  }
}

.btn-hover-effect--effect-2:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.btn-hover-effect--effect-2:hover:after {
  left: 0;
  opacity: 1;
}
*/
.servicebtngap {
  margin: 0 100px;
}

@media only screen and (max-width: 768px) {
  .servicebtngap {
    margin: 0 50px;
  }
}

@media only screen and (max-width: 425px) {
  .servicebtngap {
    margin: 0 5px;
  }
}

/* ==========================================================
        Download Button Styles
   ==========================================================*/
.dlbutton {
  letter-spacing: 2px;
  padding: 16px 26px;
  text-transform: uppercase;
  background: #fff;
  border: 2px solid black;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.dlbutton:after {
  content: '';
  background-color: #4ada6e;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}

/* hover-top */
.button-top:after {
  top: -100%;
  left: 0;
}

.button-top:hover:after {
  top: 0;
}

/* ==========================================================
        Accordion Styles
   ==========================================================*/
ul {
  list-style-type: none;
}

.accordion {
  max-width: 800px;
  margin: 0 auto 100px;
  border-top: 1px solid #a2ea61;
}

.accordion li {
  border-bottom: 1px solid #a2ea61;
  position: relative;
}

.accorquestion {
  color: #4ada6e;
}

.accorquestion:hover {
  color: #076634;
}

.accorquestion a.active {
  color: #076634;
}

.accordion li p {
  display: none;
  padding: 10px 25px 30px;
  color: black;
}

.accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  font-size: 14px;
  font-size: 0.875rem;
  text-indent: 15px;
  user-select: none;
}

.accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #076634;
  border-bottom: 1px solid #076634;
  position: absolute;
  right: 10px;
  content: " ";
  top: 17px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  padding: 10px;
}

.accordion a.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* ==========================================================
        Contact Us Page Styles
   ==========================================================*/
.map-container-2 {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-container-2 iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.contactbox {
  padding: 25px;
}

.contactbox img {
  margin: 5px;
}

.contactpara {
  padding-top: 20px;
}

/* ==========================================================
        Post Styles
   ==========================================================*/
.card {
  box-shadow: 0 0 11px rgba(33, 33, 33, .2);
  border-radius: 0;
  border: 0;
}

.cardbox {
  box-shadow: 0 0 0px rgba(33, 33, 33, .2);
  border: 1px solid rgba(0, 0, 0, .125);
}

div.card.my-4 {
  box-shadow: 0 0 0px rgba(33, 33, 33, .2);
  border-left: 2px solid #eee;
}

.card-img-top {
  border-radius: 0;
}

.card-body {
  padding: 3rem;
}

.card-title {
  color: #4ada6e;
}

.card-title:hover {
  color: #794E03;
}

.customhr {
  width: 50%;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

.categorybox {
  padding-top: 0;
}

input {
  outline: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

input::-webkit-search-decoration, input::-webkit-search-cancel-button {
  display: none;
}

input[type=search] {
  background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
  border: solid 1px #ccc;
  padding: 9px 10px 9px 32px;
  width: 55px;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

input[type=search]:focus {
  width: 130px;
  background-color: #fff;
  border-color: #4ada6e;
  -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
  -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
  box-shadow: 0 0 5px rgba(109, 207, 246, .5);
}

input:-moz-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

.categorytitle {
  color: #4ada6e;
}

.page-link {
  color: #ade38f;
}

.page-link:hover {
  border-color: #4ada6e;
  color: #4ada6e;
}

/* ==========================================================
        Footer Styles
   ==========================================================*/
footer {
  background-color: #2e2e2e;
  text-align: center;
  padding: 15px 0px;
  color: white;
}

.smallCredits {
  font-size: 10px;
  font-style: italic;
  font-family: "aver";
}

.footertitle {
  color: #cba651;
  margin-bottom: 30px;
  font-family: "aver";
  font-size: 25px;
}

footer a {
  color: #cba651;
  font-weight: bold;
  font-size: 10px;
}

.fa-envelope, .fa-phone, .fa-whatsapp {
  font-size: 25px;
  color: #cba651;
}

footer a:hover {
  color: #cba651;
}

ul.social-buttons {
  margin-bottom: 0;
  border-style: solid;
  border-color: transparent;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  color: #ade38f;
  border-radius: 100%;
  outline: 0;
  background-color: #fff;
  border-style: solid;
  border-color: transparent;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #1e1e1e;
  border-style: solid;
  border-color: #cba651;
}

/* ============================================================  MEDIA Q's ============================================================  */
/*=== MEDIA Q FOR SMALL PHONES with <750 Height ===*/
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 9.375vw;
    margin: 3vw 0 3vw 0;
  }

  #home {
    margin-bottom: 0px;
    display: block;
  }

  a {
    font-size: 15px !important;
  }

  img {
    max-width: 250px;
    max-height: 250px;
  }

  .navbar {
    max-width: 100vw;
    margin: 0;
    padding-bottom: 5px;
    margin-top: 5px;
  }

  .anchor a {
    position: absolute;
    left: 0px;
    top: 200px;
  }

  .dropdown-item {
    font-size: 10px;
  }

  .headSubtitle {
    margin-top: 5px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 25px;
    transform: translateY(38px);
  }

  .homehead {
    overflow: auto;
  }

  .TitleSpecial {
    margin-top: 15px;
  }

  .getstarted {
    margin-top: 10px;
    margin-bottom: 10px !important;
    margin-left: 0;
    margin-right: 0;
  }

  .serviceDesc {
    font-size: 15px !important;
  }

  .homeheadtext {
    font-size: 15px !important;
  }

  .vbcLogo {
    transform: scale(0.75);
  }

  .textWall {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0, 0, 0, 0;
    font-size: 10px;
  }

  .TitleBlur {
    max-width: 100vw;
  }

  .return-to-top {
    transition: translate(5px; )
  }

  .wideContainer {
    width: 85%;
  }

  /*DIRTY FIX for Anchor issue*/
  .serviceAnchorSpacer {
    margin-top: -10px;
    padding-top: 10px;
    display: inline-block;
  }

  #contactMessage, {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 10px;
  }

  #contactDetails {
    padding-left: 0px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 10px;
  }

  #topGoldBar {
    max-width: 100vw;
    padding: 0px;
    max-height: 15px;
    margin: 0;
  }

  #home {
    overflow: auto;
    display: block;
  }
}

/*=== END OF MEDIA Q FOR SMALL PHONES ===*/
/*=== MEDIA Q FOR MED PHONES/DEVICES [SPECIAL] ===*/
@media only screen and (min-width: 1024px) and (max-width: 1249px) {
  h1 {
    font-size: 3.5vw;
    margin: 0vw 0vw 8px 0vw;
    padding-right: 100px;
    padding-left: 100px;
    padding-top: 0px;
  }

  img {
    max-width: 250px;
    max-height: 250px;
  }

  .spcH1 {
    font-size: 4vw;
    margin: 0vw 0vw 8px 0vw;
    padding-right: 100px;
    padding-left: 100px;
    padding-top: 0px;
  }

  .homeheadtext {}

  .navbar {
    max-height: 83.55px;
  }

  .TitleSpecial {
    max-width: 50%;
  }

  .headSubtitle {
    transform: translateY(100px);
  }

  .getstarted {}
}

/*DIRTY FIX for Anchor issue*/
/* .serviceAnchorSpacer {
  margin-top:-30px;
  padding-top: 30px;
  display:inline-block;
} */
.homeheadtext {
  font-size: 20px;
}

/*=== MEDIA Q FOR 1920 - 150% EXTRA PHONES/DEVICES ===*/
/*=== MEDIA Q FOR MED PHONES/DEVICES [SPECIAL] ===*/
@media only screen and (min-width: 1250px) and (max-width: 1279px) {
  h1 {
    font-size: 3vw;
    margin: 0vw 0vw 8px 0vw;
    /*padding-right: 100px;*/
    padding-top: 0px;
  }

  .headSubtitle {
    margin-top: 100px;
    padding-top: 15px;
    margin-bottom: 15px;
    transform: translateY(50px);
  }

  .navbar {
    max-height: 83.55px;
  }

  .TitleSpecial {
    max-width: 32%;
  }

  .homeheadtext {
    font-size: 16px !important;
  }

  .getstarted {}
}

.homeheadtext {
  margin-top: 10px;
}

/*=== MEDIA Q FOR 1920 - 150% EXTRA PHONES/DEVICES ===*/
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  h1 {
    font-size: 3vw;
    margin: 0vw 0vw 8px 0vw;
    padding-right: 100px;
    padding-left: 100px;
    padding-top: 0px;
  }

  #vbcTitle {
    padding-left: 0px !important;
  }

  .headSubtitle {
    margin-top: 35px;
    padding-top: 0px;
    padding-bottom: 25px;
    margin-bottom: 0px;
    transform: translateY(38px);
    font-size: 20px;
  }

  .navbar {
    max-height: 83.55px;
  }

  .TitleSpecial {
    max-width: 30%;
  }

  .homeheadtext {
    font-size: 13px;
  }

  .getstarted {}
}

.homeheadtext {
  margin-top: 10px;
}

/*=== MEDIA Q FOR MED PHONES/DEVICES ===*/
@media only screen and (min-width: 1440px) and (max-width: 1535px) {
  h1 {
    font-size: 3vw;
    margin: 0 0 8px 0;
  }

  #vbcTitle {
    padding-left: 0px !important;
  }

  .TitleSpecial {
    max-width: 40%;
  }

  .headSubtitle {
    transform: translateY(20px);
    margin-bottom: 0px;
  }

  .homeheadtext {
    font-size: 16px;
    margin-top: 10px;
  }
}

/*=== END OF MEDIA Q FOR 1920 - 125%/DEVICES ===*/
/*=== MEDIA Q FOR MED PHONES/DEVICES ===*/
@media only screen and (min-width: 1536px) and (max-width: 1550px) {
  h1 {
    font-size: 3vw;
    margin: 0 0 8px 0;
  }

  .TitleSpecial {
    max-width: 40%;
  }

  .headSubtitle {
    transform: translateY(35px);
    margin-bottom: 0px;
    font-size: 25px;
  }

  .homeheadtext {
    font-size: 16px;
    margin-top: 10px;
  }
}

/*=== END OF MEDIA Q FOR MED PHONES/DEVICES ===*/
/*=== MEDIA Q FOR 1920 - 125% EXTRA PHONES/DEVICES ===*/
@media only screen and (min-width: 1551px) and (max-width:1744px) {
  h1 {
    font-size: 3vw;
    margin: 0 0 8px 0;
  }

  .TitleSpecial {
    max-width: 40%;
  }

  .headSubtitle {
    transform: translateY(35px);
    font-size: 25px;
    margin-bottom: 0px;
  }

  .homeheadtext {
    font-size: 16px;
    margin-top: 10px;
  }
}

/*=== END OF MEDIA Q FOR MED PHONES/DEVICES ===*/
/*=== MEDIA Q FOR 1920 - 110% PHONES/DEVICES ===*/
@media only screen and (min-width: 1745px) and (max-width:1919px) {
  h1 {
    font-size: 3vw;
    margin: 0 0 8px 0;
  }

  .TitleSpecial {
    max-width: 43%;
  }

  .headSubtitle {
    transform: translateY(45px);
    margin-bottom: 0px;
    font-size: 30px;
  }

  .homeheadtext {
    font-size: 18px;
    margin-top: 10px;
  }
}

/*=== END OF MEDIA Q FOR MED PHONES/DEVICES ===*/
/*=== MEDIA Q FOR MED PHONES/DEVICES ===*/
@media only screen and (min-width: 1920px) {}

/*=== END OF MEDIA Q FOR MED PHONES/DEVICES ===*/
@include media-breakpoint-up(sm) {
  .textWall {
    padding: 0px;
  }
}

/*@media only screen and (max-width:981px) and (max-height:721px) {
  .headSubtitle {
    transform: translateY(30px);
  }

  h1 {
    color: #cba651;
    font-size: 35px;
    transform: translateY(15px);
    font-family: "Aver";
    line-height: 30px;
    margin-bottom: 25px;
  }

  .homeheadtext {
    font-size: 15px;
  }

  p {
    font-size: 15px;
  }

  .textWall {
    padding-left: 90px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin: 0px;
  }
}
*/
/*@media only screen and (max-width:1281px) {
  .headSubtitle {
    transform: translateY(30px);
  }

  h1 {
    color: #cba651;
    font-size: 35px;
    transform: translateY(15px);
    font-family: "Aver";
    line-height: 30px;
    margin-bottom: 25px;
  }

  .textwall {
    padding-left: 90px;
    margin: 0px;
  }
}*/
