
 #body .container{
    max-width: 1300px !important;
}

body{
    font-family: "Jost", sans-serif !important;
}

.a-font{
    /* font-family: "Marcellus", serif; */
    font-family: "Philosopher", sans-serif;
}

.a-font

/* @font-face{
    src: url(../fonts/FUTURA55REGULAR.TTF);
    font-family: futura;
} */



/*---------------- top navigation ----------------------*/

.top-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.top-list li a {
    display: inline-block;
    color: #464646;
    font-size: 16px;
}

.top-list li a i {
    color: #7a6148;
    font-size: 14px;
    margin-right: 11px;
}


.top-social a i {
    display: inline-block;
    color: #000;
}

.top-img {
    text-align: center;
    margin-right: 54px;
}

.top-img a i{
    width: 90px;
}

.top-social {
    margin-top: 18px;
}

.to-rt {
    margin-top: 18px;
}

.t-border {
    border-left: 1px solid #000;
    margin-left: 28px;
    padding-left: 17px;
}

.top-img a img {
    width: 150px;
}

.top-img {
    text-align: center;
    margin-right: 157px;
}

.top-nav {
    padding: 15px 0;
    border-bottom: 1px solid #2b2b2b;
    /* background: #34a13e; */
    margin: 0 30px;
}

ul.top-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

/*---------------------- navigation --------------------------*/

.navbar-nav li{
    position: relative;
 }


.nav-content {
    position: absolute;
    top: 57px;
    left: 25px;
    z-index: 999;
    background: rgb(178 138 98 / 80%);
    display: inline-block;
    /* right: -4px; */
    transition: all .5s ease-in-out;
        opacity: 0;
    visibility: hidden;         
}

ul.sub-content li {
    border-bottom: 1px solid #ffffff;
    
}

ul.sub-content li a:hover{
    text-decoration: none;
}

.top-nav2 ul.sub-content{
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-nav2 ul.sub-content li a {
    color: #fff !important;
    white-space: nowrap;
    display: inline-block;
    padding: 8px 70px 8px 20px !important;
    font-size: 17;
}

.navbar-nav .nav-in2:hover .nav-content{
     opacity: 1;
    visibility: visible;
      top: 44px;    
    
}



a.navbar-brand img {
    width: 90px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    
     box-shadow: 0px 2px 17px 6px #dedddd; 
    box-shadow: 0 6px 17px -6px #abaaaa; 
}



/* .top-nav2 .navbar-nav {
    margin-left: 30px;
} */

.top-nav2 .navbar {
    background-color: #fff !important;
    padding: 20px 0 !important;
}

/* .top-nav2{
    margin: 0 30px;
} */

.nav-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.nav-list li a{
    display: inline-block;
    font-size: 15px;
    color: #6a6a6a;
}


.nav-btn {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    padding: 9px 25px;
    font-weight: 500;
}

.nav-btn i{
    margin-left: 8px;
    font-size: 14px;
}

.ico-1 {
    margin-top: 15px;
}

.ico-2 {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 22px;
}

.top-nav2 .navbar-nav li a {
    font-size: 16px;
    color: #000000 !important;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    padding: 0 30px !important;
}

.nav-top {
    transform: translateY(23px);
}

li.nav-item a img {
    margin: 0 40px;
    width: 90px;
}


/*--------------- banner ---------------------*/

.banner {
    padding: 0 30px;
}


.bc-img{
    background: url(../images/banner-b.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 734px;
}

/* .bc-img2{
    background: url(../images/banner-b.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 700px;
}

.bc-img3{
    background: url(../images/banner-c.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 700px;
} */



a.ban-link {
    background: #ffffff;
    color: #1d2815;
    font-weight: 500;
    display: inline-block;
    padding: 11px 25px;
    font-size: 16px;
}

a.ban-link i{
    font-size: 14px;
    margin-left: 6px;
}

a.ban-link:hover{
    text-decoration: none;
    color: #1d2815;
}

.ban-text {
    background: rgba(93, 68, 44, 0.7);
    width: 50%;
    padding: 50px 40px;
    /* margin: 0 auto; */
    /* background: #7a6148; */
}

.banner-box {
    padding-top: 170px;
}

.banner-content{
    position: absolute;
    top: 0;
    left: 0;
}

h5.ban-header2 {
    /* font-family: "Berkshire Swash", serif; */
    /* font-family: "Great Vibes", cursive; */
    color: #ffcd97;
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

h1.ban-header {
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px;
    line-height: 31px;
}

.main-banner i.fa-solid.fa-arrow-left-long {
    color: #fff;
    /* background: #fff; */
    /* padding: 15px 10px; */
    font-size: 17px;
    border: 2px solid #fff;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    line-height: 55px;
    /* opacity: 1 !important; */
}

.main-banner i.fa-solid.fa-arrow-right-long {
    color: #fff;
    /* background: #fff; */
    /* padding: 15px 10px; */
    font-size: 17px;
    border: 2px solid #fff;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    line-height: 55px;
    /* opacity: 1 !important; */
}

.carousel-control-prev {
    
    opacity: 1 !important;
}

.carousel-control-next {
    
    opacity: 1 !important;
}

.ban-form .container .ban-date .form-reserve .row .col-lg-3 .form-group label {
    font-size: 16px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
}

.ban-form .container .ban-date .form-reserve .row .col-lg-3 .form-group .form-control {
    height: 48px;
    color: #495057;
    background-color: initial;
    border: 1px solid #44503f;
    border-radius: initial;
}

.ban-date {
    background-color: #fff9f3;
    padding: 20px 30px;
    box-shadow: 0px 5px 30px 0px rgba(79.99999999999997, 57.00000000000001, 23.999999999999996, 0.18);
    margin-top: -41px;
    position: relative;
}

a.form-btn {
    background: #6f5841;
    color: #fff;
    letter-spacing: 1px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding: 11px;
    margin-top: 31px;
}

a.form-btn:hover{
    color: #fff;
    text-decoration: none;
}


/*---------------- about ----------------------*/

.ab-icon img {
    width: 56px;
    filter: brightness(0) saturate(100%) invert(32%) sepia(15%) saturate(972%) hue-rotate(349deg) brightness(100%) contrast(86%);
}

h5.ab-cap {
    color: #6f5841;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 28px;
    margin-bottom: 20px;
}

.ab-cap2 {
    font-size: 37px;
    padding: 0 180px;
    line-height: 48px;
    margin-bottom: 50px;
}

.ab-img img {
    width: 94%;
    margin-left: 0px;
}


h5.ab-title {
    text-transform: capitalize;
    color: #7c7c7c;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

p.ab-para {
    font-size: 32px;
    color: #5a4633;
    font-weight: 600;
    line-height: 41px;
    margin-bottom: 25px;
}

p.ab-para2 {
    font-size: 18px;
    color: #636363;
    line-height: 33px;
}

.ab-para3 {
    font-size: 18px;
    color: #636363;
    line-height: 33px;
    padding-right: 12px;
    margin-bottom: 30px;
}

.ab-lft {
    margin-top: 45px;
    margin-right: 30px;
}

.ab-img2 img {
    width: 94%;
}

.ab-img2 {
    margin-top: -90px;
}

a.ab-link:hover{
    color: #fff;

    text-decoration: none;
}

a.ab-link {
    background: #6f5841;
    color: #fff;
    font-size: 17px;
    display: inline-block;
    padding: 10px 45px;
}

a.ab-link i{
    font-size: 15px;
    margin-left: 6px;
}

.ab-rt {
    margin-top: 55px;
}

.about {
    margin-top: 80px;
}

/*----------- room -----------*/

.r-container {
    width: 80%;
    margin: 0 auto;
}

.r-img {
    width: 100%;
    height: 270px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ddd;
}

.r-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}

h2.r-txt.a-font {
    text-transform: capitalize;
    font-weight: 600;
    color: #6f5841;
    padding-right: 274px;
    font-size: 35px;
}


a.r-btn {
    background: #6f5841;
    display: inline-block;
    color: #fff;
    padding: 6px 20px;
}

a.r-btn i{
    font-size: 14px;
    margin-left: 10px;
}

a.r-btn:hover{
    color: #fff;
    text-decoration: none;
}

h2.r-txt {
    color: #ae763e;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 7px;
    position: relative;
}

h2.r-txt::before {
    content: "";
    width: 1px;
    height: 55px;
    background-color: #000;
    position: absolute;
    top: -80px;
    left: 50%;
}

p.r-para {
    font-size: 17px;
    color: #000000;
    margin-bottom: 30px;
    font-size: 33px;
    /* font-weight: 600; */
    letter-spacing: 1px;
}

.room {
    margin-top: 150px;
}

h5.r-title a {
    color: #6f5841;
    font-size: 22px;
    font-weight: 500;
    margin-top: 16px;
    display: inline-block;
    /* text-align: center; */
}

h5.r-title a i{
    font-size: 16px;
    margin-left: 10px;
}

h5.r-title a:hover{
    color: #6f5841;
    text-decoration: none;
}


/*---------------- paralox ----------------------*/

.paralox {
    background: url(../images/p-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 100px 0;
    margin-top: 70px;
}

.p-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    position: relative;
}

.p-title::before {
    content: "";
    width: 45px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 36%;
}

.p-title2 {
    color: #fff;
    font-size: 45px;
    padding: 0 100px;
    margin-bottom: 30px;
}

.p-link {
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    text-transform: capitalize;
    font-size: 18px;
    padding: 9px 51px;
}

.p-link:hover{
    text-decoration: none;
    color: #fff;
}


/*---------------- gallery ----------------------*/

.gallery {
    margin-top: 150px;
}

.gallery .container-fluid {
    padding: 0 50px !important;
}

.g-img {
    width: 100%;
    height: 281px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ddd;
}
.g-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
    transition: all .5s ease-in-out;

}

.g-img2 {
    width: 100%;
    height: 286px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ddd;
    margin-bottom: 25px;
}

.g-img2 img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
    transition: all .5s ease-in-out;

}

.g-img3 {
    width: 100%;
    height: 593px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ddd;
}

.g-img3 img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
    transition: all .5s ease-in-out;

}

.g-top{
    margin-top: 25px;
}

h5.am-header {
    color: #b19576;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 7px;
    position: relative;
}

h5.am-header::before {
    content: "";
    width: 1px;
    height: 55px;
    background-color: #000;
    position: absolute;
    top: -80px;
    left: 50%;
}

h5.am-header2.a-font {
    font-size: 17px;
    color: #000000;
    margin-bottom: 33px;
    font-size: 33px;
    /* font-weight: 600; */
    letter-spacing: 1px;
}



/*---------------- brand ----------------------*/

.di-font {
    font-size: 15px !important;
    letter-spacing: 3px !important;
}

.br-top2{
    margin-top: 70px;
}

.br-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 70px;
    position: relative;
}

.br-title::before {
    content: "";
    height: 3px;
    width: 50px;
    background-color: #000;
    position: absolute;
    bottom: -19px;
    left: 914px;
}


/* .brand{
    margin-top: 90px;
    
} */

.brand .container-fluid {
    padding: 0 100px 0 400px !important;
}

.brand1 .container-fluid{
    padding: 0 100px 0 400px !important;
}

.br-img img {
    width: 90%;
}

.br-header a {
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
    display: inline-block;
    color: #6f5841;
    font-weight: 600;
}

.br-header a:hover{
    color: #000;
    text-decoration: none;
}

p.br-para {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 31px;
    color: #545454;
    /* margin-bottom: 20px; */
}

p.br-para3 {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 31px;
    color: #545454;
    padding-right: 100px;
}

.br-lft {
    margin-top: 60px;
    margin-right: 40px;
}

.br-rt2 {
    margin-top: 90px;
    margin-left: -60px;
}

/* .brand1{
    margin-top: 50px;
   
} */

/* .br-bg{
    background: url(../images/peten.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;

} */

.br-top {
    margin-top: 140px;
}

.br-color{
    color: #000 !important;
}

.br-color2{
    color: #d69b52 !important;
}
    
.br-bg2 {
    margin-top: 70px;
}

.br-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.br-list li {
    font-size: 16px;
    line-height: 33px;
}

.br-list li i {
    color: #e18a1d;
    font-size: 12px;
    transform: translateY(0px);
    margin-right: 12px;
}


/*---------------- video ----------------------*/

.video .container-fluid {
    padding: 0 50px !important;
}

.video {
    margin-top: 62px;
}

.video-bg{
    background: url(../images/video.png) no-repeat;
    background-position: center;
    min-height: auto;
    background-size: cover;
}

h5.v-header {
    color: #ffe0c1;
    font-size: 16px;
    letter-spacing: 2px;
}

h5.v-header2.a-font {
    margin-bottom: 0;
    font-size: 35px;
    color: #fff;
    font-weight: 600;
}

.v-txt.text-center {
    padding: 100px 0;
}

/*----------- amenities -----------*/

/* .am-contnt{

}

.am-color{

}

.am-color2{
    
} */

/* .ut-bg {
    background: #ddd;
} */

/* .ut-bg {
    background: #fdf3e8;
    margin: 0 80px;
    box-shadow: 0px 5px 30px 0px rgba(79.9999999);
    box-shadow: 0px 5px 30px 0px rgba(79.99999999999997, 57.00000000000001, 23.999999999999996, 0.18);
    padding-bottom: 80px;
} */

.text-center.am-contnt {
    /* margin-top: 188px; */
    padding-top: 150px;
}

.ut-container{
    width: 1288px;
    margin: 0 auto;
}

.am-img {
    text-align: center;
}

h5.u-header.a-font {
    font-size: 22px;
    font-weight: 600;
    /* color: #654f61; */
    color: #67533e;
}

.u-con {
    margin-top: 150px;
}

h5.u-header.a-font {
    font-size: 22px;
    font-weight: 600;
    /* color: #654f61; */
    color: #67533e;
    margin-bottom: 15px;
}

p.u-para {
    font-size: 17px;
    color: #686868;
    margin-bottom: 50px;
    line-height: 27px;
}

.utility {
    margin-top: 140px;
}


/*----------- testimonial -----------*/

.test-top {
    margin-top: 100px;
}

h5.t-header {
    color: #ffffff;
    font-size: 30px;
    position: relative;
    margin-bottom: 22px;
    font-weight: 600;
    /* padding-bottom: 18px; */
}

/* h5.t-header::after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #ffffff; 
    position: absolute;
    bottom: -25px;
    left: 0;
} */

.t-para2 {
    color: #858585;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 35px;
}

.te-link {
    display: inline-block;
    background: #594735;
    color: #fff;
    padding: 10px 26px;
    font-weight: 500;
}

.te-link i{
    font-size: 14px;
    margin-left: 10px;

}

.t-text {
    margin-top: 68px;
}

.te-link:hover{
    text-decoration: none;
    color: #fff;
}

.text-box {
    background: #fff9f3;
    padding: 45px 35px 30px;
    position: relative;
    /* border-radius: 15px; */
}

.text-box::before {
    content: "";
    width: 330px;
    height: 1px;
    background-color: #d0d0d0;
    position: absolute;
    bottom: 127px;
    left: 0;
}

p.t-para {
    color: #022047;
    line-height: 28px;
}

.text-rating i {
    color: #ae967c;
    font-size: 15px;
}

.text-q i {
    color: #faecdc;
    /* text-align: right; */
    /* display: inline-block; */
    float: right;
    font-size: 70px;
}

.clear{
    clear: both;
}

.t-1 img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

h5.t-cap {
    font-size: 16px;
    color: #6f5841;
    margin-bottom: 6px;
    font-weight: 600;
}

h5.t-cap2 {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
}

.t-2 {
    margin-top: 9px;
    margin-left: 20px;
}

/* .testimonial {
    margin-top: 70px;
} */

.t-bg img {
    width: 95%;
    /* border-radius: 0 50px 50px 0; */
}

.testimonial .container-fluid{
    padding: 0 15px 0 0 !important;
}

h5.t-caption {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff9f3;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.testimonial .container-fluid .row .col-lg-6 .test-content .contain .owl-carousel .owl-dots {
    float: left;
    /* margin-top: 105px; */
}

.testimonial .owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    background: #fdd1a4 !important;
    margin-top: 20px !important;
}


.testimonial .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #b8b8b8 !important;
}

p.t-para3 {
    color: #676767;
    line-height: 26px;
    margin-bottom: 25px;
}

.testimonial {
    background: url(../images/t-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 70px 0 45px;
    margin-top: 70px;
}


/*---------------- blog ----------------------*/

.bl-img {
    width: 100%;
    height: 307px;
    overflow: hidden;
    float: left;
    position: relative;
    background-color: #ddd;
    /* border-radius: 15px 15px 0 0; */
}

.bl-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;

}

.bl-logo img {
    width: 50px;
}

h5.bl-header {
    font-size: 35px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 14px;
}

p.bl-para {
    font-size: 16px;
    color: #71757c;
    font-weight: 500;
    line-height: 28px;
    padding: 0 300px;
    margin-bottom: 40px;
}

.bl-li {
    font-size: 15px;
    font-weight: 500;
    color: #444444;
    white-space: nowrap;
}

.bl-li i{
    color: #1e3d75;
    margin-right: 10px;
}

.bl-com {
    border-left: 1px solid #444444;
    margin-left: -49px;
    height: 23px;
    padding-left: 10px;
}

h4.bl-title a {
    color: #6f5841;
    font-weight: 600;
    /* padding-right: 100px; */
    display: inline-block;
    line-height: 29px;
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 20px;
}

p.bl-para2 {
    font-size: 15px;
    color: #71757c;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;

}

a.bl-link {
    color: #d71921;
    display: inline-block;
}

a.bl-link i{
    font-size: 14px;
    margin-left: 8px;
}

.bl-text {
    display: inline-block;
    margin-top: 28px;
}


h5.bl-date {
    font-size: 14px;
    font-weight: 600;
    background: #efb443;
    display: inline-block;
    padding: 5px 19px;
    border-radius: 7px 7px 0 0;
    position: absolute;
    top: 218px;
    left: 50px;
    /* bottom: 0; */
}



/* .b-bg{
    background: url(../images/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 506px;
    margin-top: 80px;
} */

.blog {
    margin-top: 140px;
}



/*----------- footer -----------*/

.ft-top {
    margin-top: 40px !important;
}

.footer {
    margin-top: 70px;
    background: #bda285;
    padding: 50px 0;
}

h5.ftr-heading {
    text-transform: capitalize;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 17px;
    /* margin-top: 30px; */
    position: relative;
}

.ftr-logo a img {
    width: 145px;
}

.ftr-logo {
    /* margin-top: 20px; */
    margin-bottom: 20px;
}

p.ftr-para {
    font-size: 16px;
    color: #3e3e3e;
    line-height: 25px;
    margin-bottom: 10px;
    /* font-weight: 500; */
}

h5.ftr-heading2 {
    font-size: 20px;
    margin-bottom: 14px;
    color: #ffffff;
}

h5.ftr-heading2 span{
    color: #f56600;
}

.ftr-social a i {
    /* background-color: #182128; */
    color: #000000;
    width: 45px;
    height: 45px;
    font-size: 17px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    /* padding-right: 15px; */
    margin-top: 15px;
    /* border: 1px solid #4d4d4d; */
    border: 1px solid rgba(0, 0, 0, 0.4);
    /* padding-right: 20px; */
    margin-right: 8px;
}

.ftr-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ftr-list li a {
    display: flex;
    font-size: 16px;
    color: #e9e9e9;
    padding-bottom: 10px;
}

.ftr-list li a i {
    font-size: 15px;
    color: #6f4528;
    margin-top: 5px;
    margin-right: 10px;
}

.ftr-list li a:hover{
    color: #ffffff;
    text-decoration: none;
}

.ftr-list li a h5 {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #444444;
    padding-right: 20px;
}


.ftr-list2{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ftr-list2 li a {
    display: flex;
    font-size: 16px;
    color: #373737;
    /* padding-bottom: 14px; */
    text-transform: capitalize;
    font-weight: 500;
    line-height: 37px;
}

.ftr-list2 li a:hover{
    color: #373737;
    text-decoration: none;
}

.ftr-list2 li a i {
    color: #6f4528;
    transform: translatey(13px);
    margin-right: 12px;
    font-size: 14px;
}

.ftr-3 {
    margin-left: 40px;
}

.ftr-up {
    /* color: #fff; */
    background: #173a79;
    border-top: 1px solid #9e9e9e;
    padding: 16px 0;
}



.ftr-down {
    width: 100%;
    background-color: #23496f;
    padding: 23px 0;
}

.ftr-caption4{
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
}

.ftr-item{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: right;
}

.ftr-item li a{
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding-left: 15px;
    text-transform: capitalize;
}

.ftr-img img{
    width: 100%;
}

ul.ftr-list2.ftr-top {
   
    margin-top: 59px;
}
.ftr-container{
    width: 1300px;
    margin: 0 auto;
}

.ftr-2 {
    margin-left: 111px;
   
}


.ftr-5 {
    float: right;
}



/* .ftr-2 {
    margin-left: 38px;
    border-left: 1px solid #9e9e9e;
    padding-left: 36px;
    border-right: 1px solid #9e9e9e;
} */

.ftr-item{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.ftr-item li a{
    display: inline-block;
}

.ftr-item li a {
    display: inline-block;
    color: #fff;
    /* width: 42px; */
    /* height: 39px; */
    /* text-align: center; */
    font-size: 18px;
    line-height: 40px;
}

h5.ftr-title {
    font-size: 14px;
    color: #ffffff;
    margin-top: 9px;
    margin-bottom: 0;
    font-weight: 400;
}

.ftr-cap {
    font-size: 18px;
    color: #e9e9e9;
    margin-right: 15px;
    transform: translateY(7px);
    margin-bottom: 0;
}

.footer-2 {
    background: #a2886c;
    padding: 12px 0;
    /* border-top: 1px solid #456073; */
}

.ftr-top3{
    margin-top: 70px;
}

.ftr-list4{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.ftr-list4 li a{
    display: inline-block;
    color: #e9e9e9;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;

}

h5.ftr-title {
    font-size: 14px;
    color: #e9e9e9;
    margin-top: 9px;
    margin-bottom: 0;
    font-weight: 500;
}





/*------------- room-details --------------*/

.room-banner {
    background: url(../images/room1-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    /* padding: 0 100px; */
    
}

.room-caption {
    color: #fff;
    font-weight: 600;
    font-size: 42px;
    letter-spacing: 3px;
}

.room-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.room-list li a {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.room-list li a i {
    font-size: 12px;
    padding: 0 8px;
}


.detail{
    margin-top: 70px;
}

.details-img{
    width:100%;
    float:left;
    height:400px;
    overflow: hidden;
    position: relative;
}

.details-img img{
    width:auto;
    height: auto;
    max-width:100%;
    margin:auto;
    position:absolute;
    left:0;
    top:0px;
    bottom: 0;
    right:0;
}

.detail .container .row .col-lg-8 .detail-lft .carousel-indicators li {
    width: 124px;
    height: 95px;
    /* color: #000; */
    
    
}

.detail .container .row .col-lg-8 .detail-lft .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -135px;
    left: 0;
    justify-content: space-between;
    padding-left: 0;
    margin-right: 0;
    margin-left: 1%;
    list-style: none;
}

.detail .container .row .col-lg-8 .detail-lft .carousel-indicators li {
    border-top: 0;
    border-bottom: 0;
    opacity: .7;
}

.detail .container .row .col-lg-8 .detail-lft .carousel-indicators li.active{
    opacity: 1 !important;

} 


.detail .container .row .col-lg-8 .detail-lft #demo .carousel-ul li:first-child{
    background-image:url('../images/sm-1.png');
}

.detail .container .row .col-lg-8 .detail-lft #demo .carousel-ul li:nth-child(2){
    background-image:url('../images/sm-2.png');
}
.detail .container .row .col-lg-8 .detail-lft #demo .carousel-ul li:nth-child(3){
    background-image:url('../images/sm-3.png');
}
.detail .container .row .col-lg-8 .detail-lft #demo .carousel-ul li:nth-child(4){
    background-image:url('../images/sm-4.png');    
}

.detail .container .row .col-lg-8 .detail-lft #demo .carousel-ul li:nth-child(5){
    background-image:url('../images/sm-5.png');    
}

.detail .container .row .col-lg-8 .detail-lft #demo .carousel-ul li:nth-child(6){
    background-image:url('../images/sm-6.png');    
}

.detail .container .row .col-lg-8 .detail-lft #demo .carousel-ul li{
    background-position:center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.detail .container .row .col-lg-8 .detail-lft #demo1 .carousel-ul li:first-child{
    background-image:url('../images/resort-sm-1.png');
}

.detail .container .row .col-lg-8 .detail-lft #demo1 .carousel-ul li:nth-child(2){
    background-image:url('../images/resort-sm-2.png');
}
.detail .container .row .col-lg-8 .detail-lft #demo1 .carousel-ul li:nth-child(3){
    background-image:url('../images/resort-sm-3.png');
}



.detail .container .row .col-lg-8 .detail-lft #demo2 .carousel-ul li:first-child{
    background-image:url('../images/aqua-sm-1.png');
}

.detail .container .row .col-lg-8 .detail-lft #demo2 .carousel-ul li:nth-child(2){
    background-image:url('../images/aqua-sm-2.png');
}
.detail .container .row .col-lg-8 .detail-lft #demo2 .carousel-ul li:nth-child(3){
    background-image:url('../images/aqua-sm-3.png');
}
.detail .container .row .col-lg-8 .detail-lft #demo2 .carousel-ul li:nth-child(4){
    background-image:url('../images/aqua-sm-4.png');    
}

.detail .container .row .col-lg-8 .detail-lft #demo2 .carousel-ul li:nth-child(5){
    background-image:url('../images/aqua-sm-5.png');    
}

.detail .container .row .col-lg-8 .detail-lft #demo2 .carousel-ul li:nth-child(6){
    background-image:url('../images/aqua-sm-6.png');    
}




.detail .container .row .col-lg-8 .detail-lft #demo3 .carousel-ul li:first-child{
    background-image:url('../images/sup-sm-1.png');
}

.detail .container .row .col-lg-8 .detail-lft #demo3 .carousel-ul li:nth-child(2){
    background-image:url('../images/sup-sm-2.png');
}
.detail .container .row .col-lg-8 .detail-lft #demo3 .carousel-ul li:nth-child(3){
    background-image:url('../images/sup-sm-3.png');
}
.detail .container .row .col-lg-8 .detail-lft #demo3 .carousel-ul li:nth-child(4){
    background-image:url('../images/sup-sm-4.png');    
}



.detail .container .row .col-lg-8 .detail-lft #demo4 .carousel-ul li:first-child{
    background-image:url('../images/stan-sm-1.png');
}

.detail .container .row .col-lg-8 .detail-lft #demo4 .carousel-ul li:nth-child(2){
    background-image:url('../images/stan-sm-2.png');
}
.detail .container .row .col-lg-8 .detail-lft #demo4 .carousel-ul li:nth-child(3){
    background-image:url('../images/stan-sm-3.png');
}



.detail .container .row .col-lg-8 .detail-lft #demo5 .carousel-ul li:first-child{
    background-image:url('../images/one-sm-1.png');
}

.detail .container .row .col-lg-8 .detail-lft #demo5 .carousel-ul li:nth-child(2){
    background-image:url('../images/one-sm-2.png');
}
.detail .container .row .col-lg-8 .detail-lft #demo5 .carousel-ul li:nth-child(3){
    background-image:url('../images/one-sm-3.png');
}
.detail .container .row .col-lg-8 .detail-lft #demo5 .carousel-ul li:nth-child(4){
    background-image:url('../images/one-sm-4.png');    
}



.detail .container .row .col-lg-8 .detail-lft #demo6 .carousel-ul li:first-child{
    background-image:url('../images/double-sm-1.png');
}

.detail .container .row .col-lg-8 .detail-lft #demo6 .carousel-ul li:nth-child(2){
    background-image:url('../images/double-sm-2.png');
}
.detail .container .row .col-lg-8 .detail-lft #demo6 .carousel-ul li:nth-child(3){
    background-image:url('../images/double-sm-3.png');
}


.detail .container .row .col-lg-8 .detail-lft #demo7 .carousel-ul li:first-child{
    background-image:url('../images/earth-sm-1.png');
}

.detail .container .row .col-lg-8 .detail-lft #demo7 .carousel-ul li:nth-child(2){
    background-image:url('../images/earth-sm-2.png');
}
.detail .container .row .col-lg-8 .detail-lft #demo7 .carousel-ul li:nth-child(3){
    background-image:url('../images/earth-sm-3.png');
}
.detail .container .row .col-lg-8 .detail-lft #demo7 .carousel-ul li:nth-child(4){
    background-image:url('../images/earth-sm-4.png');    
}

.detail .container .row .col-lg-8 .detail-lft #demo7 .carousel-ul li:nth-child(5){
    background-image:url('../images/earth-sm-5.png');    
}

.detail .container .row .col-lg-8 .detail-lft #demo7 .carousel-ul li:nth-child(6){
    background-image:url('../images/earth-sm-6.png');    
}



.detail .container .row .col-lg-8 .detail-lft #demo8 .carousel-ul li:first-child{
    background-image:url('../images/lake-sm-1.png');
}

.detail .container .row .col-lg-8 .detail-lft #demo8 .carousel-ul li:nth-child(2){
    background-image:url('../images/lake-sm-2.png');
}
.detail .container .row .col-lg-8 .detail-lft #demo8 .carousel-ul li:nth-child(3){
    background-image:url('../images/lake-sm-3.png');
}
.detail .container .row .col-lg-8 .detail-lft #demo8 .carousel-ul li:nth-child(4){
    background-image:url('../images/lake-sm-4.png');    
}

/* .detail .container .row .col-lg-8 .detail-lft #demo8 .carousel-ul li:nth-child(5){
    background-image:url('../images/lake-sm-5.png');    
}

.detail .container .row .col-lg-8 .detail-lft #demo8 .carousel-ul li:nth-child(6){
    background-image:url('../images/lake-sm-6.png');    
} */



.detail .container .row .col-lg-8 .detail-lft #demo6 .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -135px;
    left: 0;
    justify-content: left !important;
    padding-left: 0;
    margin-right: 0;
    margin-left: 1%;
    list-style: none;
}

.detail .container .row .col-lg-8 .detail-lft #demo5 .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -135px;
    left: 0;
    justify-content: left !important;
    padding-left: 0;
    margin-right: 0;
    margin-left: 1%;
    list-style: none;
}

.detail .container .row .col-lg-8 .detail-lft #demo4 .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -135px;
    left: 0;
    justify-content: left !important;
    padding-left: 0;
    margin-right: 0;
    margin-left: 1%;
    list-style: none;
}



.detail .container .row .col-lg-8 .detail-lft #demo1 .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -135px;
    left: 0;
    justify-content: left !important;
    padding-left: 0;
    margin-right: 0;
    margin-left: 1%;
    list-style: none;
}

.detail .container .row .col-lg-8 .detail-lft #demo3 .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -135px;
    left: 0;
    justify-content: left !important;
    padding-left: 0;
    margin-right: 0;
    margin-left: 1%;
    list-style: none;
}

.detail .container .row .col-lg-8 .detail-lft .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -135px;
    left: 0;
    justify-content: space-between;
    padding-left: 0;
    margin-right: 295px;
    margin-left: -3px;
    list-style: none;
}

.detail-list{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

.detail-list li a{
    color: #ffc402;
    font-size: 12px;
}

.detail-list li{
    font-size: 14px;
    color: #676767;
    
}

.detail-list li span {
    margin: 0 25px 0 5px;
}

h4.detail-caption {
    font-size: 33px;
    letter-spacing: 1px;
    color: #6f4528;
    font-weight: 600;
}

.detail-lft {
    margin-top: 35px;
}

h5.d-caption2 {
    font-size: 18px;
   
}

.d-caption3 {
    font-size: 22px;
    color: #6f4528;
    font-weight: 600;
}

.detail-content {
    margin-top: 50px;
}

h5.detail-title {
    font-size: 25px;
    color: #6f4528;
    margin-bottom: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

h5.detail-title2 {
    font-size: 18px;
    
    font-weight: 700;
    color: #655548;
    margin-bottom: 20px;
}

p.d-para {
    font-size: 16px;
    color: #505050;
    text-align: justify;
    line-height: 28px;
    margin-bottom: 25px;
    padding-right: 88px;
}

p.d-para2 {
    font-size: 16px;
    color: #505050;
    
    text-align: justify;
    line-height: 28px;
    border-bottom: 1px solid #e0dddd;
    /* padding: 30px 0 40px; */
    padding-bottom: 40px;
}

/* .de-right{

} */

.amenity-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

/* .amenity-list li img {
    width: 23px;
} */

.amenity-list li {
    line-height: 38px;
    font-size: 17px;
    /* font-weight: 500; */
}

.amenity-list li i {
    color: #6f4528;
    font-size: 12px;
    transform: translateY(-1px);
    margin-right: 12px;
}

/* .amenity-list li span{
    margin-left: 30px;
}

.amenity-list li i{
    font-size: 12px;
    color: #866c47;
}

.amenity-list .am-li{
    color: #505050;
    line-height: 30px;
}

.amenity-list .am-li span{
    margin-left: 12px;
}

.amenity-list li .btl-img{
    width: 12px !important;
}

.btl-span {
    margin-left: 39px !important;
} */

.detail-title3{
    font-size: 18px;
    color: #5b2e01;
    font-weight: 700;
    
} 

.d-text2 {
    margin-top: 40px;
    /* border-bottom: 1px solid #e0dddd; */
    /* padding-bottom: 40px; */
}

.d-text3{
    margin-top: 40px;
}

.d-text4 {
    margin-top: 30px;
}

.d-btm{
    margin-bottom: 13px;
}

.d-paragrh {
    font-size: 15px;
    color: #505050;
    line-height: 25px;
}

#date {
    width: 150px;
    outline: none;
    border: 1px solid #aaa;
    padding: 6px 28px;
    color: #aaa;
  }
  
  .date-container {
    position: relative;
    float: left;
  }
  .date-container .date-text {
    position: absolute;
    top: 6px;
    left: 12px;
    color: #aaa;
  }
  .date-container .date-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    /* pointer-events: none; */
    cursor: pointer;
    color: #aaa;
  }

  label.form-label {
    color: #646363;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 3px;
    font-weight: 500;
}

.d-form .detail-form .form-grp .form-control{
    background-color: transparent;
    border-bottom: 1px solid #000;
    border-top: initial;
    border-left: initial;
    border-right: initial;
    border-radius: initial;
    padding-left: 0;
}

.d-form .detail-form .form-grp .form-control::placeholder{
    
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

span.date-cal {
    position: absolute;
    right: 5px;
    bottom: 3px;
}

span.date-cal i {
    color: #7f7c7c;
}

.form-top {
    margin-top: 20px;
}

.extra-flex{
    display: flex;
    justify-content: space-between;
}

h5.d-service {
    /* font-size: 18px; */
    color: #814304;
    /* font-weight: 600; */
    margin-top: 30px;
}

.d-extra .form-check-label{
    
    color: #8f8f8f;
    font-size: 14px;

}

.extra-title{
    
    color: #292929;
    font-size: 14px;
}

.extra-title span{
    color: #8a8a8a;
    margin-right: 5px;
}

.ex-top{
    margin-top: 10px;
}

.ex-link {
    background-color: #bda285;
    display: inline-block;
    color: #fff;
    width: 100%;
    padding: 11px 25px;
    font-size: 15px;
    letter-spacing: 2px;
    margin-top: 30px;
    font-weight: 500;
    text-align: center;
}

.ex-link:hover{
    color: #fff;
    text-decoration: none;
}

h5.ex-title {
    width: 100%;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 50px 15px;
    font-weight: 600;
    font-size: 18px;
}

.form-rt {
    border: 1px solid #ddd;
    padding-bottom: 50px;
    margin-top: 100px;
}

.d-form {
    padding: 20px 40px 0;
}


.con-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.con-list li a{
    display: flex;
}

.con-list li a i {
    color: #907255;
    transform: translateY(7px);
    margin-right: 13px;
}

.con-list li a h5 {
    font-size: 16px;
    color: #373737;
    line-height: 28px;
    padding-bottom: 8px;
}

.con-list li a h5:last-child{
    padding-bottom: 0;
}

.con-list li a:hover{
    text-decoration: none;
}

h4.con-header {
    font-size: 38px;
    text-transform: capitalize;
}

p.con-para {
    padding-right: 659px;
    color: #464646;
    margin-bottom: 30px;
}

h5.con-title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.con-up {
    margin-top: 30px;
}

.con-1 {
    background: #ffffff;
    box-shadow: 0px 4px 12px 0px #c5c2c2;
    padding: 20px;
    min-height: 269px;
}

.con-detail {
    margin-top: 70px;
}

h4.get-header {
    font-size: 36px;
    /* padding-right: 155px; */
    /* text-transform: uppercase; */
    line-height: 46px;
}

p.get-para {
    color: #505050;
    font-weight: 500;
    margin-bottom: 22px;
}

h5.get-header2 {
    font-size: 20px;
    color: #d38b48;
    text-transform: capitalize;
    margin-bottom: 8px;
}

h5.get-number {
    font-size: 18px;
    color: #381c00;
    line-height: 30px;
    padding-right: 200px;
    margin-bottom: 20px;
}

h4.get-title {
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 15px;
}

.get-rt .get-1 .form-get-bg .form-get-box .form-grp-1 .form-control {
    background: initial;
    border-radius: initial;
    border: initial;
    border-bottom: 1px solid #818a91;
    height: initial;
    padding: 0;
}

.get-rt .get-1 .form-get-bg .form-grp-1 .msg{
    resize: none;
    border: 1px solid #e3e3e3;
    height: 107px;
}

.get-rt .get-1 .form-get-bg .form-get-box .form-grp-1 label {
    color: #8a8a8a;
    margin-bottom: -10px;
}

.get-rt .get-1 .form-get-bg .form-grp-1 label{
    color: #8a8a8a !important;
    margin-bottom: 18px;
}

.get-rt .get-1 .form-get-bg .form-get-box .form-grp-1 {
    margin-bottom: 26px;
}

input.get-link {
    border: initial;
    background: #907255;
    color: #fff;
    font-size: 17px;
    padding: 9px 25px;
    margin-top: 25px;
}



/*------------- room-details --------------*/

.room-text{
    padding: 135px 0;
}

.dine-banner{
    background: url(../images/dine-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;

}


.di-container{
    width: 1330px;
    margin: 0 auto;
}

.di-bg {
    background: url(../images/dine-1.png) no-repeat;
    width: 91%;
    background-position: center;
    min-height: 500px;
}

.di-bg3 {
    background: url(../images/dine-3.png) no-repeat;
    width: 91%;
    background-position: center;
    min-height: 500px;
}

.di-bg4{
    background: url(../images/dine-5.png) no-repeat;
    width: 91%;
    background-position: center;
    min-height: 500px;
    float: right;
}

.di-box {
    background: #7a6148;
    width: 50%;
    padding: 40px 40px;
    margin-left: 59%;
    /* margin-top: 36px; */
    transform: translatey(55px);
}

h5.di-cap {
    font-family: "Philosopher", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    font-size: 23px;
    margin-bottom: 16px;
}

p.di-para2 {
    color: #d8d8d8;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 24px;
}

a.di-link {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 17px;
    letter-spacing: 1px;
    padding: 8px 22px;
}

a.di-link:hover{
    color: #fff;
    text-decoration: none;
}

.di-bg2{
    background: url(../images/dine-2.png) no-repeat;
    width: 91%;
    background-position: center;
    min-height: 500px;
    float: right;
}


.clear{
    clear: both;
}

.di-box2 {
    background: #7a6148;
    width: 50%;
    padding: 40px 40px;
    /* margin-top: 36px; */
    transform: translatey(65px);
    margin-left: -123px;
}


.di-row2 {
    margin: 60px 0 58px;
    display: inline-block;
}

.di-row3{
    margin-bottom: 60px;
    display: inline-block;
}

h5.di-header {
    color: #b19576;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 7px;
    position: relative;
}

h5.di-header::after{
    content: "";
    width: 1px;
    height: 55px;
    background-color: #000;
    position: absolute;
    top: -80px;
    left: 50%;
}

h5.di-header2.a-font {
    font-size: 17px;
    color: #000000;
    margin-bottom: 19px;
    font-size: 33px;
    /* font-weight: 600; */
    letter-spacing: 1px;
}

p.di-para {
    line-height: 28px;
    color: #535353;
    padding: 0 100px;
}

.di-row {
    margin-top: 40px;
}

.dine {
    margin-top: 140px;
}


/*--------- Events and Meetings --------------*/


.meet-banner{
    background: url(../images/meet-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
}



h5.me-cap {
    font-family: "Philosopher", sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

p.me-para {
    font-size: 17px;
    line-height: 28px;
    color: #494949;
    margin-bottom: 30px;
}

a.me-link {
    display: inline-block;
    border: 2px solid #7a6148;
    color: #7a6148;
    font-weight: 500;
    padding: 7px 20px;
}

a.me-link:hover{
    color: #7a6148;
    text-decoration: none;
}

.me-container{
    width: 1200px;
    margin: 0 auto;
}

.me-img img {
    width: 98%;
}

.me-txt {
    margin-top: 50px;
}

.me-top{
    margin: 40px 0;
}

.me-top2{
    margin-bottom: 40px;
}

.meet {
    margin-top: 70px;
}

.suite .container-fluid{
    padding: 0 12.5%;
}

.su-img img {
    width: 100%;
}

h5.su-cap a {
    font-size: 22px;
    margin-bottom: 6px;
    display: inline-block;
    color: #000;
}

p.su-para {
    font-size: 17px;
    color: #4d4d4d;
}

a.su-link {
    color: #7a6148;
    font-weight: 500;
}

a.su-link i{
    font-size: 15px;
    margin-left: 10px;
}


.su-txt {
    box-shadow: rgba(0, 0, 0, 0.1) -0.313vw 0.521vw 1.25vw;
    padding: 20px 30px;
    width: 96%;
    float: right;
    margin-top: -40px;
    position: relative;
    background: #fff;
}

.su-box {
    margin-top: 40px;
}

.suite {
    margin-top: 35px;
}


.ro-icon img {
    width: 45px;
}

.ro-icon {
    text-align: center;
}

h5.rom-cap {
    text-align: center;
}

.ro-bg {
    background: #fff4e9;
    padding: 40px 40px;
}

h5.ro-head {
    text-align: center;
    font-family: "Philosopher", sans-serif;
    font-size: 25px;
    color: #7a6148;
    margin-bottom: 30px;
}

h5.rom-cap {
    text-align: center;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 400;
    color: #7a6148;
    line-height: 24px;
}

.ro-icon {
    text-align: center;
    height: 59px;
}

.ro-bg {
    background: #fff4e9;
    padding: 40px 60px;
    width: 95%;
    margin-top: 36px;
}

.ro-box {
    border-left: 1px solid #ddd;
}

.ro-border{
    border-left: initial;
}

.well-banner{
    background: url(../images/well-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
}

.exe-img {
    width: 100%;
    height: 544px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ddd;
}

.exe-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}

.contact-banner{
    background: url(../images/contact-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;

}


.con-detail {
    margin-top: 70px;
}

h4.get-header {
    font-size: 30px;
    /* padding-right: 155px; */
    /* text-transform: uppercase; */
    line-height: 46px;
}

p.get-para {
    color: #505050;
    font-weight: 500;
    margin-bottom: 25px;
}

h5.get-header2 {
    font-size: 20px;
    color: #d38b48;
    text-transform: capitalize;
    margin-bottom: 8px;
}

h5.get-number {
    font-size: 18px;
    color: #381c00;
    line-height: 30px;
    padding-right: 200px;
    margin-bottom: 20px;
}

h4.get-title {
    text-transform: capitalize;
    font-size: 36px;
}

.get-rt .get-1 .form-get-bg .form-get-box .form-grp-1 .form-control {
    background: initial;
    border-radius: initial;
    border: initial;
    border-bottom: 1px solid #818a91;
    height: initial;
    padding: 0;
}

.get-rt .get-1 .form-get-bg .form-grp-1 .msg {
    resize: none;
    border: 1px solid #a9a9a9;
    height: 107px;
}

.get-rt .get-1 .form-get-bg .form-get-box .form-grp-1 label {
    color: #8a8a8a;
    margin-bottom: -10px;
}

.get-rt .get-1 .form-get-bg .form-grp-1 label{
    color: #8a8a8a !important;
    margin-bottom: 18px;
}

.get-rt .get-1 .form-get-bg .form-get-box .form-grp-1 {
    margin-bottom: 26px;
}

input.get-link {
    border: initial;
    background: #907255;
    color: #fff;
    font-size: 17px;
    padding: 9px 25px;
    margin-top: 25px;
}

.do-cap {
    color: #7a6148;
    font-size: 17px;
    margin-bottom: 14px;
}

.do-list{
    margin: 0;
    padding: 0;
    list-style: none;
    

}

.do-list li a{
    display: flex;
    
}

.do-list li a i {
    color: #7a6148;
    font-size: 14px;
    transform: translateY(5px);
    margin-right: 13px;
}
.do-list li a h5 {
    font-size: 16px;
    color: #494949;
}

h4.get-title {
    text-transform: capitalize;
    font-size: 30px;
}

.do-1 {
    margin: 17px 0;
}

.get-rt {
    margin-left: 40px;
}

.map{
    margin-top: 70px;
}


.room-list2{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    
}

.room-list2 li a {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.room-list2 li a i {
    font-size: 12px;
    padding: 0 8px;
}


p.ov-para {
    font-size: 17px;
    padding: 0 150px;
    line-height: 28px;
}

.overview {
    margin-top: 140px;
}

.h-img {
    width: 100%;
    height: 420px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ddd;
}

.h-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}

h5.h-cap {
    display: inline-block;
    color: #7a6148;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-top: 21px;
}

h5.h-header.text-center.a-font {
    color: #000000;
    margin-bottom: 23px;
    font-size: 34px;
    /* font-weight: 600; */
    letter-spacing: 1px;
}

.high {
    background-color: #fff9f3;
    padding: 60px 0;
}

.high {
    background-color: #fff9f3;
    padding: 60px 0;
    margin-top: 70px;
}

h5.in-cap {
    color: #8B8A84;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 14px;
    margin-top: 15px;
}

.in-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.in-list li a{
    display: flex;
}

.in-list li a i {
    color: #7a6148;
    line-height: 27px;
    margin-right: 12px;
    /* line-height: 29px; */
}

.in-list li a h5 {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.in-1.in-border {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    /* padding-bottom: 20px; */
    margin-top: 20px;
    /* border-bottom: 1px solid #ddd; */
}

.in-border2 {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    /* padding-bottom: 20px; */
    margin-top: 50px;
    /* border-bottom: 1px solid #ddd; */
}

.in-border3 {
    border-bottom: 1px solid #ddd;
    /* margin-top: 20px; */
    padding-bottom: 20px;
}

.in-border4 {
    border-bottom: 1px solid #ddd;
    /* margin-top: 20px; */
    padding-bottom: 44px;
}

.ovr2 {
    margin-top: 70px;
}

.ma-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.ma-list li a{
    display: inline-block;
}

h5.ma-cap.a-font {
    font-size: 30px;
    color: #7a6148;
}

h5.ma-title.a-font a {
    color: #000;
    font-size: 22px;
}

.ma-list li a {
    display: inline-block;
    color: #595959;
    font-size: 18px;
    margin-bottom: 10px;
}

a.ma-lo {
    color: #7a6148;
    font-size: 20px;
    font-weight: 500;
    /* text-decoration: solid; */
    
    display: inline-block;
}

h5.ma-cap.a-font {
    font-size: 30px;
    color: #7a6148;
    margin-bottom: 21px;
}

.mid-border {
    border-top: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    margin: 30px 0;
    padding: 30px 0;
}

.ma-icon.float-right a i {
    color: #000;
}