body {
    background: url(../img/frontend-bg.jpg) center center no-repeat fixed;
    background-size: cover;
    font: 14px/25px Arial, Helvetica, sans-serif;
    margin-top: 20px;
    min-height: 100vh;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1400px !important;
    }

    .col-md-3.left-sidebar {
        padding-left: 0 !important;
    }

    .col-md-3.right-sidebar {
        padding-right: 0 !important;
    }
}

.header_class .col-md-10,
.header_class .col-md-12,
.header_class .col-md-2 {
    padding-left: 0;
    padding-right: 0
}


.banner img {
    float: right;
    height: 120px;
    width: 100%
}

img.nav_logo {
    width: 100%;
    height: 120px;
    -webkit-animation: rotation 3.5s infinite linear
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotateY(0)
    }

    to {
        -webkit-transform: rotateY(359deg)
    }
}

.navigation_bar {
    margin: 20px 0
}

.bg-light {
    background-color: #151B54 !important
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px
}

.dropdown-menu {
    padding: 0;
    background-color: #151B54;
    left: -25%;
    z-index: 99999 !important;
}

.dropdown-item {
    color: #fff;
    padding: .5rem 1.5rem;
    font-size: 14px;
}

.carousel-item img {
    width: 100%;
    height: 400px
}

.card-header {
    background-color: #151b54;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.content {
    padding: 20px;
    margin-bottom: 20px
}

.card,
.list-group-item {
    background-color: transparent;
}


.card.sidebar-widget {
    position: relative;
    overflow: hidden;
}

.card.sidebar-widget::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 0;
}

.card.sidebar-widget>* {
    position: relative;
    z-index: 1;
}

.card.sidebar-widget tr td {
    font-size: 14px;
    color: white;
    font-weight: bold;
    padding: 5px 0;
}

.card.sidebar-widget tr td label,
.card.sidebar-widget tr td a {
    color: #fff !important;
}


.left-sidebar ul,
.right-sidebar ul {
    background-color: oklch(39.1% 0.09 240.876);
}

.left-sidebar ul li,
.right-sidebar ul li {
    padding: 7px 15px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.left-sidebar ul li a,
.right-sidebar ul li a {
    color: #ffffff;
}



.paragraph_content h3 {
    margin: 10px 0;
    padding: 15px 0
}

.left-sidebar .card ul {
    padding-left: 0;
    margin-left: 0
}


.right-sidebar .card {
    text-align: center;
}

.left-sidebar .card,
.right-sidebar .card {
    border: none;
    margin-bottom: 15px;
    border-radius: 5px;
}

.card-header:first-child {
    border-radius: 0;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1), 0 6px 20px 0 rgba(0, 0, 0, .1)
}

#footer {
    background: #000;
    padding: 0 0 30px;
    color: #eee;
    font-size: 14px
}

#footer .footer-top {
    position: relative;
    background: url(../img/dcaa-footer.jpg) center center fixed no-repeat;
    background-size: cover;
    padding: 60px 0 30px;
}

#footer .footer-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    /* adjust opacity as needed */
    z-index: 0;
}

#footer .footer-top>* {
    position: relative;
    z-index: 1;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px
}

#footer .footer-top .footer-info h3 {
    font-size: 34px;
    margin: 0 0 20px;
    padding: 2px 0 2px 10px;
    line-height: 1;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    border-left: 4px solid #069
}

#footer .footer-top .footer-info p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    color: #eee
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #eee;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

#footer .footer-top .social-links a:hover {
    background: #069;
    color: #fff
}

#footer .footer-top h4 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-top h4::after,
#footer .footer-top h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px
}

#footer .footer-top h4::before {
    right: 0;
    background: #555
}

#footer .footer-top h4::after {
    background: #069;
    width: 60px
}

#footer .footer-top .footer-links {
    margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px
}

#footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ddd
}

#footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #333;
    padding: 10px 0
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #eee
}

#footer .footer-top .footer-links ul a:hover {
    color: #069
}

#footer .footer-top .footer-contact p {
    line-height: 26px
}

#footer .footer-top .footer-newsletter input[type=email] {
    border: 0;
    padding: 6px 8px;
    width: 65%
}

#footer .footer-top .footer-newsletter input[type=submit] {
    background: #069;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: .3s;
    cursor: pointer
}

.adimage,
.gmimage {
    border: 2px solid #151B54
}

#footer .footer-top .footer-newsletter input[type=submit]:hover {
    background: #13a456
}

#footer .copyright {
    text-align: center;
    padding-top: 30px
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #ddd
}

.mimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 175px;
    height: 200px;
    margin-top: 50px
}


.heading-text {
    font-size: 13px;
    margin-top: 10px;
    font-weight: 700;
    color: #151B54
}

.main-content .fpage-slider {
    padding: 0 !important;
}

.main-content .paragraph_content {
    background-color: #fff;
    opacity: 0.95;
    padding: 25px;
}

.main-content .messagepage {
    background-color: #fff;
}

.main-content .body-text {
    width: 95%;
    margin: auto;
    font-size: 13px;
}

.main-content .msignature {
    width: 300px;
    height: 80px;
    margin: 45px 0 15px 20px
}

.main-content .designation,
.main-content .mesname {
    margin: 10px 0 10px 20px;
    text-align: left;
    font-weight: 700
}

.main-content .mesname {
    font-size: 1rem
}

.main-content .designation {
    font-size: .7rem
}

@media (max-width: 768px) {
    .row {
        margin-inline: 0 !important;
        margin-block: 20px;
    }
}

.messagepage {
    padding: 30px
}

.text-center.htext {
    font-size: 1.2rem;
    display: block;
    background-color: #151B54;
    padding: 13px;
    color: #fff;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .1), 0 17px 50px 0 rgba(0, 0, 0, .1)
}

.adimage {
    width: 100px;
    height: 100px
}

.gmimage {
    width: 150px;
    height: 150px
}

.hname {
    font-size: 1.2rem;
    font-weight: 700;
    color: #151B54;
    margin: 0;
    line-height: 1
}

.adcom {
    margin: 20px 0
}

.eximage {
    width: 100%;
    min-height: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px
}

.custom-accordian li {
    list-style: none;
    color: #000;
    padding: 5px 2px;
    position: relative;
    font-size: 15px;
    margin-bottom: 5px
}

.custom-accordian li:last-child {
    margin-bottom: 0
}

.custom-accordian li a {
    text-decoration: none;
    color: #eee;
    padding-left: .8rem;
    display: block;
    font-weight: 700;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.custom-accordian li a:hover {
    color: #fc0
}

.custom-accordian li a.acc-head {
    background-color: #151B54;
    padding-right: 25px;
    position: relative
}

.custom-accordian li a.acc-head:before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 0;
    padding-right: .8rem;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #eee;
    font-weight: 700;
    font-size: .7rem;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.custom-accordian li a.acc-head.in:before {
    content: "\f068"
}

.custom-accordian li .acc-content {
    padding: 10px 0 0 10px;
    display: none
}

.custom-accordian li .acc-content a {
    margin-bottom: 5px;
    color: #222
}

.main-content .noticeboard {
    padding: 5px 12px;
    margin-left: .5rem
}

.main-content .noticeboard .media-body>h5>strong {
    font-size: .7rem
}

.main-content .noticeboard a {
    color: #151b54;
    font-size: .9rem;
    font-weight: 700
}

p.address-text {
    white-space: pre-line
}

.main-content .weblink {
    padding: 2px 12px;
    list-style-type: disclosure-closed;
}

.main-content li.weblink a {
    color: #151b54;
    margin-left: 10px;
}

input#amount,
select#from,
select#to {
    color: #151B54;
    padding: 5px;
    border: none;
    font-size: 15px;
    padding-right: 10px;
    border-radius: 3px;
}

label#result {
    display: block;
    color: #f44336
}

td a {
    color: red !important
}

.card-body {
    border-radius: 0;
}

.adcom .col-md-4 {
    border: none;
    margin-top: 20px
}

.adcom .card {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.adcom .card-body {
    box-shadow: none
}

.gm-text {
    font-size: 1.1rem;
    font-weight: 700;
    text-align: left;
    font-family: ariel
}

.d-button.btn {
    background-color: #151B54;
    color: #fff;
    float: right
}

.d-button.btn:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 255, .2), 0 17px 50px 0 rgba(0, 0, 255, .2)
}

a:hover {
    color: #151B54;
    text-decoration: none
}

.text-justify {
    word-break: break-word
}

/* Weather Forecast  */

.widget {

    color: white;
}

.widget-header {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.widget-icon {
    font-size: 1.2rem;
    margin-right: 10px;
}

.widget-row {
    padding: 8px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.date-info {
    display: flex;
    flex-direction: column;
}

.day-name {
    font-weight: bold;
}

.date {
    font-size: 0.8rem;
    opacity: 0.8;
}

.widget-details {
    display: flex;
    align-items: center;
}

.temp {
    font-weight: bold;
    margin-right: 10px;
}

.wind {
    font-size: 0.8rem;
    opacity: 0.8;
}

.prayer-box {
    background: transparent;
    padding: 10px;
}

#prayer-times .prayer-time {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding: 4px 0;
    color: white;
}

#prayer-times h5 {
    margin-bottom: 10px;
    font-weight: bold;
}

/* Notice & Circulars Styles */
.notice-header {
    background: linear-gradient(to right, #e94057, #0093c9);
}

.card {
    transition: transform 0.2s ease;
    border: 0 !important;
}

.card.notice-item {
    border: 1px solid #ddd !important;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1) !important;
}

.badge {
    font-weight: 500;
    padding: 0.4em 0.8em;
}

/* Footer Styles */
footer a {
    transition: color 0.3s ease;
}

footer a:hover {
    color: #fff !important;
    text-decoration: none;
}

footer h4 {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

footer h4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: linear-gradient(to right, #e94057, #0093c9);
}


.footer-logo {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, hsl(217 91% 60%),
            hsl(262 83% 58%));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, hsl(217 91% 60%),
            hsl(262 83% 58%));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}