.top-bg {
    background: #03366f;
}

.mr-5 {
    margin-right: 5%;
}

p.text-white.logo-tittal {
    font-size: 11px;
}

.iso-logo {
    margin-top: 3%;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}


/* rotate caret on hover */

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

div#carouselExampleCaptions {
    border-top: 6px solid#0c7d00;
    border-bottom: 6px solid#0c7d00;
}

section#cradsection {
    margin: 5% 0% 5% 0%;
}

.card-bg {
    background-color: #006df4;
}

.icon-shed {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.icon-b {
    display: inline-block;
    font-size: 35px !important;
    cursor: pointer;
    margin: 30px auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    text-decoration: none;
    padding-top: 5px;
}

.card-footer a {
    text-decoration: none;
}

.view-btn {
    padding: 0px 35px 0px 35px;
}

.view-btn:hover {
    background-color: red;
    color: white;
}

.card.card-bg.text-white.border {
    border-right-style: dotted !important;
    border: none;
}

.border {
    border: none !important;
}

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: none;
}

p.weltxt {
    text-align: justify;
    padding-right: 10px;
}

.card.shadow-lg {
    padding-left: 3%;
}

.bootom-footer.p-1 {
    background: black;
}

.img-pro {
    border: 1px solid #F1EEEE;
    box-shadow: inset;
    box-shadow: inset 0px 0px 10px #E6E6E6;
    padding: 10px;
}

.accordion-button:focus {
    box-shadow: none;
}

.col-auto2 {
    width: 70%;
}

.col-auto1 {
    width: 15%;
}

.form-bg {
    background-image: url(../img/cc.png);
    color: yellow;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 10px 0px 10px 30px;
    position: absolute;
    width: 45%;
}


/* mohit css */


/* table  */

.t-bg {
    background: #FFEB0A;
    text-align: center;
    font-size: 13px;
}

.t-b {
    background: #2A3742;
    font-family: cursive;
    font-size: 15px;
    font-weight: normal;
}

.t-bgcommon {
    background: #FFEB0A;
    font-size: 13px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255 / 90%);
    background: red;
    /* padding: 8px 14px 13px 14px; */
    /* margin-left: 5px; */
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: red;
    /* padding: 8px 10px 13px 7px; */
    /* margin-left: 2px; */
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.sticker {
    animation: spin 2s linear infinite;
    animation-play-state: paused;
}

.sticker:hover {
    animation-play-state: running;
    background: white;
    color: #006df4;
}

@keyframes spin {
    100% {
        transform: rotate(1turn);
    }
}