@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("ttf");
}

body{
	overflow-x:hidden;
	font-family: 'Open Sans', sans-serif;
}

p{
	/*font-family: 'Poppins', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5{
	/*font-family: 'Fira Sans', sans-serif;*/
    font-family: 'Vollkorn', serif;
}

.text-justify{
    text-align: justify;
}

a:hover{
    text-decoration: none;
}

a:focus{
  text-decoration: none;
  outline: none;
}

.m0{margin: 0px !important;}
.ml0 { margin-left: 0px !important; }
.ml5{ margin-left: 5px !important; }
.ml10{ margin-left: 10px !important; }
.ml15{ margin-left: 15px !important; }
.ml20{ margin-left: 20px !important; }
.ml25{ margin-left: 25px !important; }
.ml30{ margin-left: 30px !important; }
.ml35{ margin-left: 35px !important; }
.ml40{ margin-left: 40px !important; }
.ml45{ margin-left: 45px !important; }
.ml50{ margin-left: 50px !important; }

.mr0 { margin-right: 0px !important; }
.mr5{ margin-right: 5px !important; }
.mr10{ margin-right: 10px !important; }
.mr15{ margin-right: 15px !important;
       margin-left: 15px !important; }
.mr20{ margin-right: 20px !important; }
.mr25{ margin-right: 25px !important; }
.mr30{ margin-right: 30px !important; }
.mr35{ margin-right: 35px !important; }
.mr40{ margin-right: 45px !important; }


.mt0 { margin-top: 0px !important }
.mt5 { margin-top: 5px !important }
.mt10 { margin-top: 10px !important }
.mt15 { margin-top: 15px !important }
.mt20 { margin-top: 20px !important }
.mt25 { margin-top: 25px !important }
.mt30 { margin-top: 30px !important }
.mt35 { margin-top: 35px !important }
.mt40 { margin-top: 40px !important }
.mt50 { margin-top: 50px !important }

.mb0 { margin-bottom: 0px !important }
.mb5 { margin-bottom: 5px !important }
.mb10 { margin-bottom: 10px !important }
.mb15 { margin-bottom: 15px !important }
.mb20 { margin-bottom: 20px !important }
.mb25 { margin-bottom: 25px !important }
.mb30 { margin-bottom: 30px !important }
.mb35 { margin-bottom: 35px !important }
.mb40 { margin-bottom: 40px !important }
.mb50 { margin-bottom: 50px !important }
.mb60 { margin-bottom: 60px !important }

.pl0 { padding-left: 0px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }

.pr0 { padding-right: 0px !important; }
.pr00 { padding-right: 0px !important;
        background: #252525; }
.pr5 { padding-right: 5px !important; }
.pr15 { padding-right: 15px !important; }

.pt5 { padding-top: 5px !important }
.pt10 { padding-top: 10px !important }
.pt15 { padding-top: 15px !important }
.pt20 { padding-top: 20px !important }
.pt25 { padding-top: 25px !important }
.pt30 { padding-top: 30px !important }
.pt35 { padding-top: 35px !important }
.pt40 { padding-top: 40px !important }
.pt50 { padding-top: 50px !important }
.pt60 { padding-top: 60px !important }
.pt90 { padding-top: 90px !important }
.pt100 { padding-top: 100px !important }

.pb5 { padding-bottom: 5px !important }
.pb10 { padding-bottom: 10px !important }
.pb15 { padding-bottom: 15px !important }
.pb20 { padding-bottom: 20px !important }
.pb25 { padding-bottom: 25px !important }
.pb30 { padding-bottom: 30px !important }
.pb35 { padding-bottom: 35px !important }
.pb40 { padding-bottom: 40px !important }
.pb50 { padding-bottom: 50px !important }
.pb60 { padding-bottom: 60px !important }
.pb95 { padding-bottom: 95px !important }

.display_inline {
    display: inline-block;
}

.main-header {
    width: 100%;
    /*height: 140px;*/
    background: #fff !important;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    z-index: 1200;
}
header.affix-top {
    position: relative; 
}
#top-bar {
    display: block;
    position: relative;
    z-index: 999;
    border-bottom: 1px solid rgba(57, 62, 65, .3);
    /*background: #004f87;*/
    /*height: 35px;*/
}

.top-bar-welcome {
    display: inline-block;
    padding: 7px 0;
}

.top-bar-welcome ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.top-bar-welcome li {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    margin: 0px;
    padding-top: 2px;
    margin-right: 5px;
}

.top-bar-info {
    display: inline-block;
}

.top-bar-info ul {
    padding-left: 0px;
    padding-top: 8px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 20px;
    padding: 12px 48px 12px 0;
    border-right: 1px solid rgba(57, 62, 65, .3);
}

.top-bar-info li {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    display: inline-block;
    margin-bottom: 0px;
    padding-right: 10px;
}

.top-bar-info ul li a {
    color: #000;
}

.top-bar-info li i {
    font-size: 13px;
    color: #fff;
    margin-right: 4px;
}
.welcome-title-title{
    position: relative;
    text-align: center;
}
.welcome-title{
    position: relative;
    padding-top: 30px;
    z-index: 1;
    font-size: 45px;
    margin-bottom: 30px;
    color: #116cb4;
}
.welcome-title span{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-weight: 700;
    text-align: center;
    font-size: 120px;
    text-transform: uppercase;
    line-height: 1;
    color: #000;
    opacity: 0.1;
    z-index: -1;
}
.social-icons {
    /*padding: 5px 0;*/
    float: right;
    margin: 0px;
}

.social-icons li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0 5px 0 0;
    margin-right: 12px;
    margin-top: 12px;
}

.social-icons li a {
    opacity: 1;
    color: #004691;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.social-icons li a i {
    width: 25px;
    height: 25px;
    line-height: 26px;
    /*background: #000;
    border-radius: 50px;*/
}

.social-icons a:hover i {
    opacity: 1;
    background: #5b717f;
}

.nav-wrapper {
    min-height: 70px;
}

.navbar-custom {
    border: none;
    border-radius: 0px;
    padding: 0;
    background: transparent;
    margin-bottom: 0px;
    border-bottom: none;
    box-shadow: transparent;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999999;
    background-color: #ffffff;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.side-label{
    color: #fff;
}

.navbar-header-custom {
    background: transparent;
}

.navbar-logo img {
    max-width: 100%;
    margin-left: 15px;
    position: relative;
    max-height: 70px;
    padding: 10px 0;
}

#bs-example-navbar-collapse-1 {
    padding: 0px;
}

.navbar-nav {
    margin: 0px;
}

.navbar-custom .navbar-links-custom li {
    padding: 10px 0px 10px 0px;
}

.navbar-custom .navbar-links-custom li a {
    font-size: 15px;
    font-weight: 700;
    /*font-family: 'Poppins', sans-serif;*/
    text-transform: uppercase;
    color: #000;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.affix .navbar-links-custom li a{
    color: #000
}
.navbar-custom .navbar-links-custom li.active a{
	color:#ee7822;
	background: transparent;
}

.navbar-custom .navbar-links-custom li:hover a {
    color: #ee7822;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color: transparent;
}

header .dropdown-menu{
    background: #000000c2;
}

.dropdown-menu li a {
    color: #fff !important;
    padding: 5px 10px;
}

.dropdown-menu li a:hover{
    background: transparent;
    color: #ee7822!important;
}

.dropdown-menu li {
    padding: 0 !important;
}

.navbar-links-custom li.open a{
    background: transparent!important;
   /* color: #ee7822!important;*/
}

/*----slider----*/
.banner {
    overflow: hidden;
    position: relative;
}

.banner .main-slider {
    overflow: hidden;
     }

.banner .main-slider .slick-slide {
      position: relative; 
  }

.banner .main-slider .slick-slide .relative-container {
    position: relative; 
}
.banner .main-slider .slick-slide .slide-content {
    position: absolute;
    z-index: 300;
    color: #fff; 
    background: rgba(0,0,0,0.5);
}
.banner .main-slider .slick-slide .slide-content.top {
  bottom: 150px; }

.banner .main-slider .slick-slide .slide-content.bottom {
    bottom: 250px;
    background: #000000c2;
}

.banner .main-slider .slick-slide .slide-content.middle {
  top: 50%;
  -moz-transform:  translateY(-50%);
  -ms-transform:  translateY(-50%);
  -webkit-transform:  translateY(-50%);
  transform:  translateY(-50%); }

.banner .main-slider .slick-slide .slide-content.left {
  left: 50px;
  border: 3px solid;
  padding: 20px 40px; }

.banner .main-slider .slick-slide .slide-content.right {
  right: 50px;
  text-align: right; 
  border: 3px solid;
  padding: 20px 40px;}

.banner .main-slider .slick-slide .slide-content.center{
  border: 3px solid;
  padding: 20px 40px;
}

.banner .main-slider .slick-slide .slide-content.center {
  left: 50%;
  -moz-transform:  translateX(-50%);
  -ms-transform:  translateX(-50%);
  -webkit-transform:  translateX(-50%);
  transform:  translateX(-50%);
  text-align: center; }

.banner .main-slider .slick-slide .slide-content h1, .banner .main-slider .slick-slide .slide-content h2, .banner .main-slider .slick-slide .slide-content h3, .banner .main-slider .slick-slide .slide-content h4, .banner .main-slider .slick-slide .slide-content h5 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4); }

.banner .main-slider .slick-slide .slide-content h1 {
  font-size: 60px;
  font-weight: 700px;
  text-transform: uppercase;
   }

.banner .main-slider .slick-slide .slide-content h4 {
  font-size: 30px; }

  .banner .main-slider .slick-slide .bg-image {
    height: 82vh;
    background-size: cover;
    background-position: center center;
}

/* theme base */
@-webkit-keyframes zoomFrame {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
@-moz-keyframes zoomFrame {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
@-ms-keyframes zoomFrame {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
@keyframes zoomFrame {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.zoomFrame {
  -webkit-animation-name: zoomFrame;
  -moz-animation-name: zoomFrame;
  -o-animation-name: zoomFrame;
  animation-name: zoomFrame;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear; }

 /* end-slider*/
.home-form-section{
    position: relative;
    height: 100px
}

#home{
    margin-bottom: 25px;
}

.search-box {
    position: absolute;
    top: -85px;
    padding: 0;
    /*position: relative;*/
    /*background: #ffffff;*/
    width: 100%;

}

.search-outer {
    /*background: #fff;
    position: relative;*/
    /*top: -80px;
    z-index: 9;*/
    /*box-shadow: 0 0 40px #57575757;*/
    /*box-shadow: 0px 17px 40px -16px #444;
    border-radius: 10px;*/
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    background: #0094d9;
}

.search-ad {
    background: #046bb8;
    position: relative;
    padding: 30px 20px 16px;
}

.search-ad img {
    position: absolute;
    top: 16px;
    right: 36px;
}

.search-ad p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.search-ad p span {
    display: block;
    font-size: 50px;
    font-weight: 600;
    padding-top: 5px;
}
#home-form .input-group-addon {
    border: solid 1px #e8e8e8;
}
#home-form .input-group-addon i {
    color:#004f87;
}
#home-form .form-control{
    -webkit-tap-highlight-color: transparent;
    background: #f3f3f3;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    float: left;
    height: 42px;
    outline: none;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    border-radius: 0;
    display: block;color: #656565;
    box-shadow: 0 0 0 !important;
    font-size: 15px !important;
    font-weight: 600;
    min-height: 50px;
    border: solid 1px #e8e8e8;
}
#home-form button.btn-block{
    background-color: #004f87;
    color: #fff;
    text-transform: none;
    border: none;
    height: 50px;
    font-size: 15px;
    font-weight: 600;
}
.table_item {
    /*position: relative;
    padding: 30px 0 10px;*/
    position: relative;
    display: inline;
    width: 20%;
    padding: 0 10px;
    margin: 10px 0;
    float: left;
    list-style: none;
    margin-top: 25px;
}

.table_item .form-group {
    position: relative;
    margin-right: 0;
}

.table_item input {
    border-radius: 8px;
    height: 40px;
    border: 2px solid #004f87;
}

label.control-label i {
    background: #004f87;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 11px
}

label.control-label {
    position: absolute;
    top: 0px;
    right: 0;
    color: #fff;
}

button.btn-t1 {
    padding: 8px 40px;
    background: #004f87;
    border: 2px solid #004f87;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    transition: 0.3s ease-in-out;
    border-radius: 8px;
}

button.btn-t1:hover {
    background: #fff;
    color: #004f87;
}

h1.main-title:before {
    position: absolute;
    content: '';
    width: 25%;
    height: 1px;
    background: #ee7822;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

h1.main-title {
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    position: relative;
    color: #191716;
    margin-bottom: 30px;
    padding-bottom: 20px;
    /*font-family: 'Acme', sans-serif;*/
}

h1.main-title:after {
    position: absolute;
    content: url(../images/bg-fl3.png);
    background: #fff;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
}
#packages-s1,
#things-s1,
#destination_list,
#destination-s1,
.values-section-page,
#single-s1,
.tailor_made_page{
    position: relative;
}
.package-item {
    background: #fff;
    box-shadow: 0 0 15px #b7b7b785;
    margin-bottom: 30px;
    transition: all ease-in-out .3s;
    /*text-align: center;*/
}

.package-image {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: default;
    /*background: linear-gradient(70deg,#0467b2 10%, #72bb30 100%);*/
    background: linear-gradient(70deg,#004f87 27%,#00d9117a 159%);
    /*margin-bottom: 22px;*/
}

.package-image img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 60px)!important;
    -webkit-transition: opacity .35s,-webkit-transform .45s;
    transition: opacity .35s,transform .45s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}

/*figure.effect-apollo {
    background: #3498db;
}*/

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

/*figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}*/

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-apollo h3 {
    text-align: center;
    color: #fff;
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

/*figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}*/

figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/*figure.effect-layla {
    background: #18a367;
}*/

/*figure.effect-layla img {
    height: 390px;
}*/

/*figure.effect-layla figcaption {
    padding: 3em;
}*/

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}

/*figure.effect-layla figcaption::before {
    top: 32px;
    right: 14px;
    bottom: 184px;
    left: 14px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}*/

/*figure.effect-layla figcaption::after {
    top: 15px;
    right: 40px;
    bottom: 169px;
    left: 40px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
*/
figure.effect-layla h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

/*figure.effect-layla p {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}*/

figure.effect-layla figcaption{
    /*text-align: center;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px 35px;
    color: #fff;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
figure.effect-layla figcaption h3{
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 4px;
    color: #fff;
    -webkit-transform: translate(0, 260px);
    transform: translate(0, 260px);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
    border-bottom: 1px solid #deaa86;
}
figure.effect-layla h2 {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}

figure.effect-layla p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-layla p{
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    margin-top: 30px;
    margin-bottom: 50px;
    line-height: 1.5em;
}
figure.effect-layla a{
        opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    background: #e41954;
    color: #fff;
    border-radius: 7px
}
figure.effect-layla:hover img {
   /* opacity: 0.7;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);*/
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p{
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-layla:hover h3{
-webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
figure.effect-layla:hover p{
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
figure.effect-layla:hover a{
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
figure.effect-layla:hover figcaption{
    background-color: rgba(0, 0, 0, 0.6);
        /*padding-top: 60px;*/
}
.package-price {
    right: 0;
    bottom: 0;
    padding: 10px 25px 8px;
    text-align: center;
    box-shadow: 1px 1px 5px #cccccc57;
    width: 100%;
}

.package-price .deal-rating {
    display: inline-block;
    margin: 0 20px 0 0;
}

.deal-rating span {
    color: #fabf05;
    font-size: 16px;
    font-weight: 600;
}

.package-price p {
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
    display: inline-block;
}

.package-price span {
    font-weight: 600;
}

.package-content {
    padding: 25px;
    border-bottom: 1px solid #ddd;
}

.package-content h3 {
    display: inline-block;
    margin-top: 0;
}

.package-days {
    display: inline-block;
    float: right;
    font-weight: 400;
    font-size: 16px;
    color: #005294;
    margin: 3px 0 0;
}

.package-info {
    text-align: center;
    /*margin-top: 25px;*/
    /*float: right;*/
}

.package-info a {
    /*background: #ee7822*/;
    /*border: 2px solid #0094d9;
    padding: 10px 40px;
    width: 100%;
    position: relative;
    color: #000;
    transition: 0.3s ease-in-out;
    font-weight: 500;*/
    /*background-color: #255669;
    border: 2px solid #255669;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    float: right;
    font-weight: 600;
    padding: 7px 18px;
    vertical-align: top;*/
    webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    height: 50px;
    /*border-top: 2px solid #ee7822;*/
    /*border-bottom: 2px solid #ee7822;*/
}
.package-info a i{
    opacity: 1
}
.package-info:hover a{
    webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.package-info:hover i{
    /*-webkit-transition: all 0.35s;
    transition: all 0.35s;
    margin-left: 10px;
    opacity: 0;*/
}
.package-info a:hover {
    /*background: #0094d9;*/
    /*background: linear-gradient(70deg,#004f87 27%,#00d9117a 159%);*/
    /*color: #fff;*/
}

.pg-sc-title h3 {
    font-weight: 700;
    color: #2d3047;
    text-decoration: underline;
    text-decoration-color: #116cb4;
}

.icon-content span a {
    color: #fff;
}

.package-item:hover img {
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.package-item:hover {
    transition: all ease-in-out .3s;
    /*transform: translateY(-5px);*/
}
.package-content {
    border: 2px solid #f7f7f7;
    border-bottom: 3px solid #f7f7f7;
    border-top: none;
    box-shadow: 0 0 5px -3px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 22px 19px 35px;
    position: relative;
    width: 100%;
    border: none;
    padding: 0
}
.package-content  .title-box {
    float: right;
    padding-bottom: 2px;
    padding-left: 14px;
    padding-top: 0;
    position: relative;
    width: 100%;
}
 .package-content .title-box:before {
    background-color: rgba(221, 221, 221, 0.7);
    content: "";
    height: calc(100% - 8px);
    left: 2px;
    position: absolute;
    top: 4px;
    width: 1px;
}
 .package-content .title-box h4 {
    color: #116cb4;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.package-content .title-box h3 {
    color: #a9a8a8;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 0.6px;
    font-style: italic;
}
.package-content .info {
    border-bottom: 1px solid rgba(240, 240, 240, 0.7);
    display: inherit;
    margin-bottom: 14px;
    margin-top: 20px;
    padding-bottom: 14px;
    width: 100%;
    padding-left: 0
}
.package-content .info li {
    display: inline-block;
}
.package-content .info li a {
    color: #a9a8a8;
    margin-right: 12px;
    font-size: 13px;
}
.package-content .info li a i {
    margin-right: 10px;
    color: #e41954;
}
.package-content .info li:nth-child(3) {
    float: right;
}
.package-content .info li:nth-child(3) a {
    color: #255669;
}
.package-content p {
    color: #000;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.package-image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.package-item:hover .package-image::before{
    webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
/*---things-to-do---*/

.deals-item {
    position: relative;
    z-index: 1;
    /*margin: 15px;*/
}

.deals-item:before {
    /*position: absolute;
    height: 97%;
    width: 50%;
    content: '';
    background: #fff;
    top: 15px;
    left: 5px;
    z-index: -1;
    transform: rotate(-5deg);*/
}

.deals-item:after {
    position: absolute;
    height: 50%;
    width: 90%;
    content: '';
    /*background: #fff;*/
    top: 0;
    right: 0;
    z-index: -1;
    transform: rotate(5deg);
}

.deals-item-outer {
    position: relative;
    z-index: 5;
    /*padding: 10px;*/
    background: #fff;
}

.deals-image {
    position: relative;
    overflow: hidden;
}

span.deal-price {
    background: #06afab;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 100px;
    width: 100px;
    text-align: center;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 1px 1px 5px #00000057;
    z-index: 1;
}

span.deal-price img {
    width: 50%!important;
    margin: 0 auto;
}

.deals-image:after {
    /*position: absolute;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom right,rgba(230, 5, 82, 0.38), rgba(6, 175, 171, 0.35));
    content: '';
    opacity: 0;
    transition: all ease-in-out .3s;
}

.deals-item:hover .deals-image:after {
    opacity: 1;
}

.deal-content {
    text-align: center;
    padding: 25px 0;
}

.deal-content p {
    margin-bottom: 20px;
}

/*---end-things-to-do---*/

#home-s2{
  position: relative;
  /*background: url(../images/home-wrapper1.jpg) center no-repeat fixed;*/
  background-size: cover;
  /*background: #f1f1f1;*/
  border-bottom: 1px solid #ee7822;
  overflow: hidden;
}

section#home-s2:before {
    /*content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #000000ad;*/
}

h1.main-title-alt:before {
    position: absolute;
    content: '';
    width: 25%;
    height: 1px;
    background: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: none;
}

h1.main-title-alt {
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    position: relative;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

h1.main-title-alt:after {
    position: absolute;
    content: url(../images/bg-fl3.png);
    background: transparent;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.btn-t2{
    border: 2px solid #e41954;
    padding: 7px 25px;
    display: inline-block;
    /*background: #e60552;*/
    color: #000;
    transition: all ease-in-out .3s;
    margin-bottom: 15px;
}

a.btn-t2:hover {
    background: #ee7822;
    color: #fff;
    border-radius: 7px;
    border-color: #ee7822;
}

a.btn-t2:focus {
    outline: none;
}

/*---destination-grid---*/
.destinations-inner-wrapper{
    position: relative;
    padding-top: 30px
}
#left-destinations-bar{
    background: #FFF;
    z-index: 77;
    text-align: left;
    display: block !important;
    background-color: transparent;
    position: relative;
    top:-1px;
    left: 0;
    right: 0;
    max-width: 100%;
    margin: 0 auto;
}
.destination-nav{
    padding-left: 0;
    margin-bottom: 0px;
    text-align: center;
}
.destination-nav li{
    list-style: none;
    font-size: 9px;
    text-transform: uppercase;
    cursor: pointer;
    background: transparent;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: auto;
    border: 0;
    line-height: 20px;
    font-weight: 600;
    padding-left: 0px;
    padding-right: 3px;
    color: #fff;
    width: 14.28%;
    float: left;
}
.destination-nav li.active{
    /*background-color: #fff;*/
    color: #fff;
}
.destination-nav li.all-destination{
    color: #fb870b;
}
.destinationswrapper{
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}
.all-destination a{
    color: #ee7822
}
.destinationswrapper:before{
    /*position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    width: 35%*/
}
.destinationswrapper .destinationgal{
    position: absolute;
    top: 0;
    left: 0;
    /*z-index: 10;*/
}

.destinationswrapper .destinationgal img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
}

.destinationswrapper .addImageData {
    position: relative;
    /*z-index: 40;*/
}
.destinationgal.addImageData:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    width: 35%;
}
.destinationswrapper .addImageData img{
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.destinationgal.addImageData img:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    width: 35%;
}
.destination-title-inner{
    position: relative;
    text-align: center;
    border: 1px solid #ee7822;
}
.destination-title-inner img{
    /*width: 200px;
    height: 150px*/
}
.destination-title{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
}
.destination-title h4{
    /*color: #fff*/
}
#home-s2 h1.main-title:after{
    /*background: #f1f1f1;*/
}
.destinationsTitle-inner{
    position: absolute;
    top: 0;
    width: 35%;
    z-index: 2;
    padding: 120px 60px 120px 60px;
    opacity: 0;
    border-right: 1px solid #ee7822
}
.destinationswrapper .addImageData .destinationsTitle-inner{
    opacity: 1
}
.destinationsTitle{
    
    text-align: center;
}
.destinationsTitle h2{
    font-size: 40px
}
.destinationsTitle a{
    color: #fff;
    text-transform: uppercase;
}
.destinationDesc{
    text-align: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 30px;
}
.readmore{
    text-align: center;
}
.readmore a{
    webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    height: 50px;
    border-top: 2px solid #ee7822;
    border-bottom: 2px solid #ee7822;
}
.destination-all-inner{
    width: 20%;
    /*height: 500px;*/
    float: left;
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.destinationswrapper .addImageData .destination-all-inner{
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.destination-all{
    position: absolute;    
    top: 0;    
    width: 100%;
    left: 0;
    padding: 20px;
    text-align: center;
}
.destination-all-bg{
    background: rgba(0,0,0,0.5);
    padding: 54px 15px 54px 15px;;
    /*padding: 79px 15px 79px 15px;*/
}
.destination-all-title h2{
    margin-top: 0
}
.destination-all-title h2 a{
    color: #fff
}
.destination-all-desc{
    padding-bottom: 30px
}
.destination-all-desc p{
    color: #fff
}
.top-destination-item {
    width: 100%;
    height: 100%;
    float: right;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: linear-gradient(45deg,#004f87 0%,#929292 100%);
    margin-bottom: 6px;
}

.top-destination-item img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.top-destination-item .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 85px 20px;
    background: #0000002e;
}

.top-destination-item h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 24px;
    overflow: hidden;
    padding: .5em 0;
    background-color: transparent;
}

.top-destination-item h2 a {
    color: #fff;
    /*font-family: 'Merienda One', cursive;*/
    font-size: 26px;
    font-style: italic;
}

#home-s3 .col-md-4 {
    /*padding: 0 3px;*/
}

.top-destination-item h2:after {
    /*position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);*/
}

.top-destination-item p {
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

.top-destination-item .overlay-full {
    padding: 215px 20px;
}

.top-destination-item:hover img {
    opacity: .4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.top-destination-item:hover h2:after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.top-destination-item:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.destinations-list-title{
    position: absolute;
    bottom: 0;
    background: #00000094;
    width: 100%;
    padding: 10px 0;
}
.destinations-list-title h2{
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 10px 0;
}
.destinations-list-title a.dest-list-view{
    color: #fff;
    padding-bottom: 10px
}
/*---end-destination-grid---*/

/*---home-testimonials---*/

.testimonial{
    margin: 20px 10px 0;
    position: relative;
}
.testimonial .pic{
    background: #fff;
    border: 1px solid #d6d6d6;
    position: absolute;
    top: -20px;
    left: 5px;
    z-index: 1;
}
.testimonial .description{
    padding: 30px 45px 30px 60px;
    margin-left: 34px;
    border: 1px solid #d6d6d6;
    font-size: 14px;
    color: #6d6d6d;
    line-height: 26px;
    position: relative;
}
/*.testimonial .description:before {
    content: "";
    width: 40px;
    height: 101%;
    background: #fff;
    border-left: 1px solid #d6d6d6;
    position: absolute;
    top: -1px;
    right: -20px;
    transform: skewX(13deg);
}*/
.testimonial .testimonial-content{
    margin: 20px 0 0 34px;
}
.testimonial .title{
    display: inline-block;
    font-size: 14px;
    color: #ee7822;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin-top: 2px;
}
.owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot span{
    background: #e60552!important;
    width: 22px!important;
    height: 8px!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #004f87!important;
}

.owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}

.test-block {
    padding-bottom: 30px;
}

/*---end-testimonials---*/

#home-s4 {
    background: url(../images/home/testimonials_bg.png);
    overflow: hidden;
   /* background: url(../images/footer.jpg) no-repeat;
    width: 100%
    background-size: cover;
    background-attachment: ;*/
    /*position: relative;
    
    
    background-position: center;
    overflow: hidden;
    border-top: 1px solid #f3f3f3;*/
    /*padding-bottom: 290px;*/
}

/*#home-s4:before {
    position: absolute;
    content: '';
    top: 0;
    left: -12%;
    height: 100%;
    width: 65%;
    background: #fff;
    transform: skew(15deg);
    z-index: 1;
}*/

/*#home-s4:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
}*/

.side-title {
    z-index: 9;
    position: relative;
    color: #191716;
    margin-bottom: 20px;
}

.side-title h1 {
    text-transform: uppercase;
    line-height: 50px;
    font-weight: 600;
    font-size: 34px;
    position: relative;
}

.side-title h1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #e60552;
    left: 0;
    bottom: 0;
}

.side-title h1:after {
    position: absolute;
    content: url(../images/bg-fl3.png);
    background: white;
    bottom: -35px;
    right: 0;
}

.side-title h1 span {
    display: block;
    font-size: 40px;
    color: #72bb30;
}

/*----FOOTER----*/
/*footer{
    
    background-image: url(../images/Footer1.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position:bottom center;

}*/


/*footer{
    position: relative;
    margin-top: 397px
}*/

footer{
    background: #004f87;
    position: relative;
}
.home-footer-img {
  width: 100%;
}


footer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #232323;
    z-index: 1;
}

footer .overlay .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 0.15;
    z-index: 2;
}

footer .footer {
    position: relative;
    z-index: 3;
    background: none;
    padding: 60px 0;
    margin: 0 auto;
    text-align: center;
}

.footer-contact h3 {
    color: #ffffff;
    line-height: 15px;
    letter-spacing: 2px;
    text-align: left;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 30px;
}

.footer .icon_box {
    padding: 0 0 15px 40px;
    position: relative;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
}

footer .icon_box .icon {
    position: absolute;
    left: 0;
    top: 0;
}

#footer-wp{
    color: #25d366;
    font-size: 16px;
}

#footer-vb{
    color: #ae5fff;
    font-size: 16px;
    margin-left: 6px;
}

footer .icon_box .icon i {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 50%;
}

.footer .icon_box .info_holder {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.5px;
}

 .footer .icon_box .info_holder h4 {
    color: #fff;
    line-height: 15px;
    letter-spacing: 2px;
    text-align: left;
}

.footer ul.footer-links {
    text-align: left;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.footer ul.footer-links li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
}

.footer ul.footer-links li a {
    padding: 0px 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
}

.footer ul.footer-links li a:before {
    font-family: "FontAwesome";
    font-size: 15px;
    content: '\f101';
    position: absolute;
    left: 0;
    top: 0;
}

footer .copyright {
    background: #004f87;
    color: #ffffff;
    padding: 10px 0;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 3;
    position: relative;
    /*padding-top: 30px;*/
    /*padding-bottom: 30px;*/
    border-top: 1px solid #ffffff;
}

.copyright p {
    margin: 5px 0;
    padding: 0;
    text-align: center;
}

.copyright p a{
   color: #dedede;
}
.copyright p a.designer_name{
    color: #ee7822;
}
.image-ft img{
    width: 100%;
}

.image-ft{
    position: relative;
    bottom: 0;
    z-index: -1;

}

.footer_about{
    color: #fff;
    text-align: justify;
}

footer a:hover {
    color: #ee7822!important;
}

.footer .icon_box .info_holder a{
    color: #fff;
}
.footer-item {
    position: relative;
    margin-bottom: 30px;
}
.footer-widget-one p {
    font-weight: 400;
    letter-spacing: 0.7px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #fff;
    margin-top: 30px
}
.footer-item h6 {
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.footer-item h6 span {
    color: #ee7822;
}
footer ul.social-icon {
    z-index: 22;
    /*position: absolute;*/
    width: 100%;
    left: 0;
    /*background-color: rgba(0, 0, 0, 0.8);*/
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.05);*/
    border-top-color: #a0a0a0;
    border-bottom: none;
    padding-left: 0
}
.footer-title {
    margin-bottom: 30px;
}
.footer-title h4 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.8px;
    padding-bottom: 22px;
    text-transform: uppercase;
}
.footer-title h4 span {
    color: #ee7822;
}
.border-style-3 {
    position: relative;
}
.border-style-3:after {
    background: #ee7822 none repeat scroll 0 0;
    border-radius: 0 50px 0 0;
    content: "";
    height: 3px;
    left: 2px;
    margin: auto;
    position: absolute;
    top: -20px;
    width: 40px;
}
.footer-list {
    list-style: none;
    padding-left: 0
}
.footer-list li {
    margin-bottom: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff
}
.footer-list li i{
    margin-right: 5px
}
.footer-list li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-left: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-list li:hover {
    padding-left: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-icon li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: transparent;
    border: none;
}
.social-icon.bordered-theme li a {
    color: #ee7822;
}
.footer-item img {
    width: 100%;
}
/*.scrollTop {
    position: fixed;
    right: 2%;
    bottom: 10px;
    background-color: #0039a6;
    padding: 5px 12px;
    opacity: 0;
    transition: all .3s ease;
    z-index: 999;
}

.scrollTop:hover {
    background-color: #d52b1e;
}

.scrollTop a {
    font-size: 18px;
    color: #ffffff;
}

.scrollTop:hover a {
    color: #ffffff;
}*/

/*----END FOOTER----*/

.head-wrapper{
    position:relative;
}

.head-wrapper:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.40);
}

.page-title {
    padding: 7% 0;
    position: relative;
    color: #fff;
}

.page-title h1 {
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 0;
}

.row.bt-text p a {
    color: #00aeff;
    font-weight: 600;
}

#banner-image-packages{
    background: url(../images/banners/tour-packages.jpg) center no-repeat;
    background-size: cover;
}

#banner-image-tour6{
    background: url(../images/banners/tours/6.jpg) center no-repeat;
    background-size: cover;
}

#banner-image-tour5{
    background: url(../images/packages/package-five/wrapper.jpg) center no-repeat;
    background-size: cover;
}

#banner-image-tour4{
    background: url(../images/packages/package-four/wrapper.jpg) center no-repeat;
    background-size: cover;
}

#banner-image-tour3{
    background: url(../images/packages/package-three/wrapper.jpg) center no-repeat;
    background-size: cover;
}

#banner-image-tour2{
    background: url(../images/packages/package-two/wrapper.jpg) center no-repeat;
    background-size: cover;
}

#banner-image-tour1{
    background: url(../images/packages/package-one/wrapper.jpg) center no-repeat;
    background-size: cover;
}

#banner-image-contact{
    background: url(../images/banners/contact.jpg) center no-repeat;
    background-size: cover;
}

#banner-image-destination{
    background: url(../images/banners/destination.jpg) center no-repeat;
    background-size: cover;
}

#banner-image-destination-inner{
    background: url(../images/banners/destination-inner.jpg) center no-repeat;
    background-size: cover;
}

#banner-image-tailormade{
    background: url(../images/banners/tailormade.jpg) center no-repeat;
    background-size: cover;
}

#banner-image-testimonials{
    background: url(../images/banners/testimonials.jpg) center no-repeat;
    background-size: cover;
}

#banner-image-things-to-do{
    background: url(../images/banners/things-to-do.jpg) center no-repeat;
    background-size: cover;
}

.tour-day {
    display: table;
}

.tour-day .tour-timeline {
    display: table-cell;
    position: relative;
}

.tour-day .tour-timeline::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0px;
    border-left: 5px dotted #046bb8;
    top: 30px;
    left: 50%;
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 1;
}

.tour-day .tour-timeline .day-no {
    position: relative;
    background: #004f87;
    color: #fff;
    width: 100px;
    height: 35px;
    /* border-radius: 100%; */
    z-index: 2;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
}

/*.tour-day .tour-timeline .day-no::before {
    content: '';
    background: transparent;
    border: 3px solid rgba(255,255,255,0.5);
    position: absolute;
    width: 60px;
    height: 60px;
    left: 5px;
    top: 5px;
    border-radius: 100%;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}*/

.tour-day .tour-description {
    display: table-cell;
    padding: 10px 0px 10px 25px;
}

.tour-day .tour-description h3 {
    font-size: 25px;
    margin-bottom: 10px;
}

.tour-day .tour-description p.tour-points i {
    color: #06afab;
}

.tab-content {
    padding: 30px 45px;
    background: #f1f1f1;
}

.tour-day .tour-description h3 span {
    color: #046bb8;
}

p.tour-points {
    padding-bottom: 4px;
}

.nav-tabs>li {
    width: 25%;
    text-align: center;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    font-weight: 600;
    border: 1px solid #046bb8;
    background: #046bb8;
    color: #fff;
    border-radius: 0;
}

.nav-tabs>li>a i {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 5px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #e60552;
    border: 1px solid #e60552;
    border-bottom-color: transparent;
}

.nav-tabs>li>a:focus, .nav-tabs>li>a:hover{
    background-color: #e60552;
    border: 1px solid #e60552;
}

.gallery_pd{
    padding:5px;
}

form#booking {
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 20px #cccccc57;
    margin-bottom: 30px;
    padding: 30px;
    background: url(../images/home/testimonials_bg.png);;
}

form#booking h3 {
    /*background: #06afab;*/
    color: #fff;
    border: none;
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 20px;
    margin-top: 5px;
    font-size: 20px;
    position: relative;
}

form#booking h3:after {
    position: absolute;
    top: 51%;
    content: '';
    background: #f1f1f1;
    height: 1px;
    width: 80%;
    right: -80%;
}

form#booking .form-control {
    background: #252525;
    color: #fff;
    border-radius: 0;
}

button.btn-block {
    background: #0094d9;
    padding: 10px;
    border: 1px solid #0094d9;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s all ease-in-out;
}

button.btn-block:hover{
    /*background: #e60552;
    border: 1px solid #e60552;*/
}

.sidebar-item {
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 20px #cccccc57;
    margin-bottom: 30px;
    padding: 15px;
}

.sidebar-item .detail-title {
    margin-bottom: 15px;
}

.sidebar-item .detail-title h3 {
    border: none;
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 20px;
    margin-top: 5px;
    font-size: 20px;
    position: relative;
    background: #72bb30;
    color: #fff;
}

.detail-title h3:after {
    position: absolute;
    top: 51%;
    content: '';
    background: #252525;
    height: 1px;
    width: 70%;
    right: -70%;
}

/*.package-slider .package-item {
    margin-bottom: 0;
    border-bottom: 0;
    box-shadow: 0 0 0 #fff;
}*/

.sidebar-helpline {
    background: url(../images/adbg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px;
}

.sidebar-helpline-content {
    position: relative;
    z-index: 1;
}

.sidebar-helpline:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
}

.sidebar-helpline-content h3, .sidebar-helpline-content p {
    color: #fff;
}

.section-content {
    position: relative;
    padding: 87px 50px;
    background: #252525;
    color: #fff;
}

.section-content-one {
    position: relative;
        padding-bottom: 22px;
    color: #fff;
    float: left;
    width: 100%;
    background: #252525;
    top: -70px;
}
.section-content-one h2{
    text-align: center;
}
.wt-icon-box-wraper {
    position: relative;
    padding-bottom: 20px;
    padding: 5px 0px 5px 8px;
}

span.icon-lg i {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #046bb8;
    color: #fff;
    box-shadow: 0 2px 3px #252525;
}

span.icon-lg {
    float: left;
    width: 64px;
}

ul.social-block li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ed5c0d;
    color: #fff;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}
#fb:hover i{
    background: #3b5998;
}
#tw:hover i{
    background: #00acee;
}
#insta:hover i{
    background: #c32aa3;
}
ul.social-block li {
    display: inline-block;
    padding-right: 5px;
}
ul.social-block {
    list-style: none;
    padding-left: 0;
    padding-top: 20px;
    margin-bottom: 0;
}
.contact-form {
    /*background: gainsboro;*/
    padding: 35px;
}
.contact-form .form-control{
    border-radius: 0;
}
.contact-form h2 {
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    color: #191716;
    /*margin-bottom: 30px;
    padding-bottom: 20px;*/
    font-family: 'Acme', sans-serif;

}
button.btn.btn-t3 {
    background: #004f84;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    transition: 0.3s ease-in-out;
}
button.btn.btn-t3:hover {
    background: #0094d9;
}
#map{
    margin-bottom: -6px;
}
.activity-block h3 {
    margin-top: 0;
    color: #0094d9;
}
.activity-block h3.dec{
    color: #e60552;
}
.activity-block p {
    font-size: 15px;
}
.activity-image {
    position: relative;
    text-align: center;
}

.activity-image:before {
    /*position: absolute;
    background: #333;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    transform: rotate(-4deg);
    box-shadow: 0 0 5px;*/
}

.dest-image {
    position: relative;
}
.dest-content {
    background: #f1f1f1;
    padding: 20px;
    min-height: 240px;
}
.dest-content h3 {
    margin-top: 0;
    color: #004f84;
}
.dest-content.grn h3{
    color: #0094d9;
}
.dest-image:after {
    /*position: absolute;
    content: '';
    background: #046bb8;
    width: 100px;
    height: 5px;
    right: -60px;
    top: 50%;
    z-index: -1;*/
}
.dest-content p {
    line-height: 22px;
    text-align: justify;
}
.single-destination-block {
    margin-bottom: 30px;
    float: left;
    width: 100%
}

.testimonial-in{
    margin: 0 15px 30px;
    padding-top: 15px;
}
.testimonial-in .content{
    padding: 10px 10px;
    border-radius:3px;
    position: relative;
    background:#e0e0e0;
}
.testimonial-in .testimonial-pic{
    width: 80px;
    height: 80px;
    border: 2px solid #adadad;
    float: left;
    position: relative;
    top:-25px;
    margin-right: 15px;
}
.testimonial-in .testimonial-pic img{
    width: 100%;
    height: auto;
}
.testimonial-in .testimonial-prof{
    color: #111;
    margin-bottom: 10px;
    padding-left: 10%;
}
.testimonial-in .testimonial-title{
    font-size:18px;
    text-transform:capitalize;
    font-weight: 700;
    margin:0;
}
.testimonial-in .testimonial-post{
    font-size:14px;
    color: #e60551;
}
.testimonial-in .description {
    font-size: 15px;
    padding-top: 12px;
}
.test-form {
    box-shadow: 0 0 5px #c5c5c5;
    padding: 25px 50px;
}
form#testimonial-form input {
    height: 40px;
}

form#testimonial-form .form-control {
    border-radius: 0;
}


.trip-plan .form_input_set label {
    color: #A06026;
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
}

.trip-plan .form-control {
    border-radius: 0px;
    border: 1px solid #ddd;
    box-shadow: none;
    background: transparent;
}

.trip-plan input {
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 45px;
}

.no_of_adults {
    display: inline-block;
    width: 49%;
}

.no_of_childs {
    display: inline-block;
    width: 49%;
}

.kids_age {
    margin-top: 10px;
}

.trip-plan select {
    border: 1px solid #ddd;
    border-radius: 0px;
    height: 45px;
}


.curr {
    display: inline-block;
    width: 20%;
}

.approximate_budget {
    display: inline-block;
    width: 79%;
    vertical-align: bottom;
}


.tailor_made_day {
    padding: 10px;
    border: 1px solid #ee7a05;
    border-radius: 5px;
    margin-bottom: 20px;
}

.form-left-module {
    border: 1px solid;
    padding-bottom: 15px;
}

.form-right-module {
    border: 1px solid;
    border-left: none;
    padding-bottom: 21px;
}

.tailor_mad_day h3 {
    border-bottom: 1px solid #E5E4E4;
    font-size: 20px;
    padding-bottom: 10px;
}

.trip-plan{
    /*border: 5px solid #046bb8;*/
    padding: 20px 0;
    /*box-shadow: 0px 0px 5px #b2b2b2;*/
    background: url(../images/home/background.jpg) repeat;
    float: left;
    width: 100%;
}

.trip-plan h3 {
    color: #72bb30;
    margin-top: 0;
}

.add_another_day {
    cursor: pointer;
    background: #06afab;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 5px;
}

.trip-plan input[type='submit'] {
    background: #184221;
    color: #fff;
    margin-top: 20px;
    padding: 12px 20px;
    height: 50px;
}

.trip-plan input[type='submit']:hover {
    background: #0d2011;
}


.day2,
.day3,
.day4,
.day5,
.day6,
.day7,
.day8,
.day9,
.day10 {
    display: none;
}

.place-text {
    background: #e0e0e0;
    padding: 15px;
    text-align: justify;
    margin-bottom: 15px;
}

#extra-s4{
    height:750px;
}
/*#testimonial-s2{
    position: relative;
    background: url(../images/footer.jpg) center no-repeat;
    background-size: cover;
}*/

/* Let's style the wrapper in such away that, 
it should always be at the center of the browser */
.wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  margin-top: 64px;
}

/* Style the Un-order list by setting its list-style to none */
.wrapper ul {
  list-style: none;
}

/* Style the list items inside the UL list, by setting its width, height and line-height 
  and float them to left and set its border and border-radius.
 */
.wrapper ul li {
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin: 0 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 5px solid #525453;
  float: left;
  transition: all 0.5s ease;
}

/* Style the icons by setting its color and margin-top value to 20px 
to align it properly */
.wrapper ul li .fa {
  color: #525453;
  margin-top: 20px;
  transition: all 0.5s ease;
}

/* Now target the specific li classes for styling and use box-shadow effect to border and text-shadow effect
  to icons for glowing effect and use transition property for smooth transition effect. */
/*facebook*/
.wrapper ul li:hover.facebook {
  border: 5px solid #3b5998;
  box-shadow: 0 0 15px #3b5998;
  transition: all 0.5s ease;
}

.wrapper ul li:hover .fa-facebook {
  color: #3b5998;
  text-shadow: 0 0 15px #3b5998;
  transition: all 0.5s ease;
}

/*twitter*/
.wrapper ul li:hover.twitter {
  border: 5px solid #00aced;
  box-shadow: 0 0 15px #00aced;
  transition: all 0.5s ease;
}

.wrapper ul li:hover .fa-twitter {
  color: #00aced;
  text-shadow: 0 0 15px #00aced;
  transition: all 0.5s ease;
}

/* instagram */
.wrapper ul li:hover.instagram {
  border: 5px solid #bc2a8d;
  box-shadow: 0 0 15px #bc2a8d;
  transition: all 0.5s ease;
}

.wrapper ul li:hover .fa-instagram {
  color: #bc2a8d;
  text-shadow: 0 0 15px #bc2a8d;
  transition: all 0.5s ease;
}


/* whatsapp */
.wrapper ul li:hover.whatsapp {
  border: 5px solid #4dc247;
  box-shadow: 0 0 15px #4dc247;
  transition: all 0.5s ease;
}

.wrapper ul li:hover .fa-whatsapp {
  color: #4dc247;
  text-shadow: 0 0 15px #4dc247;
  transition: all 0.5s ease;
}
#home-s7{
    /*background: #f1f1f1;*/
    position: relative;
    overflow: hidden;
}
#home-s7:before{
   /* position: absolute;
    content: '';
    top: 0;
    left: -12%;
    height: 100%;
    width: 65%;
    background: #004f87;
    transform: skew(15deg);
    z-index: 2;
    border-left: 8px solid #333;*/
}
.owl-carousel.vehicle-slider.owl-theme.owl-loaded.owl-drag{
    /*height: 429px*/
}
.vehical-inner{
    /*background: #fff;*/
        padding: 0px 0 0px 10px;
        border-radius: 7px;
        /*height: 429px;*/
    /*box-shadow: 0 0 15px #b7b7b785;*/
}
.owl-carousel .owl-item .vehical-inner img{
   position: relative;
    /*top: -98px;*/
    right: -185px;
    width: 60%
}
.vehicle-slider .owl-stage-outer{
    padding-top: 15px;
    padding-bottom: 15px;
    /*height: 429px;*/
    margin-top: 0;
    padding: 0;
}
.vehicle-slider .owl-carousel .owl-stage{
    /*height: 429px !important*/
}
.vehicle-slider .owl-carousel.owl-drag .owl-item{
    /*height: 429px;*/
}
.vehicle-slider .item{
    /*height: 429px;*/
}
.vehicle-inner-wrapper{
    position: relative;
}
.vehicle-inner-desc{
    width: 50%;
    /*background: #004f87;*/
    padding: 75px 70px 75px 50px;
    float: left;
    z-index: 2;
    position: relative;
}
.vehicle-img-inner{
    width: 50%;
    float: left;
}
.vehicle-inner-desc:before {
    /*content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 46%;
    height: 429px;
    width: 10%;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -ms-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg);
    background: #004f87;*/
}
.vehicleDesc{
    margin-bottom: 20px
}
.vehicleDesc p{
    color: #fff
}
#home-s7 .main-title-alt{
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
#home-s5{
    position: relative;
    background: url(../images/banners/bgparallax-03.jpg) center no-repeat fixed;
    overflow: hidden;
    background-size: cover;
}
#home-s6{
    position: relative;
}
#home-s5:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.50);
    width: 100%
}
#home-s3{
    /*background: #f1f1f1*/
    overflow: hidden;
}
#home-s3 .main-title:after{
    /*background: #f1f1f1*/
}
/* why choose us */
.why_choose_us_wrapper {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}
.why_choose_us_icon {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin: auto;
    float: none;
    text-align: center;
    overflow: hidden;
    background: #b63327;
    float: none;
    position: absolute;
    left: 50%;
    top: -30px;
    margin: 0 0 0 -30px;
    border-radius: 100px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 20px;
    line-height: 24px;
    background: #ee7822;
}
.why_choose_us_icon i {
    font-size: 22px;
    line-height: 60px;
    color: #fff;
}
.why_choose_us_title {
    margin: 0 0 15px 0;
    padding: 50px 20px 40px 20px;
    box-sizing: border-box;
    margin-top: 0;
    text-align: center;
    background: #004f87;
}
.why_choose_us_title h3 {
    font-size: 18px;
    color: #fff
}
.why_choose_us_content {
    clear: both;
    margin-top: 5px;
    color: #fff
}
/* home contact section */
.home-contact-detail{
    /*background: #252525;*/
    padding: 40px 30px 30px 30px;
    float: left;
    width: 100%;
    position: relative;
}
.home-contact-detail h1.main-title-alt{
        color: #191716;
        text-align: left;
    margin-bottom: 20px;
    font-size: 30px;
}
.home-contact-list{
    list-style: none;
    padding-left: 0
}
.home-icon-box-wraper{
    position: relative;
    padding-bottom: 20px;
    padding: 21px 0px 10px 0px;
}
.home-icon-box-wraper span.icon-lg {
    float: left;
    width: 80px;
}
.home-icon-box-wraper span.icon-lg i {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #046bb8;
    color: #fff;
    box-shadow:none;
}
.home-icon-box-wraper .icon-content span{
    color: #191716
}
.home-icon-box-wraper .icon-content h4{
    color: #191716;
   
}
.home-icon-box-wraper .icon-content a{
    color: #191716
}
.home-contact-form{
    padding: 59px 0 0 0;
    background: #252525;
    padding: 40px 30px 30px 30px;
    position: relative;
}
.home-contact-form form{
    position: relative;
    z-index: 1
}
.home-contact-form form button.btn.btn-t3{
    position: absolute;
    position: absolute;
    bottom: -40px;
    z-index: 1;
    left: 40%;
    background: #0094d9
}
.home-contact-form h1.main-title{
    color: #fff;
    font-size: 35px
}
.home-contact-form .main-title:before,
.home-contact-form .main-title:after{
    display: none;
}
.home-contact-form .form-control {
    border-radius: 0;
}
.home-contact-form .form-control {
    border-radius: 0;
}
.all-destination-inner{
    /*height: 150px;
    width: 200px;
    background: rgba(0,0,0,0.5);*/
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 40px 0 40px 0;
}
.destination-nav li:first-child{
    padding-left: 0
}
.destination-nav li:last-child{
    padding-right: 0
}
.all-destination a h4{
    line-height: 1.5
}
.destination-nav li.active .destination-title-inner:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ee7822;
    margin-left: -20px;
}
.destination-nav li.active .destination-title{
    background: #004f87;
}
/* ============================ WELCOME ==================== */
.welcome-section{
    position: relative;
    overflow: hidden;
}
.welcome-img-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}
.welcome-img-big-one{
    /*position: absolute;
    top: 0px;
    right: 50px;
    box-shadow: 25px 30px 50px #f7f7f7;*/
    right: 50px;
    float: right;
    position: relative;
    /*box-shadow: 25px 30px 50px #f7f7f7;*/
}
.welcome-img-big-one:before{
    position: absolute;
    content: "";
    background-color: #00365d;
    width: 100%;
    height: 100%;
    top: -30px;
    left: 30px;
    z-index: -1;
}
.welcome-img-small-two{
    /*position: absolute;
    bottom: 50px;
    right: 0px;*/
    bottom: 50px;
    right: 0;
    position: absolute;
    float: right;
}
.welcome-img-small-one{
    position: absolute;
    left: 50px;
    top: 50px;
    box-shadow: 0 16px 50px rgba(13, 41, 51, 0.30);
}
.welcome-description {
    padding: 50px 0;
}
.welcome-description p {
    text-align: justify;
    line-height: 27px;
    font-size: 15px;
}
.welcome_read{
    text-align: center;
}
.welcome-read-more{
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    height: 50px;
    border-top: 2px solid #ee7822;
    border-bottom: 2px solid #ee7822;
}
#home-s1{
    background: url(../images/home/background.jpg) repeat;
    overflow: hidden;
}
#home-s1 h1.main-title:after{
    background: #f0f0f0;
}
.packages-more{
    background-color: #f1f1f1;
    padding: 15px 25px 13px;
    line-height: 20px;
    font-size: 13px;
    text-align: center;
}
.packages-more a{
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: bold;
}
.view-on-map{
    position: absolute;
    border: 0;
    background: rgba(0,0,0,0.5);
    bottom: 0;
    padding: 10px;
    color: #fff;
}
.view-on-map a{
    color: #fff
}
.view-on-map a i{
    margin-right: 10px
}
.package-image img{
    width: calc(100% + 0px)!important;
}
.package-content .info{
    border-bottom: none;
}
figure.effect-layla figcaption h3{
    webkit-transform: translate(0, 150px);
    transform: translate(0, 150px);
}
figure.effect-layla p{
    margin-bottom: 30px;
}

#home-s4 h1.main-title{
    color: #fff
}
#home-s4 h1.main-title:before{
    background: #fff
}
#home-s4 h1.main-title:after{
    background: #13171e;
}
.testimonials__wrapper {
    padding-left: 30px;
    margin-bottom: 30px;
}

.testimonials__wrapper .testimonials__item {
    background-color: #ffffff;
    padding: 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}
/*.testimonials__wrapper .testimonials__item .testimonials__img {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);*/
    /*width: 40%;*/
    /*width: 120px;
    background: #f1f1f1;
    height: 120px;*/
/*}*/
/*.testimonials__wrapper .testimonials__item .testimonials__img i{
    font-size: 89px;
    color: rgba(199, 199, 199, 0.3);
    padding: 10px;
    line-height: 1.13;
}*/
.testimonials__wrapper .testimonials__item .testimonials__caption {
    width: 100%;
}
.testimonials__wrapper .testimonials__item .testimonials__caption .testimonials_caption__name {
    color: #374853;
    font-weight: 700;
    position: relative;
}
.testimonials__wrapper .testimonials__item .testimonials__caption .testimonials_caption__name:before {
    /*position: absolute;
    top: -30px;
    right: 5px;
    content: "\f38d";
    font-family: "Ionicons";
    font-size: 98px;
    color: rgba(199, 199, 199, 0.3);*/
}
.testimonials__wrapper .testimonials__item .testimonials__caption .testimonials_caption__prof {
    font-style: italic;
    /*font-family: 'Playfair Display', serif;*/
    color: #ee7822;
}
.testimonials__wrapper .testimonials__item .testimonials__caption .testimonials_caption__name i{
    position: absolute;
    top: -30px;
    right: 5px;
    font-size: 98px;
    color: rgba(199, 199, 199, 0.3);
}
.testimonials_caption__text{
    text-align: justify;
}
.home-icon-box-wraper span.icon-lg{
    display: inline-block;
}
.icon-content{
    display: inline-block;
}
.home-icon-box-wraper .icon-content h4{
    margin-top: 0 
}
.home-contact-detail h2{
    color: #fff;
    text-align: center;
}
.whatsapp_viber{
    display: inline-block;
    padding-left: 0;
    text-align: center;
    list-style: none;
}
.whatsapp_viber li{
     display: inline-block;
}
.whatsapp_icon{
    color: #25D366;
    font-size: 50px;
    margin-right: 15px
}
.viber_icon{
    color: #665CAC;
    font-size: 44px
}
.slider-footer-img{
    position: absolute;
    bottom: 0;
    width: 100%
}
.why_choose_us_wrapper_middle{
    height: 428px;
}
.why_choose_us_wrapper_middle .why_choose_us_title{
    height: 395px;
    padding: 30% 10% 30% 10%;
}
.tour-package-wrapper{
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px #b7b7b785;
    
}
.tour-package-inner{
    padding: 5px 15px 15px 15px;
}
.tour-package-inner{
    text-align: center; 
}
.tour-package-inner .tour_link h4{
    color: #255669;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.tour-package-readmore a{
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    height: 50px;
}
.tour-package-wrapper .tour_image{
    display: block;
    position: relative;
        overflow: hidden;
}
.tour-package-wrapper .tour_image img{
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}
.tour-package-wrapper .tour_date{
    position: absolute;
    bottom: 20px;
    left: 0;
    background: #0094d9;
    padding: 3px 10px 2px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.tour-package-inner-view-on-map a{
    color: #0094d9;
}
.tour-package-inner-view-on-map a i{
    margin-right: 10px;
}
.tour-package-wrapper:hover .tour_image img{
    webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.tour-package-readmore{
    margin-top: 15px
}
#destination-s1  .article {
    overflow: hidden;
    padding-bottom: 60px;
}

#destination-s1  .image-frame {
    overflow: hidden;
    width: 100%;
    height: auto;
}
#destination-s1  .image-frame img {
    display: block;
    width: 100%;
    height: auto;
}
#destination-s1 .list-view .info-block {
    bottom: 0;
    top: auto;
    margin: 0;
    position: absolute;
}
#destination-s1 .info-frame {
    top: 0;
    left: 10px;
    right: 10px;
    position: absolute;
    text-align: center;
    color: #000000;
    padding: 27px 5px 26px;
    background: #f1f1f1;
    text-align: left;
    position: static;
    margin: 0 0 0 -100px;
    padding: 30px;
    min-height: 270px;
}
#destination-s1 .list-view .info-frame {
    text-align: left;
    position: static;
    margin: 0 0 0 -100px;
    padding: 30px;
}
#destination-s1  .info-frame h1 {
    padding: 0;
    margin: 0;
    
}
#destination-s1 .info-frame h1{
    color: #004f87;
    margin: 0 0 20px;
}
#destination-s1 .info-block{
    bottom: 0;
    top: 90px;
    margin: 0;
    position: absolute;
}
.things-to-do-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    background: #00000075;
    width: 100%;
    opacity: 0;
}
.things-to-do-overlay a{
    text-align: center;
    color: #fff;
    font-size: 20px;
    top: 15px;
    line-height: 8.5;
}
.activity-image:hover .things-to-do-overlay{
    opacity: 1
}
.tour_pack_inner_wrpper{
    float: left;
    background: #f1f1f1;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    /*padding:20px */
}
.tour_pack_inner_wrpper_title{
    background: #004f87;
    display: table-cell;
    padding: 20px;
    width: 51px;
    word-break: break-word;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
.tour_pack_inner_wrpper_title h4{
    /*padding: 10px;*/
    /*background: #004f87;*/
    color: #fff;
    /*margin: 0*/
}
.tour_pack_inner_wrpper_desc{
    padding: 20px;
    display: table-cell;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
    background: #e6e6e6;
    padding-top: 10px;
}
.package_single_slider{
    padding: 20px;
}
.input-text{
    padding-left: 15px;
    padding-right: 15px;
    height: 34px;
    background: #f5f5f5;
    border: none;
    line-height: normal;
    width: 100% !important;
}
.tailor_made_page .input-text,
.tailor_made_page .input-teaxtarea{
    border: 1px solid #00aeff;
    background:transparent;   
}

.input-teaxtarea{
    padding-left: 15px;
    padding-right: 15px;
    background: #f5f5f5;
    border: none;
    line-height: normal;
    width: 100% !important;
}
.add_another_day {
    cursor: pointer;
    background: #449284;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
}
.contact-btn {
    margin: 0;
    padding: 0 20px !important;
    line-height: 42px;
    height: 42px;
    -webkit-appearance: button;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 0;
    color: #fff;
    min-height: 50px;
    background-color: #00aeff;
    font-size: 17px;
    border: 0;
}
.personal_information_bg{
    background: url(../images/home/background.jpg) repeat;
    width: 100%;
    float: left;
}
.gallery-img-bg{
    position: relative;
    display: block;
    overflow: hidden;
}
.gallery-img-bg img{
    -webkit-transform: scale();
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.gallery-img-bg  .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.gallery-img-bg  .content .link-gallery {
    display: table-cell;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: rgba(0, 79, 135, 0.65);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: 1px dashed rgba(236, 236, 236, 0.5);
}
.gallery-img-bg  .content .link-gallery .media-right {
    /*position: absolute;
    top: 20px;
    right: 20px;*/
}
.gallery-img-bg  .content .link-gallery a {
    text-align: center;
    color: #fff;
    font-size: 25px;
    top: 15px;
    line-height: 5.5;
}
.gallery-img-bg:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery-img-bg:hover  .content .link-gallery {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.vehicle-image-item{
    /*overflow: hidden;*/
    position: relative;
    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;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.15);
}
.vehicle-item-img:before{
    /*position: absolute;
    content: "";
    background-color: #0094d9;
    width: 100%;
    height: 90%;
    bottom: 0px;
    left: 14px;
    z-index: -1;*/
}
.vehicle-item-img{
    overflow: hidden;
    /*background: #e8e8e8;*/
    /*padding: 0 20px;*/
}
.vehicle-item-img a img{
    webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.vehicle-item-caption{
    position: absolute;
    text-align: center;
    right: 0;
    bottom: 0;
    /*-webkit-transform: translate(-50%, -50%);*/
    /*-ms-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    width: 100%;
    background: #0094d9;
    background: rgba(0,0,0,0.8);
    padding: 6px 10px 4px;
}
.vehicle-item-caption h2{
    font-size: 16px;
    /*font-weight: bold;*/
    line-height: 1;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 0;
    /*padding-top: 5px;*/
    /*padding-bottom: 5px*/
}
.vehicle-image-item:hover img{
     webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.daytours_wrapper_bg{
    border-right: 1px solid rgba(202, 202, 202, 0.52);
    border-top: 3px solid rgba(19, 136, 191, 0.5);
    display: inline-block;
    border-bottom: 1px solid rgba(202, 202, 202, 0.52);
}
.daytours_thumb{
    display: inline-block;
    float: left;
    position: relative;
    top: -3px;
    width: 46%;
    z-index: 1;
}
.daytours_thumb:before{
    position: absolute;
    content: "";
    background-color: #004f87;
    width: 100%;
    height: 100%;
    bottom: -14px;
    left: 14px;
    z-index: -1;
}
.daytours_content{
    /*border-bottom: 1px solid rgba(202, 202, 202, 0.52);*/
    border-left: 1px solid rgba(202, 202, 202, 0.22);
    display: inline-block;
    float: right;
    padding: 15px 15px 18px 30px;
    width: 54%;
}
.daytours_content h4{
    color: #255669;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 7px;
    /*text-transform: uppercase;*/
}
.daytours_content h5{
    color: #8c8b8b;
    font-size: 13px;
    letter-spacing: 0.7px;
    margin-bottom: 7px;
    /*text-transform: uppercase;*/
}
.daytours_content p{
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 6px;
}
.daytours_content .btn-theme{
    /*background-color: #004f87;*/
    /*border-radius: 40px;*/
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 0;
    text-transform: uppercase;
    text-align: center;
    width: 240px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: bold;
}
.daytours_thumb img{
    webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.daytours_wrapper_bg:hover .daytours_thumb img{
    webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.footer-footer-img{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
    margin-bottom: -15px;
}
/*---------- things-to-do-single----------*/
.modal-close { text-align: center;
    padding: 10px;
    position: absolute;
    right: 110px;
    z-index: 1;
    top: 60px; }
.modal-close img { margin: 0 auto; max-width: 30px; cursor: pointer; }
.modal-close i { font-size: 40px; text-align: center; }
.modal-content { padding: 40px;margin: 50px 100px;  }
.modal-content .master-slider  { padding-top: 0; }
.modal-content .main-topic-2 { padding-bottom: 40px; }
.modal-content p { text-align: justify; font-size: 15px;  }
ol li{ font-size: 15px; }
.border { border: 1px solid #fff; padding: 35px; }
.modal-content h4 { text-transform: uppercase;  text-align: justify; width: 100%; margin: 0 auto; margin-bottom: 20px; font-weight: bold; }
.modal-content ol li{ font-size: 15px; text-align: justify; }
ol li:before {   content: counter(step-counter); margin-right: 20px; font-size: 80%; background-color: rgb(180, 180, 180); color: white; font-weight: bold; padding: 3px 8px; border-radius: 11px; position: absolute; left: 0px; }
.modal-content .border { padding: 0; }
div#modal-01,
div#modal-02,
div#modal-03,
div#modal-04,
div#modal-05,
div#modal-06,
div#modal-07{
    background-color: rgba(30, 30, 30, 0.85) !important;
}
.about-info-box .img-cap-effect {
    text-align: right;
}
.img-cap-effect .img-box {
    position: relative;
    overflow: hidden;
}
.about-info-box .img-box {
    display: inline-block;
    overflow: visible;
}
.about-info-box .img-box:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -10px;
    right: 10px;
    bottom: -10px;
    border-left: 10px solid #004f87;
    border-bottom: 10px solid #004f87;
}
.img-cap-effect .img-box .img-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.img-cap-effect .img-box .img-caption:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 1;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 0;
    border-left: 0;
    -webkit-transition: all .5s ease .5s;
    transition: all .5s ease .5s;
}
.about-inner-title h2{
    text-transform: uppercase;
}
.values-section-page .why_choose_us_wrapper{
    margin-top: 40px;
}
.values-section-page .why_choose_us_icon{
    /*margin-top: 30px;*/
}
.contact-page-section h1.main-title{
    margin-bottom: 0
}
.contact-info {
    position: relative;
    margin-bottom: 30px;
    min-height: 245px;
}
.contact-info .inner {
    position: relative;
    padding: 35px 20px;
    text-align: center;
    min-height: 230px;
    font-size: 17px;
    color: #656565;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}
.contact-info .inner .icon-box {
    position: relative;
    color: #656565;
    font-size: 42px;
    line-height: 1em;
}
.contact-info .inner h3 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #0094d9;
    margin: 12px 0px;
}
.contact-info .inner .text {
    font-size: 17px;
    color: #191716;
    font-weight: 500;
    line-height: 1.75;
}
.branches-section{
    background: url(../images/home/background.jpg)repeat;
    position: relative;
}
.branches-section .main-title-alt,
#about-page-s1 .main-title-alt{
    color: #191716
}
.branches_info_ul{
    padding-left: 0;
    list-style: none;
}
.branches-section .text{
    text-align: left;
}
.branches_info_ul li{
    margin-bottom: 15px
}
.branches_info_ul li i{
    margin-right: 10px 
}
.branches-section .contact-info .inner{
    height: 350px
}
.view_branches{
    position: absolute;
    z-index: 1
}
.tour-day:last-child .tour-timeline:before{
    display: none;
}
.package_single_slider{
    float: left;
    position: relative;
    width: 100%
}
.side-bar{
    float: left;
    width: 100%
}
.group_tours{
    padding-left: 0
}
.group_tours li{
    margin-bottom: 15px
}
.gallery-page-section{
    position: relative;
}
.footer-contact li a{
    text-transform: lowercase;
}
.mobile-view-all{
    position: relative;
    bottom: 6px;
    right: 0;
    width: 100%;
    /* float: right; */
    left: 0;
    text-align: center;
    color: #fff;
}
.mobile_view_all{
    text-align: center;
    margin: 0;
}
.mobile_view_all h4{
    /*margin:0; */
}
.mobile-view-all a{
    color: #ee7822;
}
#home-s1 .btn-t3{
    position: relative;
    /*bottom: -40px;*/
    z-index: 1;
    /*left: 25%;*/
    background: #0094d9;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    transition: 0.3s ease-in-out;
}
/*.modal-content { padding: 0; }*/
/* media queries */
@media screen and (max-width: 640px){
  .wrapper {
      width: 350px;
  }
  .wrapper ul li{
      margin-top: 10px;
  }
  .wrapper ul li.google{
      margin-left: 60px;
  }
}


@media screen and (max-width: 340px){
  .wrapper {
      width: 150px;
  }
  .wrapper ul li{
      margin:15px;
  }
  .wrapper ul li.google{
      margin-left: 15px;
  }
}

.video-section{
    background: #fff;
    position: relative;
    height: auto;
    z-index: 0;
    overflow: hidden;
    top: 0px;
}
#myVideo {
  /*position: fixed;*/
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
.video-wrapper{
    height: 720px
}

#home-s1-about {
    background: url(../images/home/testimonials_bg.png);
    padding-top: 40px;
    text-align: center;
}

.left-title{
    position: relative;
    margin-top: 0;
    color: #fff;
}

.left-title:before{
    position: absolute;
    content: '';
    width: 20%;
    height: 1px;
    background: #ee7822;
    left: 50%;
    transform: translate(-50%);
    bottom: -4px;
}

.about-block-home {
    color: #c1c1c1;
}

.daytour-block {
    position: relative;
    z-index: 1;
    background-color: #f4f6f8;
    -webkit-transition-duration: 500ms linear;
    transition-duration: 500ms linear;
}

.price-span p {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #ee7822;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    margin-bottom: 0;
    padding: 0 15px;
    font-weight: 600;
    color: #fff;
    z-index: 9;
}

.daytours-detail-block {
    padding: 25px 28px;
    position: relative;
}

.feature-title h5 {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-transition-duration: 500ms linear;
    transition-duration: 500ms linear;
}

.feature-title {
    display: inline-block;
}

.feature-read {
    display: inline-block;
    position: absolute;
    right: 10%;
    top: 40%;
}

.footer-footer-img{
    display: none;
}

.day-tour-content ul li {
    padding-bottom: 5px;
}

.day-tour-content {
    border: 4px double #ee8421;
    padding: 20px;
    color: #000;
    min-height: 370px;
}

.day-tour-content h3 {
    margin-top: 0;
    font-weight: 700;
    color: #4a4a4a;
}

.day-single{
    margin-bottom: 20px;
}

.tripad img {
    width: 50%;
    padding-top: 10px;
}