@-webkit-keyframes color-text {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 475px 0;
  }
}

@keyframes color-text {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 475px 0;
  }
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1),
      0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }

  100% {
    -webkit-transform: scale(1.3);
    opacity: 0;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1),
      0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }
}

@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1),
      0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1),
      0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }
}

@-webkit-keyframes sonarEffect-2 {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1),
      0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }

  100% {
    -webkit-transform: scale(1.3);
    opacity: 0;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1),
      0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }
}

@keyframes sonarEffect-2 {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1),
      0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1),
      0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }
}

@keyframes cloud_left_to_right {
  0% {
    left: -200%;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes cloud_left_to_right {
  0% {
    left: -200%;
  }

  100% {
    left: 0;
  }
}

@keyframes cloud_right_to_left {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@-webkit-keyframes cloud_right_to_left {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

.page-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
  text-align: left;
  color: #ffffff;
  background-repeat: repeat;
  /* background-attachment: fixed;*/
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.page-banner .container {
  height: 100%;
}

.page-banner.homepage-default {
  text-align: center;
  background-position: bottom;
}

.page-banner.homepage-04 {
  text-align: center;
}

.page-banner-2 {
  position: relative;
  width: 100%;
  color: #ffffff;
  background-repeat: repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.page-banner-2 .container {
  height: 100%;
}

.page-title-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.page-title-wrapper .page-title-content {
  line-height: 1;
  position: relative;
  bottom: -10px;
  display: table-cell;
  vertical-align: bottom;
}

.page-title-wrapper .breadcrumb {
  font-size: 12px;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  border-radius: 0;
  background-color: transparent;
}

.page-title-wrapper .breadcrumb li {
  display: inline-block;
}

.page-title-wrapper .breadcrumb li .link {
  line-height: 36px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
}

.page-title-wrapper .breadcrumb li .link.home {
  font-size: 20px;
}

.page-title-wrapper .breadcrumb li .link:hover {
  color: #1675bf;
}

.page-title-wrapper .breadcrumb li.active .link {
  pointer-events: none;
}

.page-title-wrapper .breadcrumb li.active .link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
}

.page-title-wrapper .breadcrumb li+li:before {
  font-family: FontAwesome;
  padding: 0 10px;
  content: "\f178";
  color: #ffffff;
}

.page-title-wrapper .captions {
  font-size: 50px;
  font-weight: 900;
  line-height: 90px;
  display: inline-block;
  max-width: 850px;
  margin: 15px 0 0 0;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.page-title-wrapper .price {
  display: inline-block;
}

.page-title-wrapper .price .text {
  font-size: 14px;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

.page-title-wrapper .price .number {
  font-size: 72px;
  font-weight: 900;
  line-height: 65px;
  margin: 0 0 0 10px;
}

.page-title-wrapper .price .unit {
  font-size: 36px;
  font-weight: 900;
  top: -30px;
}

/*----------  1.2. Page Title & Button & ...  ----------*/

.group-title {
  margin-bottom: 20px;
  text-align: left;
}

.group-title .sub-title .text {
  display: inline-block;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #6e747c;
}

.group-title .sub-title .icons {
  font-size: 28px;
  position: relative;
  margin-left: 60px;
  color: #c6c6c6;
}

.group-title .sub-title .icons:after {
  position: absolute;
  right: 105%;
  bottom: 7px;
  width: 54px;
  height: 2px;
  content: "";
}

.group-title .main-title {
  font-size: 23px;
  font-weight: bold;
  margin: 10px 0 0 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #161156;
}

.group-title.white .sub-title .text,
.group-title.white .sub-title .icons {
  color: #ffffff;
}

.group-title.white .main-title {
  color: #ffffff;
}

.title-style-2 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  color: #161156;
}

.title-style-2.white {
  color: #ffffff;
}

.title-style-2:after {
  position: absolute;
  right: -57px;
  bottom: 5px;
  width: 50px;
  height: 3px;
  content: "";
}

.btn-transparent {
  border: 1px solid #c3c3c3;
  border-radius: 50px;
  text-transform: uppercase;
}

.btn {
  padding: 6px 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  color: #6c6c6c;
  background-color: #fff;
}

.btn:hover {
  color: #ffffff;
  border: 1px solid #3c3c3c;
  background-color: #3c3c3c;
}

.btn.btn-maincolor {
  color: #3c3c3c;
}

.btn.btn-maincolor:hover {
  color: #ffffff;
  border: 1px solid #3c3c3c;
  background-color: #3c3c3c;
}

.btn.btn-gray {
  color: #ffffff;
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
}

.btn.btn-gray:hover {
  color: #3c3c3c;
}

.btn.btn-fit {
  width: auto;
}

.btn.btn-capitalize {
  text-transform: capitalize;
}

.btn-slide {
  font-size: 13px;
  position: relative;
  display: inline-block;
  width: 170px;
  height: 34px;
  padding: 0 0 0 15px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #1675bf;
  border-radius: 50px;
  background-color: #1675bf;
}

.btn-slide .text {
  font-style: inherit;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-slide .icons {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  padding: 9px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
}

.btn-slide:before {
  position: absolute;
  left: 0;
  width: 100%;
  padding-right: 15px;
  content: attr(data-hover);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  opacity: 0;
}

.btn-slide:hover .text {
  opacity: 0;
}

.btn-slide:hover .icons {
  left: calc(100% - 32px);
  left: -moz-calc(100% - 32px);
}

.btn-slide:hover:before {
  opacity: 1;
}

#back-top .link {
  font-size: 24px;
  line-height: 36px;
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  visibility: hidden;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  text-align: center;
  opacity: 0;
  background-color: transparent;
  border-radius: 50%;
}

#back-top .link.show-btn {
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

#back-top .link:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
  color: #000000;
  border: 2px solid #000000;
}

.group-button .btn:first-child {
  margin-right: 15px;
}

.tag {
  line-height: 25px;
  position: relative;
  display: inline-block;
  padding: 0 10px 0 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: capitalize;
  color: #989898;
  border: 1px solid #efefef;
  border-radius: 50px;
}

.tag:before {
  font-family: FontAwesome;
  font-size: 7px;
  position: absolute;
  left: 10px;
  content: "\f1db";
}

.tag:hover {
  color: #555e69;
  border: 1px solid #555e69;
}

.tag:hover:before {
  content: "\f111";
  color: #555e69;
}

.stars {
  font-size: 16px;
  position: relative;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}

.stars:after {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 35px;
  float: left;
  content: "";
  text-indent: 0;
  letter-spacing: 7px;
}

.stars.stars1:after {
  content: "\f005";
}

.stars.stars2:after {
  content: "\f005\f005";
}

.stars.stars3:after {
  content: "\f005\f005\f005";
}

.stars.stars4:after {
  content: "\f005\f005\f005\f005";
}

.stars.stars5:after {
  content: "\f005\f005\f005\f005\f005";
}

.star-rating {
  font-size: 14px;
  line-height: 1;
  position: relative;
  display: block;
  overflow: hidden;
  width: 75px;
  height: 1em;
}

.star-rating:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 1px;
  float: left;
  content: "\f006\f006\f006\f006\f006";
  letter-spacing: 2px;
  color: #ffd564;
}

.star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  overflow: hidden;
  padding-top: 1.5em;
  color: #ffd564;
}

.star-rating span:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 1px;
  content: "\f005\f005\f005\f005\f005";
  letter-spacing: 2px;
}

.star-rating span.width-10 {
  width: 10%;
}

.star-rating span.width-20 {
  width: 20%;
}

.star-rating span.width-30 {
  width: 30%;
}

.star-rating span.width-40 {
  width: 40%;
}

.star-rating span.width-50 {
  width: 50%;
}

.star-rating span.width-60 {
  width: 60%;
}

.star-rating span.width-70 {
  width: 70%;
}

.star-rating span.width-80 {
  width: 80%;
}

.star-rating span.width-90 {
  width: 90%;
}

.star-rating span.width-100 {
  width: 100%;
}

.pagination-list {
  text-align: center;
}

.pagination {
  margin: 0;
}

.pagination li .btn-pagination {
  position: relative;
  text-align: center;
  color: #b3b3b3;
  border: none;
  background-color: transparent;
}

.pagination li .btn-pagination.active {
  pointer-events: none;
  color: #161156;
}

.pagination li .btn-pagination.active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  content: "";
  background-color: #161156;
}

.pagination li .btn-pagination:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  margin-left: -10px;
  content: "";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #161156;
}

.pagination li .btn-pagination:hover {
  color: #161156;
  background-color: transparent;
}

.pagination li .btn-pagination:hover:after {
  width: 20px;
}

.pagination li .previous,
.pagination li .next {
  line-height: 30px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.pagination li .previous:after,
.pagination li .next:after {
  display: none;
}

.pagination li .previous:hover,
.pagination li .next:hover {
  color: #ffffff;
  border: 1px solid #161156;
  background-color: #161156;
}

.pagination li .previous {
  margin-right: 10px;
}

.label-sale {
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 15px;
  overflow: hidden;
  height: 28px;
  padding: 5px 15px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.label-sale .text,
.label-sale .number {
  font-weight: 500;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.small-margin-top {
  margin-top: 10px;
}

.medium-margin-top {
  margin-top: 50px;
}

.big-margin-top {
  margin-top: 70px;
}

.fa-custom:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}

.stretch {
  display: inline-block;
  width: 100%;
  height: 0;
}

.meta-info {
  font-style: italic;
  color: #81878f;
}

.meta-info .comment-count:before,
.meta-info .view-count:before {
  margin-right: 4px;
}

.meta-info .comment-count:before {
  content: "\f075";
}

.meta-info .view-count {
  margin-right: 10px;
}

.meta-info .view-count:before {
  content: "\f007";
}

.meta-info .sep {
  font-style: normal;
  margin: 0 10px;
}

.wrapper-contact-style {
  position: relative;
  float: left;
  width: 100%;
}

/*----------  1.3. Main layout  ----------*/

.tours-layout {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tours-layout .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.travel-guide .image-wrapper {
  border-radius: 10px;
}

.tours-layout .image-wrapper .link {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tours-layout .image-wrapper .link img {
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.tours-layout .image-wrapper .link:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  content: "";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .5) 70%, rgba(0, 0, 0, .6) 75%, rgba(0, 0, 0, .7) 85%, rgba(0, 0, 0, .8) 90%, rgba(0, 0, 0, .9) 100%);
*/
}

.tours-layout .image-wrapper .title-wrapper {
  font-size: 13px;
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: inline-block;
  color: #ffffff;
}

.tours-layout .image-wrapper .title-wrapper .title {
  position: relative;
  float: left;
  text-transform: uppercase;
  color: #ffffff;
}

.tours-layout .image-wrapper .title-wrapper .title:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tours-layout .image-wrapper .title-wrapper .title:hover:before {
  width: 100%;
}

.tours-layout .image-wrapper .title-wrapper .icons {
  font-size: 25px;
  float: right;
}

.tours-layout .content-wrapper {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

.taxi .content-wrapper {
  border-radius: 0 0 10px 10px;
}

.tours-layout .content-wrapper .list-info {
  display: table;
  width: 100%;
  margin: 0;
  text-align: center;
  border-collapse: collapse;
  border-bottom: 1px solid #e9e9e9;
}

.tours-layout .content-wrapper .list-info li {
  display: table-cell;
  padding: 0;
  border-right: 1px solid #e9e9e9;
}

.tours-layout .content-wrapper .list-info li .link {
  position: relative;
  top: 0;
  right: 0;
  display: block;
  padding: 12px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tours-layout .content-wrapper .list-info li .link:hover {
  top: 4px;
  right: -4px;
}

.tours-layout .content-wrapper .list-info li .link:hover>.icons,
.tours-layout .content-wrapper .list-info li .link:hover>.text {
  color: #555555;
}

.tours-layout .content-wrapper .list-info li .link>.icons {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #d0d0d0;
}

.tours-layout .content-wrapper .list-info li .link>.text {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #959595;
}

.tours-layout .content-wrapper .list-info li:last-child {
  border-right: none;
}

.tours-layout .content-wrapper>.content {
  padding: 10px 10px;
  text-align: left;
}

.tours-layout .content-wrapper>.content .title {
  margin-bottom: 0px;
}

.tours-layout .content-wrapper>.content .title .price {
  display: inline-block;
  padding-left: 10px;
}

.tours-layout .content-wrapper>.content .title .price sup {
  font-size: 14px;
  top: -6px;
}

.tours-layout .content-wrapper>.content .title .price .number {
  font-size: 18px;
  font-weight: 600;
}

.tours-layout .content-wrapper>.content .title .for-price {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0px;
}

.tours-layout .content-wrapper>.content>.text {
  margin-bottom: 2px;
}

.tours-layout .content-wrapper>.content .group-btn-tours {
  display: inline-block;
  padding: 0;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.tours-layout .content-wrapper>.content .group-btn-tours .left-btn,
.tours-layout .content-wrapper>.content .group-btn-tours .right-btn {
  display: inline-block;
  padding: 4px 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #ffffff;
  background-color: #4d4d4d;
}

.tours-layout .content-wrapper>.content .group-btn-tours .left-btn:hover,
.tours-layout .content-wrapper>.content .group-btn-tours .right-btn:hover {
  color: #161156;
}

.tours-layout .content-wrapper>.content .group-btn-tours .left-btn {
  padding-left: 25px;
  border-right: 1px solid #797979;
  border-radius: 50px 0 0 50px;
}

.tours-layout .content-wrapper>.content .group-btn-tours .right-btn {
  padding-right: 25px;
  border-radius: 0 50px 50px 0;
}

.tours-layout .content-wrapper>.content .group-btn-tours:hover .left-btn {
  border-right: 1px solid #ffffff;
}

.tours-layout:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.tours-layout:hover .image-wrapper .link {
  -webkit-filter: blur(1px);
  -webkit-filter: url("../images/blur.svg#svg-blur");
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='1');
  filter: blur(1px);
  filter: url("../images/blur.svg#svg-blur");
}

.tours-layout:hover .image-wrapper .link img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.tours-layout:hover .image-wrapper .link:before {
  top: -20%;
}

.hotels-layout {
  display: table;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hotels-layout .image-wrapper {
  position: relative;
  display: table-cell;
  overflow: hidden;
  width: 54%;
  height: 270px;
}

.hotels-layout .image-wrapper .link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hotels-layout .image-wrapper .link img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: 410px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.hotels-layout .image-wrapper .link:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  content: "";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.5) 70%,
      rgba(0, 0, 0, 0.6) 75%,
      rgba(0, 0, 0, 0.7) 85%,
      rgba(0, 0, 0, 0.8) 90%,
      rgba(0, 0, 0, 0.9) 100%);
}

.hotels-layout .image-wrapper .title-wrapper {
  font-size: 20px;
  position: absolute;
  z-index: 5;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: inline-block;
  text-align: left;
  color: #ffffff;
}

.hotels-layout .image-wrapper .title-wrapper .title {
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #ffffff;
}

.hotels-layout .image-wrapper .title-wrapper .title:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hotels-layout .image-wrapper .title-wrapper .title:hover:before {
  width: 100%;
}

.hotels-layout .content-wrapper {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  background-color: #ffffff;
}

.hotels-layout .content-wrapper .list-info {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  max-height: 270px;
  margin: 0;
  text-align: center;
  border-collapse: collapse;
  border-left: 1px solid #e9e9e9;
}

.hotels-layout .content-wrapper .list-info li {
  display: table;
  height: 20%;
  padding: 0;
  border-bottom: 1px solid #e9e9e9;
}

.hotels-layout .content-wrapper .list-info li:last-child {
  border-bottom: none;
}

.hotels-layout .content-wrapper .list-info .link {
  line-height: 1;
  position: relative;
  z-index: 11;
  top: 0;
  right: 0;
  display: table-cell;
  width: 54px;
  height: 100%;
  transition: all 0.5s ease;
  vertical-align: middle;
}

.hotels-layout .content-wrapper .list-info .link>.icons {
  display: inline-block;
  width: 14px;
  height: 14px;
  transition: all 0.3s ease;
  text-align: center;
  color: #d0d0d0;
}

.hotels-layout .content-wrapper .list-info .link .number {
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  color: #ffffff;
}

.hotels-layout .content-wrapper .list-info .link:hover {
  top: -5px;
  right: -5px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.hotels-layout .content-wrapper .list-info .link:hover>.icons {
  color: #555555;
}

.hotels-layout .content-wrapper .list-info .link:hover>.icons.hidden-icon {
  display: none;
}

.hotels-layout .content-wrapper .list-info .link:hover .number {
  display: inline-block;
  opacity: 1;
  color: #555555;
}

.hotels-layout .content-wrapper .list-info .share-social-list {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  left: 100%;
  visibility: hidden;
  margin-bottom: 0;
  padding: 0 0 0 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.hotels-layout .content-wrapper .list-info .share-social-list .link-social {
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  color: #d0d0d0;
  background-color: #ffffff;
}

.hotels-layout .content-wrapper .list-info .share-social-list .link-social:hover {
  color: #555555;
}

.hotels-layout .content-wrapper .list-info li:hover .link+.share-social-list {
  z-index: 10;
  bottom: 1px;
  left: calc(100% + 5px);
  visibility: visible;
  opacity: 1;
}

.hotels-layout .content-wrapper>.content {
  padding: 0 70px 0 25px;
  text-align: center;
}

.hotels-layout .content-wrapper>.content .title {
  display: table;
  margin-bottom: 15px;
  padding: 0;
  text-align: left;
}

.hotels-layout .content-wrapper>.content .title .price {
  display: table-cell;
  vertical-align: middle;
}

.hotels-layout .content-wrapper>.content .title .price sup {
  font-size: 20px;
  font-weight: bold;
  top: -16px;
  left: -2px;
}

.hotels-layout .content-wrapper>.content .title .price .number {
  font-size: 36px;
  font-weight: bold;
}

.hotels-layout .content-wrapper>.content .title .for-price {
  display: table-cell;
  max-width: 80px;
  margin-bottom: 0;
  padding-left: 10px;
  vertical-align: middle;
}

.hotels-layout .content-wrapper>.content>.text {
  overflow: hidden;
  max-height: 96px;
  margin-bottom: 20px;
  text-align: left;
}

.hotels-layout .content-wrapper>.content .group-btn-tours {
  display: inline-block;
  padding: 0 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 50px;
  background-color: #4d4d4d;
}

.hotels-layout .content-wrapper>.content .group-btn-tours .left-btn {
  display: inline-block;
  padding: 4px 10px;
  color: #ffffff;
}

.hotels-layout .content-wrapper>.content .group-btn-tours:hover .left-btn {
  color: #161156;
}

.hotels-layout .content-wrapper.style-2>.content .title {
  display: block;
}

.hotels-layout .content-wrapper.style-2>.content .title .price {
  line-height: 1;
  display: block;
}

.hotels-layout .content-wrapper.style-2>.content .title .price sup {
  font-size: 16px;
}

.hotels-layout .content-wrapper.style-2>.content .title .price .number {
  font-size: 26px;
}

.hotels-layout .content-wrapper.style-2>.content .title .for-price {
  line-height: 1;
  max-width: none;
}

.hotels-layout:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.hotels-layout:hover .image-wrapper .link img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.hotels-layout:hover .image-wrapper .link:before {
  top: -20%;
}

.new-layout {
  display: table;
}

.new-layout .image-wrapper {
  position: relative;
  display: table-cell;
  overflow: hidden;
  width: 58%;
}

.new-layout .image-wrapper .link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.new-layout .image-wrapper .link img {
  width: 100%;
}

.new-layout .image-wrapper .link:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  content: "";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.5) 70%,
      rgba(0, 0, 0, 0.6) 75%,
      rgba(0, 0, 0, 0.7) 85%,
      rgba(0, 0, 0, 0.8) 90%,
      rgba(0, 0, 0, 0.9) 100%);
}

.new-layout .image-wrapper .description {
  font-weight: 300;
  font-style: italic;
  position: absolute;
  z-index: 5;
  right: 60px;
  bottom: 20px;
  left: 60px;
  display: inline-block;
  padding-left: 30px;
  text-align: left;
  letter-spacing: 1px;
  color: #ffffff;
}

.new-layout .image-wrapper .description:before {
  font-family: FontAwesome;
  font-style: normal;
  position: absolute;
  left: 0;
  content: "\f10d";
}

.new-layout .content-wrapper {
  position: relative;
  display: table-cell;
  padding: 0 30px;
  text-align: left;
  vertical-align: top;
  background-color: #ffffff;
}

.new-layout .content-wrapper .title {
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #161156;
}

.new-layout .content-wrapper .info {
  font-style: 13px;
  margin-bottom: 0;
}

.new-layout .content-wrapper .info li {
  position: relative;
  padding: 0 15px;
}

.new-layout .content-wrapper .info li:first-child {
  padding-left: 5px;
}

.new-layout .content-wrapper .info li .link {
  text-transform: capitalize;
  color: #555e69;
}

.new-layout .content-wrapper .info li+li:before {
  position: absolute;
  top: 5px;
  left: 0;
  height: 13px;
  content: "";
  border-left: 1px solid #555e69;
}

.new-layout .content-wrapper .text {
  margin-top: 20px;
  margin-bottom: 0;
}

.new-layout .content-wrapper .btn {
  width: auto;
  margin-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  text-transform: capitalize;
}

.new-layout .content-wrapper .tags {
  margin-top: 25px;
}

.new-layout .content-wrapper .tags .title-tag {
  display: inline-block;
  margin-right: 25px;
  text-transform: uppercase;
}

.new-layout .content-wrapper .tags .list-tags {
  display: inline;
  margin-bottom: 0;
}

.new-layout .content-wrapper .tags .list-tags li {
  margin-bottom: 5px;
  padding: 0 5px;
}

.cruises-layout {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cruises-layout .image-wrapper {
  position: relative;
  overflow: hidden;
}

.cruises-layout .image-wrapper .link {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cruises-layout .image-wrapper .link img {
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.cruises-layout .content-wrapper {
  padding: 30px;
}

.cruises-layout .content-wrapper .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  margin-bottom: 5px;
  text-transform: uppercase;
  word-break: break-word;
  color: #161156;
}

.cruises-layout .content-wrapper .price {
  font-size: 30px;
  font-weight: bold;
  float: right;
  max-width: 150px;
  text-align: right;
  text-transform: uppercase;
  word-wrap: break-word;
}

.cruises-layout .content-wrapper .price sup {
  font-size: 18px;
  font-weight: 400;
  left: -2px;
}

.cruises-layout .content-wrapper .text {
  display: inline-block;
  width: 100%;
  margin: 25px 0 0 0;
}

.cruises-layout .content-wrapper .btn {
  width: auto;
  margin-top: 25px;
  text-transform: capitalize;
}

.cruises-layout:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.cruises-layout:hover .image-wrapper .link img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.car-rent-layout {
  display: table;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.car-rent-layout .image-wrapper {
  position: relative;
  display: table-cell;
  overflow: hidden;
  width: 370px;
  height: 270px;
}

.car-rent-layout .image-wrapper .link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.car-rent-layout .image-wrapper .link img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: 400px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.car-rent-layout .content-wrapper {
  position: relative;
  display: table-cell;
  padding: 20px 30px;
  text-align: left;
  vertical-align: top;
  background-color: #ffffff;
}

.car-rent-layout .content-wrapper .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  margin-bottom: 5px;
  text-transform: uppercase;
  word-break: break-word;
  color: #161156;
}

.car-rent-layout .content-wrapper .price {
  font-size: 30px;
  font-weight: bold;
  float: right;
  text-transform: uppercase;
}

.car-rent-layout .content-wrapper .price sup {
  font-size: 18px;
  font-weight: 400;
  left: -2px;
}

.car-rent-layout .content-wrapper .price .for-price {
  font-size: 14px;
  font-weight: 300;
  position: relative;
  top: -10px;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 6px;
  text-transform: initial;
  color: #9ca2a9;
}

.car-rent-layout .content-wrapper .sub-title {
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
}

.car-rent-layout .content-wrapper .text {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  max-height: 96px;
  margin: 12px 0 0 0;
}

.car-rent-layout .content-wrapper .btn {
  width: auto;
  margin-top: 20px;
  text-transform: capitalize;
}

.car-rent-layout:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.car-rent-layout:hover .image-wrapper .link img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.car-rent-layout:hover .image-wrapper .link:before {
  top: -20%;
}

.special-offer-layout {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.special-offer-layout .image-wrapper {
  position: relative;
  overflow: hidden;
}

.special-offer-layout .image-wrapper .link {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.special-offer-layout .image-wrapper .link img {
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.special-offer-layout .image-wrapper .link:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  content: "";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.5) 70%,
      rgba(0, 0, 0, 0.6) 75%,
      rgba(0, 0, 0, 0.7) 85%,
      rgba(0, 0, 0, 0.8) 90%,
      rgba(0, 0, 0, 0.9) 100%);
}

.special-offer-layout .image-wrapper .title-wrapper {
  font-size: 20px;
  position: absolute;
  z-index: 5;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: inline-block;
  color: #ffffff;
}

.special-offer-layout .image-wrapper .title-wrapper .title {
  font-weight: bold;
  position: relative;
  float: left;
  text-transform: uppercase;
  color: #ffffff;
}

.special-offer-layout .image-wrapper .title-wrapper .title:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.special-offer-layout .image-wrapper .title-wrapper .title:hover:before {
  width: 100%;
}

.special-offer-layout .image-wrapper .title-wrapper .icons {
  font-size: 30px;
  float: right;
}

.special-offer-layout:hover {
  z-index: 10px !important;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.special-offer-layout:hover .image-wrapper .link:before {
  top: -20%;
  opacity: 0;
}

.form-control {
  font-size: 14px;
  line-height: 1.42857143;
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  color: #555555;
  border: 1px solid #ced4da;
  border-radius: 3px !important;
  background-color: #ffffff;
  background-image: none;
  box-shadow: none;
}

.form-control:active,
.form-control:focus {
  box-shadow: none;
}

/*----------  Home page  ----------*/

.homepage-banner-warpper {
  display: table;
  width: 100%;
  height: 100%;
}

.homepage-banner-warpper .homepage-banner-content {
  display: table-cell;
  vertical-align: middle;
}

.homepage-default .group-title {
  display: inline-block;
  padding-top: 50px;
}

.homepage-default .group-title .title {
  font-size: 100px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
}

.homepage-default .group-title .text {
  font-size: 16px;
  display: inline-block;
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.homepage-default .group-title .text .boder {
  display: inline-block;
  border-bottom: 1px solid #ffffff;
}

.homepage-default .group-btn {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}

.homepage-default .group-btn .btn-click {
  font-size: 13px;
  position: relative;
  display: inline-block;
  width: 220px;
  padding: 5px 0 5px 15px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  background-color: transparent;
}

.homepage-default .group-btn .btn-click .text {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.homepage-default .group-btn .btn-click .icons {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  padding: 9px 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}

.homepage-default .group-btn .btn-click:before {
  position: absolute;
  left: 75px;
  content: attr(data-hover);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  opacity: 0;
}

.homepage-default .group-btn .btn-click:hover .text {
  opacity: 0;
}

.homepage-default .group-btn .btn-click:hover .icons {
  left: 184px;
  background-color: #ffffff;
}

.homepage-default .group-btn .btn-click:hover:before {
  opacity: 1;
}

.homepage-04 .homepage-banner-warpper {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homepage-04 .bg-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.homepage-04 .bg-image img {
  width: 100%;
  height: 100%;
}

.homepage-04 .group-logo {
  padding-top: 50px;
  padding-bottom: 65px;
}

.homepage-04 .group-logo .img-logo {
  display: block;
  width: 250px;
  margin: 0 auto 10px auto;
}

.homepage-04 .group-logo .img-logo img {
  width: 100%;
}

.homepage-04 .group-logo .img-icon {
  display: block;
  margin: 0 auto;
}

.homepage-04 .group-title {
  margin: 0 0 25px 0;
  text-align: center;
}

.homepage-04 .group-title .title {
  font-size: 40px;
  font-weight: 400;
  display: block;
  margin: 0 0 5px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.homepage-04 .group-title .text {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.homepage-04 .form-subscribe-email {
  width: 370px;
  margin: 0 auto;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
}

.homepage-04 .form-subscribe-email .btn-email {
  font-size: 22px;
  color: #161156;
}

.homepage-04 .form-subscribe-email .input-group-btn {
  line-height: 1;
}

.homepage-04 .form-subscribe-email ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.homepage-04 .form-subscribe-email :-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.homepage-04 .form-subscribe-email ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.homepage-04 .form-subscribe-email :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.homepage-04 .btn-click {
  font-size: 18px;
  line-height: 50px;
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 40px;
  margin-left: -25px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  color: #161156;
  border-radius: 50%;
  background-color: #ffffff;
}

.homepage-04 .btn-click.btn-play {
  padding-left: 5px;
}

.homepage-04 .show-video {
  visibility: hidden;
  opacity: 0;
}

.homepage-04 .homepage-hero-module {
  position: relative;
  border-right: none;
  border-left: none;
}

.homepage-04 .homepage-hero-module:after {
  position: absolute;
  z-index: 90;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}

.homepage-04 .no-video .video-container video,
.homepage-04 .touch .video-container video {
  display: none;
}

.homepage-04 .no-video .video-container .poster,
.homepage-04 .touch .video-container .poster {
  display: block !important;
}

.homepage-04 .video-container {
  position: relative;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #000000;
}

.homepage-04 .video-container .filter {
  position: absolute;
  z-index: 90;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.homepage-04 .video-container video {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
}

.homepage-04 .video-container video.fillWidth {
  width: 100%;
}

.about-us {
  position: relative;
}

.about-us-wrapper .text {
  margin-bottom: 15px;
}

.about-us-wrapper .text.no-margin {
  margin-bottom: 0;
}

.about-us-wrapper .group-list .about-us-list {
  width: 220px;
}

.about-us-wrapper .group-list .box-media {
  margin-top: 40px;
}

.about-us-wrapper .group-button {
  margin-top: 25px;
}

.about-us-list {
  display: inline-block;
  margin-bottom: 0;
}

.about-us-list li {
  padding: 5px 0;
}

.about-us-list li .text {
  position: relative;
  margin-bottom: 0;
  padding-left: 20px;
}

.about-us-list li .text:after {
  font-family: "FontAwesome";
  font-size: 12px;
  position: absolute;
  left: 0;
  content: "\f178";
  color: #c6c6c6;
}

.box-media {
  overflow: visible;
  cursor: pointer;
}

.box-media .media-left {
  padding: 0;
  text-align: center;
}

.box-media .media-right {
  padding-left: 15px;
}

.box-media .icons {
  font-size: 40px;
  line-height: 70px;
  display: block;
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #c3c3c3;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
}

.box-media .icons:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  padding: 0;
  content: "";
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
}

.box-media .title {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #15171b;
}

.box-media .text {
  margin-bottom: 0;
}

.box-media:hover .icons {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  color: #555e69;
}

.box-media:hover .icons:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
  animation: sonarEffect 1.3s ease-out 75ms infinite;
}

.about-us-image img {
  width: 100%;
}

.about-us.layout-2 .about-us-image {
  position: absolute;
  right: 0;
  bottom: -100px;
  max-width: 550px;
}

.about-us-4.layout-2 .about-us-image {
  right: 0;
  max-width: 500px;
}

.tours {
  position: relative;
  width: 100%;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: bottom;
  -webkit-background-size: cover;
  background-size: cover;
}

.tours-wrapper {
  text-align: center;
}

.tours-wrapper .tours-list {
  margin: 0 -15px;
}

.tours-wrapper .tours-list .tours-layout {
  margin: 0 15px;
}

.tours-wrapper .tours-list .slick-prev,
.tours-wrapper .tours-list .slick-next {
  line-height: 40px;
  width: 40px;
  height: 40px;
  transition: all 0.5s ease;
  text-align: center;
  opacity: 0.7;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}

.tours-wrapper .tours-list .slick-prev:before,
.tours-wrapper .tours-list .slick-next:before {
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 36px;
  opacity: 1;
  color: #ccc;
}

.tours-wrapper .tours-list .slick-prev:hover,
.tours-wrapper .tours-list .slick-next:hover {
  opacity: 1;
}

.tours-wrapper .tours-list .slick-prev {
  left: -50px;
}

.tours-wrapper .tours-list .slick-prev:before {
  content: "\f104";
}

.tours-wrapper .tours-list .slick-next {
  right: -50px;
}

.tours-wrapper .tours-list .slick-next:before {
  content: "\f105";
}

.tours-wrapper .tours-list .slick-dots {
  position: absolute;
  bottom: -50px;
}

.tours-wrapper .tours-list .slick-dots li button {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0 10px 0;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
}

.tours-wrapper .tours-list .slick-dots li button:before {
  font-size: 8px;
  line-height: 18px;
  width: 16px;
  height: 16px;
  opacity: 1;
  color: #c3c3c3;
}

/**/

.search-block .container {
  padding: 0;
  width: 80%;
}

.search-block .slick-slider {
  margin-bottom: 0;
}

.search-block {
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  margin-bottom: 16px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.search-list .slick-prev,
.search-list .slick-next {
  line-height: 40px;
  width: 40px;
  height: 40px;
  transition: all 0.5s ease;
  text-align: center;
  opacity: 0.5;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: transparent;
}

.search-list .slick-prev:before,
.search-list .slick-next:before {
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 36px;
  opacity: 1;
  color: #ccc;
}

.search-list .slick-prev:hover,
.search-list .slick-next:hover {
  opacity: 1;
}

.search-list .slick-prev {
  left: -20px;
}

.search-list .slick-prev:before {
  content: "\f104";
}

.search-list .slick-next {
  right: -25px;
}

.search-list .slick-next:before {
  content: "\f105";
}

.search-list .slick-dots {
  position: absolute;
  bottom: -50px;
}

.search-list .slick-dots li button {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0 10px 0;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
}

.search-list .slick-dots li button:before {
  font-size: 8px;
  line-height: 18px;
  width: 16px;
  height: 16px;
  opacity: 1;
  color: #c3c3c3;
}

.search-list .slick-slide {
  text-align: center;
  padding: 20px 0;
}

.search-list .slick-current {
  font-weight: 600;
  border-bottom: solid 3px #1675bf;
}

.videos {
  position: relative;
  width: 100%;
  color: #ffffff;
  background-color: #2d3948;
  background-repeat: repeat;
  background-position: bottom;
  -webkit-background-size: cover;
  background-size: cover;
}

.videos .video-thumbnail {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.videos .show-video {
  visibility: visible !important;
  opacity: 1 !important;
}

.video-thumbnail {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 360px;
}

.video-thumbnail .video-bg {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video-thumbnail .video-bg img {
  width: 100%;
  height: 100%;
}

.video-thumbnail .video-button-play {
  font-size: 36px;
  line-height: 86px;
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  margin-top: -45px;
  margin-left: -45px;
  padding-left: 10px;
  padding-left: 6px;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.video-thumbnail .video-button-close {
  position: absolute;
  z-index: 12;
  top: 15px;
  right: 15px;
  visibility: hidden;
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 0;
  background-image: url("../images/homepage/btn-closevideo.png");
}

.video-thumbnail .video-embed {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  border: none;
}

.videos.layout-1 .video-wrapper {
  text-align: left;
}

.videos.layout-1 .sub-title {
  font-size: 18px;
  display: inline-block;
  margin: 0 0 8px 0;
  padding-bottom: 5px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
}

.videos.layout-1 .sub-title strong {
  font-size: 24px;
}

.videos.layout-1 .title {
  font-size: 55px;
  font-weight: bold;
  display: block;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

.videos.layout-1 .text {
  margin-bottom: 30px;
}

.videos.layout-1 .video-thumbnail {
  top: auto;
  bottom: -120px;
}

.videos.layout-2 .video-thumbnail {
  height: 420px;
}

.videos.layout-2 .video-wrapper {
  text-align: center;
}

.videos.layout-2 .title {
  font-size: 36px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

.videos.layout-2 .text {
  margin: 0 23% 20px 23%;
}

.videos.layout-2 .video-thumbnail {
  top: 30px;
}

.hotels {
  position: relative;
  width: 100%;
  background-color: #fff;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: bottom;
  -webkit-background-size: cover;
  background-size: cover;
}

.hotels-wrapper {
  text-align: center;
}

.hotels-wrapper .hotels-list .hotels-layout {
  margin-bottom: 50px;
}

.hotels-wrapper .hotels-list .col-sm-6:nth-last-child(-n + 2) .hotels-layout {
  margin-bottom: 0;
}

.travelers {
  position: relative;
  width: 100%;
  min-height: 400px;
  color: #ffffff;
  background-color: #2d3948;
  background-repeat: repeat;
  background-position: bottom;
  -webkit-background-size: cover;
  background-size: cover;
}

.travelers .traveler-list {
  top: 80px;
  margin-bottom: 0;
}

.travelers .traveler-list .slick-list {
  padding-bottom: 15px;
}

.travelers .traveler-list .slick-prev,
.travelers .traveler-list .slick-next {
  line-height: 50px;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease;
  text-align: center;
  opacity: 0.5;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}

.travelers .traveler-list .slick-prev:before,
.travelers .traveler-list .slick-next:before {
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 46px;
  opacity: 1;
  color: #ffffff;
}

.travelers .traveler-list .slick-prev:hover,
.travelers .traveler-list .slick-next:hover {
  opacity: 1;
}

.travelers .traveler-list .slick-prev {
  left: -50px;
}

.travelers .traveler-list .slick-prev:before {
  content: "\f104";
}

.travelers .traveler-list .slick-next {
  right: -50px;
}

.travelers .traveler-list .slick-next:before {
  content: "\f105";
}

.travelers .traveler-list .slick-dots {
  position: absolute;
  bottom: -30px;
}

.travelers .traveler-list .slick-dots li button {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0 10px 0;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
}

.travelers .traveler-list .slick-dots li button:before {
  font-size: 8px;
  line-height: 18px;
  width: 16px;
  height: 16px;
  opacity: 1;
  color: #f0f0f0;
}

.traveler {
  z-index: 5;
  margin: 0 10px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.traveler .cover-image {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.traveler .cover-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.traveler .wrapper-content {
  padding: 30px;
  line-height: 18px;
}

.traveler .wrapper-content .avatar {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 40%;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.traveler .wrapper-content .avatar img {
  width: 100%;
  border-radius: 50%;
}

.traveler .wrapper-content .name {
  margin-bottom: 0;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.traveler .wrapper-content .address {
  margin-bottom: 0;
  text-transform: capitalize;
  color: #555e69;
}

.traveler .wrapper-content .description {
  margin: 15px 0 0 0;
  color: #555e69;
}

.news .news-list {
  margin-right: 40px;
  margin-bottom: 0;
}

.news .news-list .slick-dots {
  position: absolute;
  top: 50%;
  right: -35px;
  bottom: 0;
  width: auto;
  margin-top: -20px;
  padding: 0;
}

.news .news-list .slick-dots li {
  display: block;
  margin: 0 0 5px 0;
}

.news .news-list .slick-dots li button {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0 10px 0;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
}

.news .news-list .slick-dots li button:before {
  font-size: 8px;
  line-height: 18px;
  width: 16px;
  height: 16px;
  opacity: 1;
  color: #f0f0f0;
}

/*----------  Banner sale 1  ----------*/

.banner-sale-1 {
  position: relative;
  display: table;
  width: 100%;
  color: #ffffff;
  background-color: #202b3d;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.banner-sale-1 .banner-left {
  display: table-cell;
  width: 40%;
  height: 100%;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.85);
}

.banner-sale-1 .banner-right {
  display: table-cell;
  vertical-align: middle;
}

.banner-sale-1 .title-box {
  width: 100%;
  color: rgba(255, 221, 0, 0.8);
  background-image: url("../images/background/bg-section-banner-1.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.banner-sale-1 .title-box .title-overlay {
  font-weight: 900;
  overflow: hidden;
  margin: 0;
  padding-right: 10%;
  padding-left: 10%;
  text-transform: uppercase;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.85);
  mix-blend-mode: lighten;
}

.banner-sale-1 .title-box .title-1 {
  font-size: 95px;
}

.banner-sale-1 .title-box .title-2 {
  font-size: 80px;
}

.banner-sale-1 .title-box .title-3 {
  font-size: 45px;
  padding-top: 8px;
}

/*----------  Banner sale 2  ----------*/

.banner-sale-2 {
  position: relative;
  display: table;
  width: 100%;
  height: 500px;
  color: #ffffff;
  background-color: #bfd2d9;
  background-image: url("../images/background/bg-section-banner-2.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.banner-sale-2 .banner-building {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url("../images/background/bg-section-banner-3.png");
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.banner-sale-2 .banner-left {
  display: table-cell;
  width: 40%;
  height: 100%;
  vertical-align: middle;
}

.banner-sale-2 .banner-right {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.8);
}

.banner-sale-2 .title-box {
  width: 100%;
  padding: 0 10%;
}

.banner-sale-2 .title-box .title-1 {
  font-size: 100px;
  font-weight: 900;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.banner-sale-2 .text-3,
.banner-sale-2 .text-5,
.banner-sale-2 .text-7 {
  position: relative;
}

/*----------  Banner sale 3  ----------*/

.banner-sale-3 {
  position: relative;
  width: 100%;
  color: #ffffff;
  background-image: url("../images/background/about-us-1.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.banner-sale-3 .text-salebox {
  width: 100%;
  height: 500px;
}

.banner-sale-3 .text-salebox .text-left {
  vertical-align: middle;
}

.banner-sale-3 .text-salebox .text-right {
  padding-left: 50px;
  vertical-align: middle;
}

.banner-sale-3 .text-salebox .text-right .title {
  border-bottom: 0;
}

.banner-sale-3.new-style {
  z-index: 1;
  overflow: hidden;
  background-attachment: initial;
  background-position: center top;
}

.banner-sale-3.new-style .clouds_one,
.banner-sale-3.new-style .clouds_two {
  z-index: 3;
}

.banner-sale-3.new-style .text-salebox .text-left {
  z-index: 2;
}

.banner-sale-3.new-style .text-salebox .text-right {
  position: relative;
  z-index: 4;
}

.clouds_one {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-animation: cloud_left_to_right 150s linear infinite;
  -moz-animation: cloud_left_to_right 150s linear infinite;
  -o-animation: cloud_left_to_right 150s linear infinite;
  animation: cloud_left_to_right 150s linear infinite;
  background: url("../images/homepage/cloud.png") no-repeat center;
  background-repeat: repeat-x;
}

.clouds_two {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-animation: cloud_right_to_left 250s linear infinite;
  -moz-animation: cloud_right_to_left 250s linear infinite;
  -o-animation: cloud_right_to_left 250s linear infinite;
  animation: cloud_right_to_left 250s linear infinite;
  background: url("../images/homepage/cloud.png") no-repeat center;
}

.mozilla11 .banner-sale-1 .title-box .title-overlay,
.mozilla10 .banner-sale-1 .title-box .title-overlay,
.mozilla09 .banner-sale-1 .title-box .title-overlay {
  color: rgba(255, 211, 0, 0.5);
}

.text-salebox {
  display: table;
  width: 520px;
  margin: 0 auto;
}

.text-salebox .text-left {
  display: table-cell;
  vertical-align: top;
}

.text-salebox .text-left .sale-box .number {
  font-size: 90px;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  margin: 0;
}

.text-salebox .text-left .sale-box .sup-1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 100%;
  display: block;
}

.text-salebox .text-left .sale-box .sup-2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  bottom: 8px;
  left: 100%;
  display: block;
  text-transform: uppercase;
}

.text-salebox .text-left .sale-box .text-sale {
  font-size: 72px;
  font-weight: 900;
  line-height: 55px;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
}

.text-salebox .text-left .sale-box .sale-box-top {
  position: relative;
  display: inline-block;
}

.text-salebox .text-right {
  display: table-cell;
  padding-top: 13px;
  padding-left: 20px;
  text-align: left;
  vertical-align: top;
}

.text-salebox .text-right .title {
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  margin: 0;
  padding: 0 0 5px 0;
  text-transform: capitalize;
  border-bottom: 1px solid #ffffff;
}

.text-salebox .text-right .text {
  margin: 0;
}

.text-salebox .text-right .group-button {
  margin-top: 20px;
}

.text-salebox .text-right .group-button .btn {
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  text-transform: capitalize;
}

.text-salebox .text-right .group-button .btn.btn-transparent {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.text-salebox .text-right .group-button .btn.btn-transparent:hover {
  border: 1px solid #3c3c3c;
}

.a-fact {
  background-color: #fff;
}

.a-fact-wrapper .text {
  margin-bottom: 15px;
}

.a-fact-wrapper .btn {
  margin-top: 25px;
}

.a-fact-list ul {
  margin-bottom: 0;
  font-size: 0;
}

.a-fact-list ul li {
  padding: 2px 10px;
  width: 25%;
  display: inline-block;
  font-size: 15px;
  vertical-align: text-top;
}

/* .a-fact-list ul li a {
                                                            text-overflow: ellipsis;
                                                            white-space: nowrap;
                                                            overflow: hidden;
                                                            display: block;
                                                        }*/

.a-fact-list ul li .text {
  position: relative;
  margin-bottom: 0;
  padding-left: 20px;
}

.a-fact-list ul li .text:after {
  font-family: "FontAwesome";
  font-size: 5px;
  position: absolute;
  left: 0;
  content: "\f111";
  color: #c6c6c6;
  top: 8px;
}

.a-fact-image-wrapper {
  position: relative;
  width: 100%;
  min-width: 670px;
  min-height: 400px;
}

.a-fact-image-wrapper .a-fact-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.a-fact-image-wrapper .a-fact-image .icons {
  font-size: 16px;
  line-height: 36px;
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  color: #3c3c3c;
  border: 2px solid #3c3c3c;
  border-radius: 50%;
  background-color: transparent;
}

.a-fact-image-wrapper .a-fact-image .icons:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  padding: 0;
  content: "";
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
}

.a-fact-image-wrapper .a-fact-image .icons.icons-1 {
  bottom: 40%;
  left: 10%;
}

.a-fact-image-wrapper .a-fact-image .icons.icons-2 {
  bottom: 70%;
  left: 30%;
}

.a-fact-image-wrapper .a-fact-image .icons.icons-3 {
  top: 15%;
  right: 25%;
}

.a-fact-image-wrapper .a-fact-image .icons.icons-4 {
  right: 25%;
  bottom: 10%;
}

.a-fact-image-wrapper .a-fact-image .icons:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  color: #ffffff;
}

.a-fact-image-wrapper .a-fact-image .icons:hover:after {
  -webkit-animation: sonarEffect-2 1.2s ease-out 75ms infinite;
  animation: sonarEffect-2 1.2s ease-out 75ms infinite;
}

.a-fact-image-wrapper .a-fact-image img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.3;
}

.a-fact-image-wrapper .a-fact-image .icons:hover+img {
  opacity: 1;
}

.contact {
  position: relative;
  background-repeat: repeat;
  background-position: bottom;
  -webkit-background-size: cover;
  background-size: cover;
}

.contact .contact-wrapper-images {
  position: absolute;
  bottom: 0;
  left: 9%;
}

.contact .contact-form .form-input {
  margin-bottom: 10px;
  padding-left: 20px;
  background-color: rgba(255, 255, 255, 0.2);
}

.contact .contact-form textarea {
  overflow: auto;
  max-width: 100%;
  height: 100px;
}

.contact .contact-form .contact-submit {
  margin-top: 30px;
}

.contact .contact-form ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contact .contact-form :-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contact .contact-form ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contact .contact-form :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contact-box {
  padding: 40px 35px;
  text-align: center;
}

.contact-box .title {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.contact-box>.text {
  font-style: italic;
  margin: 0 0 35px 0;
}

/*----------- blog detail ----------*/

.contact-form .form-input {
  margin-bottom: 10px;
  padding-left: 20px;
  background-color: rgba(255, 255, 255, 0.2);
}

.contact-form textarea {
  overflow: auto;
  max-width: 100%;
  height: 100px;
}

.contact-form ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contact-form :-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contact-form ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contact-form :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.margin-bottom70 {
  margin-bottom: 70px;
}

.margin-bottom {
  margin-bottom: 100px;
}

.btn.btn-crystal {
  font-size: 0.857em;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  float: right;
  width: inherit;
  text-align: right;
  text-transform: capitalize;
  color: #77858e;
  border: 0;
}

.btn.btn-crystal i {
  margin-right: 7px;
}

.caption {
  font-size: 14px;
  font-style: italic;
  margin-top: 15px;
  text-align: center;
}

.item-blog-detail .blog-text .blog-content {
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none !important;
}

.item-blog-detail .blog-text .blog-content .date {
  text-align: left;
}

.item-blog-detail .blog-text .blog-content .blog-descritption .text {
  margin-bottom: 30px;
}

.item-blog-detail .blog-text .blog-content .blog-descritption .caption {
  margin-bottom: 30px;
}

.item-blog-detail .blog-text .blog-content .blog-descritption .blockquote {
  margin: 50px 30px;
  padding-left: 30px;
  border-left: 3px solid #81878f;
}

.item-blog-detail .blog-text .blog-content .blog-descritption .blockquote .blockquote-title {
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
  color: #6e747c;
}

.item-blog-detail .blog-text .blog-content .blog-descritption .blockquote .blockquote-des {
  font-style: italic;
}

.item-blog-detail .blog-text .blog-content .blog-descritption .video-thumbnail {
  margin-top: 50px;
}

.item-blog-detail .blog-text .blog-content .blog-descritption .video-thumbnail .video-embed {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  opacity: 0;
  border: none;
}

.item-blog-detail .blog-text .blog-content .blog-descritption .video-thumbnail .show-video {
  visibility: visible !important;
  opacity: 1 !important;
}

.item-blog-detail .blog-text .blog-content .blog-descritption .blog-detail-list {
  margin-bottom: 0;
}

.item-blog-detail .blog-text .blog-content .blog-descritption .group-list .blog-detail-list li {
  position: relative;
  padding-left: 18px;
}

.item-blog-detail .blog-text .blog-content .blog-descritption .group-list .blog-detail-list li:after {
  font-family: "FontAwesome";
  font-size: 8px;
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  color: #c6c6c6;
}

.item-blog-detail .blog-text .blog-detail-tag {
  display: table;
}

.item-blog-detail .blog-text .blog-detail-tag .content-widget {
  display: inherit;
}

.item-blog-detail .blog-text .blog-detail-tag .content-tag {
  display: table-cell;
  padding-right: 30px;
}

.item-blog-detail .blog-text .blog-detail-tag .tag-item {
  margin-right: 15px;
  padding: 2px 15px;
  color: #989898;
  border: 1px solid #efefef;
  border-radius: 25px;
}

.item-blog-detail .blog-text .blog-author {
  padding: 0 25px 25px 25px;
  border-bottom: 2px solid #f7f7f7;
}

.item-blog-detail .blog-text .blog-author .blog-author-content .media-left .media-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.item-blog-detail .blog-text .blog-author .blog-author-content .media-right .author {
  font-size: 18px;
  font-weight: bold;
  color: #3c3c3c;
}

.item-blog-detail .blog-text .blog-author .blog-author-content .media-right .position {
  font-size: 14px;
  font-weight: 500;
  color: #3c3c3c;
}

.item-blog-detail .blog-text .blog-author .blog-author-content .media-right .des {
  margin-bottom: 0;
}

.item-blog-detail .blog-text .sideline:after {
  display: inline-block;
  width: 46px;
  height: 3px;
  margin-left: 10px;
  content: "";
}

.item-blog-detail .blog-text .blog-comment-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.item-blog-detail .blog-text .blog-comment .comment-count {
  margin-bottom: 70px;
}

.item-blog-detail .blog-text .blog-comment .comment-list {
  margin-bottom: 70px;
}

.item-blog-detail .blog-text .blog-comment .comment-list .parent {
  margin-top: 0;
}

.item-blog-detail .blog-text .blog-comment .comment-list li.parent:last-child>.comment-item {
  margin-bottom: 0;
  border-bottom: 0;
}

.item-blog-detail .blog-text .blog-comment .comment-list .comment-item:not(:last-child) {
  margin-bottom: 50px;
  padding: 0 20px 20px 0;
  border-bottom: 2px solid #f7f7f7;
}

.item-blog-detail .blog-text .blog-comment .comment-list .comment-list-children li .comment-item {
  margin-bottom: 50px;
  padding: 0 20px 20px 0;
  border-bottom: 2px solid #f7f7f7;
}

.item-blog-detail .blog-text .blog-comment .comment-list .comment-list-children {
  margin-left: 70px;
}

.item-blog-detail .blog-text .blog-comment .comment-list .comment-list-children .media {
  margin-top: 0;
}

.item-blog-detail .blog-text .blog-comment .comment-list .media-left .media-image img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
}

.item-blog-detail .blog-text .blog-comment .comment-list .media-right .pull-left .author {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #3c3c3c;
}

.item-blog-detail .blog-text .blog-comment .comment-list .media-right .pull-right.time {
  font-size: 0.857em;
  font-style: italic;
  color: #77858e;
}

.item-blog-detail .blog-text .blog-comment .comment-list .media-right .pull-right.time i {
  margin-right: 7px;
}

.item-blog-detail .blog-text .blog-comment .comment-list .media-right .btn.btn-crystal:hover {
  border: 0;
  background-color: transparent;
}

.item-blog-detail .blog-text .blog-comment .btn.btn-crystal {
  padding-right: 3px;
  padding-bottom: 0;
}

.item-blog-detail .blog-text .leave-comment .contact-form .form-input {
  margin-bottom: 10px;
  padding-left: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  background-color: #fafafa;
}

.item-blog-detail .blog-text .leave-comment .contact-form .form-input:nth-child(3) {
  margin-bottom: 30px;
}

.form-group {
  margin-bottom: 15px;
}

.stars-rating {
  line-height: 24px;
  margin-bottom: 0;
}

.stars-rating a.star-1,
.stars-rating a.star-2,
.stars-rating a.star-3,
.stars-rating a.star-4,
.stars-rating a.star-5 {
  position: relative;
  display: inline-block;
  width: 2em;
  margin-right: 1em;
  text-indent: -999px;
  border-right: 1px solid #eeeeee;
}

.stars-rating a.star-1:before,
.stars-rating a.star-2:before,
.stars-rating a.star-3:before,
.stars-rating a.star-4:before,
.stars-rating a.star-5:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  overflow: hidden;
  content: "\f006";
  text-indent: 0;
}

.stars-rating a.star-1.active:before,
.stars-rating a.star-1:hover:before {
  content: "\f005";
}

.stars-rating a.star-2 {
  width: 3em;
}

.stars-rating a.star-2:before {
  content: "\f006\f006";
}

.stars-rating a.star-2.active:before,
.stars-rating a.star-2:hover:before {
  content: "\f005\f005";
}

.stars-rating a.star-3 {
  width: 4em;
}

.stars-rating a.star-3:before {
  content: "\f006\f006\f006";
}

.stars-rating a.star-3.active:before,
.stars-rating a.star-3:hover:before {
  content: "\f005\f005\f005";
}

.stars-rating a.star-4 {
  width: 5em;
}

.stars-rating a.star-4:before {
  content: "\f006\f006\f006\f006";
}

.stars-rating a.star-4.active:before,
.stars-rating a.star-4:hover:before {
  content: "\f005\f005\f005\f005";
}

.stars-rating a.star-5 {
  width: 6em;
  margin-right: 0;
  border-right: 0;
}

.stars-rating a.star-5:before {
  content: "\f006\f006\f006\f006\f006";
}

.stars-rating a.star-5.active:before,
.stars-rating a.star-5:hover:before {
  content: "\f005\f005\f005\f005\f005";
}

/*----------  Tour View  ----------*/

.schedule-block {
  display: table;
  width: 100%;
}

.schedule-block .element {
  font-weight: 500;
  display: table-cell;
  width: 20%;
  padding: 6px 0;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #ffffff;
}

.schedule-block .element:last-child {
  border-right: 0;
}

.schedule-block .element .schedule-title {
  margin-bottom: 0;
  text-transform: uppercase;
}

/* Journey Block */

.wrapper-journey {
  margin: 0 -15px;
}

.wrapper-journey .slick-dots {
  position: static;
}

.wrapper-journey .slick-dots li button {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0 10px 0;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
}

.wrapper-journey .slick-dots li button:before {
  font-size: 8px;
  line-height: 18px;
  width: 16px;
  height: 16px;
  opacity: 1;
  color: #f0f0f0;
}

.wrapper-journey .slick-dots li button:hover {
  border: 1px solid #1675bf;
}

.wrapper-journey .slick-dots li button:hover:before {
  color: #1675bf;
}

.wrapper-journey .slick-dots li.slick-active button {
  border: 1px solid #1675bf;
}

.wrapper-journey .slick-dots li.slick-active button:before {
  color: #1675bf;
}

.wrapper-journey .slick-list {
  padding: 10px 0;
}

.wrapper-journey .slick-prev,
.wrapper-journey .slick-next {
  line-height: 35px;
  width: 35px;
  height: 35px;
  transition: all 0.5s ease;
  text-align: center;
  opacity: 0.5;
  border: 2px solid #b3b3b3;
  border-radius: 50%;
  background-color: transparent;
}

.wrapper-journey .slick-prev:hover,
.wrapper-journey .slick-next:hover {
  opacity: 1;
}

.wrapper-journey .slick-prev:before {
  font-family: FontAwesome;
  content: "\f104";
  opacity: 1;
}

.wrapper-journey .slick-next:before {
  font-family: FontAwesome;
  content: "\f105";
  opacity: 1;
}

.wrapper-journey .slick-prev:before,
.wrapper-journey .slick-next:before {
  font-size: 24px;
  line-height: 30px;
  color: #b3b3b3;
}

.wrapper-journey .feature-item {
  display: inline-block;
  width: 14%;
}

@-webkit-keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: 0.4;
  }

  50% {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: 0.4;
  }
}

@keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: 0.4;
  }

  50% {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: 0.4;
  }
}

.feature-item {
  margin: 0 15px;
  padding: 9.5px 0;
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  vertical-align: middle;
  border: 1px solid #cfcfcf;
  box-shadow: 0 0 1px transparent;
  -webkit-tap-highlight-color: transparent;
}

.feature-item:last-child {
  margin-right: 0;
}

.feature-item:before {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 5%;
  width: 90%;
  height: 10px;
  content: "";
  transition-duration: 0.3s;
  transition-property: -webkit-transform opacity;
  transition-property: transform opacity;
  transition-property: transform opacity, -webkit-transform opacity;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(ellipse at center,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0) 80%);
}

.feature-item:hover {
  cursor: pointer;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.feature-item:hover:before {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  opacity: 0.4;
}

.feature-item .icon-journey {
  font-size: 26px;
}

.feature-item .text {
  font-size: 16px;
  margin-bottom: 0;
}

/* Timeline Block*/

.title-style-3 {
  font-size: 18px;
  position: relative;
  margin: 0 0 20px 0;
  padding-left: 20px;
}

.title-style-3:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background-color: #6e747c;
}

.overview-block {
  padding-top: 60px;
}

.timeline {
  position: relative;
  padding-top: 10px;
}

.timeline:before {
  position: absolute;
  z-index: -99;
  top: 10px;
  left: 35px;
  width: 2px;
  height: 100%;
  content: "";
  background: #d7d7d7;
}

.timeline-title {
  line-height: 30px;
}

.timeline-title span {
  padding: 7px 15px 6px;
}

.timeline-point {
  position: absolute;
  top: 50%;
  left: -39px;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  border: 3px solid #ffffff;
  background-color: #ffffff;
}

.timeline-point:before {
  position: absolute;
  z-index: -9999;
  top: 5px;
  left: 16px;
  width: 80px;
  height: 2px;
  content: "";
  background-color: #d7d7d7;
}

.timeline-point i {
  font-size: 15px;
  position: absolute;
  top: -1px;
  left: 1px;
  color: #d7d7d7;
}

.timeline-block {
  position: relative;
}

.timeline-block:last-child .wrapper-timeline-content:after {
  height: 50vh;
}

.timeline-block:last-child .timeline-content {
  margin-bottom: 0;
}

.timeline-content {
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: 65px;
}

.wrapper-timeline-content {
  position: relative;
  display: table;
}

.wrapper-timeline-content:before {
  position: absolute;
  z-index: -9999;
  top: 50%;
  left: -3px;
  width: 80px;
  height: 2px;
  content: "";
  background-color: #d7d7d7;
}

.wrapper-timeline-content:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 15px;
  position: absolute;
  top: 46%;
  left: -23px;
  display: inline-block;
  content: "\f10c";
  color: #d7d7d7;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}

.timeline-custom-col {
  position: relative;
  float: left;
  width: 48%;
  min-height: 1px;
  margin-left: 2%;
  padding-right: 15px;
  padding-left: 15px;
}

.timeline-custom-col.full {
  width: 98%;
}

.timeline-custom-col:before {
  position: absolute;
  z-index: -9999;
  top: 50%;
  left: -40px;
  width: 0;
  height: 2px;
  content: "";
  background-color: #d7d7d7;
}

.timeline-custom-col.image-col:before {
  width: 15%;
}

.timeline-location-block {
  position: relative;
  min-height: 250px;
  padding: 30px 30px 20px 69px;
  border-right: 2px solid #ffffff;
  background-color: #fafafa;
}

.timeline-location-block .location-name {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-transform: capitalize;
}

.timeline-location-block .location-name .icon-marker {
  position: absolute;
  top: -5px;
  left: -40px;
  width: 32px;
  height: 32px;
  padding: 1%;
  border: 1px solid;
  border-radius: 50%;
}

.timeline-location-block .location-name .icon-marker:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.timeline-location-block .description {
  margin-bottom: 0;
}

.timeline-image-block {
  overflow: hidden;
  height: 250px;
  cursor: pointer;
  border-left: 2px solid #ffffff;
}

.timeline-image-block img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.timeline-image-block:hover img {
  -webkit-transform: scale(1.23);
  -ms-transform: scale(1.23);
  transform: scale(1.23);
}

.wrapper-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* Gallery Block */

.gallery-block {
  padding-bottom: 80px;
  background: url("../images/tour-view/grid-images/bg-grid.png") no-repeat center right;
  background-size: cover;
}

.gallery-block .grid .grid-sizer {
  width: 1%;
}

.gallery-block .grid .grid-item {
  width: 22%;
}

.gallery-block .grid .gutter-sizer {
  width: 3%;
}

.gallery-block .grid .grid-item {
  overflow: hidden;
  margin: 10px 0;
  cursor: pointer;
}

.gallery-block .grid .grid-item:after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery-block .grid .grid-item--width2 {
  width: 52%;
}

.gallery-block .grid .grid-item--big {
  width: 66%;
}

.gallery-block .grid .grid-item--medium {
  width: 32%;
}

.gallery-block .grid img {
  width: 100%;
}

.gallery-block .gallery-image .title-hover {
  position: absolute;
  z-index: 2;
  top: -100%;
  width: 100%;
  height: 100%;
  transition: all 0s ease;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}

.gallery-block .gallery-image .title-hover .icons {
  font-size: 40px;
  position: relative;
  top: 45%;
}

/* Expert Block */

.list-time {
  margin-bottom: 10px;
}

.list-time .time i {
  font-size: 12px;
  margin-right: 5px;
  color: #c6c6c6;
}

.about-us-wrapper .avatar {
  text-align: center;
}

.about-us-wrapper .avatar p {
  margin-bottom: 0;
}

.about-us-wrapper .avatar .image-wrapper {
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
}

.about-us-wrapper .avatar .image-wrapper .img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
}

.about-us-wrapper .avatar .name {
  font-size: 15px;
  font-weight: 500;
  padding-top: 10px;
  text-transform: uppercase;
}

.about-us-wrapper .avatar:hover .image-wrapper {
  border: 1px solid #1675bf;
  border-radius: 2%;
}

.about-us-wrapper .avatar:hover .image-wrapper .img {
  border-radius: 2%;
}

.about-us-wrapper .contact-list-media {
  margin-top: 30px;
}

.contact-list-media {
  overflow: visible;
  cursor: pointer;
  text-align: center;
}

.contact-list-media .media-left,
.contact-list-media .media-right {
  display: block;
}

.contact-list-media .media-left {
  padding: 0;
  padding-bottom: 18px;
  text-align: center;
}

.contact-list-media .media-right {
  padding-left: 0;
}

.contact-list-media .icons {
  font-size: 30px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #c3c3c3;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
}

.contact-list-media .icons:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  padding: 0;
  content: "";
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
}

.contact-list-media .text {
  line-height: 18px;
  margin-bottom: 0;
}

.contact-list-media .title {
  font-size: 16px;
  display: block;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #15171b;
}

.contact-list-media:hover .icons {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  color: #555e69;
}

.contact-list-media:hover .icons:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
  animation: sonarEffect 1.3s ease-out 75ms infinite;
}

.special-offer .special-offer-layout .image-wrapper {
  z-index: -9;
}

.special-offer .special-offer-layout:hover .image-wrapper {
  z-index: 3;
}

/*----------  Hotel View  ----------*/

.timeline-hotel-view:before {
  left: 50px;
  height: 90%;
}

.timeline-hotel-view .timeline-block {
  padding-bottom: 50px;
}

.timeline-hotel-view .timeline-block:last-child .timeline-point:after {
  position: absolute;
  z-index: -1;
  left: 1px;
  width: 10px;
  height: 300vh;
  content: "";
  background-color: #ffffff;
}

.timeline-hotel-view .timeline-title {
  position: absolute;
  display: inline-block;
  vertical-align: top;
}

.timeline-hotel-view .timeline-point {
  top: 214px;
  left: 41px;
}

.timeline-hotel-view .timeline-point:before {
  position: absolute;
  z-index: -9999;
  top: 5px;
  left: 0;
  width: 200px;
  height: 2px;
  content: "";
  background-color: #d7d7d7;
}

.timeline-hotel-view .timeline-content {
  display: inline-block;
  width: 90%;
  margin: 0 0 0 10%;
}

.timeline-hotel-view .timeline-content>.row {
  margin: 0;
}

.timeline-hotel-view .timeline-custom-col {
  float: left;
  width: 57%;
  margin-left: 5%;
}

.timeline-hotel-view .timeline-custom-col:before {
  width: 0;
}

.timeline-hotel-view .timeline-custom-col.image-col:before {
  top: 223px;
  left: -90px;
  width: 35%;
}

.timeline-hotel-view .timeline-custom-col.hotels-layout {
  width: 33%;
  padding: 0;
}

.timeline-hotel-view .timeline-custom-col.full {
  width: 95%;
  padding-right: 0;
}

.timeline-hotel-view .hotels-layout:hover {
  background-color: #fafafa;
}

.timeline-hotel-view .hotels-layout .content-wrapper {
  background-color: #fafafa;
}

.timeline-hotel-view .hotels-layout .content-wrapper .content {
  padding: 30px 70px 30px 25px;
  text-align: left;
}

.timeline-hotel-view .hotels-layout .content-wrapper .content .text {
  min-height: 96px;
}

.timeline-hotel-view .hotels-layout .content-wrapper .list-info {
  border-collapse: initial;
}

.image-hotel-view-block {
  overflow: hidden;
  background-color: #ffffff;
}

.image-hotel-view-block .slider-for {
  margin-bottom: 5px;
}

.image-hotel-view-block .slider-for img {
  width: 100%;
}

.image-hotel-view-block .slider-nav {
  margin-left: -2px;
}

.image-hotel-view-block .slider-nav .slick-slide {
  padding: 0 2.5px;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0.4;
}

.image-hotel-view-block .slider-nav .slick-slide.slick-current {
  opacity: 1;
}

.image-hotel-view-block .slider-nav .slick-dots {
  bottom: -30px;
}

.image-hotel-view-block .slider-nav .item img {
  width: 100%;
}

.image-hotel-view-block .slider-nav .item:hover {
  cursor: pointer;
}

.timeline-book-block {
  clear: both;
  overflow: hidden;
  height: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.timeline-book-block.book-tour {
  margin-top: 10px;
}

.timeline-book-block.show-book-block {
  height: auto;
  padding-top: 10px;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.timeline-book-block .title-widgets {
  margin-bottom: 0;
}

.timeline-book-block .text-input {
  margin-top: 0;
}

.timeline-book-block .find-widget {
  padding: 30px 15px;
}

.timeline-book-block .find-widget .input-daterange {
  float: left;
  width: 50%;
}

.timeline-book-block .find-widget .input-daterange .text-box-wrapper {
  width: 50%;
}

.timeline-book-block .find-widget .count {
  float: left;
}

.timeline-book-block .find-widget .text-box-wrapper {
  width: 25%;
  padding: 0 15px;
}

.timeline-book-block .find-widget .place {
  width: 100%;
}

.timeline-book-block .find-widget .note {
  width: 100%;
}

.timeline-book-block .find-widget .note .input-group {
  padding-right: 10px;
}

.timeline-book-block .find-widget .note .tb-input {
  height: auto;
  margin-right: 5px;
}

.timeline-book-block .btn-slide {
  margin-top: 20px;
}

.map-block {
  position: relative;
  padding-top: 20px;
}

.map-block .map-info {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 330px;
  height: 330px;
  margin: auto;
  padding: 70px 10px 0;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  background-color: rgba(13, 27, 32, 0.8);
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.75);
}

.map-block .map-info p {
  margin-bottom: 0;
}

.map-block .map-info p .fa {
  margin-right: 3px;
}

.map-block .map-info p.mail a {
  color: #ffffff;
}

.map-block .map-info p.mail .fa {
  margin-right: 5px;
}

.map-block .map-info .title-style-2 {
  margin-bottom: 35px;
  color: #ffffff;
}

.map-block .map-info .title-style-2:after {
  bottom: -20px;
  left: 33%;
  width: 54px;
  height: 2px;
}

.map-block .map-info .footer-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7.5% 0;
  transition: all 0.5s ease;
}

.map-block .map-info .footer-block .btn-open-map:hover {
  color: #000000;
  background-color: #ffffff;
}

.map-block .map-info .btn-open-map {
  width: 100px;
  padding: 6px 10px;
  text-transform: none;
  color: #ffffff;
  border: 1px solid #3c3c3c;
  background-color: #3c3c3c;
}

.map-block #googleMap {
  width: 100%;
  height: 500px;
  pointer-events: none;
}

/*----------  3.2. tour result  ----------*/

.list-continents {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin: 0 0 70px 0;
  text-align: center;
}

.list-continents .list-continent-wrapper {
  display: inline-block;
  width: 20%;
  padding: 0;
}

.list-continent-wrapper .continent {
  position: relative;
  left: 60%;
  display: table-cell;
  width: 100px;
  height: 100px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  vertical-align: middle;
  color: #959595;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
}

.list-continent-wrapper .continent:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.list-continent-wrapper .continent:after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 100%;
  width: 180px;
  height: 1px;
  content: "";
  border-top: 1px dashed #e9e9e9;
}

.list-continent-wrapper .continent .icons {
  font-size: 20px;
  position: relative;
  z-index: 2;
  display: block;
}

.list-continent-wrapper .continent .text {
  position: relative;
  z-index: 2;
  display: block;
  text-transform: capitalize;
}

.list-continent-wrapper .continent:hover {
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1);
}

.list-continent-wrapper .continent:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.list-continent-wrapper:last-child .continent:after {
  display: none;
}

.mozilla11 .list-continent-wrapper .continent:before,
.mozilla10 .list-continent-wrapper .continent:before {
  min-height: 100px;
}

.mozilla11 .list-continent-wrapper .continent:after,
.mozilla10 .list-continent-wrapper .continent:after {
  top: 50px;
}

.tour-result-main .tours-list .tours-layout {
  margin-bottom: 30px;
}

.tour-result-main .tours-list .tours-layout .content-wrapper {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #fafafa;
}

.tour-result-main .tours-list .tours-layout:hover .content-wrapper {
  background-color: #ffffff;
}

.tour-result-main .tours-list .col-sm-6:nth-last-child(-n + 2) .tours-layout {
  margin-bottom: 0;
}

.special-offer {
  margin-bottom: -30px;
}

.special-offer-list {
  margin: 0 -15px;
}

.special-offer-list .special-offer-layout {
  margin: 0 15px;
}

.special-offer-list .slick-track {
  padding: 30px 0;
}

.special-offer-list .slick-prev,
.special-offer-list .slick-next {
  line-height: 40px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  opacity: 0.3;
  color: #fafafa;
  border: 2px solid #b3b3b3;
  border-radius: 50%;
  background-color: transparent;
}

.special-offer-list .slick-prev:before,
.special-offer-list .slick-next:before {
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 36px;
  color: #b3b3b3;
}

.special-offer-list .slick-prev:hover,
.special-offer-list .slick-next:hover {
  opacity: 1;
}

.special-offer-list .slick-prev {
  left: -50px;
}

.special-offer-list .slick-prev:before {
  content: "\f177";
}

.special-offer-list .slick-next {
  right: -50px;
}

.special-offer-list .slick-next:before {
  content: "\f178";
}

.special-offer-list .slick-dots {
  position: absolute;
  bottom: -30px;
}

.special-offer-list .slick-dots li button {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0 10px 0;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
}

.special-offer-list .slick-dots li button:before {
  font-size: 8px;
  line-height: 18px;
  width: 16px;
  height: 16px;
  opacity: 1;
  color: #f0f0f0;
}

/*----------  3.3. hotels result  ----------*/

.hotel-result-main .hotel-list .hotels-layout {
  margin-bottom: 30px;
}

.hotel-result-main .hotel-list .hotels-layout .content-wrapper {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #fafafa;
}

.hotel-result-main .hotel-list .hotels-layout:hover .content-wrapper {
  background-color: #ffffff;
}

.hotel-result-main .hotel-list .col-sm-12:last-child .hotels-layout {
  margin-bottom: 0;
}

/*----------  3.4. cruises result  ----------*/

.cruises-result-main .cruises-list .cruises-layout {
  margin-bottom: 30px;
}

.cruises-result-main .cruises-list .cruises-layout .content-wrapper {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #fafafa;
}

.cruises-result-main .cruises-list .cruises-layout:hover .content-wrapper {
  background-color: #ffffff;
}

.cruises-result-main .cruises-list .col-sm-6:nth-last-child(-n + 2) .cruises-layout {
  margin-bottom: 0;
}

/*----------  3.4. car rent result  ----------*/

.car-rent-result-main .car-rent-list .car-rent-layout {
  margin-bottom: 30px;
}

.car-rent-result-main .car-rent-list .car-rent-layout .content-wrapper {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #fafafa;
}

.car-rent-result-main .car-rent-list .car-rent-layout:hover .content-wrapper {
  background-color: #ffffff;
}

.car-rent-result-main .car-rent-list .col-sm-12:last-child .car-rent-layout {
  margin-bottom: 0;
}

/*----------  About-us Our  ----------*/

.page-our-values {
  position: relative;
  background-image: url("../images/background/bg-section-about-values.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.our-wrapper {
  float: left;
  margin-bottom: 40px;
}

.our-wrapper:last-child {
  margin-bottom: 0;
}

.our-content .our-icon {
  font-size: 40px;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}

.our-content .our-title {
  font-size: 16px;
}

.our-content .text {
  font-weight: 300;
  margin-bottom: 0;
  color: #cdd1d6;
}

.our-expert {
  background-image: url("../images/background/bg-section-about.jpg");
}

.our-expert {
  position: relative;
  width: 100%;
  background-repeat: repeat;
  background-position: bottom;
  -webkit-background-size: cover;
  background-size: cover;
}

.wrapper-expert {
  margin-bottom: 50px;
}

.content-expert {
  position: relative;
  overflow: hidden;
  margin: 0 15px;
  padding-bottom: 50px;
  text-align: center;
}

.content-expert:nth-child(even) {
  margin-top: 40px;
}

.content-expert:hover .caption-expert {
  left: 0;
}

.content-expert:hover .img-expert:before {
  opacity: 0;
}

.content-expert .img-expert {
  position: relative;
  display: block;
  width: 100%;
}

.content-expert .img-expert:before {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.35);
}

.content-expert .caption-expert {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: -100%;
  width: 100%;
  min-height: 110px;
  padding: 15px 0 20px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.3s ease;
  color: #585858;
  border-left: 3px solid #3c3c3c;
}

.content-expert .caption-expert .title {
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #585858;
}

.content-expert .caption-expert .title:hover {
  color: #000000;
}

.content-expert .caption-expert .text {
  margin-bottom: 10px;
}

.content-expert .caption-expert .social {
  line-height: 1;
  margin-bottom: 0;
}

.content-expert .caption-expert .social-expert {
  margin-right: 5px;
}

.content-expert .caption-expert .social-expert:hover .expert-icon {
  opacity: 1;
}

.content-expert .caption-expert .expert-icon {
  font-size: 15px;
  font-weight: 600;
  opacity: 0.4;
  color: #3c3c3c;
}

.content-expert .slick-prev,
.content-expert .slick-next {
  display: none !important;
}

.about-tours {
  position: relative;
  background-image: url("../images/background/about-us-1.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.about-tours {
  position: relative;
  background-repeat: repeat;
  background-position: top;
  -webkit-background-size: cover;
  background-size: cover;
}

.about-tours:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.75);
}

.wrapper-tours {
  position: relative;
  float: left;
  width: 100%;
}

.wrapper-tours .content-icon-tours {
  float: left;
  width: 100%;
}

.content-tours {
  position: relative;
  display: inline-block;
  float: left;
  width: 20%;
  text-align: center;
  color: #ffffff;
}

.content-tours:nth-child(5) .wrapper-icon-thin:before {
  width: 0;
}

.content-tours .tours-title {
  font-size: 24px;
}

.content-tours .icon {
  font-size: 35px;
  line-height: 35px;
  display: initial;
  margin-bottom: 5px;
}

.content-tours:last-child .wrapper-icon-thin:before {
  width: 0;
  height: 0;
}

.content-tours .wrapper-icon-thin {
  line-height: 1;
  position: relative;
  display: block;
  margin: 0 auto 10px auto;
}

.content-tours .wrapper-icon-thin:before {
  position: absolute;
  top: 7px;
  right: -109px;
  width: 220px;
  height: 1px;
  content: "";
  pointer-events: none;
  background-color: #515151;
}

.content-tours .wrapper-icon-thin .icon-thin {
  font-size: 10px;
  font-weight: 900;
  transition: all 0.1s;
  color: #515151;
}

.content-tours .tours-title {
  font-size: 24px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content-tours .wrapper-thin:hover .icon-thin {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.wrapper-banner {
  overflow: hidden;
  margin-bottom: 0;
}

.wrapper-banner .content-banner {
  float: left;
  border-right: 1px solid #f2f2f2;
}

.wrapper-banner .content-banner:last-child {
  border-right: 0;
}

.wrapper-banner .img-banner {
  float: left;
  padding-bottom: 10px;
  transition: all 0.3s;
  opacity: 0.5;
  border-bottom: 1px solid #f2f2f2;
}

.wrapper-banner .img-banner:hover {
  opacity: 1;
}

.wrapper-banner .img-banner:last-child {
  padding-top: 20px;
  padding-bottom: 0;
  border-bottom: 0;
}

/*----------  contact  ----------*/

.wrapper-organization {
  margin-bottom: 0;
}

.wrapper-organization .md-organization:nth-child(2) {
  text-align: center;
}

.wrapper-organization .md-organization:nth-child(3) {
  text-align: right;
}

.content-organization {
  position: relative;
  display: inline-block;
  padding: 0 5px;
}

.content-organization:hover .wrapper-img {
  border-radius: 2%;
}

.content-organization:hover .wrapper-img .img {
  border-radius: 2%;
}

.content-organization .main-organization {
  position: relative;
  text-align: center;
}

.content-organization .wrapper-img {
  width: 170px;
  height: 170px;
  margin: 0 auto 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
}

.content-organization .wrapper-img .img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
}

.content-organization .organization-title {
  font-size: 15px;
}

.content-organization .organization-title .title {
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #5d5d5d;
}

.content-organization .organization-title .text {
  margin-bottom: 20px;
  color: #7f7e7e;
}

.content-organization .content-widget {
  color: #737a83;
}

.content-organization .content-widget .icons {
  display: table-cell;
  padding-right: 5px;
}

.content-organization .content-widget .link {
  display: inherit;
  color: #737a83;
}

.content-organization .main-list {
  display: table;
  margin: 0 auto;
}

.page-contact-form {
  background-image: url("../images/background/bg-section-contact-form-1.jpg");
  background-attachment: fixed;
}

.page-contact-form .wrapper-form-images {
  display: inline-block;
  float: right;
}

.page-contact-form .contact-box {
  position: relative;
  z-index: 1;
  padding: 50px 40px;
}

.page-contact-form .contact-wrapper {
  position: absolute;
  z-index: 2;
  width: 33%;
  padding: 53px 0;
}

.page-contact-form .contact-form .form-input::-webkit-input-placeholder {
  font-style: italic;
}

.page-contact-form .contact-form .form-input::-moz-placeholder {
  font-style: italic;
}

.page-contact-form .contact-form .form-input:-ms-input-placeholder {
  font-style: italic;
}

.page-contact-form .contact-form .form-input::placeholder {
  font-style: italic;
}

.page-contact-map {
  position: relative;
  display: table;
  width: 100%;
}

.page-contact-map .map-block {
  display: table-cell;
  padding-top: 0;
  vertical-align: middle;
  line-height: 0;
}

.page-contact-map .map-block #googleMap {
  height: 520px;
}

.page-contact-map .map-block .wrapper-info {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 520px;
  background-image: url("../images/background/bg-section-contact-map.jpg");
  background-repeat: repeat;
  background-position: bottom;
  -webkit-background-size: cover;
  background-size: cover;
}

.page-contact-map .map-block .map-info {
  background-color: rgba(13, 27, 32, 0.8);
}

/*----------  page 404  ----------*/

.page-404 {
  background-image: url("../images/background/bg-section-404.jpg");
}

.page-404:before {
  background-image: url("../images/background/bg-section-404-2.png");
}

.page-404:after {
  background-image: url("../images/background/bg-section-404-1.png");
}

.page-404 {
  position: relative;
  display: table;
  width: 100%;
  height: 100vh;
  color: #ffffff;
  background-repeat: repeat;
  background-position: bottom;
  -webkit-background-size: cover;
  background-size: cover;
}

.page-404:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-repeat: repeat;
  background-position: bottom;
  -webkit-background-size: cover;
  background-size: cover;
}

.page-404:after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-repeat: repeat;
  background-position: bottom;
  -webkit-background-size: cover;
  background-size: cover;
}

.page-404 .page-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.page-404 .page-clouds-1,
.page-404 .page-clouds-2,
.page-404 .page-clouds-3 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 300%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-repeat: repeat;
}

.page-404 .page-clouds-1 {
  z-index: 1;
  -webkit-animation: cloud_left_to_right 150s linear infinite;
  -moz-animation: cloud_left_to_right 150s linear infinite;
  -ms-animation: cloud_left_to_right 150s linear infinite;
  -o-animation: cloud_left_to_right 150s linear infinite;
  animation: cloud_left_to_right 150s linear infinite;
  background-image: url("../images/background/bg_404_Cloud-1.png");
  background-position: center;
}

.page-404 .page-clouds-2 {
  z-index: 3;
  -webkit-animation: cloud_right_to_left 250s linear infinite;
  -moz-animation: cloud_right_to_left 250s linear infinite;
  -ms-animation: cloud_right_to_left 250s linear infinite;
  -o-animation: cloud_right_to_left 250s linear infinite;
  animation: cloud_right_to_left 250s linear infinite;
  background-image: url("../images/background/bg_404_Cloud-2.png");
  background-position: top;
}

.page-404 .page-clouds-3 {
  z-index: 3;
  -webkit-animation: cloud_left_to_right 300s linear infinite;
  -moz-animation: cloud_left_to_right 300s linear infinite;
  -ms-animation: cloud_left_to_right 300s linear infinite;
  -o-animation: cloud_left_to_right 300s linear infinite;
  animation: cloud_left_to_right 300s linear infinite;
  background-image: url("../images/background/bg_404_Cloud-3.png");
  background-position: center;
}

.page-404 .img-404 {
  width: 100%;
}

.page-404 .page-content {
  width: 700px;
  margin: 0 auto;
  text-align: center;
}

.page-404 .title-1 {
  font-family: "Montserrat", arial, serif;
  font-size: 250px;
  font-weight: 500;
  font-weight: bold;
  line-height: 180px;
  margin-top: 0;
  margin-bottom: 50px;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
}

.page-404 .title-2 {
  font-size: 45px;
  font-weight: bold;
  position: relative;
  z-index: 3;
  margin-top: 0;
  margin-bottom: 50px;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.page-404 .btn-transparent {
  color: #ffffff;
  background: transparent;
}

.page-404 .btn-transparent:hover {
  border: 1px solid #3c3c3c;
  background-color: #3c3c3c;
}

.page-404 .group-button {
  position: relative;
  z-index: 10;
}

/*----------  login  ----------*/

.page-login {
  position: relative;
  width: 100%;
  height: 100vh;
  background-repeat: repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.wrapper-login {
  display: table;
  height: 100%;
}

.wrapper-login .content-form {
  float: left;
  width: 100%;
}

.wrapper-login .logo-login {
  margin-bottom: 30px;
}

.wrapper-login .content-login {
  display: table-cell;
  width: 770px;
  vertical-align: middle;
}

.wrapper-login .main-login {
  text-align: left;
}

.wrapper-login .login-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #161156;
}

.wrapper-login .main-login {
  padding: 50px;
  text-align: center;
  background-color: #ffffff;
}

.wrapper-login .form-login {
  margin-bottom: 20px;
  text-align: left;
}

.wrapper-login .form-login .input-login:last-child {
  margin-bottom: 0;
}

.wrapper-login .label-login {
  font-weight: 500;
  text-transform: uppercase;
}

.wrapper-login .label-login .form-icon {
  font-size: 8px;
  position: relative;
  top: -5px;
  margin-left: 5px;
  color: #d50f2b;
}

.wrapper-login .label-input {
  line-height: 40px;
  background-color: #f4f4f4;
}

.wrapper-login .label-input:focus {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.wrapper-login .input-login {
  margin-bottom: 15px;
}

.wrapper-login .contact-submit {
  margin-top: 30px;
  text-align: center;
}

/*----------  cruises-detail  ----------*/

.wrapper-cd-detail {
  margin-bottom: 5px;
}

.wrapper-cd-detail .slick-prev,
.wrapper-cd-detail .slick-next {
  line-height: 40px;
  z-index: 10;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  opacity: 0.5;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}

.wrapper-cd-detail .slick-prev:hover,
.wrapper-cd-detail .slick-next:hover {
  opacity: 1;
}

.wrapper-cd-detail .slick-next {
  right: 5px;
}

.wrapper-cd-detail .slick-prev {
  left: 5px;
}

.wrapper-cd-detail .slick-prev:before {
  content: "\f177";
}

.wrapper-cd-detail .slick-next:before {
  content: "\f178";
}

.wrapper-cd-detail .slick-prev:before,
.wrapper-cd-detail .slick-next:before {
  font-family: FontAwesome;
  line-height: 37px;
}

.wrapper-cd-detail-thumnail {
  margin: 0 -2px 40px -2px;
}

.wrapper-cd-detail-thumnail .thumnail-item {
  margin: 0 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}

.wrapper-cd-detail-thumnail .thumnail-item:hover {
  opacity: 1;
}

.wrapper-cd-detail-thumnail .thumnail-item.slick-current {
  opacity: 1;
}

.cruises-result-detail .timeline-location-block {
  min-height: 0;
}

.cruises-result-detail .timeline-custom-col {
  width: 100%;
}

.cruises-result-detail .wrapper-timeline .text {
  margin-bottom: 30px;
}

.cruises-result-detail .wrapper-timeline .wrapper-cruises-item {
  min-height: 30px;
  margin-bottom: 10px;
}

.cruises-result-detail .wrapper-timeline .cruises-item {
  padding: 5px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #6c6c6c;
  border: 1px solid #c3c3c3;
  border-radius: 50px;
}

.cruises-result-detail .wrapper-timeline .cruises-item:hover {
  color: #ffffff;
  border: 1px solid #3c3c3c;
  background-color: #3c3c3c;
}

.cruises-result-detail .car-rent-layout {
  margin-bottom: 30px;
}

.cruises-result-detail .car-rent-layout .content-wrapper {
  background-color: #fafafa;
}

.cruises-result-detail .car-rent-layout .content-wrapper .text {
  margin-top: 0;
  margin-bottom: 10px;
}

.cruises-result-detail .car-rent-layout .content-wrapper .text:last-child {
  margin-bottom: 0;
}

.cruises-detail-tag {
  display: table;
  margin-bottom: 30px;
}

.cruises-detail-tag .content-tag {
  display: table-cell;
  padding-right: 30px;
}

.cruises-detail-tag .content-widget {
  display: inherit;
}

/*----------  3.1. Home Page 2  ----------*/

.homepage-02 {
  margin-bottom: -40px;
}

.homepage-02 h1.banner {
  font-size: 5.14rem;
  font-weight: 900;
  line-height: 5.14rem;
  margin-top: 120px;
  margin-bottom: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.homepage-02 h4.sub-banner {
  font-size: 1.14rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 50px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

/*----------  3.3. Home Page 3  ----------*/

.homepage-03 h1.banner {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 4.29rem;
  margin-top: 20px;
  margin-bottom: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 1px 1px 2px #000;
  position: relative;
}

.homepage-03 h4.sub-banner {
  font-size: 1.14rem;
  font-weight: normal;
  line-height: 1.14rem;
  margin-top: 10px;
  margin-bottom: 80px;
  letter-spacing: 5px;
  color: #526673;
}

/*----------  3.2. Flight Results  ----------*/

.flight-result-main .date-selection .btn-wrapper {
  text-align: center;
}

.flight-result-main .date-selection .btn-wrapper .btn-select {
  line-height: 36px;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 30px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #e5e5e5;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.flight-result-main .date-selection .col-md-10 {
  margin-bottom: -20px;
  padding: 0;
  text-align: justify;
}

.result-meta {
  margin-bottom: 30px;
}

.result-meta .result-count-wrapper {
  line-height: 60px;
  height: 60px;
  text-align: center;
  background-color: #fafafa;
}

.result-meta .result-count-wrapper .result-count {
  font-size: 1.29rem;
  font-weight: bold;
}

.result-meta .result-filter-wrapper {
  line-height: 60px;
  height: 60px;
  background-color: #fafafa;
}

.result-meta .result-filter-wrapper .result-filter-label {
  font-weight: normal;
  margin-bottom: 0;
  margin-left: 30px;
}

.result-meta .result-filter-wrapper .selection-bar {
  line-height: 1;
  float: right;
  margin-right: 30px;
}

.result-meta .result-filter-wrapper .selection-bar .select-wrapper {
  font-size: 13px;
  line-height: 1;
  position: relative;
  display: inline-block;
  width: 140px;
  margin-left: 10px;
  padding: 15px 0;
  color: #6e747c;
}

.result-meta .result-filter-wrapper .selection-bar .select-wrapper .sbHolder {
  position: relative;
  z-index: 11;
  height: 30px;
  padding-right: 2.5em;
  padding-left: 1em;
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
  background-color: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.result-meta .result-filter-wrapper .selection-bar .select-wrapper .sbHolder .sbDisabled,
.result-meta .result-filter-wrapper .selection-bar .select-wrapper .sbHolder .sbSelector,
.result-meta .result-filter-wrapper .selection-bar .select-wrapper .sbHolder .sbToggle,
.result-meta .result-filter-wrapper .selection-bar .select-wrapper .sbHolder a {
  line-height: 30px;
  height: 30px;
  padding: 0;
}

.result-meta .result-filter-wrapper .selection-bar .select-wrapper .sbHolder .sbDisabled {
  border-bottom: none;
}

.result-meta .result-filter-wrapper .selection-bar .select-wrapper.price {
  width: 160px;
}

.result-meta .result-filter-wrapper .selection-bar:after {
  display: table;
  clear: both;
  content: "";
}

.result-wrapper .slick-prev,
.result-wrapper .slick-next {
  line-height: 36px;
  width: 36px;
  height: 36px;
  margin: 30px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #e5e5e5;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.result-wrapper .slick-prev:before {
  content: "\f177";
}

.result-wrapper .slick-next:before {
  content: "\f178";
}

.result-wrapper .slick-prev:before,
.result-wrapper .slick-next:before {
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 36px;
  color: #b3b3b3;
}

.result-wrapper .slick-prev {
  top: 20px;
  left: -65px;
}

.result-wrapper .slick-next {
  top: 20px;
  right: -65px;
}

/*----------  3.2. Blog  ----------*/
/* SECTION */
/*----------  3.2.1 Blog Post  ----------*/

.blog-post {
  margin-bottom: 40px;
}

.blog-post:last-child {
  margin-bottom: 0;
}

.blog-post:hover .blog-content {
  background-color: #ffffff;
  box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.09);
}

.blog-post:hover .blog-image .link img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-post:hover .blog-video .video-bg img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-post .blog-image {
  overflow: hidden;
}

.blog-post .blog-image .link {
  display: block;
}

.blog-post .blog-image img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-post .blog-video .video-thumbnail {
  height: auto;
}

.blog-post .blog-video .video-bg {
  position: relative;
  overflow: hidden;
}

.blog-post .blog-video .video-bg img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-post .blog-video .show-video {
  visibility: visible !important;
  opacity: 1 !important;
}

.blog-post .blog-content {
  padding: 40px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fafafa;
}

.blog-post .blog-content .content-wrapper {
  padding-left: 0;
}

.blog-post .blog-content:before {
  display: table;
  content: " ";
}

.blog-post .blog-content .date {
  text-align: center;
  color: #3c3c3c;
}

.blog-post .blog-content .date .day {
  font-size: 2.86rem;
  font-weight: 500;
  line-height: 2.86rem;
  margin: 0;
}

.blog-post .blog-content .date .month {
  font-size: 1.43rem;
  line-height: 2rem;
  text-transform: uppercase;
}

.blog-post .blog-content .date .year {
  font-size: 1.14rem;
}

.blog-post .blog-content .heading {
  font-size: 1.43rem;
  line-height: 2rem;
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
  color: #3c3c3c;
}

.blog-post .blog-content .meta-info {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 30px;
}

.blog-post .blog-content .preview {
  margin-bottom: 30px;
  color: #737a83;
}

.blog-post .blog-content .quote-wrapper {
  position: relative;
  padding: 0 0 0 60px;
  border-left: none;
}

.blog-post .blog-content .quote-wrapper:before {
  font-size: 2.14rem;
  position: absolute;
  left: 0;
  content: "\f10d";
  color: #dadada;
}

.blog-post .blog-content .quote-wrapper .quote {
  font-size: 1.43rem;
  line-height: 2rem;
  display: block;
  margin-bottom: 10px;
  color: #3c3c3c;
}

.blog-post .blog-content .quote-wrapper footer:before {
  content: none;
}

.blog-post .blog-content .quote-wrapper .author {
  font-weight: bold;
  margin-right: 10px;
  color: #3c3c3c;
}

.blog-post .blog-content .quote-wrapper .company {
  font-size: 0.86rem;
  color: #81878f;
}

.blog-post .blog-content:after {
  display: table;
  clear: both;
  content: " ";
}

/*----------  car-detail  ----------*/

.content-result {
  margin-bottom: 50px;
}

.wrapper-car-result {
  overflow: hidden;
  margin-top: 20px;
}

.wrapper-car-result:hover .car-img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.wrapper-car-result .wrapper-car-img .car-img {
  float: left;
  width: 100%;
  height: 335px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.wrapper-car-result .wrapper-img-caption {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

.wrapper-car-result .img-caption-title {
  line-height: 22px;
  margin-bottom: 20px;
}

.wrapper-car-result .img-caption-title .text {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #555e69;
}

.wrapper-car-result .img-caption-title .text-icon {
  margin: 0 10px 0 15px;
}

.wrapper-car-result .img-caption-title .text-1 {
  font-size: 16px;
  color: #595d63;
}

.wrapper-car-result .car-wigdet {
  margin-left: 0;
}

.wrapper-car-result .car-wigdet:last-child {
  margin-bottom: 0;
}

.wrapper-car-result .car-wigdet .wrapper-car-item {
  width: 33.33%;
}

.wrapper-car-result .car-wigdet .car-item {
  color: #595d63;
}

.wrapper-car-result .car-wigdet .car-icon {
  padding-right: 5px;
}

.car-price-wrapper {
  float: left;
  width: 100%;
  padding: 50px 30px 60px 30px;
}

.car-price-wrapper .car-content-price {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #bda50b;
}

.car-price-wrapper .main-price {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  color: #4e545c;
}

.car-price-wrapper .main-price p {
  margin: 0;
}

.car-price-wrapper .price-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.car-price-wrapper .price-title .title-detail {
  color: #3c3c3c;
}

.car-price-wrapper .title-left {
  font-size: 16px;
  float: left;
}

.car-price-wrapper .title-right {
  float: right;
}

.car-price-wrapper .title-right .text {
  display: inline-block;
  margin-right: 5px;
}

.car-price-wrapper .title-right .text-price {
  font-size: 18px;
  font-weight: bold;
}

.car-price-wrapper .title-right .text-price-total {
  font-size: 30px;
  font-weight: bold;
}

.car-price-wrapper .base-title .title-left,
.car-price-wrapper .texes-title .title-left,
.car-price-wrapper .total-title .title-left,
.car-price-wrapper .total-discount .title-left,
.car-price-wrapper .final-title .title-left,
.car-price-wrapper .old-price-title .title-left {
  font-weight: 500;
}

.car-price-wrapper .final-title .title-left {
  font-size: 18px;
}

.car-price-wrapper .card-title .card-text {
  line-height: 15px;
  display: inline-block;
  border-bottom: 2px solid #a6982e;
}

.wrapper-car-detail .car-rent-layout {
  margin-bottom: 30px;
}

.wrapper-car-detail .car-rent-layout .content-wrapper {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fafafa;
}

.wrapper-car-detail .car-rent-layout .content-wrapper:hover {
  background-color: transparent;
}

.wrapper-car-detail .contact-submit {
  text-align: center;
}

.wrapper-car-detail .text-bottom {
  margin-bottom: 50px;
}

.wrapper-car-detail .text-bottom .text {
  margin-bottom: 0;
  text-align: center;
}

.wrapper-car-detail .single-flight-result {
  height: 244px;
}

.content-dr-dt {
  margin-bottom: 30px;
}

.content-dr-dt .wrapper-review {
  margin-bottom: 0;
}

.content-dr-dt .wrapper-review .text-underline {
  border-bottom: 1px solid #92989f;
}

.content-dr-dt .wrapper-review .text-traveler {
  margin-bottom: 30px;
}

.wrapper-driver-detail {
  margin-bottom: 50px;
}

.wrapper-driver-detail .driver-title {
  font-size: 16px;
  padding: 15px 30px;
  color: #3c3c3c;
}

.wrapper-driver-detail .driver-title .title {
  font-weight: bold;
  text-transform: uppercase;
}

.wrapper-driver-detail .content-driver-caption {
  padding: 30px;
  background-color: #f4f4f4;
}

.wrapper-driver-detail .content-driver-caption .driver-text-card .text-card {
  font-weight: 500;
  margin-bottom: 0;
}

.wrapper-driver-detail .select-wrapper {
  background-color: #ffffff;
}

.wrapper-driver-detail .sbSelector:link,
.wrapper-driver-detail .sbSelector:visited,
.wrapper-driver-detail .sbSelector:hover {
  color: #969696;
}

.wrapper-driver-detail .input-group .tb-input {
  line-height: 35px;
  position: relative;
  width: 100%;
  height: 35px;
  padding: 0 10px;
  text-align: left;
  color: #969696;
  border: 0;
  border-radius: 0;
}

.wrapper-driver-detail .tb-icon {
  line-height: 35px;
  position: absolute;
  top: 0;
  right: 14px;
  width: 14px;
  height: 35px;
  padding: 0;
  color: #bebebe;
  border: none;
  background-color: transparent;
}

.wrapper-driver-detail .driver-caption-title {
  font-size: 16px;
  margin-bottom: 30px;
  color: #4e545c;
}

.wrapper-driver-detail .driver-caption-title .title {
  font-weight: 500;
}

.wrapper-driver-detail .driver-caption-title .title-small {
  border-bottom: 1px solid #777c82;
}

.wrapper-driver-detail .wrapper-form-driver {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.wrapper-driver-detail .main-form-title .form-icon {
  font-size: 8px;
  position: relative;
  top: -5px;
  color: #d50f2b;
}

.wrapper-driver-detail .main-form-title .main-lb {
  font-weight: 400;
}

.wrapper-driver-detail .sbHolder {
  height: 36px;
  border: none;
}

.wrapper-driver-detail .sbSelector,
.wrapper-driver-detail .sbToggle {
  line-height: 35px;
  height: 35px;
}

.wrapper-driver-detail .wrapper-check {
  margin-bottom: 20px;
}

.wrapper-driver-detail .wrapper-check li {
  margin-bottom: 10px;
}

.wrapper-driver-detail .check-icon {
  padding-right: 5px;
}

.wrapper-driver-detail .text {
  margin-bottom: 5px;
}

.wrapper-driver-detail .check-text {
  font-weight: 500;
  margin-bottom: 20px;
}

.wrapper-driver-detail .wrapper-payment {
  margin-bottom: 20px;
}

.wrapper-driver-detail .wrapper-payment .main-lb {
  margin-bottom: 0;
  padding-top: 5px;
}

.wrapper-driver-detail .wrapper-payment .text {
  padding-top: 5px;
}

.wrapper-driver-detail .content-payment {
  margin-bottom: 10px;
}

.wrapper-driver-detail .content-payment:last-child {
  margin-bottom: 0;
}

.wrapper-driver-detail .payment-widget {
  line-height: 10px;
  margin-bottom: 0;
}

.wrapper-driver-detail .payment-policy .lock {
  display: inline-block;
}

.wrapper-driver-detail .payment-policy .text {
  margin-right: 30px;
}

.wrapper-driver-detail .payment-policy .lock-icon {
  padding-right: 5px;
}

.wrapper-driver-detail .payment .driver-text-card {
  margin-bottom: 20px;
}

.wrapper-driver-detail .billing-contact .text-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.wrapper-driver-detail .content-driver-detail {
  padding: 30px;
  background-color: #f4f4f4;
}

.wrapper-driver-detail .content-driver-detail .content-driver-caption {
  padding: 0;
}

.wrapper-driver-detail .content-driver-detail .main-form-driver {
  display: table;
  width: 100%;
}

.wrapper-driver-detail .content-driver-detail .number {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  bottom: 6px;
  display: table-cell;
  vertical-align: bottom;
}

.wrapper-driver-detail .form-check .check-radio {
  margin-bottom: 10px;
}

.wrapper-driver-detail .form-check .input-check {
  display: none;
}

.wrapper-driver-detail .form-check .input-check~.lb-radio:before {
  font-family: FontAwesome;
  overflow: visible;
  margin-right: 5px;
  content: "\f10c";
}

.wrapper-driver-detail .form-check .input-check:checked~.lb-radio:before {
  font-family: FontAwesome;
  content: "\f192";
}

.wrapper-driver-detail .form-check .lb-radio {
  font-weight: normal;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.form-check-img .check-radio {
  display: inline-block;
}

.form-check-img .img-radio {
  position: relative;
  margin-right: 5px;
}

.form-check-img .input-check:checked~.img-radio:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.form-check-img .lb-radio {
  font-weight: normal;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

/*----------  faq  ----------*/

.wrapper-accordion .panel {
  border: 0;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: none;
}

.wrapper-accordion .panel+.panel {
  margin-top: 10px;
}

.wrapper-accordion .panel.active {
  position: relative;
}

.wrapper-accordion .panel.active .panel-title a {
  color: #161156;
}

.wrapper-accordion .panel.active .panel-title a:hover,
.wrapper-accordion .panel.active .panel-title a:focus {
  color: #161156;
}

.wrapper-accordion .panel.active .panel-title a:before {
  font-family: Fontawesome;
  top: 0;
  left: 10px;
  padding-right: 10px;
  content: "\f068";
  color: #161156;
}

.wrapper-accordion .panel .panel-title {
  font-size: 14px;
}

.wrapper-accordion .panel .panel-title a {
  line-height: 40px;
  position: relative;
  display: block;
  padding: 0 30px;
}

.wrapper-accordion .panel .panel-title a:hover,
.wrapper-accordion .panel .panel-title a:focus {
  color: #161156;
}

.wrapper-accordion .panel .panel-title a:before {
  font-family: Fontawesome;
  top: 0;
  left: 10px;
  padding-right: 10px;
  content: "\f067";
  color: #aeb5c0;
}

.wrapper-accordion .panel-heading {
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fafafa;
}

.wrapper-accordion .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
}

.wrapper-accordion .panel-body {
  padding: 30px;
}

.wrapper-accordion .collapse.in {
  background-color: #ffffff;
}

.content-faq .panel-group {
  margin-bottom: 0;
}

.wrapper-contact-faq .contact-box .title {
  margin: 0 0 30px 0;
}

.wrapper-contact-faq .contact-submit {
  margin-top: 30px;
}

.wrapper-contact-faq .contact-form .form-input {
  background-color: #ffffff;
}

.main-team .padding-col-left {
  padding-left: 0;
}

.main-team .padding-col-right {
  padding-right: 0;
}

.content-team-detail {
  margin-bottom: 0;
}

.content-team-detail .content-expert {
  margin: 0 30px;
  padding-bottom: 10px;
}

.content-team-detail .content-expert:nth-child(even) {
  margin-top: 0;
}

.content-team-detail .content-expert .img-expert .img {
  width: 100%;
  height: 100%;
}

.content-team-detail .content-expert .img-expert:before {
  opacity: 0;
}

.content-team-detail .content-expert .item-expert {
  margin-bottom: 15px;
}

.content-team-detail .content-expert .item-expert .icon-expert {
  padding-right: 5px;
}

.content-team-detail .content-expert .item-expert .title {
  font-size: 16px;
  position: relative;
  display: inline-block;
  text-transform: none;
}

.content-team-detail .content-expert .caption-expert {
  left: 0;
  min-height: 100px;
  padding: 15px 0 15px 0;
}

.team-profile {
  margin-bottom: 0;
}

.team-profile .content-expert:nth-child(even) {
  margin-top: 0;
}

.team-profile .content-expert .item-expert {
  margin-bottom: 15px;
}

.team-profile .content-expert .item-expert .icon-expert {
  padding-right: 5px;
}

.team-profile .content-expert .item-expert .title {
  font-size: 16px;
  position: relative;
  display: inline-block;
  text-transform: none;
}

.team-profile .content-expert .caption-expert {
  min-height: 100px;
  padding: 15px 0 15px 0;
}

.wrapper-caption-team .text {
  margin-bottom: 30px;
}

.wrapper-caption-team .wrapper-team-title {
  margin-bottom: 30px;
}

.wrapper-caption-team .wrapper-team-title .team-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #161156;
}

.wrapper-caption-team .wrapper-team-title .team-title-small {
  font-size: 16px;
  margin-bottom: 15px;
}

.wrapper-caption-team .wrapper-team-title .team-title-andress {
  font-size: 16px;
  margin-bottom: 0;
}

.wrapper-caption-team .wrapper-team-title .team-title-andress .team-icon {
  padding-right: 10px;
}

.wrapper-caption-team .wrapper-team-title .team-title-andress .item-andress {
  color: #777e88;
}

.team-purchase {
  position: relative;
  padding: 70px 0;
  text-align: center;
}

.team-purchase .purchase-title {
  font-size: 30px;
  color: #ffffff;
}

.team-purchase .purchase-title .main-title {
  font-size: 30px;
  line-height: 32px;
  margin-top: 0;
}

.team-purchase .text {
  font-size: 16px;
  margin-bottom: 30px;
  color: #d8e0e8;
}

.main-position {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.main-position .img-position {
  float: left;
  width: 100%;
}

.main-position .img-open {
  float: left;
  width: 100%;
}

.main-position .list-info {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  margin: 0;
  text-align: center;
}

.main-position .list-info li {
  display: table;
  height: 20%;
  padding: 0;
  border-bottom: 1px solid #ffffff;
}

.main-position .list-info .link {
  line-height: 1;
  position: relative;
  top: 0;
  right: 0;
  display: table-cell;
  width: 70px;
  height: 100%;
  transition: all 0.5s;
  vertical-align: middle;
  background-color: #f5f5f5;
}

.main-position .list-info .link:hover {
  top: -5px;
  right: -5px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.main-position .list-info .link:hover .icon {
  color: #ffffff;
}

.main-position .list-info .link .icon {
  color: #5f5f71;
}

.wrapper-text-excel .text-excel {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #161156;
}

.wrapper-text-excel .link-text {
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
  color: #555e69;
}

.wrapper-text-excel .icon {
  padding-right: 10px;
}

.group-number {
  margin-bottom: 50px;
  background-color: #fafafa;
}

.group-number .about-us-list {
  display: block;
}

.group-number .about-us-list li {
  padding: 10px 30px;
  transition: all 0.3s;
}

.group-number .about-us-list li:hover {
  background-color: #ffffff;
}

.group-number .text-number {
  float: right;
}

.group-number .text {
  padding-left: 0;
}

.wrapper-llc .llc-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #161156;
}

.wrapper-llc .text {
  margin-bottom: 20px;
}

.wrapper-llc .list-llc {
  margin-bottom: 25px;
}

.wrapper-llc .list-llc li {
  display: table;
  width: 100%;
  padding: 0 0 0px;
}

.wrapper-llc .list-llc li:last-child {
  padding: 0;
}

.wrapper-llc .list-llc .icon {
  display: table-cell;
  width: 25px;
}

.wrapper-llc .list-llc .item {
  display: table-cell;
  color: #555e69;
}

.wrapper-llc .list-llc .ph-number {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.wrapper-llc .list-llc .ph-number:last-child {
  padding-bottom: 0;
}

.view-more .more {
  position: relative;
}

.view-more .more:after {
  font-family: "FontAwesome";
  position: absolute;
  right: -20px;
  content: "\f178";
}

.datepicker {
  z-index: 100 !important;
}

.datepicker .table-condensed {
  table-layout: fixed;
}

.datepicker thead {
  border-bottom: 1px solid #d8dce2;
}

.datepicker thead .dow {
  width: calc(14.28571429%);
  width: -webkit-(14.28571429%);
  text-transform: uppercase;
  color: #77858e;
}

.datepicker thead .datepicker-switch {
  font-size: 1.29rem;
  font-weight: 500;
  cursor: default;
  color: #727272;
}

.datepicker thead .datepicker-switch:hover {
  background-color: transparent;
}

.datepicker thead .next,
.datepicker thead .prev {
  position: relative;
  color: transparent;
}

.datepicker thead .next:hover,
.datepicker thead .prev:hover {
  background-color: transparent;
}

.datepicker thead .next:before,
.datepicker thead .prev:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  line-height: 15px;
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #e9ebef;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}

.datepicker thead .prev:before {
  right: 50%;
  content: "\f104";
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.datepicker thead .next:before {
  left: 50%;
  content: "\f105";
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.datepicker tbody tr {
  line-height: 30px;
}

.datepicker tbody td.day {
  position: relative;
  color: #77858e;
}

.datepicker tbody td.day.new,
.datepicker tbody td.day.old {
  color: #dadada;
}

.datepicker tbody td.day:hover {
  background: none !important;
}

.datepicker tbody td.day:hover:before {
  background-color: #efefef;
}

.datepicker tbody td.day:before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  content: "";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate(-50%, -52%);
  -moz-transform: translate(-50%, -52%);
  -ms-transform: translate(-50%, -52%);
  -o-transform: translate(-50%, -52%);
  transform: translate(-50%, -52%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.datepicker tbody td.day.active,
.datepicker tbody td.day.range,
.datepicker tbody td.day.range-end,
.datepicker tbody td.day.range-start {
  color: #ffffff;
  background-color: transparent !important;
  background-image: none !important;
  text-shadow: none !important;
}

.datepicker tbody td.day.range:before {
  background-color: #eeeeee;
}

/*----------  4.2. jQuery Plugin 2  ----------*/

.sbHolder .sbToggle {
  background-position: 0 -45px;
}

.sbHolder .sbOptions {
  background-color: #fafafa;
}

/*----------  gallery-fancybox  ----------*/

.main-gallery-fancybox .gallery-content {
  position: relative;
  overflow: hidden;
}

.main-gallery-fancybox ul .glry-relative {
  position: relative;
  overflow: hidden;
}

.main-gallery-fancybox ul .glry-absolute {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.title-wrapper a i {
  color: #fff;
}

.title-wrapper a i:hover {
  color: #1675bf;
}

.slick-disabled {
  opacity: 0 !important;
}

.social-link i {
  font-size: 25px;
  padding-right: 10px;
  color: #eaeaea;
}

.text a {
  color: #212121;
}

@-webkit-keyframes color-text {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 475px 0;
  }
}

@keyframes color-text {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 475px 0;
  }
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1),
      0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }

  100% {
    -webkit-transform: scale(1.3);
    opacity: 0;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1),
      0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }
}

@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1),
      0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1),
      0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }
}

@-webkit-keyframes sonarEffect-2 {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1),
      0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }

  100% {
    -webkit-transform: scale(1.3);
    opacity: 0;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1),
      0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }
}

@keyframes sonarEffect-2 {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1),
      0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1),
      0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }
}

@keyframes cloud_left_to_right {
  0% {
    left: -200%;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes cloud_left_to_right {
  0% {
    left: -200%;
  }

  100% {
    left: 0;
  }
}

@keyframes cloud_right_to_left {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@-webkit-keyframes cloud_right_to_left {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

html * {
  outline: 0 !important;
}

body,
html {
  overflow-x: hidden;
  min-height: 100%;
}

html {
  font-size: 15px;
}

body {
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  font-weight: 400;
  /*line-height: 20px;*/
  color: #555e69;
  background-color: #f0f0f0;
}

.loaded {
  visibility: visible !important;
  opacity: 1 !important;
}

body>.inner {
  display: none;
}

body.pg-loaded>.inner {
  display: block;
}

.body-wrapper {
  position: relative;
  visibility: hidden;
  overflow: hidden;
  transition-delay: 1s;
  opacity: 0;
}

.body-wrapper.loaded {
  visibility: visible;
  opacity: 1;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
}

.spinner {
  font-size: 10px;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
}

.spinner>div {
  display: inline-block;
  width: 6px;
  height: 100%;
  margin: 2px;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {

  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.theme-setting {
  position: fixed;
  z-index: 9999;
  top: 30%;
  left: -220px;
  visibility: hidden;
  transition: 0.3s left cubic-bezier(0.03, 0.88, 0.34, 0.97);
  opacity: 0;
  border: 0;
  background-color: #ffffff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
}

.theme-setting.loaded {
  visibility: visible;
  opacity: 1;
}

.theme-setting .theme-loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(255, 255, 255, 0.3);
}

.theme-setting .theme-loading .theme-loading-content {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
}

.theme-setting .btn-theme-setting {
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  z-index: 9999;
  top: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #ababae;
  background-color: #ffffff;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.2);
}

.theme-setting .content-theme-setting {
  line-height: 40px;
  display: inline-block;
  width: 220px;
  text-align: center;
}

.theme-setting .content-theme-setting .title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  color: #242c42;
}

.theme-setting .content-theme-setting ul {
  margin: 0;
  padding-bottom: 15px;
}

.theme-setting .content-theme-setting ul li {
  width: 24px;
  height: 24px;
  margin: 0 7px;
  cursor: pointer;
  vertical-align: middle;
  border: 0 solid #f0f0f0;
}

.theme-setting .content-theme-setting ul li[data-color="color-1"] {
  background-color: #1675bf;
}

.theme-setting .content-theme-setting ul li[data-color="color-2"] {
  background-color: #2aacff;
}

.theme-setting .content-theme-setting ul li[data-color="color-3"] {
  background-color: #e91e63;
}

.theme-setting .content-theme-setting ul li[data-color="color-4"] {
  background-color: #86bc42;
}

.theme-setting .content-theme-setting ul li[data-color="color-5"] {
  background-color: #50bcb6;
}

.theme-setting .content-theme-setting ul li[data-color="color-6"] {
  background-color: #c74a73;
}

.theme-setting .content-theme-setting ul li[data-color="color-7"] {
  background-color: #f66666;
}

.theme-setting .content-theme-setting ul li[data-color="color-8"] {
  background-color: #ffb0b0;
}

.theme-setting .content-theme-setting ul li[data-color="color-9"] {
  background-color: #ff9c00;
}

.theme-setting .content-theme-setting ul li[data-color="color-10"] {
  background-color: #f1c40f;
}

/*----------  1.2. CSS for page  ----------*/

.padding-top {
  padding-top: 50px;
}

.padding-bottom {
  padding-bottom: 40px;
}

.padding-top-140 {
  padding-top: 140px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.margin-top70 {
  margin-top: 20px;
}

.page-banner.homepage-default {
  height: 100vh;
  background-image: url("../images/background/homepage-default-banner.jpg");
}

.page-banner.homepage-04 {
  height: 100vh;
  background-image: url("../images/background/homepage-04-banner.jpg");
}

.page-banner.hotel-view {
  background-image: url("../images/background/hotel-view-banner.jpg");
}

.page-banner-2.homepage-02 {
  background-image: url("../images/background/homepage-02-banner.jpg");
}

.page-banner-2.homepage-03 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/homepage3.jpg");
  margin-top: -70px;
}

.main-page .page-banner-2.homepage-03 {
  background-color: #00000009;
  background-image: none;
}

.page-banner-2.homepage-03::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.01);
}

.package-bg {
  background-image: url("../images/package.jpg");
}

.contact-bg {
  background-image: url("../images/contact.jpg");
}

.schedule-bg {
  background-image: url("../images/schedule.jpg");
}

.mooring-bg {
  background-image: url("../images/mooring.jpg");
}

.phothong-bg {
  background-image: url("../images/phothong.jpg");
}

.routes-bg {
  background-image: url("../images/routes.jpg");
}

.checkout-bg {
  background-image: url("../images/checkout.jpg");
}

.taxi-bg {
  background-image: url("../images/taxi.jpg");
}

.tour-bg {
  background-image: url("../images/tour.jpg");
}

.videos {
  background-image: url("../images/background/bg-section-videos.jpg");
}

.travelers {
  background-image: url("../images/background/bg-section-traveler.jpg");
}

.banner-sale-1 {
  background-image: url("../images/background/bg-section-banner-1.jpg");
}

.contact {
  background-image: url("../images/background/bg-section-contact.jpg");
}

.contact.style-2 {
  background-image: url("../images/background/bg-section-contact-2.jpg");
}

.tour-result {
  background-image: url("../images/background/tour-result.jpg");
}

.flight-result {
  background-image: url("../images/background/flight-result.jpg");
}

.cruises-result {
  background-image: url("../images/background/cruises-result.jpg");
}

.car-rent-result {
  background-image: url("../images/background/car-rent-result.jpg");
}

.tour-view {
  background-image: url("../images/background/tour-view.jpg");
}

.blog {
  background-image: url("../images/background/blog.jpg");
}

.blog-detail {
  background-image: url("../images/background/blog-detail.jpg");
}

.contact-page {
  background-image: url("../images/background/contact.jpg");
}

.about-us-page {
  background-image: url("../images/background/about-us.jpg");
}

.bg-faq {
  background-image: url("../images/background/bg-section-faq.jpg");
}

.bg-team {
  background-image: url("../images/background/bg-section-team.jpg");
}

.page-login {
  background-image: url("../images/background/cruises-result.jpg");
}

.car-detail {
  background-image: url("../images/background/bg-car-detail.jpg");
}

.cruises-detail {
  background-image: url("../images/background/bg-cruises-detail.jpg");
}

.bg-transparent {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: transparent;
}

.bg-transparent .header-topbar {
  border-color: rgba(255, 255, 255, 0.3);
}

.bg-transparent .header-topbar a,
.bg-transparent .header-topbar p,
.bg-transparent .header-topbar span {
  color: #ffffff;
}

.bg-transparent .header-topbar .topbar-left li {
  border-color: rgba(255, 255, 255, 0.3);
}

.bg-transparent .header-topbar .login-widget li+li:before {
  color: rgba(255, 255, 255, 0.3);
}

.bg-transparent .header-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: none;
}

.bg-transparent .header-main.header-fixed {
  background-color: #121212;
}

.bg-transparent .header-main.header-fixed .navigation .nav-links .main-menu {
  color: #ffffff;
}

.bg-transparent .header-main.header-fixed .nav-search {
  border-top: 1px solid #ffffff;
  background-color: #121212;
}

.bg-transparent .header-main.header-fixed .nav-search form input[type="text"] {
  background-color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
  position: relative;
  z-index: 1999;
}

.bg-white .header-topbar {
  border-color: #f1f1f1;
}

.bg-white .header-topbar a,
.bg-white .header-topbar p,
.bg-white .header-topbar span {
  color: #959595;
}

.bg-white .header-topbar .topbar-left li {
  border-color: #f1f1f1;
}

.bg-white .header-topbar .login-widget li+li:before {
  color: #f1f1f1;
}

.bg-white .header-main {
  border-bottom: 1px solid #f1f1f1;
  box-shadow: none;
}

.bg-white .header-main.header-fixed {
  background-color: #ffffff;
}

.bg-white .header-main.header-fixed .navigation .nav-links .main-menu {
  color: #555e69;
}

.bg-white .header-main.header-fixed .nav-search {
  border-top: 1px solid #ffffff;
  background-color: #ffffff;
}

.bg-white .header-main.header-fixed .nav-search form input[type="text"] {
  background-color: #ffffff;
}

.bg-white .header-main.header-fixed .nav-search form .searchbutton {
  background-color: #ffffff;
}

.bg-white .dropdown-topbar {
  top: 41px;
  left: -21px;
  border: 1px solid #f1f1f1;
}

.header-01 .header-main {
  border-bottom: none;
}

.header-01 .header-main .navbar-header {
  display: block;
  float: none;
}

.header-01 .header-main .logo {
  text-align: center;
}

.header-01 .header-main .logo .header-logo img {
  max-width: 175px;
}

.header-01 .header-main .navigation {
  float: none;
}

.header-01 .header-main .dropdown-menu-1,
.header-01 .header-main .nav-search {
  top: 34px;
}

.header-01 .header-main.header-fixed .navbar-header {
  display: inherit;
  float: left;
}

.header-01 .header-main.header-fixed .logo {
  line-height: 50px;
  text-align: left;
}

.header-01 .header-main.header-fixed .navigation {
  float: right;
}

.header-01 .header-main.header-fixed .navigation .nav-links .main-menu {
  padding-bottom: 0;
}

.header-01 .header-main.header-fixed .dropdown-menu-1,
.header-01 .header-main.header-fixed .nav-search {
  top: 50px;
}

.header-01 .navigation .nav-links {
  display: table;
  float: none;
  margin: 0 auto;
}

.header-01 .navigation .nav-links .main-menu {
  line-height: 24px;
  padding-bottom: 10px;
}

.header-01 .navigation .nav-links li .main-menu:before {
  bottom: 1px;
}

.header-01 .navigation .nav-links li .main-menu:after {
  bottom: 2px;
}

.header-02 .header-main {
  border-bottom: none;
}

.header-03 {
  position: relative;
}

.header-03 .header-topbar {
  line-height: 50px;
  color: #959595;
  border-bottom: none;
  background-color: #ffffff;
}

.header-03 .header-topbar .topbar-left {
  text-align: left;
}

.header-03 .header-topbar .topbar-center {
  text-align: center;
}

.header-03 .header-topbar .topbar-right {
  text-align: right;
}

.header-03 .header-topbar .btn-menu {
  display: inline-block;
  cursor: pointer;
}

.header-03 .header-topbar .btn-menu .icons,
.header-03 .header-topbar .btn-menu .text {
  display: inline-block;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-03 .header-topbar .btn-menu .text {
  margin-left: 15px;
  text-transform: uppercase;
}

.header-03 .header-topbar .header-logo img {
  width: 100%;
  max-width: 130px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-03 .header-topbar .login-widget {
  margin-bottom: 0;
}

.header-03 .header-main {
  position: absolute;
  top: -150px;
  border-top: 1px solid #f1f1f1;
  border-bottom: none;
  background-color: #ffffff;
}

.header-03 .header-main .navbar-header {
  display: none;
}

.header-03 .header-main.header-fixed .navbar-header {
  display: inherit;
}

.header-03 .header-main.header-fixed .navigation {
  float: right;
}

.header-03 .header-main.header-fixed .navigation .nav-links .main-menu {
  padding: 0;
}

.header-03 .header-main .navigation {
  float: none;
}

.header-03 .show-menu {
  top: 50px;
}

.header-03 .navigation .nav-links {
  display: table;
  float: none;
  margin: 0 auto;
}

.header-04 .header-main {
  border-bottom: none;
}

.header-04 .header-main .navbar-header {
  display: none;
}

.header-04 .header-main .dropdown-menu-1,
.header-04 .header-main .nav-search {
  top: 70px;
}

.main-page .header-04 .header-main .dropdown-menu-1,
.main-page .header-04 .header-main .nav-search {
  top: 46px;
}

.header-04 .header-main.header-fixed .navbar-header {
  display: inherit;
}

.header-04 .header-main.header-fixed .navigation {
  float: right;
}

.header-04 .header-main.header-fixed .navigation .nav-links .main-menu {
  padding: 0;
}

.header-04 .header-main.header-fixed .dropdown-menu-1 {
  top: 46px;
}

.header-04 .header-main.header-fixed .nav-search {
  top: 50px;
}

.header-04 .header-main .navigation {
  float: right;
}

.header-04 .navigation .nav-links {
  display: table;
  float: none;
  margin: 0 auto;
}

.header-topbar {
  line-height: 40px;
  position: relative;
  z-index: 99;
  width: 100%;
  border-bottom: 1px solid;
}

.header-topbar a,
.header-topbar p,
.header-topbar span {
  font-size: 12px;
}

.header-topbar .topbar-left {
  margin-bottom: 0;
}

.header-topbar .topbar-left>li {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid;
}

.header-topbar .topbar-left>li .topbar-icon {
  font-size: 0.9em;
  margin-right: 8px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header-topbar .topbar-left>li .icons-dropdown {
  margin: 0;
  padding-left: 5px;
}

.header-topbar .topbar-left>li:first-child {
  padding-left: 0;
}

.header-topbar .topbar-left>li:last-child {
  padding-right: 0;
  border: none;
}

.header-topbar .topbar-right {
  margin-bottom: 0;
}

.header-topbar .login-widget .item {
  text-transform: capitalize;
}

.header-topbar .login-widget li+li:before {
  left: 0;
  content: "|";
}

.dropdown-topbar {
  position: absolute;
  top: 42px;
  left: 0;
  width: 150px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: none;
  background-color: #ffffff;
}

.dropdown-topbar li {
  padding: 0 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid #f1f1f1;
}

.dropdown-topbar li .link {
  display: block;
  color: #161156;
}

.dropdown-topbar li:last-child {
  border-bottom: 0;
}

.dropdown-topbar li:hover {
  background-color: #eaeaea;
}

/*----------  2.2. Main Header  ----------*/

.nav-links .dropdown-menu {
  padding: 0 !important;
}

.header-main-wrapper {
  padding-top: 10px;
}

.header-main {
  position: relative;
  z-index: 96;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-main .navbar-header {
  float: left;
}

.header-main .navigation {
  float: right;
  margin-top: 3px;
}

.header-main .logo {
  line-height: 40px;
}

.header-main .logo .header-logo img {
  width: 100%;
  max-width: 270px;
}

.wrapper-mobile-nav .header-main.header-fixed {
  top: 60px;
}

.header-main.header-fixed {
  position: fixed;
  top: 0px;
  border-bottom: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-main.header-fixed .logo {
  line-height: 50px;
}

.header-main.header-fixed .logo .header-logo img {
  width: 100%;
  max-width: 125px;
}

.header-main.header-fixed .navigation .nav-links li .main-menu:after,
.header-main.header-fixed .navigation .nav-links li .main-menu:before {
  display: none;
}

.header-main.header-fixed .navigation .nav-links .main-menu {
  line-height: 47px;
}

.header-main.header-fixed .nav-search {
  top: 0px;
}

.header-main.header-fixed .dropdown-menu-1 {
  top: 45px;
}

.header-main.hide-menu {
  position: fixed;
  top: -120px !important;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.header-main.hide-menu .logo {
  line-height: 41px;
}

.header-main.hide-menu .logo .header-logo img {
  width: 100%;
  max-width: 125px;
}

.header-main.hide-menu .navigation .nav-links .main-menu {
  line-height: 47px;
}

.header-main.hide-menu .dropdown-menu-1 {
  top: 50px;
}

.dropdown-focus {
  position: static;
  display: block;
  float: none;
  width: auto;
  margin-top: 0;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}

@media (min-width: 769px) {
  .dropdown:hover .dropdown-menu-1 {
    display: block;
  }

  .dropdown:hover .dropdown-menu-1 li:hover>.dropdown-menu-2 {
    display: block;
  }
}

/*----------  2.3. Navigation  ----------*/

.nav-search {
  position: absolute;
  top: 1px;
  right: 30px;
  padding: 2px 20px;
  background-color: #ffffff;
}

.nav-search form {
  display: table;
  width: 100%;
  height: 40px;
  border: 1px solid #f1f1f1;
}

.nav-search form input[type="text"] {
  display: table-cell;
  width: 295px;
  height: 40px;
  padding: 0 40px 0 20px;
  border: none;
}

.nav-search form .searchbutton {
  position: absolute;
  top: 4px;
  right: 25px;
  display: table-cell;
  width: 38px;
  height: 37px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  border: none;
  background-color: transparent;
  box-shadow: none;
}

.navigation {
  position: relative;
}

.navigation .nav-links {
  position: relative;
}

.navigation .nav-links li.active .main-menu:after,
.navigation .nav-links li:hover .main-menu:after {
  width: 100%;
  transition-delay: 0.3s;
}

.navigation .nav-links li.active .main-menu:before,
.navigation .nav-links li:hover .main-menu:before {
  width: calc(100% + 20px);
}

.navigation .nav-links li:hover .main-menu .icons-dropdown i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navigation .nav-links li.dropdown.active .main-menu:after,
.navigation .nav-links li.dropdown:hover .main-menu:after {
  width: 80%;
  transition-delay: 0.3s;
}

.navigation .nav-links li.dropdown.active .main-menu:before,
.navigation .nav-links li.dropdown:hover .main-menu:before {
  width: calc(80% + 20px);
}

.navigation .nav-links .main-menu {
  font-size: 14px;
  font-weight: 500;
  line-height: 47px;
  position: relative;
  margin: 0 12px;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  color: #212121;
  background-color: transparent;
}

.navigation .nav-links .main-menu-booking {
  font-size: 14px;
  font-weight: 500;
  line-height: 47px;
  position: relative;
  margin: 0 12px;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  color: #212121;
  background-color: transparent;
  cursor: pointer;
}

.navigation .nav-links .main-menu-booking .bookings {
  padding: 5px 10px;
  background-color: transparent;
  border: 1px solid #1675bf;
  border-radius: 2rem;
}

.navigation .nav-links .main-menu-booking .badge-booking {
  position: absolute;
  top: 2px;
  right: -10px;
  background-color: #3c3c3c;
}

.navigation .nav-links .main-menu-booking .bookings:hover {
  background-color: #1675bf;
  border: 1px solid transparent;
  color: #fff;
}

.navigation .nav-links .main-menu .icons-dropdown {
  padding-left: 5px;
}

.navigation .nav-links .main-menu .icons-dropdown i {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navigation .nav-links .main-menu:after {
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navigation .nav-links .main-menu:after {
  bottom: 2px;
  height: 2px;
}

.navigation .nav-links .button-search {
  cursor: pointer;
}

.navigation .nav-links .button-search .main-menu {
  margin-right: 0;
}

.bg-transparent .navigation .nav-links .main-menu {
  color: #ffffff;
}

.bg-transparent .nav-search {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-transparent .nav-search form {
  border: none;
}

.bg-transparent .nav-search form input[type="text"] {
  color: #161156;
  background-color: rgba(255, 225, 255, 0.5);
}

.bg-transparent .nav-search form input[type="text"] ::-webkit-input-placeholder {
  color: #161156;
}

.bg-transparent .nav-search form input[type="text"] :-moz-placeholder {
  color: #161156;
}

.bg-transparent .nav-search form input[type="text"] ::-moz-placeholder {
  color: #161156;
}

.bg-transparent .nav-search form input[type="text"] :-ms-input-placeholder {
  color: #161156;
}

.bg-transparent .nav-search form .searchbutton {
  color: #161156;
  background-color: rgba(255, 221, 0, 0.5);
}

.dropdown-menu-1,
.dropdown-menu-2 {
  top: 45px;
  min-width: 240px;
  padding: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.dropdown-menu-1 li,
.dropdown-menu-2 li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown-menu-1 li .link-page,
.dropdown-menu-2 li .link-page {
  font-weight: normal;
  line-height: 50px;
  padding: 0 20px;
  text-transform: capitalize;
  color: #555e69;
}

.dropdown-menu-1 li .link-page .icons-dropdown,
.dropdown-menu-2 li .link-page .icons-dropdown {
  line-height: 50px;
  float: right;
  height: 50px;
}

.dropdown-menu-1 li .link-page .icons-dropdown i,
.dropdown-menu-2 li .link-page .icons-dropdown i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown-menu-1 li .link-page .icons-dropdown.active i,
.dropdown-menu-2 li .link-page .icons-dropdown.active i {
  -webkit-transform: rotate(180deg) !important;
  -moz-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}

.dropdown-menu-1 li:last-child>.link-page,
.dropdown-menu-2 li:last-child>.link-page {
  border-bottom: none;
}

.dropdown-menu-1 li:hover,
.dropdown-menu-2 li:hover {
  background-color: #fafafa;
}

.dropdown-menu-1 li:hover .link-page .icons-dropdown i,
.dropdown-menu-2 li:hover .link-page .icons-dropdown i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.dropdown-menu-2 {
  top: 0;
  margin-top: -1px;
}

.dropdown-menu-2.right {
  left: 100%;
}

.dropdown-menu-2.left {
  left: -100%;
}

/*----------  2.4. Hamburger menu  ----------*/

.show-nav .wrapper-mobile-nav {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  box-shadow: 5px 0 8px rgba(0, 0, 0, 0.2);
}

.show-nav .wrapper-content {
  -webkit-transform: translate3d(85%, 0, 0);
  -moz-transform: translate3d(85%, 0, 0);
  -ms-transform: translate3d(85%, 0, 0);
  -o-transform: translate3d(85%, 0, 0);
  transform: translate3d(85%, 0, 0);
}

.wrapper-content,
.wrapper-mobile-nav {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wrapper-mobile-nav {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 85%;
  height: 100vh;
  position: fixed;
  -webkit-transform: translate3d(-101%, 0, 0);
  -moz-transform: translate3d(-101%, 0, 0);
  -ms-transform: translate3d(-101%, 0, 0);
  -o-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  color: #555e69;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.wrapper-mobile-nav .header-topbar {
  padding: 20px 0;
  border: none;
  background-color: #161156;
}

.wrapper-mobile-nav .header-topbar .search-mobile {
  display: block;
  margin: 0 20px;
}

.wrapper-mobile-nav .header-topbar .search-mobile .search-form {
  position: relative;
}

.wrapper-mobile-nav .header-topbar .search-mobile .search-form .form-control {
  width: 100%;
  padding-right: 30px;
  background-color: #ffffff;
}

.wrapper-mobile-nav .header-topbar .search-mobile .btn-search {
  line-height: 35px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.wrapper-mobile-nav .header-main {
  display: inline-block;
  padding: 0;
  box-shadow: none;
}

.wrapper-mobile-nav .header-main .login-widget {
  display: none;
  margin-top: 20px;
  border-bottom: none;
}

.wrapper-mobile-nav .header-main .login-widget .item {
  display: inline-block;
  width: 100px;
  padding: 4px 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  border: 1px solid #4d4d4d;
  border-radius: 50px;
  background-color: #4d4d4d;
}

.menu-mobile {
  width: 100%;
  text-align: left;
  background-color: #ffffff;
}

.menu-mobile .nav-links {
  width: 100%;
  text-align: left;
}

.menu-mobile li {
  position: relative !important;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #095b9b;
}

.menu-mobile .main-menu {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3c3c3c;
}

.menu-mobile .icons-dropdown {
  line-height: 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 80px;
  padding: 0;
  text-align: center;
  border-left: 1px solid #095b9b;
  color: #fff;
}

.menu-mobile .icons-dropdown i {
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-mobile .icons-dropdown.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-mobile .dropdown-menu {
  width: 100%;
  padding: 0;
  transition: none;
  border-top: 1px solid rgba(60, 60, 60, 0.7);
  border-bottom: none;
  box-shadow: none;
  position: static !important;
}

.menu-mobile .dropdown-menu li:last-child {
  border-bottom: none;
}

.menu-mobile .dropdown-menu.dropdown-menu-1 {
  background-color: #034f8b;
}

.menu-mobile .dropdown-menu.dropdown-menu-1 .link-page {
  padding-left: 30px;
  color: #fff;
}

.menu-mobile .dropdown-menu.dropdown-menu-1 .link-page:hover {
  background-color: transparent;
}

.menu-mobile .dropdown-menu.dropdown-menu-1 .dropdown-menu-2 {
  background-color: #ffeb66;
}

.menu-mobile .dropdown-menu.dropdown-menu-1 .dropdown-menu-2 li {
  padding-left: 25px;
}

.menu-mobile .dropdown-menu.dropdown-menu-1 .dropdown-menu-2 li .link {
  border: none;
}

.menu-mobile .dropdown-menu.dropdown-menu-1 .dropdown-menu-2 li .dropdown-menu-2 li {
  border-top: 1px solid rgba(153, 153, 153, 0.5);
  border-bottom: none;
}

.menu-mobile .dropdown-menu.dropdown-menu-1 li:hover,
.menu-mobile .dropdown-menu.dropdown-menu-2 li:hover {
  background-color: transparent;
}

.hamburger-menu {
  display: none;
  color: #000000;
}

.hamburger-menu-wrapper {
  position: relative;
  width: 40px;
  height: 40px;
  transition-duration: 0.5s;
  background-color: transparent;
}

.hamburger-menu-wrapper .icons {
  position: absolute;
  top: 18px;
  left: 5px;
  width: 30px;
  height: 4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
  background-color: #ccc;
}

.hamburger-menu-wrapper .icons:after,
.hamburger-menu-wrapper .icons:before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 30px;
  height: 4px;
  content: "";
  transition-delay: 0.5s;
  transition-duration: 0.5s;
  background-color: #ccc;
}

.hamburger-menu-wrapper .icons:after {
  top: 10px;
}

.hamburger-menu-wrapper.open .icons {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hamburger-menu-wrapper.open .icons:before {
  -webkit-transform: rotateZ(-45deg) scaleX(0.6) translate(-18px, -4px);
  -ms-transform: rotate(-45deg) scaleX(0.6) translate(-18px, -4px);
  transform: rotateZ(-45deg) scaleX(0.6) translate(-18px, -4px);
}

.hamburger-menu-wrapper.open .icons:after {
  -webkit-transform: rotateZ(45deg) scaleX(0.6) translate(-18px, 4px);
  -ms-transform: rotate(45deg) scaleX(0.6) translate(-18px, 4px);
  transform: rotateZ(45deg) scaleX(0.6) translate(-18px, 4px);
}

.sidebar-widget::before {
  display: table;
  content: "";
}

.sidebar-widget:after {
  display: table;
  clear: both;
  content: "";
}

.sidebar-widget .col-2:last-child>.widget:last-child {
  margin-bottom: 0;
}

.sidebar-widget .col-2:last-child .col-1:last-child .widget:last-child {
  margin-bottom: 0;
}

.sidebar-widget .widget {
  margin-bottom: 50px;
}

.sidebar-widget .widget .title-widget {
  line-height: 45px;
  width: 100%;
  height: 45px;
  margin-bottom: 25px;
  text-align: center;
  border-bottom: 2px solid #dcdcdc;
  background-color: #fafafa;
}

.sidebar-widget .widget .title-widget .title {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  height: 100%;
  text-transform: uppercase;
  color: #3c3c3c;
  border-bottom: 2px solid #dcdcdc;
}

.sidebar-widget .widget .content-widget .count {
  float: right;
  color: #6e747c;
}

.sidebar-widget .widget .widget-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-widget .widget .widget-list .single-widget-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eaeaea;
}

.sidebar-widget .widget .widget-list .single-widget-item a.link {
  display: block;
}

.sidebar-widget .widget .widget-list .single-widget-item:first-child {
  padding-top: 0;
  border-top: none;
}

.sidebar-widget .widget .widget-list .single-widget-item:last-child {
  padding-bottom: 0;
}

/*----------  3.1. Left Sidebar  ----------*/

.sidebar-left {
  float: left;
}

.main-left {
  float: left;
}

/*----------  3.2. Right Sidebar  ----------*/

.sidebar-right {
  float: right;
}

.main-right {
  float: right;
}

/*----------  3.3. Both Sidebar  ----------*/

.contact-us-widget .info-list ul {
  margin-bottom: 0;
}

.contact-us-widget .info-list ul li {
  display: table;
  width: 100%;
  padding: 0 0 10px;
  border: none;
}

.contact-us-widget .info-list ul li .icons {
  display: table-cell;
  width: 40px;
  vertical-align: top;
  font-size: 25px;
}

.contact-us-widget .info-list ul li .link {
  display: inline-block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #eaeaea;
}

.contact-us-widget .info-list ul li a.link:hover {
  color: #161156;
}

.form-email .text {
  line-height: 20px;
  margin-bottom: 18px;
}

.form-email .form-email-widget {
  font-size: 13px;
  height: 33px;
  border: none;
  border-radius: 0;
  background-color: #eaeaea;
  box-shadow: none;
}

.form-email .form-email-widget:active,
.form-email .form-email-widget:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.form-email .btn-email {
  font-size: 14px;
  line-height: 33px;
  width: 39px;
  padding: 0 14px;
  text-align: center;
  color: #121212;
  border: none;
  border-radius: 0 !important;
}

.booking-widget {
  text-align: center !important;
}

.booking-widget ul {
  margin-bottom: 0;
  text-align: left;
}

.booking-widget ul li {
  width: 100%;
  padding: 0;
  border: none;
}

.booking-widget ul li .link {
  position: relative;
  display: block;
  padding: 0 0 5px 0px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #eaeaea;
}

.booking-widget ul li:last-child .link {
  padding-bottom: 0;
}

.explore-widget ul,
.top-deals-widget ul {
  margin-bottom: 0;
}

.explore-widget ul li,
.top-deals-widget ul li {
  width: 100%;
  padding: 0;
  border: none;
}

.explore-widget ul li .link,
.top-deals-widget ul li .link {
  position: relative;
  display: block;
  padding: 0 0 12px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #eaeaea;
}

.explore-widget ul li:last-child .link,
.top-deals-widget ul li:last-child .link {
  padding-bottom: 0;
}

/*----------  gallery images   ---------*/

.destination-widget ul,
.gallery-widget ul,
.recent-post-list {
  display: inline-block;
  width: calc(100% + 10px);
  width: -moz-calc(100% + 10px);
  margin: 0;
}

.destination-widget ul li,
.gallery-widget ul li,
.recent-post-list li {
  float: left;
  padding: 0 10px 5px 0;
}

.destination-widget ul .thumb,
.gallery-widget ul .thumb,
.recent-post-list .thumb {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
}

.destination-widget ul .thumb:after,
.gallery-widget ul .thumb:after,
.recent-post-list .thumb:after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background-color: rgba(0, 0, 0, 0.5);
}

.destination-widget ul .thumb img,
.gallery-widget ul .thumb img,
.recent-post-list .thumb img {
  width: 100%;
}

.destination-widget ul .thumb:hover:after,
.gallery-widget ul .thumb:hover:after,
.recent-post-list .thumb:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.destination-widget ul li {
  width: 33.3333%;
}

.destination-widget ul li:nth-last-child(-n + 3) {
  padding-bottom: 0;
}

.gallery-widget ul li {
  width: 25%;
}

.gallery-widget ul li:nth-last-child(-n + 4) {
  padding-bottom: 0;
}

.recent-post-list {
  width: 100%;
  margin: 0;
  padding: 0;
}

.recent-post-list .single-widget-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eaeaea;
}

.recent-post-list .single-widget-item a.link {
  display: block;
}

.recent-post-list .single-widget-item:first-child {
  padding-top: 0;
  border-top: none;
}

.recent-post-list .single-widget-item:last-child {
  padding-bottom: 0;
}

/*----------   Find     ---------*/

.find-widget {
  padding: 40px 30px;
  color: #545454;
}

.find-widget .title-widgets {
  font-size: 1.43rem;
  font-weight: bold;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #3c3c3c;
  border-bottom: none;
  background-color: transparent;
}

.find-widget .text-input {
  position: relative;
}

.find-widget .text-input:after {
  display: table;
  clear: both;
  content: "";
}

.find-widget .submit-btn-wrapper {
  line-height: 38px;
  width: 170px;
  height: 38px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  cursor: pointer;
  text-align: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #3c3c3c;
}

.find-widget .submit-btn-wrapper .submit-btn {
  font-size: 14px;
  line-height: 34px;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  margin-left: 2px;
  padding: 0;
  text-align: center;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #505050;
}

.find-widget .submit-btn-wrapper .text {
  font-size: 0.93rem;
}

.find-widget .text-input>.text-box-wrapper:first-child {
  margin-top: 0;
}

.find-widget .input-daterange {
  float: left;
}

.find-widget .text-box-wrapper {
  float: left;
  margin-top: 20px;
  text-align: left;
  vertical-align: bottom;
}

.find-widget .text-box-wrapper>.text-box-wrapper {
  margin-top: 0;
}

.find-widget .text-box-wrapper .input-group {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
}

.find-widget .text-box-wrapper .tb-label {
  font-weight: normal;
}

.find-widget .text-box-wrapper .tb-input {
  line-height: 35px;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 35px;
  padding: 0 1em;
  text-align: left;
  border: none;
  border-radius: 0;
}

input[type="text"],
.find-widget .sbHolder .sbDisabled,
.find-widget .sbHolder .sbSelector,
.find-widget .sbHolder a {
  background-color: #fff !important;
  border: solid 1px #ccc !important;
  border-radius: 3px !important;
}

.find-widget .text-box-wrapper .tb-input.count {
  text-align: center;
}

.find-widget .text-box-wrapper.half {
  display: inline-block;
  width: calc((100% - 8px) / 2);
  width: -moz-calc((100% - 8px) / 2);
}

.find-widget .text-box-wrapper.half.left {
  margin-right: 4px;
}

.find-widget .text-box-wrapper.half.right {
  margin-left: 4px;
}

.find-widget .text-box-wrapper .tb-icon {
  line-height: 35px;
  position: absolute;
  top: 0;
  right: 14px;
  width: 14px;
  height: 35px;
  padding: 0;
  color: #bebebe;
  border: none;
  background-color: transparent;
}

.find-widget .text-box-wrapper .input-group-btn {
  font-size: 14px;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 35px;
  border: none;
  background-color: #ffffff;
}

.find-widget .text-box-wrapper .input-group-btn.btn-minus {
  left: 0;
}

.find-widget .text-box-wrapper .input-group-btn.btn-plus {
  right: 0;
}

.find-widget .ffw-radio-selection {
  line-height: 0;
  margin: 0 auto;
  text-align: justify;
}

.find-widget .ffw-radio-selection span.ffw-radio-btn-wrapper {
  line-height: 1em;
  height: 1em;
}

.find-widget .ffw-radio-selection span.ffw-radio-btn-wrapper .ffw-radio-btn {
  display: none;
}

.find-widget .ffw-radio-selection span.ffw-radio-btn-wrapper .ffw-radio-btn~.ffw-radio-label:before {
  font-family: FontAwesome;
  overflow: visible;
  margin-right: 6px;
  content: "\f10c";
}

.find-widget .ffw-radio-selection span.ffw-radio-btn-wrapper .ffw-radio-btn:checked~.ffw-radio-label:before {
  font-family: FontAwesome;
  content: "\f192";
}

.find-widget .ffw-radio-selection span.ffw-radio-btn-wrapper .ffw-radio-label {
  font-weight: normal;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.find-widget .select-wrapper {
  position: relative;
  background-color: #ffffff;
}

.find-widget .select-wrapper i.fa {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #bebebe;
}

.find-widget .sbHolder {
  line-height: 35px;
  height: 35px;
  border: none;
}

.find-widget .sbHolder .sbOptions {
  right: 0;
  left: 0;
  border: none;
}

.find-widget .sbHolder .sbDisabled,
.find-widget .sbHolder .sbSelector,
.find-widget .sbHolder a {
  line-height: 35px;
  height: 35px;
  padding: 0;
}

.find-widget .sbHolder .sbDisabled {
  border-bottom: none;
}

.find-widget .select-wrapper .sbHolder .sbToggle {
  background-position: 0 -42px;
}

.find-widget .form-control {
  position: relative;
  height: 35px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.tab-search-long .text-box-wrapper {
  display: inline-block;
  margin-top: 0;
}

.tab-search-long .input-daterange {
  display: inline-block;
  vertical-align: bottom;
}

.tab-search-long .ffw-radio-selection {
  width: 350px;
}

.tab-search-long .place {
  width: calc((100% - 54px) * 32 / 100);
  width: -moz-calc((100% - 54px) * 32 / 100);
  margin-right: 8px;
}

.tab-search-long .input-daterange {
  width: calc((100% - 54px) * 36 / 100);
  width: -moz-calc((100% - 54px) * 36 / 100);
  margin-right: 8px;
}

.tab-search-long .input-daterange .half {
  width: calc((100% - 8px) / 2);
  width: -moz-calc((100% - 8px) / 2);
}

.tab-search-long .input-daterange .half:first-child {
  margin-right: 8px;
}

.tab-search-long .count {
  width: calc((100% - 54px) * 8 / 100);
  width: -moz-calc((100% - 54px) * 8 / 100);
}

.tab-search-long .adult-count {
  margin-right: 8px;
}

.tab-search-long button[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc((100% - 54px) * 16 / 100);
  width: -moz-calc((100% - 54px) * 16 / 100);
  padding: 0 0 0 25px;
  vertical-align: bottom;
  text-align: center;
}

.tab-search-long .find-cruises-widget .count,
.tab-search-long .find-tours-widget .count,
.tab-search-long .find-transfer-widget .count {
  width: calc((100% - 54px) * 8 / 100);
  width: -moz-calc((100% - 54px) * 8 / 100);
}

.tab-search-long .find-cruises-widget button[type="submit"],
.tab-search-long .find-tours-widget button[type="submit"],
.tab-search-long .find-transfer-widget button[type="submit"] {
  width: calc((100% - 54px) * 16 / 100);
  width: -moz-calc((100% - 54px) * 16 / 100);
  padding: 0 0 0 25px;
}

.tab-search-long .find-cruises-widget .place,
.tab-search-long .find-cruises-widget .time-count,
.tab-search-long .find-tours-widget .date,
.tab-search-long .find-tours-widget .place,
.tab-search-long .find-transfer-widget .date,
.tab-search-long .find-transfer-widget .place {
  width: calc((100% - 54px) * 34 / 100);
  width: -moz-calc((100% - 54px) * 34 / 100);
  margin-right: 8px;
}

.tab-search-long .find-car-widget .input-daterange,
.tab-search-long .find-car-widget .place {
  width: calc((100% - 46px) * 38 / 100);
  width: -moz-calc((100% - 46px) * 38 / 100);
  margin-right: 8px;
}

.tab-search-long .find-car-widget .car-count {
  width: calc((100% - 46px) * 8 / 100);
  width: -moz-calc((100% - 46px) * 8 / 100);
}

.tab-search-default .find-widget {
  padding: 40px 0;
}

.tab-search-transparent .find-widget {
  padding: 20px 20px;
  background-color: rgba(255, 255, 255, 1);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.tab-search-condensed {
  position: relative;
  z-index: 1;
}

.tab-search-condensed .find-widget {
  padding: 40px 70px;
}

.tab-search-condensed .ffw-radio-selection {
  width: 85%;
}

.tab-search-condensed .text-box-wrapper.half.to {
  margin-top: 0;
}

.tab-search-condensed .input-daterange {
  width: 100%;
}

.tab-search-condensed .text-box-wrapper .tb-icon {
  right: auto;
  left: 14px;
}

.tab-search-condensed .text-box-wrapper .tb-input {
  padding-left: 40px;
}

.tab-search-condensed .text-box-wrapper .tb-input.count {
  padding: 0 1em;
}

.tab-search-condensed .select-wrapper i.fa {
  left: 12px;
}

/*----------    Flight Time    ---------*/

.flight-time-widget .flight-time-visual-widget .direction {
  color: #585858;
}

.flight-time-widget .flight-time-visual-widget .destination {
  color: #3c3c3c;
}

.flight-time-widget .flight-time-visual-widget .visual {
  position: relative;
  height: 16px;
  margin-top: 40px;
  padding: 0 20px;
  color: #6e747c;
}

.flight-time-widget .flight-time-visual-widget .visual:before {
  position: absolute;
  z-index: -1;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #3c3c3c;
}

.flight-time-widget .flight-time-visual-widget .visual .bar {
  position: relative;
  height: 16px;
  cursor: pointer;
}

.flight-time-widget .flight-time-visual-widget .visual .bar .arrive,
.flight-time-widget .flight-time-visual-widget .visual .bar .depart {
  line-height: 100%;
  bottom: 0;
  height: 100%;
  text-align: center;
  white-space: nowrap;
  color: #585858;
}

.flight-time-widget .flight-time-visual-widget .visual .bar .arrive.indicator,
.flight-time-widget .flight-time-visual-widget .visual .bar .depart.indicator {
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.flight-time-widget .flight-time-visual-widget .visual .bar .arrive time,
.flight-time-widget .flight-time-visual-widget .visual .bar .depart time {
  position: absolute;
  top: -20px;
  cursor: auto;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.flight-time-widget .flight-time-visual-widget:first-child {
  margin-top: 0;
}

.label-route-widget {
  font-weight: 300;
  color: #6e747c;
}

.label-route-widget .city {
  font-weight: 400;
  color: #6e747c;
}

.label-route-widget .fa-long-arrow-right {
  margin: 0 10px;
}

.label-time-widget {
  font-size: 14px;
  text-align: right;
  color: #737a83;
}

.label-time-widget .arrival,
.label-time-widget .departure {
  color: #3e454d;
}

/*----------      Price      ---------*/

.price-widget .price-wrapper {
  position: relative;
}

.price-widget .leftLabel,
.price-widget .rightLabel {
  position: absolute;
  top: -25px;
}

.price-widget .leftLabel {
  left: 0;
}

.price-widget .rightLabel {
  right: 0;
}

.price-widget .nstSlider {
  position: relative;
  width: 100%;
  height: 16px;
  margin-top: 40px;
  padding: 0 10px;
  color: #6e747c;
  background-color: transparent;
}

.price-widget .nstSlider:before {
  position: absolute;
  z-index: -1;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #3c3c3c;
}

.price-widget .nstSlider .leftGrip,
.price-widget .nstSlider .rightGrip {
  line-height: 100%;
  bottom: 0;
  height: 100%;
  text-align: center;
  white-space: nowrap;
  color: #585858;
}

.price-widget .nstSlider .leftGrip.indicator,
.price-widget .nstSlider .rightGrip.indicator {
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.price-widget .nstSlider .leftGrip .number,
.price-widget .nstSlider .rightGrip .number {
  position: absolute;
  top: -20px;
  left: 10px;
  cursor: auto;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/*------------    Search    -----------*/

.search-widget .search-wrapper {
  width: 100%;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.search-widget .search-wrapper .search-input {
  font-family: Helvetica, Arial, sans-serif;
  width: inherit;
  height: 40px;
  padding-right: 0;
  padding-left: 18px;
  color: #adadad;
  border: none;
  background-color: transparent;
  box-shadow: none;
}

.search-widget .search-wrapper .search-input::-webkit-input-placeholder {
  color: #d8d8d8;
}

.search-widget .search-wrapper .search-input:-moz-placeholder,
.search-widget .search-wrapper .search-input::-moz-placeholder {
  color: #d8d8d8;
}

.search-widget .search-wrapper .search-input:-ms-placeholder {
  color: #d8d8d8;
}

.search-widget .search-wrapper .submit-btn {
  width: 40px;
  height: 40px;
  margin-right: 6px;
  padding: 0;
  color: #adadad;
  border: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: transparent;
}

.search-widget .search-wrapper .submit-btn:active {
  box-shadow: none;
}

/*------------    check box    -----------*/

.radio-selection {
  margin-top: 30px;
}

.radio-selection:first-child {
  margin-top: 0;
}

.radio-selection label.group {
  font-weight: normal;
  margin-bottom: 0;
  color: #585858;
}

.radio-selection .radio-btn-wrapper {
  position: relative;
  margin-top: 15px;
}

.radio-selection .radio-btn-wrapper .radio-btn {
  display: none;
}

.radio-selection .radio-btn-wrapper .radio-btn:checked~label.radio-label:before {
  content: "\f00c";
}

.radio-selection .radio-btn-wrapper .radio-label {
  font-weight: normal;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding-left: 34px;
  cursor: pointer;
  color: #6e747c;
}

.radio-selection .radio-btn-wrapper .radio-label:before {
  font-family: FontAwesome;
  font-size: 1rem;
  font-weight: normal;
  line-height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-indent: 0;
  color: #6e747c;
  border: 1px solid #d3d3d3;
}

.radio-selection .radio-btn-wrapper .count {
  position: absolute;
  top: 0;
  right: 0;
  float: none;
  color: #6e747c;
}

.radio-selection .radio-btn-wrapper:first-child {
  margin-top: 0;
}

.radio-selection .radio-btn-wrapper:after {
  display: table;
  clear: both;
  content: "";
}

/*---------- Tab search  ---------- */

.tab-search .nav-tabs {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  border: none;
}

.tab-search .tab-btn-wrapper {
  width: calc((100% - 0px) / 3);
  width: -moz-calc((100% - 0px) / 3);
  margin-right: 1px;
  margin-bottom: 0;
}

.tab-search .tab-btn-wrapper .tab-btn {
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 50px;
  display: block;
  height: 50px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  color: #505050;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.tab-search .tab-btn-wrapper .tab-btn:active,
.tab-search .tab-btn-wrapper .tab-btn:focus,
.tab-search .tab-btn-wrapper .tab-btn:hover {
  border: none;
}

.tab-search .tab-btn-wrapper .tab-btn:active i,
.tab-search .tab-btn-wrapper .tab-btn:focus i,
.tab-search .tab-btn-wrapper .tab-btn:hover i {
  color: #3c3c3c;
}

.tab-search .tab-btn-wrapper .tab-btn i {
  font-size: 1.79rem;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
}

.tab-search .tab-btn-wrapper.active .tab-btn,
.tab-search .tab-btn-wrapper:hover .tab-btn,
.tab-search .tab-btn-wrapper:visited .tab-btn {
  color: #fff !important;
}

.tab-search .tab-btn-wrapper.active .tab-btn i,
.tab-search .tab-btn-wrapper:hover .tab-btn i,
.tab-search .tab-btn-wrapper:visited .tab-btn i {
  color: #fff !important;
}

.tab-search .tab-btn-wrapper:first-child .tab-btn {
  -webkit-border-radius: 15px 0 0 0;
  -moz-border-radius: 15px 0 0 0;
  border-radius: 15px 0 0 0;
}

.tab-search .tab-btn-wrapper:last-child {
  margin-right: 0;
}

.tab-search .tab-btn-wrapper:last-child .tab-btn {
  -webkit-border-radius: 0 15px 0 0;
  -moz-border-radius: 0 15px 0 0;
  border-radius: 0 15px 0 0;
}

.tab-search-transparent {
  margin: 20px 0;
  position: relative;
}

.tab-search-transparent .tab-btn-wrapper .tab-btn {
  background-color: rgba(255, 255, 255, 0.9);
}

.tab-search-transparent .tab-btn-wrapper .tab-btn i {
  color: #505050;
}

.tab-search-default .tab-btn-wrapper .tab-btn {
  color: #ffffff;
  background-color: #222222;
}

.tab-search-default .tab-btn-wrapper .tab-btn:hover .text {
  color: #555555;
}

.tab-search-default .tab-content-bg {
  position: relative;
}

.tab-search-long .tab-btn-wrapper span.xs {
  display: none;
}

.tab-search-condensed .nav-tabs {
  width: calc(100% + 1px);
  width: -moz-calc(100% + 1px);
}

.tab-search-condensed .tab-btn-wrapper {
  width: calc(100% / 6);
  width: -moz-calc(100% / 6);
  margin: 0;
}

.tab-search-condensed .tab-btn-wrapper .tab-btn {
  background-color: #3c3c3c;
}

.tab-search-condensed .tab-btn-wrapper .tab-btn:first-child,
.tab-search-condensed .tab-btn-wrapper .tab-btn:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.tab-search-condensed .tab-btn-wrapper .tab-btn i {
  margin-right: 0;
}

/*----------  2.3. Flight Date Selection  ---------*/

.fds-widget {
  font-weight: 500;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 94px;
  height: 94px;
  margin-right: 12px;
  margin-bottom: 20px;
  margin-left: 12px;
  padding: 21px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #4d4d4d;
  background-color: #f7f7f7;
}

.fds-widget .depart-date {
  font-size: 1rem;
  line-height: 28px;
  display: block;
  height: 28px;
  text-align: center;
}

.fds-widget .depart-date .date {
  font-weight: 300;
}

.fds-widget:hover {
  color: #4d4d4d;
  background-color: #ffffff;
  box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.09);
}

.fds-widget .price-select {
  font-size: 0.86rem;
  line-height: 24px;
  display: block;
  width: 70px;
  height: 24px;
  margin: auto;
  text-align: center;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.fds-widget .price-select.pink {
  background-color: #ff4676;
}

.fds-widget .price-select.orange {
  background-color: #ff7256;
}

.fds-widget .price-select.blue {
  background-color: #78eaff;
}

.fds-widget .price-select.green {
  background-color: #9afff0;
}

/*----------  2.7. Single Flight Result  ---------*/

.single-flight-result {
  height: 255px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fafafa;
}

.single-flight-result:hover {
  background-color: #ffffff;
  box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.09);
}

.single-flight-result:before {
  display: table;
  content: "";
}

.single-flight-result:after {
  display: table;
  clear: both;
  content: "";
}

.single-flight-result>* {
  height: 100%;
}

.single-flight-result>*>.row {
  height: inherit;
}

.single-flight-result>*>.row>* {
  height: inherit;
}

.single-flight-result .flight-result-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.single-flight-result .flight-result-wrapper .airlines-logo {
  display: table-cell;
  width: 28%;
}

.single-flight-result .flight-result-wrapper .info {
  display: table-cell;
  width: 72%;
  text-align: center;
  vertical-align: top;
}

.single-flight-result .flight-result-wrapper .info .miscellaneous,
.single-flight-result .flight-result-wrapper .info .schedule {
  line-height: 0;
  display: block;
  width: 100%;
  text-align: justify;
}

.single-flight-result .flight-result-wrapper .info .arrive,
.single-flight-result .flight-result-wrapper .info .depart,
.single-flight-result .flight-result-wrapper .info .flight-code,
.single-flight-result .flight-result-wrapper .info .flight-time,
.single-flight-result .flight-result-wrapper .info .gate,
.single-flight-result .flight-result-wrapper .info .plane,
.single-flight-result .flight-result-wrapper .info .terminal {
  line-height: 24px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.single-flight-result .flight-result-wrapper .info .schedule {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.single-flight-result .flight-result-wrapper .info .schedule .arrive,
.single-flight-result .flight-result-wrapper .info .schedule .depart {
  color: #6e747c;
}

.single-flight-result .flight-result-wrapper .info .schedule .arrive .city,
.single-flight-result .flight-result-wrapper .info .schedule .depart .city {
  line-height: 1rem;
}

.single-flight-result .flight-result-wrapper .info .schedule .arrive .airport-code,
.single-flight-result .flight-result-wrapper .info .schedule .depart .airport-code {
  font-size: 1.71rem;
  font-weight: 500;
  line-height: 1.71rem;
  margin: 10px 0;
  text-transform: uppercase;
  color: #4e545c;
}

.single-flight-result .flight-result-wrapper .info .schedule .arrive .time,
.single-flight-result .flight-result-wrapper .info .schedule .depart .time {
  font-size: 2.14rem;
  font-weight: 300;
  line-height: 2.14rem;
}

.single-flight-result .flight-result-wrapper .info .schedule .arrive .time span,
.single-flight-result .flight-result-wrapper .info .schedule .depart .time span {
  font-size: 1.14rem;
  font-weight: normal;
  margin-left: 8px;
}

.single-flight-result .flight-result-wrapper .info .schedule .flight-time {
  font-size: 0.93rem;
  line-height: 1.43rem;
  color: #6e747c;
}

.single-flight-result .flight-result-wrapper .info .schedule .flight-time i {
  font-size: 1.43rem;
  color: #d2d2d2;
}

.single-flight-result .flight-result-wrapper .info .miscellaneous {
  font-size: 0.93rem;
  padding-top: 20px;
  color: #74787e;
}

.single-flight-result .flight-result-wrapper .info .miscellaneous .data {
  font-size: 1.43rem;
  font-weight: 500;
  color: #4e545c;
}

.single-flight-result form.flight-class {
  border-left: 1px solid #e9e9e9;
}

.single-flight-result form.flight-class .class-selection-wrapper {
  height: 33.3%;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
}

.single-flight-result form.flight-class .class-selection-wrapper:last-child {
  border-bottom: none;
}

.single-flight-result form.flight-class .class-selection-wrapper input.radio-btn {
  display: none;
}

.single-flight-result form.flight-class .class-selection-wrapper input.radio-btn~label.radio-box:before {
  font-family: FontAwesome;
  display: table-cell;
  width: 30%;
  content: "\f10c";
  text-align: right;
  vertical-align: middle;
  color: #bbbbbb;
}

.single-flight-result form.flight-class .class-selection-wrapper input.radio-btn:checked~.radio-box:before {
  content: "\f192";
  color: #6e747c;
}

.single-flight-result form.flight-class .class-selection-wrapper label.radio-box {
  display: table;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.single-flight-result form.flight-class .class-selection-wrapper label.radio-box span {
  display: block;
}

.single-flight-result form.flight-class .class-selection-wrapper label.radio-box span.text-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.single-flight-result form.flight-class .class-selection-wrapper label.radio-box span.text-wrapper span.class,
.single-flight-result form.flight-class .class-selection-wrapper label.radio-box span.text-wrapper span.price {
  padding-right: 30%;
}

.single-flight-result form.flight-class .class-selection-wrapper label.radio-box span.text-wrapper span.class {
  font-weight: normal;
  color: #6e747c;
}

.single-flight-result form.flight-class .class-selection-wrapper label.radio-box span.text-wrapper span.price {
  font-size: 1.27rem;
  font-weight: 500;
}

.list-single-flight-result .single-flight-result:last-child {
  margin-bottom: 0;
}

/*------------  2.8. Trip Info  -----------*/

.trip-info {
  font-size: 16px;
  line-height: 80px;
  height: 80px;
  box-shadow: 0 0 24px 2px rgba(127, 127, 127, 0.09);
}

/*------------  2.10. Single Recent Post  -----------*/

.single-recent-post-widget {
  display: table;
}

.single-recent-post-widget .img-wrapper {
  display: table-cell !important;
  width: 100px !important;
  vertical-align: top;
}

.single-recent-post-widget .post-info {
  display: table-cell;
  padding-left: 15px;
  vertical-align: top;
}

.single-recent-post-widget .post-info .meta-info {
  font-size: 0.86rem;
  line-height: 0.86rem;
  margin-bottom: 5px;
}

.single-recent-post-widget .post-info .single-rp-preview {
  font-size: 1rem;
  color: #3c3c3c;
}

/*------------  2.11. Categories  -----------*/

.categories-widget .category {
  color: #6e747c;
}

.categories-widget .category:before {
  margin-right: 10px;
  content: "\f178";
  color: #dbdbdb;
}

/*------------  2.11. Tags  -----------*/

.tags-widget .content-widget .tag {
  margin-right: 10px;
  margin-bottom: 10px;
}

/*------------  2.11. Archives  -----------*/

.archives-widget .datepicker {
  width: 100%;
  padding: 0;
}

.archives-widget table.table-condensed {
  width: 100%;
}

/*------------  2.11. Social  -----------*/

.social-widget ul {
  margin-bottom: 0;
  margin-left: 0;
}

.social-widget ul li {
  width: calc(100% / 6);
  width: -moz-calc(100% / 6);
  height: 50px;
  padding: 0;
  text-align: center;
}

.social-widget ul li a.social-icon {
  position: relative;
  width: 45px;
  height: 45px;
  color: #cdcdcd;
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.social-widget ul li a.social-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social-widget ul li a.social-icon:hover {
  color: #ffffff;
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.04);
}

/*----------  4.1. Main Footer  ----------*/

.bg-blue-gradient {
  position: relative;
  background: #ffffff;
  background-image: url("../images/background/bg-footer-2.png");
  background-repeat: repeat;
  background-position: top;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-blue-gradient .link {
  color: #5d5d5d !important;
}

.bg-blue-gradient .contact-us-widget .info-list ul li .icons {
  color: #5d5d5d;
}

.bg-blue-gradient .form-email .text {
  color: #5d5d5d;
}

.bg-blue-gradient .title-widget {
  color: #444444 !important;
}

.bg-blue-gradient .form-email .form-email-widget {
  background-color: #ffffff;
}

.footer-main.bg-transparent {
  background-color: transparent;
  background-image: none;
}

.logo-footer {
  display: inline-block;
  margin-bottom: 70px;
}

.logo-footer img {
  max-width: 150px;
  margin: 0 auto;
}

footer .widget {
  text-align: left;
}

footer .widget .title-widget {
  font-size: 17px;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #fff;
  text-align: left;
}

/*----------  4.2. subscribe email  ----------*/

.subscribe-email {
  padding: 30px 0;
  color: #777777;
}

.subscribe-email-wrapper {
  display: inline-block;
  width: 100%;
}

.subscribe-email-wrapper .subscribe-email-left {
  float: left;
}

.subscribe-email-wrapper .subscribe-email-right {
  float: right;
  margin-top: 15px;
}

.subscribe-email-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #4d4d4d;
}

.subscribe-email-title .logo-text {
  font-size: 36px;
  font-weight: bold;
}

.subscribe-email-text {
  font-size: 16px;
  margin-bottom: 0;
  color: #666666;
}

.form-subscribe-email {
  width: 270px;
  height: 40px;
  border-radius: 50px;
  background-color: #3c3c3c;
}

.form-subscribe-email .form-control {
  height: 40px;
  padding-left: 20px;
  color: #ddeaf0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}

.form-subscribe-email .form-control:active,
.form-subscribe-email .form-control:focus {
  box-shadow: none;
}

.form-subscribe-email .btn-email {
  font-size: 14px;
  width: 34px;
  height: 34px;
  margin-right: 3px;
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 50%;
  background-color: #505050;
}

.form-subscribe-email ::-webkit-input-placeholder {
  color: #6c6c6c;
}

.form-subscribe-email :-moz-placeholder {
  color: #6c6c6c;
}

.form-subscribe-email ::-moz-placeholder {
  color: #6c6c6c;
}

.form-subscribe-email :-ms-input-placeholder {
  color: #6c6c6c;
}

/*----------  4.3. Hyperlink  ----------*/

.hyperlink {
  background-color: #fff;
  padding: 10px 0;
  font-size: 12px;
  position: relative;
  z-index: 1;
}

.hyperlink .slide-logo-wrapper {
  width: 80%;
  margin: 70px auto;
}

.hyperlink .social-footer {
  margin-bottom: 5px;
}

.hyperlink .name-company {
  margin-bottom: 20px;
}

.hyperlink.bg-transparent {
  background-color: transparent;
}

.hyperlink.bg-transparent .slide-logo-wrapper .logo-item .link {
  opacity: 0.5;
}

.hyperlink.bg-transparent .slide-logo-wrapper .logo-item .link:hover {
  opacity: 1;
}

.hyperlink.bg-transparent .social-footer .link {
  color: #b4b4b4 !important;
}

.hyperlink.bg-transparent .social-footer .link:hover {
  color: #2b2b2b !important;
}

.hyperlink.bg-transparent .name-company {
  color: #b4b4b4;
}

.slide-logo-wrapper .logo-item .link {
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.2;
}

.slide-logo-wrapper .logo-item .link:hover {
  opacity: 1;
}

.social-footer {
  text-align: center;
}

.social-footer ul {
  margin: 0;
}

.social-footer .link {
  font-size: 18px;
  padding: 0 8px;
  color: #2b2b2b;
}

.social-footer .link:hover {
  color: #ffffff;
}

.name-company {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #2b2b2b;
}

.booking-widget ul li .link:hover {
  color: #161156 !important;
}

.footer-main-wrapper [class*="col-"] {
  margin-bottom: 25px;
}

.topbar-left img {
  width: 25px;
}

a.title {
  color: #212121;
}

/*----------  0.1. Color  ----------*/

a:active,
a:focus,
a:hover {
  color: #1675bf;
}

.spinner>div {
  background-color: #1675bf;
}

.bg-transparent .header-topbar .topbar-left li:hover i,
.bg-transparent .header-topbar .topbar-left li:hover span {
  color: #1675bf;
}

.bg-transparent .header-main.header-fixed .nav-search form .searchbutton {
  background-color: #1675bf;
}

.bg-white .header-topbar .topbar-left li:hover i,
.bg-white .header-topbar .topbar-left li:hover span {
  color: #1675bf;
}

.header-03 .header-topbar .btn-menu:hover .icons,
.header-03 .header-topbar .btn-menu:hover .text {
  color: #1675bf;
}

/*----------  2.1. Topbar Header  ----------*/

.header-topbar a:hover,
.header-topbar p:hover,
.header-topbar span:hover {
  color: #1675bf;
}

.header-topbar .topbar-left>li:hover i,
.header-topbar .topbar-left>li:hover span {
  color: #1675bf;
}

.navigation .nav-links li.active .main-menu,
.navigation .nav-links li:hover .main-menu {
  color: #1675bf;
}

.navigation .nav-links li:hover .main-menu .icons-dropdown i {
  color: #1675bf;
}

.navigation .nav-links .main-menu:after,
.navigation .nav-links .main-menu:before {
  background-color: #1675bf;
}

.bg-transparent .navigation .nav-links li.active .main-menu,
.bg-transparent .navigation .nav-links li:hover .main-menu {
  color: #1675bf !important;
}

.bg-white .navigation .nav-links li.active .main-menu,
.bg-white .navigation .nav-links li:hover .main-menu {
  color: #1675bf !important;
}

.dropdown-menu-1,
.dropdown-menu-2 {
  border-bottom: 2px solid #1675bf;
}

.wrapper-mobile-nav {
  background: #1675bf;
}

.wrapper-mobile-nav .header-main .login-widget .item:hover {
  background-color: #1675bf;
}

.menu-mobile {
  background-color: #1675bf;
}

.menu-mobile .main-menu {
  background-color: #1675bf;
  color: #fff;
}

.menu-mobile .main-menu:active,
.menu-mobile .main-menu:hover {
  background-color: #1675bf;
}

/*----------  3.3. Both Sidebar  ----------*/

.contact-us-widget .info-list ul li .link:hover {
  color: #1675bf;
}

.form-email .btn-email {
  background-color: #1675bf;
}

.booking-widget ul li .link:before {
  color: #fff;
}

.booking-widget ul li:hover .link {
  color: #1675bf;
}

.explore-widget ul li:hover .link,
.top-deals-widget ul li:hover .link {
  color: #1675bf;
}

/*----------   Find     ---------*/

.find-widget {
  background-color: #fff;
}

.find-widget .submit-btn-wrapper .submit-btn {
  color: #1675bf;
}

.find-widget .submit-btn-wrapper .text {
  color: #1675bf;
}

.tab-search-condensed {
  background-color: #1675bf;
}

/*----------    Flight Time    ---------*/

.flight-time-widget .flight-time-visual-widget .visual .bar .arrive.indicator,
.flight-time-widget .flight-time-visual-widget .visual .bar .depart.indicator {
  background-color: #1675bf;
}

/*----------      Price      ---------*/

.price-widget .nstSlider .leftGrip.indicator,
.price-widget .nstSlider .rightGrip.indicator {
  background-color: #1675bf;
}

/*---------- Tab search  ---------- */

.tab-search .tab-btn-wrapper .tab-btn:active,
.tab-search .tab-btn-wrapper .tab-btn:focus,
.tab-search .tab-btn-wrapper .tab-btn:hover {
  background-color: #1675bf;
  color: #fff !important;
}

.tab-search .tab-btn-wrapper.active .tab-btn {
  background-color: #1675bf;
  color: #fff !important;
}

.tab-search-default .tab-btn-wrapper .tab-btn i {
  color: #1675bf;
}

.tab-search .tab-btn-wrapper .tab-btn:active i,
.tab-search .tab-btn-wrapper .tab-btn:focus i,
.tab-search .tab-btn-wrapper .tab-btn:hover i {
  color: #fff !important;
}

.tab-search-default .tab-content-bg {
  background-color: #1675bf;
}

.tab-search-condensed .tab-btn-wrapper .tab-btn {
  color: #1675bf;
}

.tab-search-condensed .tab-btn-wrapper .tab-btn i {
  color: #1675bf;
}

/*----------  2.3. Flight Date Selection  ---------*/

.fds-widget .price-select.yellow {
  background-color: #1675bf;
}

/*----------  2.7. Single Flight Result  ---------*/

.single-flight-result form.flight-class .class-selection-wrapper label.radio-box span.text-wrapper span.price {
  color: #1675bf;
}

/*------------  2.11. Social  -----------*/

.social-widget ul li a.social-icon:hover {
  border-color: #fff;
  background-color: #fff;
}

.bg-blue-gradient .link:hover {
  color: #1675bf !important;
}

/*----------  4.2. subscribe email  ----------*/

.subscribe-email {
  background-color: #1675bf;
}

.form-subscribe-email .btn-email {
  color: #1675bf;
}

.page-title-wrapper .breadcrumb li .link:hover {
  color: #1675bf;
}

.page-title-wrapper .breadcrumb li.active .link:after {
  background-color: #1675bf;
}

.page-title-wrapper .price .number {
  color: #1675bf;
}

.page-title-wrapper .price .unit {
  color: #1675bf;
}

.page-title-wrapper .breadcrumb {
  border-bottom: 1px solid #1675bf;
}

.page-title-wrapper .breadcrumb li .link:hover {
  color: #1675bf;
}

.page-title-wrapper .price .number {
  color: #1675bf;
}

.page-title-wrapper .price .unit {
  color: #1675bf;
}

.group-title .sub-title .icons:after {
  background-color: #1675bf;
}

.title-style-2:after {
  background-color: #1675bf;
}

.btn.btn-maincolor {
  border: 1px solid #1675bf;
  background-color: #1675bf;
  color: #fff;
}

.btn.btn-gray:hover {
  border: 1px solid #1675bf;
  background-color: #1675bf;
}

.btn-slide {
  color: #1675bf;
}

.btn-slide .text {
  color: #fff;
}

.btn-slide .icons {
  color: #1675bf;
}

.btn-slide:before {
  color: #1675bf;
}

#back-top .link {
  color: #1675bf;
  border: 1px solid #1675bf;
  background-color: #fff;
}

#back-top .link:hover {
  background-color: #1675bf;
}

.stars:after {
  color: #1675bf;
}

.label-sale {
  background-color: #1675bf;
}

/*----------  1.3. Main layout  ----------*/

.tours-layout .image-wrapper .title-wrapper .title:before {
  background: #1675bf;
}

.tours-layout .image-wrapper .title-wrapper .title:hover {
  color: #1675bf;
}

.tours-layout .content-wrapper .list-info li .link:hover {
  background-color: #1675bf;
}

.tours-layout .content-wrapper>.content .title .price {
  color: #212121;
}

.tours-layout .content-wrapper>.content .group-btn-tours .left-btn:hover,
.tours-layout .content-wrapper>.content .group-btn-tours .right-btn:hover {
  background-color: #1675bf;
}

.hotels-layout .image-wrapper .title-wrapper .title:before {
  background: #1675bf;
}

.hotels-layout .image-wrapper .title-wrapper .title:hover {
  color: #1675bf;
}

.hotels-layout .content-wrapper .list-info .link:hover {
  background-color: #1675bf;
}

.hotels-layout .content-wrapper .list-info .share-social-list .link-social:hover {
  background-color: #1675bf;
}

.hotels-layout .content-wrapper>.content .title .price {
  color: #1675bf;
}

.hotels-layout .content-wrapper>.content .group-btn-tours:hover {
  background-color: #1675bf;
}

.new-layout .content-wrapper .title:hover {
  color: #1675bf;
}

.new-layout .content-wrapper .info li .link:hover {
  color: #1675bf;
}

.cruises-layout .content-wrapper .title:hover {
  color: #1675bf;
}

.cruises-layout .content-wrapper .price {
  color: #1675bf;
}

.car-rent-layout .content-wrapper .title:hover {
  color: #1675bf;
}

.car-rent-layout .content-wrapper .price {
  color: #1675bf;
}

.special-offer-layout .image-wrapper .title-wrapper .title:before {
  background: #1675bf;
}

.special-offer-layout .image-wrapper .title-wrapper .title:hover {
  color: #1675bf;
}

.mozilla5 .homepage-default .group-title .title,
.safari .homepage-default .group-title .title {
  -webkit-animation: color-text 5s infinite;
  background: linear-gradient(to right,
      #ffffff 0%,
      #ffffff 15%,
      #ffffff 35%,
      #ffffff 50%,
      #ffffff 85%,
      #1675bf 90%,
      #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.homepage-default .group-btn .btn-click {
  color: #1675bf;
}

.homepage-default .group-btn .btn-click .icons {
  color: #1675bf;
}

.homepage-04 .form-subscribe-email .btn-email {
  background-color: #1675bf;
}

.box-media:hover .icons {
  border: 1px solid #1675bf;
  background: #1675bf;
}

.tours-wrapper .tours-list .slick-dots li button:hover {
  border: 1px solid #1675bf;
}

.tours-wrapper .tours-list .slick-dots li button:hover:before {
  color: #1675bf;
}

.tours-wrapper .tours-list .slick-dots li.slick-active button {
  border: 1px solid #1675bf;
}

.tours-wrapper .tours-list .slick-dots li.slick-active button:before {
  color: #1675bf;
}

.travelers .traveler-list .slick-dots li button:hover {
  border: 1px solid #1675bf;
}

.travelers .traveler-list .slick-dots li button:hover:before {
  color: #1675bf;
}

.travelers .traveler-list .slick-dots li.slick-active button {
  border: 1px solid #1675bf;
}

.travelers .traveler-list .slick-dots li.slick-active button:before {
  color: #1675bf;
}

.traveler .wrapper-content .name {
  color: #1675bf;
}

.news .news-list .slick-dots li button:hover {
  border: 1px solid #1675bf;
}

.news .news-list .slick-dots li button:hover:before {
  color: #1675bf;
}

.news .news-list .slick-dots li.slick-active button {
  border: 1px solid #1675bf;
}

.news .news-list .slick-dots li.slick-active button:before {
  color: #1675bf;
}

.text-salebox .text-left .sale-box .number {
  color: #1675bf;
}

.text-salebox .text-left .sale-box .sup-1 {
  color: #1675bf;
}

.a-fact-image-wrapper .a-fact-image .icons:hover {
  border: 2px solid #1675bf;
  background: #1675bf;
}

.contact-box {
  border: solid 1px #ccc;
  border-radius: 5px;
}

/*----------- blog detail ----------*/

.item-blog-detail .blog-text .sideline:after {
  background-color: #1675bf;
}

.item-blog-detail .blog-text .blog-comment .comment-list .media-right .btn.btn-crystal:hover {
  color: #1675bf;
}

.stars-rating a.star-1:before,
.stars-rating a.star-2:before,
.stars-rating a.star-3:before,
.stars-rating a.star-4:before,
.stars-rating a.star-5:before {
  color: #1675bf;
}

/*----------  Tour View  ----------*/

.schedule-block .element {
  background-color: #1675bf;
}

.timeline-title span {
  background-color: #1675bf;
}

/* Gallery Block */
/* Expert Block */

.contact-list-media:hover .icons {
  border: 1px solid #1675bf;
  background: #1675bf;
}

/*----------  Hotel View  ----------*/

.map-block .map-info p.mail:hover a {
  color: #1675bf;
}

.map-block .map-info .footer-block {
  background-color: #1675bf;
}

.map-block .map-info .footer-block .btn-open-map:hover {
  border: 1px solid #1675bf;
}

/*----------  3.2. tour result  ----------*/

.list-continent-wrapper .continent:before {
  border: 1px solid #1675bf;
  background-color: #1675bf;
}

.special-offer-list .slick-dots li button:hover {
  border: 1px solid #1675bf;
}

.special-offer-list .slick-dots li button:hover:before {
  color: #1675bf;
}

.special-offer-list .slick-dots li.slick-active button {
  border: 1px solid #1675bf;
}

.special-offer-list .slick-dots li.slick-active button:before {
  color: #1675bf;
}

.our-content .our-icon {
  color: #1675bf;
}

.content-expert .caption-expert {
  background-color: #1675bf;
}

.content-tours .wrapper-thin:hover .icon-thin {
  color: #1675bf;
}

.content-tours .wrapper-thin:hover .tours-title {
  color: #1675bf;
}

/*----------  contact  ----------*/

.content-organization:hover .wrapper-img {
  border: 1px solid #1675bf;
}

.content-organization .organization-title .title:hover {
  color: #1675bf;
}

.content-organization .content-widget .link:hover {
  color: #1675bf;
}

/*----------  3.2. Flight Results  ----------*/

.flight-result-main .date-selection .btn-wrapper .btn-select:hover {
  color: #1675bf;
  border-color: #1675bf;
}

/*----------  3.2. Blog  ----------*/
/* SECTION */
/*----------  3.2.1 Blog Post  ----------*/

.blog-post .blog-content .heading:hover {
  color: #1675bf;
}

.blog-post .blog-content .quote-wrapper .quote:hover {
  color: #1675bf;
}

/*----------  car-detail  ----------*/

.wrapper-car-result .car-wigdet .car-item:hover {
  color: #1675bf;
}

.car-price-wrapper {
  background-color: #1675bf;
}

.wrapper-driver-detail .driver-title {
  background-color: #1675bf;
}

.form-check-img .input-check:checked~.img-radio:before {
  border: 2px solid #1675bf;
}

/*----------  faq  ----------*/

.wrapper-accordion .panel.active .panel-heading {
  background-color: #1675bf;
}

.wrapper-caption-team .wrapper-team-title .team-title:hover {
  color: #1675bf;
}

.wrapper-caption-team .wrapper-team-title .team-title-andress .item-andress:hover {
  color: #1675bf;
}

.team-purchase .title-yellow {
  color: #1675bf;
}

.main-position .list-info .link:hover {
  background-color: #1675bf;
}

.group-number .about-us-list li:hover .text {
  color: #1675bf;
}

.group-number .about-us-list li:hover .text:after {
  color: #1675bf;
}

.group-number .about-us-list li:hover .text-number {
  color: #1675bf;
}

.wrapper-llc .list-llc .item:hover {
  color: #1675bf;
}

.view-more .more {
  color: #1675bf;
}

/*----------  4.1. jQuery Plugin 1  ----------*/
/*----------  4.1. jQuery Plugin 1  ----------*/

.datepicker thead .next:hover:before,
.datepicker thead .prev:hover:before {
  background-color: #1675bf;
}

.datepicker tbody td.day.active:before,
.datepicker tbody td.day.range-end:before,
.datepicker tbody td.day.range-start:before {
  background-color: #1675bf;
}

.title-style-2 span {
  color: #1675bf;
}

/* line 17, ../src/please-wait.scss */

body.pg-loading {
  overflow: hidden;
}

/* line 21, ../src/please-wait.scss */

.pg-loading-screen {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000000;
  opacity: 1;
  background-color: #fff;
  -webkit-transition: background-color 0.4s ease-in-out 0s;
  -moz-transition: background-color 0.4s ease-in-out 0s;
  -ms-transition: background-color 0.4s ease-in-out 0s;
  -o-transition: background-color 0.4s ease-in-out 0s;
  transition: background-color 0.4s ease-in-out 0s;
}

/* line 32, ../src/please-wait.scss */

.pg-loading-screen.pg-loaded {
  opacity: 0;
  -webkit-animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
  -moz-animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
  -ms-animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
  -o-animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
}

/* line 38, ../src/please-wait.scss */

.pg-loading-screen.pg-loading .pg-loading-logo-header,
.pg-loading-screen.pg-loading .pg-loading-html {
  opacity: 1;
}

/* line 42, ../src/please-wait.scss */

.pg-loading-screen.pg-loading .pg-loading-logo-header,
.pg-loading-screen.pg-loading .pg-loading-html:not(.pg-loaded) {
  -webkit-animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  -moz-animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  -ms-animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  -o-animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

/* line 46, ../src/please-wait.scss */

.pg-loading-screen.pg-loading .pg-loading-html:not(.pg-loaded) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* line 51, ../src/please-wait.scss */

.pg-loading-screen .pg-loading-inner {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: static;
}

/* line 59, ../src/please-wait.scss */

.pg-loading-screen .pg-loading-center-outer {
  width: 100%;
  padding: 0;
  display: table !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/* line 70, ../src/please-wait.scss */

.pg-loading-screen .pg-loading-center-middle {
  padding: 0;
  vertical-align: middle;
  display: table-cell !important;
  margin: 0;
  text-align: center;
}

/* line 78, ../src/please-wait.scss */

.pg-loading-screen .pg-loading-logo-header,
.pg-loading-screen .pg-loading-html {
  width: 100%;
  opacity: 0;
}

/* line 83, ../src/please-wait.scss */

.pg-loading-screen .pg-loading-logo-header {
  text-align: center;
}

/* line 86, ../src/please-wait.scss */

.pg-loading-screen .pg-loading-logo-header img {
  display: inline-block !important;
}

/* line 91, ../src/please-wait.scss */

.pg-loading-screen .pg-loading-html {
  margin-top: 50px;
}

/* line 94, ../src/please-wait.scss */

.pg-loading-screen .pg-loading-html.pg-loaded {
  -webkit-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 97, ../src/please-wait.scss */

.pg-loading-screen .pg-loading-html.pg-loaded.pg-removing {
  opacity: 0;
}

/* line 101, ../src/please-wait.scss */

.pg-loading-screen .pg-loading-html.pg-loaded.pg-loading {
  opacity: 1;
}

@-webkit-keyframes pgAnimLoading {
  from {
    opacity: 0;
  }
}

@-moz-keyframes pgAnimLoading {
  from {
    opacity: 0;
  }
}

@-o-keyframes pgAnimLoading {
  from {
    opacity: 0;
  }
}

@-ms-keyframes pgAnimLoading {
  from {
    opacity: 0;
  }
}

@keyframes pgAnimLoading {
  from {
    opacity: 0;
  }
}

@-webkit-keyframes pgAnimLoaded {
  from {
    opacity: 1;
  }
}

@-moz-keyframes pgAnimLoaded {
  from {
    opacity: 1;
  }
}

@-o-keyframes pgAnimLoaded {
  from {
    opacity: 1;
  }
}

@-ms-keyframes pgAnimLoaded {
  from {
    opacity: 1;
  }
}

@keyframes pgAnimLoaded {
  from {
    opacity: 1;
  }
}

.input-group-text {
  margin-left: -3px;
}

.bg-blue {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

.bg-white2 {
  background-color: #fff;
}

.schedule .fa-info-circle {
  color: #1675bf;
}

.qr img {
  max-width: 160px;
}

.tour-typelist {
  /*background-image: url(../images/port.jpg);*/
  position: relative;
  width: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right;
}

.tour-typelist::before {
  content: "";
  position: absolute;
  top: 280px;
  right: -100px;
  bottom: 30px;
  left: 30px;
  background-image: url(../images/seatrantour-icon.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 300px;
  opacity: 0.1;
  /*filter: brightness(0) invert(0);*/
}

.tour-typelist::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: -100px;
  background-image: url(../images/seatrantour-icon.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 300px;
  opacity: 0.1;
  z-index: 0;
  /* filter: brightness(0) invert(0);*/
}

.tours {
  z-index: 1;
}

.footer-main {
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #1675bf;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.footer-main::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -80px;
  bottom: 30px;
  left: 0px;
  background-image: url(../images/seatrantour-icon.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 350px;
  opacity: 0.1;
  z-index: 0;
  /* filter: brightness(0) invert(0);*/
}

.footer-main-wrapper {
  position: relative;
  z-index: 1;
}

/* Slideshow*/

.slideshow,
.slideshow:after {
  /* position: fixed;
                                            width: 100%;
                                            height: 100%;
                                            top: 0px;
                                            left: 0px;*/
  z-index: 0;
}

.slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 36s linear infinite 0s;
  -moz-animation: imageAnimation 36s linear infinite 0s;
  -o-animation: imageAnimation 36s linear infinite 0s;
  -ms-animation: imageAnimation 36s linear infinite 0s;
  animation: imageAnimation 36s linear infinite 0s;
}

.slideshow li div {
  z-index: 1000;
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-animation: titleAnimation 36s linear infinite 0s;
  -moz-animation: titleAnimation 36s linear infinite 0s;
  -o-animation: titleAnimation 36s linear infinite 0s;
  -ms-animation: titleAnimation 36s linear infinite 0s;
  animation: titleAnimation 36s linear infinite 0s;
}

.slideshow li:nth-child(1) span {
  background-image: url(../images/background/homepage.jpg);
}

.slideshow li:nth-child(2) span {
  background-image: url(../images/background/homepage2.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow li:nth-child(3) span {
  background-image: url(../images/background/homepage.jpg);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}

.slideshow li:nth-child(4) span {
  background-image: url(../images/background/homepage2.jpg);
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}

.slideshow li:nth-child(5) span {
  background-image: url(../images/background/homepage.jpg);
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}

.slideshow li:nth-child(6) span {
  background-image: url(../images/background/homepage2.jpg);
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;
}

.slideshow li:nth-child(2) div {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow li:nth-child(3) div {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}

.slideshow li:nth-child(4) div {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}

.slideshow li:nth-child(5) div {
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}

.slideshow li:nth-child(6) div {
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;
}

/* Animation for the slideshow images */

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }

  8% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
  }

  17% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }

  25% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }

  8% {
    opacity: 1;
    -moz-transform: scale(1.05);
    -moz-animation-timing-function: ease-out;
  }

  17% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }

  25% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in;
  }

  8% {
    opacity: 1;
    -o-transform: scale(1.05);
    -o-animation-timing-function: ease-out;
  }

  17% {
    opacity: 1;
    -o-transform: scale(1.1);
  }

  25% {
    opacity: 0;
    -o-transform: scale(1.1);
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in;
  }

  8% {
    opacity: 1;
    -ms-transform: scale(1.05);
    -ms-animation-timing-function: ease-out;
  }

  17% {
    opacity: 1;
    -ms-transform: scale(1.1);
  }

  25% {
    opacity: 0;
    -ms-transform: scale(1.1);
  }

  100% {
    opacity: 0;
  }
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }

  8% {
    opacity: 1;
    transform: scale(1.05);
    animation-timing-function: ease-out;
  }

  17% {
    opacity: 1;
    transform: scale(1.1);
  }

  25% {
    opacity: 0;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
  }
}

/* Animation for the title */

@-webkit-keyframes titleAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
  }

  8% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  17% {
    opacity: 1;
    -webkit-transform: scale(1);
  }

  19% {
    opacity: 0;
  }

  25% {
    opacity: 0;
    -webkit-transform: scale(10);
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes titleAnimation {
  0% {
    opacity: 0;
    -moz-transform: translateY(200px);
  }

  8% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }

  17% {
    opacity: 1;
    -moz-transform: scale(1);
  }

  19% {
    opacity: 0;
  }

  25% {
    opacity: 0;
    -moz-transform: scale(10);
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes titleAnimation {
  0% {
    opacity: 0;
    -o-transform: translateY(200px);
  }

  8% {
    opacity: 1;
    -o-transform: translateY(0px);
  }

  17% {
    opacity: 1;
    -o-transform: scale(1);
  }

  19% {
    opacity: 0;
  }

  25% {
    opacity: 0;
    -o-transform: scale(10);
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes titleAnimation {
  0% {
    opacity: 0;
    -ms-transform: translateY(200px);
  }

  8% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }

  17% {
    opacity: 1;
    -ms-transform: scale(1);
  }

  19% {
    opacity: 0;
  }

  25% {
    opacity: 0;
    -webkit-transform: scale(10);
  }

  100% {
    opacity: 0;
  }
}

@keyframes titleAnimation {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }

  8% {
    opacity: 1;
    transform: translateY(0px);
  }

  17% {
    opacity: 1;
    transform: scale(1);
  }

  19% {
    opacity: 0;
  }

  25% {
    opacity: 0;
    transform: scale(10);
  }

  100% {
    opacity: 0;
  }
}

/* Show at least something when animations not supported */

.no-cssanimations .slideshow li span {
  opacity: 1;
}

/**/

.slide-inner.bg-height {
  background-size: cover;
  background-position: center;
}

.main-page .navigation .nav-links {
  display: table !important;
  float: none !important;
  margin: 0 auto !important;
}

.logo-mainx {
  max-width: 200px;
}

@media screen and (max-width: 1024px) {
  .main-page .header-04 .header-main .navbar-header {
    display: inherit !important;
  }
}

.gallery-site {
  width: 100% !important;
  max-width: 100% !important;
}

.details ul {
  margin-left: 30px;
}

.details h1 {
  font-weight: 600;
  font-size: 33px;
  margin-bottom: 20px;
}

.details h1,
.details h4 {
  color: #000;
  text-transform: uppercase;
}

.checkout .find-widget {
  background-color: #fff;
  border-radius: 5px;
}

.package .hotels-list [class*="col-"] {
  margin-bottom: 20px;
}

.checkout .tab-search-transparent {
  margin: 0px 0 !important;
}

.noborder {
  border: none !important;
}

.origin2 input[type="text"] {
  width: 100%;
  min-height: 37px;
  padding: 0 10px;
}

.summary h5 {
  margin: 0;
}

.login-widget .fa {
  font-size: 16px;
}

.list-inline>li {
  padding: 0 5px;
}

/**/

.banner-slide .carousel-item {
  max-height: 400px;
}

.banner-slide .carousel-item img {
  object-fit: cover;
  max-height: 400px;
}

.banner-slide .carousel-caption {
  text-align: left;
  padding: 0;
}

.banner-slide .carousel-caption h5 {
  text-align: left;
  font-size: 50px;
  font-weight: 900;
  display: inline-block;
  max-width: 850px;
  margin: 15px 0 0 0;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
}

.carosuel-logo {
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -100px;
}

.carosuel-logo {
  max-height: 200px !important;
}

.carosuel-logo img {
  max-height: 200px !important;
}

.table-schedule {
  width: 100%;
  overflow: auto;
  padding: 3%;
  background-color: #eee;
  border-radius: 20px;
}

.table-schedule .table {
  background-color: #fff;
}

.table thead {
  background-color: #161156;
  color: #fff;
}

.table>thead>tr>th {
  vertical-align: middle;
}

.table-schedule h4 {
  text-transform: uppercase;
  color: #161156;
  font-weight: 700;
}

.modal .modal-content {
  border-radius: 14px !important;
}

#modal-customer-booking.modal{
  z-index: 2100 !important;
}

.booking-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 428px) {
  .booking-grid {
    grid-template-columns: auto;
  }
}

.booking-grid .booking-layout {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
  position: relative;
  cursor: pointer;
}

.booking-layout .label-booking {
  position: absolute;
  display: inline-block;
  z-index: 10;
  top: 6px;
  left: 6px;
  overflow: hidden;
  padding: 5px 15px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  background-color: #095b9b;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.booking-grid .booking-layout:hover {
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
}

.booking-grid .booking-layout .image-wrapper {
  overflow: hidden;
}

.booking-grid .booking-layout .content-wrapper {
  border-top: 1px solid #eee;
  padding: 10px;
}

.booking-grid .booking-layout .content-wrapper .content {
  font-size: 1rem;
  color: #1675bf;
}