body,html{
    margin:0;
    padding:0;
}
a{color:#000;
    text-decoration:none;
}
#total-body {
    max-width: 1366px;
}


.top_total{
    background:#0680ba;
    display:block;
    width:100%; 
    padding: 8px 0;
}
.top_inner
{
    width: 95%; display:table;
}
.top_inner_left {
    display:table-cell;
    color: #ffffff;
    font-size: 12px;
    vertical-align: middle;
    position: absolute;
  left: 488px;
}
.top_inner_left a {
    color: #fff;
    font-family: 'Roboto Condensed';
    padding: 0 5px;
    text-decoration: none;
}
.top_inner_left img {
    width: 24px;
    height: auto;
    vertical-align:middle;
}
    #top_t_inner
{
    display:table;
}
#top_l_inner
{
    display:table-cell;
}
#top_m_inner
{
    display:table-cell;
}
#top_inner_right {
    display: table-cell;
    text-align: right;
    
}
#total_inner-top
{
    width:100%;
    display:table;
}
#book_button a img {
    width: 28px;
    height: auto;
    padding-right:5px;
}
.menu_total 
{
	width:100%; margin-bottom:0px;display:table;
}
#menu_inner {
    width:95%;
    display:table;
    font-family: 'Roboto Condensed', sans-serif;
    
}
#logo {
    width: 10%;
    display:table-cell; 
    text-align:left;
    padding: 0 0 0 0;
    position: relative;
    top: -25px;
    z-index: 999;
    }
#logo_inner{
    display: table;
    
}
#logo img {
    width: 170px;
    height: auto;
}

#cont-up {
    display: table-cell;
    padding: 5px;
    width: 70%;
    
}
#menu_inner_right {
    width: 6%;
    text-align: right;
    position: absolute;
    top: 0px;
}
#tag-line {
  position: relative;
  top: -40px;
   text-align:left;
  font-family: 'Oswald';
    letter-spacing: -0.5px;
font-size: 40px;
}
#word-color {
    color: #1d6aab;
}
#word-color-1 {
    color: #08b7f8;
}
#amenities h6 {
    font-weight: 600;
}

/*************************menu******************************/
.navigation
{
	text-align: left;
	
}
.total_nav
{
    
    background: transparent;
}


#nav_outer_1 {
  display: table;
  width: 100%;
  position: relative;
  top: -40px;
  text-align: left;
  
  }
#nav_outer
{
	width: 95%;
}
/*****************slide**********************/
.total_upper_home {
    width: 100%;
}
#total_inner {
        max-width: 100vw !important;
    display: table;
    position: relative;
    top: -60px;
}
#total_upper_inner_left {
    display: table-cell;
    width: 68.74vw;
    text-align: left;
    padding-right: 25px;
    height: auto;
}
#total_upper_inner_right {
    display: table-cell;
    width: 31.26vw;
    text-align: left;
    line-height: 25px;
    height:auto;
    vertical-align: top;
}
#right_inner_collage {
    width: 100%;
}
#inner {
    width: 95%;
}

#right_upper_cont {
    border: groove 3px #cccccc;
    border-radius: 14px;
    text-align: center;
    padding: 15px;
}
#right_lower_cont {
       display: table-cell;
    width: 26%;
    text-align: left;
    vertical-align: top;
}

* {box-sizing: border-box}

.mySlides {display: none}
img {vertical-align: middle;}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-name: fade;
  animation-duration: 1s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


#card_marquee_content {
    position: absolute;
    top: 428px;
    max-width: 100%;
}
#card_marquee_inner p {
    font-family: 'Roboto Condensed';
}

.banner-container {
    max-width: 100%;
    position: relative;
    margin: auto;
    top: -60px;
}
.banner-container img {
    width: 100%;
}

marquee#myMarquee {
    background-color: #f9f9f9 !important;
    border: 1px solid #ccc !important;
    margin-top: -40px;
    margin-bottom: 20px;
}
marquee#myMarquee {
    vertical-align: middle;
}
marquee#myMarquee p {
   color: #ff0000 !important;
    text-decoration: none !important;
    font-size: 30px !important;
    margin: 0px !important;
    padding: 5px !important;
}




/*--------------------------------popup------------------------*/
/* Popup Overlay Background */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Popup Box */
.popup-box {
    background: transparent;
    position: relative;
    max-width: 500px;
    width: 90%;
    border-radius: 12px;
    text-align: center;
}

/* Popup Image */
.popup-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
        border: 10px solid #fff;
}

/* Close Button */
.popup-close {
    position: absolute;
    top: -12px;
    right: -12px;
    font-size: 28px;
    background: #fff;
    color: #333;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.popup-close:hover {
    background: #ff3b3b;
    color: #fff;
}


/***********************form**************************/

input {
    width: 90%;
    font-size: 12px;
    color: #5e5a5a;
    border: solid 0.5px #ddd;
    padding: 2px 5px;
    margin-bottom: 5px;
    border: solid 0.5px #ddd;
    border-radius: 4px;
}
textarea {
    height: 30px;
    font-size: 12px;
     width: 90%;
    color: #5e5a5a;
    border: solid 0.5px #ddd;
    padding: 2px 5px;
    margin-bottom: 5px;
    border: solid 0.5px #ddd;
    border-radius: 4px;
}


input[type="submit"] {
    padding: 8px 20px;
    background-color: #000;
    border: 0;
    color: #fff;
    font-size: 14px;
        width: 100%;
}
#form_captcha img {
    border-radius: 4px;
}
#no-spin::-webkit-inner-spin-button,
    #no-spin::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    #no-spin {
        -moz-appearance: textfield;
    }

#para {
    text-align: left;
    margin-left: 20px;
}
.form-h6 {
    color: black;
    FONT-SIZE: 20px;
    text-align: left;
    margin-left: 20px;
    MARGIN-RIGHT: 41px;
        font-family: fantasy;
}

table#tbl_width{margin-left:20px;}
 /*************popup*****************/
    
    .form-control {
  font-size: 10px !important;} 
  .mb-4 {
  margin-bottom: 1rem !important;
}
.p-4 {
  padding: 1rem !important;
}

/******************page*************************/
#content_inner {
    width: 95%;
    margin: 0px 0px;
}
#content_inner_total {
    width: 100%;
    margin-bottom: 20px;
}
#text_heading {
    border-top: 2px solid #7C1415;
    border-bottom: 2px solid #7C1415;
    display: block;
    font-family: 'Poppins';
    color: #054a05;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    padding: 4px 0px 4px 6px;
    text-align: left;
    margin-bottom: 20px;
}

#main-content {
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 26px;
}
#total {
    margin-top: 15px;
}
.custom-hh-table {
    border: 5px solid #f2f2f2;
}
.table {
    width: 100% !important;
    margin-bottom: 20px;
}
.custom-hh-table thead {
    background: #fdfdfb;
    color: #335807;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.custom-hh-table thead th {
    padding: 15px 10px !important;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
th {
    text-align: left;
}

/* ------------------ home css ------------------- */
.total_upper_home
{
    width:100%;
}
#inner
{
    width:95%;
}
#total_inner-1
{
    width:100%;
    display:table;
   
    
}
#total_upper_inner_left p
{
    
    text-align:left;
    vertical-align:middle;
    padding-right:25px;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 15px;
    
}
h1 {
    font-size:28px;
    font-weight:400;
    line-height:35px;
}
.ifont {
    font-family: 'Roboto Condensed', sans-serif;
    color:#ff6600;
    font-size: 28px;
}
.hfont {
    font-family: "Oswald";
    color: rgb(90 183 229);
    font-size: 28px;
    
}

#total_upper_inner_right_1
{
    display:table-cell;
    width:50%;
    text-align:left;
    line-height: 25px;
    vertical-align: top;
}
#right_inner_collage
{
    width:100%;
}
#home_collage img
{
    width:100%;
    height:auto;
    vertical-align:middle;
}

/**************card***************************/

#card_total {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}
#card_inner {
    width: 95%;
}
#card_inner_total {
    width: 100%;
    display: table;
    margin-top: 10px;
}

#card1 {
    display: table-cell;
    width: 25%;
    margin-right: 5px;
}
#card2 {
    display: table-cell;
    width: 25%;
    margin-right: 5px;
}
#card3 {
    display: table-cell;
    width: 25%;
    margin-right: 5px;
}
#card4 {
    display: table-cell;
    width: 25%;
}
#card1_inner {
    margin-right: 10px;
    background: #6f7b32;
}
#inner_card {
    width: 100%;
    padding: 20px;
}
#inner_card_content_title p {
    font-family: "Oswald";
    color: #ffffff;
    font-size: 17px;
    min-height: 57px;
    display: block;
    margin: 0 0 13px 0;
    border-bottom: 2px solid #ffffff;
    padding: 0 0 5px 0;
    text-align: left;
}
#inner_card #inner_card_picture {
    overflow: hidden;
}
#inner_card_picture img {
    width: 100%;
}
#inner_card_content {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}
#inner_card_content a {
    background-color: #20591c;
    padding: 4px 4px 4px 4px;
    text-decoration: none;
    text-align: left;
    color: #ffffff;
    border-radius: 3px;
    font-family: 'arial';
    font-size: 12px;
}

#card2_inner {
    margin-right: 10px;
    background: #adbf6b;
}
#card3_inner {
    margin-right: 10px;
    background: #6f7b32;
}
#card4_inner {
    background: #adbf6b;
}
#inner_card_content_title-2 p {
    font-family: "Oswald";
    color: #20591c;
    font-size: 17px;
    min-height: 57px;
    display: block;
    margin: 0 0 13px 0;
    border-bottom: 2px solid #20591c;
    padding: 0 0 5px 0;
    text-align: left;
}
#inner_card_picture img:hover {
    transform: scale(1.5);
    transform-origin: 0% 0%;
    transition: transform 5s, filter 3s ease-in-out;
    filter: brightness(150%);
}
/***************footer******************************/
#footer_total {
    width: 100%;
    background: #ceea9d;
}
#footer_inner {
    max-width: 95%;
}
#footer_inner_total {
    width: 100%;
    display: table;
    padding: 10px 0 10px 0;
}
#footer_inner_left {
    display: table-cell;
    text-align: left;
    width: 20%;
}
#footer_logo a {
    font-family: "Roboto";
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    text-decoration: none;
}
#footer_logo img {
        width: 80px;
}
#footer_inner_right {
    display: table-cell;
    text-align: right;
    width: 70%;
    vertical-align: top;
}
#developer_info p {
    font-size: 12px;
    letter-spacing: -0.5px;
    font-family: "Roboto Condensed";
}


/************************photo gallery**********************/

#gallery {
    padding-top: 10px;
}
#gallery_row {
    width: 100%;
    max-width: 91.5vw;
    display: table;
    margin-bottom: 5px;
}
#gallery_col {
    display: table-cell;
}
#gallery_inn_col {
    padding: 6px 6px 6px 6px;
    border: 2px solid #ddd;
    width: 92%;
}
#gallery_col img {
    width: 100%;
    height: 210px;
}


















/*************************media*******************************/
@media screen and (max-width: 1366px) {
    .top_inner_left{position:absolute;
        left:213px;
    }
}
@media screen and (max-width: 900px) {
    
    #logo img {
    width: 80px;
    height: auto;
}
#tag-line {
    font-size: 20px;
    position: relative;
  top: -27px;
}
#nav_outer_1 {
 
  position: relative;
  top: -44px;
}
#mbmcpebul_table li a {
    font-size: 8px !important;}
#menu_inner_right {
   z-index: 999;
}
.top_inner_left {
    position: absolute;
    left: 119px;
}

}
@media screen and (max-width: 768px) {
    #logo img {
    width: 80px;
    height: auto;
}

#tag-line {
    position: relative;
           top: -25px;
        font-size: 15px;
}
#menu_inner_right {
    text-align: left;
    position:absolute;
    right: 115px;
    
}
#cont-up {
    padding-left: 5px;
}
    .top_inner_left {
        position: absolute;
        left: 105px;
    }
    #total_upper_inner_left {
    display: table-row;}
    #total_upper_inner_right{display: table-row;}
    
#logo {
  position: relative;
  top: -20px;
}

#total_inner {
  position: relative;
  top: -45px;
}
#menu_inner_right img {
  width: 40px;
}

    #card_inner {
        max-width: 86vw;
    }
    #card1, #card2, #card3, #card4 {
        display: table-row;
    }
    #card1_inner, #card2_inner, #card3_inner {
        margin: 0 0 10px 0;
    }
    #inner_card_picture img {
        width: 100%;
    }
    #footer_inner_right {
        display: table-row;
        text-align: left;
        margin-top: 20px;
    }
        #gallery_row {
        display: inline;
    }
        #gallery_col {
        display: inline-block;
        margin-bottom: 20px;
    }
        #gallery_inn_col {
        width: 100%;
    }
    #right_inner_collage {
    width: 100%;
    margin-top: 30px;
}
#card_marquee_inner {
    margin-top: 40px;
}

#card_marquee_content {
    position: relative;
    top: 0;
    max-width: 100%;
    
}
.banner-container {
    position: relative;
    top: -40px;
}
#gallery_col img {
   
    height: auto;
}
input#captcha_text_box {
    width: 100px;
}
}
@media screen and (max-width: 480px) { #menu_inner_right {
    right: 20px;
    position: relative;
  }}

@media screen and (max-width: 400px) {
    .top_inner_left {
        position: absolute;
        left: 97px;
    }
    .top_inner_left img {
    width: 20px;
    height: auto;
}
#book_button a img {
    width: 20px;
    height: auto;
    padding-right: 0px;
}
   
}
@media screen and (max-width: 350px) {
.top_inner_left img {
    width: 15px;
}
    #book_button a img {
    width: 15px;}
        #tag-line {
        font-size: 15px;     
        position: relative;
        top: -30px;
    }
}
@media screen and (max-width: 330px) {
    .top_inner_left {
        position: absolute;
        left: 90px;
    }
}