    @import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css");
    @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css");
    @import url("https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700&amp;subset=tamil,latin");
    body {
        overflow-y: scroll;
        color: #333;
    }
    .bg-primary {
        background-color: #0067AC !important;
    }
    .catamaran {
        font-family: Catamaran, serif;
        font-weight: 500;
    }
    h4 {
        margin-bottom: 1rem;
    }
    .catamaran .h3 { /* for news page headings */
        background-color: #0067ac;
        font-weight: 300;
        padding: 0.25rem 0.25rem 0.25rem 0.5rem;
        border-radius: 3px;
        border-bottom: solid 5px #F58025;
        color: #FFFFFF;
    }
    .catamaran a {
        text-decoration: none;
    }
    .accordion ul li {
        padding-bottom: 0.5rem;
        list-style-type: circle;
    }
    .accordion ul li :hover{
        color:#f58025;
    }
    h3 {
        font-weight: 300;
        border-left:solid 6px #F58025;
    }

    .h2 {
        font-weight: 400;
        color: #333;
        
    }

    .hero {
        width: 100%;
        height: 17vh;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
        background-image: url('../images/bg.jpg');
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-attachment: fixed;
        clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 0 0);
    }

    @media (max-width: 1200px) {
        .hero {
            height: 15vh;
        }
      }

    .overlay {
        background-color: rgba(0, 103, 171, 0.7);
        top: 0;
        left: 0;
        width: 100%;
        height: 17vh;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    .nav-link {
        text-transform: uppercase;
        margin-left: 1.5rem;
    }
    .banner-box {
        background: #f4f4fa;
        margin-top: 3rem;
        padding: 4rem 2rem;
    }
    .banner-box img {
        margin-bottom: 1.75rem;
    }
    .footer {
        color: #fff;
        padding: 50px 0;
    }
    .footer a {
        color:#efefef;
        text-decoration: none;
    }
    .disclaimer p {
        font-size: 0.85rem;
    }
    #main-links a {
        color:#1b69df;
   }
    #main-links a:hover {
        color:#F58025;
   }

    /* T99 Keyboard Style */
    #keyboard_editor textarea {
        width: 100%;
    }
    #row_1,
    #row_2,
    #row_3,
    #row_4,
    #row_5 {
        text-align: center;
    }
    #keyboard img {
        border: 2px outset #E9E9E9;
        cursor: pointer;
        margin: 1px;
    }
    #keyboard_status {
        margin: 5px auto;
        background-color: #fad163;
        font-size: 11px;
        font-family: Verdana, sans-serif;
        text-align: center;
    }
    
    /* TAMIL NEWS CSS */
    #newscol li,
    .li {
        margin-bottom: 1.5rem;
        margin-left: -31px;
        list-style: none;
        padding-bottom: 10px;
        border-bottom: rgb(241, 184, 76) 1px solid;
    }
    #newscol a {
        font-size: 1.15rem;
        text-decoration: none;
        font-weight: bold;
        color: #1281cc;
    }
    #newscol a:hover {
        color: #F58025;
    } 
    .dashline {
        border-bottom: #333 1px dotted;
        margin-bottom: 2rem;
    }
    .img{
        width: 25%;
    }