* {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}

body {
  height: auto;
  width: 100%;
}

.hide {
  /* display: none; */
  height: 0 !important;
  opacity: 0 !important;
  overflow: hidden;
  transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

h1 {
  font-family: "Open Sans";
}

h2 {
  font-family: "Roboto";
  color: #0094ca;
  font-size: 28px;
}

p {
  font-family: "Open Sans";
  color: #333;
  font-size: 20px;
}

.text-center {
  text-align: center;
}

header {
  height: auto;
  width: 100%;
  box-shadow: 0 -2px 10px #000;
  position: fixed;
  z-index: 100;
  background-color: white;
  /* transition: 1s all ease-in-out; */
  opacity: 1;
  transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

#header_content {
  max-width: 90vw;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 10px;
  display: table;
}

#header_content img {
  max-width: 300px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}

nav {
  width: auto;
  display: table-cell;
  text-align: right;
  -webkit-text-align: right;
  vertical-align: middle;
}

nav ul {
  list-style: none;
}

nav ul li {
  display: inline-block;
  position: relative;
}

nav ul li a {
  display: block;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 50px;
  font-family: 'Montserrat';
  color: #333;
  cursor: pointer;
  font-size: 18px;
}

nav ul li a:hover {
  color: #0094ca;
}

nav li ul {
  max-height: 0;
  display: block;
  position: absolute;
  background-color: white;
  padding: 0px;
  overflow: hidden;
  transition: 1.3s ease-out;
}

nav li ul li {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding-top: 5px;
  width: 100%;
  text-align: center;
  -webkit-text-align: center;
}

nav li:hover ul {
  max-height: 1000px;
}

.burger_nav,
.home_menu {
  display: none;
}

.burger_nav:hover * {
  background-color: #333;
}

.home_top_nav .burger_nav:hover * {
  background-color: white;
}

.home_menu:hover p {
  color: #0094ca;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .75);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
}

.sidenav a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  font-family: 'Open Sans';
  font-weight: 600;
  color: white;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 18px;
  transition: .3s;
}

.sidenav a:hover {
  color: rgb(21, 130, 241);
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#call-to-action {
  /* background: linear-gradient(to bottom right, rgba(0,0,0,0.2), rgba(0,0,0, 0.1)), url(images/contact-bar-bg.jpg); */
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  background-color: black;
  border-bottom: 1px solid #3B3A3C;
}

#call-to-action-content {
  max-width: 800px;
  height: auto;
  margin: auto;
  padding: 20px;
}

#call-to-action-content h1 {
  color: white;
  font-family: 'Open Sans';
  font-size: 36px;
  float: left;
}

#contact-btn {
  width: 250px;
  height: 60px;
  background-color: #0094ca;
  float: right;
  border-radius: 8px;
}

#contact-button {
  padding: 10px;
  font-family: "Open Sans";
  font-size: 25px;
  text-align: center;
  color: white;
}

#icons {
  position: fixed;
  top: 50%;
  z-index: 11;
  right: 0;
  transform: translateY(-50%);
}

#icons a {
  background-color: rgba(34, 34, 32, 0.25);
  transform: translateX(calc(100% - 70px));
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  text-align: left;
  transition: all .2s ease-in-out;
  padding: 15px 10px 10px 5px;
  cursor: pointer;
}

#icons a:not(:last-child) {
  border-bottom: 2px solid rgba(0, 148, 202, .7);
}

#icons figure {
  width: 55px;
  text-align: center;
  margin-right: 15px;
  display: block;
}

#icons img {
  margin: 0 auto;
  max-height: 35px;
}

#icons a span {
  font-size: 24px;
  font-family: "Roboto";
  text-transform: uppercase;
  /* font-variant: small-caps; */
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: .2s ease-in-out;
}

#icons a:hover {
  background-color: #0094ca;
  transform: translateX(0);
}

#icons a:hover span {
  max-width: 200px;
}

/*----- Homepage start -----*/

#home {
  width: 100%;
  height: 100vh;
}

.home_container_outer {
  width: 100%;
  height: auto;
  position: fixed;
  transition: 1s all ease-in-out;
  opacity: 1;
  transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.home_container {
  padding: 50px;
  display: table;
  max-width: 90vw;
  width: 100%;
  height: auto;
  margin: auto;
}

.home_container img,
.home_top_nav {
  display: table-cell;
  vertical-align: middle;
}

.home_container img {
  width: 35vw;
  max-width: 450px;
}

.home_top_nav ul {
  list-style: none;
  text-align: right;
  -webkit-text-align: right;
}

.home_top_nav ul li {
  display: inline-block;
}

.home_top_nav ul li a {
  display: block;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 50px;
  font-family: 'Montserrat';
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}

.home_top_nav ul li a:hover {
  color: #0094ca
}

.home_menu p {
  color: white;
}

.arrows {
  width: 60px;
  height: 78px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 75px;
}

.arrows path {
  stroke: #0094ca;
  fill: transparent;
  stroke-width: 5px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0
  }

  40% {
    opacity: 1
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes arrow

/*Safari and Chrome*/
  {
  0% {
    opacity: 0
  }

  40% {
    opacity: 1
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
  /* Safari 和 Chrome */
}

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  /* Safari 和 Chrome */
}

#intro {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url(images/abstract-bg.jpg);
  width: 100%;
  height: auto;
  background-attachment: fixed;
  background-repeat: repeat;
  background-position-x: right;
  background-position-y: bottom;
}

.intro_container {
  max-width: 1000px;
  margin: auto;
  padding: 25px 10px;
  text-align: center;
  -webkit-text-align: center;
}

#intro h2 {
  font-size: 45px;
  font-family: 'Sedgwick Ave'
}

#intro p {
  font-size: 26px;
}

#process {
  background: linear-gradient(to bottom right, rgba(0, 148, 202, 0.9), rgba(0, 148, 202, 0.9)), url(images/abstract-bg.jpg);
  width: 100%;
  height: auto;
  background-attachment: fixed;
  background-repeat: repeat;
}

#process-container {
  max-width: 1000px;
  height: auto;
  margin: auto;
  padding: 100px 20px;
  text-align: center;
}

.process-table {
  width: 32%;
  height: 330px;
  display: inline-block;
  padding: 0 20px;
  box-sizing: border-box;
  vertical-align: top;
}

.table-inner {
  padding: 10px;
  width: 100%;
  height: 100%;
  border: 2px #0094ca solid;
  box-sizing: border-box;
  background-color: white;
}

.table-inner h3 {
  background-color: #0094ca;
  padding: 15px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: -10px -10px 10px -10px;
  font-family: "Montserrat"
}

.process-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  width: 100%;
  display: block;
}

.process-content {
  padding-top: 10px;
  font-size: 16px;
  font-family: "Montserrat";
  color: #8b8b8c;
}

.process-content a {
  text-decoration: none;
  color: #0094ca;
}

/*----- Homepage end -----*/

/*----- Services start ------*/

.services_top {
  width: 100%;
  height: 85vh;
}

#vehicles {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(images/vehicles-top.jpg);
  background-position: center;
  background-size: cover;
}

#coaches {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(images/sharpes-mansfield-town.webp);
  background-position: center;
  background-size: cover;
}

#hgv {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(images/hgv-top.jpg);
  background-position: center;
  background-size: cover;
}

#fleet {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(images/fleet-top.jpg);
  background-position: center;
  background-size: cover;
}

#chapter_8 {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(images/chapter-8-top.jpg);
  background-position: center;
  background-size: cover;
}

#signage {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(images/signage-top.jpg);
  background-position: top;
  background-size: cover;
}

#aviation {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(images/aviation-top.jpg);
  background-position: center;
  background-size: cover;
}

#wall_art {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(images/wall-art-top.jpg);
  background-position: center;
  background-size: cover;
}

.services_text_white {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url(images/abstract-bg.jpg);
  width: 100%;
  height: auto;
  background-attachment: fixed;
  background-repeat: repeat;
  background-position-x: right;
  background-position-y: bottom;
  padding: 40px;
}

.white_container,
.blue_container {
  max-width: 1000px;
  margin: auto;
  padding: 25px 10px;
  text-align: center;
  -webkit-text-align: center;
}

.services_text_blue {
  background: linear-gradient(to bottom right, rgba(0, 148, 202, 0.95), rgba(0, 148, 202, 0.95)), url(images/abstract-bg.jpg);
  width: 100%;
  height: auto;
  background-attachment: fixed;
  background-repeat: repeat;
  background-position-x: right;
  background-position-y: bottom;
  padding: 40px;
}

.blue_container * {
  color: white;
}

.white_container h1 {
  font-size: 50px;
  color: #0094ca;
  font-family: 'Sedgwick Ave';
}

.mid_page {
  width: 100%;
  height: 50vh;
}

#vehicles_mid_page {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(images/vehicles-mid.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#coaches_mid_page {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(images/coaches-mid.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#hgv_mid_page {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(images/hgv-mid.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#fleet_mid_page {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(images/fleet-mid.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#chapter_8_mid_page {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(images/chapter-8-mid.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#signage_mid_page {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(images/signage-mid.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#aviation_mid_page {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(images/aviation-mid.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#wall_art_mid_page {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(images/wall-art-mid.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.why_container {
  background-color: #0094CA;
  max-width: 1200px;
  margin: 40px auto;
  padding: 40px 90px;
}

.why_container h2 {
  background-color: white;
  text-align: center;
  -webkit-text-align: center;
  text-transform: uppercase;
  width: auto;
  display: table;
  margin: auto;
  padding: 10px;
  font-size: 40px;
  font-family: 'Allerta Stencil';
}

.why_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 38px;
}

.why_list li {
  list-style-image: url('images/si-icon.svg');
  font-size: 28px;
  flex-basis: 48%;
  font-family: 'Open Sans';
  padding: 0 20px;
  color: white;
}

.why_list li::marker {
  font-size: 55px;
  margin-right: 20px;
}

#services_call_to_action {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  background-color: #0094ca;
}

#services_call_to_action_content {
  max-width: 800px;
  height: auto;
  margin: auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#services_call_to_action_content h3 {
  color: white;
  font-family: 'Open Sans';
  font-size: 24px;
  margin-right: 10px;
}

#portfolio_btn {
  max-width: 325px;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

#portfolio_button {
  padding: 10px;
  font-family: "Open Sans";
  font-size: 25px;
  text-align: center;
  color: #0094ca;
  transition: .5s ease-in-out;
}

#portfolio_btn:hover #portfolio_button {
  color: #333;
}


/*----- Services end -----*/

/*----- Portfolio start -----*/

#portfolio {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(images/tecserv.jpg);
  background-position: center;
  background-size: cover;
}

.portfolio_outer_container {
  background: linear-gradient(to bottom right, rgba(50, 50, 50, 0.95), rgba(50, 50, 50, 0.95)), url(images/abstract-bg.jpg);
  width: 100%;
  height: auto;
  background-attachment: fixed;
  background-repeat: repeat;
  background-position-x: right;
  background-position-y: bottom;
  padding: 40px;
}

.portfolio_inner_container {
  margin: auto;
  max-width: 1300px;
  padding: 25px 0;
  text-align: center;
  text-align: -webkit-center;
  text-align: -o-center;
  text-align: -ms-center;
  text-align: -moz-center;
}

.portfolio_inner_container * {
  color: white;
}

.portfolio_inner_container h1 {
  font-size: 32px;
}

.filter_container {
  display: inline-block;
  padding: 10px;
  background-color: #0094CA;
  margin: 20px auto;
}

.filter_container * {
  font-family: 'Open Sans';
  font-size: 18px;
  display: inline-block;
}

.filter_container ul {
  list-style: none;
}

.filter_container li {
  display: inline-block;
}

.filter_container button {
  background-color: transparent;
  border: 0;
  padding: 3px;
  cursor: pointer;
  margin: auto 5px;
}

.filter_container button:hover {
  color: black;
}

.filter_icon {
  width: auto;
  height: 20px;
  margin-right: 5px;
}

.filter_container i {
  display: none;
}

.mixitup-control-active {
  color: #656468;
}

.gallery {
  display: inline-block;
  opacity: 0.80;
  padding: 5px;
  width: 19.5%;
  box-sizing: border-box;
}

.gallery:hover {
  opacity: 1;
}

.gallery img {
  border-radius: 10px;
  width: 100%;
}

.lb-data .lb-number {
  font-family: "Open Sans";
}

/*----- Portfolio end -----*/

/*----- Contact start -----*/

.contact_spacer {
  height: 87px;
}

#contact_top {
  width: 100%;
  height: 50vh;
  background-size: cover;
}

#contact {
  max-width: 1200px;
  height: auto;
  padding: 30px;
  margin: auto;
  text-align: center;
  -webkit-text-align: center;
}

#contact_right {
  text-align: center;
  -webkit-text-align: center;
}

#contact_right .footer-obj {
  display: inline-block;
}

/* #contact_left, #contact_right{
  display: inline-block;
  text-align: left;
  -webkit-text-align: left;
  vertical-align: middle;
}

#contact_left{
  width: 45%;
} */

/* #map{
  width: 100%;
  height: 500px
} */

/* #contact_right{
  width: 50%;
  padding-left: 50px;
} */

/*----- Contact end -----*/

footer {
  background-color: #000;
  width: 100%;
  height: auto;
  position: relative;
  bottom: 0;
  padding-top: 60px;
  padding-bottom: 18px;
  font-family: 'Roboto';
  color: white;
}

footer a {
  text-decoration: none;
  color: white;
}

.footer-top {
  max-width: 1200px;
  height: auto;
  margin: auto;
}

.footer-top img {
  max-width: 80%;
  height: auto;
}

.columns {
  height: auto;
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  box-sizing: border-box;
}

.columns h3 {
  font-size: 28px;
}

.social-icons {
  margin: 10px 0;
}

.social-icon {
  width: 40px;
  border: 1px solid #fff;
  display: inline-block;
  padding: 4px;
  margin: 3px;
  color: #fff;
}

.ion-social {
  font-size: 25px;
}

.footer-obj {
  display: table-cell;
  padding: 0 12px 0 0;
  vertical-align: middle;
}

.ion {
  font-size: 25px;
}

footer p {
  font-size: 14.5px;
  color: white;
}

footer ul {
  list-style: none;
}

footer ul li {
  padding-bottom: 3px;
}

footer ul li a {
  font-size: 14.5px;
}

.footer-bottom {
  margin-top: 30px;
  border-top: 1px solid #3B3A3C;
}

.footer-bottom-container {
  max-width: 1200px;
  padding: 15px;
  margin: auto;
}

footer .left {
  float: left;
  width: auto;
  height: auto;
}

footer .right {
  float: right;
  width: auto;
  height: auto;
}