@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,700");

body {
  font-family: "Open Sans", sans-serif;
  color: #0d0d0d;
  overflow-x: hidden;
}

* {
  text-decoration: none;
}

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

p{
  margin: 0;
}

.nav-link,
.navbar-brand {
  color: #fff;
}

a:hover,
.nav-link:hover,
.navbar-brand:hover,
.navbar-toggler:hover {
  color: #b2b2b2;
  transition: color 0.3s;
}

ol,
ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
  list-style-type: none;
}

/*--------------- helpers ---------------------*/

.page-y-gutters {
  padding-top: calc(100px + 5%);
  margin-bottom: 5%;
}

.light-sep {
  max-width: 80px;
  border: 2px solid #fff;
  opacity: 1;
}

.dark-sep {
  max-width: 80px;
  border: 2px solid #0d0d0d;
  opacity: 1;
}

/*--------------- Buttons ---------------------*/

.btn {
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  transition: all 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.btn:hover {
  transform: scale(1.1);
  transition: all 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.btn-dark {
  background-color: #24242a;
}

.btn-dark:hover {
  background-color: #0d0d0d;
}

.btn-light {
  background-color: #dedede;
  color: #24242a;
}

.btn-light:hover {
  background-color: #c7c7c7;
}

/*---------------        Head navigation Bar      ---------------*/

#header {
  background: #333333;
}

#top-head {
  background: rgba(13, 13, 13, 0.79);
}

.navbar-toggler {
  color: inherit;
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.active-scroll {
  background: #24242a !important;
}

.top-active-scroll {
  background: #000 !important;
}

/*---------------        Dropdown menu     ---------------*/

.dropdown-menu {
  min-width: 200px;
  display: none;
  padding: 0;
  background-color: #333;
  z-index: 1000;
  border-radius: 0;
  right: 0;
  left: auto;
}

.dropdown-item {
  color: #ffffff;
  padding: 10px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: white;
  background-color: #272a2f;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

/*---------------       Homepage Slider     ---------------*/

#slide-1,
#slide-2,
#slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: brightness(0.7);
  background-color: #b2b2b2;
}

.hero li {
  font-size: 23px;
}

.hero p {
  font-size: 18px;
}

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

#services-head {
  background: #24242a;
  background-image: url(../images/background/street.svg);
  background-repeat: repeat-x;
  background-size: cover;
}

#service-image-box {
  width: 130px;
  height: 130px;
  border: 1px solid white;
  overflow: hidden;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
}

#service-image-box img {
  transform: rotate(-45deg);
  scale: 2;
}

#services i {
  font-size: 3.5em !important;
  color: #333;
  padding: 0px;
}

#services .card {
  border: none;
}

/*---------------       Book     ---------------*/

#book {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*---------------       Fleet Slider     ---------------*/

#fleet-slider .carousel-control-next,
#fleet-slider .carousel-control-prev {
  top: 50%;
  bottom: unset;
  width: unset;
  background-color: #000;
  border-radius: 100px;
  padding: 3px;
}

#fleet-slider .carousel-control-next-icon,
#fleet-slider .carousel-control-prev-icon {
  width: 1.5rem;
  height: 1.5rem;
}

#fleet .carousel-indicators li {
  background-color: #cecece;
}

#fleet .carousel-indicators .active {
  background-color: #428bca;
}

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

#contact {
  height: 700px;
}

#contact-video {
  width: 100%;
  object-fit: cover;
  height: 700px;
}

#contact .container {
  top: 30%;
}

/*---------------       Go To Top Button     ---------------*/

.gotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 2.4rem;
}

.gotop i {
  color: #dedede;
}

.gotop i:hover {
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -ms-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  color: #33608f;
}

/*---------------       Footer     ---------------*/

footer {
  background: #24242a;
}

.footer-text,
footer a:not(.footer-icon) {
  color: #b2b2b2;
  font-size: 14px;
}

footer a:not(.footer-icon):before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 8px;
}

footer a:hover {
  color: white;
}

footer a:not(.footer-icon):hover:before {
  color: #1086df;
}

.footer-heading {
  border-left: 3px solid #1086df;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  color: white;
}

.social-icons li a {
  width: 35px;
  height: 35px;

  background-color: #636666;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.facebook:hover {
  background-color: #3b5998;
}

.twitter:hover {
  background-color: #2e9edd;
}

.instagram:hover {
  background-color: #e1306c;
}

/*---------------       Fleet Page     ---------------*/

.fleet-item {
  border-bottom: 1px solid #ccc;
}

.fleet-item p {
  line-height: 1.6em;
}

/*---------------       Service Pages     ---------------*/

.banner {
  width: 100vw;
  height: 50vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.title {
  text-align: center;
  letter-spacing: 3px;
  position: relative;
}

.title::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ccc;
  display: block;
  position: absolute;
  top: 50%;
}
.title span {
  position: relative;
  background-color: white;
  padding: 0 1.5rem;
  color: #333;
  font-weight: 700;
}

/*---------------       Media Queries     ---------------*/

@media only screen and (max-width: 993px) {
  .dropdown:hover > .dropdown-menu {
    display: none;
  }
  .dropdown > .dropdown-menu.show {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .hero {
    width: 80% !important;
  }
}

@media only screen and (max-width: 420px) {
  #contact .container {
    top: 10%;
    left: 0 !important;
    transform: translate(0px, 0px) !important;
  }

  .hero {
    width: 100% !important;
  }
}
