body {
    font-family: muli, Arial, sans-serif;
    background-color: #fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 300;
    color: gray;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #ff5f5f;
    color: #fe435b;
}

a:hover {
    color: #fe435b;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.5;
    color: #000;
    font-weight: 400;
}
.align-items-flex-end{
  align-items: flex-end
}

md-toast.md-top {
    top: 0;
    position: fixed;
    top: 4rem;
}

blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 ;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #feb800;
  border-right: 2px solid #fe435b;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
  box-shadow: 15.8px 24.3px 35px 0 rgba(0, 0, 0, 0.22);
}

blockquote::before{
  content: "\201C";
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #005daa;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  content: '';
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #fe435b ;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}
.loader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1100;
    position: fixed;
    overflow: hidden;
    background-color: #fff;
}

.loader .span {
    top: 50%;
    left: 50%;
    width: 40px;
    height: 44px;
    display: table;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.locationLoader {
    margin: .25rem auto;
    position: relative;
}

.locationLoader:before,
.locationLoader:after {
    content: '';
    position: absolute;
}

.locationLoader:before {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 100% 100% 100% 0;
    box-shadow: 0px 0px 0px 2px #feb800;
    -webkit-animation: mapping 1s linear infinite;
    -moz-animation: mapping 1s linear infinite;
    animation: mapping 1s linear infinite;
    -webkit-transform: rotate(-46deg);
    -moz-transform: rotate(-46deg);
    transform: rotate(-46deg);
}

.locationLoader:after {
    left: -.25rem;
    top: 1.5rem;
    width: 2rem;
    z-index: -1;
    height: .625rem;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes mapping {
    0% {
        top: 0;
    }
    50% {
        top: -5px;
    }
    100% {
        top: 0;
    }
}

@-moz-keyframes mapping {
    0% {
        top: 0;
    }
    50% {
        top: -5px;
    }
    100% {
        top: 0;
    }
}

@-moz-keyframes mapping {
    0% {
        top: 0;
    }
    50% {
        top: -5px;
    }
    100% {
        top: 0;
    }
}

.text-primary {
    color: #fe435b !important;
}

.bg-light {
    background-color: #fafafa !important;
}

.bg-primary {
    background-color: #fe435b;
}

.bg-transparent {
    background-color: transparent
}

.btn {
    cursor: pointer;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
}

.btn.btn-primary {
    background-color: #fe435b;
    border: 2px solid #fe435b;
    color: #fff;
}

.btn.btn-primary:hover {
    border: 2px solid #fe435b;
    background: 0 0;
    color: #fe435b;
}

.btn.btn-primary.btn-outline-primary {
    border: 2px solid #fe435b;
    background: 0 0;
    color: #fe435b;
}

.btn.btn-primary.btn-outline-primary:hover {
    border: 2px solid transparent;
    background-color: #fe435b;
    color: #000;
}

.btn.btn-outline-white {
    border-color: rgba(255, 255, 255, .8);
    background: 0 0;
    border-radius: 0;
    border-width: 2px;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
.btn.btn-outline-white:active {
    background: #fff;
    border-color: #fff;
    color: #000;
}

/*.content-wrapper {
    min-height: calc( 100vh - 50px);
}*/

.travel-navbar {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 3;
    top: 0;
    transition: .4s ease-in-out;
}

.find {
    width: 100%;
    padding-top: 63px;
    padding-bottom: 70px;
    z-index: 0;
    background: 0 0;
}

.find_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.find_form_container {
    width: 100%;
    margin-top: 2.25rem;
}

.find_title {
    width: 100%;
    font-size: 2rem;
    font-weight: 300;
    color: #fff;
}

.find_form {
    width: 100%;
    height: 100%;
}

.find_input {
    width: 100%;
    height: 56px;
    border: none;
    border: solid 2px rgba(255, 255, 255, .5);
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .75rem;
    font-weight: 400;
    line-height: 3.25rem;
    color: #fff;
    background: 0 0;
}

.find_item:first-child {
    width: 31.413%;
}

.find_item:nth-child(2) {
    width: 31.413%;
}

.find_item:nth-child(3) {
    width: 10.122%;
}

.find_item:nth-child(4) {
    width: 10.122%;
}

.find_item div {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 7px;
}

.dropdown_item_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0 0 0 transparent;
    -webkit-user-select: none;
    background-image: url(../images/down.png);
    background-position: center right;
    background-repeat: no-repeat;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #939393 !important;
}

.dropdown_item_select::-ms-expand {
    display: none;
}

.find_input:hover {
    border: solid 2px rgba(254, 67, 91, .5);
}

.find_input:focus {
    outline-color: rgba(254, 67, 91, .5);
    border: solid 2px rgba(254, 67, 91, .5);
}

.find_button {
    width: 14.048%;
    height: 56px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    line-height: 52px;
    padding-left: 46px;
    padding-right: 46px;
    background: #fe435b !important;
    -webkit-transform: translateY(14px);
    -moz-transform: translateY(14px);
    -ms-transform: translateY(14px);
    -o-transform: translateY(14px);
    transform: translateY(14px);
    border: none;
    outline: none;
    cursor: pointer;
}

.find_button:hover {
    opacity: .8;
}

.find_input::-webkit-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #939393 !important;
}

.find_input:-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #939393 !important;
}

.find_input::-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #939393 !important;
}

.find_input:-ms-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #939393 !important;
}

.find_input::input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #939393 !important;
}

.special {
    padding-bottom: 6px;
    background: #fff;
}

.special_content {
    margin-top: 75px;
    position: relative;
}

.special_item_content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.special_category {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
}

.special_title a {
    font-size: 36px;
    font-weight: 300;
    color: #fff;
}

.special_item_background {
    width: 100%;
}

.special .owl-item .special_item_background::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    content: '';
    z-index: 0;
    -webkit-transition: all 500ms 100ms ease;
    -moz-transition: all 500ms 100ms ease;
    -ms-transition: all 500ms 100ms ease;
    -o-transition: all 500ms 100ms ease;
    transition: all 500ms 100ms ease;
}

.special .owl-item.center .special_item_background::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(254, 67, 91, .83);
    content: '';
    z-index: 0;
    -webkit-transition: all 500ms 100ms ease;
    -moz-transition: all 500ms 100ms ease;
    -ms-transition: all 500ms 100ms ease;
    -o-transition: all 500ms 100ms ease;
    transition: all 500ms 100ms ease;
}


/* .special_slider_container {
  display: flex;
  align-items: center;
} */

.special_slider_nav {
    position: absolute;
    outline: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
    width: 90px;
    height: 90px;
    background: #fe3c52;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    z-index: 10;
}

.special_slider_nav:hover {
    opacity: .8;
}

.section_title {
    padding-top: 4rem;
    line-height: 1.1;
}

.section_title h2 {
    font-weight: 300;
    color: #131a2f;
}

.section_title div {
    font-size: 1rem;
    font-weight: 400;
    color: #7d8293;
    text-transform: uppercase;
    margin-top: 19px;
}

@media (max-width: 991.98px) {
    .travel-navbar {
        top: 0;
        position: fixed;
    }
	.travel-navbar.bg-transparent {
		background-color: rgba(0,0,0,0.45) !important;
	}
	
	.travel-navbar.bg-transparent .navbar-toggler {
		color: #fff !important;
		fill: #fff !important;
	}
    .find_item:first-child {
        width: calc((100% - 8px)/2);
        margin-bottom: 30px;
    }
    .find_item:nth-child(2) {
        width: calc((100% - 8px)/2);
        margin-bottom: 30px;
    }
    .find_item:nth-child(3),
    .find_item:nth-child(4) {
        width: calc((100% - 154px)/2);
    }
    .find_button {
        width: 138px;
    }
}

.travel-navbar .navbar-nav > .nav-item {
    list-style: none;
}

.travel-navbar .navbar-nav > .nav-item > .nav-link {
    font-size: 1rem;
    padding: .5rem 1.5rem;
    opacity: 1 !important;
}

.travel-navbar .navbar-nav > .nav-item > .nav-link:hover {
    color: #fff;
}
.travel-navbar.navbar-light .navbar-nav > .nav-item > .nav-link:hover{
  color: #fe435b
}
@media (max-width: 991.98px) {
    .travel-navbar .navbar-nav > .nav-item > .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }
}

.travel-navbar .navbar-nav > .nav-item.travel-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}

@media (max-width: 991.98px) {
    .travel-navbar .navbar-nav > .nav-item.travel-seperator {
        padding-left: 0;
        margin-left: 0;
    }
}

.travel-navbar .navbar-nav > .nav-item.travel-seperator:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 2px;
    background: rgba(255, 255, 255, .05);
}

@media (max-width: 991.98px) {
    .travel-navbar .navbar-nav > .nav-item.travel-seperator:before {
        display: none;
    }
}

.travel-navbar .navbar-nav > .nav-item.cta > a {
    padding-left: 0;
    color: #fff;
}

.travel-navbar .navbar-nav > .nav-item.cta > a span {
    border: 2px solid #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
}

.travel-navbar .navbar-nav > .nav-item.cta.cta-colored span {
    border-color: #fe435b;
}

.travel-navbar .navbar-toggler {
    border: none;
    color: #000 !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .1em;
    fill: #000;
    align-items: center;
    justify-content: space-around;
}

.travel-navbar .navbar-toggler svg {
    position: relative;
    top: -1px;
}

.travel-navbar .navbar-toggler span {
    margin-left: .5rem;
}

.travel-navbar.bg-white .nav-item.active a {
    color: #fe435b !important;
}

@media (max-width: 767.98px) {
    .find_item:first-child {
        width: 100%;
        margin-bottom: 30px;
    }
    .find_item:nth-child(2) {
        width: 100%;
        margin-bottom: 30px;
    }
    .find_item:nth-child(3),
    .find_item:nth-child(4) {
        width: 100%;
        margin-bottom: 30px;
    }
    .find_button {
        width: 138px;
    }
}

.navbar-brand {
    font-weight: 400;
}

.navbar-brand img {
    max-height: 30px;
}

#destinationsNav {
	top: 50px;
	position: fixed;
	z-index: 2;
	margin: 0;
	left: 11%;
	width: 100%;
	height: 80vh;
	overflow: auto;
	display: none;
	transition: 0.3 all ease-in;
}
#destinationsNav.active {
	display: block;
}
#destinationsNav .list-group-item {
	padding: .25rem;
	border: 0 none;
}
#destinationsNav .card-columns .card {
	border: 0;
}
#destinationsNav .continent-name {
	font-weight: 600;
	color: #fe435b;
}
#destinationsNav .country-name {
	color: #757575;
}

.owl-carousel {
    position: relative;
}

.owl-theme {
    width: 100%;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
    opacity: 0;
    color: #000 !important;
    font-size: 4rem !important;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 40px;
}

.owl-carousel .owl-nav .owl-prev {
    left: 30px;
}

.owl-carousel .owl-nav .owl-next {
    right: 30px;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #fe435b;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: 20px;
}

.owl-carousel:hover .owl-nav .owl-next {
    right: 20px;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 72px;
    color: #fff;
    line-height: 1.2;
    font-weight: 400;
}


/* .home-slider {
	min-height: 600px;
	height: 80vh;		
	width: 100%;
} */

.home-slider .owl-theme {
    z-index: 0;
    position: relative;
}

.travel-sectionspace {
    padding: 120px 0 0 0;
    background: #e6e7e8 !important
}

.home-slider .owl-theme .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*height: calc(100vh - 117px);*/
    height: 80vh !important;
    min-height: 700px;
    position: relative;
}

.home-slider .owl-theme .slider-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000;
    opacity: .2;
}

.home-slider .owl-theme .slider-item .slider-text {
    color: #fff;
    height: calc(100vh - 117px);
    min-height: 700px;
}

.home-slider .owl-theme .slider-item .slider-text h1 {
    font-size: 72px;
    color: #fff;
    line-height: 1.2;
    font-weight: 400;
}

@media (max-width: 991.98px) {
    .home-slider .owl-theme .slider-item .slider-text h1 {
        font-size: 40px;
    }
}

.home-slider .owl-theme .slider-item .slider-text p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: rgba(255, 255, 255, .8);
}

.home-slider .owl-theme .slider-item .slider-text p strong {
    font-weight: 700;
}

.home-slider .owl-theme .slider-item .slider-text p strong a {
    color: #fff;
}

.home-slider .owl-theme .slider-item .slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.home-slider .owl-theme .slider-item .slider-text .breadcrumbs span {
    border-bottom: 2px solid rgba(255, 255, 255, .1);
}

.home-slider .owl-theme .slider-item .slider-text .breadcrumbs span a {
    color: #fff;
}

.home-slider .owl-theme .owl-nav .owl-prev span,
.home-slider .owl-theme .owl-nav .owl-next span {
    color: #fff;
    font-size: 2rem
}

.home-slider .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.home-slider .owl-theme .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    background: 0 0;
    border: 2px solid rgba(255, 255, 255, .5);
    outline: none !important;
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    display: inline-block;
}

.home-slider .owl-theme .owl-dots .owl-dot span {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50% !important;
    left: 50%;
    top: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-slider .owl-theme .owl-dots .owl-dot.active {
    border: 2px solid #fff;
}

.home-slider .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
}

.section-2 .section-2-blocks-wrapper .button {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    right: 0;
    margin-right: -50px;
    border-radius: 50%;
    background: #fe435b;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@media (max-width: 991.98px) {
    .section-2 .section-2-blocks-wrapper .button {
        top: auto;
        bottom: 0 !important;
        margin-right: auto;
        right: auto;
        left: 50%;
        margin-bottom: -50px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.section-2 .section-2-blocks-wrapper .button span {
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-30%, -48%);
    -ms-transform: translate(-30%, -48%);
    transform: translate(-30%, -48%);
}


.section-2 .section-2-blocks-wrapper .text {
    position: relative;
    /* z-index: -1; */
    padding: 15px;
}

@media (min-width: 768px) {
    .section-2 .section-2-blocks-wrapper .text {
        padding: 10% 7%;
        background: #fff;
    }
}

.section-2 .section-2-blocks-wrapper .text h3 {
    margin-bottom: 50px;
}

.section-2 .section-2-blocks-wrapper .img {
    display: block;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 991.98px) {
    .section-2 .section-2-blocks-wrapper .img {
        height: 400px;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 95, 95, .4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px transparent;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 95, 95, .4);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 95, 95, .4);
        box-shadow: 0 0 0 0 rgba(255, 95, 95, .4);
    }
    70% {
        -moz-box-shadow: 0 0 0 30px transparent;
        -webkit-box-shadow: 0 0 0 30px transparent;
        box-shadow: 0 0 0 30px transparent;
    }
    100% {
        -moz-box-shadow: 0 0 0 0 transparent;
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }
}

@media (max-width: 767.98px) {
    .promo {
        margin-bottom: 30px;
    }
}

.promo .promo-img {
    display: block;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 59px -27px #000;
    -moz-box-shadow: 0 10px 59px -27px #000;
    box-shadow: 0 10px 59px -27px #000;
}

.promo .text h2 {
    font-size: 20px;
    font-weight: 600;
}

.promo .text .price {
    font-size: 20px;
    color: #000;
}

.promo .text .price span {
    font-size: 1rem;
    color: #000;
}

.promo .text .read {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
}

.services {
    position: relative;
}

.services:before,
.services:after {
    position: absolute;
    content: "";
    background: #fff;
}

.services .icon {
    width: 120px;
    height: 120px;
    margin-top: 10px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 15.8px 24.3px 35px 0 rgba(0, 0, 0, 0.22);
}

.services .icon span {
    color: #fe435b;
    fill: #fe435b;
}

.services .media-body .heading {
    font-size: 20px;
}

.block-5 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
    position: relative;
    display: block;
}

.block-5:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient( top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient( top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient( linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient( top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient( to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
    opacity: .8;
}

.block-5 .text {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px 20px 10px;
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease;
}

.block-5 .text:before {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    height: 0;
    position: absolute;
    content: "";
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.block-5 .text .heading,
.block-5 .text .subheading,
.block-5 .text .post-meta,
.block-5 .text .excerpt,
.block-5 .text .price,
.block-5 .text .star-rate {
    z-index: 2;
    position: relative;
}

.block-5 .text .subheading {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 12px;
    margin-bottom: 5px;
    opacity: .6;
}

.block-5 .text .heading {
    color: #fff;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
}

.block-5 .text .post-meta {
    line-height: 1.4;
    color: #fff;
    font-size: 14px;
}

.block-5 .text .post-meta span {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    opacity: .6;
}

.block-5 .text .price {
    color: #fff;
}

.block-5 .text .star-rate {
    font-size: 12px;
    color: #fff;
}

.block-5 .text .star-rate span {
    margin-right: 2px;
}

.block-5 .text .excerpt {
    line-height: 1.4;
    color: #fff;
}

.block-5:hover .text:before,
.block-5:focus .text:before {
    visibility: visible;
    opacity: 1;
    height: 100%;
    background: #fff;
}

.star-rate {
    color: #fff;
    fill: #fff;
}

.star-rate .text-warning {
    color: #ffc107 !important;
    fill: #ffc107 !important;
}

.block-5:hover .text .heading,
.block-5:hover .text .subheading,
.block-5:hover .text .post-meta,
.block-5:hover .text .price,
.block-5:hover .text .star-rate,
.block-5:focus .text .heading,
.block-5:focus .text .subheading,
.block-5:focus .text .post-meta,
.block-5:focus .text .price,
.block-5:focus .text .star-rate {
    color: #000;
    fill: #000;
}

.form-control {
    height: 52px !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 18px;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control:focus,
.form-control:active {
    border-color: #000;
}

textarea.form-control {
    height: inherit !important;
}

.about-author img {
    border-radius: 50%;
}

.section {
    padding: 7rem 0;
    position: relative;
    background-color: #fff;
}

.travel-footer {
    font-size: 1rem;
    background-color: #1a1a1a;
    padding: 8rem 0;
}

.travel-footer .travel-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em;
}

.travel-footer .travel-footer-widget h2 {
    font-weight: 400;
    color: #fff;
}

.travel-footer p {
    color: rgba(255, 255, 255, .5);
}

.travel-footer a {
    color: rgba(255, 255, 255, .5);
}

.travel-footer a:hover {
    color: #fff;
}

.travel-footer .travel-heading {
    font-size: 24px;
}

.travel-footer .travel-heading-2 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.travel-footer-social li {
    list-style: none;
    margin: 0 10px 10px 0;
    display: inline-block;
}

.travel-footer-social li a {
    height: 50px;
    width: 50px;
    float: left;
    background-color: rgba(255, 255, 255, .05);
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.travel-footer-social li a span {
    position: absolute;
    font-size: 26px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.travel-footer-social li a:hover {
    color: #fff;
}

.travel-footer-social li a:hover path {
    fill: #fff;
}

#map {
    height: 400px;
    width: 100%;
}

@media (max-width: 991.98px) {
    #map {
        height: 300px;
    }
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 95, 95, .4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px transparent;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 95, 95, .4);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 95, 95, .4);
        box-shadow: 0 0 0 0 rgba(255, 95, 95, .4);
    }
    70% {
        -moz-box-shadow: 0 0 0 30px transparent;
        -webkit-box-shadow: 0 0 0 30px transparent;
        box-shadow: 0 0 0 30px transparent;
    }
    100% {
        -moz-box-shadow: 0 0 0 0 transparent;
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }
}

.heading-section h2 {
    font-size: 30px;
    font-weight: 600;
}

.promo-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.testimony-section {
    position: relative;
}

.testimony-section .owl-carousel {
    margin: 0;
}

.testimony-section .owl-carousel .owl-stage-outer {
    padding-top: 2.5em;
    padding-bottom: 1em;
    position: relative;
}

.testimony-section .owl-carousel .owl-stage-outer:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100px;
    height: 100vh;
    -webkit-box-shadow: inset 105px 0 70px -60px #fff;
    -moz-box-shadow: inset 105px 0 70px -60px #fff;
    box-shadow: inset 105px 0 70px -60px #fff;
    z-index: 1;
}

.testimony-section .owl-carousel .owl-stage-outer:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 100px;
    height: 100vh;
    -webkit-box-shadow: inset -105px 0 70px -60px #fff;
    -moz-box-shadow: inset -105px 0 70px -60px #fff;
    box-shadow: inset -105px 0 70px -60px #fff;
}

@media (max-width: 767.98px) {
    .testimony-section .owl-carousel .owl-stage-outer:before,
    .testimony-section .owl-carousel .owl-stage-outer:after {
        display: none;
    }
}

.testimony-wrap {
    background: #fff;
    display: block;
    position: relative;
    border: 1px solid #f0f0f0;
}

.testimony-wrap .user-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -60px;
}

.testimony-wrap .name {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 0;
    color: #fe435b;
}

.testimony-wrap .position {
    font-size: 13px;
    color: #d9d9d9;
}

.testimony-wrap .star-rate {
    font-size: 12px;
}

.testimony-wrap .star-rate span {
    margin-left: 1px;
    margin-right: 1px;
    color: #fe435b;
}

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.blog-entry {
    background: #fff;
}

@media (min-width: 768px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

.blog-entry .text {
    border: 2px dashed #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
    border-top: 0;
    border-radius: 2px;
}

.blog-entry .text:before,
.blog-entry .text:after {
    position: absolute;
    content: "";
    background: #fff;
}

.blog-entry .text:after {
    bottom: 0;
    right: -2px;
    width: 2px;
    height: 80px;
}

.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 1rem;
    font-weight: 500;
}

.blog-entry .text .heading a {
    color: #000;
}

.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active {
    color: #fe435b;
}

.blog-entry .text .meta-chat {
    color: #ccc;
}

.blog-entry .meta > div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 15px;
}

.blog-entry .meta > div a {
    color: #ccc;
    font-size: 15px;
}

.blog-entry .meta > div a:hover {
    color: #ccc;
}

.block-6 {

    margin-bottom: 40px;
    background-color: #fff
}

.block-6:hover.services .icon img,
.block-6:hover.services .icon svg {
  animation: shake 2s;
}

.block-6 .icon span:before {
    font-size: 60px;
}

.block-6 .media-body p {
    font-size: 1rem;
}

.block-17 form .fields {
    width: calc(100% - 140px);
    position: relative;
}

@media (max-width: 991.98px) {
    .block-17 form .fields {
        width: 100%;
    }
}

.block-17 form .fields .one-third {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}

.block-17 form .fields .one-third.one-third-1 {
    width: 33.3333% !important;
}

@media (max-width: 991.98px) {
    .block-17 form .fields .one-third {
        width: 100%;
        border-right: none;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }
}

.block-17 form .fields .one-third:first-child {
    padding-left: 0;
}

.block-17 form .fields .one-third:last-child {
    border-right: none;
}

.block-17 form .fields .form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 2px solid rgba(255, 255, 255, .5);
    background: 0 0 !important;
    color: #fff !important;
    font-size: 1rem;
    width: 100%;
}

.block-17 form .fields .form-control::-webkit-input-placeholder {
    color: #fff;
}

.block-17 form .fields .form-control::-moz-placeholder {
    color: #fff;
}

.block-17 form .fields .form-control:-ms-input-placeholder {
    color: #fff;
}

.block-17 form .fields .form-control:-moz-placeholder {
    color: #fff;
}

.block-17 form .fields .icon {
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, .7);
}

@media (max-width: 767.98px) {
    .block-17 form .fields .icon {
        right: 10px;
    }
}

.block-17 form .fields .select-wrap {
    position: relative;
}

.block-17 form .fields .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.block-17 form .search-submit {
    width: 120px;
    margin-left: 20px;
    background: #fff;
    color: #000;
}

@media (max-width: 991.98px) {
    .block-17 form .search-submit {
        margin-left: 0;
        display: block;
        width: 100%;
    }
}

.block-17 form .search-submit:hover {
    background: #fff;
}

.sidebar-box .search-tours form .fields {
    position: relative;
}

.sidebar-box .search-tours form .fields .group {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.sidebar-box .search-tours form .fields .group:last-child {
    border-right: none;
}

.sidebar-box .search-tours form .fields .form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 2px solid rgba(0, 0, 0, .1) !important;
    background: #fff !important;
    color: rgba(0, 0, 0, .8) !important;
    font-size: 1rem;
    width: 100%;
}

.sidebar-box .search-tours form .fields .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .8);
}

.sidebar-box .search-tours form .fields .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, .8);
}

.sidebar-box .search-tours form .fields .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, .8);
}

.sidebar-box .search-tours form .fields .form-control:-moz-placeholder {
    color: rgba(0, 0, 0, .8);
}

.sidebar-box .search-tours form .fields .icon {
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(0, 0, 0, .7);
}

@media (max-width: 767.98px) {
    .sidebar-box .search-tours form .fields .icon {
        right: 10px;
    }
}

.sidebar-box .search-tours form .fields .select-wrap {
    position: relative;
}

.sidebar-box .search-tours form .fields .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.sidebar-box .search-tours form .search-submit {
    width: 100%;
    background: #fe435b;
    color: #fff;
    padding: 12px;
}

@media (max-width: 991.98px) {
    .sidebar-box .search-tours form .search-submit {
        margin-left: 0;
        display: block;
        width: 100%;
    }
}

.sidebar-box .search-tours form .search-submit:hover {
    background: #fff;
    color: #000;
}

.block-27 ul {
    padding: 0;
    margin: 0;
}

.block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
}

.block-27 ul li a,
.block-27 ul li span {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.block-27 ul li.active a,
.block-27 ul li.active span {
    background: #fe435b;
    color: #fff;
    border: 1px solid transparent;
}

.contact-section .contact-info p a {
    color: #b3b3b3;
}

.block-9 .form-control {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
}

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #000;
    border: 1px solid #ccc;
    font-size: 11px;
}

.tagcloud a:hover {
    border: 1px solid #000;
}

.comment-form-wrap {
    clear: both;
}

.comment-list {
    padding: 0;
    margin: 0;
}

.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%;
}

.comment-list li {
    padding: 0;
    margin: 0 0 30px;
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
}

.comment-list li .vcard {
    width: 80px;
    float: left;
}

.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%;
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
    font-size: 20px;
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: #ccc;
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1em;
    font-weight: 400;
    border-radius: 4px;
}

.comment-list li .comment-body .reply:hover {
    color: #fff;
    background: #000;
}

.search-form {
    background: #f7f7f7;
    padding: 10px;
}

.search-form .form-group {
    position: relative;
}

.search-form .form-group input {
    padding-right: 50px;
}

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff;
}

.sidebar-box *:last-child {
    margin-bottom: 0;
}

.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

#travel-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
    box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
    border-radius: 1rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000;
}

#travel-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#travel-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#travel-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#travel-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@media only screen and (max-width: 575px) {
    .find_title {
        font-size: 24px;
    }
    .find_input {
        height: 40px;
        line-height: 36px;
    }
    .find_button {
        height: 40px;
        line-height: 40px;
        width: 120px;
        padding: 0;
    }
    .find_input::-webkit-input-placeholder {
        font-size: 12px !important;
    }
    .find_input:-moz-placeholder {
        font-size: 12px !important;
    }
    .find_input::-moz-placeholder {
        font-size: 12px !important;
    }
    .find_input:-ms-input-placeholder {
        font-size: 12px !important;
    }
    .find_input::input-placeholder {
        font-size: 12px !important;
    }
    .find_item div {
        font-size: 12px;
    }
    .find_button {
        font-size: 14px;
    }
}

.travel-ourdestination {
    width: 100%;
    float: left;
}

.travel-ourdestination figure {
    margin: 0;
    width: 100%;
    float: left;
}

.travel-ourdestination figure img {
    width: 100%;
    height: auto;
    display: block;
}

.travel-ourdestinationcontent {
    width: 100%;
    float: left;
}

.travel-ourdestinationcontent .travel-description {
    padding: 0 0 45px;
}

.travel-ourdestinationcontent .travel-description p {
    margin: 0;
}

.travel-destinations {
    width: 100%;
    float: left;
    font-size: 12px;
    font-weight: 300;
    line-height: 1rem;
    list-style: none;
    padding: 0 0 20px;
}

.travel-destinations li {
    float: left;
    font-size: inherit;
    line-height: inherit;
    list-style-type: none;
    padding: 0 63px 30px 0;
}

.travel-destinations li a {
    float: left;
}

.travel-destinations li a h3,
.travel-destinations li a em {
    display: inline-block;
    vertical-align: middle;
}

.travel-destinations li a h3 {
    margin: 0;
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
}


/* =============================================
			  Destination Style				
  ============================================= */

.travel-destinations {
    width: 100%;
    float: left;
}

.travel-destination {
    width: 100%;
    float: left;
    margin: -20px 0;
}

.travel-destination figure {
    margin: 20px 0;
    width: 100%;
    float: left;
    background: #000;
}

.travel-destination figure a {
    z-index: 1;
    display: block;
    position: relative;
}

.travel-destination figure a img {
    width: 100%;
    height: auto;
    opacity: 0.60;
    display: block;
}

.travel-destination figure:hover a img {
    opacity: 1;
}

.travel-destination figure figcaption {
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    color: #fff;
    position: absolute;
    padding: 0 25px 20px;
}

.travel-destination figure figcaption h2 {
    color: #fff;
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 600;
    line-height: 18px;
}

.travel-destination figure figcaption h2 a {
    color: #fff;
}

.travel-destination figure figcaption .travel-description p {
    margin: 0;
    line-height: 15px;
}

.travel-destinationsslider .travel-btnroundprev,
.travel-destinationsslider .travel-btnroundnext {
    color: #000;
    border-color: #000;
}

.travel-destinationsslider .travel-btnroundprev i,
.travel-destinationsslider .travel-btnroundnext i {
    color: inherit;
}

.travel-destinationsslider .travel-btnroundprev {
    left: -80px;
}

.travel-destinationsslider .travel-btnroundnext {
    right: -80px;
}

figure {
    margin-bottom: 6px;
    position: relative;
}

.travel-topdestinations {
    width: 100%;
    float: left;
    margin: -15px 0;
}

.travel-topdestination {
    width: 100%;
    float: left;
}

.travel-topdestination figure {
    width: 100%;
    float: left;
    margin: 15px 0;
    overflow: hidden;
    background: #000;
}

.travel-topdestination figure a {
    z-index: 1;
    display: block;
    position: relative;
}

.travel-topdestination figure a img {
    width: 100%;
    height: auto;
    opacity: 0.60;
    display: block;
}

.travel-topdestination:hover figure a img {
    opacity: 0.20;
}

.travel-topdestination figure figcaption {
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    color: #fff;
    position: absolute;
    padding: 0 25px 20px;
}

.travel-topdestination figure figcaption h2 {
    margin: 0;
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 16px;
    position: relative;
    padding: 0 0 0 25px;
}

.travel-topdestination figure figcaption h2:before {
    top: -1px;
    left: 0;
    font-size: 18px;
    line-height: 18px;
    content: '\eb77';
    position: absolute;
}

.travel-topdestination figure figcaption h2 a {
    color: #fff;
}

.travel-topdestination:hover figure figcaption {
    bottom: -150px;
}

.travel-topdestination figure .travel-btnviewall {
    top: -50%;
    left: 50%;
    font-size: 12px;
    font-weight: 500;
    background: none;
    padding: 0 0 8px;
    line-height: 12px;
    position: absolute;
    margin: -6px 0 0 -38px;
    text-transform: uppercase;
}

.travel-topdestination figure .travel-btnviewall:before {
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
}

.travel-topdestination:hover figure .travel-btnviewall {
    top: 50%;
}

.travel-totaltours {
    float: right;
    font: 400 14px/16px 'Roboto', Arial, Helvetica, sans-serif;
}

.main-with-sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.primary-content {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    background: #e6e7e8;
}

.entry-title {
    color: #457098;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.1em;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

.page-header {
    margin: 0 0 35px 0;
    padding: 0;
    border: none;
    overflow: hidden;
}

.container-floating {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap
}

@media (min-width:865px) {
    .container-floating {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:1085px) {
    .container-floating {
        background-color: transparent;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }
}

.wrap {
    margin-top: 10px
}

.main-with-sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.module-heading {
    text-transform: capitalize
}

@media (min-width:865px) {
    .main-with-sidebar {
        float: left;
        width: 66.66666667%
    }
}

.primary-content {
    margin-bottom: 20px;
    padding-bottom: 10px
}

.module-heading-wrap {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    padding: 14px 25px;
    color: #010102;
    font-size: 16px;
    line-height: 20px;
    position: relative
}

.content-intro-portrait {
    margin-bottom: 8px;
    margin-top: 8px;
    background-color: #fff;
    background-clip: content-box
}

.content-intro-portrait-photo {
    width: 100%;
    height: auto
}

.content-intro-portrait-caption {
    background-color: #fff;
    padding: 20px 20px
}

.content-intro-heading {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    text-align: center
}

.content-intro-heading a,
.content-intro-heading a:link,
.content-intro-heading a:visited {
    color: #807f70
}

.content-intro-portrait-text {
    font-size: 13px;
    margin-bottom: .5em
}

.content-intro-portrait-featured {
    margin-bottom: 10px
}

.content-intro-portrait-button-wrap {
    text-align: center;
    margin-top: 15px
}

.content-intro-landscape-heading {
    margin-top: 5px
}

.intro-list-wrap {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px
}

.intro-list-inner,
.intro-list-wrap .gradient-box {
    border: 1px solid #bec0c2
}

.intro-list-image-wrap {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

@media (min-width:865px) {
    .intro-list-image-wrap {
        float: left;
        width: 50%
    }
}

@media (min-width:1085px) {
    .intro-list-image-wrap {
        float: left;
        width: 50%
    }
}

@media (min-width:1290px) {
    .intro-list-image-wrap {
        float: left;
        width: 41.66666667%
    }
}

@media (min-width:865px) {
    .intro-list-image-wrap {
        padding-right: 15px
    }
}

.intro-list-image-wrap img {
    max-width: 100%;
    height: auto
}

.intro-list-content-wrap {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:865px) {
    .intro-list-content-wrap {
        float: left;
        width: 50%
    }
}

@media (min-width:1085px) {
    .intro-list-content-wrap {
        float: left;
        width: 50%
    }
}

@media (min-width:1290px) {
    .intro-list-content-wrap {
        float: left;
        width: 58.33333333%
    }
}

.intro-list-image-wrap-floating {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:865px) {
    .intro-list-image-wrap-floating {
        float: left;
        width: 50%
    }
}

@media (min-width:1085px) {
    .intro-list-image-wrap-floating {
        float: left;
        width: 45.83333333%
    }
}

@media (min-width:1290px) {
    .intro-list-image-wrap-floating {
        float: left;
        width: 37.5%
    }
}

.intro-list-content-wrap-floating {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:865px) {
    .intro-list-content-wrap-floating {
        float: left;
        width: 50%
    }
}

@media (min-width:1085px) {
    .intro-list-content-wrap-floating {
        float: left;
        width: 54.16666667%
    }
}

@media (min-width:1290px) {
    .intro-list-content-wrap-floating {
        float: left;
        width: 62.5%
    }
}

.intro-list-image {
    float: left;
    margin: 0 30px 0 0
}

.intro-list-heading {
    margin: .5em 0 .125em 0;
    font-size: 21px
}

.intro-list-heading a {
    color: #959484
}

.intro-list-destinations {
    margin: 5px 0 15px 0;
    font-size: 13px
}

.intro-list-excerpt {
    font-size: 13px;
    margin-bottom: 20px
}

@media (min-width:865px) {
    .intro-list-excerpt {
        margin-bottom: 0
    }
}

@media (min-width:1085px) {
    .intro-list-excerpt {
        margin-bottom: 30px
    }
}

.intro-list-button {
    display: inline-block
}

@media (min-width:865px) {
    .intro-list-button {
        display: none
    }
}

@media (min-width:1085px) {
    .intro-list-button {
        display: inline-block
    }
}

.itinerary-days {
    padding-top: 1em;
    margin-top: 1em;
    margin-bottom: 2em
}

.itinerary-day {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 1em
}

.itinerary-day-heading {
    color: #457098;
    font-size: 16px
}

.itinerary-day-number {
    color: #919195;
    font-weight: 700
}

.itinerary-day-image-wrap-full {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.itinerary-day-image-wrap-half {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.itinerary-day-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

.header-tabbed {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:1085px) {
    .header-tabbed {
        float: left;
    }
}

.table {
    width: 100%
}

.table thead {
    background-color: #e6e7e8;
    text-align: left;
    color: #457098
}

.table td,
.table th {
    padding: 10px;
    vertical-align: top
}

.table tr {
    border-bottom: 1px solid #bec0c2
}

.select-wrap {
    display: inline-block;
    margin-left: 10px
}

.select {
    font-weight: 300;
    -webkit-appearance: none;
    border: 1px solid #bec0c2;
    background-color: #fff;
    border-radius: 0;
    padding: 3px 8px;
    padding-right: 30px
}

.primary-content {
    margin: 40px auto !important
}

.travel-select {
    color: #676767;
    float: left;
    width: 100%;
    position: relative;
    text-transform: uppercase;
}

.travel-select:after {
    top: 0;
    right: 15px;
    z-index: 2;
    color: #676767;
    display: block;
    content: '\f107';
    position: absolute;
    text-align: center;
    font-size: inherit;
    line-height: 42px;
}

.travel-select select {
    z-index: 1;
    width: 100%;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.travel-select select option {
    color: #676767;
}


/* =============================================
			Theme Global Elements				
============================================= */

.travel-haslayout {
    width: 100%;
    float: left;
}

.travel-sectionspace {
    padding: 120px 0;
}

.travel-locationmap {
    width: 100%;
    float: left;
    height: 500px;
}

.travel-btn-sm {
    padding: 0 20px;
    line-height: 30px;
}

.travel-btn {
    z-index: 1;
    color: #fff;
    height: 60px;
    padding: 0 50px;
    overflow: hidden;
    background: #fff;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font: 400 12px/60px 'Montserrat', Arial, Helvetica, sans-serif;
}

.travel-section {
    padding: 7rem 0;
    position: relative;
    background-color: #fff
}

.travel-btn:after {
    z-index: 2;
    left: 50px;
    right: 50px;
    bottom: 20px;
    content: '';
    height: 1px;
    background: #fff;
    position: absolute;
}

.travel-btn:hover:after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.travel-btn span {
    z-index: 3;
    position: relative;
}

.travel-btn-lg {
    width: 100%;
}

.travel-btnvtwo {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font: 500 12px/12px 'Montserrat', Arial, Helvetica, sans-serif;
}

.travel-btnvtwo:before {
    left: 0;
    right: 0;
    bottom: -8px;
    height: 5px;
    content: '';
    margin: 0 auto;
    position: absolute;
}

.travel-btnvtwo:hover,
.travel-btnvtwo:focus {
    color: #fff;
}

.travel-socialicons {
    overflow: hidden;
    list-style: none;
    text-align: center;
    line-height: 30px;
}

.travel-socialicons li {
    float: left;
    padding: 0 4px;
    line-height: inherit;
    list-style-type: none;
}

.travel-socialicons li a {
    width: 40px;
    height: 40px;
    color: #fff;
    display: block;
    background: #000;
    overflow: hidden;
    line-height: 30px;
    position: relative;
    text-align: center;
    border-radius: 30px;
    text-transform: capitalize;
}

.travel-socialicons li a i {
    color: #fff;
    width: 30px;
    display: block;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
}

.travel-socialicons li a:hover {
    color: #fff;
}

.travel-socialicons.travel-socialiconsvtwo li a {
    color: #000;
}

.travel-socialicons.travel-socialiconsvtwo li a i {
    color: #000;
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: normal;
}

.travel-verticalmiddle,
.travel-verticaltop {
    margin: 0 -1px;
    float: none !important;
    display: inline-block;
    vertical-align: middle;
}

.travel-verticaltop {
    vertical-align: top;
}

.travel-description {
    width: 100%;
    float: left;
}

.travel-bglight {
    background: #fafafa;
}

.travel-bgdark {
    color: #fff;
    background: #14141e;
}

.travel-bgdark .travel-sectiontitle h2 {
    color: #fff;
    background-image: url(../images/patternw.png);
}

.travel-bgdark .travel-destinations li,
.travel-bgdark .travel-destinations li a,
.travel-bgdark .travel-destinations li a h3 {
    color: #fff;
}

.travel-stars span,
.travel-stars {
    width: 76px;
    height: 12px;
    float: left;
    line-height: 12px;
    position: relative;
}

.travel-stars span:after,
.travel-stars:before {
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    letter-spacing: 4px;
    color: #ffa127 !important;
    content: '\f005 \f005 \f005 \f005 \f005';
}

.travel-stars:before {
    content: '\f006 \f006 \f006 \f006 \f006';
}

.travel-stars span {
    width: 75%;
    overflow: hidden;
}

.travel-stars span:after {
    color: #000;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.travel-formtheme {
    width: 100%;
    float: left;
    position: relative;
}

.travel-formtheme fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

.travel-sectiontitle {
    width: 100%;
    float: left;
    padding: 0 0 30px;
}

.travel-sectiontitle h2 {
    margin: 0;
    float: left;
    font-size: 32px;
    font-weight: 600;
    line-height: 24px;
    padding: 0 65px 0 0;
    background: url(../images/patternb.png) no-repeat 100% 100%;
}

.travel-sectiontitleleft .travel-btnvtwo {
    float: right;
}

.travel-sectionhead {
    width: 100%;
    float: left;
    padding: 0 0 40px;
}

.travel-sectionhead .travel-sectiontitle {
    padding: 0 0 20px;
}

.travel-sectionhead .travel-description p {
    margin: 0;
}


/* =============================================
			Theme BreadCrumb Style				
============================================= */

.travel-wrapper {
    height: 100%;
    overflow-y: hidden;
    position: relative;
}

.travel-pricearea {
    float: right;
}

.travel-pricearea span,
.travel-pricearea del {
    float: right;
    font-size: 13px;
    line-height: 13px;
    padding: 0 0 10px;
    text-transform: capitalize;
}

.travel-pricearea h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}


/* =============================================
			Our Destination Style				
============================================= */

.travel-ourdestination {
    width: 100%;
    float: left;
}

.travel-ourdestination figure {
    margin: 0;
    width: 100%;
    float: left;
}

.travel-ourdestination figure img {
    width: 100%;
    height: auto;
    display: block;
}

.travel-ourdestinationcontent {
    width: 100%;
    float: left;
}

.travel-ourdestinationcontent .travel-description {
    padding: 0 0 45px;
}

.travel-ourdestinationcontent .travel-description p {
    margin: 0;
    color: #000
}

.travel-destinations {
    width: 100%;
    float: left;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    list-style: none;
    padding: 0 0 20px;
}


/* =============================================
			Destination Style				
============================================= */

.travel-destinations {
    width: 100%;
    float: left;
}

.travel-destination {
    width: 100%;
    float: left;
    margin: -20px 0;
}

.travel-destination figure {
    margin: 20px 0;
    width: 100%;
    float: left;
    background: #000;
}

.travel-destination figure a {
    z-index: 1;
    display: block;
    position: relative;
}

.travel-destination figure a img {
    width: 100%;
    height: auto;
    opacity: 0.60;
    display: block;
}

.travel-destination figure:hover a img {
    opacity: 1;
}

.travel-destination figure figcaption {
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    color: #fff;
    position: absolute;
    padding: 0 25px 20px;
}

.travel-destination figure figcaption h2 {
    color: #fff;
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 600;
    line-height: 18px;
}

.travel-destination figure figcaption h2 a {
    color: #fff;
}

.travel-destination figure figcaption .travel-description {}

.travel-destination figure figcaption .travel-description p {
    margin: 0;
    line-height: 15px;
}

.travel-destinationsslider .travel-btnroundprev,
.travel-destinationsslider .travel-btnroundnext {
    color: #000;
    border-color: #000;
}

.travel-destinationsslider .travel-btnroundprev i,
.travel-destinationsslider .travel-btnroundnext i {
    color: inherit;
}

.travel-destinationsslider .travel-btnroundprev {
    left: -80px;
}

.travel-destinationsslider .travel-btnroundnext {
    right: -80px;
}


/* =============================================
			Footer Style						
============================================= */

.travel-footer {
    width: 100%;
    float: left;
    background-color: #000;
}

.travel-footercolumn {
    width: 100%;
    float: left;
    color: #c3c3c3;
    padding: 120px 0;
}

.travel-footercolumn .travel-widgettitle h3 {
    color: #fff;
}

.travel-footerbar {
    width: 100%;
    float: left;
    color: #676767;
    padding: 20px 0;
    min-height: 55px;
    font-size: 13px;
    line-height: 15px;
    background: #161616;
}

.travel-footerbar p {
    margin: 0;
    text-align: center;
    line-height: inherit;
}

.travel-sectionheadvtwo {
    text-align: center;
}

.travel-sectionheadvtwo .travel-sectiontitle h2 {
    width: 100%;
    padding: 30px 0 0;
    text-align: center;
    background-position: top center;
}

.travel-topdestinations {
    width: 100%;
    float: left;
    margin: -15px 0;
}

.travel-topdestination {
    width: 100%;
    float: left;
}

.travel-topdestination figure {
    width: 100%;
    float: left;
    margin: 15px 0;
    overflow: hidden;
    background: #000;
}

.travel-topdestination figure a {
    z-index: 1;
    display: block;
    position: relative;
}

.travel-topdestination figure a img {
    width: 100%;
    height: auto;
    opacity: 0.60;
    display: block;
}

.travel-topdestination:hover figure a img {
    opacity: 0.20;
}

.travel-topdestination figure figcaption {
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    color: #fff;
    position: absolute;
    padding: 0 25px 20px;
}

.travel-topdestination figure figcaption h2 {
    margin: 0;
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 16px;
    position: relative;
    padding: 0 0 0 25px;
}

.travel-topdestination figure figcaption h2:before {
    top: -1px;
    left: 0;
    font-size: 18px;
    line-height: 18px;
    content: '\eb77';
    position: absolute;
}

.travel-topdestination figure figcaption h2 a {
    color: #fff;
}

.travel-topdestination:hover figure figcaption {
    bottom: -150px;
}

.travel-topdestination figure .travel-btnviewall {
    top: -50%;
    left: 50%;
    font-size: 12px;
    font-weight: 500;
    background: none;
    padding: 0 0 8px;
    line-height: 12px;
    position: absolute;
    margin: -6px 0 0 -38px;
    text-transform: uppercase;
}

.travel-topdestination figure .travel-btnviewall:before {
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
}

.travel-topdestination:hover figure .travel-btnviewall {
    top: 50%;
}

.travel-totaltours {
    float: right;
}

.travel-posts {
    width: 100%;
    float: left;
}

.travel-post {
    width: 100%;
    float: left;
}

.travel-post figure {
    margin: 0;
    width: 100%;
    float: left;
    overflow: hidden;
    background: #000;
    position: relative;
}

.travel-post figure a {
    display: block;
    overflow: hidden;
}

.travel-post figure img {
    width: 100%;
    height: auto;
    display: block;
}

.travel-post figure .travel-hover {
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 15px;
    opacity: 0;
    text-align: center;
    visibility: hidden;
    position: absolute;
    -webkit-box-alt: center;
    -ms-flex-alt: center;
    alt-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.travel-post figure .travel-hover h3 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 16px;
}

.travel-post figure .travel-hover h3 a {
    color: #fff;
}

.travel-post figure .travel-hover time {
    font-size: 10px;
    line-height: 10px;
}

.travel-post:hover figure img {
    opacity: 0.40;
}

.travel-post:hover figure .travel-hover {
    opacity: 1;
    visibility: visible;
}


/*======================================================================================
									Home Version Three									
======================================================================================*/

.travel-nobackground {
    background: none;
}

.travel-accordion {
    width: 100%;
    float: left;
}

.travel-panel {
    width: 100%;
    float: left;
    padding: 25px 0;
    border-bottom: 1px solid #e6e6e6;
}

.travel-panel h4 {
    margin: 0;
    width: 100%;
    float: left;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    position: relative;
    text-transform: capitalize;
}

.travel-bookingdetail .travel-panel h4 span {
    margin: 5px 0 0;
}

.travel-panel h4 span {
    color: #676767;
    display: block;
    font-size: 13px;
    line-height: 17px;
}

.travel-panel h4:hover,
.travel-panel h4.active {}

.travel-panel h4:after {
    right: 0;
    top: -5px;
    content: '+';
    width: 30px;
    height: 30px;
    color: #676767;
    display: block;
    font-size: 16px;
    line-height: 26px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #676767;
}

.travel-panel h4:hover:after,
.travel-panel h4.active:after {
    content: '-';
}

.travel-panelcontent {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}

.travel-panelcontent .travel-description p {
    margin: 0;
}


/*======================================================================================
										FAQ'S											
======================================================================================*/

.travel-content {
    width: 100%;
    float: left;
}


/*======================================================================================
								Listing Styles											
======================================================================================*/

.travel-shareicons {
    float: right;
    position: relative;
}

.travel-likeshare {
    float: right;
    font-size: 13px;
    list-style: none;
    line-height: 15px;
    text-transform: uppercase;
}

.travel-likeshare > li {
    float: left;
    padding: 0 8px;
    position: relative;
    line-height: inherit;
    list-style-type: none;
}

.travel-likeshare li a {
    color: #868686;
    display: block;
}

.travel-likeshare > li:hover > a > i,
.travel-likeshare > li:hover > a {
    color: #000;
}

.travel-likeshare > li > a > i {
    font-size: 18px;
    margin: 0 8px 0 0;
    line-height: 18px;
}

.travel-likeshare > li > a > i,
.travel-likeshare > li > a > span {
    display: inline-block;
    vertical-align: middle;
}

.travel-share {
    margin: 0;
    left: 20px;
    width: 40px;
    top: -120px;
    z-index: 9;
    font-size: 16px;
    list-style: none;
    background: #000;
    line-height: 16px;
    border-radius: 5px;
    position: absolute;
    text-align: center;
    visibility: hidden;
    opacity: 0;
}

.travel-share:before {
    left: 10px;
    top: 100%;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 7px solid #000;
}

.travel-share li {
    width: 100%;
    float: left;
    padding: 8px 0;
    line-height: inherit;
    list-style-type: none;
}

.travel-share li a {
    display: block;
    color: #b3b3b3;
}

.travel-likeshare li:hover .travel-share {
    opacity: 1;
    visibility: visible;
}

.travel-tourbookingdetail {
    width: 100%;
    float: left;
}

.travel-bookinginfo {
    width: 100%;
    float: left;
    background: #fff;
    padding: 4.5rem 1.5rem 1.5rem;
    margin: 0px 0 0;
    text-align: center;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    margin-top: -10rem;
    position: relative;
    z-index: 1;
}

.travel-bookinginfo h2 {
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: bold;
    line-height: 30px;
}

.travel-bookinginfo .travel-durationrating {
    width: 100%;
    margin: 0 0 30px;
}

.travel-bookinginfo .travel-durationrating .travel-stars,
.travel-bookinginfo .travel-durationrating em,
.travel-bookinginfo .travel-pricearea,
.travel-bookinginfo .travel-pricearea span,
.travel-bookinginfo .travel-pricearea del {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.travel-bookinginfo .travel-pricearea {
    margin: 0 0 35px;
}

.travel-bookinginfo .travel-pricearea span {
    margin: 0 5px 0 0;
}

.travel-bookinginfo .travel-pricearea h4 {
    font-size: 24px;
    line-height: 24px;
}

.travel-bookinginfo .travel-pricearea h4 sub {
    color: #676767;
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 0 3px;
}

.travel-tripinfo {
    width: 100%;
    float: left;
    padding: 20px 0;
    font-size: 15px;
    list-style: none;
    line-height: 15px;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.travel-tripinfo li {
    padding: 0 25px;
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
}

.travel-tripinfo li .travel-tourduration {
    width: auto;
    float: none;
    padding: 0 0 0 30px;
    font-size: inherit;
    line-height: inherit;
}

.travel-tourduration.travel-availabilty:before {
    content: '\e00d';
}

.travel-tourduration.travel-location:before {
    content: '\e025';
}

.travel-tourduration.travel-peoples:before {
    content: '\e9eb';
}

.travel-refundshare {
    width: 100%;
    float: left;
    padding: 20px 25px;
}

.travel-refund {
    float: left;
}

.travel-refund figure {
    float: left;
    margin: 0 18px 0 0;
}

.travel-refund figure img {
    width: 100%;
    height: auto;
    display: block;
}

.travel-refundinfo {
    overflow: hidden;
    text-align: left;
}

.travel-refundinfo h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.travel-refundinfo .travel-description p {
    margin: 0;
}

.travel-refundshare .travel-likeshare {
    padding: 18px 0;
}

.travel-overview .travel-bookingdetail {
    width: 50%
}

.travel-bookingdetail + .travel-bookingdetail {
    padding: 0 0 0 50px;
}

.travel-box {
    width: 100%;
    float: left;
}

.travel-box h2 {
    font-size: 24px;
    margin: 0 0 25px;
    font-weight: 600;
    line-height: 25px;
}

.travel-box + .travel-box {
    margin: 45px 0 0;
}

.travel-liststyle {
    width: 100%;
    float: left;
    color: #676767;
    font-size: 15px;
    list-style: none;
}

.travel-liststyle li {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 0 25px;
    list-style-type: none;
}

.travel-liststyle li span {
    display: block;
    line-height: inherit;
}

.travel-liststyle li:before {
    left: 0;
    top: 7px;
    font-size: 14px;
    content: '\f14f';
    line-height: 15px;
    position: absolute;
}

.travel-bookingdetailstyle + .travel-bookingdetailstyle {
    padding: 45px 0 0 50px;
}

.travel-bookingdetailstyle .travel-box {
    margin: 0 0 45px;
}

.travel-box h3 {
    margin: 0;
    float: left;
    font-size: 16px;
    min-width: 200px;
    font-weight: 600;
    line-height: 18px;
}

.travel-bookingdetailstyle .travel-content {
    width: auto;
    float: none;
    overflow: hidden;
}

.travel-bookingdetailstyle .travel-liststyle {
    width: 50%;
}

.travel-bookingdetailstyle .travel-liststyle li {
    padding: 0;
}

.travel-bookingdetailstyle .travel-liststyle li:before {
    display: none;
}

.travel-bookingdetailstyle .travel-priceinclude .travel-liststyle {
    width: 100%;
}

.travel-bookingtabs .tab-pane {
    position: relative;
}

.travel-bookingtabs .tab-pane:before {
    top: 0;
    left: 50%;
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background: #e6e6e6;
}

.travel-location h3 {
    margin: 0 0 12px;
}

.travel-location .travel-locationmap {
    height: 450px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
    #destinationsNav .card-columns  {
        column-count: 2;
    }
}

@media (min-width: 992px) {
    #destinationsNav .card-columns  {
        column-count: 4;
    }
}

@media (max-width: 768px) {
    .travel-section {
        padding: 2rem 1rem;
    }
    .travel-sectiontitle h2 {
        font-size: 24px;
        padding: 0
    }
    .travel-ourdestinationcontent {
        padding: 2rem 1rem
    }
    .travel-footer-widget,
    .travel-footer-widget .list-unstyled {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .special_slider_nav {
        width: 30px;
        height: 30px;
    }
    .special_category {
        font-size: 18px
    }
    .special_title a {
        font-size: 24px
    }
    .travel-navbar.scrolled .navbar-nav {
      background: 0 0;
      padding-left: 0!important;
      padding-right: 0!important;
  }}
@media (max-width: 991.98px){
    .travel-navbar.scrolled .navbar-nav {
        background: 0 0;
        border-radius: 0;
        padding-left: 0!important;
        padding-right: 0!important;
    }
}