.ftco-navbar-light {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(0%, #04304a), to(rgba(245, 175, 25, 0)));
  background: linear-gradient(180deg, white 0%, #04304a 0%, rgba(245, 175, 25, 0) 100%);
  top: 25px;
}

.navbar {
  padding: 0 1rem;
}

#ftco-nav .navbar-nav .mod-item a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 101%;
  height: 1px;
  background-color: #FFDD00;
  -webkit-animation: slide-out 300ms ease-in-out forwards;
          animation: slide-out 300ms ease-in-out forwards;
}

.mod-item {
  position: relative;
  overflow: hidden;
}

#ftco-nav .navbar-nav .mod-item a:hover:after {
  -webkit-animation: slide-in 300ms;
          animation: slide-in 300ms;
}

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}

@keyframes slide-out {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}

@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes slide-in {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.form-control:focus, .form-control:active {
  border-color: #fff;
}

.tab-btn button {
  padding: 13px;
}

.top-tour .destination {
  margin-top: 30px;
}

.top-tour .destinationoxs {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-tour .destinationoxs:before {
  position: absolute;
  content: '';
  border: 1px solid #fff;
  padding: 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-tour .destinationoxs:hover:before {
  position: absolute;
  content: '';
  border: 1px solid #fff;
  padding: 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: -6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.top-tour .destination .text {
  min-height: 345px;
}

.top-package .destination .text {
  min-height: 252px;
}

.top-package .shadowBoxs {
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-package .shadowBoxs:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.top-package .shadowBoxs img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.top-package .shadowBoxs:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.blog-entry.shadowBoxs {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.blog-entry.shadowBoxs:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.ftco-counter {
  padding: 4em 0;
}

.partnerlist {
  list-style: none;
}

.ftco-section-parallax .parallax-img {
  padding: 4em 0;
}

.ftco-footer p {
  margin-top: 1rem;
}

.hr-top {
  border-top: 1px solid #eaeaea61;
}

.destination .text .bottom-area span:last-child button {
  border-radius: 4px;
  padding: 3px 5px;
  background: #0678ba;
  color: #fff;
  border: none;
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
  border-radius: 0;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 10px;
  padding: 0;
  width: 36px;
  height: 36px;
  z-index: 2;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background: white;
  width: 100%;
}

.c-hamburger span:before, .c-hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 70%;
  height: 2px;
  background-color: #fff;
  content: "";
}

.c-hamburger span:before {
  top: -10px;
}

.c-hamburger span:after {
  bottom: -10px;
}

.awake .c-hamburger span {
  background: #04304a;
}

.awake .c-hamburger span:before, .awake .c-hamburger span:after {
  background-color: #04304a;
}

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}

.c-hamburger--htx span:before, .c-hamburger--htx span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

.c-hamburger--htx span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span:before, .c-hamburger--htx.is-active span:after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

.c-hamburger--htx.is-active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.desk-tog-menu .sub-menu {
  padding: 0 0 0 2%;
  float: right;
  left: -210px;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  width: 210px;
  position: fixed;
  margin: 0;
  background-color: rgba(4, 48, 74, 0.85);
  border-radius: 0;
  z-index: 0;
  overflow: hidden;
}

.desk-tog-menu .sub-menu.oppenned {
  left: 0;
}

.desk-tog-menu .sub-menu ul {
  margin: 0;
}

.desk-tog-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.desk-tog-menu ul .first {
  margin-top: 100px;
}

.desk-tog-menu ul li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.desk-tog-menu ul li a:hover {
  border-left: 4px solid #3498db;
}

.desk-tog-menu ul li a .fa {
  width: 16px;
  text-align: center;
  margin-right: 5px;
  float: right;
}

.desk-tog-menu ul li ul li a {
  border-left: 4px solid transparent;
  padding: 10px 20px;
}

.desk-tog-menu ul li ul li a:hover {
  border-left: 4px solid #3498db;
}

.navbar-brand {
  margin-left: 1rem;
}

.btn.no-radius {
  border-radius: 0px !important;
}

.no-radius {
  border-radius: 0px !important;
}

.bg-blue {
  background: #08659b;
}

.slider-handle {
  background-color: #fff !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#fff)) !important;
  background-image: linear-gradient(to bottom, #fff 0, #fff 100%) !important;
}

.slider.slider-horizontal {
  width: 100% !important;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: transparent;
  border-style: solid;
}

.tooltip.top {
  padding: 5px 0;
}

.sidebar-submit-btn {
  border: 1px solid #fff !important;
  color: #fff !important;
  border-radius: 0px !important;
  background-color: #0678ba;
}

.sidebar-submit-btn:hover {
  background-color: transparent;
  border: 1px solid #fff !important;
  color: #fff !important;
}

.tour_package .destination span#hotel {
  -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
          clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tour_package .destination:hover span#hotel {
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 0 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.destination .text .one {
  width: calc(100% - 20px);
}

.block-27 ul li.active span {
  background: #0678ba;
  color: #fff;
}

.block-27 ul li a, .block-27 ul li span {
  border-radius: unset;
  border: 1px solid #0678ba;
}

.find-package .sidebar-submit-btn {
  border: 1px solid #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.find-package .sidebar-submit-btn:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.hotels .destination .img-2 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 270px;
  -webkit-clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0 100%, 0 0);
          clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0 100%, 0 0);
}

.hotels .destination:hover .img-2 {
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 0 0);
}

.transport-pkg .destination .img-2 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 270px;
  -webkit-clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0 100%, 0 0);
          clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0 100%, 0 0);
}

.transport-pkg .destination:hover .img-2 {
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 0 0);
}

.destination .pkg-btn {
  background-color: #0678ba !important;
  color: #ffffff !important;
  border: 1px solid #0678ba !important;
  border-radius: 0px !important;
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  margin-left: 0px !important;
}

.theme-btn-blue {
  background-color: #0678ba !important;
  color: #ffffff !important;
  border: 1px solid #0678ba !important;
  border-radius: 0px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.theme-btn-blue:hover {
  background-color: #fff !important;
  color: #0678ba !important;
}

.theme-btn-yellow {
  background-color: #febb02 !important;
  color: #fff !important;
  border: 1px solid #febb02 !important;
  border-radius: 0px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

#ftco-loader.fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.floating {
  -webkit-animation-name: Floatingf;
          animation-name: Floatingf;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  margin-top: 10px;
}

@-webkit-keyframes Floatingf {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes Floatingf {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

.noUi-connect {
  background: #febb02;
}

.theme-btn-yellow:hover {
  background-color: #fff !important;
  color: #04304a !important;
}

.destination .pkg-btn:hover {
  background-color: transparent !important;
  color: #0678ba !important;
}

.recomond-pkg .destination {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.recomond-pkg .destination:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.goog-te-menu-frame {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.goog-te-menu2 table {
  color: #fff;
  background: #04304aab;
}

.goog-te-menu2-item div {
  color: #fff;
  background: #04304aab;
}

#content {
  position: relative;
  height: 530px;
  color: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  margin-top: 30px;
}

.hover-show.tooltip .tooltiptext img {
  width: 550px;
}

button.dropdown-item:hover {
  background-color: #0678ba;
  color: #ffffff;
  font-weight: 600;
}

.login .form-control:focus, .login .form-control:active {
  border-color: #ced4da;
}

.register .form-control:focus, .register .form-control:active {
  border-color: #ced4da;
}

.contact-form .form-control:focus, .contact-form .form-control:active {
  border-color: #ced4da;
}

.contact-form .place-select:invalid {
  color: #636c72;
}

.contact-form .place-select [disabled] {
  color: #636c72;
}

.country-clock {
  display: block;
  background: #0000007d;
  color: #fff;
  padding: 10px 13px;
  width: 105px;
  border: 1px solid #fff6;
  border-left: none;
  font-size: 12px;
}

.top-bar-time {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  background: #04304a;
  color: #fff;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 15px;
}

.px-40 {
  padding: 0 40px;
}

.time-width {
  width: 140px;
}


@media only screen and (max-width: 600px) {
  .text-sm-center {
    text-align: center;
  }
  .desk-tog-menu {
    display: none;
  }
  .mobile-hide {
    display: none;
  }
  .m-flex-dir {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #content {
    height: 720px;
  }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu.show {
    background: transparent;
  }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu.show .dropdown-item {
    margin-left: 20px;
  }
  .scrolled .navbar-nav > .nav-item .dropdown-menu.show .dropdown-item {
    color: #0678ba;
  }
  .scrolled button.dropdown-item {
    color: #0678ba;
  }
  .hover-show.tooltip .tooltiptext {
    display: none;
  }
  .top-bar-time {
    font-size: 9px;
  }
  .ftco-navbar-light {
    top: 16px;
  }
  .px-40 {
    padding: 0 10px;
  }
  .ftco-navbar-light.scrolled {
    top: 17px;
  }
}

@media screen and (max-width: 992px) {
  .form-control {
    font-size: 12px;
  }
  .desk-tog-menu {
    display: none;
  }
  .tabset {
    text-align: center;
  }
  .portfolio_details_inner .portfolio_right_text {
    padding-left: 0px !important;
  }
  .tab-hide {
    display: none;
  }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu.show {
    background: transparent;
  }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu.show .dropdown-item {
    margin-left: 20px;
  }
  .scrolled .navbar-nav > .nav-item .dropdown-menu.show .dropdown-item {
    color: #0678ba;
  }
  .scrolled button.dropdown-item {
    color: #0678ba;
  }
  .hover-show.tooltip .tooltiptext img {
    width: 350px;
  }
}
/*# sourceMappingURL=madu-style.css.map */