body {
    font-size: 1.1rem;
    font-family: "Noto Sans", serif;
    font-weight: 400;
    font-style: normal;
}
.topBar {   
    background: #823200;
    padding: 10px;
    width: 100%;
}
.topBar img {
    width: 35%;
}
.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar .navbar-toggler {
    border-color: #fff;
}
.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:active,
.navbar .navbar-toggler-icon:focus {
    box-shadow: none !important;
}
.navbarBG {
    background: #b74800;
}
.mainDiv {
    margin-top: 130px;
}
.divspace {
    padding: 5rem 0;
}
.footer {
    background-color: #e2e2e2;
    padding: 1rem 0;
}
.footer .nav .nav-item .nav-link {
    color: #5c6c75;
    padding: 0;
}
.footer .nav .nav-item .nav-link:hover {
    color: #0aad0a;
}
.footer .social-links {
    color: #5c6c75;
}
.footer .social-links:hover {
    color: #0aad0a;
}
.btn-social {
    color: #889397;
    border: 1px solid #889397;
    border-radius: 0.5rem;
}
.btn-social:hover {
    color: #0aad0a;
    border: 1px solid #0aad0a;
}
.btn-icon {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: 0.92969rem;
    font-weight: 400;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
}
.btn-icon.btn-xs {
    font-size: 0.75rem;
    width: 1.75rem;
    height: 1.75rem;
}
.btn-icon.btn-sm {
    font-size: 0.875rem;
    width: 2.1875rem;
    height: 2.1875rem;
}
.btn-icon.btn-lg {
    font-size: 1rem;
    width: 3.36875rem;
    height: 3.36875rem;
}
.nav-btn {
    background-color: #ffcd00;
    display: inline-block;
    padding: 0.1em 0.6em;
    color: #dc3545;
    text-align: center;
    white-space: nowrap;
    border-radius: 0.25rem;
    cursor: pointer;
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    -o-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
}
@keyframes blink {
    0%,
    100% {
        background-color: #fff04d;
    }
    50% {
        background-color: #ffcd00;
    }
}
.mainHeading {
    position: relative;
    overflow: hidden;
    padding-bottom: 0.5em;
    color: #0572b6;
}
.mainHeading:after {
    content: " ";
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #dc3545;
    width: 80px;
}
.mainHeading2 {
    position: relative;
    overflow: hidden;
    padding-bottom: 0.7em;
    color: #0572b6;
    font-size: 1.5rem;
}
.mainHeading2:after {
    content: " ";
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #dc3545;
    width: 100px;
}
.subHeading {
    position: relative;
    overflow: hidden;
    padding-bottom: 0.5em;
    text-align: center;
    color: #0572b6;
}
.subHeading:after {
    content: " ";
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #dc3545;
    width: 40px;
    margin: 0 auto;
}
.subHeading2 {
    position: relative;
    overflow: hidden;
    padding-bottom: 0.5em;
    text-align: center;
    color: #0572b6;
    font-size: 1.5rem;
}
.subHeading2:after {
    content: " ";
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #dc3545;
    width: 40px;
    margin: 0 auto;
}
.bglight {
    background: #f7f7f7;
}

.nav-tabs .nav-link.active {
    color: #0572b6;
}

@media screen and (min-width: 300px) and (max-width: 640px) {
    .topBar img {
        width: 85%;
    }
    .mainDiv {
        margin-top: 105px;
    }
    #carouselBannerSDDT .carousel-item img {
        object-fit: cover;
        object-position: center;
        overflow: hidden;
        height: 100vh;
    }
    #carouselBannerSDDT .carousel-item:before {
        content: "";
        background-image: linear-gradient(
            to bottom,
            transparent,
            rgba(0, 0, 0, 0.5)
        );
        display: block;
        position: absolute;
        top: 0;
        width: 100vw;
        height: 100vh;
    }
}
@media screen and (min-width: 640px) and (max-width: 760px) {
    .topBar img {
        width: 60%;
    }
    .mainDiv {
        margin-top: 125px;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: wrap;		
    }
}

.navbar {
	padding-top: 0px;
}
.nav-pills {
    --bs-nav-pills-link-active-bg: #b74800;
}
.nav {
    --bs-nav-link-color: #b74800;
    --bs-nav-link-hover-color: #b74800;
}

@media (min-width: 768px) {
    .sticky-md-top {
        top: 200px !important;
    }
}


