
body{
    font-family: 'Enriqueta', serif;
    overflow: hidden;

}
.home-bg, .village-bg, .agri-bg, .business-bg, .school-bg, .festival-bg,.transport-bg,.place-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;

}
.home-bg{
    background: url('../img/home-banner.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
.village-bg{
    background: url('../img/village-banner.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
.agri-bg{
    background: url('../img/agri-banner.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
.business-bg{
    background: url('../img/business-banner.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
.school-bg{
    background: url('../img/school-banner.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
.festival-bg{
    background: url('../img/festival-banner.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
.transport-bg {
    background: url('../img/transport-banner.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
.place-bg {
    background: url('../img/place-banner.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

.home-bg:after,.village-bg:after,.agri-bg:after, .business-bg::after, .school-bg::after, .festival-bg:after, .transport-bg:after,.place-bg:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    top: 0px;
    left: 0px;
    content: '';
    z-index: 1;
}
.left-sidebar, .right-sidebar, .main-section{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 200px;
    background: rgba(26, 26, 26, 0.89);
}
.right-sidebar {
    right: 0px;
    width: 35%;
    left: auto;
}
.right-sidebar.collapse-bar{
    left:calc(100% - 35px);
}
.main-section{
    left: auto;
    margin-left: 200px;
    width: calc(65% - 200px);
    background: #f9f9f9;
    padding: 30px;
    overflow: auto;
    display: none;
}
.main-section h2 {
    margin-bottom: 20px;
}
.logo h1 {
    color: #FFF;
    font-size: 20px;
    text-align: center;
    padding: 20px;
    margin-bottom: 0px;
    border-bottom: 1px solid #2a2929;
}
.ham-icon, .close-icon{
    position: absolute;
    top: 0px;
    color: #FFF;
    font-size: 24px;
    padding: 15px;
    display: none;
}
.close-icon{
    right: 5px;
}
nav {
    padding: 50px 25px;
}
nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
nav ul li {
    list-style: none;
}
nav ul li a{
    color: #FFF;
    display: block;
    /* text-align: right; */
    font-size: 12px;
    padding: 5px 20px;
    text-transform: uppercase;
}
nav ul li a:hover,
nav ul li a.active{
    color: #e5b96b;
    text-decoration: none;
}
/*Page info */
.page-info{
    padding: 50px;
}
.page-info h1 {
    color: #FFF;
    font-size: 60px;
}
.page-info p{
    color: #FFF;
}
.page-info-btn {
    text-decoration: none;
    background: #e5b96b;
    color: #333;
    padding: 13px 24px;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-block;
}
.page-info-btn:hover{
    color: #FFF;
    text-decoration: none;
}
.close-right-panel {
    display: none;
    background: #e5b96b;
    position: absolute;
    padding: 6px 12px;
    color: #FFF;
    left: auto;
    top: 0px;
    right: 0px;
    width: 38px;
}
.close-right-panel:hover {
    color: #000;
    text-decoration: none;
}

.quotes p{
    text-align: center;
    color: #FFF;
    font-size: 12px;
    padding: 20px 0;
}
.photo ul{
    padding-left: 50px;
}
.photo li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    width: 25%;
}
.photo li a{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fefefed1;
    font-size: 24px;
    color: #2d2d2d;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
    border-radius: 5px;
}
.photo li:hover a{
    display: block;
}
.photo li:first-child {
    margin-left: 0px;
}
.photo li img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
footer {
    position: fixed;
    bottom: 0px;
    left: auto;
    right: 0;
    text-align: center;
    width: 35%;
    font-size: 12px;
    color: #FFF;
}
footer a, .p-text {
    color: #e5b96b;
}
.social-link {
    padding-left: 40px;
}
.social-link a {
    color: #6a6969;
    padding: 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 20px;
    border: 1px solid #6a6969;
    text-align: center;
    margin: 5px;
}
.transport-tbl{
    width: 100%;
    font-size: 12px;
    font-family: arial;
    text-transform: capitalize;
    margin-bottom: 1rem;
    background-color: transparent;
}
.transport-tbl td, .transport-tbl th{
    padding: 5px 2px;
}

@media only screen and (max-width: 1024px){
    body {
        overflow: auto;
    }
    .left-sidebar, .right-sidebar, .main-section{
        position: relative;
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .main-section{
        display: block !important;
        padding: 20px;
        min-height: 500px;
       
    }
    .quotes p{
        margin-bottom: 0px;
        padding: 15px 0;
    }
    .main-section h2{
        font-size: 24px;
    }
    .right-sidebar{
    background: none;
    }
    nav{
    position: fixed;
    left: 0px;
    z-index: 999;
    width: 80%;
    height: 100%;
    background: rgba(0, 0, 0, 0.93);
    top: 0px;
    padding: 20px;
    overflow: auto;
    display: none;
    }
    nav ul li a{
        font-size: 16px;
    padding: 6px 20px;
    }
    .page-info{
        padding:0 0 30px;
        text-align: center;
    }
    .photo, .page-info-btn{
        display: none;
    }
    .page-info h1{
        font-size: 26px;
    }
    footer{
        position: relative;
        width: 100%;
        background: #000;
    }
    footer p{
        margin-bottom: 0px;
        padding: 10px 0;
    }
    .ham-icon, .close-icon {
        display: block;
    }
    .social-link {
        position: fixed;
    bottom: 20px;
    z-index: 99999;
    }
    .social-link {
        display: none;
    }
}