
/*#header{width:100%;background-color:#fdf904;border-color:#000;cursor:pointer} */
#header{width:100%;background-color:#CD0808;border-color:#000;cursor:pointer} 
#header3{width:100%;cursor:pointer} 
#header2{width:100%;height:110px;margin: top 57px; border:1px solid;border-radius:6px;background-color:#fdf904;border-color:#000;cursor:pointer} 
/* header-footer{width:100%;}  */
#head-title{font-size:x-large;text-decoration:none;padding-top:1px;padding-left:25px;font-family:Georgia,"Nimbus Roman No9 L","Times New Roman",Times,serif;color:#000000} 
#font{margin-left:10px} 
#template{text-align:left;width:100%;margin:10px auto 0 auto;height:120px} 
#head-description{float:right;font-size:20px;font-style:italic;padding-top:5px;padding-right:25px;font-family:Verdana,Arial,Helvetica,sans-serif} 
#body{margin:0;text-align:center;font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:12px;background:#fff} 
h1,h2,h3,h4,h5,h6{font-weight:400} 
h1{font-size:18px} h2{font-size:16px} h3{font-size:14px} h4{font-size:12px} h5{font-size:11px} h6{font-size:10px} 
/* a{text-decoration:none} a:hover{text-decoration:underline}  */


.error-doc{padding:40px 15px;border:1px solid} 
#clear-end{clear:both} 
#footer{width:80%;margin-left:30px;padding-top:20px;clear:both;text-align:center;color:#000} 
#copy{font:Verdana,Arial,Helvetica,sans-serif;font-weight:700;color:#666} 
#ssc a{color:#0d4a01} #ssc a:hover{color:#f50c0c} 
#first,#second,#third{border:2px solid #d2691e;float:left;width:300px;height:300px;font-size:12px;font-family:Verdana,Arial,Helvetica,sans-serif;border-radius:25px;margin-top:10px} 
#second{margin-left:38px} 
#box-head1,#box-head2,#box-head3{font-size:x-large;background-color:#930;height:40px;color:#fff;padding-top:5px;border:2px solid;border-radius:25px;margin-top:-1px} 
#hmenu{height:55px;background-color:#05055F;margin-top:0;width:1002px} 
#hmenu ul{margin:0;padding:0;list-style:none;float:left} 
#hmenu ul.hmenu{padding-left:110px} 
#hmenu li{position:relative;z-index:9;margin:0;padding:0;display:block;float:left} 
#hmenu li:hover>ul{left:-2px} 
#hmenu li div{list-style:none;float:left;position:absolute;top:50px;left:0;width:208px;z-index:11;visibility:hidden;padding:0 0 9px 7px;background:url(submenu-bottom.png) no-repeat 7px bottom;margin:0 0 0 -9px} 
#hmenu li:hover>div{visibility:visible} 
#hmenu a{position:relative;z-index:10;height:55px;display:block;float:left;padding:0 10px;line-height:55px;text-decoration:none} 
#hmenu span{font:normal 12px 'Lucida Sans Unicode','Lucida Grande',Helvetica,Arial,sans-serif;padding-top:18px;color:#fff;font-weight:700;text-transform:uppercase;display:block;cursor:pointer;background-repeat:no-repeat} 
#hmenu ul a:hover span{color:#00414e} 
/* #hmenu li{background:url(nav_separator.png) top left no-repeat} 
#hmenu li.last span{background:url(nav_separator.png) top right no-repeat;padding:18px 10px 16px 0}  */
#horizontal{height:100px;width:950px;border:2px solid #928d8a;border-radius:25px;margin-top:30px} 
#result ul{list-style:none;float:left;padding-left:4px;font-weight:700} 
#result ul li a{list-style:none;float:left;padding-left:4px;font-weight:700;color:#000} 
#result ul li a:hover{color:rgb(245, 3, 84);font-size:16px}


.post-itemx {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    flex-wrap: nowrap;
    border-bottom: 1px solid #eee;
    font-family: system-ui, Arial, sans-serif;
}

ul li  .post-item {
    display: flex;
    font-size: medium;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    /* margin-top: -19px; */
    flex-wrap: nowrap;
    border-bottom: 1px solid #e6d763;
    font-family: system-ui, Arial, sans-serif;
    list-style-position: inside; /* Important: keeps numbering */
  }


.post-link {
    flex: 1;
    min-width: 0;
    text-decoration: none;
    color: #1a0dab;
    font-size: clamp(14px, 2vw, 18px); 
    font-weight: 400;
    word-break: break-word;
    white-space: normal;
    line-height: 1.5;
    display: block;
}

/* li{
margin-top: 10 px;
} */

.icon-stack {
    width: 50px; 
    flex-shrink: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2px;
} 

.new-icon {
    background-color: #fd0307;
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: 300;
    font-weight: bold;
    /* margin-bottom: 140px; */
    /* margin-top: 4px; */
    animation: pulse 1.5s infinite;
}

.date {
    font-size: 12px;
    color: #666;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}



 body{
    font-family:Arial,Helvetica,sans-serif;
    width:100%
}
/*
#header{
    height:150px;
    width:75%;
    background-color:#fffb00;
    margin-top:5px;
    border:1px solid #000
}
#head-title{
    padding-top:40px;
    font-weight:700;
    font-size:45px;
    color:black;
} */
#heading{
    background-color:#fffb00;
    height:35px;
    color:#050505;
    font-weight:700;
    font-size:25px
}

#menu ul{
    list-style-type:none;
    margin:0;
    padding:0;
    width:75%;
    margin-top:-1px
}
#menu ul li{
    display:inline;
    float:left;
    background-color:#000;
    height:40px
}
#menu ul li{
    display:inline;
    float:left;
    display:block
}
#menu ul li a{
    display:block;
    width:100px;
    color:#fff;
    padding-top:4px
}
#box1{
    height:800px;
    width:315px;
    border:1px;
    border-style:groove;
    border-color:#360;
    background-color:#fff;
    border:2px solid black;
}
 #box2{
    height:300px;
    width:315px;
    /*border:1px;*/
    border-style:groove;
    border-color:#360;
    background-color:#fff;
    border:2px solid black;
} 

/*#box2{*/
/*    height:290px;*/
/*    width:290px;*/
/*    border:1px;*/
/*    border-style:groove;*/
/*    border-color:#360;*/
/*    background-color:#fff;*/
/*    border:2px solid black;*/
/*}*/
table td{
    /* width:25%;
    padding: 5px; */
    
}



#marquee1{
    width:75%
}


#facebook{
    align-items:center;
    border:1px groove;
    width:70%;
    height:37px;
    width:350px;
    background-color:#0000a0;
    font-size:x-large;
    color:#fff;
    font-weight:700
}
#view{
    padding-top:4px;
    font-size:18px;
    font-weight:700;
    color:#0000a0
}
#view a{
    padding-top:4px;
    font-size:18px;
    font-weight:700;
    margin-left:180px;
    color:#0000a0;
    text-decoration:none
}
#matter{
    color:red;
    font-size:17px;
    text-align:center
}
/*#wrap{*/
/*    width:75%;*/
/*    height:50px;*/
/*    margin:0;*/
/*    z-index:99;*/
/*    position:relative;*/
/*    background-color:#000*/
/*}*/
.navbar{
    height:50px;
    padding:0;
    margin:0;
    position:absolute;
    border-right:1px solid #54879d
}
.navbar li{
    height:30px;
    width:120px;
    float:left;
    text-align:center;
    list-style:none;
    font:normal bold 14px/1.2em Arial,Verdana,Helvetica;
    padding:0;
    margin:0;
    background-color:#05055F
}
.navbar a{
    padding:18px 0;
    border-left:1px solid #fff;
    border-right:1px solid #000;
    text-decoration:none;
    color:#fff;
    display:block
}
.navbar li ul{
    display:none;
    height:auto;
    margin:0;
    padding:0;
    color:#fff
}
.navbar li:hover ul{
    display:block
}
.navbar li ul li{
    background-color:#000;
    height:55px;
    margin-top:-8px
}
.navbar li ul li a{
    border-left:1px solid #1f5065;
    border-right:1px solid #1f5065;
    border-top:1px solid #74a3b7;
    border-bottom:1px solid #1f5065
}
.navbar li ul li a:hover{
    background-color:#366b82
}
@media (max-width:767px){
    #header,
    #header3{
        width:100%
    }
}



        body {
            overflow-x: hidden;
            margin: 0;
            padding: 0;
        }

        .center-tables table td {
            width: auto;
        }

        .center-tablesd table td .table-center {
            /* margin-right: 15px; */
            margin-left: 15px; 
        }

        .center-tables #heading>div a {
            color: black;
            text-decoration: none;
        }

        .center-tables #heading #view a {
            color: inherit;
        }

        #header,
        #header3
        #wrap,
        #marquee1 {
            max-width: 1010px;
            width: auto;
        }

       
        h1.heading {
            /* background: #ab183d; */
            background:rgb(242, 255, 1);
            color: #fff;
            padding: 6px;
            font-size: 1.5em;
        }

        table.box-data {
            max-width: 1000px;
            width: 100%;
        }

        .footer-col a {
            color: rgba(0, 0, 0, 0.75);
        }

        footer {
            float: none;
            width: 74%;
            text-align: center;
            display: block;
            margin: 0 auto;
        }

        .footer-content-wrapper {
            width: 100%;
            margin: 1em auto;
            padding: 2% 0;
        }

        .footer-col {
            display: inline-block;
            padding: 0.5em 0.1em 0.5em 1em;
            box-sizing: border-box;

        }

        .footer-col:nth-child(4) {
            border: none;
        }

        .ta-l {
            text-align: left;
        }

        .flt {
            float: left;
        }

        .flt:nth-child(4):after {
            content: " ";
            visibility: hidden;
            display: block;
            height: 1em;
            clear: both;
        }

        .large-25 {
            width: 25%;
        }

        .large-50 {
            width: 50%;
        }

        .col-3-display {
            display: flex;
            flex-wrap: wrap;
        }

        .col-3-display a {
            display: inline-block;
            width: 33%;
        }

        .footer-col a {
            display: block;
            text-decoration: none;
            margin: 0.3em 0;
            font-size: 13px;
            margin: 0 0 10px;
        }

        .footer-content-wrapper h3 {
            font-size: 1.3rem;
        }

        @media (max-width: 550px) {
            .small-50 {
                width: 50%;
            }

            .footer-col:nth-child(2) {
                border: none;
            }

            #header,
            #header3{
                width: 100%;
            }

        }

        @media (max-width: 300px) {
            .tiny-100 {
                width: 100%;
            }

            .footer-col {
                border: none;
            }
        } 
        
   table h1 {
    display: block;
    font-size: 22px;
    color: #0F3063;
    margin-left: 0;
    margin-right: 0;
  }

  td {
    font-size: 20px;
  }

  h2 {
    font-size: 28px;
  }

  li {
    font-size: 21px;
    margin-left: 10px;
  }

  @media (max-width: 991px) {
    td {
      font-size: 28px;
    }

    h2 {
      font-size: 25px;
    }
  }

  @media (max-width: 767px) {
    h2 {
      font-size: 32px;
    }

    td {
      font-size: 30px;
    }

    ul li {
      font-size: 30px;
    }
  }
.breadcrumb {
margin-top: 58px;
float: left;
/*color: black;*/
padding-left: 1px;
font-weight: bold;
}











