﻿body {
    background: #fbfbfb;
    margin:0px , 0px , 0px , 0px;
    margin-top:0px;
    margin-left: 0px;
    margin-bottom:0px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
    border-right: 0px solid #bbb;
}

    li:last-child {
        border-right: none;
    }

    li a {
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

        li a:hover:not(.active) {
            background-color: #111;
        }

   li a:active {
            background-color: #04AA6D;
    }

.active {
    background-color: #04AA6D;
}
.mymarq_text a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle;
    font-family: 'Times New Roman', Times, serif;
   
}
    .mymarq_text a:hover {
        text-decoration: none;
        color: green;
        font-weight: bold;
        font-size: 20px;
        vertical-align: middle;
        font-family: 'Times New Roman', Times, serif;
    }
.News_title {
    color: black ;
    font-weight: bold;
    font-size: 19px;
}
.date_font{
    font-size:10;
    font-weight:bold;
    color:teal;
}
.content_font {
    /*color: #383836;*/
    color:black;
    font-weight: bold;
    font-family: tahoma font-size: 14px;
}
.copy_write{
    font-size:12px;
    color:white;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    font-family:'Times New Roman', Times, serif;
}
.tanwehat_font {
    font-size: 20px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    font-family: 'Times New Roman', Times, serif;
    background-color: dimgray;
}
.subTitle {
    font-size: 20px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    font-family: 'Times New Roman', Times, serif;
    background-color: dimgray;
}
.table_bg {
    background-image: url(contentSlider/news_bg.png);
    filter:brightness(100%);
}

.table_bg_nadawat {
    background-image: url(images/2.jpg);
    filter: brightness(100%);
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight:bold;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.button2:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.gallery_title {
    color: cadetblue;
    font-weight: bold;
    font-size: 19px;
    text-decoration:underline;
}