*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Menu style hover */
.mn-hvr:hover{
    background-color: #80808071;
    transition: 300ms;
}

/* Dropdown Menu Style */
.drp-category{
    position: relative;
}


.drp-menu{
    
    position: absolute;
    top: 100%;
    left: 0;
    width: 12em;
    background-color: #fff;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transform: scaleY(0);
    transform-origin: top center;
    transition: 500ms;
}





.drp-menu a {
    display: inline-table;
    text-decoration: none;
    color: #000;
    width: 100%;
    padding: 10px !important;
    border-bottom: 1px solid #80808071;
}
.drp-menu a:hover{
    background-color: #e0dcdc;
    color: #000;
}
.drp-category:hover .drp-menu{
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}




.drp-category2 {
    position: relative !important;
}

.drop-menu2 {
    position: absolute !important;
    top: 0;
    left: 168px;
    width: 12em;
    background-color: #fff;
    visibility: hidden !important;
    opacity: 0 !important;
    z-index: 1;
    transform: scaleY(0);
    transform-origin: top center;
    transition: 500ms;
}

.drp-category2:hover .drop-menu2 {
    visibility: visible !important;
    opacity: 1 !important;
    transform: scaleY(1);
}


.home_name {
   position:absolute; top: -20px;
}
.homeLogo {
    width: 920px; border: 1px outset #EBEBEB; border-top: none;
}

.logoForHome {
   text-align: left; top: 100px; left: 100px; position: absolute;
}
.hometitle {
  text-align: left; top: 180px; left: 80px; position: absolute;
}

.mySlides {
    display: none;
}
.cursor {
    cursor: pointer;
}
/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: red;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: #222;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.rows:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    float: left;
    width: 16.66%;
}

.demo {
    opacity: 0.6;
}
.active, .demo:hover {
    opacity: 1;
}


.notice-board{
    position: relative;
}
.notice-board img{
    position: absolute;
    top: 0;
    left: 0;
}
.text-hvr{
    opacity: 0.7;
    transition: 300ms;
}
.text-hvr:hover{
    text-decoration: underline !important;
    opacity: 1;

}
.text-hvr-2nd{
    opacity: 0.7;
    transition: 300ms;
}
.text-hvr-2nd:hover{
    opacity: 1;
    /* text-decoration: dotted; */
}

.news button{
    font-size: 14px;
}

/* footer-artwork style */

.footer-artwork {
    background: url(image/footer_top_bg.png) no-repeat;
    background-size: cover;
    padding: 50px;
}
.noticeBoardMargin {
    margin-left: 150px;
    list-style: none;
}
ul li{
    text-align:start;
}
/*Menu Style Handle Start Here*/
#maincont {
    float: left;
    width: 940px;
    display: inline;
    background-color: #FFFFFF;
    padding: 10px 0 10px 0;
}

#middlepanel {
    float: left;
    width: 850px;
    padding: 0px;
}

#rightSidebar {
    float: left;
    width: 255px;
    padding: 0px;
    margin-left: 20px;
}





/*Menu Style Handle End Here*/

/* Responsive Style Start Here*/
.topheaderName{
    display:none;
}

@media (max-width:992px) {
    .topheaderName {
        display: block;
    }
    .home_name{
        display:none;
    }
    .topheaderlogo {
       text-align:center;
    }
    .topheaderlogo img {
        height: 80px;
    }

    .topheadershortName {
        /*float: left;*/
    }





    .header-up a, span, form, input, button{
        font-size: 10px !important;
        align-items: center;
    }
   
    .news span h6{
        font-size: 12px !important;
    }
    .news button{
        font-size: 10px !important;
        height: 25px;
    }   
    a{
        font-size: 8px !important;
    }
    .notice-bar marquee{
        font-size: 10px !important;
    }
    .notice-board img{
        width: 70px;
    }
    .responsiv h6{
        font-size: 12px !important;
    }
    .card{
        height: 90% !important;
    }
    .responsiv img{
        width: 3em !important;
        height: 3em !important;
    }
    .responsiv marquee img{
        height: 8em !important;
        width: 40em;
    }
    .responsiv2 img{
        width: 25em;
        height: 5em;
        padding: 5px;
    }
    .video-map iframe{
        width: 100% !important;
        height: 8em !important;
    }
    .responsiv-img img{
        width: 10em !important;
        height: auto !important;
    }
    .responsiv-img2 img{
        width: 20em !important;
        height: auto !important;
    }
    .responsiv-audio audio{
        width: 100% !important;
    }




    #middlepanel {
        float: left;
        width: 100%;
        padding: 0px;
    }

    #rightSidebar {
        float: left;
        width: 100%;
        padding: 0px;
        margin-left: 20px;
    }

    .noticeBoardMargin {
        margin-left: 80px;
        list-style:none;
    }







    .home_name {
        /*position: absolute;*/
        top: -20px;
    }

    .homeLogo {
        width: 920px;
        border: 1px outset #EBEBEB;
        border-top: none;
    }

    .logoForHome {
        text-align: left;
        top: 100px;
        left: 100px;
        /*position: absolute;*/
    }

    .hometitle {
        text-align: left;
        top: 180px;
        left: 80px;
        /*position: absolute;*/
    }

}

/* Responsive Style End Here*/

