/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27 Jan, 2020, 11:57:23 AM
    Author     : Test
*/
body{
    position: relative;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    
}
.innerPage {
    padding-top: 66px !important;
}
section{
    width: 100%;
    position: relative;
}


img{
    max-width: 100%;
}
.slider-bg{
    width: 100%;
    height: 100vh;
    background: url(../img/hero-bg.jpg) top center;
    background-size: cover;
    position: relative;
    
}

.stats {
    display: block;
    padding: 15px 0;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    background-color: #b029315c;
    bottom: 0;
}
.stats ul {
    display: block;
    width: 100%;
    list-style: none;
}
.stats li {
    display: inline-block;
    padding: 15px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #fefe;
    text-shadow: 0 0 2px rgba(0, 0, 0, .8);
    background-color: #298a9c;
}
.stats li {
   display: inline-block;
    padding: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #413f41ee;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0);
    background-color: #fed94e;
}
.calign{
    text-align: center;
}
.heading-title{
    text-align: center;
    width: 100%;
    margin: auto;
    font-family: 'Bebas Neue', cursive;
}
.heading-title .h11{
        font-size: 45px;
    color: #535258;
    line-height: 32px;
}
.heading-title .h11 span{
    font-size: 25px;
    color: #e71734;
    margin: 10px 0px;
    display: inline-block;
    font-weight: 600;
}

.about-3-boxes {
    text-align: center;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 6px;
    border: 2px solid #e6e5e5db;
    background: #f8f8f8;
}
.about-3-boxes:hover{
    background: #f2ca3f;
}
.icon-title{
        font-size: 20px;
    font-weight: 600;
    color: #434343;
}
.about-3-boxes i {
   font-size: 25px;
    color: #565656;
    display: block;
    margin-top: 20px;
}
.hr-line {
    width: 40px;
    height: 3px;
    background: #f1c30f;
    display: block;
    margin: 0 auto;
}
.mt-50{
    margin-top: 50px;
}
.full-width{
    width: 100%;
}
.bg-1{
    background: antiquewhite;
}
.p-30{
    padding: 50px 0px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff0;
    border: 1px solid rgba(0,0,0,.125);
}
.img-border img{
    border-top-right-radius: 60px;
    /* border-radius: 10px; */
    border-bottom-left-radius: 60px;
    box-shadow: 2px 5px 8px rgba(0,0,0,0.57);
    border-top: 5px solid #e71749;
}
.m-h{
    max-height: 640px;
    overflow: hidden;
    overflow-y: scroll;
}
.bg-2{
    background: #f8f8f8;
}
.mt-25{
    margin-top: 25px;
}
.p-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.m-h-2 {
    max-height: 547px;
    overflow: hidden;
    overflow-y: scroll;
}
.key-specifications-item{
    text-align: center;
    background: #e9ecef;
    padding: 20px;
    border-radius: 23px;
    border-top: 5px solid #13334f;   
    transition: all 0.2s ease-in-out;
}
.key-specifications-item .icon {
    background: #e71734;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: auto;
    border: 2px solid #a13241;
    text-align: center;
    line-height: 85px;
    margin-bottom: 10px;
    box-shadow: 1px 3px 5px 0px rgba(231, 23, 52, 0.54);
}
.key-specifications-item .icon i{
    font-size: 50px;
    color: #fff;
}
.key-specifications-item .key-specifications-con p{
    margin: 0px;
    padding: 0px;
    color: #093254;
    font-size: 15px;
}
.key-specifications-item .key-specifications-con p b{
    color: #093254;
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 900;
}
.key-specifications-item:hover{
   border: 5px solid #13334f;
}
.list-group-item{
    transition: all 0.5s ease-in
}
.list-group-item:hover{
    background: #13334f;
    color: #fff;
    border-radius: 11px;
}
.amenities-carousel .item p{
   background: #76ba44;
    color: #fffdfd;
    text-align: center;
}

.footerMain .white {
    color: #6a6268 !important;
    text-align: center;
    margin-top: 10px;
}

