body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 1.5;
}
a,
a:focus,
a:hover,
button {
    text-decoration: none;
    color: inherit;
    outline: none;
}
ul {
    margin: 0px;
    padding: 0px;
}
.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
header {
    position: relative;
    z-index: 999;
}
.menu-fix {
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 999;
    padding: 0px 0 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 8px -8px rgb(0, 0, 0, 0.3);
}
.fixed-menu {
    display: block;
}
.modal-header .close {
    background: #feab31;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -20px;
    top: -20px;
    opacity: 1;
    color: #000;
    font-size: 20px;
    border: 0;
}
ol {
    padding-left: 15px;
}
.phone {
    width: 40px;
    height: 40px;
}
.book-now a {
    transition: all 0.3s;
    padding: 18px 35px;
}
.book-now a:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    background-color: rgb(253, 95, 90);
}
.whatsapp a {
    transition: all 0.3s;
    padding: 15px 25px;
    background-color: rgb(69, 90, 100);
}
.whatsapp a:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    background-color: rgb(79, 102, 114);
}
.google-map {
    height: 100%;
}

/*======Footer-CSS=====*/
#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: rgb(240, 35, 12);
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out 0s;
    z-index: 9;
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}
#scroll:hover {
    background-color:rgb(253, 95, 90);
    opacity: 1;
    border-radius: 0px;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}
/*======Footer-CSS-End=====*/

.cursor-pointer {
    cursor: pointer;
}
.red-color {
    color: rgb(240, 35, 12);
}
.red-bg {
    background-color: rgb(240, 35, 12);
}
.red-light-bg {
    background-color: rgb(255, 240, 240);
}
.font-12 {
    font-size: 12px;
    letter-spacing: 1px;
}
.font-14 {
    font-size: 14px;
    letter-spacing: 1px;
}
.font-18 {
    font-size: 18px;
    letter-spacing: 0.5px;
}
.font-22 {
    font-size: 21px;
    letter-spacing: 1px;
}
.font-32 {
    font-size: 36px;
    letter-spacing: 1px;
}
.font-44 {
    font-size: 44px;
    letter-spacing: 1px;
}
/*======Inner-Pages-Css=====*/
.nav-link {
    color: #000;
    font-size: 22px;
}
.nav-pills .nav-link:hover{
    color: rgb(240, 35, 12);
}
.nav-pills .nav-link.nav-link.active:hover{
    color: rgb(255, 255, 255);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: rgb(240, 35, 12);
}
.mission-img {
    width: 50%;
}
/* .place_hover {
    filter: blur(2px);
} */
.hovereffect {
    width:100%;
    height:auto;
    float:left;
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor:default;
}
.hovereffect .overlay {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    opacity:0;
    background-color:rgba(0,0,0,0.4);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}
.hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
}
.hovereffect:hover img {
    -ms-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
    /* transition: filter 0.8s ease; */
}
.hovereffect:hover .overlay {
    opacity:1;
    filter:alpha(opacity=100);
}
.plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
/*======Inner-Pages-Css-End=====*/