<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.inner_banner {
    padding: 0;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.exp-main {
    margin-top: 100px;
}

.exp-img img,.exp_slide {
    width: 100%;
    max-width: 634px;
    border-radius: 30px;
}

.exp-detail p {
    font-size: 30px;
    width: 100%;
    max-width: 910px;
}

.exp-detail span {
    color: #1c8f7d;
    font-weight: 500;
}

.exp-main .row {
    margin-bottom: 70px;
}

.exp-main .row:last-child {
    margin-bottom: 0;
}

.what-are {
    background: #105248;
    border-radius: 30px;
}

.what-are h6 {
    width: 100%;
    max-width: 1170px;
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
}

.what-are {
    background: #105248;
    border-radius: 30px;
    padding: 50px 0;
}

.section_fld_last {
    padding-bottom: 0;
}

.service span {
    font-size: 30px;
    line-height: 45px;
    color: #147C6D;
    font-weight: 400;
}

.serv-sub h5 {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #CD8D03;
    margin-bottom: 30px;
}

.serv-sub li {
    font-size: 28px;
    line-height: 40px;
    color: #1F1F1F;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}

.serv-sub li:before {
    position: absolute;
    content: '';
    background: url(../images/plus.png);
    background-size: cover;
    height: 20px;
    width: 20px;
    left: -40px;
    top: 4px;
    /* bottom: 0; */
    margin: auto;
}

.serv-sub li span {
    margin: 0 15px;
}

.serv-sub ul {
    margin-left: 40px;
}

.serv-sub {
    margin: 30px 0 50px 0;
}

.sub-gap ul li:nth-child(6),
.sub-gap ul li:nth-child(7) {
    margin-top: 50px;
}

.sub-gap {
    margin-bottom: 0;
}

.gallery ul {
    margin: 0 -.5%;
}

.gallery li {
    width: 24%;
    margin: 0 .5% 1%;
    float: left;
    vertical-align: top;
}

.gallery li img {
    width: 100%;
    /* height: 300px; */
}

.gallery,
.contact,
.packages {
    padding-top: 80px;
}

.con-left input,
.con-left textarea {
    background: #FFFFFF;
    border: 2px solid #105248;
    box-sizing: border-box;
    border-radius: 20px;
    width: 100%;
    height: 80px;
    margin-bottom: 30px;
    padding: 0 30px;
}

.con-left textarea {
    height: 160px;
    padding-top: 30px;
}

.con-left input::placeholder,
.con-left textarea::placeholder {
    font-size: 18px;
    text-transform: capitalize;
    color: #1A786A;
}

.con-left input:focus {
    outline: none;
}

.con-left form {
    width: 100%;
    max-width: 850px;
}

.con-right {
    position: relative;
    margin-top: 95px;
    padding-left: 120px;
}

.con-right:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #105248;
}

.con-left form input[type="submit"] {
    width: 200px;
    height: 65px;
    background: #105248;
    border-radius: 20px;
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    float: right;
    margin-top: 30px;
}

.con-left form input[type="submit"]:hover {
    background: #d6b56c;
    border: none;
}

.con-right li figure {
    border: 1px solid #8AA9A4;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
}

.con-right li figure img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.con-right li figure {
    border: 1px solid #8AA9A4;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin-right: 25px;
}

.con-right li {
    display: flex;
    margin-bottom: 70px;
}

.con-right li:last-child {
    margin-bottom: 0;
}

.con-detail {
    width: 100%;
    max-width: 455px;
}

.con-detail p,
.con-detail p a {
    font-size: 28px;
    line-height: 42px;
    color: #072521;
}

.con-detail p a:hover {
    text-decoration: underline !important;
}

.con-detail h6 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    color: #105248;
    margin: 0;
    margin-bottom: 10px;
}

.g-map iframe {
    width: 100%;
    height: 490px;
    border-radius: 30px;
    margin-top: 60px;
}

.main-header {
    z-index: 9;
}

.arraival {
    width: 100%;
    max-width: 1450px;
    height: 110px;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: auto;
}

.arraival ul {
    width: 100%;
    max-width: 1040px;
    height: 100%;
    background: #105248;
    box-shadow: 0px 18px 36px #07352E;
    border-radius: 30px;
    margin: 0;
    padding: 22px 0;
    float: left;
}

.arraival ul li {
    display: inline-block;
    text-align: center;
    width: 33%;
    color: #fff;
    position: relative;
}

.arraival ul li p {
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}

.arraival ul li span {
    font-size: 30px;
    line-height: 30px;
}

.arraival ul li:nth-child(2) {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}

.arraival button,
.book-btns button {
    background: #105248;
    box-shadow: 0px 18px 36px #07352E;
    border-radius: 30px;
    float: right;
    width: 100%;
    max-width: 350px;
    height: 100%;
    border: 0;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
}

.book-btns a {
    font-size: 27px;
    line-height: 100px;
    color: #1A786A;
}

.arraival button:hover,
.book-btns button:hover {
    background: #d6b56c;
}

.book-btns button {
    height: 100px;
    box-shadow: none;
}

.book-btns a:hover {
    text-decoration: underline !important;
}

.book-now {
    padding: 100px 0 80px;
}

.book-bdr {
    border-bottom: 1px solid #BAC6C4;
    padding-bottom: 60px;
}

#thumbnails {
    text-align: center;
    width: 100%;
    max-width: 400px; float: none;
    margin: 0px auto;
}

#thumbnails img {
    width: 160px; height: 98px;
    /* height: 150px; */
    cursor: pointer;
    border-radius: 12px;
    margin: 10px auto;
    transition: all 0.5s ease;
}

#thumbnails img:hover {
    transform: scale(1.05)
}

#main {
    width: 100%;
    max-width: 900px;
    height: 500px;
    object-fit: cover;
    display: block;
    margin: 0 auto 50px;
    border-radius: 30px;
}

.hidden {
    opacity: 0;
}

.bookSlide {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.bookSlide .owl-nav button img {
    width: 28px !important;
    height: 28px !important;
}

.bookSlide button.owl-prev,
.bookSlide button.owl-next {
    position: absolute;
    bottom: 65px;
}

.bookSlide button.owl-prev {
    left: -50px;
}

.bookSlide button.owl-next {
    right: -50px;
}

.book-right h3 {
    font-weight: 600;
    font-size: 48px;
    color: #105248;
    margin: 0;
    margin-bottom: 40px;
}

.bk-left li,
.bk-right li p {
    font-size: 30px;
    line-height: 80px;
    display: flex;
    align-items: center;
    color: #1F1F1F;
}

.bk-right li:last-child p {
    color: #efbd06;
}

.bk-left li img {
    width: 24px;
    margin-right: 10px;
}

.bk-right li span {
    font-size: 22px;
    color: #afafaf;
}

span.cross {
    text-decoration: line-through;
}

.bk-right li h4 {
    font-size: 42px;
    font-weight: 600;
    color: #168170;
}

.book-btns {
    border-top: 1px solid #BAC6C4;
    border-bottom: 1px solid #BAC6C4;
    padding: 16px 0;
}

.fac-tabs li {
    width: 148px;
    height: 142px;
    display: inline-block;
    vertical-align: top;
    background: #1A786A;
    border: 1px solid #1A786A;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    margin-right: 20px;
}

.fac-tabs li a {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 24px;
    cursor: unset;
}

.fac-tabs li i {
    font-size: 54px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}






.packages ul {
    display: flex;
    justify-content: space-between;
}
.packages ul li {
    width: 32%;
    text-align: left;
    border-radius: 18px;
    box-shadow: 0px 3px 20px -10px #0e5147;
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}
/* .packages ul li:hover{
    scale: 1.1;
} */
.packages li h3 {
    color: #0e5147;
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    margin-bottom: 18px;
}
.packages p {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin: 0;
    padding-left: 15px;
    position: relative;
}
.packages p:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #0e5147;
    border-radius: 100%;
}
.packages ul li img {
    width: 100%;
}
.packages ul li figure {
    padding: 25px 25px;
}
.packages ul li h5 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    font-size: 20px;
    margin: 0;
    color: #d1a036;
}

.exp_slide button.owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 3px solid white !important;
    background: #ffffff47!important;
    margin: 0 3px;
}
.exp_slide .owl-dot.active {
    background: #0e5147 !important;
}
.exp_slide .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 999;
}

.room_slide .owl-nav {
    top: 0;
    bottom: 0;
    margin: auto;
}
.room_slide button.owl-prev,
.room_slide button.owl-next {
    background: #0e5147 !important;
    width: 36px;
    height: 36px;
    border: 0 !important;
    border-radius: 100%;
    color: #fff !important;
    opacity: .6;
    position: relative;
}
.room_slide button.owl-prev:hover,
.room_slide button.owl-next:hover{
    opacity: 1;
}
.room_slide button.owl-prev.disabled:hover,
.room_slide button.owl-next.disabled:hover{
    opacity: .6;
}
.room_slide button.owl-prev i,
.room_slide button.owl-next i {
    font-size: 16px;
    line-height: 36px;
}
.room_slide button.owl-prev {
    left: 15px;
}
.room_slide button.owl-next {
    right: 15px;
}
/* .packages ul li:before {
    position: absolute;
    content: '';
    top: 6.5em;
    right: -15em;
    width: 500px;
    height: 400px;
    background: #1052481a;
    transform: rotate(59deg);
} */


/* .fac-tabs li:hover {
    background: #1A786A;
    transition: .4s all;
}

.fac-tabs li:hover a {
    color: #fff;
}

.fac-tabs li:hover i {
    color: #fff;
} */

/************RESPONSIVE************/
/* @media only screen and (max-width:1920px){
    .gallery li img {
        width: 100%;
        height: 295px;
    }
} */
@media only screen and (max-width:1500px) {
    .room_slide button.owl-prev {
        left: 10px;
    }
    .room_slide button.owl-next {
        right: 10px;
    }
    .room_slide button.owl-prev, 
    .room_slide button.owl-next {
        width: 26px;
        height: 26px;
    }
    .room_slide button.owl-prev i, .room_slide button.owl-next i {
        font-size: 12px;
        line-height: 28px;
    }
    .exp_slide button.owl-dot {
        width: 10px;
        height: 10px;
        border: 2px solid white !important;
        margin: 0 2px;
    }

    .packages li h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .packages p {
        font-size: 16px;
        font-weight: 500;
        color: #333;
        margin: 0;
        padding-left: 13px;
    }
    .packages p:before {
        width: 6px;
        height: 6px;
    }
    .packages ul li {
        border-radius: 12px;
        padding-bottom: 25px;
    }
    .packages ul li figure {
        padding: 18px 20px;
    }
    .packages ul li h5 {
        bottom: 15px;
        font-size: 14px;
    }





    
    .inner_banner {
        min-height: 350px;
    }

    .exp-detail p {
        font-size: 20px;
        max-width: 650px;
    }

    .exp-img img,.exp_slide {
        max-width: 465px;
        border-radius: 20px;
    }

    .exp-main .main_heading {
        margin-bottom: 25px;
    }

    .exp-main {
        margin-top: 60px;
    }

    .exp-main .row {
        margin-bottom: 50px;
    }

    .what-are h6 {
        max-width: 680px;
        font-size: 20px;
        line-height: 30px;
    }

    .what-are {
        border-radius: 20px;
        padding: 35px 0;
    }

    .service span {
        font-size: 20px;
        line-height: 25px;
    }

    .serv-sub h5 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .serv-sub li {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .serv-sub li:before {
        height: 13px;
        width: 13px;
        left: -25px;
    }

    .serv-sub ul {
        margin-left: 25px;
    }

    .sub-gap ul li:nth-child(6),
    .sub-gap ul li:nth-child(7) {
        margin-top: 32px;
    }

    .serv-sub {
        margin: 20px 0 35px 0;
    }

    .gallery,
    .contact {
        padding-top: 60px;
    }

    .con-left input,
    .con-left textarea {
        border: 1px solid #105248;
        border-radius: 14px;
        height: 50px;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .con-left form {
        max-width: 650px;
    }

    .con-left form input[type="submit"] {
        width: 142px;
        height: 46px;
        border-radius: 12px;
        font-size: 14px;
        margin-top: 15px;
    }

    .con-left input::placeholder,
    .con-left textarea::placeholder {
        font-size: 14px;
    }

    .con-left textarea {
        height: 100px;
        padding-top: 15px;
    }

    .con-right {
        margin-top: 65px;
        padding-left: 90px;
    }

    .con-right li figure {
        width: 45px;
        height: 45px;
        margin-right: 15px;
    }

    .con-detail h6 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 4px;
    }

    .con-right:before {
        width: 4px;
    }

    .con-detail p,
    .con-detail p a {
        font-size: 19px;
        line-height: 27px;
    }

    .con-detail {
        max-width: 295px;
    }

    .con-right li figure img {
        width: 22px;
    }

    .con-right li:first-child figure img {
        width: 18px;
    }

    .con-right li:last-child figure img {
        width: 22px;
    }

    .con-right li {
        margin-bottom: 50px;
    }

    .g-map iframe {
        height: 350px;
        border-radius: 20px;
        margin-top: 40px;
    }

    .arraival {
        max-width: 1000px;
        height: 60px;
        bottom: 35px;
    }

    .arraival button,
    .book-btns button {
        border-radius: 12px;
        max-width: 180px;
        font-size: 18px;
    }

    .arraival ul {
        max-width: 790px;
        border-radius: 12px;
        padding: 10px 0;
    }

    .arraival ul li p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 4px;
    }

    .arraival ul li span {
        font-size: 17px;
        line-height: 16px;
    }

    .arraival ul li:nth-child(2) {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }

    .arraival ul li {
        width: 32.9%;
    }

    #main {
        max-width: 625px;
        height: 350px;
        margin: 0 auto 30px;
        border-radius: 20px;
    }

    .book-now {
        padding: 60px 0 40px;
    }

    #thumbnails img {
        width: 100px;
        height: 95px;
        border-radius: 10px;
        margin: 5px auto;
    }

    .bookSlide {
        max-width: 550px;
    }

    .bookSlide .owl-nav button img {
        width: 18px !important;
        height: 18px !important;
    }

    .bookSlide button.owl-prev {
        left: -40px;
    }

    .bookSlide button.owl-next {
        right: -40px;
    }

    .bookSlide button.owl-prev,
    .bookSlide button.owl-next {
        bottom: 40px;
    }

    .book-right h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .bk-left li,
    .bk-right li p {
        font-size: 18px;
        line-height: 50px;
    }

    .bk-left li img {
        width: 16px;
        margin-right: 6px;
    }

    .bk-right li span {
        font-size: 14px;
    }

    .bk-right li h4 {
        font-size: 28px;
    }

    .book-btns a {
        font-size: 18px;
        line-height: 60px;
    }

    .book-btns button {
        height: 60px;
    }

    .book-btns {
        padding: 10px 0;
    }

    .book-bdr {
        padding-bottom: 30px;
    }

    .fac-tabs li {
        width: 110px;
        height: 115px;
        border-radius: 12px;
        margin-right: 15px;
    }

    .fac-tabs li i {
        font-size: 40px;
        margin-bottom: 7px;
    }

    .fac-tabs li a {
        font-size: 11px;
        line-height: 14px;
        padding-top: 22px;
    }
}
@media only screen and (max-width:500px){



/* .gallery li img{
    height: 135px;
} */

    .gallery ul {
        margin: 0 -1.5%;
    }
    .gallery li {
        width: 47%;
        margin: 0 1.5% 3%;
    }

      #main{
        height: 250px;
      }
      #thumbnails img {
        width: 85px;
        height: 75px;
        border-radius: 8px;
      }
      .book-right h3 {
        font-size: 22px;
        margin-bottom: 6px;
        margin-top: 10px;
      }
      .bk-left li, .bk-right li p {
        font-size: 17px;
        line-height: 38px;
      }
      .bk-right li h4 {
        font-size: 22px;
      }
      .arraival button, .book-btns button {
        border-radius: 10px;
        max-width: 130px;
      }
      .serv-sub li:before {
        height: 11px !important;
        width: 11px !important;
        left: -20px !important;
        bottom: inherit !important;
        top: 5px !important;
    }
}




.item-cel{ text-align: center;}
.item-cel .item{ display:inline-block; vertical-align: top; margin: 0px 4px;}






</pre></body></html>