/*-----------------------
    General styles
-----------------------*/
body {
  font-family: "Open Sans", sans-serif;
}
h1,
h2 {
  font-family: "Noto Sans", sans-serif;
  text-transform: capitalize;
}
.row {
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
}
body *::selection {
  background-color: #606c38;
  color: #fff;
}
/*-----------------------
    Social nav styles
-----------------------*/
nav.social_nav {
  background-color: #606c38;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 2;
}
nav.social_nav i {
  color: #fff;
  margin-right: 5px;
}
nav.social_nav a {
  color: #ddd;
  display: block;
  padding: 5px 0;
  margin: 3px 0;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
}
nav.social_nav p {
  color: #fff;
  display: block;
  padding: 5px 0;
  margin: 3px 0;
  text-decoration: none;
  font-weight: bold;
}
nav.social_nav a:hover {
  color: #fff;
}
/*-----------------------
    Header styles
-----------------------*/
header .carousel-caption {
  background-color: #fefae0;
}
header .carousel-caption h2 {
  color: #283618;
}
header .services {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../img/slider/services.jpg) top center/cover;
  height: 50vh;
}
header .fleet {
  background: url(../img/slider/fleet.jpg) center center/cover;
  height: 50vh;
}
header .reservation {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../img/slider/reservation.jpg) center center/cover;
  height: 50vh;
}
.carousel-caption a {
  display: inline-block;
  padding: 7px 14px;
  background-color: #283618;
  color: #fefae0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid #283618;
  font-weight: bold;
}
.carousel-caption a:hover {
  color: #283618;
  background-color: #fefae0;
}
/*-----------------------
    Main navbar
-----------------------*/
nav.navbar {
  background: #606c38;
}

/*-----------------------------------
            reach_out styles
-----------------------------------*/
.reach_out {
  padding: 65px 0;
}
.reach_out h2 {
  color: #283618;
}
.reach_out img {
  width: 70%;
}
.contact_form input,
.contact_form textarea {
  padding: 5px;
  border: 1px solid #6b6d72;
  margin: 3px 0;
  color: #606c38;
}
.contact_form textarea {
  height: 200px;
}
.contact_form button[type="submit"] {
  background-color: #606c38;
  color: #fff;
  display: inline-block;
  padding: 7px 14px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.contact_form button[type="submit"]:hover {
  background-color: #606c38;
}
/*--------------------------------
    various_sizes styles
--------------------------------*/
.various_sizes {
  padding: 65px 0;
  background-color: #606c38;
  color: #fff;
}
.various_sizes a {
  margin-top: 30px;
}
.various_sizes a {
  display: inline-block;
  padding: 7px 14px;
  color: #fefafe;
  background-color: #283618;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
}
.various_sizes a:hover {
  background-color: #fefafe;
  color: #283618;
}
.various_sizes img {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}
/*--------------------------------
    services_section styles
--------------------------------*/
.services_section {
  padding: 65px 0;
}
.services_section h2 {
  color: #283618;
}
.services_section .carousel-caption {
  background-color: #fefae0;
  text-transform: capitalize;
  border-radius: 5px;
  color: #000;
}
/*----------------
    call_us
----------------*/
.call_us {
  padding: 65px 0;
  background-color: #606c38;
  color: #fff;
  text-align: center;
}
.call_us *::selection {
  background-color: #fefae0;
  color: #283618;
}
.call_us a {
  color: #fefae0;
  font-weight: bold;
  text-decoration: none;
}
.call_us a:hover {
  color: #fff;
  text-decoration: underline;
}
.call_us p {
  font-size: 1.5em;
}

/*--------------------------------
    why_us styles
--------------------------------*/
.why_us {
  padding: 65px 0;
  text-align: center;
}
.why_us h2 {
  color: #283618;
}
.why_us h3 {
  color: #606c38;
}
.why_us .feature i {
  font-size: 2.5em;
  padding: 5px;
  display: inline-block;
  color: #606c38;
  padding: 20px;
  margin-bottom: 15px;
}
.features {
  padding: 30px 0;
}
.feature {
  margin: 10px 0;
  text-transform: capitalize;
}
/*--------------------------
    footer styles
--------------------------*/
footer {
  background-color: #283618;
  padding: 65px 0;
  color: #ddd;
}
footer h2 {
  margin-bottom: 10px;
  color: #fefae0;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer a {
  text-decoration: none;
  font-size: 15px;
  color: #ddd;
}
footer a:hover {
  color: #fff;
}
footer i {
  font-size: 1.2em;
  margin-right: 3px;
}
.foot {
  margin-top: 15px;
}
.lower {
  margin-top: 15px;
}
footer .copyright_paragraph {
  text-align: center;
  margin-top: 10px;
}
footer *::selection {
  background-color: #fff;
  color: #606c38;
}

/*Quote, Reservation, Contact
--------------------------------*/
header.quote {
  height: 40vh;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
    url(../img/quote.jpg) center center/cover;
}
header.reservation {
  background: linear-gradient(rgba(7, 5, 5, 0.4), rgba(0, 0, 0, 0.6)),
    url(../img/reservation.jpg) center center/cover;
  height: 40vh;
}
header.contact {
  background: linear-gradient(rgba(7, 5, 5, 0.4), rgba(0, 0, 0, 0.6)),
    url(../img/call.jpg) center center/cover;
  height: 40vh;
}
header .header_box {
  color: #fff;
}
.header_box a {
  color: #fff;
  background-color: #606c38;
  padding: 7px 14px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.header_box a:hover {
  background-color: #fefae0;
  color: #606c38;
}
.iframe-page {
  height: 1200px;
  padding: 0;
}
.iframe-page iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 766px) {
  .iframe-page {
    height: 1500px;
  }
}
/*---------------------
    success page
------------------*/
header.success {
  background: url(../img/success.png) center center/cover;
  padding: 60px 0;
  height: 70vh;
}

/*contact page
-----------------*/
.reach_out .contact_info ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.contact_info ul i {
  font-size: 1.2em;
  margin-right: 5px;
}
.contact_info ul a {
  color: #606c38;
  text-decoration: none;
  margin: 5px 0;
  display: inline-block;
}
.contact_info ul a:hover {
  color: #283618;
  text-decoration: underline;
}
