@import url("https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700,800");
body {
    font-family: 'Open Sans', sans-serif;
    background: url(../img/background.png) fixed;
}
a:hover {
    text-decoration: none;
}
.container {
    background: #fff;
    padding: 0;
}
.mainrow {
    margin-left: 0px;
    margin-right: 0px;
}
.topbar {
    background: #FFFBE2;
    padding: 10px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin: 0;
}
.pagetitle {
    padding: 30px 15px;
    background: #64cce7;
    color: #fff;
}
.pagetitle h1 {
    font-weight: 700;
}
.inquiries {
    background: #64cce7;
    padding: 30px;
    color: #fff;
    text-align: center;
}
.inquiries p {
    margin: 0;
    font-size: 21px;
    font-weight: 200;
}
#about {
    background: url(../img/1.jpg) 50% 0 no-repeat fixed;
    height: 300px;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
}
.navbar-brand img {
    width: 310px;
}
.navbar-default .navbar-collapse {
    margin-top: 40px;
}
.menu {
    height: 140px;
    background: #A4F0E4;
}
footer {
    background: #A4F0E4;
    border-top: 5px solid #989898;
}
footer h4 {
    font-weight: 700;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer ul li a {
    color: #000;
    line-height: 22px;
    width: 100%;
    display: block;
}
.footbotom {
    background: #fbf2c7;
    padding: 18px 0;
}
.navbar-nav>li>a {
    padding: 15px 35px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #36ADA8;
    border-radius: 10px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #EF5D32;
}
.services {
    border-top: 1px solid #ccc;
    margin-top: 20px;
}
.services .box {
    border: 1px solid #F0F0F0;
    margin: 40px 10px;
    padding: 10px;
}
.services .box p {
    background: #F9F9F9;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0 0;
}
#map {
    width: 100%;
    height: 300px;
}
.contactsection{padding: 20px 0;}
.inquiries .btn{margin-top: 10px;}

.custtbl{margin: 40px 0;  text-align: center;}
.custtbl th{text-align:center;}
.custtbl tr{vertical-align:middle;}

.center{
    text-align: center;
}
.border{
    border: solid 1px black;
}
.font{
    color: red;
    font-size: 16px;
}
.offerboxtxt{
right: 0;
background: #FFFFFF;
padding: 5px 15px;
font-weight: bold;
color: #FFFFFF;
-webkit-animation-direction: normal;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: offerboxtxt;
    -webkit-animation-timing-function: linear;
    vertical-align: middle !important;
}
@-webkit-keyframes 'offerboxtxt' {
    0% { background: #5A5A5A }
    50% { background: #200000 }
    100% { background: #5A5A5A }
}

.vision h2 {
  font-weight: bold;
}
.vision {
  background: #FFD8D8;
  font-weight: 600;
}
img.img-responsive.homeban {
  margin-bottom: 20px;
}
.mrt .col-md-12{
    padding-left: 0; 
}

.separator {
    height: 20px;
    min-height: 20px;
    overflow: auto;
}
.offert{width:160px;}
.visionright {
    position: relative;
}
.visionright p {
    position: absolute;
    color: #481828;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 0px;
    left: 5px;
    bottom: 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.72);
    width:100%;
}
.visionright p span{
    font-weight: 800;
    color:#000;
    display: block;
    font-size: 18px;
    }



.page-content {
    padding: 20px 15px 35px;
}
.gallery-card {
    min-height: 320px;
    padding: 10px;
    border-radius: 0;
}
.gallery-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.application-form {
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    padding: 25px;
    margin-bottom: 20px;
}
.application-form label {
    font-weight: 700;
}
.application-actions {
    margin-top: 15px;
}
.contact-note {
    font-size: 16px;
}
@media print {
    .menu, footer, .application-actions { display: none; }
    body { background: #fff; }
    .container { width: 100%; }
}


/* Clean gallery grid rebuilt from archived gallery page */
.gallery-page .gallery-item {
    margin-bottom: 20px;
}
.gallery-page .gallery-card {
    min-height: 315px;
    padding: 10px;
    border-radius: 0;
}
.gallery-page .gallery-card img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    background: #f5f5f5;
}
.gallery-page .caption {
    min-height: 44px;
}
