/*For Mobile Devices*/
@media only screen and (max-width: 500px) {
/*For all pages below*/
html body{
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-size: none;
    background-blend-mode: screen;
    height: auto;
    width: 100%;
    }
.nav-bar{
    height: auto;
    width: 99%;
    padding: 0px;
    position: relative;
    left: 0.1%;
    box-shadow: 0px 0px lightslategray;
    border-radius: 0px;
    border: 1px solid lightslategray;
    background-color: lightslategray;
}
.nav-bar ul{
    position: relative;
    left: -8%;
    width: 99%;
}
.nav-bar ul li{
    list-style-type: none;
    display: block;
    float: none;
    clear: both;
    margin-left: 0px;
    position: relative;
    left: 0%;
    margin-bottom: 25px;
    margin-top: 25px;
    padding-bottom: 5px;
}
.nav-bar li a{
    text-decoration: none;
    color: white;
    font-weight: 600;
    z-index: 1000;
    text-align: center;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    margin-left: 5%;
}
.nav-bar li a:hover{
    background-color: rgba(255, 255, 255, 0);
    color: gainsboro;
}
#FD-Head{
    position: relative;
    text-align: center;
    background: rgba(0,0,0,0.0);
    color: black;
    width: 100%;
    left: 0%;
    border-radius: 0px;
}
#FD-Head h3{
    position: relative;
    top: -30px;
    font-size: 30px;
    font-weight: 600;
}
#FD-Head h1{
    background: rgba(0,0,0,0.0);
    font-size: 30px;
    font-weight: 600;
}
#FD-Head img{
    position: relative;
    max-height: 50%;
    height: 30%;
    width: 90%;
    max-width: 100%;
    border-radius: 0px;
}
.about{
    position: relative;
    text-align: center;
    background: rgba(255,255,255,0.7);
    color: black;
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 100%;
    left: 0%;
    border-radius: 0px;
}
.foot{
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: auto;
    clear: both;
}
.foot-1{
    position: relative;
    width: 99.5%;
    background-color: lightsteelblue;
    color: black;
    padding: 1px;
    height: auto;
    text-align: center;
}
/*For Gallery content below*/
    /*Content Left*/
.gal-left{
    position: relative;
    width: 80%;
    float: none;
    padding: 10px;
    left: 7%;
    border: 1px solid lightsteelblue;
    border-radius: 5px;
}
.gal-left h4{
    text-align: left;
}
.gal-left ul{
    position: relative;
    left: -40px;
}
.gal-left ul li{
    list-style-type: none;
    margin-bottom: 30px;
}
.gal-left li a{
    text-decoration: none;
    color: black;
    font-weight: 600;
    text-align: center;
}
.gal-left li a:hover{
    color: gainsboro;
    cursor: pointer;
}
/*For Films pages customer notice*/
.notice{
    position: relative;
    max-width: 99%;
    background-color: none;
    width: 99%;
    height: auto;
    max-height: auto;
    text-align: left;
    clear: right;
    float: left;
    left: 0%;
}
.notice p{
        position: relative;
        left: 2%;
    }
    /*Table content*/
.gal-right{
    position: relative;
    width: 95%;
    float: none;
    left: 5%;
}
.gal-right img{
    position: relative;
    width: 370px;
    height: 370px;
}
.gal-right th{
    position: relative;
    float: left;
    max-width: 100%;
    max-height: auto;
    width: 100%;
    height: 50%;
}
    /*Contact Contents below*/
#contact-table{
    position: relative;
    width: 94.2%;
    border-radius: 5px;
    left: 5.8%;
}
#contact-table h3{
    margin-left: 25px;
    margin-right: 25px;
}
#contact-table tr{
    border: 1px solid white;
}
#contact-table th{
    border: 1px solid black;
    max-width: 100%;
    width: 370px;
    max-height: auto;
    height: auto; 
    font-weight: 600;
    position: relative;
    float: left;
    clear: both;
    margin-top: 5px;
}
.con-about{
    background: rgba(255,0,0,0.9);
    color: white;
}
.con-about h2{
    position: relative;
    top: 10px;
}
.con-about img{
    position: relative;
    width: 80%;
    height: 80%;
    top: 0px;
}
.con-about h3{
    position: relative;
    top: -5px;
}
.con-addresses{
    background: rgba(128,0,128,0.9);
    color: white;
}
.con-addresses h3{
        position: relative;
        top: 18%;
    }
.con-addresses a{
    text-decoration: none;
    color: white;
}
.con-locate{
    background: rgba(255,255,0,0.7);
    color: black;
}
.con-locate img{
    position: relative;
    width: 90%;
    height: 75%;
}
.con-fb{
    background: rgba(0,0,255,0.9);
    color: white;
}
/*For Testimonal page*/
/*For Sitemap page*/
main{}
.sitemap{
    position: relative;
    width: 80%;
    height: auto;
    left: 0;
    background: rgba(255,255,255,0.9);
    padding: 0;
}
.sitemap ol{}
.sitemap li{
}
.sitemap a{
    color: black;
    font-weight: 600;
    text-decoration: none;
}
/*For Tablet Devices*/
