.hero-section {
    position: relative;
    min-height: 100vh;
}

.shrink {
    animation: .3s ease-in-out;
    animation-name: fadeInDown;
    background-color: #fff
}

h1, h2, h3, h4, h5, h6 { 
    color: #141414;  
}

.welcome-content p{
     color: #141414; 
}

.light-version p {
    color: #000;
    text-shadow: 1px 1px #eee;
}

.breadcumb-area { 
    height: 250px !important;
}

a{
    color: #BC1E2D;
}

@media (max-width: 992px) {
    .navbar-expand-lg.navbar-dark {
        background: rgb(244 245 247 / 32%);
    }
}

.navbar-dark .navbar-toggler, .navbar-white .navbar-toggler, .navbar-cyan .navbar-toggler {
    background: #bc1e2d; 
}

@media (max-width: 992px) {
    .navbar-collapse {
        padding-top: 20px;
        background: rgb(239 221 221);
    }
}

@media (max-width: 500px) {
    .navbar {
       background:none; 
    }
}

.breadcumb-content { 
    background: url(../img/core-img/map.png) no-repeat center;
    background-size: cover;
}