/*
Madan Mohan
12-06-2025
*/
@font-face {
    font-family: 'Lato-Regular';
    src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
    font-family: 'Lato-Bold';
    src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
    font-family: 'Lato-Black';
    src: url(../fonts/Lato-Black.ttf);
}
@font-face {
    font-family: 'KaushanScript-Regular';
    src: url(../fonts/KaushanScript-Regular.ttf);
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url(../fonts/Montserrat-Bold.ttf);
}
.lato-regular{
    font-family: Lato-Regular;
}
.lato-bold{
    font-family: Lato-Bold;
}
.lato-black{
    font-family: Lato-Black;
}
.kaushanScript-regular{
    font-family: KaushanScript-Regular;
}
.montserrat-bold{
    font-family: Montserrat-Bold;
}
*{
    font-family: Lato-Regular;
    font-size: 14px;
    color: #4B4B4B;
}
a{
    text-decoration: none;
}
.my-bg-primary{
    background-color:#221E5C !important;
    color: #fff !important;
}
.my-bg-primary *{
    color:#fff;
}
.my-text-primary{
    color: #221E5C;
}
.my-bg-secondary{
    background-color: #850000;
}
.my-text-secondary{
    color: #850000 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3,   h4, h5, h6,p,ul{
    margin: 0;
    padding: 0;
}
.nav-link{font-family: lato-Bold;
    font-size: 15px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #850000;
}
.navbar-nav .nav-link::after,#association .nav-link::after{
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
}
.navbar-nav .nav-link.active::after,.navbar-nav .nav-link:hover::after{
    width: 100%;
    border: 1px solid;
}
#association .nav-link.active::after,#association .nav-link:hover::after{
    width: 50%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid;
}
.brand{
    font-size: 24px;
}
.brand-details{
    font-size: 14px;
}
.brand-title{
    font-size: 12px;
}
.navbar-nav .nav-item{
    list-style: disc;
    margin-left: 25px;
}
.nav-item:first-child{
    list-style: none;
}
.my-border-primary{
    border-color: #221E5C !important;
}
.my-border-secondary{
    border-color: #850000 !important;
}
.list-style-none{
    list-style: none;
}
.footer-text{
    color: #CCCCCC;
}
.banner-text{
    z-index: 2;
    width: max-content;
    background-color: rgba(255,255,255,0.5);
}
.carousel-control-next, .carousel-control-prev{
    top: auto;
}
.carousel-control-next{
    right: auto;
    left: 8%;
}
#banner .carousel-indicators{
    left: auto;
}
.latest-news:hover{
    background-color: #F2E5E5;
}
#association .nav-link{
    color:#919090;
}
#association .nav-link.active,#association .nav-link:hover{
    color:#850000;
}
#CWCIndicators .carousel-indicators,#ExecutiveBodyIndicators .carousel-indicators{
    bottom: -40px;
}
#CWCIndicators .carousel-indicators .active,#ExecutiveBodyIndicators .carousel-indicators .active{
    background-color: #221E5C !important;
}
.contact-bg{
    background: url(../images/contact-bg.png) no-repeat center center;
    background-size: cover;
}
.active>.page-link, .page-link.active{
    background-color: #221E5C ;
    border-color: #221E5C ;
}
.page-link{
    color: #221E5C;
}