﻿
body {
    font-family: Arial, Helvetica, sans-serif;
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}




.site-title,
.site-description {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}





<style id='classic-theme-styles-inline-css' >
/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}



img#wpstats {
    display: none
}



<style type="text/css" id="custom-background-css" >
.wrapper {
    background-color: #eee;
}



.site-title,
.site-description {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}









.navbar-wp .navbar-nav > li > a.homebtn {
    position: relative;
    width: inherit;
    height: inherit;
}

.navbar-wp .navbar-nav > li > a.homebtn span {
    position: inherit;
    font-size: 24px;
    line-height: 1;
    top: inherit;
}

input[type="submit"], input[type="reset"], button {
    padding: 1px 12px;
    line-height: 30px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.4sease-in-out 0s;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

radius25 {
    border-radius: 25px;
    padding: 13px 30px;
}

.btn {
    transition: 200mslinear;
}

.btn-sm {
    font-size: 14px;
    padding: 11px 30px !important;
}



.newsfeed_label:before {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 18px solid var(--yellow);
    position: absolute;
    right: -2px;
    top: 0;
    content: "";
    z-index: 9;
}

.newsfeed_label {
    font-size: 18px;
    line-height: 20px;
    padding: 10px;
    color: #000000;
    background-color: var(--yellow);
    text-align: center;
    margin-bottom: 0;
}

.mg-latest-news .bn_title1 {
    width: 200px;
    height: 40px;
    display: inline-block;
    position: relative;
    z-index: 100;
}

@media screen and (min-width: 240px) and (max-width: 767px) {
    .mg-latest-news .bn_title1 {
        display: none;
    }

    .skips {
        display: none;
    }
}

.mg-social li span.icon-soci {
    display: inline-block;
    float: left;
    height: 25px;
    line-height: 25px;
    margin: 0;
    text-align: center;
    width: 35px;
    border-radius: 3px;
}

.black {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.blu {
    background-color: #125690
}

.mg-headwidget .navbar-wp {
    background: #194081
}


.ntitle {
    background-color: lavender;
}

label {
    font-size: 18px
}

.skips a {
    color:;
}


.mg-headwidget .navbar-wp .navbar-nav > li > a {
    padding: 5px 18px;
    font-size: 14px;
    text-transform: none;

    line-height: 2;
}

.navbar-wp .dropdown-menu > li > a {
    padding: 3px 8px;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    display: block;
    transition: .3s;
    font-weight: bold;
    width: 240px;
    /* text-transform: uppercase; */
}




.navbar-wp .dropdown-menu > li > a {
    padding: 6px 8px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    display: block;
    transition: .3s;
    font-weight: normal;
    width: 240px;
    text-transform: none;
}

.navbar-wp .dropdown-menu > li > a {
    background-color: rgb(84 43 0);
    color: #fff !important;
}



.container1 {
    max-width: 1600px; /* or your layout width */
    margin: 0 auto; /* center the content */

    border-style: groove;
    border-width: 2px;
    background: white;
    border-radius: 10px
}




/* Header container */
.header {
    display: flex;
    align-items: center;
    padding: 2px 15px;
    border-bottom: 1px solid #1f2f7a;
    background: #ffffff;
    flex-wrap: nowrap;
}

/* Left logo */
.header-left {
    display: flex;
    align-items: center;
    gap: 8px; /* gap between logos (1 logo now) */
    margin-right: 12px; /* small gap between logo and text */
}

    .header-left img {
        display: block;
    }

/* Center text block */
.header-center {
    flex: 1;
    text-align: left; /* left-aligned for compact look */
    padding: 0;
}

    /* h1 and h2: same height & spacing */
    .header-center h1 {
        font-size: 26px;
        font-weight: bold;
        line-height: 1.2; /* equal vertical height */
        margin: 0; /* remove default top/bottom margins */
    }
    /* h1 and h2: same height & spacing */

    .header-center h2 {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.1; /* equal vertical height */
        margin: 0; /* remove default top/bottom margins */
    }

    .header-center h1 {
        color: #1f2f7a;
    }

    .header-center h2 {
        color: #c0392b;
    }

    /* h3 spacing */
    .header-center h4 {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2;
        margin-top: 6px;
        margin-bottom: 6px;
        color: #1f2f7a;
    }

        /* Last h3 style */
        .header-center h4:last-child {
            font-weight: 700;
            color: #000;
            margin-bottom: 0;
        }

/* Responsive: mobile */
@media (max-width: 768px) {
    .header {
        flex-wrap: wrap;
        padding: 12px 20px;
    }

    .header-left {
        margin-right: 0;
        justify-content: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .header-center {
        text-align: center;
        width: 100%;
    }
}



.footer .mg-footer-copyright p, footer .mg-footer-copyright a {
    color: lavender;
    font-size: 14px;
}




.mg-blog-post-3 .mg-blog-img {
    overflow: hidden;
    max-height: 200px;
    min-height: 160px;
    padding: 5px 5px;
}

.footer .mg-footer-copyright {
}

footer .mg-footer-copyright {
    padding: 5px 0;
    color: antiquewhite
}

    footer .mg-footer-copyright p, footer .mg-footer-copyright a {
        color: lavender;
        font-size: 16px
    }



.fc-header-toolbar {
    /*
the calendar will be butting up against the edges,
but let's scoot in the header's buttons
*/
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
}



.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.cnt {
    background-color: #fff;
    color: #181818;
    margin-left: 8px;
    padding: 2px 5px;
    font-weight: 800;
    border-radius: 4px;
    letter-spacing: .7px;
    font-size: 18px;
}


