@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");

body {
    font-family: "Open Sans", sans-serif;
}

/*
@File: Axton Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default Area CSS
** - Preloader Area CSS
** - Navbar CSS
** - Right Side Modal CSS
** - Search Modal Style CSS
** - Main Banner Style CSS
** - Video Banner CSS
** - Support Style CSS
** - Provide Style CSS
** - Offer Style CSS
** - Popular Style CSS
** - Restaurents Style CSS
** - Vaccation Style CSS
** - Testimonial Style CSS
** - News Details CSS
** - Blog Style CSS
** - Arround Style CSS
** - Tips Style CSS
** - Destinations Style CSS
** - Benefits Style CSS
** - Subscribe Style CSS
** - Page Banner Style CSS
** - About Style CSS
** - Mission Style CSS
** - Contact Style CSS
** - Map Style CSS
** - Newsletter Style CSS
** - News Page Style CSS
** - Single News Style CSS
** - Tours Style CSS
** - Single Tours Style CSS
** - Gallery Style CSS
** - Sign In Style CSS
** - Login In Style CSS
** - Footer Style CSS

*/
/*================================================
Default Area CSS
=================================================*/
p {
    font-family: "Open Sans", sans-serif;
    color: #777777;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: "Playfair Display", serif;
}

img {
    max-width: 100%;
    height: auto;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.default-btn-one {
    display: inline-block;
    padding: 14px 28px;
    background: linear-gradient(to right, #eb3449, #ee3f47, #f04846, #f25144, #f45a43);
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.default-btn-one:hover {
    text-decoration: none;
    background: linear-gradient(to right, #f45a43, #f25144, #f04846, #ee3f47, #eb3449);
    color: #ffffff;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 48px;
    margin: -10px 0 20px 0;
    text-transform: capitalize;
}

.section-title p {
    font-size: 14px;
    color: #666666;
    max-width: 750px;
    margin: auto;
    line-height: 30px;
}

a {
    text-decoration: none;
}

a:hover {
    color: #119da4;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

button:focus {
    outline: 0;
}

.pt-140 {
    padding-top: 140px !important;
}

.pb-100 {
    padding-bottom: 100px;
}

.bg-color {
    background-color: #f3f3f3;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
    position: fixed;
    z-index: 9999999;
    background-color: #f45a43;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    margin: 0 auto;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-40%);
    right: 0;
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/*================================================
Navbar CSS
=================================================*/
.povo-mobile-nav {
    display: none;
}

.povo-mobile-nav.mean-container .mean-nav ul li a.active {
    color: #119da4;
}

.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff !important;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.povo-nav {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07), 0 10px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 999;
}

.povo-nav .navbar {
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.povo-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.povo-nav .navbar .navbar-nav {
    margin-left: auto;
}

.povo-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

.povo-nav .navbar .navbar-nav .nav-item a {
    font-size: 14.4px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 12px;
    margin-right: 12px;
    transition: 0.6s;
}

.povo-nav .navbar .navbar-nav .nav-item a:hover, .povo-nav .navbar .navbar-nav .nav-item a:focus, .povo-nav .navbar .navbar-nav .nav-item a.active {
    color: #119da4;
}

.povo-nav .navbar .navbar-nav .nav-item a i {
    margin-left: 0;
    font-size: 10px;
}

.povo-nav .navbar .navbar-nav .nav-item:hover a, .povo-nav .navbar .navbar-nav .nav-item:focus a, .povo-nav .navbar .navbar-nav .nav-item.active a {
    color: #119da4;
}

.povo-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: absolute;
    border: none;
    top: 80px;
    left: 0;
    width: 250px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}

.povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0;
}

.povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: capitalize;
    padding: 8px 15px;
    margin: 0;
    display: block;
    color: #141414;
    font-size: 15.4px;
    font-weight: 600;
}

.povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #119da4;
    transition: 0.6s;
}

.povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 220px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #141414;
    text-transform: capitalize;
}

.povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #119da4;
    transition: 0.6s;
}

.povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li {
    position: relative;
    padding: 0;
}

.povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    text-transform: capitalize;
    padding: 8px 15px;
    margin: 0;
    display: block;
    color: #141414;
    font-size: 15.4px;
    font-weight: 600;
}

.povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #119da4;
    transition: 0.6s;
}

.povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 220px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #141414;
    text-transform: capitalize;
}

.povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #119da4;
    transition: 0.6s;
}

.povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #119da4;
    transition: 0.6s;
}

.povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #119da4;
    transition: 0.6s;
}

.povo-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.povo-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.others-options button, .others-options input, .others-options optgroup, .others-options select, .others-options textarea {
    outline: 0;
    border: none;
}

.others-options .nice-select {
    line-height: 24px;
    border: none;
    height: unset;
    padding-left: 10px;
    padding-right: 20px;
    font-weight: 600;
}

.others-options .nav i {
    margin-left: 0;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background-color: #ed3e48;
    border: 1px solid #ed3e48;
    text-align: center;
    border-radius: 30px;
}

.others-options .nav i:hover {
    background-color: #ffffff;
    color: #ed3e48;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

/*================================================
Right Side Modal CSS
=================================================*/
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 520px;
    height: 100%;
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-dialog .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border: none;
}

.modal.right .modal-dialog .modal-content .modal-body {
    padding: 20px;
}

.modal.right .modal-dialog .modal-content .modal-body p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 30px;
}

.modal.right .modal-dialog .modal-content .modal-body ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.modal.right .modal-dialog .modal-content .modal-body .modal-contact-info {
    margin-top: 30px;
    margin-bottom: 20px;
}

.modal.right .modal-dialog .modal-content .modal-body .modal-contact-info li {
    position: relative;
    padding-left: 36px;
    font-size: 14px;
    margin-bottom: 25px;
}

.modal.right .modal-dialog .modal-content .modal-body .modal-contact-info li b {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.modal.right .modal-dialog .modal-content .modal-body .modal-contact-info li b a {
    color: #283a5e;
}

.modal.right .modal-dialog .modal-content .modal-body .modal-contact-info li i {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 25px;
    color: #eb3449;
}

.modal.right .modal-dialog .modal-content .modal-body .social-links li {
    display: inline-block;
    color: #ffffff;
}

.modal.right .modal-dialog .modal-content .modal-body .social-links li a {
    color: #ffffff;
    margin-right: 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #f04846;
    border: 1px solid #f04846;
    text-align: center;
    font-size: 16px;
    border-radius: 30px;
}

.modal.right .modal-dialog .modal-content .modal-body .social-links li a:hover {
    background-color: #ffffff;
    color: #ee3f47;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.modal.right .modal-dialog .modal-content .modal-body .logo a {
    color: #283a5e;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
}

.modal.right .modal-dialog .modal-content .modal-body .logo a span {
    color: #f14f45;
}

.modal.right .modal-dialog .modal-content .modal-header {
    border-bottom-color: transparent;
    background-color: transparent;
    padding: 20px 30px 0;
}

.modal.right .modal-dialog .modal-content .modal-header .close {
    border: 1px solid #ff3547;
    color: #ff3547;
    opacity: 1;
    padding: 0 !important;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    transition: 0.4s;
    background: transparent;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99;
}

.modal.right .modal-dialog .modal-content .modal-header .close:not(:disabled):not(.disabled):focus, .modal.right .modal-dialog .modal-content .modal-header .close:not(:disabled):not(.disabled):hover {
    color: #ee3f47;
    text-decoration: none;
    opacity: 1;
}

.modal.right.fade .modal-dialog {
    right: -420px;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

/*================================================
Search Modal Style CSS
=================================================*/
.searchmodal {
    padding: 0 !important;
}

.searchmodal .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
    display: table;
}

.searchmodal .modal-content {
    height: 100%;
    border-radius: 0;
    border: none;
    display: table-cell;
    vertical-align: middle;
}

.searchmodal .modal-body {
    max-width: 700px;
    margin: auto;
}

.search-form {
    position: relative;
}

.search-form .form-control {
    border-radius: 0;
    border-top: none;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
    height: 60px;
    font-size: 25px;
    padding: 0;
    border-color: #e9ecef;
}

.search-form .form-control:focus {
    border-color: #f04846;
}

.search-form .search-btn {
    background-color: transparent;
    border: 1px solid transparent;
    position: absolute;
    bottom: 12px;
    right: 0;
    font-size: 20px;
    cursor: pointer;
    padding: 0 5px;
    transition: 0.4s;
}

.search-form .search-btn:hover {
    color: #ed3e48;
}

.searchmodal button.close {
    border: 1px solid #ff3547;
    color: #ff3547;
    opacity: 1;
    padding: 0 !important;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    transition: 0.4s;
    background: transparent;
    position: absolute;
    right: 20px;
    top: 0;
}

.searchmodal button.close:hover {
    background-color: #ff3547;
    color: #fff !important;
    opacity: 1 !important;
}

.searchmodal .modal-header {
    border: none;
}

.modal-dialog {
    animation: modal-dialog 1s;
    animation-fill-mode: forwards;
}

@keyframes modal-dialog {
    0% {
        opacity: 0;
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/*================================================
Main Banner Style CSS
=================================================*/
.main-slides .main-banner {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 150px;
    position: relative;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

.main-slides .main-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.77;
    z-index: -1;
}

.main-slides .main-banner .main-form {
    padding-left: 20px;
    margin-top: 0;
    position: relative;
}

.main-slides .main-banner .main-form form {
    background: #fff;
    border-radius: 1px;
    box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.3);
}

.main-slides .main-banner .main-form form .form-group {
    position: relative;
}

.main-slides .main-banner .main-form form .form-group a {
    position: absolute;
    right: 20px;
    top: 50%;
    color: #999;
    transform: translateY(-50%);
}

.main-slides .main-banner .main-form form .form-group .form-control {
    height: 50px;
    border-radius: 0px;
    border: none;
    width: 100%;
    border-right: 2px solid #dedede;
    font-size: 14px;
}

.main-slides .main-banner .main-form form .form-group .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.main-slides .main-banner .main-form form .select-box i {
    position: absolute;
    bottom: -38px;
    left: 15px;
    z-index: 111;
    font-weight: bold;
    color: #eb3649;
}

.main-slides .main-banner .main-form form .select-box i::before {
    font-size: 16px;
}

.main-slides .main-banner .main-form form .nice-select {
    padding-left: 40px;
}

.main-slides .main-banner .main-form form .nice-select .list {
    overflow: unset;
    z-index: 999;
    width: 100%;
    overflow-y: auto;
    height: 140px;
    margin: 0;
}

.main-slides .main-banner .main-form form select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 14px);
}

.main-slides .main-banner .main-form form .banner-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(to right, #eb3449, #ee3f47, #f04846, #f25144, #f45a43);
    border: 1px solid #ed3e48;
    text-align: center;
    font-weight: 600;
}

.main-slides .main-banner .main-form form .banner-icon i {
    color: #ffffff;
}

.main-slides .main-banner .main-form form .banner-icon button {
    padding: 0;
    border: none;
    background-color: transparent;
}

.main-slides .main-banner .main-form form .banner-icon:hover {
    background: linear-gradient(to right, #f45a43, #f25144, #f04846, #ee3f47, #eb3449);
    color: #ffffff;
    transition: 0.6s;
}

.main-slides .main-banner .banner-video {
    text-align: right;
    position: relative;
}

.main-slides .main-banner .banner-video a {
    text-align: center;
    color: #ffffff;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 102px;
    background: linear-gradient(to right, #f45a43, #f25144, #f04846, #ee3f47, #eb3449);
    position: relative;
    z-index: 1;
    border-radius: 50%;
}

.main-slides .main-banner .banner-video a::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    border-radius: 50%;
    background: #f04846;
}

.main-slides .main-banner .banner-video a:hover {
    color: #ffffff;
    background: #119da4;
    transition: 0.6s;
    -webkit-transition: 0.5s;
    text-decoration: none;
}

.main-slides .main-banner .banner-video i {
    font-weight: 900;
}

.main-slides .main-banner .banner-video i::before {
    font-size: 45px;
}

.main-slides .main-banner-content {
    max-width: 600px;
}

.main-slides .main-banner-content h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 25px 0;
}

.main-slides .main-banner-content p {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    max-width: 325px;
    margin: 0;
}

.main-slides .main-banner-content .banner-btn {
    margin-top: 30px;
    margin-bottom: 80px;
}

.main-slides .owl-prev {
    position: absolute;
    left: 2%;
    top: 50%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: #d6d9dc;
    color: #ffffff !important;
    border: 1px solid #d6d9dc !important;
    border-radius: 50px !important;
    outline: 0;
}

.main-slides .owl-prev:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.main-slides .owl-next {
    position: absolute;
    right: 2%;
    top: 50%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: #d6d9dc;
    color: #ffffff !important;
    border: 1px solid #d6d9dc !important;
    border-radius: 50px !important;
    outline: 0;
}

.main-slides .owl-next:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.main-slides .owl-nav {
    margin-top: 0;
}

.main-slides .item-bg-one {
    background-image: url(../img/banner-slider/banner-bg.png);
}

.main-slides .item-bg-two {
    background-image: url(../img/banner-slider/banner-bg2.png);
}

.main-slides .item-bg-three {
    background-image: url(../img/banner-slider/banner-bg3.png);
}

/*================================================
Video Banner CSS
=================================================*/
.video-banner .banner-form {
    margin-top: -130px;
    position: relative;
}

.video-banner .banner-form form {
    background: #fdeff1;
    border-radius: 1px;
    box-shadow: 0px 0px 0px 20px #fdeff1;
}

.video-banner .banner-form form .form-group {
    position: relative;
}

.video-banner .banner-form form .form-group a {
    position: absolute;
    right: 20px;
    top: 50%;
    color: #999;
    transform: translateY(-50%);
}

.video-banner .banner-form form .form-group .form-control {
    height: 50px;
    border-radius: 0px;
    border: none;
    width: 100%;
    border-right: 2px solid #dedede;
    font-size: 14px;
}

.video-banner .banner-form form .form-group .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.video-banner .banner-form form .select-box i {
    position: absolute;
    bottom: -38px;
    left: 15px;
    z-index: 111;
    font-weight: bold;
    color: #eb3649;
}

.video-banner .banner-form form .select-box i::before {
    font-size: 16px;
}

.video-banner .banner-form form .nice-select {
    padding-left: 40px;
}

.video-banner .banner-form form .nice-select .list {
    overflow: unset;
    z-index: 999;
    width: 100%;
    overflow-y: auto;
    height: 200px;
}

.video-banner .banner-form form select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 14px);
}

.video-banner .banner-form form .banner-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(to right, #eb3449, #ee3f47, #f04846, #f25144, #f45a43);
    color: #ffffff;
    border: 1px solid #ed3e48;
    text-align: center;
    font-weight: 600;
}

.video-banner .banner-form form .banner-icon:hover {
    background: linear-gradient(to right, #f45a43, #f25144, #f04846, #ee3f47, #eb3449);
    color: #ffffff;
    transition: 0.6s;
}

.video-banner .banner-form form .banner-icon button {
    background-color: transparent;
    border: none;
    color: #fff;
}

.video-banner .banner-image-bg {
    background-image: url(../img/video-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
}

.video-banner .banner-image-bg img {
    display: none;
}

.video-banner .main-banner-content {
    max-width: 630px;
    height: 750px;
    position: relative;
    margin-left: auto;
}

.video-banner .main-banner-content h1 {
    color: #000000;
    font-size: 60px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 30px 0;
}

.video-banner .main-banner-content p {
    color: #f45c43;
    font-weight: 600;
    font-size: 24px;
    max-width: 400px;
    margin: 0;
}

.video-banner .main-banner-content .banner-btn {
    margin-top: 30px;
    margin-bottom: 80px;
}

.video-banner .banner-video .video-btn {
    position: absolute;
    top: 50%;
    left: -50px;
    text-align: center;
    margin-top: -50px;
}

.video-banner .banner-video .video-btn a {
    color: #ffffff;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 84px;
    background: linear-gradient(to right, #f45a43, #f25144, #f04846, #ee3f47, #eb3449);
    position: relative;
    z-index: 1;
    border-radius: 50%;
    text-align: center;
    padding-left: 2px;
    border: 10px solid #ffffff;
}

.video-banner .banner-video .video-btn a::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 84px;
    height: 84px;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    border-radius: 50%;
    background: #f04846;
}

.video-banner .banner-video .video-btn a:hover {
    color: #ffffff;
    background: #119da4;
    transition: 0.6s;
    -webkit-transition: 0.5s;
    text-decoration: none;
}

.video-banner .banner-video .video-btn i {
    font-weight: 900;
}

.video-banner .banner-video .video-btn i::before {
    font-size: 45px;
}

.video-banner .banner-video .video-text {
    position: absolute;
    top: 48%;
    left: 90px;
}

.video-banner .banner-video .video-text h3 {
    font-size: 18px;
    color: #413f3f;
}

.video-banner .banner-video .video-text p {
    color: #484444;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

@keyframes ripple {
    0%, 35% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

/*================================================
Support Style CSS
=================================================*/
.support-content {
    text-align: center;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 30px 20px;
    transition: 0.6s;
    -webkit-transition: 0.5s;
    position: relative;
    z-index: 1;
}

.support-content::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: -1;
    background: linear-gradient(to right, #f45a43, #f25144, #f04846, #ee3f47, #eb3449);
}

.support-content h3 {
    font-size: 20px;
    color: #1e1c27;
    margin: 20px 0 12px 0;
    font-family: "Open Sans", sans-serif;
    transition: all 0.5s;
}

.support-content p {
    font-size: 14px;
    color: #777777;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    transition: all 0.5s;
}

.support-content i {
    color: #ee3f47;
    transition: all 0.5s;
}

.support-content i::before {
    font-size: 50px;
    line-height: normal;
}

.support-content:hover::before {
    opacity: 1;
    visibility: visible;
}

.support-content:hover h3 {
    color: #ffffff;
}

.support-content:hover p {
    color: #ffffff;
}

.support-content:hover i {
    color: #ffffff;
    transform: rotatey(360deg);
}

/*================================================
Provide Style CSS
=================================================*/
.provide-section {
    padding-bottom: 100px;
}

.provide-area .provide-content h2 {
    font-size: 48px;
    color: #000000;
    margin: 0 0 30px 0;
}

.provide-area .provide-content p {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 10px 0;
}

.provide-area .provide-btn {
    margin-top: 30px;
}

.provide-features {
    margin-bottom: -30px;
}

.provide-features .provide-box {
    text-align: center;
    padding: 50px 20px;
    border: 1px solid #e4e4e4;
    transition: 0.6s;
    -webkit-transition: 0.5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.provide-features .provide-box::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: -1;
    background: linear-gradient(to right, #f45a43, #f25144, #f04846, #ee3f47, #eb3449);
    border: 1px solid #f45a43;
}

.provide-features .provide-box h3 {
    font-size: 25px;
    color: #222222;
    margin: 14px 0 10px 0;
}

.provide-features .provide-box p {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.provide-features .provide-box i {
    color: #ee3f47;
}

.provide-features .provide-box i::before {
    font-size: 40px;
    line-height: normal;
}

.provide-features .provide-box:hover::before {
    opacity: 1;
    visibility: visible;
}

.provide-features .provide-box:hover h3 {
    color: #ffffff;
}

.provide-features .provide-box:hover p {
    color: #ffffff;
}

.provide-features .provide-box:hover i {
    color: #ffffff;
}

/*================================================
Offer Style CSS
=================================================*/
.offer-section {
    padding-bottom: 100px;
    position: relative;
}

.offer-area .offer-content h3 {
    font-size: 48px;
    color: #000000;
    margin: 0 0 30px 0;
}

.offer-area .offer-content p {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}

.offer-area .offer-content p:last-child {
    margin: 0;
}

.offer-area .offer-btn {
    margin-top: 35px;
}

.offer-image {
    position: relative;
    text-align: center;
}

.offer-image .offer-image-content {
    position: absolute;
    bottom: 30px;
    left: 50px;
    right: 50px;
    padding: 25px 15px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
}

.offer-image .offer-image-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 5px;
    background: linear-gradient(to right, #f45a43, #f25144, #f04846, #ee3f47, #eb3449);
    z-index: -1;
    cursor: pointer;
}

.offer-image .offer-image-content .image-btn {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0px;
}

.offer-image .offer-image-content .image-btn:hover {
    text-decoration: none;
}

.offer-image:hover .offer-image-content, .offer-image:focus .offer-image-content {
    bottom: 10px;
    opacity: 1;
    visibility: visible;
    color: #ffffff;
}

/*================================================
Popular Style CSS
=================================================*/
.popular-section {
    padding-bottom: 70px;
    position: relative;
}

.popular-area .popular-content {
    padding: 25px 16px;
    margin-bottom: 30px;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.popular-area .popular-content h3 {
    font-size: 22px;
    color: #000000;
    margin: 0 0 10px 0;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.popular-area .popular-content p {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px 0;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.popular-area .popular-content span {
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.popular-area .popular-content .popular-icon {
    position: relative;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.popular-area .popular-content .popular-icon i {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #f45a43;
    text-align: center;
    color: #ffffff;
    border-radius: 50px;
    border: 1px solid #f45a43;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.popular-area .popular-content .popular-icon i:hover {
    background-color: #ffffff;
    color: #f45a43;
    border: 1px solid #ffffff;
}

.popular-area .popular-content .popular-icon i::before {
    font-size: 18px;
    line-height: normal;
}

.popular-area .popular-image {
    position: relative;
    overflow: hidden;
}

.popular-area .popular-image img {
    transform: scale(1.2);
    transform: scale(1);
    transition: 0.4s;
}

.popular-area .popular-image img:hover {
    transform: scale(1.2);
}

.popular-area .popular-image .read-more {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    transform: translateY(-60px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: 0.4s;
}

.popular-area:hover .popular-content {
    background-color: #f45a43;
}

.popular-area:hover .popular-content h3 {
    color: #ffffff;
}

.popular-area:hover .popular-content p {
    color: #ffffff;
}

.popular-area:hover .popular-content span {
    color: #ffffff;
}

.popular-area:hover .popular-content i {
    background-color: #ffffff;
    color: #f45a43;
    border: 1px solid #ffffff;
}

.popular-area:hover .popular-image .read-more {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/*================================================
Restaurents Style CSS
=================================================*/
.restaurents-section {
    background-color: #f6fbfb;
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
}

.restaurents-title {
    margin-bottom: 60px;
    text-align: center;
}

.restaurents-title h2 {
    font-size: 48px;
    color: #000000;
    margin: -8px 0 20px 0;
}

.restaurents-title p {
    font-size: 15px;
    line-height: 30px;
    max-width: 750px;
    margin: auto;
}

.restaurents-area {
    position: relative;
}

.restaurents-area .restaurents-content {
    padding: 25px 25px;
    margin-bottom: 30px;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.restaurents-area .restaurents-content h3 {
    font-size: 22px;
    color: #000000;
    margin: 0 0 16px 0;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.restaurents-area .restaurents-content p {
    font-size: 14px;
    font-weight: 500;
    margin: 12px 0 20px 0;
    transition: 0.6s;
    -webkit-transition: 0.5s;
    line-height: 25px;
}

.restaurents-area .restaurents-content .restaurents-btn .restaurents-btn-one {
    display: inline-block;
    padding: 10px 25px;
    color: #ffffff;
    background-color: #f45a43;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #f45a43;
}

.restaurents-area .restaurents-content .restaurents-btn .restaurents-btn-one:hover {
    text-decoration: none;
    color: #f45a43;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.restaurents-area .restaurents-content .star-list i {
    color: #FF9800;
    font-size: 14px;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.restaurents-area .restaurents-content .star-list a {
    color: #777777;
    font-size: 14px;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.restaurents-area .restaurents-content .star-list a:hover {
    text-decoration: none;
}

.restaurents-area .restaurents-image {
    position: relative;
    overflow: hidden;
}

.restaurents-area .restaurents-image img {
    transform: scale(1.2);
    transform: scale(1);
    transition: 0.4s;
}

.restaurents-area .restaurents-image img:hover {
    transform: scale(1.2);
}

.restaurents-area .restaurents-image .read-more {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    transform: translateY(-60px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: 0.4s;
}

.restaurents-area:hover .restaurents-content {
    background-color: #f45a43;
}

.restaurents-area:hover .restaurents-content h3 {
    color: #ffffff;
}

.restaurents-area:hover .restaurents-content p {
    color: #ffffff;
}

.restaurents-area:hover .restaurents-content .restaurents-btn-one {
    background-color: #ffffff;
    color: #f45a43;
    border: 1px solid #ffffff;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.restaurents-area:hover .restaurents-content a {
    color: #ffffff;
}

.restaurents-area:hover .restaurents-content i {
    color: #ffffff;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.restaurents-area:hover .restaurents-image .read-more {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.luxury-item {
    margin-bottom: 30px;
}

.luxury-item .luxury-content .star-list a {
    font-size: 14px;
    color: #777777;
    text-decoration: none;
}

.luxury-item .luxury-content .star-list i {
    font-size: 14px;
    color: #FF9800;
}

.luxury-item .luxury-content h3 {
    font-size: 22px;
    color: #000000;
    margin: 5px 0 14px 0;
}

.luxury-item .luxury-content p {
    font-size: 14px;
    line-height: 25px;
    margin: 12px 0 0 0;
    border-bottom: 1px solid #d6dada;
    padding-bottom: 10px;
}

.luxury-item .restaurents-text {
    position: relative;
    margin-top: 25px;
}

.luxury-item .restaurents-text p {
    font-size: 14px;
    margin: 0;
    font-family: "Open Sans", sans-serif;
}

.luxury-item .restaurents-text i {
    margin-right: 5px;
}

.luxury-item .restaurents-text .restaurents-btn {
    position: relative;
    float: right;
    font-size: 12px;
    display: inline-block;
    padding: 5px 15px;
    background-color: #119da4;
    border: 1px solid #119da4;
    position: absolute;
    right: 0;
    color: #ffffff;
    bottom: 0;
    cursor: pointer;
}

.luxury-item .restaurents-text .restaurents-btn:hover {
    background-color: #ffffff;
    transition: 0.6s;
    -webkit-transition: 0.5s;
    color: #119da4;
    text-decoration: none;
}

.rest-image {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.rest-image::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
}

.rest-image:hover::before, .rest-image:focus::before {
    height: 100%;
    background-color: rgba(228, 228, 228, 0.5882352941);
}

.rest-image .popup-btn {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    right: 0;
    color: #ffffff;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
}

.rest-image .popup-btn:hover {
    text-decoration: none;
}

.rest-image .popup-btn i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: linear-gradient(to right, #f45a43, #f25144, #f04846, #ee3f47, #eb3449);
    color: #ffffff;
    border-radius: 50px;
}

.rest-image .popup-btn i:hover {
    background: linear-gradient(to right, #f45a43, #f25144, #f04846, #ee3f47, #eb3449);
    color: #ffffff;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.rest-image:hover .popup-btn, .rest-image:focus .popup-btn {
    opacity: 1;
    visibility: visible;
    margin-top: -15px;
}

/*================================================
Vaccation Style CSS
=================================================*/
.vaccation-section {
    padding-top: 100px;
    padding-bottom: 40px;
}

.single-vaccation-item {
    position: relative;
    text-align: center;
}

.single-vaccation-item .vaccation-content {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    padding: 25px 15px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
}

.single-vaccation-item .vaccation-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 5px;
    background: linear-gradient(to right, #f45a43, #f25144, #f04846, #ee3f47, #eb3449);
    z-index: -1;
}

.single-vaccation-item .vaccation-content h3 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0px;
}

.single-vaccation-item:hover .vaccation-content, .single-vaccation-item:focus .vaccation-content {
    bottom: 10px;
    opacity: 1;
    visibility: visible;
    color: #ffffff;
}

/*================================================
Testimonial Style CSS
=================================================*/
.testimonial-section {
    padding-top: 100px;
    padding-bottom: 130px;
}

.testimonial-slider {
    position: relative;
}

.testimonial-slider .testimonial-area {
    background-image: url(../img/testimonial-bg.jpg);
    background-position: center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    margin-top: 30px;
    z-index: 1;
}

.testimonial-slider .testimonial-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.7;
    z-index: -1;
}

.testimonial-slider .testimonial-area .testimonial-item p {
    font-size: 24px;
    font-weight: 500;
    margin: 14px 0 25px 0;
    font-style: italic;
    max-width: 655px;
}

.testimonial-slider .testimonial-area .testimonial-item i {
    color: #119da4;
}

.testimonial-slider .testimonial-area .testimonial-item i::before {
    font-size: 50px;
    line-height: normal;
    font-style: italic;
}

.testimonial-slider .testimonial-area .testimonial-content h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
}

.testimonial-slider .testimonial-area .testimonial-content p {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 0 0;
    color: #000000;
}

.testimonial-slider .owl-prev {
    position: absolute;
    bottom: 20%;
    top: auto;
    font-size: 30px !important;
    color: #52d9e0 !important;
    margin-left: 30px !important;
    outline: 0;
    right: 24%;
}

.testimonial-slider .owl-prev:hover {
    background-color: transparent !important;
    color: #119da4 !important;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.testimonial-slider .owl-next {
    position: absolute;
    bottom: 20%;
    top: auto;
    font-size: 30px !important;
    color: #52d9e0 !important;
    margin-left: 30px !important;
    outline: 0;
    right: 20%;
}

.testimonial-slider .owl-next:hover {
    background-color: transparent !important;
    color: #119da4 !important;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.testimonial-image {
    position: relative;
}

.testimonial-image img {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    top: -35px;
}

.testimonial-image .bar-image {
    position: absolute;
    right: 35px;
    top: -8px;
}

/*================================================
Blog Style CSS
=================================================*/
.blog-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fdfcfa;
}

.blog-title {
    text-align: center;
    margin-bottom: 50px;
}

.blog-title h2 {
    font-size: 48px;
    color: #000000;
    margin: -8px 0 20px 0;
}

.blog-title p {
    font-size: 15px;
    line-height: 30px;
    max-width: 750px;
    margin: auto;
}

.single-blog-post {
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    margin-bottom: 30px;
}

.single-blog-post figure {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.single-blog-post figure img {
    transform: scale(1);
    transition: 0.4s;
}

.single-blog-post:hover figure img {
    transform: scale(1.2);
}

.blog-post-content {
    padding: 25px;
}

.blog-post-content span {
    color: #666666;
    font-size: 14px;
}

.blog-post-content h3 {
    margin: 15px 0 18px;
}

.blog-post-content h3 a {
    font-size: 25px;
    color: #000000;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.blog-post-content h3 a:hover {
    text-decoration: none;
    color: #f45a43;
}

.blog-post-content p {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 0 0;
}

.blog-post-content .blog-btn {
    margin-top: 20px;
}

.blog-slider .owl-dots .owl-dot {
    position: relative;
    top: 10px;
}

.blog-slider .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 6px;
    background: #bdbebb;
    display: block;
    border-radius: 30px;
    border: none;
}

.blog-slider .owl-dots .owl-dot span:hover {
    background-color: #f45a43;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.blog-slider .owl-dots .owl-dot.active span {
    background: #f45a43;
}

.blog-slider .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}

/*================================================
Arround Style CSS
=================================================*/
.arround-section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.arround-content {
    margin-bottom: 30px;
    padding-left: 8px;
}

.arround-content h2 {
    font-size: 48px;
    color: #222222;
    margin: 0 0 25px 0;
}

.arround-content p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 0 0;
}

.arround-features .arround-box {
    text-align: center;
    padding: 50px 20px;
    border: 1px solid #e4e4e4;
    transition: 0.6s;
    -webkit-transition: 0.5s;
    position: relative;
    z-index: 1;
}

.arround-features .arround-box::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: -1;
    background: linear-gradient(to right, #f45a43, #f25144, #f04846, #ee3f47, #eb3449);
}

.arround-features .arround-box h3 {
    font-size: 25px;
    color: #222222;
    margin: 14px 0 10px 0;
}

.arround-features .arround-box p {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.arround-features .arround-box i {
    color: #ee3f47;
}

.arround-features .arround-box i::before {
    font-size: 40px;
    line-height: normal;
}

.arround-features .arround-box:hover::before {
    opacity: 1;
    visibility: visible;
}

.arround-features .arround-box:hover h3 {
    color: #ffffff;
}

.arround-features .arround-box:hover p {
    color: #ffffff;
}

.arround-features .arround-box:hover i {
    color: #ffffff;
}

.arround-features .no-padding {
    padding: 8px;
}

.arround-img-wrapper {
    text-align: right;
    position: relative;
}

.arround-img-wrapper .arround-img-1 {
    position: relative;
}

.arround-img-wrapper .arround-img-1 img {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    position: absolute;
    right: 35px;
    bottom: -16px;
    border-bottom: 30px solid #ffffff;
    border-left: 30px solid #ffffff;
    z-index: 99;
}

.arround-img-wrapper .arround-img-2 {
    position: absolute;
    top: -146px;
    left: -136px;
}

/*================================================
Tips Style CSS
=================================================*/
.tips-section {
    padding-top: 0;
    padding-bottom: 0;
}

.tips-content {
    max-width: 500px;
    margin-left: auto;
    margin-right: 30px;
}

.tips-content h3 {
    font-size: 48px;
    color: #222222;
    margin: -10px 0 25px 0;
}

.tips-content p {
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}

.tips-btn {
    margin-top: 30px;
}

/*================================================
Destinations Style CSS
=================================================*/
.destinations-section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.destinations-area .destinations-content {
    padding: 25px 16px;
    margin-bottom: 30px;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.destinations-area .destinations-content span {
    font-size: 15px;
    color: #666666;
    font-weight: bold;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.destinations-area .destinations-content h3 {
    font-size: 22px;
    color: #000000;
    margin: 10px 0 0 0;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.destinations-area .destinations-content p {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px 0;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.destinations-area .destinations-content .destinations-icon {
    position: relative;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.destinations-area .destinations-content .destinations-icon i {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #f45a43;
    text-align: center;
    color: #ffffff;
    border-radius: 50px;
    border: 1px solid #f45a43;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.destinations-area .destinations-content .destinations-icon i:hover {
    background-color: #ffffff;
    color: #f45a43;
    border: 1px solid #ffffff;
}

.destinations-area .destinations-content .destinations-icon i::before {
    font-size: 18px;
    line-height: normal;
}

.destinations-area .destinations-image {
    position: relative;
    overflow: hidden;
}

.destinations-area .destinations-image img {
    transform: scale(1.2);
    transform: scale(1);
    transition: 0.4s;
}

.destinations-area .destinations-image img:hover {
    transform: scale(1.2);
}

.destinations-area .destinations-image .read-more {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    transform: translateY(-60px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: 0.4s;
}

.destinations-area:hover .destinations-content {
    background-color: #f45a43;
}

.destinations-area:hover .destinations-content h3 {
    color: #ffffff;
}

.destinations-area:hover .destinations-content p {
    color: #ffffff;
}

.destinations-area:hover .destinations-content span {
    color: #ffffff;
}

.destinations-area:hover .destinations-content i {
    background-color: #ffffff;
    color: #f45a43;
    border: 1px solid #ffffff;
}

.destinations-area:hover .destinations-image .read-more {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.destinations-slider .owl-dots .owl-dot {
    position: relative;
    top: 10px;
}

.destinations-slider .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 6px;
    background: #bdbebb;
    display: block;
    border-radius: 30px;
    border: none;
}

.destinations-slider .owl-dots .owl-dot span:hover {
    background-color: #f45a43;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.destinations-slider .owl-dots .owl-dot.active span {
    background: #f45a43;
}

.destinations-slider .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}

/*================================================
Benefits Style CSS
=================================================*/
.benefits-section {
    background-color: #f8f8f8;
    position: relative;
}

.benefits-item {
    margin-bottom: 30px;
}

.benefits-item .benefits-content {
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 30px 20px;
}

.benefits-item .benefits-content h3 {
    font-size: 18px;
    color: #000000;
    margin: -6px 0 15px 0;
    line-height: normal;
}

.benefits-item .benefits-content p {
    font-size: 15px;
    line-height: 30px;
    margin: 0 0 15px 0;
}

.benefits-item .benefits-content span {
    font-size: 16px;
    color: #eb3349;
    font-weight: bold;
}

.benefits-item .benefits-content .view-btn {
    position: absolute;
    bottom: 30px;
    right: 0;
}

.benefits-item .benefits-image {
    position: relative;
}

.benefits-item .benefits-image .discount-content {
    background-color: #ed3e48;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: 6px;
    border-radius: 50px;
    text-align: center;
    height: 80px;
    width: 80px;
    padding-top: 15px;
}

.benefits-item .benefits-image .discount-content span {
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
}

.benefits-item .benefits-image .discount-content p {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    color: #ffffff;
}

.benefits-slider .owl-dots .owl-dot {
    position: relative;
    top: 10px;
}

.benefits-slider .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 6px;
    background: #bdbebb;
    display: block;
    border-radius: 30px;
    border: none;
}

.benefits-slider .owl-dots .owl-dot span:hover {
    background-color: #f45a43;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.benefits-slider .owl-dots .owl-dot.active span {
    background: #f45a43;
}

.benefits-slider .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}

/*================================================
Subscribe Style CSS
=================================================*/
.subscribe-section {
    background-color: #f8f8f8;
    padding-top: 100px;
    padding-bottom: 100px;
}

.subscribe-cotent h2 {
    font-size: 48px;
    color: #000000;
    margin: -8px 0 40px 0;
    line-height: normal;
}

.subscribe-cotent p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
}

.subscribe-form {
    margin-top: 20px;
}

.subscribe-form .form-control {
    height: 50px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    color: #818992;
    transition: 0.5s;
    border-radius: 0;
}

.subscribe-form .form-control:focus {
    border-color: #f3f3f3;
    outline: 0;
    box-shadow: none;
}

.subscribe-btn {
    margin-top: 20px;
}

.subscribe-btn .default-btn-one {
    border: none;
}

/*================================================
Page Banner Style CSS
=================================================*/
.page-banner {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/page-banner.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.page-banner::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000000;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.7;
    z-index: -1;
}

.page-banner .page-banner-content {
    text-align: center;
}

.page-banner .page-banner-content h2 {
    font-size: 45px;
    color: #fefafa;
    margin: 0 0 20px 0;
}

.page-banner .page-banner-content p {
    font-size: 15px;
    color: #ffffff;
    margin: 0;
    font-weight: 600;
}

.page-banner .page-banner-content p a {
    color: #ffffff;
}

.page-banner .page-banner-content p a:hover {
    color: #f25144;
    transition: 0.5s;
    text-decoration: none;
}

/*================================================
About Style CSS
=================================================*/
.about-section {
    padding-top: 100px;
    padding-bottom: 136px;
    position: relative;
}

.about-content {
    margin-bottom: 30px;
    padding-left: 0;
}

.about-content h2 {
    font-size: 48px;
    color: #222222;
    margin: 0 0 25px 0;
}

.about-content p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 0 0;
}

.about-btn {
    margin-top: 30px;
}

.about-img-wrapper {
    text-align: right;
    position: relative;
}

.about-img-wrapper .about-img-1 img {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    right: 35px;
    bottom: 0;
    border-bottom: 30px solid #ffffff;
    border-left: 30px solid #ffffff;
    z-index: 99;
}

.about-img-wrapper .about-img-2 img {
    position: absolute;
    top: 145px;
    left: -136px;
}

/*================================================
Mission Style CSS
=================================================*/
.mission-area .mission-content h3 {
    font-size: 48px;
    color: #222222;
    margin: 0 0 30px 0;
}

.mission-area .mission-content p {
    font-size: 15px;
    line-height: 30px;
    margin: 0 0 0 0;
}

.mission-area .mission-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
}

.mission-area .mission-list li {
    list-style: none;
    font-size: 15px;
    color: #777777;
    font-weight: 600;
    padding-top: 10px;
}

.mission-area .mission-list li:first-child {
    padding-top: 0;
}

.mission-area .mission-list i {
    font-size: 20px;
    color: #119da4;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

/*================================================
Contact Style CSS
=================================================*/
.contact-section {
    padding-bottom: 100px;
    padding-top: 100px;
}

.contact-title {
    margin-bottom: 60px;
    text-align: center;
}

.contact-title h2 {
    font-size: 48px;
    color: #000000;
    margin: -10px 0 15px 0;
}

.contact-title p {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    max-width: 530px;
    margin: auto;
}

.contactForm {
    margin-top: 0px;
}

.contactForm .form-group {
    margin-bottom: 15px;
}

.contactForm .form-control {
    background: transparent;
    border: 1px solid #e7edf4;
    background-color: #e7edf4;
    border-radius: 0px;
    height: 60px;
}

.contactForm .form-control:focus {
    border: 1px solid #f14f45;
    background-color: #ffffff;
    outline: 0;
    box-shadow: none;
}

.contactForm textarea.form-control {
    height: 250px !important;
}

.contactForm .send-btn {
    margin-top: 10px;
}

.contactForm .send-btn .send-btn-one {
    display: inline-block;
    padding: 16px 50px;
    background-color: #f25144;
    color: #ffffff;
    border: 1px solid #f25144;
    font-size: 16px;
    font-weight: 600;
    border: none;
}

.contactForm .send-btn .send-btn-one:hover {
    background-color: #ffffff;
    color: #f14f45;
    text-decoration: none;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

/*================================================
Map Style CSS
=================================================*/
.map-area iframe {
    width: 100%;
    height: 390px;
    border: none;
    margin-bottom: -5px;
}

.info-area .contact-box {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.info-area .contact-box h4 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #119da4;
}

.info-area .contact-box p {
    margin: 0;
    line-height: 25px;
    font-weight: 400;
    font-size: 14px;
}

.info-area .contact-box p a {
    color: #777777;
}

.info-area .contact-box p a:hover {
    color: #f45a43;
    text-decoration: none;
}

/*================================================
Newsletter Style CSS
=================================================*/
.newsletter-section {
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
}

.newsletter-title {
    margin-bottom: 40px;
    text-align: center;
}

.newsletter-title h2 {
    font-size: 48px;
    color: #000000;
    margin: -8px 0 15px 0;
}

.newsletter-title p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.newsletterForm {
    margin-top: 0px;
    max-width: 650px;
    margin: auto;
    position: relative;
}

.newsletterForm .form-control {
    background: transparent;
    border: 1px solid #e7edf4;
    background-color: #e7edf4;
    border-radius: 0px;
    height: 60px;
}

.newsletterForm .form-control:focus {
    border: 1px solid #f14f45;
    background-color: #ffffff;
    outline: 0;
    box-shadow: none;
}

.newsletterForm .newsletter-btn {
    text-align: right;
    position: absolute;
    right: -15px;
    top: 0px;
}

.newsletterForm .newsletter-btn .newsletter-btn-one {
    display: inline-block;
    padding: 17px 50px;
    background-color: #f25144;
    color: #ffffff;
    border: 1px solid #f25144;
    font-size: 16px;
    font-weight: 600;
}

.newsletterForm .newsletter-btn .newsletter-btn-one:hover {
    background-color: #ffffff;
    color: #f14f45;
    text-decoration: none;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.newsletterForm .comment-form-cookies-consent {
    text-align: center;
    margin: 30px 0 0 0;
}

.newsletterForm label {
    margin-bottom: 0;
}

/*================================================
News Page Style CSS
=================================================*/
.pagination-area {
    margin-top: 30px;
    text-align: center;
}

.pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    margin: 0 3px;
    display: inline-block;
    background-color: #ffffff;
    line-height: 40px;
    color: #000000;
    box-shadow: 0 2px 10px 0 #d8dde6;
    font-size: 17px;
    font-weight: 600;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
    background: #f25144;
    color: #ffffff;
    box-shadow: unset;
    text-decoration: none;
}

/*================================================
Single News Style CSS
=================================================*/
.single-news-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.news-details {
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}

.news-details .article-img {
    position: relative;
}

.news-details .article-img img {
    width: 100%;
}

.news-details .article-content {
    padding: 30px;
}

.news-details .article-content h3 {
    font-size: 22px;
    margin-bottom: -2px;
    line-height: 30px;
    margin-top: 14px;
}

.news-details .article-content p {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 16px;
    line-height: 30px;
}

.news-details .article-content .blockquote {
    margin-bottom: 20px;
    margin-top: 20px;
    background: #f9f9f9;
    padding: 30px;
}

.news-details .article-content .blockquote p {
    margin-top: 0;
    font-size: 16px;
    line-height: 30px;
}

.news-details .article-content .blockquote i::before {
    font-size: 50px;
    color: #119da4;
    line-height: normal;
}

.news-details .article-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.news-details .article-content .blog-list {
    padding-left: 0;
    margin-bottom: 0;
}

.news-details .article-content .blog-list li {
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #aeabab;
    margin-right: 25px;
}

.news-details .article-content .blog-list li:last-child {
    margin-right: 0;
}

.news-details .article-content .blog-list i {
    margin-right: 4px;
    font-size: 14px;
}

.post-controls-buttons {
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 30px;
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

.post-controls-buttons .controls-left {
    float: left;
}

.post-controls-buttons .controls-right {
    float: right;
}

.post-controls-buttons div a {
    border: 1px solid #eeeeee;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    color: #06131e;
}

.post-controls-buttons div a:hover, .post-controls-buttons div a:focus {
    color: #ffffff;
    background: #f45c43;
    border-color: #f45a43;
    text-decoration: none;
}

.post-comments {
    padding: 30px;
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

.post-comments h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.post-comments .single-comment {
    position: relative;
    padding-left: 95px;
    margin-top: 30px;
}

.post-comments .single-comment .comment-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 75px;
}

.post-comments .single-comment .comment-img img {
    border-radius: 50%;
}

.post-comments .single-comment .comment-content h4 {
    font-size: 16px;
    margin-bottom: 8px;
}

.post-comments .single-comment .comment-content span {
    color: #141414;
    font-weight: 400;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.post-comments .single-comment .comment-content p {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 30px;
}

.post-comments .single-comment .comment-content a {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #141414;
}

.post-comments .single-comment.left-m {
    margin-left: 85px;
}

.leave-a-reply {
    padding: 30px;
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    margin-top: 30px;
}

.leave-a-reply h3 {
    font-size: 22px;
    margin-bottom: 30px;
}

.leave-a-reply .form-group {
    margin-bottom: 15px;
}

.leave-a-reply .form-group .form-control {
    height: 45px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    color: #818992;
    transition: 0.5s;
}

.leave-a-reply .form-group .form-control:focus {
    border-color: #f45a43;
    outline: 0;
    box-shadow: none;
}

.leave-a-reply .form-group textarea.form-control {
    height: 200px !important;
}

.leave-a-reply .send-btn {
    margin-top: 10px;
}

.leave-a-reply .send-btn .send-btn-one {
    display: inline-block;
    padding: 12px 40px;
    background-color: #f45a43;
    color: #ffffff;
    border: 1px solid #f45a43;
    font-size: 16px;
    font-weight: 600;
}

.leave-a-reply .send-btn .send-btn-one:hover {
    background-color: #ffffff;
    color: #f45a43;
    text-decoration: none;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.sidebar .widget {
    margin-bottom: 30px;
}

.sidebar .widget.widget-search {
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    padding: 20px;
}

.sidebar .widget.widget-search form {
    position: relative;
}

.sidebar .widget.widget-search form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    background: #f45a43;
    outline: 0;
    color: #fff;
    padding: 12px;
    cursor: pointer;
    width: 60px;
}

.sidebar .widget.widget-search form .form-control {
    height: 50px;
    padding: 16px;
    font-size: 15px;
    color: #a6a6a6;
    background-color: transparent;
    border-bottom: 1px solid #b5b4b4;
}

.sidebar .widget.widget-search form .form-control:focus {
    box-shadow: none;
    border: 1px solid #f45a43;
}

.sidebar .widget h3, .sidebar .widget .widget-title {
    font-size: 22px;
    margin-bottom: 18px;
    position: relative;
}

.sidebar .widget h3 span, .sidebar .widget .widget-title span {
    z-index: 2;
    position: relative;
}

.sidebar .widget ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sidebar .widget.widget-categories {
    padding: 20px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.sidebar .widget.widget-categories ul {
    padding-left: 0;
}

.sidebar .widget.widget-categories ul li {
    position: relative;
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
}

.sidebar .widget.widget-categories ul li:last-child {
    border-bottom: 1px solid #eeeeee;
}

.sidebar .widget.widget-categories ul li a {
    color: #6084a4;
}

.sidebar .widget.widget-categories ul li a:hover {
    color: #f45a43;
    text-decoration: none;
}

.sidebar .widget.widget-recent-entries {
    padding: 25px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.sidebar .widget.widget-recent-entries ul li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 50px;
}

.sidebar .widget.widget-recent-entries ul li:last-child {
    margin-bottom: 0;
}

.sidebar .widget.widget-recent-entries ul li a {
    display: block;
}

.sidebar .widget.widget-recent-entries ul li a img {
    position: absolute;
    left: 0;
    top: 3px;
    width: 85px;
    height: 65px;
}

.sidebar .widget.widget-recent-entries ul li h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 2px;
    font-family: "Open Sans", sans-serif;
}

.sidebar .widget.widget-recent-entries ul li a {
    color: #172841;
}

.sidebar .widget.widget-recent-entries ul li a:hover {
    color: #f45a43;
    text-decoration: none;
}

.sidebar .widget.widget-recent-entries ul li p {
    color: #6084a4;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
}

.sidebar .widget.widget-tag-cloud {
    padding: 20px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.sidebar .widget.widget-tag-cloud .tagcloud a {
    font-size: 15px !important;
    border: 1px dashed #f45a43;
    padding: 10px 25px;
    color: #495057;
    display: inline-block;
    background: transparent;
    margin: 5px;
}

.sidebar .widget.widget-tag-cloud .tagcloud a:hover {
    background: #f45a43;
    color: #ffffff;
    text-decoration: none;
}

.sidebar .widget.widget-instagram-feed {
    padding: 20px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.sidebar .widget.widget-instagram-feed .instagram-feed {
    padding: 0;
    overflow: hidden;
    list-style-type: none;
}

.sidebar .widget.widget-instagram-feed .instagram-feed li {
    width: 100px;
    float: left;
    padding: 2px;
    display: inline-block;
}

.sidebar .widget.widget-instagram-feed .instagram-feed img {
    max-width: 100px;
    width: 100%;
}

/*================================================
Tours Style CSS
=================================================*/
.tours-section {
    padding-top: 100px;
    padding-bottom: 70px;
}

.tours-item {
    margin-bottom: 30px;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.tours-item .tours-content {
    padding: 25px 20px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.tours-item .tours-content h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.tours-item .tours-content p {
    font-size: 15px;
    margin: 0;
    line-height: 30px;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.tours-item .tours-content a {
    color: #000000;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.tours-item .tours-content a:hover {
    text-decoration: none;
    color: #000000;
}

.tours-item .tours-content .tours-list {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 15px;
}

.tours-item .tours-content .tours-list li {
    display: inline-block;
    list-style-type: none;
    padding-right: 10px;
    font-size: 16px;
    color: #777777;
    font-weight: 500;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.tours-item .tours-content .tours-list li:last-child {
    padding-right: 0;
}

.tours-item .tours-content .tours-list i {
    margin-right: 2px;
    line-height: normal;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.tours-item .tours-content .tours-review {
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 0;
}

.tours-item .tours-content .tours-review li {
    display: inline-block;
    list-style-type: none;
    padding-right: 10px;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.tours-item .tours-content .tours-review li:last-child {
    padding-right: 0;
}

.tours-item .tours-content .tours-review i {
    margin-right: 2px;
    color: #000000;
    line-height: normal;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.tours-item:hover {
    background-color: #f45a43;
}

.tours-item:hover h3 {
    color: #ffffff;
}

.tours-item:hover p {
    color: #ffffff;
}

.tours-item:hover a {
    color: #ffffff;
}

.tours-item:hover li {
    color: #ffffff !important;
}

.tours-item:hover i {
    color: #ffffff !important;
}

.tours-sidebar {
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    padding: 30px 25px;
}

.tours-sidebar .sidebar-content h2 {
    font-size: 20px;
    color: #000000;
    margin: 0 0 10px 0;
}

.tours-sidebar .sidebar-content p {
    font-size: 16px;
}

.tours-form {
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    padding: 20px;
}

.tours-form form {
    position: relative;
}

.tours-form form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    background: #f45a43;
    outline: 0;
    color: #fff;
    padding: 12px;
    cursor: pointer;
    width: 60px;
}

.tours-form form .form-control {
    height: 50px;
    padding: 16px;
    font-size: 15px;
    color: #a6a6a6;
    background-color: transparent;
    border-bottom: 1px solid #b5b4b4;
}

.tours-form form .form-control:focus {
    box-shadow: none;
    border: 1px solid #f45a43;
}

.tours-where {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
}

.tours-where li {
    display: inline-block;
    list-style-type: none;
    font-size: 16px;
}

.tours-where i {
    margin-right: 4px;
    position: relative;
}

.tours-where i::before {
    font-size: 16px;
}

.tours-where .text-left {
    float: right;
}

.tours-price {
    margin-top: 18px;
}

.tours-price h3 {
    font-size: 20px;
    color: #000000;
    margin: 0 0 10px 0;
}

.tours-price p {
    font-size: 16px;
    margin: 0;
}

.tours-price .price-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 16px;
}

.tours-price .price-list .form-check {
    padding-left: 20px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.tours-price .price-list .form-check-input {
    margin-top: 8px;
}

.tours-btn {
    margin-top: 30px;
    text-align: center;
}

.tours-btn .tours-btn-one {
    display: inline-block;
    padding: 15px 30px;
    width: 100%;
    background-color: #f45a43;
    border: 1px solid #f45a43;
    color: #ffffff;
}

.tours-btn .tours-btn-one:hover {
    background-color: #ffffff;
    color: #f45a43;
    text-decoration: none;
}

/*================================================
Single Tours Style CSS
=================================================*/
.single-tours-section {
    padding-bottom: 0;
}

.single-tours-item .single-tours .tours-list {
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 0px;
}

.single-tours-item .single-tours .tours-list li {
    display: inline-block;
    list-style-type: none;
    padding-right: 10px;
    font-size: 16px;
    color: #777777;
    font-weight: 500;
}

.single-tours-item .single-tours .tours-list li:last-child {
    padding-right: 0;
}

.single-tours-item .single-tours .tours-list i {
    margin-right: 2px;
    line-height: normal;
}

.single-tours-item .single-tours-content {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 18px;
}

.single-tours-item .single-tours-content li {
    list-style-type: none;
    font-size: 15px;
    color: #212121;
    font-weight: 600;
    margin-bottom: 14px;
}

.single-tours-item .single-tours-content li:last-child {
    margin-bottom: 0;
}

.single-tours-item .single-tours-content span {
    font-size: 15px;
    color: #212121;
    font-weight: 600;
    float: right;
    width: 55%;
}

.single-tours-item .single-tours-content span i {
    margin-right: 4px;
    background-color: transparent;
}

.single-details h2 {
    font-size: 20px;
    color: #000000;
    margin: 0 0 14px 0;
}

.single-details span {
    font-size: 15px;
    color: #a7a6a6;
}

.single-details p {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}

.single-details .details-list {
    padding-left: 0;
}

.single-details .details-list li {
    list-style-type: none;
    display: inline-block;
    font-size: 14px;
}

.single-details .details-list i {
    color: #119da4;
    line-height: normal;
}

/*================================================
Form Gallery Style CSS
=================================================*/
.form-gallery-section {
    padding-bottom: 100px;
}

.form-gallery-content {
    margin-bottom: 20px;
}

.form-gallery-content h3 {
    font-size: 20px;
    color: #000000;
    margin: 0;
}

/*================================================
Faq Style CSS
=================================================*/
.faq-accordion {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 40px;
    background: #ffffff;
    border-radius: 10px;
}

.faq-accordion .accordion {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 14px;
}

.faq-accordion .accordion .accordion-item a {
    text-decoration: none;
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-title {
    padding: 12px 35px 12px 15px;
    color: #ffffff;
    position: relative;
    width: 100%;
    background: #ffffff;
    border-radius: 0;
    display: inline-block;
    font-size: 15.5px;
    font-weight: 600;
    background-color: #f45a43;
}

.faq-accordion .accordion .accordion-item .accordion-title i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    transition: 0.5s;
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
    content: "\f078";
}

.faq-accordion .accordion .accordion-item .accordion-content {
    display: none;
    background-color: #ffffff;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 30px;
    padding: 15px;
    border: none;
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
    display: block;
}

.faq-image {
    padding-left: 70px;
    margin-top: 0px;
}

.faq-contact {
    margin-top: 45px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 60px;
    border-radius: 4px;
}

.faq-contact h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
}

.faq-contact form {
    position: relative;
}

.faq-contact form .form-group {
    margin-bottom: 15px;
}

.faq-contact form .form-control {
    height: 50px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    color: #000000;
    padding-left: 20px;
    background: transparent;
}

.faq-contact form .form-control:focus {
    border-color: #f25144;
    outline: 0;
    box-shadow: none;
}

.faq-contact form .form-control::-moz-placeholder {
    color: #777777;
}

.faq-contact form .form-control::placeholder {
    color: #777777;
}

.faq-contact form .send-btn {
    margin-top: 20px;
}

.faq-contact form textarea.form-control {
    height: 120px !important;
}

/*================================================
Gallery Style CSS
=================================================*/
.gallery-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.gallery-section .filter-menu {
    list-style-type: none;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
}

.gallery-section .filter-menu li {
    border: none;
    background: #f4f4f4;
    padding: 9px 24px;
    text-transform: capitalize;
    cursor: pointer;
    transition: 0.4s;
    border-radius: 30px;
    color: #828893;
    outline: 0 !important;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
}

.gallery-section .filter-menu li:hover {
    background: #f25144;
    color: #ffffff;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.gallery-section .filter-menu .filter.active {
    color: #ffffff;
    background-color: #f25144;
}

.gallery-section .single-work {
    margin-bottom: 30px;
}

.gallery-section .single-work .work-image {
    display: block;
    position: relative;
}

.gallery-section .single-work .work-image::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
}

.gallery-section .single-work .work-image:hover::before, .gallery-section .single-work .work-image:focus::before {
    height: 100%;
    background-color: rgba(242, 80, 68, 0.6784313725);
}

.gallery-section .single-work .work-image .popup-btn {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    right: 0;
    color: #ffffff;
    margin-top: 0;
    font-size: 24px;
    opacity: 0;
    visibility: hidden;
}

.gallery-section .single-work .work-image .popup-btn:hover {
    text-decoration: none;
}

.gallery-section .single-work .work-image:hover .popup-btn, .gallery-section .single-work .work-image:focus .popup-btn {
    opacity: 1;
    visibility: visible;
    margin-top: -15px;
}

.gallery-section .gallery-btn {
    margin-top: 30px;
    text-align: center;
}

.gallery-section .gallery-btn .gallery-btn-one {
    display: inline-block;
    padding: 12px 40px;
    background-color: #f25144;
    color: #ffffff;
    border: 1px solid #f25144;
    font-size: 16px;
    font-weight: 600;
}

.gallery-section .gallery-btn .gallery-btn-one:hover {
    background-color: #ffffff;
    color: #f25144;
    text-decoration: none;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

/*================================================
Sign In Style CSS
=================================================*/
.signup-form {
    background: #ffffff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 40px;
    border-radius: 5px;
    max-width: 600px;
    margin: auto;
}

.signup-form h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.signup-form form .form-group {
    margin-bottom: 15px;
}

.signup-form form .form-control {
    height: 50px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    color: #ffffff;
    padding-left: 20px;
    background: transparent;
}

.signup-form form .form-control:focus {
    border-color: #f25144;
    outline: 0;
    box-shadow: none;
}

.signup-form form .form-control::-moz-placeholder {
    color: #777777;
}

.signup-form form .form-control::placeholder {
    color: #777777;
}

.signup-form form .form-check {
    margin-top: 18px;
}

.signup-form form .form-check .form-check-label {
    color: #777777;
    position: relative;
    top: -2px;
}

.signup-form form .send-btn {
    margin-top: 20px;
}

.signup-form form .send-btn .default-btn-one {
    border: none;
}

.signup-form form span {
    display: block;
    color: #777777;
}

.signup-form form span a {
    color: #f45a43;
}

/*================================================
Login In Style CSS
=================================================*/
.login-form {
    background: #ffffff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 40px;
    border-radius: 5px;
    max-width: 600px;
    margin: auto;
}

.login-form .login-title {
    text-align: center;
    margin-bottom: 30px;
}

.login-form .login-title h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 8px;
}

.login-form .login-title p {
    margin-bottom: 30px;
}

.login-form form .form-group {
    margin-bottom: 15px;
}

.login-form form .form-control {
    height: 50px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    color: #ffffff;
    padding-left: 20px;
    background: transparent;
}

.login-form form .form-control:focus {
    border-color: #f25144;
    outline: 0;
    box-shadow: none;
}

.login-form form .form-control::-moz-placeholder {
    color: #777777;
}

.login-form form .form-control::placeholder {
    color: #777777;
}

.login-form form .form-check {
    margin-top: 18px;
}

.login-form form .form-check .form-check-label {
    color: #777777;
    position: relative;
    top: -2px;
}

.login-form form .send-btn {
    margin-top: 20px;
}

.login-form form .send-btn .default-btn-one {
    border: none;
}

.login-form form span {
    display: block;
    color: #777777;
}

.login-form form span a {
    color: #f45a43;
}

/*================================================
404 Error Area CSS
=================================================*/
.error-area {
    height: 100vh;
}

.error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
}

.error-content h3 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 18px;
}

.error-content p {
    max-width: 520px;
    margin: 0 auto 20px;
    line-height: 30px;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
    position: relative;
    z-index: 1;
    height: 100vh;
    background-image: url(../img/coming-soon.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.coming-soon-area::before {
    z-index: -1;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.8;
}

.coming-soon-area .social-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 30px;
}

.coming-soon-area .social-list li {
    display: inline-block;
}

.coming-soon-area .social-list li.list-heading {
    display: block;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.coming-soon-area .social-list li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #f45a43;
    border: 1px solid #f45a43;
    color: #ffffff;
    border-radius: 50%;
    margin: 0 2px;
    display: inline-block;
}

.coming-soon-area .social-list li a:hover {
    background-color: transparent;
    color: #f45a43;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.coming-soon-content {
    text-align: center;
    max-width: 820px;
    margin: -80px auto 0;
}

.coming-soon-content h1 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 46px;
    font-weight: 700;
}

.coming-soon-content p {
    color: #ffffff;
    font-size: 14px;
    margin: 0 auto;
    max-width: 620px;
    line-height: 30px;
}

.coming-soon-content form {
    position: relative;
    margin: 35px auto 55px;
    max-width: 520px;
}

.coming-soon-content form .email-input {
    display: block;
    width: 100%;
    height: 56px;
    border: none;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
    border-radius: 40px;
    padding: 15px 25px;
    outline: 0 !important;
    background: #F1F2F3;
}

.coming-soon-content form .submit-btn {
    position: absolute;
    right: 3px;
    top: 3px;
    height: 50px;
    background: #f45a43;
    color: #ffffff;
    border: none;
    border-radius: 40px;
    width: 130px;
    outline: 0 !important;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.coming-soon-content form .submit-btn:hover, .coming-soon-content form .submit-btn:focus {
    background-color: #ff3547;
}

.coming-soon-content #timer div {
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    color: #ff3547;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
    margin: 0 10px;
    padding-top: 18px;
    font-size: 40px;
    font-weight: 700;
}

.coming-soon-content #timer div span {
    display: block;
    margin-top: -4px;
    color: #777777;
    font-size: 14px;
    font-weight: 600;
}

/*================================================
Footer Style CSS
=================================================*/
.footer-section {
    background-color: #1e1c27;
    padding-top: 100px;
    padding-bottom: 70px;
}

.footer-content {
    margin-bottom: 30px;
}

.footer-content h2 {
    font-size: 24px;
    color: #ffffff;
    margin: 0;
    padding-bottom: 10px;
    text-transform: capitalize;
    position: relative;
}

.footer-item {
    margin-bottom: 30px;
}

.footer-item p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.footer-item .footer-links {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
}

.footer-item .footer-links li {
    list-style-type: none;
    display: inline-block;
}

.footer-item .footer-links i {
    display: inline-block;
    height: 35px;
    width: 35px;
    background-color: #ffffff;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #119da4;
    border-radius: 2px;
    margin: 0 4px 0 0px;
    transition: 0.5s;
    border-radius: 30px;
}

.footer-item .footer-links i:hover {
    background-color: #119da4;
    color: #ffffff;
}

.footer-item .footer-links a {
    text-decoration: none;
}

.menu-item {
    padding-left: 0px;
}

.menu-item .quick-menu {
    margin-bottom: 30px;
    padding-left: 0;
}

.menu-item .quick-menu li {
    color: #ffffff;
    list-style-type: none;
    line-height: 25px;
    margin-bottom: 30px;
    font-family: "Playfair Display", serif;
}

.menu-item .quick-menu li:last-child {
    margin-bottom: 0;
}

.menu-item .quick-menu a {
    color: #ffffff;
    text-decoration: none;
}

.menu-item .quick-menu a:hover {
    color: #f45c43;
    transition: 0.6s;
    -webkit-transition: 0.5s;
}

.instagram-feed {
    padding: 0;
    overflow: hidden;
    margin-bottom: 30px;
    list-style-type: none;
}

.instagram-feed li {
    width: 33.33%;
    float: left;
    padding: 2px;
}

.instagram-feed li a {
    display: block;
}

.footer-info {
    margin-bottom: 30px;
}

.footer-info p {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 0 0;
}

.footer-info .newsletter-content {
    position: relative;
    margin-top: 30px;
}

.footer-info .newsletter-content .form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #939297;
    padding-left: 15px;
    outline: 0;
    transition: 0.5s;
    color: #ffffff;
    border-radius: 0;
}

.footer-info .newsletter-content .form-control:focus {
    box-shadow: none;
}

.footer-info .newsletter-content .form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.footer-info .newsletter-content i {
    position: absolute;
    color: #ffffff;
    display: inline-block;
    height: 50px;
    width: 60px;
    line-height: 50px;
    text-align: center;
    background: #f14f45;
    top: 0;
    right: 0;
    cursor: pointer;
}

/*================================================
Footer Bottom Style CSS
=================================================*/
.footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #1e1c27;
    border-top: 1px solid #3b3a43;
}

.footer-bottom-content {
    text-align: center;
}

.footer-bottom-content p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0 0;
}

.footer-bottom-content p a {
    color: #fff;
    font-weight: 600;
}

.footer-bottom-content p a:hover {
    color: #f25144;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    background-color: #ee3f47;
    border: 1px solid #ee3f47;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    transition: 0.9s;
}

.go-top.active {
    top: 98%;
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.5s;
    color: #ffffff;
}

.go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.go-top:hover::before, .go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i, .go-top:focus i {
    color: #f04846;
}

/*# sourceMappingURL=style.css.map */