.btn, .top {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

@font-face {
  font-family: billiyohio;
  src: url("../webfonts/billyohio.ttf"); }
@font-face {
  font-family: helveticaLTStd-BoldCond;
  src: url("../webfonts/helveticaLTStd-BoldCond.otf"); }
@font-face {
  font-family: bebasNeueBold;
  src: url("../webfonts/bebasNeueBold.otf"); }
@font-face {
  font-family: bebasNeueBook;
  src: url("../webfonts/bebasNeueBook.otf"); }
body {
  overflow: hidden; }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7); }

p {
  font-family: 'Lato', sans-serif;
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: helveticaLTStd-BoldCond; }

.custom_heading {
  font-family: bebasNeueBold;
  color: #000;
  font-size: 50px; }
  .custom_heading span {
    color: #cd0a2d; }
  @media (max-width: 575px) {
    .custom_heading {
      font-size: 40px; } }

.custom_text {
  width: 80%;
  margin: 0 auto; }

.btn {
  font-family: bebasNeueBold;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 15px;
  padding: .2rem .75rem 0;
  background-color: #cd0a2d;
  border-color: #cd0a2d; }
  .btn:hover {
    background-color: #5e5e5e;
    border-color: #5e5e5e; }

/*Start Navbar*/
.site_navbar {
  z-index: 2; }
  .site_navbar .navbar .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.5);
    cursor: pointer; }
  @media (max-width: 991px) {
    .site_navbar .navbar .navbar-nav {
      background: rgba(205, 10, 45, 0.8);
      padding: 0 0 15px 25px; } }
  .site_navbar .navbar .navbar-nav .nav-link {
    color: #FFF !important;
    cursor: pointer; }
  .site_navbar .navbar .navbar-nav ul.list_slinks li {
    width: 30px;
    height: 30px;
    border-width: 2px !important; }
    .site_navbar .navbar .navbar-nav ul.list_slinks li a {
      color: #FFF; }

/*End Navbar*/
/*Start Header*/
.header {
  border-bottom-right-radius: 100%;
  background: url("../images/header.jpg") center center no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 45%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 45%, 0% 100%); }

.after_header {
  position: absolute;
  right: 0;
  top: 0;
  /*border-width: 30vw;*/
  border-style: solid;
  border-color: #cd0a2d #cd0a2d transparent transparent; }

.header-text {
  z-index: 1;
  font-family: billiyohio;
  font-size: 60px;
  color: #FFF;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%; }

.header_img {
  z-index: 0;
  width: 50%;
  bottom: 35px;
  /*left: 0;*/
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media (max-width: 767px) {
    .header_img {
      width: 75%; } }

/*End Header*/
/*Start Tours*/
.tours {
  background: #ededed;
  margin-top: 70px;
  padding-bottom: 140px; }
  @media (min-width: 992px) {
    .tours .row > div {
      margin-top: -70px; } }
  .tours .row > div:first-child {
    margin-top: -70px; }
  .tours .card {
    background-color: transparent; }
  .tours .tour_details .card_img {
    position: relative;
    z-index: 1; }
    .tours .tour_details .card_img:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -15px;
      border-width: 50px;
      border-style: solid;
      border-color: transparent transparent #cd0a2d #cd0a2d; }
    .tours .tour_details .card_img img {
      max-width: 90%; }
    .tours .tour_details .card_img p.card_img_content {
      z-index: 2;
      position: absolute;
      bottom: 0;
      left: 15px;
      color: #FFF;
      font-family: bebasNeueBold;
      font-size: 30px;
      text-align: justify;
      line-height: .8; }
      .tours .tour_details .card_img p.card_img_content sub {
        bottom: -.01em;
        font-size: 23px; }
      .tours .tour_details .card_img p.card_img_content span {
        font-family: bebasNeueBook;
        font-size: 16px;
        letter-spacing: 1px; }
  .tours .tour_details .card-title {
    font-size: 17px; }

/*End Tours*/
/*Start Why*/
.why .container-fluid > .row > div {
  padding-left: 0;
  padding-right: 0;
  background-color: #cd0a2d; }
.why .reasons {
  margin-top: -50px;
  background-color: #cd0a2d;
  color: #FFF;
  padding: 40px 25% 40px 10%; }
  @media (max-width: 575px) {
    .why .reasons {
      text-align: center;
      padding: 40px 15px; } }
  .why .reasons h2 {
    font-family: bebasNeueBold;
    font-size: 44px; }
  .why .reasons .reason_details h4 {
    font-size: 20px; }
  .why .reasons .reason_details p {
    opacity: .7;
    width: 90%; }
    @media (max-width: 575px) {
      .why .reasons .reason_details p {
        width: 100%; } }
.why .riders_container {
  padding: 40px 10% 40px 35%;
  margin-bottom: -50px;
  background-color: #FFF; }
  @media (max-width: 575px) {
    .why .riders_container {
      padding: 40px 10%; } }
@media (max-width: 575px) {
  .why .riders {
    text-align: center; } }
.why .riders img.img-thumbnail {
  background-color: #dcdcdc; }
@media (max-width: 575px) {
  .why .riders .details > div {
    justify-content: center; } }
.why .riders .details h4 {
  color: #5e5e5e;
  font-family: bebasNeueBold;
  font-size: 21px; }
.why .riders .details h6 {
  color: #979797;
  font-family: bebasNeueBook;
  font-size: 20px; }
.why .riders .details p {
  opacity: .9; }
.why > img {
  width: 20%;
  top: -75px; }
  @media (max-width: 991px) {
    .why > img {
      width: 30%;
      top: 100px; } }

/*End Why*/
/*Start About*/
.about {
  padding: 100px 0 0;
  background-color: #ededed; }
  .about .row {
    margin-top: 50px; }
  .about .person {
    background-color: #FFF;
    padding: 25px 15%; }
    .about .person img {
      margin-right: .5rem; }
    .about .person h5 {
      font-family: bebasNeueBold;
      font-size: 21px; }
    .about .person h6 {
      color: #979797;
      font-family: bebasNeueBook;
      font-size: 14px; }
    .about .person p {
      text-align: justify; }
  .about .about_img {
    position: absolute;
    bottom: 0; }
    @media (min-width: 992px) {
      .about .about_img img {
        max-width: 65% !important; } }

/*End About*/
/*Start Guided Tours*/
.guided_tours {
  padding: 70px 0;
  padding-bottom: 0;
  background: url("../images/guided_tours/guided_tours.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF; }
  .guided_tours .container-fluid > .row > div {
    padding-left: 0;
    padding-right: 0; }
  .guided_tours .overlay {
    background: rgba(0, 0, 0, 0.9); }
  .guided_tours .custom_heading {
    color: #FFF;
    position: relative; }
  .guided_tours .custom_text {
    position: relative;
    width: 60%; }
  .guided_tours .details {
    padding: 70px 20%; }
    .guided_tours .details p.card_img_content {
      font-family: bebasNeueBold;
      font-size: 30px;
      margin-left: 15px;
      line-height: .5; }
      .guided_tours .details p.card_img_content sub {
        bottom: -.01em;
        font-size: 23px; }
      .guided_tours .details p.card_img_content span {
        font-family: bebasNeueBook;
        font-size: 16px;
        letter-spacing: 1px; }
      .guided_tours .details p.card_img_content.card_img_content_custom {
        transform: scale(1.5); }
    .guided_tours .details.custom {
      background-color: rgba(205, 10, 45, 0.85); }
  .guided_tours > img {
    width: 15%;
    bottom: -65px; }
    @media (max-width: 991px) {
      .guided_tours > img {
        width: 20%;
        bottom: -50px; } }

/*End Guided Tours*/
/*Start Blog*/
.blog {
  background-color: #ededed;
  padding: 70px 0; }
  .blog .card {
    background-color: transparent; }
  .blog .tour_details .card_img {
    position: relative;
    z-index: 1; }
    .blog .tour_details .card_img:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -15px;
      border-width: 50px;
      border-style: solid;
      border-color: transparent transparent #cd0a2d #cd0a2d; }
    .blog .tour_details .card_img img {
      max-width: 90%; }
    .blog .tour_details .card_img p.card_img_content {
      z-index: 2;
      position: absolute;
      bottom: 0;
      color: #FFF;
      left: 15px;
      font-family: bebasNeueBold;
      font-size: 30px;
      text-align: justify;
      line-height: .8; }
      .blog .tour_details .card_img p.card_img_content span {
        font-family: bebasNeueBook;
        font-size: 16px;
        letter-spacing: 1px; }
  .blog .tour_details .card-title {
    font-size: 17px; }

/*End Blog*/
/*Start Jurney*/
.jurney {
  padding: 70px 0;
  background: url("../images/jurney.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF; }
  .jurney .custom_heading {
    color: #FFF; }
  .jurney .custom_text {
    width: 60%; }
    @media (max-width: 575px) {
      .jurney .custom_text {
        width: 90%; } }
  .jurney i {
    position: absolute;
    bottom: -30px;
    color: #cd0a2d; }

/*End Jurney*/
/*Start Contact*/
.contact {
  background-color: #ededed;
  padding: 70px 0; }
  @media (max-width: 575px) {
    .contact {
      text-align: center; } }
  .contact a {
    color: #000; }
  .contact ul.list_slinks li {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cd0a2d;
    border-radius: 50%; }
    .contact ul.list_slinks li:not(:last-child) {
      margin-right: 1rem; }
    @media (max-width: 575px) {
      .contact ul.list_slinks li {
        width: 35px;
        height: 35px; }
        .contact ul.list_slinks li:not(:last-child) {
          margin-right: .5rem; } }

/*End Contact*/
/*Start Footer*/
.footer {
  padding: 25px 0;
  background-color: #cd0a2d;
  color: #FFF; }

/*End Footer*/
/*Start Top Button*/
.top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #5e5e5e;
  color: #FFF;
  cursor: pointer;
  z-index: 2; }
  .top:hover {
    background-color: #cd0a2d; }

/*End Top Button*/
/*Start Loading*/
.loading {
  position: fixed;
  background-color: #cd0a2d;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000; }
  .loading .spinner {
    margin: 50vh auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px; }
  .loading .spinner > div {
    background-color: #FFF;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out; }
  .loading .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .loading .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
  .loading .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .loading .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }
/*End Loading*/

/*# sourceMappingURL=style.css.map */
