html, body {
    height: 100%;
}
body {
    font-family: 'Montserrat', sans-serif;
    color: #243030;
}
a {
    text-decoration: none !important;
    outline: 0px !important;
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    background: rgba(255, 234, 212, .8);
    padding: 10px 0px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header .logo img {
    height: 60px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header-bg {
    background: rgba(255, 234, 212, .9);
}
.header-bg .logo img {
    height: 40px;
}
.header-bg .icn-menu {
    margin-top: 2px;
}
.icn-menu {
    background: #243030;
    color: #fff !important;
    font-weight: 500;
    margin: 13px 0 0 auto;
    display: block;
    line-height: 35px;
    height: 35px;
    padding: 0 20px 0 12px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.icn-menu i {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #fff;
    top: -5px;
    margin-left: 6px;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.icn-menu i:before, 
.icn-menu i:after {
    content: ' ';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.icn-menu i:before {
    top: -7px;
}
.icn-menu i:after {
    bottom: -7px;
}
.icn-menu:hover {
    background: #8b1e1e;
}
.icn-menu:hover i:before {
    top: -10px;
}
.icn-menu:hover i:after {
    bottom: -10px;
}
.home {
    height: calc(100% - 100px);
    position: relative;
}
.home-slider {
    height: 100%;
}
.slider-text {
    width: 100%;
    position: absolute;
    bottom: 50px;
    z-index: 1;
    text-align: center;
}
.home-slider .owl-stage-outer,
.home-slider .owl-stage,
.home-slider .owl-item,
.home-slider .item {
    height: 100%;
}
.home-slider .item {
    padding-bottom: 60px;
}
.home-slider .slide1 {
    background: url(../images/slide1.jpg) center top no-repeat;
    background-size: cover;
}
.home-slider .slide2 {
    background: url(../images/slide2.jpg) center top no-repeat;
    background-size: cover;
}
.home-slider .slide3 {
    background: url(../images/slide3.jpg) center top no-repeat;
    background-size: cover;
}
.slider-text h2,
.slider-text h3,
.slider-text p {
    color: #fff;
    background: rgba(36, 48, 48, .7);
    margin: 0px;
    display: inline-block;
    text-align: center;
}
.slider-text h3 {
    font-size: 30px;
    font-weight: 600;
    padding: 10px 30px;
    margin-bottom: 10px;
}
.slider-text h2 {
    font-size: 50px;
    font-weight: 300;
    padding: 10px 40px;
    margin-bottom: 10px;
}
.slider-text p {
    font-size: 20px;
    font-weight: 500;
    padding: 5px 13px;
}
.home-slider .owl-dots {
    position: absolute;
    margin: 0 auto;
    bottom: 16px;
    left: 0;
    right: 0;
}
.owl-theme .owl-dots .owl-dot {
    outline: 0px !important;
}
.owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, .6);
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, 1);
}
.benefits {
    background: #243030;
    color: #fff;
    font-size: 40px;
    height: 100px;
    text-align: center;
    font-weight: 300;
}
.benefits .typer {
    line-height: 100px;
}
.row.gutter-sm {
    margin-left: -5px;
    margin-right: -5px;
}
.row.gutter-sm > [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}
.get-brochure {
    padding: 40px 0px;
    background: url(../images/texture.jpg) center repeat;
}
.form-control {
    border-radius: 0px;
    border: 0px;
}
.btn {
    border-radius: 0px;
    box-shadow: none !important;
    outline: 0px !important;
    font-weight: 500;
}
.btn-primary {
    background: #862e24;
    border-color: #862e24;
}
.btn-primary:hover, 
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    background: #6c221a;
    border-color: #6c221a;
}
.amenities {
    position: relative;
    background: url(../images/amenities-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 90px 0px;
}
.amenities:after {
    background: rgba(196, 141, 84, .50);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    content: " ";
    top: 0;
}
.zindex-1 {
    z-index: 1;
}
h2 {
    font-size: 44px;
    font-weight: 500;
}
.amenities-box-border {
    border: 11px solid rgba(42, 42, 42, .26);
}
.amenities-box {
    padding: 30px;
    text-align: center;
    background: #edddcb;
    position: relative;
}
.amenities-box h4 {
    font-size: 24px;
    height: 75px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    justify-content: center;
}
.amenities-box p {
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background: rgba(36, 48, 48, .9);
    color: #fff;
    align-items: center;
    padding: 10px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.amenities-box:hover p {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.owl-carousel .owl-item .amenities-box img {
    width: auto;
    display: inline-block;
}
.amenities-slider .owl-nav {
    margin: -70px 0 0 0px;
    position: absolute;
    font-size: 60px;
    top: 50%;
    width: 100%;
}
.relative {
    position: relative;
}
.spec-box {
    padding: 30px;
    background: #edddcb;
}
.spec-box .img {
    width: 152px;
    height: 152px;
    overflow: hidden;
    border: 1px solid #d2d2d2;
    margin-right: 25px;
    border-radius: 100%;
    display: inline-block;
}
.spec-box .img img {
    width: 152px;
    height: 152px;
}
.spec-box h4 {
    font-size: 24px;
    margin: 15px 0px 10px;
}
.spec-box ul {
    margin: 0px;
    padding: 0px;
}
.spec-box li {
    margin: 0 0 5px 0px;
    padding-left: 15px;
    background: url(../images/icn-arrow.png) left 5px no-repeat;
    list-style: none;
}
.spec-box .details {
    display: inline-block;
    width: calc(100% - 182px);
    vertical-align: top;
}
.specifications {
    background: url(../images/specifications-bg.jpg) center no-repeat;
    background-size: cover;
}
.specifications:after {
    background: rgba(0, 0, 0, .40);
}
.siteview {
    background: url(../images/siteview-bg.jpg) center no-repeat;
    background-size: cover;
}
.siteview:after {
    background: rgba(196, 141, 84, .70);
}
.nav-tabs {
    border: 0;
    justify-content: center;
}
.nav-tabs .nav-link {
    border: 2px solid #8b695e !important;
    border-radius: 0px;
    min-width: 172px;
    text-align: center;
    background: #edddcb;
    font-size: 20px;
    color: #8b695e;
    font-weight: 600;
}
.nav-tabs .nav-link.active {
    background: #8b695e;
    color: #fff;
    border-color: #8b695e;
}
.lh-36 {
    line-height: 36px;
}
.font-17 {
    font-size: 17px;
}
.color-brown {
    color: #710c03;
}
.font-weight-500 {
    font-weight: 500;
}
.contactus {
    padding: 90px 0px;
    background: #f0b98e;
}
.footer {
    background: #362422;
    padding: 70px 0px;
}
.font-14 {
    font-size: 14px;
}
.socials a {
    height: 60px;
    width: 60px;
    display: inline-block;
    line-height: 60px;
    background: #594441;
    margin: 0 5px;
    color: #ffffff;
    font-size: 28px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.socials a:hover {
    background: #8b1e1e;
}
.site-menu {
    position: fixed;
    width: 370px;
    top: 0px;
    right: 0px;
    background: url(../images/texture.jpg) center repeat;
    padding: 0px 30px;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow-y: auto;
    flex-direction: column;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.site-menu a {
    line-height: 60px;
    color: #44474e;
    font-weight: 500;
    display: block;
}
.site-menu a span {
    font-size: 30px;
    color: #44474e;
    position: relative;
}
.site-menu a span small {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    font-weight: 600;
    position: relative;
    top: -5px;
    margin-right: 15px;
}
.site-menu a.active span,
.site-menu a:hover span {
    color: #7a2f24;
}
.site-menu-open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.icn-close {
    top: 40px;
    right: 40px;
    line-height: 0;
    text-indent: 0;
    display: block;
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.icn-close:before, .icn-close:after {
    content: ' ';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: #fff;
}
.icn-close:after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    top: 12px;
}
.icn-close:before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    top: 12px;
}
.scroll-top {
    display: block;
    width: 68px;
    height: 68px;
    line-height: 64px;
    background: #862e24;
    border: 3px solid #fff;
    color: #fff !important;
    font-size: 40px;
    border-radius: 100px;
    text-align: center;
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.scroll-top-show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.get-brochure .form-group, .contactus .form-group {
    margin: 0px;
}
.get-brochure .help-block, .contactus .help-block {
    margin: 10px 0 0 0px;
    color: #862d24;
    font-size: 14px;
    font-weight: bold;
}

/* Responsive */
@media (max-width:767px) {
    .site-menu {
        width: 80%;
    }
    .benefits {
        height: auto;
        padding: 10px 0px;
    }
    .benefits .typer {
        line-height: normal;
    }
}
@media (max-width:576px) {
    .slider-text h2,
    .slider-text h3,
    .slider-text p {
        width: 100%;
    }
    
    .spec-box .details{
        width: auto;
    }
}