html {
    font-size: 16px;
}
body {
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    color: #3d3d3d;
    font-weight: 400;
    /*background-color: rgba(255, 0, 0, 0.38) ;*/
}
ul li {
    list-style-type: none;
}
p {
    line-height: 1.7;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.7em;
}
.fb,
.twit,
.yt,
.gp {
    display: block;
    padding-left: 10px;
}
#about,
#rooms,
#facilities,
#gallery,
#book-now {
    padding: 70px 0;
}
/*-- header --*/

#header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 18;
}
.top-header {
    background: rgba(100, 100, 100, 0.65);
    color: #fff;
    padding: 7px 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 17;
    position: fixed;
}
.head-sodial-icon ul {
    padding-left: 0;
    position: relative;
    top: -3px;
}
.head-sodial-icon ul li {
    display: inline-block;
}
.head-sodial-icon ul li a {
    color: #fff;
}
.head-sodial-icon ul li .sm-icon {
    text-align: center;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    line-height: 1.8;
    border-radius: 50%;
    font-size: 0.8em;
}
.head-sodial-icon ul li .sm-icon:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #3d3d3d;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: 0.2s linear;
}
.tripadvisor span {
    padding-left: 10px;
}
.contact-text span {
    padding-left: 10px;
}
/*--NAVIGATION--*/

.navbar-header a {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand>img {
    width: 70%;
}
.navbar-toggle {
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.navbar-default {
    position: absolute;
    width: 100%;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: #fff !important;
    border-color: #fff;
}

.navbar {
    margin-bottom: 0px;
    background-color: #063852;
    border: transparent;
    border-radius: 0;
    padding: 10px;
    z-index: 45;
    top: -2px;
    left: 0;
    right: 0;
}
.navbar-brand {
    text-transform: uppercase;
    font-weight: 400;
    color: #fff !important;
    font-size: 34px;
}
.navbar-default .container {
    position: relative;
}
.navbar-collapse {
    padding: 0;
    position: relative;
    right: 130px;
}
.nav li i {
    padding-right: 8px;
    color: #fff;
}
.navbar-default .navbar-nav li a {
    color: #fff;
    background-color: transparent;
    border: 2px solid transparent;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: border 0.2s linear;
    -moz-transition: border 0.2s linear;
    -o-transition: border 0.2s linear;
    transition: border 0.2s linear;
}
.navbar-default .active{
     border: 2px solid #fff;
    color: #fff;
}
.navbar-nav li a.active {
    border: 2px solid #fff;
    color: #fff;
    outline: none;
}
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a:active {
    border: 2px solid #fff;
    color: #fff;
    outline: none;
}
.navbar-default .navbar-nav li a:hover i,
.navbar-default .navbar-nav li a:focus i {
    color: #fff;
}
.ex-btn-header {
    text-transform: uppercase;
    color: #063852;
    font-weight: 700;
    padding: 10px 15px;
    position: absolute;
    margin-left: 15px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    top: 5px;
    background-color: #fff;
    border: 2px solid #fff;
    z-index: 50;
    float: right;
    right: 15px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.ex-btn-header:hover,
.ex-btn-header:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
}
.ex-btn, .ex-btn:active {
    text-transform: uppercase;
    background-color: #063852;
    border: 2px solid #063852;
    color: #fff;
    font-weight: 700;
    padding: 10px 7px;
    position: relative;
    /*margin-left: 15px;*/
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.ex-btn:hover,
.ex-btn:focus {
    background-color: transparent;
    color: #063852;
    text-decoration: none;
    outline: none;
}
.ex-btn-white, .ex-btn-white:active {
    background-color: #fff;
    border: 2px solid #fff;
    color: #063852;
}
.ex-btn-white:hover, .ex-btn-white:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}
.position {
    top: 0;
}
#rooms h2 {
    margin-top: 0;    
    font-size: 35.2px;
}
.rm-padding {
    padding-top: 70px;
}
/*--ABOUT US--*/

.about-text {
    padding: 24px;
    line-height: 1.7;
}
.btn-more {
    text-transform: uppercase;
    background-color: #063852;
    border: 2px solid #063852;
    color: #fff;
    padding: 10px 15px;
    margin-left: 15px;
}
.btn-more:hover {
    background-color: transparent;
    color: #3d3d3d;
    text-decoration: none;
}
.about-us div#myCarousel:after {
    content: '';
    display: none;
}
/*--rooms--*/

.rooms {
    background-color: #f9f9f9;
}
.rooms .row {
    padding-top: 30px;
}
.rooms-img-container {
    border: 5px solid #fff;
    position: relative;
    z-index: 9;
}
.rooms-img-caption {
    width: 200px;
    height: 200px;
    background-color: #fff;
    position: absolute;
    z-index: 10;
    padding: 20px 43px;
    top: 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.col-padding {
    padding: 20px;
}
.no-mrgin-left {
    margin-left: 0;
}
.margin-bottom30 {
    margin-bottom: 30px;
}
.bg-img-wrapper {
    background-image: url('../img/great-hotel-service.jpg');
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.bg-img-wrapper:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
/*--facilities--*/

.facilities {
    background-color: #f9f9f9;
    border-bottom: 1px solid #dadada;
    position: relative;
}
.facilities .container {
    position: relative;
}
.shape {
    width: 300px;
    height: 200px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;    
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 50px;
    background: #063852 url('../img/logo-white-1.png') no-repeat;   
    background-position: 50%;
    z-index: 9;
}
.facilities .row {
    padding-top: 40px;
}
.faci-content {
    background-color: #f9f9f9;
    border: 2px solid #dadada;
    margin-left: 15px;
    margin-bottom: 45px;
    -webkit-transition: border 0.2s linear;
    -moz-transition: border 0.2s linear;
    -o-transition: border 0.2s linear;
    transition: border 0.2s linear;
}
.faci-content:hover {
    border: 2px solid #063852;
    cursor: pointer;
}
.faci-img a {
    background-color: #063852;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;    
    color: #fff;
    position: absolute;
    top: -7px;
    left: 15px;
    height: 60px;
    width: 60px;
    text-align: center;
}
.faci-img .fa {
    position: relative;
    top: 33%;
    font-size: 1.4em;
}
.faci-img2 a {
    margin-top: 80px;
}
.faci-content h3 {
    margin: 0;
    padding: 35px 68px;
    font-size: 1.2em;
}
.img-padding {
    margin: 15px 0px;
}
/* gallery */

.img-padding {
    position: relative;
}
.img-padding img {
    width: 100%;
    vertical-align: top;
}
.img-padding img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
/*--book-now--*/

.book-now {
    background-color: #f9f9f9;
    border-top: 1px solid #dadada;
}
.bkn {
    text-transform: uppercase;
    color: #063852 !important;
    margin-top: 0;
}
/*--footer--*/

.footer {
    background-color: #063852;
    padding: 30px 0;
    color: #fff;
}
.ftr-logo {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.social-media {
    text-align: center;
}
.social-media ul li {
    padding: 0 5px;
}
.social-media ul li {
    display: inline-block;
}
.social-media ul li a {
    color: #fff;
}
.social-media ul li .sm-icon {
    text-align: center;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    line-height: 2.8;
    font-size: 0.8em;
    border-radius: 50%;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.social-media ul li .sm-icon:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #3d3d3d;
}
.ftr-cr {
    color: #fff!important;
    padding-top: 20px;
    padding-left: 40px;
    font-size: 0.8em;
}
.ftr-nav ul {
    text-align: center;
}
.ftr-nav ul li {
    margin: 20px auto;
}
.ftr-nav ul li {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #fff;
}
.ftr-nav ul li a {
    color: #fff;
    text-transform: uppercase;
}
.ftr-nav ul li a:hover {
    color: #fff;
}
.hr {
    margin-top: 0;
    border-top: 1px solid #0f4a69;
}
.ftr-nav .last {
    border-right: none;
}
/*-- Custome Common Class --*/

.title-line {
    color: #063852;
    text-transform: uppercase;
    font-size: 2.2em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    display: block;
}
.title-line span {
    background-color: #fff;
    padding: 0 0;
    z-index: 1;
    position: relative;
}
.white {
    color: #fff;
}
.title-line-fc span {
    background-color: #f9f9f9;
}
.padding-top25 {
    padding-top: 25px;
}
.padding-top30 {
    padding-top: 30px;
}
.padding-top40 {
    padding-top: 40px;
}
.mrgn-bottom0 {
    margin-bottom: 0;
}
.mrgn-right-20 {
    margin-right: -20px !important;
}
.mrgn-top20 {
    margin-top: 20px;
}
.mrgn-top30 {
    margin-top: 30px;
}
.mrgn-top25 {
    margin-top: 25px;
}
.fs24 {
    font-size: 24px;
}
/*.faci-caption-container ::-webkit-input-placeholder {
    color: #fff !important;
}*/
.caption-title h1 {
    font-size: 2em;
}
@media (min-width: 300px) and (max-width: 630px) {
    .top-header {
        display: none;
    }
    #header {
        position: relative;
        top: 0;
    }
    .navbar-default {
        position: relative;
        top: 0;
    }
    .info-pg {
        padding-top: 70px !important;
        padding-bottom: 100px !important;
    }
    .about-img-box {
        margin-top: 30px !important;
    }
    .room-pg {
        padding-top: 60px !important;
    }
    #facilities-pg {
        padding-top: 30px !important;
    }
    .facilities .row {
        padding-top: 30px;
    }
    #inner-gallery {
        padding-top: 30px !important;
    }
    .carousel-control {
    top: 50% !important; 
}
.carousel-control.left i, .carousel-control.right i {
    font-size: 1.4em !important;
}
#rooms h2 {
    margin-top: 0;
    font-size: 26.6px;
    }
}
@media (min-width: 300px) and (max-width: 767px) {
    html {
        font-size: 14px;
    }
    .fb,
    .twit,
    .yt,
    .gp {
        display: none;
    }
    .mrgn-top20-xs {
        margin-top: 20px;
    }
    .title:before,
    .title:after,
    .title-gallery:before,
    .title-gallery:after,
    .title-white:before,
    .title-white:after {
        display: none;
    }
    .custom-list li a:hover,
    .custom-list li a:active,
    .custom-list li a:focus {
        text-decoration: none;
        color: #fff;
        margin-right: 0;
        background-color: #fff;
    }
    .active {
        margin-right: 0;
    }
    .custom-list li:hover,
    .custom-list li:focus,
    .custom-list li:active,
    .custom-list li:visited {
        margin-right: 0;
        background-color: #fff;
    }
    .btn-container {
        padding: 20px 10px 20px 155px;
    }
    .custom-list {
        margin-bottom: 0;
    }
    .ftr-nav ul {
        padding: 0;
    }
    .ftr-nav ul li {
        padding: 0 8px;
    }
    .social-media ul {
        padding: 0;
    }
    .ftr-cr {
        padding-left: 0;
    }
    .header-right ul {
        padding-left: 0;
        display: inline-flex;
    }
    .margin-sm-20 {
        margin-top: 20px;
    }
    .rooms .col-md-3 {
        padding-bottom: 20px;
    }
    .caption-container ::-webkit-input-placeholder {
        color: #063852;
    }
    .title-line {
        font-size: 1.9em;
    }
    .ftr-cr {
        font-size: 0.8em;
    }
    #navbar {
        position: absolute;
        z-index: 1;
        background-color: #063852;
        width: 250px;
        right: 0;
        margin: 0;
        float: left;
        top: 59px;
    }
    .navbar-nav {
        margin: 0;
    }
    .info-pg .contact {
        margin-top: 25px;
    }
    .info-pg .form h2,
    .info-pg .contact h2 {
        font-size: 1.8em;
    }
    #navbar {
        border-color: transparent;
    }
    .navbar-nav {
        border-top: 1px solid #095780 !important;
    }
}
@media (min-width: 300px) and (max-width: 460px) {
    .info-pg input[type="text"],
    textarea {
        width: 100% !important;
    }
    .ftr-logo img {
        margin: 0 auto;
        width: 25% !important;
    }
    .ftr-logo {
        display: none;
    }
    .ftr-nav ul {
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .ftr-nav ul li {
        display: block;
        border-right: 0;
        margin: 10px 0;
    }
    .about-us h2{
        font-size: 1.8em;
    }
        .carousel-control.left i, .carousel-control.right i {
    font-size: 0.9em !important;
}
}
@media (min-width: 355px) {
    .fb,
    .twit,
    .yt,
    .gp {
        display: none;
    }
    .pull-right ul {
        padding-left: 0 !important;
    }
    .mrgn-top20-xs {
        margin-top: 20px;
    }
    .title:before,
    .title:after,
    .title-gallery:before,
    .title-gallery:after,
    .title-white:before,
    .title-white:after {
        display: none;
    }
    .custom-list li a:hover,
    .custom-list li a:active,
    .custom-list li a:focus {
        text-decoration: none;
        color: #fff;
        margin-right: 0;
        background-color: #fff;
    }
    .active {
        margin-right: 0;
    }
    .custom-list li:hover,
    .custom-list li:focus,
    .custom-list li:active,
    .custom-list li:visited {
        margin-right: 0;
        background-color: #fff;
    }
    .btn-container {
        padding: 20px 10px 20px 85px;
    }
    .custom-list {
        margin-bottom: 0;
    }
}
@media (max-width: 560px) {
    .facilities .col-xs-6 {
        width: 100%;
    }
    .margin-xs-top {
        margin-top: -46px;
    }
}
@media (min-width: 481px) {
    .fb,
    .twit,
    .yt,
    .gp {
        display: none;
    }
    .mrgn-top20-xs {
        margin-top: 20px;
    }
    .title:before,
    .title:after,
    .title-gallery:before,
    .title-gallery:after,
    .title-white:before,
    .title-white:after {
        display: none;
    }
    .custom-list li a:hover,
    .custom-list li a:active,
    .custom-list li a:focus {
        text-decoration: none;
        color: #fff;
        margin-right: 0;
        background-color: #fff;
    }
    .active {
        margin-right: 0;
    }
    .custom-list li:hover,
    .custom-list li:focus,
    .custom-list li:active,
    .custom-list li:visited {
        margin-right: 0;
        background-color: #fff;
    }
    .btn-container {
        padding: 20px 10px 20px 155px;
    }
    .custom-list {
        margin-bottom: 0;
    }
    .ftr-nav ul {
        padding: 0;
    }
    .margin-sm-20 {
        margin-top: 20px;
    }
    .rooms .col-md-3 {
        padding-bottom: 20px;
    }
    .shape {
        width: 200px;
        height: 200px;
        background-size: 70%;
        background-position: 50%;
        border-radius: 100%;
    }
    .faci-caption-left ul li a:before {
        width: 185%;
    }
    .faci-caption-right ul li a:before {
        width: 160%;
    }
}
@media (min-width: 768px) {
    .title:before {
        left: 320px;
    }
    .mrgn-top20-xs {
        margin-top: 20px;
    }
    .custom-list li a:hover,
    .custom-list li a:active,
    .custom-list li a:focus {
        text-decoration: none;
        color: #fff;
        margin-right: 0;
        background-color: #fff;
    }
    .active {
        margin-right: 0;
    }
    .custom-list li:hover,
    .custom-list li:focus,
    .custom-list li:active,
    .custom-list li:visited {
        margin-right: 0;
        background-color: #fff;
    }
    .margin-sm-20 {
        margin-top: 0;
    }
    .rooms-img-caption {
        width: 180px;
        height: 180px;
        background-color: #fff;
        position: absolute;
        z-index: 10;
        padding: 10px 33px;
        top: 0;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .fb,
    .twit,
    .yt,
    .gp,
    .ta {
        display: block;
        padding-left: 5px;
    }
    .shape {
        width: 200px;
        height: 200px;
        background-size: 70%;
        background-position: 50%;
        border-radius: 100%;
    }
    .faci-caption-left ul li a:before {
        width: 185%;
    }
    .faci-caption-right ul li a:before {
        width: 160%;
    }
}
@media (min-width: 992px) {
    .mrgn-top20-xs {
        margin-top: 0;
    }
    .rooms .col-md-3 {
        padding-bottom: 0;
    }
    .rooms-img-caption {
        width: 200px;
        height: 200px;
        background-color: #fff;
        position: absolute;
        z-index: 10;
        padding: 20px 43px;
        top: 0;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .shape {
        width: 300px;
        height: 200px;
        border-radius: 0;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .faci-caption-left ul li a:before {
        width: 270%;
    }
    .faci-caption-right ul li a:before {
        width: 270%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #navbar {
        position: relative;
        z-index: 1;
        background-color: #063852;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0;
        float: left;
        top: 10px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav {
        margin: 0;
        width: 100%;
        border-top: 1px solid #095780;
    }
    .navbar-toggle {
        right: 130px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
    }
    .navbar-header {
        float: none;
    }
    .head-sodial-icon ul li .sm-icon {
        line-height: 1.8;
    }
    .info-pg .contact {
        margin-top: 25px;
    }
    .ex-btn-header {
        top: 1px;
    }
    /*----room----*/
    
    .img-caption {
        left: 270px !important;
    }
}
@media (min-width: 300px) and (max-width: 360px) {
    .faci-content {
        margin-left: 6px;
        margin-bottom: 30px;
    }
    .faci-img a {
        padding: 10px;
    }
}
@media (min-width: 300px) and (max-width: 491px) {
    .caption-position h3 {
        font-size: 1.4em;
    }
    .ex-btn {
        font-size: 0.8em;
    }
    #navbar {
        width: 240px;
        top: 59px;
    }
}
@media (min-width: 492px) and (max-width: 767px) {
    .img-caption {
        left: 270px !important;
    }
    .ex-btn {
        font-size: 0.8em;
    }
}
@media (max-width: 670px) {
    .img-caption {
        position: relative !important;
        left: 0 !important;
    }
}
@media (min-width: 361px) and (max-width: 767px) {
    .faci-content h3 {
        /*padding: 10px 68px;*/
    }
    .faci-content {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 776px) {
    .container {
        width: 733px;
    }
    .border-pattern {
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}
@media (min-width: 450px) and (max-width: 991px){
    .ftr-logo img{
        width: 15% !important;
    }
}
/*----about page----*/

.about .banner-caption,
.contact .banner-caption,
.clients-pg-space .banner-caption,
.faq .banner-caption,
.feature-pg .banner-caption {
    padding-top: 50px;
}
.about-padding {
    padding-top: 70px;
    padding-bottom: 50px;
}
.about-us {
    background: #f9f9f9;
    border-bottom: 1px solid #eaeaea;
}
.sub-about-us ul {
    list-style-type: none;
    position: relative;
}
.sub-about-padding {
    padding-bottom: 30px;
}
.about-img-box {
    width: 100%;
    margin: 0 auto;
    border: 10px solid #fff;
    box-shadow: 0 1px 45px #ccc;
    top: -40px;
    position: relative;
}
.sub-about-us ul li:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50px;
    border-bottom-left-radius: 0;
    border: 1px solid #4a83af;
    margin: 8px 0;
    left: 15px;
}
/*---sticky navigation---*/

.phshow {
    box-shadow: 0px 1px 15px rgba(255, 255, 255, 0.28);
    background-color: #063852;
    border-color: #e7e7e7;
    position: fixed;
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    z-index: 100;
    border-radius: 0px;
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
}
.site-nevigation .menu-footer-container {
    margin-top: 2px;
}
.mtop4 {
    margin-top: 4px !important;
}
.header {
    background-color: #063852;
    position: fixed;
    top: 35px;
    left: 0;
    right: 0;
    z-index: 17;
    transition: all ease .5s;
    transform: translate3d(0px, 0px, 0px);
}
/*----about-pg---*/

.about-img-box {
    margin-top: 100px;
    position: relative;
}
.about-title {
    color: #b1b1b1;
    text-align: center;
}
.about-us h2 {
    margin: 0;
}
.about-us p {
    line-height: 1.7;
}
.blue {
    color: #063852;
}
/*---room-pg----*/

.room-pg {
    padding-top: 130px;
    padding-bottom: 70px;
}
.mtop30 {
    margin-top: 30px;
}
.paddingbtm {
    padding-bottom: 60px;
}
.img-container {
    position: relative;
}
.img-caption {
    background: #063852;
    position: absolute;
    padding: 20px 35px 40px;
    left: 580px;
    top: 0;
    color: #fff;
    box-shadow: 0px 1px 30px #a7a7a7;
}
.img-caption h3 {
    text-transform: uppercase;
}
.btn-book {
    color: #fff;
    padding: 15px 20px;
    border: 2px solid #fff;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: background linear 0.2s;
    -webkit-transition: background linear 0.2s;
    -moz-transition: background linear 0.2s;
}
.btn-book:hover,
.btn-book:focus,
.btn-book:active {
    text-decoration: none;
    background-color: #fff;
}
.right {
    right: -60px;
    top: 25px;
    z-index: 1;
    left: 0;
}
.form input {
    border-radius: 0;
    width: 70%;
    background: #f1f1f1;
    border-radius: 0;
    width: 70%;
    color: #000;
    background: #f1f1f1;
    margin: 5px 0;
    padding: 18px 15px;
}
.btn-contact {
    background: #063852;
    color: #fff;
    border: 2px solid transparent;
    padding: 13px 30px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    top: 20px;
    position: relative;
    left: 2px;
    transition: background linear 0.2s;
}
.btn-contact:hover,
.btn-contact:focus {
    background: transparent;
    border: 2px solid #063852;
    color: #063852;
    text-decoration: none;
}
/*---facilities---*/

#facilities-pg {
    padding-top: 100px;
    padding-bottom: 30px;
}
/*---gallery---*/

#inner-gallery {
    padding-top: 100px;
    padding-bottom: 60px;
}
figure {
    display: inline-block;
    margin: 30px 15px;
    margin-bottom: 0;
    border: 5px solid #fff;
    box-shadow: 0 1px 2px 1px #bbbbbb;
}
.pop-img {
    position: relative;
    width: 100%;
    display: block;
}
.sh {
    position: absolute;
    top: 40%;
    left: 20%;
    color: #fff;
    z-index: 110;
    line-height: 1.2;
    opacity: 0;
}
/*---contact---*/

.info-pg {
    padding-top: 140px;
    padding-bottom: 70px;
}
.info-pg .fa {
    float: left;
    color: #063852;
}
.info-pg p {
    line-height: 1.5;
}
.info-pg input[type="text"],
textarea {
    border: 1px solid transparent;
    width: 100%;
    background: #f1f1f1 !important;
    border-radius: 0;
    color: #063852 !important;
    margin: 5px 0 !important;
    padding: 15px;
}
.info-pg ::-webkit-input-placeholder {
    color: #063852;
}
.info-pg .info-pg h3 {
    color: #063852;
    margin-top: 0;
}
.no-padding {
    padding: 0;
}
.about-img-bo .nemus-slider:after {
    content: '';
    display: none;
}
.padding60 {
    padding: 60px 0;
}
.info-pg iframe {
    width: 100%;
    height: 610px;
}
.contact h3 {
    margin-top: 0;
}
.form {
    padding-top: 1px;
}
.contact {
    margin-top: -25px;
}
.info-pg .form h2,
.info-pg .contact h2 {
    margin-bottom: 20px;
}
.info-pg input,
.info-pg textarea {
    transition: border 0.4s linear;
}
.info-pg input:focus,
.info-pg textarea:focus {
    border: 1px solid #063852 !important;
    outline: none;
}
.info-pg textarea {
    height: 100px;
}
.ftr-logo {
    margin-top: 20px;
    text-align: center;
}
.ftr-logo img {
    margin: 0 auto;
    width: 10%;
}
footer ul {
    font-size: 0.8em;
    margin-top: 20px;
}
footer .social-media ul li .sm-icon{
    font-size: 0.9em;
    line-height: 3;
    height: 35px;
    width: 35px;
}
#primary-menu {
    float: right;
}
@media (min-width: 991px) and (max-width: 1199px){
    .faci-padding{
    padding-right: 30px !important;
    }
}
@media (min-width: 631px) and (max-width: 990px){
    .info-pg {
    padding-top: 140px;
    padding-bottom: 100px;
}
}

h2.room-title {
    text-align: center;
    margin-top: -12px;
    margin-bottom: 0;
    padding-bottom: 40px;
}