*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
}
 body{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
 img{
    width: 100%;
    height: auto;
}
 .clear{
    clear:both;
}
 a{
    text-decoration: none;
    transition: 0.5 ease all;
    color: #1a1a1a
}
 ul li{
    list-style: none;
}
 h1, h2, h3, h4, h5, h6{
    font-family: 'Great Vibes', cursive;
}
 p{
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    font-size: 15px;
    color: #1a1a1a;
}
/*---Miscellanous---*/
 .align-center{
    text-align: center!important;
}
 .align-left{
    text-align: left!important;
}
 .align-right{
    text-align: right!important;
}
 .align-justify{
    text-align: justify!important;
}
 .p_tb_50{
    padding: 50px 0;
    display: block!important;
}
 .paddingt_50{
    padding-top:50px;
    display: block;
}
 .paddingb_50{
    padding-bottom: 50px;
    display: block;
}
 .p_tb_40{
    padding: 40px 0;
    display: block;
}
 .paddingt_40{
    padding-top:40px;
    display: block;
}
 .paddingb_40{
    padding-bottom: 40px;
    display: block;
}
 .p_tb_30{
    padding: 30px 0;
    display: block;
}
 .paddingt_30{
    padding-top:30px;
    display: block;
}
 .paddingb_30{
    padding-bottom: 30px!important;
    display: block;
}
 .p_tb_20{
    padding: 20px 0;
    display: block;
}
 .paddingt_20{
    padding-top:20px;
    display: block;
}
 .paddingb_20{
    padding-bottom: 20px;
    display: block;
}
 .p_tb_10{
    padding: 10px 0;
    display: block;
}
 .paddingt_10{
    padding-top:10px;
    display: block;
}
 .paddingb_10{
    padding-bottom: 10px;
    display: block;
}
 .paddingt_15{
    padding-top:15px;
    display: block;
}
 .paddingb_15{
    padding-bottom: 15px;
    display: block;
}
 .p_tb_15{
    padding: 15px 0;
    display: block;
}
 section{
    padding: 50px 0;
    display: block;
}
 .grey{
    background: #F7EFD8;
}
 span{
    font-weight: 600;
}
/*------header------*/
 .logo{
    max-width: 107px;
    width: 100%;
}
 .logo a {
    display: block;
    margin-top: 15px;
}
 .logo a img{
    width: 100%;
    vertical-align: bottom;
}
 .head-menu{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
 .head-menu ul{
    float: right;
}
 .head-menu ul li{
    position: relative;
    float: left;
}
 .head-menu ul li a{
    color: #161617;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.5s ease-in;
    -webkit-transition:all 0.5s ease-in;
    padding:39px 15px;
}
 .head-menu ul li a i{
    vertical-align: bottom;
}
 .head-menu ul li a.active{
    color: #fff;
    background:#f05822;
}
 .head-menu ul li:hover .dropdown{
    opacity: 1;
    display: block;
    text-align: left;
}
 .head-menu ul.dropdown{
    display: none;
     position: absolute;
    left: 0;
    width:300px;
     z-index: 5;
     background: #fff;
     border: 1px solid #ccc;
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
     box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}
 .head-menu ul.dropdown li{
    float: none;
    line-height: 1px;
    position: relative;
    z-index: 10;
}
 .head-menu ul.dropdown li a{
    display: block;
    line-height: 1px;
    padding: 20px 15px;
    transition: all 0.5s ease-in;
    -webkit-transition:all 0.5s ease-in;
    -moz-transition:all 0.5s ease-in;
}
 .head-menu ul.dropdown li a:hover{
    color:#f05822;
}
 .top-header {
    position: absolute;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    z-index: 10
}
 .slide-pattern {
    position: relative
}
 .slide-pattern:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2)
}
 .title{
}
 .title h1{
    position: relative;
}
 .title h1:before{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 46%;
    width: 8%;
    border-bottom: 3px solid #f15c22;
    display: block;
    text-align: center;
}
/*---Menu hover---*/
/* Sweep To Right */
 .hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
     position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
 .hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f05822;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -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;
}
 .hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white;
}
 .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/* Shrink */
 .hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
     -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
 .hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
/*----toggle effect---*/
 .accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
     width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
 .active, .accordion:hover {
    /*background-color: #ccc;
     */
}
 .panel {
    padding: 0 10px;
    display: none;
    background-color: #c1c2c4;
    overflow: hidden;
}
 #close-menu,#menu-icon{
    display: none;
}
 #menu-icon{
    float:right;
    position: relative;
    top:40px;
    font-size: 30px;
}
 .fixed-b{
    position:fixed !important;
    z-index:-1 !important;
    left: 0;
     width: 100%;
}
/*----wave---*/
 .slider{
    position: relative;
    display: block;
    overflow: hidden;
}
 .wave-area {
    height: 5%;
     width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 1;
}
 .wave {
    background: url("../images/wave.svg") repeat-x;
     position: absolute;
    top: -100px;
    width: 6400px;
    height: 100px;
    animation: wave 35s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
    overflow-x: hidden;
}
 .wave:nth-of-type(2) {
    top: -56px;
    animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite,swell 7s ease -1.25s infinite;
    opacity: 1;
}
 @keyframes wave {
    0%{
        margin-left: 0
    }
    100% {
        margin-left: -1600px
    }
}
 @keyframes swell {
    0%, 100% {
        transform: translate3d(0, -45px, 0)
    }
    50% {
        transform: translate3d(0, 5px, 0)
    }
}
/*---clouds---*/
 .cloud-1 {
    position: relative;
    z-index: 1;
}
 .cloud-1::before {
    content: '';
    display: block;
    position: absolute;
    top: -150px;
    height: 226px;
    background-image: url(../images/cloud-1.png);
}
 .cloud-1::before{
    display: none;
     position: absolute;
     content: '';
    left: -100px;
    right: -100px;
     background-repeat-y: no-repeat;
    pointer-events: none;
     z-index: -1;
}
 .abt-img{
    max-width: 550px;
    position: relative;
}
 .abt-img:before{
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    border:2px solid #000;
    width: 100%;
    height: 363px;
    z-index: -1;
    transition: all 0.5s ease-in;
    -webkit-transition:all 0.5s ease-in;
    -moz-transition:all 0.5 ease-in;
}
 .abt-img:hover:before{
    top: 35px;
    left: 20px;
}
 .abt-img img{
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition: all 0.5s ease-in;
    -webkit-transition:all 0.5s ease-in;
    -moz-transition:all 0.5 ease-in;
}
 .btn{
    background-image: linear-gradient(to right top, #ed2429, #ee3627, #ef4525, #f05123, #f15c22);
    display: inline-block;
    padding: 15px 15px;
    transition: all 0.5s ease-in;
    -webkit-transition:all 0.5s ease-in;
    -moz-transition:all 0.5 ease-in;
    color: #fff;
}
 .btn:hover{
    background-image: linear-gradient(to left bottom, #f05123, #f15c22, #ef4525, #ed2429, #ee3627);
    display: inline-block;
    padding: 15px 15px;
    transition: all 0.5s ease-in;
    -webkit-transition:all 0.5s ease-in;
    -moz-transition:all 0.5 ease-in;
}
 .btn a{
    color: #fff!important;
    font-weight: 600;
}
 .btn a i{
    margin-left: 5px;
    display: inline-block;
    color: #fff;
}
/*---home About----*/
 .abt-heading{
    padding-bottom: 40px;
    display: block;
}
 .abt-heading h1{
    position: relative;
    font-size: 50px;
    color: #161617;
    margin-top: 40px;
    text-align: center;
    font-weight: 100;
}
/*----Rooms------*/
 .product-big {
    border: 1px solid #e1e1e1;
    position: relative;
    text-align: left;
    margin: 10px 0;
    display: block;
}
 .product-big-room {
    border: 1px solid transparent;
    position: relative;
    text-align: left;
    margin: 10px 0;
    display: block;
}
 article{
    display: block;
}
 .product-big .unit {
    margin-bottom: -24px;
    margin-left: 0;
}
 .unit {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -30px;
    margin-left: -20px;
}
 .product-big .unit>* {
    margin-bottom: 30px;
     margin-left: 0;
}
 .product-big-room .unit {
    margin-bottom: -57px;
    margin-left: 0;
}
 .unit-room {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -10px;
    margin-left: -20px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.9);
    -webkit-transition: 0px 0px 2px 0px rgba(0,0,0,0.9);
    -moz-transition:0px 0px 2px 0px rgba(0,0,0,0.9);
}
 .product-big-room .unit>* {
    margin-bottom: 30px;
     margin-left: 0;
}
 .unit-left, .unit-right {
    flex: 0 0 auto;
    max-width: 100%;
}
 .unit>* {
    margin-bottom: 30px;
    margin-left: 20px;
}
 .product-big-figure {
    position: relative;
    overflow: hidden;
    display: block;
}
/*a, a:focus, a:active {
    color: #fff;
}
*/
 .product-big-figure img {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    object-fit: cover;
    object-position: center center;
}
 .product-big .unit-body {
    display: flex;
    align-items: center;
}
 .product-big .unit>* {
    margin-bottom: 25px;
    margin-left: 0;
}
 .product-big .unit>* {
    margin-bottom: 20px;
    margin-left: 0;
}
 .unit-body {
    flex: 0 1 auto;
}
 .unit>* {
    margin-bottom: 30px;
    margin-left: 20px;
}
 .product-big-body {
    padding: 30px 70px 30px 5%;
}
 .product-big-title {
    font-weight: 400;
    letter-spacing: .075em;
}
 .product-big-title a{
    font-size: 30px;
    color: #f04925;
}
 .group-middle {
    flex-wrap: wrap;
    text-align: left;
    justify-content: center;
}
 html .group-sm {
    margin-bottom: -12px;
    margin-left: -12px;
}
 html .group-sm>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 12px;
    margin-left: 12px;
}
 .product-big-rating .icon {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 24px;
    color: #ef4625;
}
 .icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}
 .material-icons-star:before {
    content: "\f005";
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
}
 .product-big-reviews {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
}
 .product-big-reviews, .product-big-reviews:focus, .product-big-reviews:active {
    color: #9b9b9b;
}
 .product-big-text {
    letter-spacing: .025em;
    color: #1a1a1a;
}
 .product-big-price-wrap {
    position: absolute;
    overflow: hidden;
    text-align: center;
    padding: 8px 10px 25px;
    top: 0;
    right: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: .025em;
    text-transform: uppercase;
    color: rgba(68,67,73,.4);
    background: 0 0;
    z-index: 1;
}
/*---other room--*/
 .creative_details{
    display:block;
    width:100%;
}
 .creative_details img{
    width:100%;
    vertical-align: bottom;
}
 .creative_details .staff{
    width:100%;
    position:relative;
    overflow: hidden;
}
 .creative_details .staff::before{
    content:'';
    position: absolute;
     left:0;
    top: 0;
     width: 100%;
    height: 500px;
    opacity:0;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
}
 .staff-img{
    position: relative;
}
 .staff-img:before{
    content: '';
    position: absolute;
    width: 94%;
    height: 94%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid rgba(240, 88, 34, 0.8);
    z-index: 52;
    left: 3%;
    top: 3%;
    left: calc(20px - 10px);
    top: calc(20px - 10px);
}
 .creative_details a{
    color: #fff;
}
 .creative_details .text {
    width:100%;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0px;
    left: 0%;
    padding: 40px;
    text-align:center;
    background:rgba(0,0,0,0.5);
    transition: all 0.5s ease;
}
 .creative_details .text:hover{
     padding: 170px 50px;
}
 .room-amenties{
    margin: 0 45px;
    display: block;
}
 .room-amenties li{
    position: relative;
}
 .room-amenties li:before{
    content: '\f192';
    top: 11px;
    left: -17px;
    font-size: 10px;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ef4625;
}
/*-----Facilities------*/
 .box-icon-minimal {
    text-align: left;
    /*max-width: 260px;
    */
    padding-top: 60px;
    display: inline-block;
}
 .box-icon-minimal-icon {
    position: relative;
    font-size: 38px;
    line-height: 1;
    z-index: 1;
     padding-left: 30px;
     padding-bottom: 10px;
    color: #f05822;
    display: block;
}
 .linearicons-teacup:before {
    position: absolute;
    top: -37px;
    left: 34px;
    display: block;
    content: "\f7b6";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
 .linearicons-roomservice:before {
    position: absolute;
    top: -37px;
    left: 34px;
    display: block;
    content: '\f562';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
 .linearicons-wifi:before {
    position: absolute;
    top: -37px;
    left: 34px;
    display: block;
    content: '\f1eb';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
 .linearicons-restaurant:before {
    position: absolute;
    top: -37px;
    left: 34px;
    display: block;
    content: '\f2e7';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
 .linearicons-ambulance:before {
    position: absolute;
    top: -37px;
    left: 34px;
    display: block;
    content: '\f0f9';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
 .linearicons-taxi:before {
    position: absolute;
    top: -37px;
    left: 34px;
    display: block;
    content: '\f1ba';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
 .linearicons-car:before {
    position: absolute;
    top: -37px;
    left: 34px;
    display: block;
    content: '\f540';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
 .linearicons-shower:before {
    position: absolute;
    top: -37px;
    left: 34px;
    display: block;
    content: '\f2cc';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
 .linearicons-travel:before {
    position: absolute;
    top: -37px;
    left: 34px;
    display: block;
    content: '\f4fd';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
 .box-icon-minimal-icon svg {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    transform: translate3d(0,0,0) rotate(15deg);
    transform-origin: 50% 80%;
    transition: all .3s ease;
    z-index: -1;
}
 svg:not(:root) {
    overflow: hidden;
}
 *+.box-icon-minimal-title {
    margin-top: 15px;
}
 .box-icon-minimal-title a, .box-icon-minimal-title a:focus, .box-icon-minimal-title a:active {
    color: inherit;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}
 .box-icon-minimal-icon svg>* {
    fill: #f5f5f5;
}
 .box-icon-minimal-text {
    color: #9b9b9b;
}
 *+.box-icon-minimal-text {
    margin-top: 5px;
}
 .box-icon-minimal.border_right{
    border-right:1px solid rgba(193, 194, 196, 0.25);
    /*margin-bottom:40px;
    */
}
 .box-icon-minimal.border_none{
    border-right:1px solid transparent;
    /*margin-bottom:40px;
    */
}
/*-----------Testimonals------------*/
 article{
    display: block;
}
 .quote-creative {
    text-align: center;
    padding: 0 15px 30px;
    letter-spacing: .025em;
    background: #fff;
    transform: translate3d(0,0,0);
    backface-visibility: hidden;
    filter: drop-shadow(0 0 2px rgba(0,0,0,,0,0.15));
}
 .quote-creative-figure {
    display: inline-block;
    margin-top: -42px;
    border: 15px solid #fff;
    border-radius: 50%;
}
 .img-circles {
    border-radius: 50%;
    display: inline-block;
    vertical-align: bottom;
}
 .quote-creative-figure img{
    display: inline-block;
    max-width: 100%;
    height: auto;
}
 *+.quote-creative-cite {
     margin-top: 18px;
    display: block;
}
 .quote-creative-cite {
    color: red;
    font-weight: 400;
}
 .quote-creative-cite a{
    color: red;
    font-size: 25px;
    color: #161617;
}
/*-------Call Back-----*/
 .call{
    background: #04abeb;
}
 .req-wrapper{
    line-height: 30px;
    text-align: right;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
 .req-wrapper a{
    color: inherit;
    font-size: inherit;
    display: inline-block;
    cursor: pointer;
}
 .req-wrapper a i{
    padding-right: 3px;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}
/*----Contact-home---*/
 .contact-icon{
    max-width: 30px;
    display: inline-block;
    margin: 25px 0;
}
 .contact-icon img{
    width: 100%;
    display: inline-block;
    text-align: center!important;
}
 .contact-icon ul{
    display: block;
}
 .contact-content-wrapper{
    position: relative;
}
 .contact-content-wrapper:before{
    content: '';
    position: absolute;
    bottom: 51px;
    right: -60px;
    border-bottom: 1px solid #e1e1e1;
    width: 35%;
    height: 5px;
    transform: rotate(270deg);
}
 .last{
    position: relative;
}
 .last:before{
    content: '';
    position: absolute;
    border-bottom: none;
}
 .contact-content{
    position: relative;
    overflow: hidden;
}
 .contact-content:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height:100px;
    background: url(../images/cloud-1.png)no-repeat center #d8d9da;
}
 .contact-content ul li{
    display: block;
    padding: 5px 0;
}
 .contact-content ul li > a{
    color: #1a1a1a!important;
    font-size: 15px;
    line-height: 22px;
    font-weight: 100;
}
/*----About Page----*/
 .banner {
    width: 100%;
    background: url(../images/about-slider.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    min-height: 400px;
    z-index: 5;
}
 .banner-title {
    width: 700px;
    height: 80px;
    position: absolute;
    background: rgba(0, 0, 0, .25);
    top: 50%;
    left: 36%;
    -webkit-transform: translateX(-151px);
    -moz-transform: translateX(-151px);
    -ms-transform: translateX(-151px);
    -o-transform: translateX(-151px);
    transform: translateX(-151px);
    text-align: center;
    display: table;
}
 .banner-title>h1 {
    font-weight: 500;
    font-size: 3.125em;
    letter-spacing: 3px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
 .pg-link {
    display: block
}
 .pg-link span {
    display: inline-block;
    color: #111;
    letter-spacing: 3px;
    word-spacing: 2px;
    text-transform: uppercase;
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(7%, #fafafa), color-stop(70%, #e6e7e6), color-stop(100%, #e6e7e6));
    font-size: .8125em;
     width: 100%;
    padding: 18px;
    font-weight: 600;
}
 .pg-link span a {
    color: inherit;
    font-size: inherit;
}
 .pg-link span a i{
    color:#ef4625;
}
 .about-img {
    overflow: hidden;
    position: relative;
    width: 100%;
}
 .about-img::before {
    background: #fff;
     content: "";
    height: 215%;
    position: absolute;
     right: 2px;
    top: -12%;
    transform: rotate(24deg);
    width: 149px;
}
 .about-text{
}
 .about-text p{
}
 .about-list li {
    border-bottom: 1px solid #cccccc;
    float: left;
     margin-right: 10%;
    padding: 9px 0;
     width: 40%;
    position: relative;
    font-size: 15px;
    transition: all 0.5s ease-in;
    -webkit-transition:all 0.5s ease-in;
    -moz-transition : all 0.5s ease-in;
}
 .about-list li.no-border{
    border-bottom: 1px solid transparent;
}
 .about-list li:hover{
    border-bottom: 1px solid #ef4625;
}
 .about-list li a {
    color: #1a1a1a;
}
 .about-list li:after {
    background: #88bf2b;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 0;
}
 .about-list li.last {
    border: none;
}
 .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
 .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*------------------------Sightseeing------------------*/
 .coupon-thumb {
    z-index: 1;
    position: relative;
    bottom: -10px;
    text-decoration: none !important;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
     -o-transition: 0.3s;
     -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.5s ease-in;
    -webkit-transition:all 0.5s ease-in;
    -moz-transition:all 0.5s ease-in;
}
 .coupon-thumb:hover{
    bottom: 0;
}
 .coupon-thumb >img {
    display: block;
    width: 100%;
    max-width: none;
}
 .coupon-thumb .coupon-inner {
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 15px;
    border-top: none;
     position: relative;
     z-index: 1;
}
 .coupon-thumb .coupon-inner:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    top: -10px;
    left: 15px;
    -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 .coupon-thumb .coupon-title {
    font-size: 20px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 2;
    color: #f05822;
    margin-bottom: 5px;
}
 .coupon-desciption {
    color: #1a1a1a;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.4em;
}
 .coupon-thumb .coupon-meta {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ededed;
    overflow: hidden;
}
 .nav-tabs.nav-stacked.nav-coupon-category {
    margin-right: 30px;
     -webkit-box-shadow: 0 3px 1px rgba(0,0,0,0.15);
    box-shadow: 0 3px 1px rgba(0,0,0,0.15);
}
 .nav-tabs.nav-stacked.nav-coupon-category > li > a {
    z-index: 1;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ededed;
     border-top: 1px solid #ededed;
     -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
     height: 40px;
     line-height: 40px;
    padding: 0px 0px 0px 55px;
    position: relative;
}
 .nav-tabs.nav-stacked > li > a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
     -moz-border-radius: 0;
    border-radius: 0;
}
 .nav-stacked > li > a {
    margin-right: 0;
}
 .nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
     border-radius: 4px 4px 0 0;
}
 .nav-tabs > li > a, .nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
     line-height: 14px;
    color: #1a1a1a;
}
 .nav > li > a {
    display: block;
}
 .nav-tabs.nav-stacked.nav-coupon-category > .active1 > a {
    z-index: 2;
    background: #f05822;
    border-bottom: 1px solid #f05822 !important;
    border-top: 1px solid #f05822 !important;
     border-bottom: none;
    color: #fff;
}
 .nav-tabs.nav-stacked.nav-coupon-category > .active1 > a:before {
    content: '';
     position: absolute;
     height: 29px;
    width: 29px;
    top: 5px;
    right: -15px;
    background: #f05822;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
}
/*----------Banquet------------*/
 .banquet-img{
    vertical-align: baseline;
    max-width: 600px;
    border:1px solid #f15c22;
    padding: 5px;
    display: block;
}
 .banquet-img img{
    width: 100%;
}
 .room .room-box, .room-box {
    position: relative;
     z-index: 0;
}
 .room .room-box:after, .room-box:after {
    content: '';
    position: absolute;
    width: 94%;
    height: 94%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid rgba(240, 88, 34, 0.8);
     z-index: 52;
    left: 3%;
    top: 3%;
    left: calc(20px - 10px);
    top: calc(20px - 10px)
}
 .room-img {
    display: block;
    position: relative;
    overflow: hidden;
}
 .room-img:before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 100%;
     margin-top: -80px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    -webkit-transition: .34s all;
    -moz-transition: .34s all;
    -ms-transition: .34s all;
    -o-transition: .34s all;
    transition: .34s all
}
 .room-box:hover .room-img:before {
    top: 0;
    margin-top: 0;
}
 .room-img a {
    position: absolute;
    top: 60%;
    left: 50%;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    width: 80%;
    text-align: center;
    -webkit-transition: all .5s;
     -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
     transition: all .5s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
    opacity: 0;
}
 .image-caption {
    color: #fff;
     width: 100%;
    z-index: 10;
    text-align: center;
    padding: 0 0 8px;
    bottom: 5%;
    position: absolute;
    -webkit-transition: all .2s ease;
     -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
 .image-caption h4 {
    color: #FFF;
    font-size: 40px;
}
 .room-img img {
    width: 100%;
    vertical-align: bottom;
}
 .room-more a {
    display: inline-block;
    background: #FFF;
    border: 4px solid #ecf0f1;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -20px;
}
 .room-more a i {
    color: #ecf0f1;
    font-size: 19px;
    padding: 13px;
}
 .room-box:hover .room-img:before {
    display: block;
}
 .room-box:hover .room-img i {
    opacity: 1;
}
 .room-box:hover .room-img a {
    opacity: 1;
}
 .room-box:hover .room-text p {
    color: #db442c;
}
 .room-box:hover .image-caption {
    bottom: 50%;
}
/*----Footer----*/
 .footer-wrapper {
    float: left;
    width: 100%;
    padding: 60px 0 71px;
    /*background: #212122;
    */
    background: url(../images/footer-bg-1.jpg) center top no-repeat;
     position: relative;
}
 .footer-top-wrapper {
    display: inline-block;
    width: 100%;
}
 .footer-top-wrapper img {
    max-width: 200px;
    width: 1%;
}
 .footer-top-wrapper .sec-title-footer>h4 {
    color: #fff;
    font-size: 30px;
    text-align: left;
    margin: 5px 0;
    display: block;
}
 .footer-top-wrapper .sec-title-footer>h4>span {
    color: #c1c2c4;
}
 .footer-wrapper p {
    color: #fff;
    text-align: left;
    font-size: 14px;
}
 .footer-top-wrapper .btn-view {
    background: #3e2a0a08 none repeat scroll 0 0;
    border: 3px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin: 50px 0 0 0;
    padding: 5px 40px 7px;
    float: left;
    text-transform: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
 .footer-top-wrapper .btn-view:hover {
    background: #b27a28;
}
 .footer-top-wrapper h3 {
    color: #fff;
    float: left;
    font-size: 30px;
    padding: 0 40px 10px 0;
    border-bottom: 1px dashed #fff;
    display: inline-block;
    margin: 0 0 20px;
    font-weight: 700;
}
 .recent-post-main {
    display: inline-block;
}
 .footer-wrapper p {
    color: #fff;
}
 .footer-top-wrapper .recent-post {
    margin: 0;
    padding: 0;
    text-align: left;
}
 .footer-top-wrapper .recent-post li {
    color: #81b32a;
    padding: 0 25px 0 0;
    display: inline-block;
}
 .footer-top-wrapper .recent-post li a {
    color: #b37b29;
}
 .recent-post-main.b-top {
    border-top: 1px dotted #fff;
    padding: 20px 0 0;
    margin: 20px 0 0;
}
 .recent-post-main {
    display: inline-block
}
 .quick-links li a{
    display:block;
    float:none;
    position:relative;
    padding-left:15px;
    margin-bottom:15px;
    color: #fff;
    font-weight: 100;
}
 .quick-links li a:before{
    content:'\f0da';
    position:absolute;
    font-family: "Font Awesome 5 Free";
     font-weight: 900;
    left:0;
    top:3px;
}
 .subscribe-wrapper {
    display: inline-block;
    margin: -80px 0 0;
    text-align: center;
    width: 100%;
}
 .subscribe-wrapper h3 {
    color: #b37b29;
    font-size: 50px;
    font-weight: 700;
}
 .subscribe-wrapper .btn-view {
    background: none;
    border: none;
    box-shadow: none;
}
 .footer-wrapper .subscribe-wrapper {
    display: inline-block;
    margin: 80px 0 0;
    text-align: center;
    width: 100%
}
 .subscribe-wrapper .garden-social ul {
    border: none;
    display: inline-block;
    margin: 0;
    padding: 20px 0;
}
 .garden-social ul {
    display: inline-block;
    margin: 0;
    padding: 20px 0 0;
}
 .subscribe-wrapper .garden-social ul li {
    display: inline-block;
    padding: 0 8px;
}
 .garden-social ul li:first-child {
    padding: 0;
}
 .garden-social ul li {
    display: inline-block;
    padding: 0 0 0 10px;
}
 .subscribe-wrapper .garden-social ul li a {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
     border: 1px solid #b37b29;
}
 .garden-social ul li a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 35px;
    text-align: center;
    line-height: 35px;
     width: 35px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
 .garden-social ul li a:hover {
    border: 1px solid #f04d23;
}
 .sub-footer {
    font-size: 14px;
    padding: 10px 0;
    display: block;
    background-image: linear-gradient(to right bottom, #ed2429, #ee3627, #ef4525, #f05123, #f15c22);
}
 .sub-footer a, .sub-footer div {
    font-size: inherit;
    color: #fff;
    letter-spacing: .5px;
    cursor: pointer;
}
/*--map--*/
 #map{
    border: 2px dotted #f15c22;
}
/*--owl next prev---*/
 .next {
     width: 32px;
     height: auto;
     display: inline-block;
     position: relative;
     top: -180px;
     left: 0px 
}
 .prev {
    width: 32px;
    height: auto;
    display: inline-block;
    position: relative;
    top: -180px;
    right:-485px;
}
/*----responsive----*/
 @media only screen and (max-width: 1024px) {
     #close-menu,#menu-icon{
        display: block;
        color: #f15c22;
    }
     #menu-icon{
        top: 40px;
        right: 50px;
    }
     #close-menu{
        padding: 15px;
    }
     .head-menu ul li{
        float: none!important;
        line-height: 40px;
        padding:8px 0;
        clear: both;
        text-align: center;
    }
     #nav {
         clear: both;
         position: fixed !important;
         left: 0;
         top: 0;
         width: 100%;
        height: 100%;
        padding: 0;
         background: rgba(255, 255, 255, 0.9);
        display: none;
        overflow: auto;
         z-index: 1;
        line-height: 1!important;
        text-align: center;
    }
     .head-menu li{
        transition: all 0.5s ease-in;
        -webkit-transition:all 0.5s ease-in;
        -moz-transition:all 0.5s ease-in;
    }
     .head-menu li:hover{
        background-image: linear-gradient(to right top, #ed2429, #ee3627, #ef4525, #f05123, #f15c22);
        color:#fff;
        display: block;
        color: #fff;
    }
     .dropdown{
        position: static;
        top: auto;
        left: auto;
        width: 100%;
        opacity: 1;
        background: transparent;
    }
     .head-menu .dropdown li{
        text-align: center;
    }
     .head-menu ul.dropdown li a {
        display: block;
        font-size: 12px;
        line-height: 1px;
        padding: 11px 15px;
    }
     .head-menu ul li:hover .dropdown{
        opacity: 1;
        display: none;
        text-align: left;
        transition: all 0.5s ease-in;
        -webkit-transition:all 0.5s ease-in;
        -moz-transition:all 0.5s ease-in;
    }
     .head-menu ul.dropdown li a:hover {
        color: #a1a1a1;
    }
     .banner-title {
        top: 50%;
        left: 30%;
    }
     .head-menu ul li a{
        color: #161617;
        font-size: 16px;
        font-weight: 600;
        transition: all 0.5s ease-in;
        -webkit-transition:all 0.5s ease-in;
        padding:0px 0px;
    }
     .hvr-sweep-to-right:before {
        background: transparent;
    }
     .abt-img {
        max-width: 601px;
    }
     .about .col-6-12{
        width: 100%;
    }
     .p_tb_50 {
        padding: 20px 0;
        display: block!important;
    }
     #nav>li ul {
        display: block;
        position: static;
        background: none;
        border: none;
        padding: 0;
        margin: 0;
        left: 0;
        width: 100%;
        -webkit-animation-duration: 0;
        animation-duration: 0;
        -webkit-animation-fill-mode: 0;
        animation-fill-mode: 0;
        -webkit-animation-name: none;
        animation-name: none;
    }
     .head-menu ul.dropdown{
        background: #fff;
        border: 1px solid #ccc;
        -webkit-box-shadow: 3px 3px 3px transparent;
        box-shadow: 3px 3px 3px transparent;
    }
     .head-menu ul li a i{
        vertical-align: middle;
    }
     .head-menu ul li a.active{
        color: inherit;
        background:transparent;
    }
     .prev {
        width: 30px!important;
        height: auto;
        display: inline-block;
        position: relative;
        top: -180px;
        right: -398px!important;
    }
     .next{
        width: 30px!important;
    }
     .p_tb_20 {
        padding: 7px 0!important;
        display: block;
    }
}
 @media only screen and (max-width: 853px) {
     .sub-footer a, .sub-footer div{
        font-size: 12px!important;
    }
}
 @media only screen and (max-width: 800px) {
     .banner-title {
        top: 50%;
         left: 24%!important;
    }
     .about-list li{
        float: none!important;
    }
     .about-list li{
        width: 100%!important;
    }
}
 @media only screen and (max-width: 768px) {
     .banner-title {
        top: 50%!important;
        left: 23%!important;
    }
     .about .col-6-12{
        width: 100%;
    }
     .testimonal .col-4-12{
        width: 100%;
    }
     .contact-content .col-4-12{
        width: 100%;
    }
     .contact-content-wrapper:before {
        content: '';
        position: absolute;
         bottom: -13px;
        right: 0;
         border-bottom: 1px solid #e1e1e1;
        width: 100%;
        height: 5px;
        transform: rotate(360deg);
    }
     .last:before{
        content: '';
        position: absolute;
        border-bottom: none!important;
    }
     .footer-top-wrapper .col-4-12{
        width: 100%;
    }
     .sub-footer .col-1-2{
        width: 100%;
    }
     .sub-footer .col-1-2.align-right{
        text-align: center!important;
        line-height: 22px;
    }
     .sub-footer .col-1-2.res-center{
        text-align: center!important;
    }
     .footer-wrapper {
        padding: 40px 0 0px;
        display: block;
    }
     .responsive_margin{
        margin: 10px 0;
        display: block;
    }
     .footer-top-wrapper .btn-view{
        margin: 36px 0 29px 0;
        display: block;
    }
     .garden-social ul {
        display: inline-block;
        margin: 0;
        padding: 20px 0 40px;
    }
     .unit {
        display: block;
        flex: 0 1 100%;
        margin-bottom: -30px;
        margin-left: -20px;
    }
     .product-big {
        border: 1px solid transparent;
    }
     .product-big-price-wrap{
        display: none;
    }
     .fac .col-3-12{
        width: 100%;
    }
     .product-big-body {
        padding: 21px 48px 30px 5%;
    }
     .sightseeing .col-3-12 {
        width: 50%;
    }
     .sightseeing .col-9-12{
        width: 100%;
    }
     .sightseeing .col-9-12 > .col-4-12{
        width: 70%;
    }
     .sightseeing .padt_30{
        padding-top: 30px;
        display: block;
    }
     .prev {
        width: 30px!important;
         height: auto;
        display: inline-block;
        position: relative;
        top: -131px!important;
        right: -271px!important;
    }
     .next{
        width: 30px!important;
        top: -131px!important;
    }
     .product-big-text {
        letter-spacing: .025em;
        color: #1a1a1a;
        font-size: 14px;
        line-height: 21px;
    }
     .creative_details a {
        color: #fff;
        font-size: 20px!important;
    }
     .creative_details .text:hover {
        padding: 97px 50px!important;
        display: block;
    }
     #imagelightbox-caption {
        left: 0;
        right: 0;
        bottom: 115px!important;
        padding: 0.625em;
         display: inline-block;
        width: 50%;
        margin: 0 auto;
    }
}
 @media only screen and (max-width: 736px) {
     .prev {
        width: 30px!important;
        height: auto;
        display: inline-block;
         position: relative;
        top: -220px!important;
        right: -601px!important;
    }
     .next{
        width: 30px!important;
        top: -220px!important;
    }
     .product-big-text {
        letter-spacing: .025em;
        color: #1a1a1a;
        font-size: 15px!important;
        line-height: 30px!important;
    }
     .space_30{
        margin-bottom: 30px!important;
        display:block;
        clear: both;
    }
     .space_50{
        margin-top: 50px!important;
    }
     .banquet-img {
        vertical-align: baseline;
        max-width: 686px!important;
    }
     .creative_details a {
        color: #fff;
        font-size: 30px!important;
    }
     .creative_details .text:hover {
        padding: 190px 50px!important;
        display: block;
    }
     #imagelightbox-caption {
        left: 0;
        right: 0;
        bottom: 0px!important;
        padding: 0.625em;
         display: inline-block;
        width: 50%;
        margin: 0 auto;
    }
}
 @media only screen and (max-width: 690px) {
     .banner-title{
        width: 500px;
    }
     .banner-title {
        top: 50%!important;
        left: 33%!important;
    }
     .banner-title>h1{
        font-size: 2.125em;
    }
     .unit-room{
        border: 1px solid transparent;
        box-shadow: 0px 0px 2px 0px transparent;
        -webkit-transition: 0px 0px 2px 0px transparent;
        -moz-transition: 0px 0px 2px 0px transparent;
    }
     .footer-top-wrapper h3{
        clear: both;
    }
     .prev {
        width: 30px!important;
        height: auto;
        display: inline-block;
        position: relative;
        top: -220px!important;
        right: -555px!important;
    }
     .space_30{
        margin-bottom: 30px!important;
        display:block;
        clear: both;
    }
     .space_50{
        margin-top: 50px!important;
    }
}
 @media only screen and (max-width: 667px) {
     .prev {
        width: 30px!important;
        height: auto;
        display: inline-block;
        position: relative;
        top: -220px!important;
        right: -531px!important;
    }
     .space_30{
        margin-bottom: 30px!important;
        display:block;
        clear: both;
    }
     .space_50{
        margin-top: 50px!important;
    }
}
 @media only screen and (max-width: 640px) {
     h3.responsive_margin {
        clear: both;
    }
     .product-big-body {
         padding: 25px 3px 51px 1%;
    }
     .about-img::before {
        background: transparent;
    }
     .sightseeing .col-3-12 {
        width: 100%;
    }
     .sightseeing .col-9-12{
        width: 100%;
    }
     .sightseeing .col-9-12 > .col-4-12{
        width: 100%;
    }
     .sightseeing .padt_30{
        padding-top: 30px;
        display: block;
    }
     .prev {
        width: 30px!important;
        height: auto;
        display: inline-block;
        position: relative;
        top: -220px!important;
        right: -506px!important;
    }
     .space_30{
        margin-bottom: 30px!important;
        display:block;
        clear: both;
    }
     .space_50{
        margin-top: 50px!important;
    }
}
 @media only screen and (max-width: 603px) {
     .banner-title {
        width: 500px;
        left: 191px!important;
    }
     .space_30{
        margin-bottom: 30px!important;
        display:block;
        clear: both;
    }
     .space_50{
        margin-top: 50px!important;
    }
}
 @media only screen and (max-width: 598px) {
     .prev {
        width: 30px!important;
        height: auto;
        display: inline-block;
         position: relative;
        top: -220px!important;
        right: -463px!important;
    }
     .abt-heading h1 {
        position: relative;
        font-size: 40px!important;
    }
     .space_30{
        margin-bottom: 30px!important;
        display:block;
        clear: both;
    }
     .space_50{
        margin-top: 50px!important;
    }
}
 @media only screen and (max-width: 568px) {
     .banner-title {
        width: 500px;
        left: 176px!important;
    }
     .prev {
        width: 30px!important;
        height: auto;
        display: inline-block;
        position: relative;
        top: -180px!important;
        right: -433px!important;
    }
     .next{
        width: 30px!important;
        height: auto;
        display: inline-block;
        position: relative;
        top: -180px!important;
    }
     .space_30{
        margin-bottom: 30px!important;
        display:block;
        clear: both;
    }
     .space_50{
        margin-top: 50px!important;
    }
}
 @media only screen and (max-width: 480px) {
     .abt-img:before {
        display: none;
    }
     .product-big-title a {
        font-size: 26px;
    }
     .banner-title>h1{
        font-size: 2em
    }
     .banner-title {
        width: 410px!important;
    }
     .banner-title>h1 {
        font-size: 1.6em!important;
    }
     .abt-heading h1{
        font-size: 36px;
    }
     .prev {
        width: 30px!important;
        height: auto;
        display: inline-block;
         position: relative;
        top: -146px!important;
        right: -345px!important;
    }
     .next{
        width: 30px!important;
        height: auto;
        display: inline-block;
         position: relative;
        top: -146px!important;
    }
     .creative_details .text:hover {
        padding: 112px 50px!important;
         display: block;
    }
     .space_30{
        margin-bottom: 30px!important;
        display:block;
        clear: both;
    }
     .space_50{
        margin-top: 50px!important;
    }
}
 @media only screen and (max-width: 414px) {
     .creative_details .text{
        font-size: 20px!important;
    }
     .banner-title {
        width: 400px!important;
    }
     .banner-title>h1 {
        font-size: 1.5em!important;
    }
     .banner-title {
        top: 50%;
        left: 37%!important;
    }
     .prev {
        width: 30px!important;
        height: auto;
        display: inline-block;
        position: relative;
        top: -120px!important;
        right: -279px!important;
    }
     .next {
        width: 30px!important;
        height: auto;
        display: inline-block;
        position: relative;
        top: -120px!important;
    }
     .abt-heading h1 {
        position: relative;
        font-size: 29px!important;
    }
     .creative_details a {
        color: #fff;
        font-size: 25px!important;
    }
     .space_30{
        margin-bottom: 30px!important;
        display:block;
        clear: both;
    }
     .space_50{
        margin-top: 50px!important;
    }
}
 @media only screen and (max-width: 412px) {
     .footer-wrapper {
        padding: 25px 0 0px;
        display: block;
    }
     .footer-top-wrapper .btn-view {
        margin: 14px 0 29px 0;
         display: block;
    }
     .sub-footer .col-1-2.res-center {
        text-align: center!important;
        font-size: 12px;
    }
     .sub-footer .col-1-2.align-right{
        text-align: center!important;
        font-size: 12px;
    }
     .banner-title>h1 {
        font-size: 1.5em;
    }
     .banner-title {
        width: 400px!important;
        top: 50%!important;
        left: 36%!important;
    }
     .about-list li{
        width: 100%!important;
    }
     .req-wrapper {
        line-height: 22px;
        text-align: center;
    }
     .creative_details .text:hover{
         padding: 100px 50px!important;
    }
     .creative_details .text{
        font-size: 24px!important;
    }
     .space_30{
        margin-bottom: 30px!important;
        display:block;
        clear: both;
    }
     .space_50{
        margin-top: 50px!important;
    }
     #imagelightbox-caption {
        left: 0;
        right: 0;
        bottom: 170px!important;
        padding: 0.625em;
         display: inline-block;
        width: 50%;
        margin: 0 auto;
    }
}
 @media only screen and (max-width: 402px) {
     .prev {
        width: 30px!important;
        height: auto;
        display: inline-block;
        position: relative;
        top: -120px!important;
        right: -267px!important;
    }
     .next {
        width: 30px!important;
        height: auto;
        display: inline-block;
        position: relative;
        top: -120px!important;
    }
     .banner-title {
        width: 380px!important;
        top: 50%!important;
        left: 40%!important;
    }
     .space_30{
        margin-bottom: 30px!important;
        display:block;
        clear: both;
    }
     .space_50{
        margin-top: 50px!important;
    }
}
 @media only screen and (max-width: 384px) {
     .banner-title {
        width: 350px;
    }
     .banner-title {
        top: 50%!important;
        left: 43%!important;
        width: 350px!important;
    }
     .into-sightseeing p {
        font-size: 13px;
    }
     .prev {
         width: 25px!important;
        height: auto;
        display: inline-block;
        position: relative;
        top: -120px!important;
        right: -253px!important;
    }
     .next{
        width: 25px!important;
        height: auto;
        display: inline-block;
        position: relative;
        top: -120px!important;
    }
     .space_30{
        margin-bottom: 30px!important;
        display:block;
        clear: both;
    }
     .space_50{
        margin-top: 50px!important;
    }
}
 @media only screen and (max-width: 375px) {
     .sub-footer .col-1-2.res-center {
        text-align: center!important;
        font-size: 11px;
    }
     .sub-footer .col-1-2.align-right {
        text-align: center!important;
        font-size: 11px;
    }
     h6.ms-layer.thin-text-black-s {
         width: 100%!important;
        font-size: 40px!important;
    }
     h6.ms-layer.thin-text-black{
        width: 100%!important;
        font-size: 25px!important;
        text-align: center!important;
    }
     .creative_details .text:hover{
         padding: 100px 50px!important;
    }
     .prev {
        width: 25px!important;
        height: auto;
        display: inline-block;
        position: relative;
        top: -112px!important;
        right: -251px!important;
    }
     .next {
        width: 25px!important;
        height: auto;
        display: inline-block;
        position: relative;
        top: -112px!important;
    }
     .space_30{
        margin-bottom: 30px!important;
        display:block;
        clear: both;
    }
     .space_50{
        margin-top: 50px!important;
    }
}
 @media only screen and (max-width: 360px) {
     body{
        overflow-x: hidden!important;
    }
     .creative_details .text{
        font-size: 20px!important;
    }
     .creative_details .text:hover{
         padding: 80px 50px!important;
    }
     .prev {
        width: 25px!important;
        height: auto;
        display: inline-block;
        position: relative;
        top: -112px!important;
        right: -235px!important;
    }
     .next {
        width: 25px!important;
        height: auto;
        display: inline-block;
        position: relative;
        top: -112px!important;
    }
     .creative_details a {
        color: #fff;
        font-size: 21px!important;
    }
     .creative_details .text{
        padding: 23px!important;
    }
     .space_30{
        margin-bottom: 30px!important;
        display:block;
        clear: both;
    }
     .space_50{
        margin-top: 50px!important;
    }
}
 @media only screen and (max-width: 340px) {
     .prev {
        width: 25px!important;
        height: auto;
        display: inline-block;
        position: relative;
        top: -100px!important;
        right: -216px!important;
    }
     .next {
        width: 25px!important;
        height: auto;
        display: inline-block;
        position: relative;
        top: -100px!important;
    }
     .space_30{
        margin-bottom: 30px!important;
        display:block;
        clear: both;
    }
     .space_50{
        margin-top: 50px!important;
    }
     .banner-title>h1 {
        font-size: 1.2em!important;
    }
}
 @media only screen and (max-width: 320px) {
     .footer-top-wrapper .sec-title-footer>h4 {
        font-size: 26px;
    }
     .garden-social ul {
        display: inline-block;
        margin: 0;
         padding: 6px 0 4px;
    }
     .footer-wrapper p {
        font-size: 13px;
    }
     .abt-heading h1{
        font-size: 39px;
    }
     .banner-title>h1 {
        font-size: 1.2em!important;
    }
     .banner-title {
        width: 320px;
        left: 44%!important;
    }
     h6.ms-layer.thin-text-black-s {
        width: 100%!important;
         font-size: 40px!important;
    }
     h6.ms-layer.thin-text-black{
        width: 100%!important;
        font-size: 25px!important;
        text-align: center!important;
    }
     .abt-heading h1 {
        font-size: 34px;
    }
     .pg-link span{
        font-size: .7125em;
    }
     .req-wrapper {
        line-height: 22px;
        text-align: center;
        font-size: 10px;
    }
     .creative_details .text:hover{
         padding: 60px 50px!important;
    }
     .creative_details .text{
        font-size: 18px!important;
    }
     .prev {
        width: 23px!important;
        height: auto;
        display: inline-block;
        position: relative;
        top: -95px!important;
        right: -199px!important;
    }
     .next {
        width: 23px!important;
        height: auto;
        display: inline-block;
        position: relative;
        top: -95px!important;
    }
     .space_30{
        margin-bottom: 30px!important;
        display:block;
        clear: both;
    }
     .space_50{
        margin-top: 50px!important;
    }
}
