/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Varaus
Version:        1.0.0
Author:         wpoceans
URL:            https://themeforest.net/user/wpoceans
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1  hero-style
#0.1  wpo-serch-area
#0.3  wpo-about-area
#0.4  destination-area
#0.5  Room-section
#0.6  video-banner-area
#1.7  testimonial-area
#1.8  blog-area
#1.2  footer-area


--------------------------------------------------------------
#2.0  Home-style-2
--------------------------------------------------------------
  #2.1 featured-area


--------------------------------------------------------------
#3.0  Home-atyle-3
--------------------------------------------------------------

--------------------------------------------------------------
#4.0  About-page
--------------------------------------------------------------
 #4.1 counter-area


--------------------------------------------------------------
#5.0  Room-single-pages
--------------------------------------------------------------

--------------------------------------------------------------
#6.0  service-single-page
--------------------------------------------------------------

--------------------------------------------------------------
#7.0 FAQ page
--------------------------------------------------------------

--------------------------------------------------------------
#8.0 Contact-page
--------------------------------------------------------------



/*--------------------------------------------------------------
 #0.4 wpo-hero-style
--------------------------------------------------------------*/
/*--------------------------------------------------------------
0.4 hero-slider
--------------------------------------------------------------*/
.hero {
    position: relative;
    height: 100vh;
    /** slider controls **/
    /*** hero slider animation ***/
}

@media (max-width: 767px) {
    .hero {
        min-height: 420px;
    }
}

.hero .slide {
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 767px) {
    .hero .slide {
        min-height: 420px;
    }
}

.hero .slide .slider-bg {
    display: none;
}

.hero .slide:focus {
    outline: none;
}

.hero .slide .container {
    height: 100%;
    display: table;
}

.hero .slide .row {
    display: table-cell;
    vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
    background-color: rgba(0, 214, 144, 0.52);
    width: 55px;
    height: 55px;
    z-index: 10;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
    background-color: rgba(0, 214, 144);
}

@media (max-width: 991px) {

    .hero .slick-prev,
    .hero .slick-next {
        display: none !important;
    }
}

.hero .slick-prev {
    left: -100px;
}

.hero .slick-prev:before {
    font-family: "themify";
    content: "\e629";
    opacity: 1;
}

.hero .slick-next {
    right: -100px;
}

.hero .slick-next:before {
    font-family: "themify";
    content: "\e628";
    opacity: 1;
}

.hero:hover .slick-prev {
    left: 25px;
}

.hero:hover .slick-next {
    right: 25px;
}
.hero  .slick-prev:before, 
.hero  .slick-next:before {
    font-size: 18px;
    color: #ffffff;
}
.hero .slick-dots {
    bottom: 30px;
}

@media screen and (min-width: 992px) {
    .hero .slick-dots {
        display: none !important;
    }
}

.hero .slick-dots li {
    margin: 0;
}

.hero .slick-dots button {
    background-color: #00d690;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.hero .slick-dots button:before,
.hero .slick-dots button:before {
    display: none;
}

.hero .slide-caption>div {
    overflow: hidden;
}

.slide-caption .btns .theme-btn {
    margin-right: 30px;
}

.slide-caption .btns {
    margin-top: 30px;
}

.hero .slide-caption>div * {
    -webkit-animation: fadeOutLeft 1.5s both;
    animation: fadeOutLeft 1.5s both;
}

.hero .slide-caption>.slider-pic * {
    -webkit-animation: fadeOutRight 1.5s both;
    animation: fadeOutRight 1.5s both;
}

.hero .slide-caption>div.slide-title * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption>div.slide-subtitle * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption>div.btns * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .hero-slider .slick-current .slide-caption>div * {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}


.hero .hero-slider .slick-current .slide-caption>.slider-pic * {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.hero .hero-slider .slick-current .slide-caption>div.slide-title * {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.hero .hero-slider .slick-current .slide-caption>div.slide-subtitle * {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.hero .hero-slider .slick-current .slide-caption>div.btns * {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.hero .hero-slider .slick-current .slide-caption>div.slider-pic * {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

/************************************************
 hero-style-1
**************************************************/
.hero-style-1 {
    margin: 0 40px;
}

.hero-style-1,
.hero-style-2 {
    height: 900px;
    position: relative;
    overflow: hidden;
}

.hero-style-1 .slide:before,
.hero-style-2 .slide:before {
    content: "";
    background-color: rgba(40, 58, 94, 0.34);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-style-2 .slide:before {
    background-color: rgba(40, 58, 94, 0.4);
}

.slide-caption {
    z-index: 99;
    position: relative;
}

.hero-style-1 .slide .slide-caption h2 span {
    color: #f7c33f;
}

@media (max-width: 1199px) {

    .hero-style-1,
    .hero-style-2 {
        height: 750px;
    }
}

@media (max-width: 991px) {

    .hero-style-1,
    .hero-style-2 {
        height: 550px;
    }
}

@media (max-width: 767px) {

    .hero-style-1,
    .hero-style-2 {
        height: 450px;
    }
}

.hero-style-1 .slide,
.hero-style-2 .slide {
    height: 900px;
}

@media (max-width: 1199px) {

    .hero-style-1 .slide,
    .hero-style-2 .slide {
        height: 750px;
    }

    .hero-style-2 .slide {
        height: 650px;
    }

}

@media (max-width: 991px) {

    .hero-style-1 .slide,
    .hero-style-2 .slide {
        height: 550px;
    }
}

@media (max-width: 767px) {

    .hero-style-1 .slide,
    .hero-style-2 .slide {
        height: 450px;
    }

    .hero .slide .container {
        margin-left: 20px;
    }

    .hero-style-1 .slide-caption,
    .hero-style-2 .slide-caption {
        padding-top: 190px;
    }

    .hero-style-2 .slide {
        height: 450px;
    }
}

.hero-style-1 .slide .row,
.hero-style-2 .slide .row {
    position: relative;
}


.hero-style-1 .slide-caption h2,
.hero-style-2 .slide-caption h2,
.hero-style-3 .slide-caption h2 {
    font-size: 95px;
    font-weight: 700;
    line-height: 120px;
    color: #fff;
    margin: 0 0 0.45em;
}

@media (max-width: 1200px) {

    .hero-style-1 .slide-caption h2,
    .hero-style-2 .slide-caption h2,
    .hero-style-3 .slide-caption h2 {
        font-size: 70px;
        font-weight: 700;
        line-height: 85px;
    }
}

@media (max-width: 991px) {

    .hero-style-1 .slide-caption h2,
    .hero-style-2 .slide-caption h2,
    .hero-style-3 .slide-caption h2 {
        font-size: 45px;
        font-size: 2.8125rem;
    }
}

@media (max-width: 767px) {

    .hero-style-1 .slide-caption h2,
    .hero-style-2 .slide-caption h2,
    .hero-style-3 .slide-caption h2 {
        font-size: 35px;
        font-size: 2.1875rem;
        line-height: 45px;
    }
}

.hero-style-1 .slide-caption p,
.hero-style-3 .slide-caption p,
.hero-style-2 .slide-caption p {
    color: #fff;
    margin: 0 0 2.8em;
}

.hero-style-1 .slider-pic,
.hero-style-2 .slider-pic {
    position: absolute;
    bottom: -33%;
    right: -113%;
    z-index: -1;
    max-width: 680px;
}

@media (max-width: 991px) {

    .hero-style-1 .slider-pic,
    .hero-style-2 .slider-pic {
        max-width: 350px;
        right: -60%;
        bottom: 8px;
    }
}

@media (max-width: 767px) {

    .hero-style-1 .slider-pic,
    .hero-style-2 .slider-pic {
        display: none;
    }
}

.slide-caption .slide-subtitle p {
    margin-bottom: 10px;
}

@media (max-width: 767px) {

    .hero-style-1 .slide-caption,
    .hero-style-2 .slide-caption {
        padding-top: 0px;
    }
}

@media (max-width: 590px) {
    .hero .slide .container {
        margin-left: 0px;
    }

    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s4,
    .theme-btn-s3 {
        padding: 10px 18px;
    }

    .slide-caption .btns .theme-btn {
        margin-right: 5px;
    }

    .wpo-site-header .cart-search-contact {
        right: 74px;
    }
}

/************************************************
    hero-style2
**************************************************/



.hero-style-2:after {
    display: none;
}

.hero-style-2 .slide .container {
    position: relative;
    z-index: 10;
}

@media screen and (min-width: 992px) {
    .hero-style-2 .slide-caption {
        margin-top: 0;
        padding-bottom: 60px;
    }
}

.navbar-header .flaticon-aeroplane:before {
    content: "\f102";
    font-weight: 400;
}

.hero-style-2 .slider-pic {
    position: absolute;
    bottom: -15%;
    right: -110%;
    z-index: -1;
}

@media (max-width: 991px) {
    .hero-style-2 {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-2 {
        height: 450px;
    }
}

.hero-style-2 {
    height: 850px;
    position: relative;
}

@media (max-width: 1199px) {
    .hero-style-2 {
        height: 650px;
    }

}

@media (max-width: 991px) {
    .hero-style-2 {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-2 {
        height: 450px;
    }
}

/************************************************
hero-style3
**************************************************/
.hero-style-3 {
    position: relative;
    height: 800px;
}

.hero-style-3 .slide {
    height: 800px;
}

@media (max-width: 991px) {
    .hero-style-3 {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-3 {
        height: 450px;
    }
}

.hero-style-3 .hero-outer {
    height: 850px;
    position: relative;
}

@media (max-width: 991px) {
    .hero-style-3 .hero-outer {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-3 .hero-outer {
        height: 450px;
    }
}

.hero-style-3 .hero-outer .container {
    height: 100%;
    display: table;
}

.hero-style-3 .hero-outer .row {
    display: table-cell;
    vertical-align: middle;
}

.hero-style-3 .hero-text {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .hero-style-3 .hero-text {
        margin-top: 40px;
    }
}

.hero-style-3 .hero-text>span {
    font-weight: bold;
    color: #193e85;
    text-transform: uppercase;
    letter-spacing: 5px;
}

@media (max-width: 767px) {
    .hero-style-3 .hero-text>span {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.hero-style-3 .hero-text h2 {
    font-size: 48px;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    margin: 0.5em 0 0.8em;
}

@media (max-width: 991px) {
    .hero-style-3 .hero-text h2 {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .hero-style-3 .hero-text h2 {
        font-size: 32px;
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .hero-style-3 .img-holder {
        display: none;
    }
}

.hero-bg-slider:before {
    display: none;
}


.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}

.sticky-on {
    opacity: 1;
    top: 0;
}



.header-style-2 .sticky-header,
.header-style-3 .sticky-header {
    background-color: #fff;
    border-bottom: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/*==================================================
#0.5 wpo-serch-area
=====================================================*/
.wpo-hero-style-2 .wpo-select-wrap {
    max-width: 800px;
    margin: 0 auto;

}

.wpo-select-wrap {
    border: 1px solid #eee;
    margin-top: -80px;
    background: #fff;
}

.wpo-select-wrap-2 {
    margin-top: -100px;
}

@media(max-width: 1200px) {
    .wpo-select-wrap-2 {
        margin-top: 30px;
    }

    .wpo-hero-style-2 .wpo-hero-text {
        padding-top: 60px;
    }

}

.wpo-select-area form {
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.wpo-select-area form input,
.wpo-select-area form select,
.wpo-select-area form button {
    width: 100%;
    font-size: 20px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    color: #283a5e;
    font-weight: 700;
}

.wpo-select-area form input {
    padding-left: 0;
}

@media (max-width: 767px) {

    .wpo-select-area form input,
    .wpo-select-area form select,
    .wpo-select-area form button {
        height: 50px;
        font-size: 12px;
        /* font-size: 0.9375rem; */
    }
}



.wpo-select-area form select {
    border-radius: 70px 0 0 70px;
    padding: 0 25px;
    background: white;
    border-right: 1px solid #6cf5fd;
}

.wpo-select-area form input:focus,
.wpo-select-area form select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #283a5e;
}

.select-sub {
    margin-right: 20px;
    position: relative;
}

.select-sub:first-child {
    width: 220px;
}

.select-sub:nth-child(2) {
    width: 220px;
}

.select-sub:last-child {
    margin-right: 0;
}

.select-sub .fi:before {
    font-size: 20px;
}

.input-group-addon {
    background: none;
    border: none;
}

.wpo-select-area form button {
    font-weight: 600;
    color: #fff;
    z-index: 1;
    position: relative;
    top: 10px;
    right: 10px;
    font-size: 15px;
    width: 175px;
}


.wpo-select-area form button:focus {
    outline: none;
    border: none;
}

.wpo-select-area .nice-select {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
}

.wpo-select-area .nice-select span {
    position: relative;
    font-size: 20px;
    color: #283a5e;
    font-weight: 700;
}

.select-sub span {
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    color: #687693;
}
@media (max-width: 767px) { 
    .select-sub span {
        margin-bottom: 10px;
    }

}

.select-sub span i {
    margin-right: 10px;
}

.wpo-select-area .select-sub:before {
    position: absolute;
    left: -30px;
    top: 0;
    width: 1px;
    height: 77%;
    background: #dddddd;
    content: "";
}

.select-sub:first-child:before {
    display: none;
}

.select-sub:last-child:before {
    display: none;
}

.wpo-select-area input {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    .wpo-select-area .nice-select {
        height: 50px;
        line-height: 50px;
    }
}

.wpo-select-area {
    padding: 50px 20px 20px;
}

@media (max-width: 590px) {
    .wpo-select-area {
        padding: 20px 2px;
    }
}

.nice-select:after {
    right: 0px;
}



.wpo-select-area ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #283a5e;
}

.wpo-select-area ::-moz-placeholder {
    /* Firefox 19+ */

    color: #283a5e;
}

.wpo-select-area :-ms-input-placeholder {
    /* IE 10+ */
    color: #283a5e;
}

.wpo-select-area :-moz-placeholder {
    /* Firefox 18- */

    color: #283a5e;
}

.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-image: linear-gradient(to bottom, #00d690, #00d690);
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #00d690;
    color: #fff;
}

@media (max-width: 1200px) {

    .wpo-select-area form input,
    .wpo-select-area form select {
        font-size: 20px;
    }

    .wpo-select-area .nice-select span {
        font-size: 20px;
    }

    .select-sub span {
        font-size: 15px;
    }

    .wpo-select-area form button {
        font-size: 15px;
    }

    .select-sub:first-child {
        width: 145px;
    }

    .select-sub:nth-child(2) {
        width: 160px;
    }
}

@media (max-width: 992px) {
    .select-sub span {
        font-size: 12px;
    }

    .select-sub .fi:before {
        font-size: 14px;
    }

    .wpo-select-area form input,
    .wpo-select-area form select {
        font-size: 14px;
    }

    .select-sub:first-child {
        width: 125px;
    }

    .select-sub:nth-child(2) {
        width: 125px;
    }

    .wpo-select-area .nice-select span {
        font-size: 15px;
    }

    .wpo-select-area .select-sub:before {
        display: none;
    }

    .hero-style-1 {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .wpo-select-area form {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .wpo-select-wrap {
        margin-top: 0;
        padding: 20px;
    }

    .wpo-select-section {
        padding-top: 80px;
    }
}

@media (max-width: 550px) {

    .select-sub {
        width: 100%;
        margin-bottom: 30px;
        border-bottom: 1px solid #ddd;
    }

    .select-sub:first-child {
        width: 100%;
    }

    .select-sub:nth-child(2) {
        width: 100%;
    }

    .select-sub:last-child {
        margin-left: 20px;
        border-bottom: 0;
    }
}

/*====================================================
#0.6 wpo-about-area
======================================================*/

.wpo-about-area-2,
.wpo-about-area {}

@media(max-width: 550px) { 
    .varaus-about.wpo-about-area .container {
        padding: 0;
    }
}
.wpo-about-text .wpo-section-title,
.wpo-about-text-2 .wpo-section-title {
    text-align: left;
    margin: unset;
    margin-bottom: 35px;
}
.wpo-about-text .wpo-section-title h2 {
    font-size:45px;
    line-height:55px;
}
@media(max-width: 768px) {  
.wpo-about-text .wpo-section-title h2 {
    font-size:30px;
    line-height:40px;
}

}
.wpo-about-text ul {
    padding-left: 0px;
}
@media(max-width: 768px) {  
    .wpo-about-text ul {
        margin-bottom:30px;
    }
}
.wpo-about-text ul li {
    padding-left: 0px;
    list-style: none;
    padding: 5px 30px 2px;
    position: relative;
}
.wpo-about-text ul li:before {
    top: 8px;
    content: "\e64c";
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: rgba(0,214,144);
    font-size: 10px;
    font-family: 'themify';
    left: -1px;
    position: absolute;
    background: #33dea626;
}
.wpo-about-text p,
.wpo-about-text-2 p {
    margin-bottom: 15px;
    color: #687693;
}

.wpo-about-text span,
.wpo-about-text-2 span {
    margin-bottom: 15px;
    display: block;
    font-size: 25px;
    color: #666666;
}


.wpo-about-img img,
.wpo-about-img-2 img {
    width: 100%;
}

.wpo-about-text .btns ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}


.wpo-section-title h2 {
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    display: inline-block;
    position: relative;
    line-height: 75px;
}

.wpo-section-title {
    margin-bottom: 35px;
}

.wpo-section-title span {
    font-size: 18px;
    font-weight: 400;
    color: #00d690;
    display: block;
    margin-bottom: 10px;
}

.wpo-about-text {
    padding-left: 50px;
}

.wpo-about-text .btns {
    display: flex;
    margin-top: 30px;
}

@media(max-width: 1200px) {
    .wpo-about-text {
        padding-left: 10px;
        padding: 0;
    }
}

@media(max-width: 991px) {
    .wpo-about-img {
        margin-bottom: 30px;
    }

    .wpo-about-text {
        padding-top: 50px;
    }
}

@media(max-width: 768px) { 
    .wpo-about-text {
        padding-top: 25px;
    }
}
@media(max-width: 530px) {
    .about-thumb-text {
        top: -65px;
    }

    .wpo-section-title h2 {
        font-size: 29px;
        line-height: 34px;
    }

    .wpo-about-text .btns {
        display: unset;
        flex-wrap: wrap;
    }

    .wpo-about-text li.video-holder {
        margin-left: -25px;
        margin-top: 0;
    }

    .wpo-about-text .btns ul {
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
        align-items: center;
    }
}

/*==============================================
#0.7 destination-area
================================================*/

.destination-text {
    padding-top: 100px;
}

.destination-text p {
    margin-bottom: 40px;
}

.destination-item {
    position: relative;
}

.destination-content {
    background: #fff;
    padding: 20px;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    transition: all .3s;
}

.content-left {
    float: left;
}

.content-right {
    float: right;
}

.content-left h5 {
    color: #283a5e;
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
}
.destination-content .content-left h5 a {
    color: #283a5e;
}
.destination-item .content-left h3 span {
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    padding-left: 5px;
}
.content-left small {
    color: #687693;
    font-size: 12px;
}

.content-right h5 {
    color: #02cb89;
    font-size: 25px;
    margin-top: 0;
}

.content-right p {
    color: #616f8c;
    font-size: 14px;
}

.destination-right {
    margin-top: -100px;
}

.destination-img img {
    width: 100%;
}

@media(max-width: 992px) {
    .destination-area {
        padding-top: 0;
    }

    .destination-right {
        margin-top: 0;
    }

    .destination-text {
        padding-top: 100px;
        padding-bottom: 50px;
    }
}

@media (min-width: 620px) and (max-width: 767px) {
    .custom-grid {
        width: 50%;
        float: left;
    }
}

/*--------------------------------------------------------------
0.8 Room-section
--------------------------------------------------------------*/
.room-studies-section {
    overflow: hidden;
}
.Room-area,
.Room-area2 {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .Room-section {
        padding-bottom: 83px;
    }
}

@media (max-width: 767px) {
    .Room-section {
        padding-bottom: 73px;
    }
}

.Room-section .gallery-filters {
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .Room-section .gallery-filters {
        margin-bottom: 30px;
    }
}

.Room-section .gallery-filters ul {
    display: inline-block;
    overflow: hidden;
    list-style: none;
}

.Room-section .gallery-filters ul li {
    display: inline-block;
}

.Room-section .gallery-filters ul>li+li {
    margin-left: 15px;
}

.Room-section .gallery-filters ul li a {
    font-weight: 500;
    color: #687693;
    display: block;
    text-transform: capitalize;
}

.Room-section .gallery-filters ul .current {
    color: #00d690;
    text-decoration: none;
}

@media (max-width: 767px) {
    .Room-section .gallery-filters ul li a {
        font-size: 15px;
        font-size: 1rem;
    }
}

.Room-section .masonry-gallery {
    margin: 0 -7.5px;
}

@media (max-width: 991px) {
    .Room-section .masonry-gallery {
        margin: 0 5px;
    }
}

@media (max-width: 500px) {
    .Room-section .masonry-gallery {
        margin: 0;
    }
}

.Room-section .masonry-gallery .grid {
    width: 33.33%;
    float: left;
    padding: 0 7.5px 15px;
}

@media (max-width: 991px) {
    .Room-section .masonry-gallery .grid {
        padding: 0 5px 10px;
    }

    .Room-section .masonry-gallery .grid {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .Room-section .masonry-gallery .grid {
        width: 50%;
    }
}

@media (max-width: 690px) {
    .Room-section .masonry-gallery .grid {
        width: 100%;
        float: none;
        padding: 0 0 15px;
    }
}

.Room-section .room-item {
    position: relative;
    overflow: hidden;
}

.Room-section .grid img {
    width: 100%;
}

.Room-section .item {
    position: relative;
    margin-bottom: 30px;
    transition: all .3s;
    overflow: hidden;
}

.room-text-show {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
    z-index: 999;
    padding: 20px;
    background: rgba(255, 255, 255, .8);
    transition: all .8s;
    z-index: 11;
}

.room-text-hide {
    position: absolute;
    bottom: -80%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    z-index: 999;
    padding: 30px;
    background: rgba(255, 255, 255, .9);
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1111;
}

.room-item:hover .room-text-hide {
    opacity: 1;
    visibility: visible;
    bottom: 10%;
}

.room-item:hover .room-text-show {
    opacity: 0;
    visibility: hidden;
}

.room-text-show h2 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.room-text-hide h2 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 10px;
}

.room-text-hide span {
    font-size: 18px;
    color: #727171;
    margin-bottom: 20px;
    display: block;
}

.room-text-hide small {
    color: #283a5e;
    display: block;
    margin-bottom: 20px;
}

.room-text-hide small span {
    display: inline-block;
    font-size: 20px;
    color: #283a5e;
    font-weight: 700;
}
.room-text-hide .theme-btn-s2 {
    background-color: #00D690;
    color: #fff;
}
@media(max-width: 1200px) {
    .room-text-show h2 {
        font-size: 20px;
    }

    .room-text-hide p {
        font-size: 14px;
    }

    .room-text-hide small {
        margin-bottom: 0;
    }

    .room-text-hide {
        padding: 10px 15px;
    }

    .room-text-hide span {
        margin-bottom: 8px;
    }

    .room-text-hide h2 {
        font-size: 20px;
    }
}

@media(max-width: 991px) {
    .room-text-show h2 {
        font-size: 20px;
    }

    .room-text-hide p {
        font-size: 16px;
    }

    .room-text-hide small {
        margin-bottom: 0;
    }

    .room-text-hide {
        padding: 20px;
    }

    .room-text-hide span {
        margin-bottom: 8px;
    }

    .room-text-hide h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
}

@media(max-width: 350px) {
    .room-text-show h2 {
        font-size: 20px;
    }

    .room-text-hide p {
        font-size: 14px;
    }

    .room-text-hide small {
        margin-bottom: 0;
    }

    .room-text-hide {
        padding: 10px 15px;
    }

    .room-text-hide span {
        margin-bottom: 8px;
    }

    .room-text-hide h2 {
        font-size: 20px;
    }
}

/*===========================================
#0.9 video-banner-area
=============================================*/

.video-banner-area .container,
.video-banner-area-2 .container {
    width: 1410px;
    max-width: 100%;
    margin: auto;
}

.video-banner-area,
.video-banner-area-2 {
    position: relative;
}

.video-banner-area:before,
.video-banner-area-2:before {
    position: absolute;
    left: 0;
    background: #f5fbf9;
    bottom: 0;
    content: '';
    width: 100%;
    height: 50%;
}

.banner-img {
    position: relative;
}

.banner-img:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .20);
}

.banner-img .video-holder {
    position: relative;
}

.banner-video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-left: 0;
    list-style: none;
}



/*===================================
#1.0 testimonial-area
===================================*/


.testimonial-slider .ratting ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 20px;
}

.testimonial-slider .quote p {
    color: #556482;
    margin-bottom: 40px;
}

.testimonial-slider .grid {
    padding: 30px;
    transition: all .3s;
    border-bottom: 2px solid #00d690;
    box-shadow: 0px 4px 17px 0px rgba(85, 85, 85, 0.1);
    background-color: #fff;
    padding-top: 35px;
}

.testimonial-slider .grid .ratting .fi:before {
    font-size: 20px;
}

.testimonial-slider .grid:hover {
    box-shadow: 0px 4px 17px 0px rgba(85, 85, 85, 0.1);
}

.testimonial-slider .owl-stage-outer {
    padding: 20px;
}

.testimonial-slider .ratting ul li {
    margin-right: 5px;
}

.testimonial-slider .ratting ul li i {
    color: #e0a403;
}
.ratting {
    max-width: 110px;
    padding-bottom: 25px;
}
.client-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}

.client-text {
    overflow: hidden;
    margin-left: 20px;
}

.client-text h5 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
    margin-top: 10px;
    margin-bottom: 5px;
}

.client-text p {
    color: #8e9fc0;
}

@media(max-width: 1200px) {
    .client-text h5 {
        font-size: 15px;
    }
}

/*===================================
#1.1 blog-area start
======================================*/


.blog-area .container {
    width: 1425px;
    max-width: 100%;
}

.blog-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 15px;
}


.blog-content h3 a {
    color: #283a5e;
    transition: all .3s;
    font-weight: 700;
    text-decoration: none;
}

.blog-content h3 a:hover {
    color: #00d690;
}


.blog-content a {
    font-weight: 700;
}

.blog-content ul li a {
    color: #9298a4;
    transition: all .3s;
    font-weight: 400;
    text-decoration: none;
}

.blog-content ul li {
    color: #9298a4;
}

.blog-img img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
}

.blog-img img:hover {
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    filter: grayscale(50%);
}

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

.blog-page-area .blog-item .post-meta {
    padding-top: 20px;
}

.blog-page-area .blog-item .post-meta li {
    color: #666;
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

.blog-area .blog-item .post-meta .clr {
    color: #c0b596;
}

.blog-area .blog-item .post-meta>li:first-child {
    padding: 0;
}

.blog-area .blog-item .post-meta>li a {
    color: #666;
    padding: 5px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 20px;
}

.blog-area .blog-item .post-meta li {
    position: relative;
}

.blog-area .blog-item .post-meta>li+li+li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 15px;
    background: #ccc;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-area .blog-item .post-meta li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -2px;
}

@media(max-width: 992px) {
    .blog-content h3 {
        font-size: 28px;
    }
}

@media(max-width: 530px) {
    .blog-content h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .Room-section .gallery-filters ul>li+li {
        margin-left: 7px;
    }
}

/*==========================================
#1.2 footer-area 
==========================================*/

.wpo-site-footer {
    background: #062265;
    position: relative;
    font-size: 15px;
    overflow: hidden;
    /*** about-widget ***/
    /*** link-widget ***/
    /*** resource-widget ***/
    /*** market-widget ***/
    /*** wpo-lower-footer ***/
}

.wpo-ne-footer {
    background: #062265;
}

.wpo-site-footer-2 {
    background: #fcfcfc;
}

.footer-middle {
    padding-top: 100px;
}

.wpo-site-footer ul,
.wpo-site-footer-2 ul {
    list-style: none;
}

.wpo-site-footer p,
.wpo-site-footer li {
    color: #fff;
}

.wpo-site-footer-2 p,
.wpo-site-footer-2 li {
    color: #444444;
}

.wpo-site-footer .container,
.wpo-site-footer-2 .container {
    position: relative;
}

.wpo-site-footer .wpo-upper-footer,
.wpo-site-footer-2 .wpo-upper-footer {
    padding: 40px 0 70px;
    background: url(../images/footer.jpg)center center/cover no-repeat local;
}

@media (max-width: 991px) {

    .wpo-site-footer .wpo-upper-footer,
    .wpo-site-footer-2 .wpo-upper-footer {
        padding: 70px 0;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {

    .wpo-site-footer .wpo-upper-footer,
    .wpo-site-footer-2 .wpo-upper-footer {
        padding: 40px 0;
    }
}

@media (max-width: 991px) {

    .wpo-site-footer .wpo-upper-footer .col,
    .wpo-site-footer-2 .wpo-upper-footer .col {
        min-height: 235px;
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {

    .wpo-site-footer .wpo-upper-footer .col,
    .wpo-site-footer-2 .wpo-upper-footer .col {
        min-height: auto;
        margin-bottom: 60px;
    }
}

.wpo-site-footer .widget-title,
.wpo-site-footer-2 .widget-title {
    margin-bottom: 30px;
}

@media (max-width: 767px) {

    .wpo-site-footer .widget-title,
    .wpo-site-footer-2 .widget-title {
        margin-bottom: 20px;
    }
}

.wpo-site-footer .widget-title h3,
.wpo-site-footer-2 .widget-title h3 {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    position: relative;
}

.wpo-site-footer-2 .widget-title h3 {
    color: #2d4277;
}

@media (max-width: 991px) {

    .wpo-site-footer .widget-title h3,
    .wpo-site-footer-2 .widget-title h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.wpo-site-footer .about-widget .logo {
    max-width: 180px;
}


.wpo-site-footer .about-widget ul,
.wpo-site-footer-2 .about-widget ul {
    overflow: hidden;
    padding-top: 10px;
}

.wpo-site-footer .about-widget ul li,
.wpo-site-footer-2 .about-widget ul li {
    font-size: 22px;
    float: left;
}

.wpo-site-footer .about-widget ul>li+li,
.wpo-site-footer-2 .about-widget ul>li+li {
    margin-left: 25px;
}

.wpo-site-footer .about-widget ul a {
    color: #fff;
}

.wpo-site-footer-2 .about-widget ul a {
    color: #404040;
}

.wpo-site-footer .about-widget ul a:hover,
.wpo-site-footer-2 .about-widget ul a:hover {
    color: #08cc7f;
}

.wpo-site-footer-2 .about-widget ul a {
    color: #08cc7f;
}

.wpo-footer-top {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.wpo-footer-top ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
}

.wpo-footer-top ul li {
    margin-right: 10px;
}

.wpo-footer-top ul li a {
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, .10);
    text-align: center;
    line-height: 65px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    transition: all .3s;
}

.wpo-footer-top ul li a:hover {
    background: rgba(255, 255, 255);
    color: #1e3054;
}

.wpo-site-footer .link-widget,
.wpo-site-footer-2 .link-widget {
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    .wpo-site-footer .link-widget {
        padding-left: 20px;
    }

    .wpo-site-footer-2 .link-widget {
        padding-left: 10px;
    }
}

@media (max-width: 1199px) {

    .wpo-site-footer .link-widget,
    .wpo-site-footer-2 .link-widget {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {

    .wpo-site-footer .link-widget,
    .wpo-site-footer-2 .link-widget {
        padding-left: 0;
    }
}

@media (max-width: 767px) {

    .wpo-site-footer .link-widget,
    .wpo-site-footer-2 .link-widget {
        max-width: 350px;
    }
}

@media (max-width: 620px) {
    .wpo-footer-top ul {
        justify-content: flex-start;
    }
}

.wpo-site-footer .wpo-footer-top ul li,
.wpo-site-footer-2 .wpo-footer-top ul li {
    position: relative;
}

.wpo-site-footer .link-widget ul a,
.wpo-site-footer-2 .link-widget ul a {
    color: #fff;
}

.wpo-site-footer-2 .link-widget ul a {
    color: #404040;
}

.wpo-site-footer .link-widget ul a:hover,
.wpo-site-footer-2 .link-widget ul a:hover,
.wpo-site-footer .link-widget ul li:hover:before,
.wpo-site-footer-2 .link-widget ul li:hover:before {
    text-decoration: underline;
}

.wpo-site-footer .link-widget ul>li+li,
.wpo-site-footer-2 .link-widget ul>li+li {
    margin-top: 15px;
}

@media screen and (min-width: 1200px) {

    .wpo-site-footer .resource-widget,
    .wpo-site-footer-2 .resource-widget {
        padding-left: 0px;
    }
}

.wpo-site-footer .contact-ft ul li .fi:before,
.wpo-site-footer-2 .contact-ft ul li .fi:before {
    font-size: 20px;
    margin-right: 15px;
}

.wpo-site-footer .contact-ft ul li,
.wpo-site-footer-2 .contact-ft ul li {
    padding-bottom: 10px;
}

.wpo-site-footer .contact-ft,
.wpo-site-footer-2 .contact-ft {
    margin-top: 20px;
}

.wpo-site-footer .wpo-lower-footer,
.wpo-site-footer-2 .wpo-lower-footer {
    text-align: center;
    position: relative;
    background: #192b4e;
}

.wpo-site-footer .wpo-lower-footer .row,
.wpo-site-footer-2 .wpo-lower-footer .row {
    padding: 20px 0;
    position: relative;
}

.wpo-site-footer .wpo-lower-footer .copyright,
.wpo-site-footer-2 .wpo-lower-footer .copyright {
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0;
    text-align: right;
    justify-content: flex-end;
    display: flex;
}

.wpo-site-footer .wpo-lower-footer .term ul {
    text-align: left;
    margin-bottom: 0;
    margin-top: 9px;
}

.wpo-site-footer .wpo-lower-footer .term ul li {
    display: inline-block;
    margin-right: 10px;
}

.wpo-site-footer .wpo-lower-footer .term ul li a {
    color: #fff;
}

@media (max-width: 991px) {

    .wpo-site-footer .wpo-lower-footer .copyright,
    .wpo-site-footer-2 .wpo-lower-footer .copyright {
        float: none;
        display: block;
    }
}

.wpo-site-footer .wpo-lower-footer .copyright a,
.wpo-site-footer-2 .wpo-lower-footer .copyright a {
    color: #fff;
    text-decoration: underline;
}

.wpo-site-footer .news-text h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: -5px;
    line-height: 25px;
    margin-bottom: 0px;
}

.wpo-site-footer .news-text span {
    color: #ccc;
    font-size: 12px;
}

.wpo-site-footer .news-text h2 {
    font-size: 20px;
    margin-top: 10px;
    color: #02cb89;
}

.wpo-site-footer .news-text {
    overflow: hidden;
    padding-left: 10px;
}

.wpo-site-footer .news-wrap {
    overflow: hidden;
    margin-bottom: 20px;
}

.wpo-site-footer .news-img {
    float: left;
}

.wpo-site-footer .newsletter-widget form input {
    background-color: transparent;
    height: 50px;
    color: #666;
    padding: 6px 20px;
    border: 1px solid rgba(255, 255, 255, .5);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    position: relative;
}

.wpo-site-footer .newsletter-widget form button {
    background-color: transparent;
    height: 50px;
    color: #fff;
    padding: 6px 20px;
    background: #00d690;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    width: 100%;
    margin-top: 30px;
    text-align: left;
    border: none;
    text-transform: uppercase;
}

.wpo-site-footer .newsletter-widget form button i {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    background: #00b67a;
    line-height: 50px;
    text-align: center;
    top: 0;
}


@media(max-width: 767px) {
    .wpo-site-footer .wpo-lower-footer .term ul {
        text-align: center;
    }

    .wpo-site-footer .wpo-lower-footer .copyright,
    .wpo-site-footer-2 .wpo-lower-footer .copyright {
        justify-content: center;
        text-align: center;
        font-size: 14px;
    }

    .wpo-site-footer .wpo-lower-footer .term ul li a {
        font-size: 14px;
    }
}

/*====================================
#2.0 Home-style-2
=====================================*/

.wpo-about-area .row,
.wpo-about-area-2 .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.wpo-about-area-2 .wpo-about-text {
    text-align: center;
}

.wpo-about-area-2 .wpo-section-title {
    text-align: center;
}

.wpo-about-area-2 .wpo-about-text .btns {
    justify-content: center;
}

.wpo-about-area-2 .wpo-about-text {
    padding-left: 45px;
}

@media(max-width: 991px) {

    .wpo-about-area .row,
    .wpo-about-area-2 .row {
        display: unset;
        align-items: center;
    }

    .wpo-about-area-2 .wpo-about-text {
        padding-left: 0;
    }

}

/*============================
#2.0 featured-area start
=============================*/

.featured-wrap {
    position: relative;
}

.featured-img {
    position: relative;
    overflow: hidden;
}

.featured-img img {
    width: 100%;
    zoom: 1;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.featured-wrap:hover .featured-img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.featured-img:before,
.featured-img:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    z-index: 9;
    opacity: .4;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.featured-img:before {
    left: 0px;
    top: 0px;
    -webkit-transform-origin: top;
    transform-origin: top;
}

.featured-img:after {
    right: 0px;
    bottom: 0px;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

.featured-img:hover:before,
.featured-img:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.featured-content {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%);
    z-index: 99;
}

.featured-content a {
    display: inline-block;
    padding: 12px 30px;
    color: #283a5e;
    font-weight: 700;
    background: #fff;
}

.featured-content a:hover {
    background: #00d690;
    color: #fff;
}

.featured-area .items {
    padding: 1px;
    padding-left: 0;
    padding-top: 0;
}

.service-media-bx {
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.service-media-bx:hover {
    transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
}

.service-media-bx .dlab-title a {
    color: #000;
}

.service-media-bx p {
    color: #8e8e99;
    line-height: 30px;
    margin-bottom: 15px;
}

.service-media-bx .dlab-title {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
}

.service-media-bx .dlab-info {
    padding: 35px 0 20px 0;
}

.service-media-bx .site-button {
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 30px;
}

.destination-carousel.owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.destination-service {
    background: #f5fbf9;
}


/*------featured-area end------*/

/*====================================
#3.0 Home-atyle-3
======================================*/
.header-style-3 {
    position: absolute;
    width: 100%;
    background: transparent;
    z-index: 999;
}

.hero-shape-wrap {
    position: relative;
}

.hero-shape {
    position: absolute;
    right: 0;
    top: 0;
}

.hero-style-3 {
    height: 1000px;
}

.hero-style-3 .slide {
    height: 1000px;
}

.hero-style-3 .container {
    width: 1530px;
    max-width: 100%;
}

.hero-style-3 .slide-caption h2 {
    color: #283a5e;
}

.hero-style-3 .slide-caption p {
    color: #687693;
}

.wpo-select-section-2 .wpo-select-wrap,
.wpo-select-section-3 .wpo-select-wrap {
    margin-top: 0;
}

.wpo-select-section-2,
.wpo-select-section-3 {
    padding-top: 100px;
}

.country-r {
    margin-right: -220px;
}

.destination-area-2 {
    background: #f5fbf9;
    padding-bottom: 70px;
}

.destination-area-2 .destination-text {
    padding-left: 250px;
    padding-top: 70px;
}

.service-area .col {
    margin-bottom:30px;
}

.service-item {
    padding: 32px;
    text-align: center;
    margin-left: -1px;
    margin-top: -1px;
    border:1px solid #eee;
    border-radius: 5px;
}
.service-item .service-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100px;
    margin: 0 auto 30px;    
    border: 1px solid #33dea633;
}
.service-item .fi:before {
    color: #00d690;
    font-size: 50px;
}

.service-text p {
    color: #687693;
}

.service-text h2 {
    font-size: 25px;
    color: #283a5e;
    font-weight: 700;
    margin-bottom: 15px;
}
.service-text h2 a {
    color: #283a5e;
}
.Room-area-2 {
    background: #f5fbf9;
}

@media(max-width: 1780px) {
    .destination-area-2 .destination-text {
        padding-left: 100px;
    }
}

@media(max-width: 1500px) {
    .destination-area-2 .destination-text {
        padding-top: 0px;
        padding-left: 70px;
    }
}

@media(max-width: 1200px) {
    .destination-area-2 .destination-text {
        padding-top: 0px;
        padding-left: 30px;
    }

    .hero-style-3 {
        height: 900px;
    }

    .hero-style-3 .slide {
        height: 900px;
    }
}

@media(max-width: 991px) {
    .hero-style-3 {
        height: 780px;
    }

    .hero-style-3 .slide {
        height: 780px;
    }

    .header-style-3 .navigation {
        background: #fff;
    }

    .header-style-3 {
        position: relative;
    }
}

@media(max-width: 920px) {
    .hero-style-3 {
        height: 650px;
    }

    .hero-style-3 .slide {
        height: 650px;
    }
}

@media(max-width: 767px) {
    .hero-style-3 {
        height: 450px;
        background: #f5f5f5;
    }

    .hero-style-3 .slide {
        height: 450px;
    }

    .hero-shape {
        display: none;
    }

    .hero-style-3 .container {
        width: unset;
        max-width: 100%;
    }

}

@media(max-width: 590px) {
    .destination-area-2 .destination-text {
        padding-left: 20px;
    }

    .country-r {
        margin-right: 0;
    }

    .service-area .col {
        padding: 0 15px;
    }
}

/*====================================
#4.0 About-page
=====================================*/

/*.===============================
4.1 counter-area
===============================*/
.hx-counter-area,
.counter-style-2 {
    padding: 100px 0;
    background: url(../images/counter.jpg) no-repeat center center / cover;
    position: relative;
}

.hx-counter-area:before,
.counter-style-2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .66);
}

.hx-counter-area .hx-counter-grids .grid,
.counter-style-2 .hx-counter-grids .grid {
    width: 24%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    background: rgba(255, 255, 255, .25);
    padding: 40px 0;
}

.hx-counter-area .hx-counter-grids .grid .fi:before {
    color: #fff;
    font-size: 50px;
}

.hx-counter-area .hx-counter-grids .grid p,
.counter-style-2 .hx-counter-grids .grid p {
    font-size: 18px;
    font-weight: normal;
    color: #e4e4e4;
    padding-top: 5px;
    margin-bottom: 0;
}

.hx-counter-area .hx-counter-grids,
.counter-style-2 .hx-counter-grids {
    overflow: hidden;
    position: relative;
}

.hx-counter-area .odometer.odometer-auto-theme,
.hx-counter-area .odometer.odometer-theme-default,
.counter-style-2 .odometer.odometer-auto-theme,
.counter-style-2 .odometer.odometer-theme-default {
    line-height: 0.8em;
}

.hx-counter-area .hx-counter-grids .grid h2,
.counter-style-2 .hx-counter-grids .grid h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 10px;
    margin-top: 8px;
    padding-bottom: 15px;
}

@media(max-width: 1200px) {

    .hx-counter-area .hx-counter-grids .grid,
    .counter-style-2 .hx-counter-grids .grid {
        width: 23%;
    }
}

@media(max-width: 992px) {

    .hx-counter-area .hx-counter-grids .grid h2,
    .counter-style-2 .hx-counter-grids .grid h2 {
        font-size: 35px;
    }
}

@media(max-width: 767px) {

    .hx-counter-area .hx-counter-grids .grid,
    .counter-style-2 .hx-counter-grids .grid {
        width: 31.33%;
        padding: 20px 0;
    }
}

@media(max-width: 560px) {

    .hx-counter-area .hx-counter-grids .grid,
    .counter-style-2 .hx-counter-grids .grid {
        width: 48%;
        padding: 20px 0;
    }
}

@media(max-width: 530px) {

    .hx-counter-area .hx-counter-grids .grid,
    .counter-style-2 .hx-counter-grids .grid {
        width: 100%;
        padding: 20px 0;
    }
}

/*==============================================
#5.0 Room-single-pages
================================================*/

.select-sub h2 {
    font-size: 22px;
    margin-top:0px;
}

.wpo-select-section-3 .select-sub span {
    font-size: 18px;
}

.wpo-select-section-3 .select-sub:first-child {
    width: unset;
}

.wpo-select-section-3 .select-sub:nth-child(2) {
    width: unset;
}

.wpo-select-section-3 .container {
    width: 1425px;
    max-width: 100%;
}

.wpo-select-section-3 .select-sub h5 {
    margin-top: 0;
    font-size: 18px;
    color: #687693;
    margin-bottom: 10px;
    line-height: 0;
    margin-top: 38px;
}

.wpo-select-section-3 .select-sub h5 span {
    font-size: 48px;
    color: #03c485;
    font-weight: 700;
    display: inline-block;
}

.wpo-select-section-3 .select-sub:last-child {
    text-align: center;
    margin-top: -6px;
}

.wpo-select-section-3 .select-sub:last-child:before {
    display: block;
    top:8px;
}

.wpo-select-section-3 .wpo-select-area {
    padding: 50px 0px 35px;
}

.Room-carousel .owl-nav div {
    position: absolute;
    left: 70px;
    top: 50%;
    text-align: center;
    color: #00d690 !important;
    font-size: 30px;
    width: 50px;
    height: 50px;
    background: #fff !important;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    transform: translateY(-50%);
    border-radius: 50% !important;
}

.Room-carousel .owl-nav div:hover {
    background: #00d690 !important;
    color: #fff !important;
}

.Room-carousel .owl-nav div.owl-next {
    right: 70px;
    left: auto;
    top: 50%;
    border-radius: 50%;
    text-align: center;
}

.room-slide-area {
    padding-bottom: 70px;
}

.room-title h2 {
    margin-top: 0;
    font-size: 35px;
    color: #283a5e;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 50px;
    font-weight: 700;
}

.room-description p {
    margin-bottom: 40px;
}

.room-description .p-wrap {
    font-size: 20px;
    color: #384f7c;
}

.room-d-text .room-title h2 {
    margin-bottom: 10px;
    font-size:25px;
}

.room-d-text ul li a {
    color: #283a5e;
    display: block;
    padding: 7px 0;
    position: relative;
    padding-left: 20px;
}

.room-d-text ul li a:before {
    position: absolute;
    left: 0;
    top: 6px;
    content: "\f105";
    font-family: "fontAwesome";
}

.room-details-service {
    margin-top: 20px;
}

.room-d-img {
    margin-bottom: 60px;
}

.pricing-wrap td,
.pricing-wrap th {
    border: 1px solid #ebebeb;
    text-align: center;
    font-weight: 500;
    padding: 10px;
    width: 5%;
    color: #6a7998;
}

.pricing-wrap th {
    color: #283a5e;
    font-weight: 600;
    background-color: #fff;
}
.room-single-section .pricing-wrap th {
    color: #ffffff;
    font-weight: 700;
    background-color: #33dea6;
    font-family: 'Quicksand', sans-serif;
}
.pricing-wrap th:hover {
    color: #fff;
    background-color: #00d690;
}

.map-area {
    margin-top: 60px;
}

.map-area iframe {
    width: 100%;
    height: 350px;
    filter: grayscale(100%);
}

.room-review {
    padding: 80px 0;
}

.review-item .review-img {
    float: left;
    margin-right: 40px;
}

.review-text {
    overflow: hidden;
}

.review-text h2 {
    font-size: 22px;
    color: #283a5e;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
}

.review-text ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.review-text ul li {
    margin-right: 5px;
}

.review-text ul li .fi:before {
    font-size: 20px;
    color: #e0a403;
}

.r-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.r-title h2 {
    margin-bottom: 0;
}

.review-text p {
    line-height: 35px;
}

.review-item {
    margin-bottom: 50px;
}

.add-review .comment-respond {
    margin-top: 30px !important;
}

.add-review .review-text ul {
    margin-left: 0;
}

.shipp input[type="checkbox"] {
    display: none;
}

.shipp input[type="checkbox"]+label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background: #fff;
    position: relative;
    margin-right: 10px;
    margin-top: -2px;
    border: 1px solid #999999;
    line-height: 25px;
    text-align: center;
}

.shipp input[type="checkbox"]+label span:before {
    content: '\f00c';
    font-family: fontawesome;
    position: absolute;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    top: -2px;
    left: 5px;
}

.shipp input[type="checkbox"]:checked+label span {
    background-color: #00d690;
    border-color: transparent;
}

.shipp input[type="checkbox"]:checked+label span:before {
    visibility: visible;
    opacity: 1;
}

.form-check {
    margin: 25px 0 40px;
}

.shipp label {
    color: #283a5e;
    font-weight: 400;
}

.other-room {
    padding: 80px 0 100px;
}

.other-room .container {
    padding: 0;
}

@media(max-width: 1200px) {
    .wpo-select-section-3 .select-sub span {
        font-size: 13px;
    }

    .select-sub h2 {
        font-size: 15px;
    }

    .wpo-select-section-3 .select-sub h5 span {
        font-size: 30px;
    }

    .wpo-select-section-3 .select-sub:last-child:before {
        display: none;
    }

    .wpo-select-section-3 .select-sub h5 {
        font-size: 14px;
    }

    .wpo-select-area form button {
        font-size: 12px;
        width: 152px;
    }
}


@media(max-width: 992px) {
    .room-details-item {
        padding: 0 15px;
    }

    .room-d-img img {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .wpo-select-section-3 .select-sub h5 {
        margin-top:20px;
        margin-bottom:0px;
    }
    .wpo-select-section-3 .select-sub:last-child {
        margin-top: 40px;
    }

    .wpo-select-section-3 {
        padding-top: 60px;
    }

    .wpo-select-section-3 .wpo-select-wrap {
        padding: 0px;
    }
}

@media(max-width: 768px) {
    .wpo-select-section-3 .select-sub:first-child {
        width: 100%;
    }

    .wpo-select-section-3 .select-sub:nth-child(2) {
        width: 100%;
    }

    .wpo-select-section-3 .select-sub {
        width: 100%;
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    .wpo-select-section-3 .select-sub:last-child {
        border-bottom: 0;
    }

    .pricing-table {
        overflow-y: hidden;
        overflow-x: scroll;
    }
}

@media(max-width:540px) {
    .review-item .review-img {
        float: none;
        margin-bottom: 20px;
    }

    .review-text h2 {
        font-size: 20px;
    }
}



/*--------------------------------------------------------------
#6.0 service-single-page
--------------------------------------------------------------*/

/*--------------------------------------
  service single sidebar
----------------------------------------*/
.service-sidebar {
    /*** service-list-widget ***/
    /*** contact-widget ***/
}

@media (max-width: 991px) {
    .service-sidebar {
        max-width: 300px;
        margin-top: 80px;
    }
}

@media screen and (min-width: 1200px) {
    .service-sidebar {
        padding-right: 30px;
    }
}

.service-sidebar>.widget+.widget {
    margin-top: 60px;
}

.service-sidebar .service-list-widget {
    background-color: #f8f8f8;
    padding: 55px 30px;
}

.service-sidebar .service-list-widget h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 0.7em;
    padding-bottom: 0.70em;
    position: relative;
}

.service-sidebar .service-list-widget h3:before {
    content: "";
    background-color: #00d690;
    width: 80px;
    height: 4px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.service-sidebar .service-list-widget h3:after {
    content: "";
    background-color: #00d690;
    width: 15px;
    height: 4px;
    border-radius: 10px;
    position: absolute;
    left: 85px;
    bottom: 0;
}

.service-sidebar .service-list-widget ul {
    list-style: none;
    border-bottom: 0;
    margin-bottom: 0;
}

.service-sidebar .service-list-widget ul li {
    border-bottom: 1px solid #e1e1e1;
}

.service-sidebar .service-list-widget ul>li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.service-sidebar .service-list-widget ul>li:last-child a {
    padding-bottom: 0;
    margin-bottom: 0;
}

.service-sidebar .service-list-widget a {
    background: transparent;
    display: block;
    color: #787878;
    padding: 15px 0;
}

.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget .current a {
    color: #00d690;
}

.service-sidebar .contact-widget {
    background-color: #00d690;
    padding: 55px 35px;
    position: relative;
}

.service-sidebar .contact-widget h4 {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.service-sidebar .contact-widget h2 {
    font-size: 35px;
    color: #fff;
    margin: 0.7em 0 0;
}



.service-single-section .service-single-content h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    margin: 0 0 0.7em;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .service-single-section .service-single-content h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

@media (max-width: 767px) {
    .service-single-section .service-single-content h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.service-single-section .service-single-content h3 {
    font-size: 30px;
    font-size: 1.875rem;
    text-transform: capitalize;
    margin: 0 0 1em;
}

@media (max-width: 991px) {
    .service-single-section .service-single-content h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media (max-width: 767px) {
    .service-single-section .service-single-content h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.service-single-section .service-single-content p {
    margin-bottom: 1.3em;
}

.service-single-section .service-single-content .service-single-img {
    position: relative;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .service-single-section .service-single-content .service-single-img {
        margin-bottom: 50px;
    }
}

.service-single-section .service-single-content .why-choose-section {
    padding-top: 15px;
}

.service-single-section .service-single-content .why-choose-section .feature-grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .service-single-section .service-single-content .why-choose-section .feature-grids {
        margin: 0 -7.5px;
    }
}

.service-single-section .service-single-content .why-choose-section .feature-grids .grid {
    background: #fff;
    width: calc(33% - 30px);
    float: left;
    margin: 0 15px 30px;
    padding: 40px 30px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.1);
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 1199px) {
    .service-single-section .service-single-content .why-choose-section .feature-grids .grid {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .service-single-section .service-single-content .why-choose-section .feature-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .service-single-section .service-single-content .why-choose-section .feature-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 30px;
    }
}

@media (max-width: 600px) {
    .service-single-section .service-single-content .why-choose-section .feature-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}

.service-single-section .service-single-content .why-choose-section .feature-grids .fi:before {
    font-size: 45px;
    color: #00d690;
}

.service-single-section .service-single-content .why-choose-section .feature-grids .grid h3 {
    font-size: 19px;
    margin: 0.5em 0 0.73em;
}

@media (max-width: 1199px) {
    .service-single-section .service-single-content .why-choose-section .feature-grids .grid h3 {
        font-size: 18px;
    }
}

.service-single-section .service-single-content .why-choose-section .feature-grids .grid p {
    margin: 0;
}

.service-single-section .service-single-content .why-choose-section .feature-grids .hover-icon {
    position: absolute;
    right: -40px;
    top: -40px;
}

.service-single-section .service-single-content .why-choose-section .feature-grids .hover-icon .fi:before {
    font-size: 100px;
    color: rgba(255, 255, 255, 0.1);
}

.service-single-section .service-single-content .why-choose-section .feature-grids .grid:hover {
    background: #00d690;
    border-radius: 15px 15px 15px 0;
}

.service-single-section .service-single-content .why-choose-section .feature-grids .grid:hover .icon .fi:before,
.service-single-section .service-single-content .why-choose-section .feature-grids .grid:hover h3,
.service-single-section .service-single-content .why-choose-section .feature-grids .grid:hover p {
    color: #fff;
}

.service-single-section .service-single-content .tab-area {
    margin-top: 40px;
}

.service-single-section .service-single-content .tab-area .tablinks {
    border-top: 1px solid #eeeeee;
    margin-bottom: 15px;
}

.service-single-section .service-single-content .tab-area .tablinks ul {
    overflow: hidden;
}

.service-single-section .service-single-content .tab-area .tablinks li {
    width: 25%;
    float: left;
    position: relative;
}

@media (max-width: 500px) {
    .service-single-section .service-single-content .tab-area .tablinks li {
        width: auto;
    }
}

.service-single-section .service-single-content .tab-area .tablinks ul>li+li:before {
    content: "";
    background: #787878;
    width: 5px;
    height: 2px;
    position: absolute;
    left: -30px;
    top: 50%;
}

@media (max-width: 500px) {
    .service-single-section .service-single-content .tab-area .tablinks ul>li+li:before {
        display: none;
    }
}

.service-single-section .service-single-content .tab-area .tablinks a {
    font-size: 18px;
    color: #787878;
    padding: 25px 0;
    display: block;
    position: relative;
}

@media (max-width: 767px) {
    .service-single-section .service-single-content .tab-area .tablinks a {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .service-single-section .service-single-content .tab-area .tablinks a {
        padding: 25px 15px;
    }
}

.service-single-section .service-single-content .tab-area .tablinks a:before {
    content: "";
    background: #00d690;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.service-single-section .service-single-content .tab-area .tablinks li.active a:before {
    opacity: 1;
}

.service-single-section .service-single-content .tab-area .tablinks li.active a {
    text-decoration: none;
}

.service-single-section .service-single-content .tab-area .tab-pane>p:first-child {
    font-size: 20px;
    margin-bottom: 1.3em;
}

@media (max-width: 767px) {
    .service-single-section .service-single-content .tab-area .tab-pane>p:first-child {
        font-size: 16px;
    }
}

.service-single-section .service-single-content .tab-area .tab-pane>p:last-child {
    margin-bottom: 0;
}

.service-single-section .service-single-content .tab-area .img-area {
    margin: 0 -15px;
    padding: 40px 0 30px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .service-single-section .service-single-content .tab-area .img-area {
        margin: 0 -7.5px;
        padding: 30px 0 20px;
    }
}

.service-single-section .service-single-content .tab-area .img-area img {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 30px;
}

@media (max-width: 767px) {
    .service-single-section .service-single-content .tab-area .img-area img {
        width: calc(50% - 15px);
        float: left;
        margin: 0 7.5px 30px;
    }
}

@media (max-width: 500px) {
    .service-single-section .service-single-content .tab-area .img-area img {
        width: calc(100% - 15px);
        float: none;
    }
}

/*=======================================
#7.0 FAQ page
==========================================*/
.theme-accordion-s1 {
    margin-bottom: 0;
}

.theme-accordion-s1 .panel-default {
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.theme-accordion-s1 .panel-heading {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

.theme-accordion-s1 .panel+.panel {
    margin-top: 15px;
}

.theme-accordion-s1 .panel-heading a {
    background: #999999;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    display: block;
    padding: 18px 25px;
    position: relative;
}

@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading a {
        font-size: 15px;
        font-size: 0.9375rem;
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {
    .theme-accordion-s1 .panel-heading a {
        padding: 12px 15px;
    }
}

.theme-accordion-s1 .panel-heading a:before {
    font-family: "themify";
    content: "\e64b";
    font-size: 15px;
    font-size: 0.9375rem;
    position: absolute;
    right: 25px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading a:before {
        font-size: 18px;
        font-size: 1.125rem;
        right: 20px;
    }
}

.theme-accordion-s1 .panel-heading a:focus {
    text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed {
    background-color: #fff;
    color: #212122;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

.theme-accordion-s1 .panel-heading .collapsed:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
    background-color: #fff;
    border: 0;
    padding: 40px 25px 15px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
        padding: 20px 25px 10px;
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

@media (max-width: 767px) {
    .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
        padding: 15px 15px 8px;
    }
}

.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body p {
    margin-bottom: 1.3em;
}


/*=======================================
#8.0 Contact-page
==========================================*/

.info-item {
    text-align: center;
}

.wpo-contact-info .info-icon {
    width: 90px;
    height: 90px;
    background: #fff;
    line-height: 90px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    text-align: center;
    margin-right: 20px;
    align-items: center;
    margin: auto;
    margin-bottom: 20px;
}

.info-item {
    -webkit-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    padding: 33px 40px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 1px 18px 0px rgba(21, 44, 91, 0.1);
    border-radius: 5px;
}

.info-item h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    color: #283a5e;

}

.info-icon .fi:before {
    font-size: 40px;
    color: #00d690;
}

.info-text span {
    color: #666666;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    display: block;
}


@media(max-width: 590px) {
    .info-item h2 {
        font-size: 20px;
    }

    .info-text span {
        font-size: 15px;
    }

    .wpo-contact-info form textarea {
        height: 100px;
    }

    .info-item {
        padding: 32px 25px;
    }
}

.contact-area form,
.contact-area-s2 form {
    overflow: hidden;
    margin: 0 -15px;
}

.contact-form .half-col {
    width: 50%;
    float: left;
    padding: 0 10px 20px;
}
@media (max-width: 600px) {

    .contact-form .half-col {
        width: 100%;
        float: left;
        padding: 0 15px 30px;
    }
}


.contact-area div,
.contact-area-s2 div {
    padding: 0 15px 30px;
}


.contact-area .submit-btn-wrapper,
.contact-area-s2 .submit-btn-wrapper {
    padding-bottom: 0;
}

.contact-form input,
.contact-form input,
.contact-form textarea,
.contact-form textarea,
.contact-form select {
    background: transparent;
    height: 50px;
    padding: 6px 15px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border: 1px solid #e1e1e1;
}

.contact-form select.form-control:not([size]):not([multiple]) {
    height: 50px;
    padding: 6px 15px;
    color: #bbb5a5;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
}

.contact-form input:focus,
.contact-form form input:focus,
.contact-form textarea:focus,
.contact-form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 1px solid #e1e1e1;
}


.contact-form  textarea,
.contact-form  textarea {
    height: 150px;
    padding: 15px;

}

.contact-form .textarea-col {
    clear: both;
    padding: 0 10px 20px;
}

.contact-area .submit-btn-wrapper {
    text-align: center;
    margin-top: 30px;
}
.submit-btn-wrapper {
    padding-left: 15px;
    margin-bottom: 50px;
    text-align: center;
}
.contact-validation-active #success,
.contact-validation-active #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

.contact-validation-active #loader {
    display: none;
    margin-top: 10px;
}

.contact-section .submit-btn-wrapper,
.contact-section-s2 .submit-btn-wrapper {
    padding-bottom: 0;
}

.theme-btn-s3 {
    border-radius: 0;
    text-transform: uppercase;
}

.contact-validation-active .error-handling-messages {
    margin-top: 15px;
}

.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red;
}

.contact-validation-active label.error {
    color: red;
    font-size: 0.875rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    text-align: left;
    display: block;
}

.contact-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #777;
    font-size: 14px;
}

.contact-form ::-moz-placeholder {
    /* Firefox 19+ */

    color: #777;
    font-size: 14px;
}

.contact-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #777;
    font-size: 14px;
}

.contact-form :-moz-placeholder {
    /* Firefox 18- */

    color: #777;
    font-size: 14px;
}

.contact-content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #283a5e;
    margin-bottom: 50px;
    text-align: center;
}

.contact-content span {
    color: #00d690;
}

.contact-text h2 span {
    color: #00d690;
}

.contact-content .theme-btn {
    color: #fff;
    background: #00d690;
    transition: all .5s;
}

.contact-content .theme-btn:hover {
    color: #00d690;
    background: transparent;
}

.contact-map {
    padding: 30px;
    margin-top: 80px;
    max-width: 100%;
    height: 455px;
    box-shadow: 0px 1px 18px 0px rgba(21, 44, 91, 0.1);
}

@media (max-width: 767px) {
    .contact-map {
        height: 350px;
    }
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.contact-content {
    padding: 40px;
    box-shadow: 0px 1px 18px 0px rgba(21, 44, 91, 0.1);
    padding-bottom: 10px;
}

@media(max-width: 991px) {
    .contact-text {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .contact-content {
        padding: 25px;
        padding-bottom: 10px;
    }
}

.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
}

.preloader .spinner {
    width: 70px;
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 12px);
}

.preloader .spinner>div {
    width: 18px;
    height: 18px;
    background-color: #00d690;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.preloader .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.preloader .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* #1.7    blog-section
--------------------------------------------------------------*/

.varaus-blog-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: -30px;
    margin-right: -30px;
}

.varaus-blog-grid {
    position: relative;
    width: 33.33%;
    padding: 0 30px;
}

.varaus-blog-grid:not(:nth-child(3n))::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    border-right: 1px dashed #c9c9c9;
    left: 100%;
    top: 0;
}
@media(max-width: 991px) {
    .varaus-blog-grid:not(:nth-child(3n))::before  {
        display:none;
    }
    
} 
.varaus-blog-grid .varaus-blog-upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    position: absolute;
    width: 85%;
    padding: 15px 20px;
}

.varaus-blog-grid .varaus-blog-upper .category,
.varaus-blog-grid .varaus-blog-upper .icon {
    color: #fff;
    background: #00d690;
    text-align: center;
}
.varaus-blog-grid .varaus-blog-upper .category a {
    color: #fff;
}
.varaus-blog-grid .varaus-blog-upper .category {
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
}

.varaus-blog-grid .varaus-blog-upper .icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 22px;
}

.varaus-blog-grid .varaus-blog-upper .icon i {
    line-height: unset;
}

.varaus-blog-grid .varaus-blog-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: top;
    display: block;
    border-radius: 5px;
}

.varaus-blog-content {
    margin-top: 30px;
}

.varaus-blog-post-date {
    color: #00d690;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
}

.varaus-blog-title {
    margin: 30px 0;
    line-height: 32px;
}

.varaus-blog-title a {
    font-weight: 700;
    font-size: 24px;
    color: #282828;
}

@media screen and (max-width: 550px) { 
    .varaus-blog-title a {
        font-size: 20px;
    }
}
.varaus-read-more-btn {
    min-width: 145px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    color: #282828;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #33dea6c2;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.varaus-read-more-btn img {
    width: 14px;
    height: 9px;
    display: inline-block;
    margin-left: 10px;
}

.varaus-read-more-btn,
.varaus-read-more-btn:hover {
    color: #282828;
}

.varaus-read-more-btn:hover {
    border-color: #00d690;
    color: #fff;
}

.varaus-read-more-btn::before {
    position: absolute;
    content: '';
    width: 0;
    background: #00d690;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.varaus-read-more-btn:hover::before {
    animation: blogbtnanim 0.60s forwards;
}

@-webkit-keyframes blogbtnanim {

    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}


.varaus-read-more-btn:hover img.arrow-white {
    display: inline-block;
}

.varaus-read-more-btn:hover .arrow-black,
.varaus-read-more-btn .arrow-white {
    display: none;
}

@media screen and (max-width: 991px) {
    .varaus-blog.section-padding {
        padding-bottom: 60px;
    }

    .varaus-blog-grid {
        width: 50%;
        margin-bottom: 30px;
    }

    .varaus-blog-grid:nth-child(2n)::before {
        border-right: none;
    }
}

@media screen and (max-width: 425px) {
    .varaus-blog.section-padding {
        padding-bottom: 50px;
    }

    .varaus-blog-row {
        margin-left: 0;
        margin-right: 0;
    }

    .varaus-blog-grid {
        width: 100%;
        padding: 0 15px;
        padding-right: 0px;
    }
}

.social-icons ul ,
.contact-social ul {
    display: flex;
}
.social-icons ul li a {
    display: block;
    border: 2px solid #696c7b;
    line-height: 1;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.social-icons ul li {
    padding-right: 12px;
}
.site-footer .social-icons {
    margin-top: 30px;
}
.contact-intro ul {
    display: flex;
    list-style: none;
    padding-left: 0px;
    position: relative;
    top: 6px;
}
@media (max-width: 767px) { 
    .contact-intro ul {
        display: inline-block;
        padding-top: 15px;
    }
}
.contact-intro ul li {
    color: #fff;
    padding-right: 20px;
    font-size: 15px;
}
.contact-intro ul li i {
    padding-right: 6px
}
.contact-intro ul li i:before {
    font-size: 15px;
}

.contact-social,
.contact-cta {
    display: inline-block;
}
@media (max-width: 767px) {  
    .contact-cta {
        display: block;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 25px;
    }
    .contact-social {
        display: none;
    }

}
.contact-social ul {
    list-style: none;
    padding-left: 0px;
}
.contact-social ul li {
    padding-right: 20px;
}
.page-wrapper .contact-social ul li {
    line-height: 23px;
}
.contact-social ul li a {
    color: #fff;
    font-size: 14px;
}

.contact-cta .theme-btn-s2 {
    padding: 10px 20px;
    background: #00d690;
    color: #fff;
}

.blog-pg-section .blog-content {
    padding-top: 0px;
}
.room-sidebar .recent-post-widget .post {
    overflow: hidden;
}

.room-sidebar .recent-post-widget .posts>.post+.post {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f3f2f2;
}

.room-sidebar .recent-post-widget .post .img-holder {
    width: 68px;
    float: left;
}

.room-sidebar .recent-post-widget .post .img-holder img {
    border-radius: 50%;
}

.room-sidebar .recent-post-widget .post .details {
    width: calc(100% - 68px);
    float: left;
    padding-left: 20px;
}

.room-sidebar .recent-post-widget .post h4 {
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0 0 0.3em;
}

@media (max-width: 1199px) {
    .room-sidebar .recent-post-widget .post h4 {
        margin: 0;
    }
}

.room-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: #262b3e;
}

.room-sidebar .recent-post-widget .post h4 a:hover {
    color: #00d690;
}

.room-sidebar .recent-post-widget .post .details .date {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #687693;
}

.room-sidebar .recent-post-widget .post .details .date i {
    display: inline-block;
    padding-right: 7px;
}
.room-sidebar .widget h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 60px;
    height: 4px;
    background: #00d690;
}
.room-sidebar .widget h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    margin-top:50px;
}

/*--------------------------------------------------------------
#6.1    wpo-contact-page-section
--------------------------------------------------------------*/
.wpo-contact-page-section .submit-btn-wrapper {
  text-align: center;
}

.wpo-contact-page-section form {
  overflow: hidden;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .wpo-contact-page-section form {
    margin: 0 0 0 -15px;
  }
}

.wpo-contact-page-section form .one-third-col {
  width: 33.33%;
  float: left;
}

@media (max-width: 600px) {
  .wpo-contact-page-section form .one-third-col {
    width: 100%;
    float: left;
  }
}

.wpo-contact-page-section form div {
  padding: 0 15px 30px;
}

@media (max-width: 767px) {
  .wpo-contact-page-section form div {
    padding: 0 0 15px 15px;
  }
}

.wpo-contact-page-section form .submit-btn-wrapper {
  padding-bottom: 0;
}

.wpo-contact-page-section form input,
.wpo-contact-page-section form textarea {
  background-color: #fff;
  height: 55px;
  padding: 6px 15px;
  border: 2px solid #f1f1f1;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .wpo-contact-page-section form input,
  .wpo-contact-page-section form textarea {
    height: 45px;
  }
}

.wpo-contact-page-section form input:focus,
.wpo-contact-page-section form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e2e2e2;
}

.wpo-contact-page-section form textarea {
  height: 200px;
  padding: 15px;
}

.wpo-contact-page-section .contact-title {
    text-align: center;
    max-width: 657px;
    margin: auto;
    margin-bottom: 50px;
}
.wpo-contact-page-section .contact-title h2 {
    font-weight: 600;
    margin-top: 0px;
}
.wpo-contact-page-section .contact-title p {
   font-size: 16px;
}
.wpo-contact-page-section .last-col {
    clear: both;
}
/*--------------------------------------------------------------
#1.1    varaus-rooms-section
--------------------------------------------------------------*/
.varaus-rooms-section {
  position: relative;
}

.varaus-rooms-section .rooms-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .varaus-rooms-section .rooms-grids {
    margin: 0 -7.5px;
  }
}

.varaus-rooms-section .rooms-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .varaus-rooms-section .rooms-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .varaus-rooms-section .rooms-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 30px;
  }
}

@media (max-width: 600px) {
  .varaus-rooms-section .rooms-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.varaus-rooms-section .details {
  padding: 23px 30px 30px;
  -webkit-box-shadow: 0 0 25px #e4e1e1;
  box-shadow: 0 0 25px #e4e1e1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .varaus-rooms-section .details {
    padding: 18px 20px 23px;
  }
}

.varaus-rooms-section .grid:hover .details {
  -webkit-box-shadow: 0px 9px 42.32px 3.68px rgba(25, 38, 62, 0.15);
  box-shadow: 0px 9px 42.32px 3.68px rgba(25, 38, 62, 0.15);
}

.varaus-rooms-section h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.5em;
}

@media (max-width: 991px) {
  .varaus-rooms-section h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.varaus-rooms-section h3 a {
  color: #233d62;
}

.varaus-rooms-section h3 a:hover {
  color: #00d690;
}

.varaus-rooms-section .cat {
  font-size: 13px;
}
.varaus-rooms-section .grid .details .cat span {
    font-size: 17px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}
@media (max-width: 991px) {
  .varaus-rooms-section .cat {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.varaus-rooms-section .all-rooms {
  text-align: center;
}

/*--------------------------------------------------------------
#1.0    varaus-desst-section
--------------------------------------------------------------*/



.varaus-desst-section .varaus-desst-grids {
  margin: 0 -15px;
}

.varaus-desst-section .varaus-desst-grids .grid, .varaus-desst-section-s2 .varaus-desst-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  position: relative;
}

.varaus-desst-section .varaus-desst-grids .grid:before, .varaus-desst-section-s2 .varaus-desst-grids .grid:before, .varaus-desst-section .varaus-desst-grids .grid:after, .varaus-desst-section-s2 .varaus-desst-grids .grid:after {
  content: "";
  background: -webkit-linear-gradient(top, transparent 28%, #004e35);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.varaus-desst-section .varaus-desst-grids .grid:after, .varaus-desst-section-s2 .varaus-desst-grids .grid:after {
  background: -webkit-linear-gradient(top, #00d38e  20%, #1e1f2c);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .varaus-desst-section .varaus-desst-grids .grid, .varaus-desst-section-s2 .varaus-desst-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 650px) {
  .varaus-desst-section .varaus-desst-grids .grid, .varaus-desst-section-s2 .varaus-desst-grids .grid {
    width: calc(100% - 30px);
    float: none;
  }
}

.varaus-desst-section .grid:hover:after, .varaus-desst-section-s2 .grid:hover:after {
  opacity: 0.9;
}

.varaus-desst-section .grid:hover:before, .varaus-desst-section-s2 .grid:hover:before {
  opacity: 0;
}

.varaus-desst-section .grid .details, .varaus-desst-section-s2 .grid .details {
  width: 100%;
  padding: 0 35px;
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 2;
}

@media (max-width: 991px) {
  .varaus-desst-section .grid .details, .varaus-desst-section-s2 .grid .details {
    padding: 0 25px;
  }
}

.varaus-desst-section .details .cat, .varaus-desst-section-s2 .details .cat {
    font-size: 15px;
    color: #f5fbf9;
    text-transform: uppercase;
    position: relative;
    padding-left: 25px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}
.varaus-desst-section .details .cat:before {
     top: -1px;
    content: "\e693";
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: rgb(255 255 255);
    font-size: 14px;
    font-family: 'themify';
    left: -1px;
    position: absolute;
    background: #31dda5;
}
.varaus-desst-section .details h3, .varaus-desst-section-s2 .details h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 0;
  padding-top:3px;
}

@media (max-width: 991px) {
  .varaus-desst-section .details h3, .varaus-desst-section-s2 .details h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.varaus-desst-section .details h3 a, .varaus-desst-section-s2 .details h3 a {
  color: #fff;
}

.varaus-desst-section .details h3 a:hover, .varaus-desst-section-s2 .details h3 a:hover {
  color: #00d38e;
}