.info-bar {
    background-color: #63b7bf;
    padding: 10px;
    position: absolute;
    z-index: 2;
    width: 100%;
}
.mastser-header-one .navbar-default .navbar-nav > .open > a, .mastser-header-one .navbar-default .navbar-nav > .open > a:hover, .mastser-header-one .navbar-default .navbar-nav > .open > a:focus, .mastser-header-one .navbar-nav > li:hover > a, .mastser-header-one .navbar-nav > li > a:focus, .mastser-header-one .navbar-nav > li.active > a, .mastser-header-one .navbar-nav > li > a:after, .standard-header #mastser-header .navbar-nav > li > a:after, ul.menu-right-list li > button:hover {
    background-color: #63b7bf;
    color: var(--white-color);
}
.phone-call .hg-icon {
    position: absolute;
    left: -1px;
    top: -50px;
    width: 50px;
    height: 50px;
    border: 1px solid #63b7bf;
    background: #63b7bf;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    border-radius: 50%;
}
.phone-call .number span {
    font-family: 'Gilda Display', serif;
    font-size: 24px;
    color: #63b7bf;
    letter-spacing: 1px;
}
.btn-theme, .btn-theme-dark {
    text-decoration: none;
    position: relative;
    padding: 10px 25px;
    text-align: center;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 0 !important;
    border: none;
    background-color: #63b7bf;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Josefin Sans';
    overflow: hidden;
}
.about-box-3 .img-wrap .hover-bg {
    transition: 0.4s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--black-color);
    transform: scale(0);
    background-color: #63b7bf;
    border-radius: 50%;
}
.site-title-header span {
    color: #63b7bf;
}
.view-all-btn .btn-view {
    text-decoration: none;
    position: relative;
    padding: 5px 15px;
    text-align: center;
    color: #63b7bf;
    font-size: 12px;
    font-weight: 400;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 0 !important;
    border: 2px solid #63b7bf;
    background-color: var(--white-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: oswald, sans-serif;
    overflow: hidden;
}
body {
    margin: 0;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    max-width: none;
    color: #000000;
    font-family: "Poppins", sans-serif;
    background-color: var(--ind-white);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
}
body .room-section .room-carousel .owl-dots .owl-dot.active {
    border-color: #63b7bf;
    background: #63b7bf;
}
body .room-section .room-carousel .owl-dots .owl-dot.active {
    border-color: #63b7bf;
    background: #63b7bf;
}
:root {
    --heading-color: #120f2d;
    --bg-color: #f6f5fd;
    --body-color: #6a6a6a;
    --hg-primary: #63b7bf;
    --hg-secondary: #04102d;
    --white-color: #fff;
    --black-color: #000000;
    --light-color: #efefef;
    --lightgrey-color: #ccc;
    --font-1: 'Hind', sans-serif;
    --font-2: 'Jost', sans-serif;
    --transition: all 0.5s;
}
