/*=======================================================
  01 Default Area Css
=========================================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
}


body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #111
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

.h1,
.h1 {
    font-size: 40px;
}

.h2,
h2 {
    font-size: 36px;
}

.h3,
.h3 {
    font-size: 32px;
}

.h4,
.h4 {
    font-size: 28px;
}

.h5,
.h5 {
    font-size: 22px;
}

.h6,
.h6 {
    font-size: 18px;
}

p {
    margin: 0;
    padding: 0;
    font-size: 16px
}

a {
    color: #111;
    text-decoration: none;
    transition: all 0.4s ease 0s
}

a:hover {
    color: #00BDBB
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

li {
    display: inline-block;
}

section {
    padding: 100px 0
}

.seaction-heading {
    text-align: center;
    margin-bottom: 50px;
}

.seaction-heading h2 {
    font-weight: 700;
}

.seaction-heading p {
    font-size: 18px;
    font-weight: 600;
}

.responsive_menu {
    display: none;
}

.slicknav_menutxt {
    display: none !important
}

.slicknav_menu {
    background: transparent !important;
}

.slicknav_nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background: #000;
    z-index: 999;
}

.slicknav_nav .slicknav_arrow {
    float: right
}

.slicknav_icon {
    margin: 0 !important
}

.slicknav_btn {
    background: transparent !important;
    text-shadow: 0 0 0 !important
}

.slicknav_icon-bar {
    background-color: #000 !important
}

.slicknav_nav a {
    text-decoration: none;
    color: #00BDBB;
    background: #FFF;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    margin: 2px 2px;
}

/*=======================================================
  02 Header Area Css
=========================================================*/
.header-area-inn {
    position: relative;
}

.header-left a img {
    width: 150px;
}

.header-medle ul li {
    position: relative
}

.header-medle ul li a {
    padding: 20px 10px;
    display: block;
    font-weight: 600
}


.header-medle ul li ul {
    position: absolute;
    width: 200px;
    top: 120%;
    left: 0;
    z-index: -9;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease 0s;
    text-align: left;
    background: #000;
}

.header-medle ul li ul li {
    display: block
}

.header-medle ul li ul li a {
    padding: 15px;
    color: #fff;
}

.header-medle ul li ul li a:hover {
    color: #00BDBB
}

.header-medle ul li:hover ul {
    visibility: visible;
    z-index: 9;
    opacity: 1;
    top: 100%;
}

.header-search-area {
    margin-right: 20px;
    position: relative;
    padding: 20px 0;
}

.search-box {
    position: absolute;
    right: 0;
    width: 320px;
    height: 60px;
    background: #fff;
    border: 3px solid #00BDBB;
    padding: 20px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    top: 130%;
    transition: all 0.6s ease;
    z-index: 9;
}

.search-box input {
    position: absolute;
    left: 10px;
    width: 70%;
    border: medium none;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    top: 6px;
    outline: none;
}

.search-box button {
    position: absolute;
    right: 8px;
    width: 23%;
    background: #00BDBB;
    padding: 10px;
    border-radius: 5px;
    top: 5px;
    border: 1px solid #00BDBB;
    color: #fff;
    transition: all 0.6s ease
}

.search-box button:hover {
    background: #fff;
    color: #00BDBB
}

.search-icon a i {
    color: #000
}

.search-icon a i:hover {
    color: #00BDBB
}

.search-box button i {
    color: #fff;
    margin-right: 10px;

}

.search-box button:hover i {
    color: #00BDBB
}

.header-search-area:hover .search-box {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.header-right a.menu-btn {
    padding: 8px 12px;
    background: #00BDBB;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #00BDBB;
    font-weight: 600;
}

.header-right a.menu-btn:hover {
    background: #fff;
    color: #00BDBB
}

.header-right a.menu-btn-login-icn {
    display: none;
}

.header-right a.menu-btn-login-icn:hover {
    color: #00BDBB
}

/*=======================================================
  03 Hero Area Css
=========================================================*/
.hero-area {
    position: relative;

}

.hero-area .slider-item {
    height: 550px;
    position: relative;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-1 {
    background-image: url(../image/slider-1.jpg)
}

.slider-2 {
    background-image: url(../image/slider-2.jpg)
}

.slider-3 {
    background-image: url(../image/slider-3.jpg)
}

.hero-area .slider-item::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.69);
    z-index: 1;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%
}

.slider-item .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.slider-text {
    position: relative;
    z-index: 9;
}


.slider-text h1 {
    color: #fff;
    font-weight: 800;
    font-size: 51px;
}


.slider-text p {
    color: #fff;
    font-size: 20px;
    margin: 20px 0;
    line-height: 30px;
}

.slider-text a {
    color: #00BDBB;
    border: 3px solid #00BDBB;
    padding: 10px 25px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 10px
}

.slider-text a:hover {
    background: #00BDBB;
    color: #fff
}

.hero-area .hero-area-inn {
    position: absolute;
    top: 30%;
    z-index: 9;
    width: 25%;
    height: 40%;
    right: 6%;
}

.find-form {
    position: absolute;
    right: 0%;
    top: 0%;
}

.find-form form input {
    width: 300px;
    height: 45px;
    padding: 10px 15px;
    margin: 10px 0;
    border: none;
    outline: none;
    border-radius: 5px;
    display: block;
}

.find-form form button {
    color: #fff;
    width: 300px;
    height: 45px;
    background: #00BDBB;
    padding: 10px 15px;
    border: 1px solid #00BDBB;
    border-radius: 5px;
    transition: all 0.6s ease;
    text-align: center;
}


.find-form-responsive {
    background: #f9f9f9;
    padding: 15px;
    display: none;
}

.find-form-responsive form input {
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    margin-bottom: 10px;
    border: none;
    outline: none;
    border-radius: 5px;
    display: block;
}

.find-form-responsive form button {
    color: #fff;
    width: 100%;
    height: 45px;
    background: #00BDBB;
    padding: 10px 15px;
    border: 1px solid #00BDBB;
    border-radius: 5px;
    transition: all 0.6s ease;
    text-align: center;
}

.datepicker td,
.datepicker th {
    width: 42px;
    height: 25px;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background-color: #00BDBB;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #00BDBB;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #00BDBB;
    color: #fff;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background: #00BDBB;
}

/*=======================================================
  04 Hot Package Area Css
=========================================================*/
.hot-package-area .seaction-heading {
    margin-bottom: 30px
}

.hot-package-img img {
    width: 100%;
    border-radius: 10px;
}

.hot-package-img.hot-package-img {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.hot-package-text-area {
    position: absolute;
    left: 0%;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.6s ease;
}

.hot-package-text {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%
}

.hot-package-img.hot-package-img:hover .hot-package-text-area {
    bottom: 0%
}

.hot-package-text h3 {
    font-weight: 600;
    margin: 25px 0;
}


.hot-package-text p span {
    color: #00BDBB;
    font-size: 20px;
    font-weight: 600;
    margin-left: 15px
}

.hot-package-text a {
    padding: 10px 20px;
    border: 1px solid #00BDBB;
    border-radius: 5px;
    color: #00BDBB;
    display: inline-block;
}

.hot-package-text a:hover {
    color: #FFF;
    background: #00BDBB
}

/*=======================================================
  05 Awesome Tour Area Css
=========================================================*/
.awesome-area-text h4 {
    font-weight: 700;
}

.awesome-area-icn-text p i {
    padding: 10px;
    border-radius: 50px;
    color: #00BDBB;
    border: 1px solid #00BDBB;
    margin-right: 15px;
    margin-bottom: 10px;
    transition: all 0.6s ease;
}

.awesome-area-icn-text p:hover i {
    background: #00BDBB;
    color: #FFF
}

.awesome-area-text a {
    padding: 10px 20px;
    border: 1px solid #00BDBB;
    color: #00BDBB;
    border-radius: 5px;
    display: inline-block;
    margin-top: 25px;
}

.awesome-area-text a:hover {
    background: #00BDBB;
    color: #FFF
}

.awesome-tour-img-area {
    position: relative
}

.awesome-tour-img-area::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.awesome-tour-img-area img {
    width: 100%;
    border-radius: 20px;
}

.awesome-tour-img-area a {
    position: absolute;
    font-size: 30px;
    padding: 15px 25px;
    border: 1px solid #00BDBB;
    border-radius: 10px;
    color: #00BDBB;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.awesome-tour-img-area a:hover {
    background: #00BDBB;
    color: #fff
}

/*=======================================================
  06 Popular Tour Area Css
=========================================================*/
.popular-tour-area .seaction-heading {
    margin-bottom: 30px
}

.popular-tour-area-inn {
    margin-top: 20px;
    box-shadow: 0px 0px 5px 5px rgb(15 9 128 / 6%);
    border: 1px solid #BDBB;
    border-radius: 10px;
}

.popular-img-area {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.popular-img-area img {
    width: 100%;
}

.popular-img-area .popular-btn {
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    top: 0%;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
}

.popular-tour-area-inn:hover .popular-btn {
    left: 0%
}

.popular-img-area .popular-btn a {
    padding: 15px 25px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popular-img-area .popular-btn a:hover {
    background: #00BDBB;
    color: #fff
}

.popular-text-p-icn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.popular-text-p-icn p i {
    color: #00BDBB;
    margin-left: 8px;
}

.popular-text-p-icn .popular-text-p-icn-p i {
    margin-left: 0;
    margin-right: 8px;
}

.popular-text-p-icn p span {
    color: #00BDBB;
    font-size: 20px;
    font-weight: 700;
}

.popular-area-text {
    padding: 20px;
}

.popular-area-text h5 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}


/*=======================================================
  07 Promo Area Css
=========================================================*/
.promo-area {
    background: url(../image/promo.jpg) no-repeat scroll 0 0 /cover;
    position: relative;
    z-index: 1
}

.promo-area::before {
    position: absolute;
    content: "";
    background: rgba(17, 17, 17, 0.75);
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -1
}

.promo-area .seaction-heading {
    color: #fff
}

.promo-site img {
    width: 60px;
    margin-bottom: 20px
}


.promo-site {
    border: 2px solid #00BDBB;
    padding: 20px 0px;
    text-align: center;
    border-radius: 10px
}

.promo-site h4 {
    color: #00BDBB;
    font-size: 40px;
    font-weight: 600;
}

.promo-site p {
    color: #fff;
    font-size: 20px
}

/*=======================================================
  08 Choose Area Css
=========================================================*/
.choose-area {
    background: #f9f9f9;
    padding-bottom: 80px;
    position: relative;
}

.choose-area-img {
    position: absolute;
    bottom: 0px;
}

.choose-area-img img {
    width: 90%;
}

.choose-area-inn {
    text-align: center;
    margin-bottom: 20px;
    background: #fff;
    padding: 18px;
    border-radius: 10px;
}

.choose-icn img {
    width: 100px;
}

.choose-text a h6 {
    font-weight: 600;
    margin-top: 12px;
    transition: all 0.6s ease
}


/*=======================================================
  09 Destinations Area Css
=========================================================*/
.destinations-area-inn {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 20px;
}

section.destinations-area .seaction-heading {
    margin-bottom: 30px;
}

.destinations-area-img-text::before {
    position: absolute;
    content: "";
    background: rgba(17, 17, 17, 0.65);
    z-index: 1;
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all 0.6s ease
}

.destinations-area-inn:hover .destinations-area-img-text::before {
    opacity: 0
}

.destinations-area-img-text h6 {
    position: absolute;
    font-weight: 600;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    z-index: 1;
    transition: all 0.6s ease
}

.destinations-area-inn:hover .destinations-area-img-text h6 {
    top: -35px
}

.destinations-area-img-text i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    background: #00BDBB;
    padding: 8px;
    font-size: 26px;
    border-radius: 50%;
    transition: all 0.6s ease
}

.destinations-area-inn:hover .destinations-area-img-text i {
    transform: translate(-50%, -50%) scale(1.5);
}

.destinations-ol .owl-nav {
    display: block !important;
    position: absolute;
    top: -86px;
    right: 0
}

.owl-prev {
    font-size: 25px !important;
    background: #ddd !important;
    width: 30px !important;
    height: 30px !important;

}

.owl-prev:hover {
    background: #00BDBB !important;
    color: #fff !important
}

.owl-prev span {
    position: relative;
    top: -5%
}

.owl-next {
    font-size: 25px !important;
    background: #DDD !important;
    width: 30px !important;
    height: 30px !important;
    margin-left: 5px
}

.owl-next:hover {
    background: #00BDBB !important;
    color: #fff !important
}

.owl-next span {
    position: relative;
    top: -5%
}

/*=======================================================
  10 DIscount Area Css
=========================================================*/
.discount-area {
    background: url(../image/discount.jpg) no-repeat scroll 0 0 /cover;
    position: relative;
    z-index: 1
}

.discount-area::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.69);
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -1
}

.discount-area .container {
    position: relative
}

.discount-area .container .discount-img {
    width: 40%;
    position: absolute;
    right: 0;
    bottom: -100px;
}

.discount-area-inn h2 {
    color: #fff;
    font-weight: 600;
}

.discount-area-inn h3 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
}

.discount-area-inn h3 span {
    font-weight: 800;
    color: #00BDBB
}

.discount-area-inn p {
    color: #fff;
}

.discount-area-inn a {
    padding: 10px 15px;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    margin-top: 25px;
}

.discount-area-inn a:hover {
    background: #00BDBB
}

/*=======================================================
  11 Testimonial Area Css
=========================================================*/

.testimonial-area {
    background: #f9f9f9;
}

.testimonial-text {
    text-align: center;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #00BDBB;
    margin-top: 60px;
}

.testimonial-text img {
    width: 100px !important;
    margin: -70px auto 10px;
}

.testimonial-text h6 {
    font-weight: 600;
}

.testimonial-text p span {
    color: #00BDBB;
    font-weight: 600;
}

.testimonial .owl-nav {
    display: block !important;
    position: absolute;
    top: -85px;
    right: 0;
}

/*=======================================================
  12 Blog Area Css
=========================================================*/
.blog-area .seaction-heading {
    margin-bottom: 30px
}

.blog-inn img {
    width: 100%
}

.blog-inn {
    position: relative;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 10px;
}

.blog-text-area {
    padding: 25px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0%;
    top: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
}

.blog-inn:hover .blog-text-area {
    top: 0%
}

.blog-icn-text {
    display: flex;
    justify-content: space-between
}

.blog-icn-text a {
    color: #FFF;
}

.blog-icn-text a:hover {
    color: #00BDBB
}

.blog-icn-text i {
    color: #00BDBB;
    margin-right: 5px
}

.blog-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-text h4 {
    font-weight: 600
}

.blog-text a {
    padding: 5px 10px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 5px;
    margin-top: 15px;
    color: #FFF;
}

.blog-text a:hover {
    background: #00BDBB;
}

.blog-inn .blog-p {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #00BDBB;
    color: #fff;
    padding: 5px 10px;
    z-index: 1
}

/*=======================================================
  13 Subscribe Area Css
=========================================================*/
.subscribe-area {
    padding: 10px 0;
    background: #00BDBB;
}

.subscribe-app a img {
    width: 115px;
    margin-right: 15px;
}

.subscribe-form {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 15px;
}

.subscribe-form input {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 66%;
    height: 100%;
    border: medium none;
    padding: 15px;
    border-radius: 6px;
    outline: none;
}

.subscribe-form button {
    position: absolute;
    right: 0%;
    top: 0%;
    width: 35%;
    height: 100%;
    border: medium none;
    background: #111;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #111;
    transition: all 0.6s ease;
}

.subscribe-form button:hover {
    color: #00BDBB;
    background: #fff
}

/*=======================================================
  14 Footer area css
=========================================================*/

.footer-area {
    background: url(../image/footer-bg-1.jpg) no-repeat scroll 0 0 /cover;
    padding: 30px 0;
    color: #fff;
    position: relative;
    z-index: 1
}

.footer-area::before {
    position: absolute;
    content: "";
    background: rgba(17, 17, 17, 0.75);
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -1
}

.single-footer {
    padding-bottom: 20px
}

.single-footer p {
    font-size: 14px
}

.single-footer a {
    color: #fff;
    font-size: 14px
}

.single-footer-left p {
    line-height: 30px
}

.single-footer-left img {
    width: 140px;
    margin-bottom: 10px;
}

.single-footer-left p {
    font-size: 14px
}

.single-footer h4 {
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.single-footer-midle-icn li {
    display: block;

}

.single-footer-midle-icn li a {
    line-height: 30px;
}

.single-footer-midle-icn li a i {
    margin-right: 8px;
    color: #00BDBB;
}

.single-footer-midle-icn li a:hover {
    color: #00BDBB;
    padding-left: 5px;
}

.single-footer-midle-icn li span {
    font-size: 15px;
    margin-right: 5px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
}

.single-footer-icn-color li {
    display: inline-block
}

.single-footer-icn-color li a {
    display: block;
    font-size: 18px;
    line-height: 36px;
    width: 34px;
    margin: 5px;
    height: 34px;
    text-align: center;
    border-radius: 5px;
    background: #00BDBB;
    color: #fff;
    transition: all 0.6s ease;

}

.single-footer-icn-color li a:hover {
    background: #fff;
    color: #00BDBB;
    padding-left: 0px;
}

.copyright-area {
    text-align: center
}

.copyright-area p {
    border-top: 1px solid rgba(0, 189, 187, 0.69);
    padding-top: 15px;
}

.copyright-area a {
    color: #00BDBB;
    font-weight: 600
}

/*=======================================================
  15 Construction Breadcromb Area Css
=========================================================*/

.breadcromb-area {
    background: url(../image/breadcromb-bg.jpg) no-repeat scroll 0 0 /cover;
    position: relative;
    z-index: 1;
    color: #fff;
}

.breadcromb-area::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -1
}

.breadcromb-header h1 {
    font-weight: 700
}

.breadcromb-button ul li {
    font-weight: 600;
    color: #00BDBB;
}

.breadcromb-button ul li span {
    margin: 0px 5px;
}

.breadcromb-button ul li a {
    color: #fff;
    transition: all 0.6s ease
}

.breadcromb-button ul li a i {
    margin-right: 5px;
    color: #00BDBB;
}

.breadcromb-button ul li a:hover {
    color: #00BDBB
}

/*=======================================================
  16 Contact Area Css
=========================================================*/
.contact-area {
    background: #f9f9f9
}

.our-location-map iframe {
    width: 100%;
}

.contact-bottom-area {
    margin-top: 100px;
}

.contact-about-area-inn {
    text-align: center;
    border: 1px solid #00BDBB;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}

.contact-from-site form input {
    width: 100%;
    padding: 10px 15px;
    margin: 10px 0;
    border: none;
    outline: none;
    border-radius: 5px;

}

.contact-from-site form textarea {
    width: 100%;
    padding: 10px 15px;
    border: none;
    outline: none;
    margin: 10px 0;
    border-radius: 5px;
}

.contact-from-site form button {
    color: #fff;
    background: #00BDBB;
    padding: 10px 15px;
    border: 1px solid #00BDBB;
    margin-top: 15px;
    border-radius: 5px;
    transition: all 0.6s ease;
    font-weight: 600;
}

.contact-from-site form button:hover {
    background: #fff;
    color: #00BDBB
}

.contact-about-area-inn h4 {
    font-weight: 600;
}

.contact-icone i {
    font-size: 40px;
    color: #00BDBB;
    padding-bottom: 20px
}

.contact-icn-btn {
    padding: 11px
}

.contact-icn-btn ul li a {
    color: #00BDBB;
    padding: 5px 10px;
    font-size: 20px;
    border: 1px solid #00BDBB;
    border-radius: 5px;
    transition: all .6s ease
}

.contact-icn-btn ul li a:hover {
    background: #00BDBB;
    color: #fff
}

/*=======================================================
  17 Destination Area Css
=========================================================*/
.destination-details-area {
    background: #f9f9f9
}

.destinations-area-img-text img {
    width: 100%;
}


.destination-details-img img {
    width: 100%;
}

.destination-details-text h2 {
    font-weight: 600;
}

.destination-details-text h2 span {
    color: #00BDBB;
    float: right;
}

.destination-country-details h3 {
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.destination-country-details ul li {
    margin: 10px 0;
    font-size: 15px;
    display: block;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.destination-country-details ul li span {
    display: inline-block;
    width: 50%;
}

.destination-country-details ul li a:hover {
    margin-left: 5px;
}

.destination-country-details ul li i {
    color: #fff;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background: #00BDBB;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
}

.destination-travel-tips-img-text {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px;
    margin-top: 10px;
    border-radius: 10px;
}

.destination-travel-tips-img-text img {
    width: 100px;
    border-radius: 50px;
}

.destination-travel-tips-img-text a {
    margin-left: 20px;
    font-weight: 600;
}

.destination-travel-tips-img-text a {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

/*=======================================================
  18 Blog-page Area Css
=========================================================*/
.blog-page-header {
    background: #00BDBB;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 5px;
}

.blog-page-header h2 {
    font-weight: 600;
    padding: 10px 0;
    color: #fff
}

.blog-page-left-box {
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 25px
}

.blog-page-left-box form {
    position: relative;
    width: 100%;
    height: 45px;
}

.blog-page-left-box form input {
    padding-left: 10px;
    left: 0px;
    position: absolute;
    width: 80%;
    height: 100%;
    border: none;
    outline: none;
    border-radius: 5px;
}

.blog-page-left-box form button {
    position: absolute;
    border: none;
    background: #00BDBB;
    color: #fff;
    width: 20%;
    height: 100%;
    right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.blog-details-folow-icn ul li a {
    padding: 10px 15px;
    border: 1px solid #00BDBB;
    display: inline-block;
    border-radius: 5px;
    margin-right: 5px;
    color: #00BDBB;
    background: #fff;
}

.blog-details-folow-icn ul li a:hover {
    color: #FFF;
    background: #00BDBB;
}

.blog-page-header-text ul li {
    display: block;
}

.blog-page-header-text ul li a {
    border-bottom: 1px solid #00BDBB;
    padding: 10px;
    background: #fff;
    display: block;
    margin-top: 10px;
    border-radius: 5px;
}

.blog-page-header-text ul li a span {
    float: right;
}

.blog-page-header-text i {
    color: #00BDBB;
    margin-right: 15px;
}

.blog-page-tag-text a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #00BDBB;
    margin: 10px 5px 0px 0px;
    background: #fff;
    transition: all 0.6s ease;
    border-radius: 5px;
}

.blog-page-tag-text a:hover {
    background: #00BDBB;
    color: #FFF
}

.blog-page-inn {
    position: relative;
    margin-bottom: 40px;
}

.blog-page-inn img {
    width: 100%;
}

.blog-page-inn .blog-p {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    background: #00BDBB;
    color: #fff;
}

.blog-page-icn-text {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.blog-page-icn-text a {
    font-weight: 600;
    font-size: 18px;
}

.blog-page-icn-text a i {
    color: #00BDbb;
    margin-right: 5px;
}

.blog-page-text {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.blog-page-text h4 {
    font-weight: 600;
}

.blog-page-text a {
    padding: 10px 15px;
    border: 1px solid #00BDBB;
    display: inline-block;
    border-radius: 5px;
    margin-top: 20px;
    color: #00BDBB
}

.blog-page-text a:hover {
    background: #00BDBB;
    color: #fff
}

.post-pagination ul li {
    display: inline;
}

.post-pagination ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 30px;
    color: #00BDBB;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #00BDBB;
    font-size: 20px;
    transition: all .6s ease;
}

.post-pagination ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 30px;
    color: #00BDBB;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #00BDBB;
    font-size: 20px;
    transition: all .6s ease;
    border-radius: 50%;
}

.post-pagination ul li.active a,
.post-pagination ul li:hover a {
    background: #00BDBB;
    color: #FFF;
}

/*=======================================================
  19 Blog Details Area Css
=========================================================*/
.blog-details-comment-form {
    padding: 20px;
    background: #f9f9f9;
}

.blog-details-comment-form form input {
    width: 100%;
    padding: 10px 15px;
    margin: 10px 0;
    border: none;
    outline: none;
    border-radius: 5px;
}

.blog-details-comment-form form textarea {
    width: 100%;
    padding: 10px 15px;
    border: none;
    outline: none;
    margin: 10px 0;
    border-radius: 5px;
}

.blog-details-comment-form form button {
    color: #fff;
    background: #00BDBB;
    padding: 10px 15px;
    border: 1px solid #00BDBB;
    margin-top: 15px;
    border-radius: 5px;
    transition: all 0.6s ease;
}

.blog-details-comment-form form button:hover {
    color: #00BDBB;
    background: #FFF
}

.blog-page-details-sochial-icn {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
    font-weight: 600;
}

.blog-page-details-sochial-icn a {
    margin-right: 15px;
}

.sochial-icn-left ul li a i {
    margin-right: 5px;
}

.blog-details-service-area-inn h4 {
    font-weight: 600;
}

.blog-details-service-text {
    margin: 20px 0;
}

.blog-details-service-text p i {
    margin-right: 10px;
    color: #00BDBB;
}

.blog-details-service-text p {
    padding: 5px 0;
    cursor: default;
    transition: all 0.6s ease
}

.blog-details-service-text p:hover {
    margin-left: 5px
}

.blog-details-text h4 {
    font-weight: 600;
    margin-bottom: 25px;
}

.blog-details-comment-box {
    display: flex;
    padding: 10px;
    border: 1px solid #00BDBB;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.blog-details-comment-img img {
    width: 130px;
    border-radius: 10px;
}

.blog-details-comment-text {
    margin-left: 20px;
    position: relative;
}

.blog-details-comment-text h5 {
    font-weight: 600;
}

.blog-details-comment-text p i {
    color: #00BDBB;
    margin-right: 5px;
}

.blog-details-comment-text .comment {
    margin-top: 10px;
}

.blog-details-comment-text a {
    padding: 6px 12px;
    border: 1px solid #00BDBB;
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    right: 0;
    color: #00BDBB;
    opacity: 0;
}

.blog-details-comment-text a i {
    margin-right: 10px;
}

.blog-details-comment-text a:hover {
    background: #00BDBB;
    color: #FFF
}

.blog-details-comment-box:hover .blog-details-comment-text a {
    opacity: 1
}

.blog-page-instagram-box ul li img {
    width: 100px;
    margin: 10px;
}

.blog-page-instagram-box {
    text-align: center;
}

/*=======================================================
  20 Not Found Area Css
=========================================================*/
.not-found-area-inn h2 {
    font-size: 200px;
    font-weight: 700;
    line-height: 94px;
    color: #00BDBB;
    letter-spacing: 10px;
}

.not-found-area-inn h3 {
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: 5px;
}

.not-found-area-inn a {
    padding: 10px 15px;
    border: 1px solid #00BDBB;
    display: inline-block;
    color: #00BDBB;
    border-radius: 5px;
    margin-top: 30px;
}

.not-found-area-inn a:hover {
    background: #00BDBB;
    color: #FFF;
}

/*=======================================================
  21 Gallery Area Css
=========================================================*/
.gallery-img {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-img img {
    width: 100%;
    transition: all 0.6s ease;
}

.gallery-img img:hover {
    transform: scale(1.3);

}

/*=======================================================
  22 Login Area Css
=========================================================*/
.login-area-form {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #00BDBB;
}

.login-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.login-form label {
    font-weight: 600;
}

.login-form input {
    padding: 5px 10px;
    width: 275px;
    height: 30px;
    background: #FFF;
    outline: none;
    border: none;
    border-radius: 5px;
}

.login-form-button button {
    padding: 6px 12px;
    background: #FFf;
    border: 1px solid #00BDBB;
    border-radius: 5px;
    transition: all .6s ease;
}

.login-form-button button:hover {
    background: #00BDBB;
    color: #FFF;
}

.login-icn {
    background: #f9f9f9;
    padding: 18px;
    border: 1px solid #00BDBB;
    border-radius: 10px;
}

.login-icn ul li {
    display: block;
}

.login-icn ul li a {
    padding: 10px 15px;
    background: #fff;
    display: block;
    margin: 10px 0;
    border-radius: 5px;
    text-align: center;
    transition: all .6s ease;
}

.login-icn ul li a i {
    float: left;
    margin-top: 5px;
    color: #00BDBB;
}

.login-icn ul li a:hover {
    background: #00BDBB;
    color: #FFf;
}

.login-icn ul li a:hover i {
    color: #FFF;
}

/*=======================================================
  23 Register Area Css
=========================================================*/
.register-area-form {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #00BDBB;
}

.register-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.register-form label {
    font-weight: 600;
}

.register-form input {
    padding: 5px 10px;
    width: 220px;
    height: 35px;
    background: #FFF;
    outline: none;
    border: none;
    border-radius: 5px;
}

.register-form-button a {
    padding: 5px 10px;
    background: #FFf;
    border: 1px solid #00BDBB;
    border-radius: 5px;
    transition: all .6s ease
}

.register-form-button a:hover {
    background: #00BDBB;
    color: #FFF;
}