/*
 *
 * Prefix Css Page
 *
 */
/*
 *
 * Colors Css
 *
 */
/*== Start Color Text Classes ==*/
.text-grey {
  color: #777;
}

/*
 *
 * Prefix Css Page
 *
 */
/*
 *
 * Extend Css
 *
 */
.dFlexCenterCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexAroundCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexBetweenCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.backgroundImage {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*
 *
 * Global Css Page
 *
 */
body {
  font-family: Raleway, sans-serif;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.row {
  direction: ltr;
}

.error {
  color: red;
  display: block;
  width: 100%;
  text-align: left;
}

.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*== Start Scroll ==*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1d4d4f;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #27a10c;
}

/*
 *
 * Footer Css Page
 *
 */
footer {
  padding: 100px 0 0;
}
footer .text {
  text-align: center;
  font-size: 40px;
  color: #1d4d4f;
}
footer .text span {
  color: #27a10c;
}
footer .booking-form {
  background-color: #f7f7f7;
  padding: 30px;
  text-align: right;
  margin: 50px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
footer .booking-form .col-lg-6 {
  margin-bottom: 20px;
}
footer .booking-form .col-lg-6 label {
  margin-right: 5px;
  width: 100%;
  text-align: left;
}
footer .booking-form .col-lg-6 input, footer .booking-form .col-lg-6 select {
  width: 100%;
  height: 50px;
  padding: 7px 10px 10px;
  border: solid thin #ebebeb;
  border-radius: 5px;
  background-color: #fbfbfb;
  text-align: left;
  outline: none;
}
footer .booking-form .col-lg-6 input::placeholder, footer .booking-form .col-lg-6 select::placeholder {
  color: #aaa9a9;
}
footer .booking-form button {
  background-color: #27a10c;
  color: white;
  width: 100%;
  padding: 10px;
}
footer .booking-form button:hover {
  background-color: #1d4d4f;
  border: solid thin #1d4d4f;
  color: white;
}
footer .copyright {
  color: #1d4d4f;
  text-align: left;
}
footer .copyright span {
  color: #27a10c;
}
footer .social-media {
  direction: rtl;
  text-align: right;
}
footer .social-media li {
  display: inline-block;
  margin: 0 3px;
  width: 40px;
  height: 40px;
  border: solid thin #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
footer .social-media li a {
  display: block;
  color: #1d4d4f;
}
footer .social-media li a i {
  margin-top: 10px;
}
footer .social-media li:hover {
  background-color: #e5e5e5;
}

/*== Responsive ==*/
@media (max-width: 576px) {
  footer {
    padding: 50px 0 0;
  }
  footer .text {
    font-size: 30px;
  }
  footer .copyright {
    text-align: center;
  }
  footer .social-media {
    text-align: center;
  }
}

/*# sourceMappingURL=footer.css.map */
