



.modal-dialog {
  margin: 110px auto; }
  .modal-dialog button.close {
    height: 15px;
    width: 15px;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    background: #ddd;
    margin-right: 15px;
    margin-top: 15px; }
    .modal-dialog button.close:hover {
      background: #f4b843;
      color: #ffffff; }

.btn {
  font-family: "Open Sans";
  border-radius: 3px;
  padding: 15px 35px;
  font-size: 14px;
  letter-spacing: 2px; }

button[type="submit"] {
  outline: none !important; }

.zt-default {
  background: none;
  border-color: #f4b843;
  outline: none;
  font-weight: 700;
  color: #f4b843;
  text-transform: uppercase;
  transition: all .5s ease; }
  .zt-default span {
    color: #f4b843;
    transition: all .5s ease; }
  .zt-default:hover {
    background: #f4b843;
    color: #ffffff;
    border-color: #f4b843;
    transition: all .5s ease; }
    .zt-default:hover span {
      color: #ffffff;
      transition: all .5s ease; }
  .zt-default:active {
    color: #ffffff;
    border-color: #e8aa33;
    background: #e8aa33;
    outline: none;
    transition: all .5s ease; }

.zt-primary {
  background: #f4b843;
  border-color: #f4b843;
  color: #ffffff;
  outline: none;
  font-weight: 700;
  text-transform: uppercase;
  transition: all .5s ease; }
  .zt-primary span {
    color: #ffffff;
    transition: all .5s ease; }
  .zt-primary:hover {
    background: #e8aa33;
    color: #ffffff;
    border-color: #e8aa33;
    transition: all .5s ease; }
    .zt-primary:hover span {
      color: #ffffff;
      transition: all .5s ease; }
  .zt-primary:active {
    color: #ffffff;
    border-color: #f4b843;
    background: #f4b843;
    outline: none;
    transition: all .5s ease; }

.btn-full {
  width: 100% !important; }

.overlay {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  margin: 0; }
  .overlay .overlay-scale {
    display: none; }
  .overlay.overlay-hover:hover .overlay-scale {
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .overlay.overlay-hover:hover .overlay-background {
    background: #000; }

.zt-container {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto; }

.zt-container-min {
  max-width: 730px;
  width: 100%;
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto; }

.zt-overlay-background-primary {
  background: #f4b843;
  background: rgba(244, 184, 67, 0.85); }

.input-icon {
  position: relative; }
  .input-icon .input-addon {
    position: absolute;
    right: 15px;
    top: 10px; }

.home-three .sec-title {
  padding-bottom: 50px; }
  .home-three .sec-title h2 {
    margin-bottom: 10px;
    font-weight: 900; }

.sec-title.sec-title-padding {
  padding-bottom: 20px; }
.sec-title h2 {
  color: #222222;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
  font-weight: 700;
}

.sec-title .tagline {
  font-family: 'Playfair Display';
  font-size: 18px;
  font-style: regular;
  margin-bottom: 30px;
  display: block; }
.sec-title .img-border:after {
  content: "";
  background: url("../images/shape.png") no-repeat center center;
  height: 15px;
  width: 100px;
  display: block;
  margin: 0 auto; }

.text-white {
  color: #ffffff; }
  .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white a, .text-white p, .text-white span, .text-white i, .text-white .tagline {
    color: #ffffff; }


    #top-bar .form-search-wrap a.close-search {
      position: absolute;
      font-size: 26px;
      color: #fff;
      border-radius: 50%;
      background-color: #ddd;
      border-color: #ddd;
      right: 5%;
      top: 5%;
      text-align: center;
      height: 50px;
      width: 50px;
      line-height: 46px;
      transition: all .5s ease; }
      #top-bar .form-search-wrap a.close-search:hover {
        background-color: #f4b843;
        transition: all .5s ease; }
    #top-bar .form-search-wrap .form-search-box {
      height: 100vh; }
      #top-bar .form-search-wrap .form-search-box form {
        width: 70%; }
        #top-bar .form-search-wrap .form-search-box form .input-icon .input-addon {
          top: 14px !important; }
        #top-bar .form-search-wrap .form-search-box form .input-addon span.fa {
          color: #f4b843;
          font-size: 18px; }
        #top-bar .form-search-wrap .form-search-box form input {
          display: inline;
          height: 50px;
          line-height: normal;
          color: #000; }

/* ------------------------------
   Header styles
   ---------------------------- */
#header {
  width: 100%;
  color: #ffffff;
  height: 90px;
  line-height: 70px;
  top: 45px;
  position: absolute;
  background: transparent;
  z-index: 999999; }
  #header.stricky-fixed {
    background: #16171b !important;
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 80px;
    line-height: 80px; }
    #header.stricky-fixed.home-three .zt-container {
      background: none; }
    #header.stricky-fixed.home-three .nav-holder .nav-footer ul.nav > li:hover > a:after, #header.stricky-fixed.home-three .nav-holder .nav-footer ul.nav > li.active > a:after {
      bottom: -23px; }
  #header .nav-holder .nav-footer ul.nav > li ul.submenu {
    margin-top: -1px; }
  #header.home {
    top: 25px;
   background-color: rgba(0, 0, 0, 0.7); }
  #header.home-two {
    position: relative;
    background: #336666; }
    #header.home-two .nav-holder .nav-footer ul.nav > li ul.submenu {
      margin-top: -1px; }
      #header.home-two .nav-holder .nav-footer ul.nav > li ul.submenu:before {
        border-bottom: 10px solid #333333; }
      #header.home-two .nav-holder .nav-footer ul.nav > li ul.submenu li {
        background: #336666; }
  #header.home-three {
    top: 88px; }
    #header.home-three .zt-container {
      background: #0c0c0c;
      background: rgba(12, 12, 12, 0.8); }
    #header.home-three .logo {
      display: none; }
    #header.home-three .nav-holder .nav-footer ul.nav > li:hover > a:after, #header.home-three .nav-holder .nav-footer ul.nav > li.active > a:after {
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 10px solid #f4b843;
      background: none;
      bottom: -30px;
      top: initial; }
    #header.home-three .nav-holder .nav-footer ul.nav > li ul.submenu:before {
      display: none; }
  #header .nav-header {
    padding-right: 0px; }
    #header .nav-header ul li a span {
      display: block; }
      #header .nav-header ul li a span.icon-phone:after {
        margin-bottom: -9px;
        content: "";
        height: 32px;
        display: block;
        width: 31px;
        background-repeat: no-repeat;
        background: url("../images/phone.png"); }

/* ------------------------------
   Main Navigation styles
   ---------------------------- */
.nav-holder {
  position: relative; }
  .nav-holder .nav-header {
    display: inline-block;
    line-height: 9px;
    position: relative; }
    .nav-holder .nav-header ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-holder .nav-header > ul {
      padding-left: 5px;
      margin-left: 0px; }
      .nav-holder .nav-header > ul > li {
        position: relative;
        display: inline-block; }
        .nav-holder .nav-header > ul > li > ul.submenu {
          margin-top: 30px;
          margin-right: -20px;
          position: absolute;
          width: 160px;
          opacity: 0;
          visibility: hidden;
          z-index: 9999999;
          padding-top: 10px;
          transition: all .3s ease; }
          .nav-holder .nav-header > ul > li > ul.submenu li {
            display: block;
            padding: 0;
            border-radius: 5px;
            background: none; }
            .nav-holder .nav-header > ul > li > ul.submenu li .text-phone-number {
              box-shadow: 0 0 10px #ddd;
              text-align: center;
              border-radius: 3px;
			  
              background: #fff;
              display: block; }
              .nav-holder .nav-header > ul > li > ul.submenu li .text-phone-number .phone-number {
                padding: 15px 0;
                border-bottom: 1px solid #e9e9e9; }
                .nav-holder .nav-header > ul > li > ul.submenu li .text-phone-number .phone-number a {
                  color: #f4b843;
                  font-size: 18px;
                  font-weight: 600;
                  font-family: "Open Sans"; }
              .nav-holder .nav-header > ul > li > ul.submenu li .text-phone-number .time-wrap {
                font-size: 18px;
                padding: 15px 0; }
                .nav-holder .nav-header > ul > li > ul.submenu li .text-phone-number .time-wrap .now-is {
                  color: #222222; }
                .nav-holder .nav-header > ul > li > ul.submenu li .text-phone-number .time-wrap .time-open {
                  color: #5db41c;
                  font-family: "Open Sans";
                  font-weight: bold; }
          .nav-holder .nav-header > ul > li > ul.submenu:before {
            content: '';
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #fff;
            position: absolute;
            top: 0px;
            right: 20px; }
        .nav-holder .nav-header > ul > li:hover > ul {
          visibility: visible;
          opacity: 1;
          filter: alpha(opacity=100); }
        .nav-holder .nav-header > ul > li ul {
          position: absolute;
          top: 100%;
          right: 0;
          margin: 0;
          padding: 0;
          width: 350px;
          visibility: hidden;
          opacity: 0;
          filter: alpha(opacity=0);
          z-index: 99999;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
        .nav-holder .nav-header > ul > li ul > li {
          list-style: none;
          display: block; }
    .nav-holder .nav-header button {
      border: none;
      outline: none;
      color: #FFFFFF;
      background-color: transparent;
      font-size: 24px;
      margin-left: 15px; }
      .nav-holder .nav-header button i.icon {
        font-size: 16px; }
  .nav-holder .nav-footer {
    display: inline-block; }
    .nav-holder .nav-footer ul.nav > li {
      display: inline-block;
      line-height: 29px;
      padding: 30px 0;
      position: relative; }
      .nav-holder .nav-footer ul.nav > li a {
        padding: 0 10px;
        display: block;
        font-size: 14px;
        color: #ffffff;
        letter-spacing: 2px;
        background: none;
        text-transform: uppercase;
        font-weight: bold;
        transition: all .3s ease; }

    .video-tour .img-video-box .wistia_embed {
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      position: absolute;
      height: 100%; }
      .video-tour .img-video-box .wistia_embed .wistia_click_to_play {
        height: 100% !important;
        width: auto !important; }
      .video-tour .img-video-box .wistia_embed a {
        display: block;
        height: 100%; }
    .video-tour .img-video-box .overlay-play {
      background: url("../images/video-play.png") no-repeat center center;
      background-size: 60px 60px;
      height: 100%;
      width: 60px;
      display: block;
      margin: auto; }
  .video-tour .btn-read-more {
    margin-top: 20px; }
  .video-tour.home-three .box {
    padding: 15px 0; }
    .video-tour.home-three .box .box-icon, .video-tour.home-three .box .box-content {
      display: table-cell;
      vertical-align: middle; }
    .video-tour.home-three .box .box-icon {
      padding-right: 20px; }
      .video-tour.home-three .box .box-icon .border {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        border: 1px solid #f4b843; }
      .video-tour.home-three .box .box-icon .fa {
        position: relative;
        text-align: center;
        line-height: 40px;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        color: #989898;
        font-size: 16px;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s; }
        .video-tour.home-three .box .box-icon .fa:after {
          content: "";
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          border-radius: 50%;
          background-color: #f4b843;
          -webkit-transform: scale(0);
          transform: scale(0);
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
    .video-tour.home-three .box:hover .fa {
      color: #ffffff; }
      .video-tour.home-three .box:hover .fa:after {
        -webkit-transform: scale(1);
        transform: scale(1); }
    .video-tour.home-three .box .box-content h4 {
      text-transform: uppercase;
      color: #222222;
      font-size: 16px;
      line-height: 26px;
      font-weight: bold; }
    .video-tour.home-three .box .box-content p {
      color: #555555;
      font-size: 11px;
      line-height: 20px;
      font-style: italic;
      margin: 0; }
  .video-tour.home-three .img-video-box {
    border-bottom: 5px solid #f4b843;
    background-color: #cdcdcd; }
    .video-tour.home-three .img-video-box .zt-overlay-panel {
      padding: 40px 60px; }
    .video-tour.home-three .img-video-box .img-content .overlay-play {
      background: url("../images/video-play-2.png") no-repeat center center;
      background-size: 50px 36px;
      height: 36px;
      width: 50px;
      display: block;
      margin-left: 15px;
      margin-bottom: 27px;
      -webkit-animation: shake 10s infinite;
      animation: shake 10s infinite; }
    .video-tour.home-three .img-video-box .img-content h3 {
      font-family: "Open Sans", sans-serif;
      font-weight: 800;
      font-size: 24px;
      line-height: 28px;
      color: #ffffff;
      margin-bottom: 5px;
      text-transform: uppercase; }
    .video-tour.home-three .img-video-box .img-content p {
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      font-size: 14px;
      line-height: 18px;
      color: #ffffff;
      margin: 0; }
    .video-tour.home-three .img-video-box img {
      display: block;
      width: 100%; }

.popular-services.sec-padding {
  padding: 0px 0 15px 0; }
.popular-services .tour-list-box {
  margin-bottom: 15px; border: #E4DACB solid 1px; }
  .popular-services .tour-list-box:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2); }
  .popular-services .tour-list-box .overlay-content {
    width: 100%;
    display: block;
    z-index: 9; }
    .popular-services .tour-list-box .overlay-content .price {
      float: left; }
      .popular-services .tour-list-box .overlay-content .price h3 {
        margin: 0;
        font-size: 15px;
        line-height: 19px;
        color: #f4b843;
        font-weight: 600; }
    .popular-services .tour-list-box .overlay-content .rating {
      float: right;
      margin-top: 5px;
      font-size: 13px; }
