/*-----------------------------------
    General Styles
-----------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
.brand {
  font-family: "Noto Serif", serif;
}
.row {
  padding: 0;
  margin: 0;
}

/*-----------------------------------
    contact_nav Styles
-----------------------------------*/
.contact_nav {
  background-color: #0061ff;
  color: #fff;
  padding: 15px 0;
}
.contact_nav .content_wrap {
  padding: 20px;
}
.contact_nav a {
  color: #fff;
  display: inline-block;
  padding: 5px 0;
}
.contact_nav span {
  display: block;
  padding: 5px;
}
.contact_nav span.brand {
  font-size: 1.5em;
  text-transform: uppercase;
}

/*-----------------------------------
    navbar Styles
-----------------------------------*/
nav.navbar {
  background-color: #0061ff;
  color: #fff;
}
/*-----------------------------------
    Header Styles
-----------------------------------*/
header {
  padding: 7% 0;
  background: hsla(217, 100%, 50%, 1);

  background: radial-gradient(
    circle,
    hsla(217, 100%, 50%, 1) 0%,
    hsla(186, 100%, 69%, 1) 100%
  );

  background: -moz-radial-gradient(
    circle,
    hsla(217, 100%, 50%, 1) 0%,
    hsla(186, 100%, 69%, 1) 100%
  );

  background: -webkit-radial-gradient(
    circle,
    hsla(217, 100%, 50%, 1) 0%,
    hsla(186, 100%, 69%, 1) 100%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0061FF", endColorstr="#60EFFF", GradientType=1 );
  color: #fff;
}
header img {
  width: 100%;
}

/*-----------------------------------
    our_fleet_section Styles
-----------------------------------*/
.fleet-section {
  padding: 80px 0;
  text-transform: capitalize;
}
.fleet-section img {
  width: 100%;
}
.fleet-section .fleet-text {
  padding: 0 20px;
  margin-bottom: 40px;
}
/*-----------------------------------
    services-section Styles
-----------------------------------*/
.services-section {
  padding: 100px 0;
  position: relative;
  background: hsla(217, 100%, 50%, 1);

  background: radial-gradient(
    circle,
    hsla(217, 100%, 50%, 1) 0%,
    hsla(186, 100%, 69%, 1) 100%
  );

  background: -moz-radial-gradient(
    circle,
    hsla(217, 100%, 50%, 1) 0%,
    hsla(186, 100%, 69%, 1) 100%
  );

  background: -webkit-radial-gradient(
    circle,
    hsla(217, 100%, 50%, 1) 0%,
    hsla(186, 100%, 69%, 1) 100%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0061FF", endColorstr="#60EFFF", GradientType=1 );
  color: #fff;
}
.services-section img {
  width: 100%;
}
/*-----------------------------------
    Why-us-section Styles
-----------------------------------*/
.why-us-section {
  padding: 80px 20px;
  text-align: center;
}
.features {
  padding: 40px 0;
}
.why-us-section h2 {
  color: #0061ff;
}
.why-us-section i {
  font-size: 2.5em;
  padding: 20px;
  background-color: #0061ff;
  color: #f6f6f6;
  border-radius: 15px;
}
.why-us-section h3 {
  margin: 20px 0;
  color: #0061ff;
}
.why-us-section p {
  color: #333;
}
/*-----------------------------------
    call-us Styles
-----------------------------------*/
.call-us {
  background-color: #0061ff;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}
.call-us p {
  font-weight: bold;
  margin: 0;
}
.call-us a {
  font-weight: normal;
  font-style: italic;
}
.call-us a {
  color: #fff;
}
/*-----------------------------------
    contact-form Styles
-----------------------------------*/
.contact-form {
  padding: 80px 0;
}
.contact-form img.big-img {
  width: 100%;
}
.home-page-form input,
.home-page-form textarea,
.contact-page-form input,
.contact-page-form textarea {
  border: 1px solid #ddd;
  padding: 10px;
}
.contact-page-form textarea {
  height: 150px;
}
/*-----------------------------------
    Footer Styles
-----------------------------------*/
.upper-footer {
  background-color: #0061ff;
  padding: 10px 0;
}
.upper-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.upper-footer a {
  padding: 5px;
  display: block;
  color: #fff;
  font-size: 1.2em;
  text-transform: capitalize;
}
.upper-footer a.brand {
  font-size: 1.5em;
  font-weight: bolder;
}
.upper-footer a.brand:hover {
  text-decoration: none;
}
.lower-footer {
  background-color: #0061ff;
  color: #fff;
  text-align: right;
  padding: 5px 0;
}
.lower-footer a {
  color: #fff;
}
/*-----------------------------------------
    Contact, Testimonials, Quote Styles
-----------------------------------------*/
header.contact {
  background: linear-gradient(
      to bottom right,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(../img/contact.jpg) top center/cover;
}
.contact-page-contact-section {
  padding: 80px 0;
}
.contact-section-text span {
  color: #0061ff;
  text-transform: capitalize;
}
.contact-section-text h2 {
  text-transform: capitalize;
  font-weight: bold;
}
.contact-section-text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-section-text ul li {
  margin: 5px 0;
}
.contact-section-text a {
  color: #0061ff;
}
header.reservation {
  background: linear-gradient(
      to bottom right,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(../img/reservation.jpg) center center/cover;
}
header.quote {
  background: linear-gradient(
      to bottom right,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(../img/quote.jpg) center center/cover;
}

/*Response page
-------------------*/
section.response {
  padding: 60px 0;
  text-align: center;
}
section.response img {
  width: 50%;
}
