body{
    font-family: 'Poppins', sans-serif;
    margin:0;
    padding:0;
}
body{
    background-image: url('../images/home.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    background-attachment: fixed;
  /*  -webkit-transition: background-image 0.5s ease-in-out;
    transition: background-image 0.5s ease-in-out;*/
}
.wrapper{
    position: relative;
    z-index: 10;
    margin:auto;
    width:100%;
}
.wrapper h1{
    padding-top: 20px;
}
.lamp_container{
    position: relative;
    text-align: center;
}
.lflame, .rflame{
    position: absolute;
    bottom: 187px;
    margin:auto;
    left:0;
    right: 0;
}
.god{
    position: absolute;
    z-index: 10;
    margin:auto;
    left:0;
    right:0;
}
.frame{
    height:410px;
}
.img-holder{
    position: relative;
}
.spinRays{
    position: absolute;
    background-image: url('../images/spin_rays.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin:auto;
    left:-25px;
    right:0;
    top:-145px;
    bottom:0;
    width:100px;
    height:100px;
    z-index: 11;
    animation: spin 40s linear infinite;
    -webkit-animation: spin 40s linear infinite;
    -moz-animation: spin 40s linear infinite;
    -o-animation: spin 40s linear infinite;

}
@keyframes spin {
    from { transform: rotate(0deg);	}
    to { transform: rotate(360deg);	}
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg);	}
    to { -webkit-transform: rotate(360deg);	}
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg);	}
}
@-o-keyframes spin {
    from { -o-transform: rotate(0deg); }
    to { -o-transform: rotate(360deg); }
}
.menubar{
    background-image:url("../images/menu-1.png");
    -webkit-background-size: contain;
    background-size: contain;
    min-height: 150px;
    background-repeat: no-repeat;
    background-position: center 0;
    padding-top: 2.5rem;
}
.nav-link{
    color: #ffffff !important;
}
.navbar-nav .nav-item{
    padding:0 20px;
    font-size: 1.5rem;

}
.nav-item:hover, .navbar-nav .active>.nav-link, .nav-link:hover, .dropdown-item.active, .dropdown-item:hover,  .dropdown-item:active{
    background-color: #f98d14;
    color:#ffffff !important;

}
.title{
    padding-bottom:10px;
    border-bottom: 0.5px solid #e1e1e1;
    color:white;
    background-color:rgba(0,0,0,0.71);
    padding:10px 0 10px 10px;
}
.description{
    background-color:rgba(0,0,0,0.71);
    color:white;
    padding:20px;
}
.info{
    margin:0;
    padding:10px 0;
    letter-spacing: normal;
}
section{
    width: auto;
    height: auto;
    padding:50px 0;
}
.home_content{
    position: relative;
    text-align: center;
    color:#000000;
}
.home_content h4{
    position: relative;
    margin-bottom: -70px;
}
.contentL, .contentR{
    position: absolute;
    top:58px;
    left: 25%;
    bottom:25%;
    width: 75%;
    padding-right: 25%;
    color: #000000;
}
.contentL a{
    text-decoration: none;
    color:#000000;
}
.home_content .contentR{
    padding-right:25%;
}
.ancient-wall{
    /*background-image: url('../images/bg.png');*/
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.photo-frame{
    background-image: url('../images/photo_frame.png');
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 740px;
}
.card{
    background-color: rgba(0,0,0,0.71);
    color:#ffffff;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 0;
}
.table-responsive{
    padding:0 20px;
    /*margin-bottom:20px;*/
    color:white;
}
.header-title{
    background-color:rgba(0,0,0,0.71);
}
.gallery_slider li{
    height: 250px;
    width: 350px !important;
    background:url("../images/frame2.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.bx-wrapper{
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0);
    box-shadow: 0 0 5px rgba(0,0,0,0) !important;
    border: 5px solid rgba(0,0,0,0) !important;
    background: rgba(0,0,0,0) !important;
}
.gallery_slider img {
   /* width: 184px;
    max-width: 100%;
    display: block;
    height: 214px;
    object-fit: scale-down;
    margin-left: 32px;*/
    width: 300px !important;
    max-width: 100%;
    display: block;
    /*height: 175px;
    object-fit: scale-down;*/
    margin-left: 25px;

    height:200px;
    object-fit: cover;
    margin-top: 25px;
}
.anna-santarpane li{
    height: 450px;
    width: 350px !important;
    /*background:url("../images/frame2.png") no-repeat;*/
    -webkit-background-size: contain;
    background-size: contain;
}
.anna-santarpane{
   margin:10px 0;
}
.anna-santarpane .card-body, .min_gallery .card-body{
    min-height:150px;
}
.anna-santarpane .card-img-top, .min_gallery .card-body{
    width:100%;
    margin-left: 0;
    margin-top: 0;
    min-height: 200px;
    object-fit: cover;
}
.gallery li{
    height: 450px;
    width: 350px !important;
    /*background:url("../images/frame2.png") no-repeat;*/
    -webkit-background-size: contain;
    background-size: contain;
}
.min_gallery img{
    height:250px;
    object-fit: cover;
}
.bg-trans-color{
    background-color: rgba(0,0,0,0.71);
}
.table tr td{
    background-color: rgba(0,0,0,0.71);
    text-align: center;
}
.table tr td a{
    text-decoration: none;
    color:#ffffff;
}
.title-frame{
    background-image: url('../images/title_frame.png');
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /*padding: 25px;*/
    padding-top: 20px;
    height:80px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    line-height:24px;
}
.event{
    padding:20px 0;
    border-bottom:1px solid #ffffff;
}
.event:last-child{
    border-bottom:none;
}
.img-thumbnail{
    height:200px;
    margin:10px;
}

@media (max-width: 767px) {
    body{
        background-attachment: fixed;
        background-position: 45%;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .lamp{
        height:125px;
    }
    .lflame, .rflame{
        bottom: 67px;
        width: 10px;
        top: 0;
    }
    .frame{
        height: 150px;
    }
    .wrapper h1{
        font-size:1.35rem;

    }
    .wrapper h3{
        font-size: 1rem;
    }
    .spinRays{
        left: -8px;
        top: -85px;
        width:60px;
        height:60px;
    }
    .menubar{
        min-height: 0;
        background-image: url('../images/menu.png');
        -webkit-background-size: contain;
        background-size: contain;
        padding:20px;
    }
    .navbar-light .navbar-toggler{
        width:100%;
        border-color: rgba(0,0,0,0);
        padding-top: 10px;
    }
    .navbar-collapse{
        text-align: center;
    }
    .navbar-nav .nav-item{
        padding:0;
        font-size: 1.25rem;
    }
    .nav-item:hover, .navbar-nav .active>.nav-link, .nav-link:hover, .dropdown-item.active, .dropdown-item:hover, .dropdown-item:active{
        background-color: rgba(0,0,0,0.41);
        color: #f98d14 !important;
    }
    button:focus{
        outline: 5px solid rgba(0,0,0,0);
    }
    .home_content h4{
        margin-bottom:-50px;
    }
    .form-group{
        margin-bottom:0.4rem;
    }
    .contentR{
        top:35px;
    }
    .contentR  p{
        padding:0;
        margin:0;
        font-size: 0.75rem;
    }
    .table-responsive{
        padding:0;
    }
    .photo-frame{
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        padding:30px 0;
    }
    .gallery_slider li{
        width:300px !important;
    }
    .gallery_slider img{
        width: 260px !important;
        /* height: 70px; */
        object-fit: cover;
        height: 175px;
        margin-left: 20px;
        margin-top: 20px;
    }

    .gallery li{
        margin: auto;
        width: 300px !important;
    }
    .min_gallery img{
        width:100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        height:250px;
        object-fit:cover;
    }
    .title-frame{
        background-size:contain;
    }
}
