body {
    margin: 0;
    padding: 0;
}

.top-bar {
    background-color: #7d1b02;
    width: 100%;
    margin: 0;
    margin-bottom: -4px;
}

    .top-bar div {
        color: white;
        font-size: 14px;
    }

        .top-bar div a {
            color: white;
            padding: 5px;
        }

    .top-bar .top_1 {
        padding: 5px;
        width: 20%;
        margin: 5px;
        float: left;
        text-align: center;
    }

    .top-bar .top_2 {
        padding: 5px;
        width: 50%;
        margin: 5px;
        overflow: hidden;
        float: left;
        padding-right: 10px;
        text-align: center;
    }

        .top-bar .top_2 a:first-child {
            border-left: none;
        }

    .top-bar .top_3 {
        padding: 5px;
        width: auto;
        margin: 5px;
        overflow: hidden;
        text-align: end;
        text-align: center;
    }

        .top-bar .top_3 a {
            font-size: 20px;
        }

.custom_nav-container .navbar-nav .nav-item .nav-link {
    text-align: justify;
}

.custom_nav-container .navbar-nav .dropdown-1:hover .dropdown-menu {
    display: block;
}

.custom_nav-container .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 13px;
}

    .custom_nav-container .navbar-nav .dropdown-menu .dropdown-item:hover {
        background-color: transparent;
    }

.custom_nav-container .navbar-nav .dropdown-menu .dropdown-item-1 {
    font-size: 13px;
}

    .custom_nav-container .navbar-nav .dropdown-menu .dropdown-item-1 .officer-menu {
        display: none;
        background-color: white;
        list-style: none;
        font-size: 13px;
        position: absolute;
        right: -168px;
        top: -8px;
        padding-left: -150px !important;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

        .custom_nav-container .navbar-nav .dropdown-menu .dropdown-item-1 .officer-menu li {
            width: 100%;
            position: relative;
            left: -32px;
            padding-top: 10px;
        }

            .custom_nav-container .navbar-nav .dropdown-menu .dropdown-item-1 .officer-menu li a {
                color: #3b3127 !important;
            }

                .custom_nav-container .navbar-nav .dropdown-menu .dropdown-item-1 .officer-menu li a:hover {
                    color: #7d1b02 !important;
                }

    .custom_nav-container .navbar-nav .dropdown-menu .dropdown-item-1:hover .officer-menu {
        display: block;
    }

.custom_nav-container .navbar-nav .nav-item .dropdown-menu {
    position: absolute;
    top: 39px;
    border: none;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

    .custom_nav-container .navbar-nav .nav-item .dropdown-menu li:hover a,
    .custom_nav-container .navbar-nav .nav-item .dropdown-menu li:focus a {
        color: #7d1b02;
    }

.different {
    position: relative;
    margin-bottom: 5px;
}

    .different:hover {
        border: none;
    }

    .different::after {
        content: '';
        position: absolute;
        width: 0px;
        height: 2px;
        left: 1%;
        bottom: 0;
        background-color: #7d1b02;
        transition: all ease-in-out .5s;
    }

    .different:hover::after {
        width: 100%;
        left: 0;
    }


.header_section {
    position: sticky;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 999;
}

.slider_container {
    border-bottom: 1px solid #7d1b02;
}

    .slider_container .div_1 {
        width: 33%;
        background-color: black;
        float: left;
    }

    .slider_container .div_2 {
        width: auto;
        background-color: blue;
        overflow: hidden;
    }


/* counter css start here */

.counter-main {
    margin-bottom: 60px;
}

.counter-image {
    background: url("../images/army.webp");
    border: none;
    border-radius: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.counter-div {
    height: 100%;
    background: linear-gradient(to bottom, rgba(125, 27, 2, 0.65), rgba(125, 27, 2, 0.4));
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(125, 27, 2, 0.65)), to(rgb(125, 27, 2, 0.4)));
}

    .counter-div .row .card-title {
        font-size: 5.1vh;
        font-weight: bold;
        text-transform: uppercase;
    }

    .counter-div .row .col-md-4 h3 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 20px;
        margin-top: 30px;
    }

    .counter-div .row .col-md-4 span {
        text-transform: uppercase;
        font-size: 10vh;
        margin-top: 5px;
        margin-bottom: 5px;
        display: inline;
    }

.banner_card_about {
    background-image: linear-gradient(to bottom, rgba(125, 27, 2, 0.65), rgba(125, 27, 2, 0.4)), url("../images/about\ banner\ 2.jpg");
    background-position: center;
    background-size: cover;
    height: 50vh;
    text-align: center;
    border-radius: 0;
    border: none;
}

.banner_card_contact {
    background-image: url("../images/contact-us-image.jpg");
    background-position: center;
    background-size: cover;
    height: 50vh;
    text-align: center;
    border-radius: 0;
    border: none;
}

.banner_card_login {
    background-image: linear-gradient(to bottom, rgba(125, 27, 2, 0.65), rgba(125, 27, 2, 0.3)), url("../images/login\ banner.jpg");
    background-position: center;
    background-size: cover;
    height: 50vh;
    text-align: center;
    border-radius: 0;
    border: none;
}

.banner_card_success {
    background-image: linear-gradient(to bottom, rgba(150, 35, 6, 0.85), rgba(134, 35, 10, 0.5)), url("../images/Event-banner.jpeg");
    background-position: center;
    background-size: cover;
    height: 50vh;
    text-align: center;
    border-radius: 0;
    border: none;
}

.banner_card_paper {
    background-image: linear-gradient(to bottom, rgba(125, 27, 2, 0.65), rgba(125, 27, 2, 0.3)), url("../images/text\ paper.jpg");
    background-position: center;
    background-size: cover;
    height: 50vh;
    text-align: center;
    border-radius: 0;
    border: none;
}

.banner_card_videos {
    background-image: linear-gradient(to bottom, rgba(125, 27, 2, 0.65), rgba(125, 27, 2, 0.3)), url("../images/bg-course-2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
    text-align: center;
    border-radius: 0;
    border: none;
}

.banner_card_navy_ssr {
    background-image: linear-gradient(to bottom, rgba(125, 27, 2, 0.65), rgba(125, 27, 2, 0.3)), url("../images/navy-ssr-aa.jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
    text-align: center;
    border-radius: 0;
    border: none;
}

.banner_card_mns {
    background-image: linear-gradient(to bottom, rgba(125, 27, 2, 0.65), rgba(125, 27, 2, 0.3)), url("../images/MNS2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
    text-align: center;
    border-radius: 0;
    border: none;
}

.img_text {
    padding-top: 120px;
}

    .img_text h4 {
        font-size: 45px;
        font-weight: 600;
        text-transform: uppercase;
    }

        .img_text h4 a {
            color: white;
            text-decoration: none;
        }

.content-page .f_content .card {
    width: 100%;
    border-radius: 0;
    border: none;
    border-left: #7d1b02 solid 3px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-bottom: #7d1b02 solid 3px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-size: 14px;
}

    .content-page .f_content .card h4 {
        color: #7d1b02;
        font-weight: 600;
        text-transform: uppercase;
    }

.content-page .l_content .card {
    width: 100%;
    border-radius: 0;
    border: none;
    border-right: #7d1b02 solid 3px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-top: #7d1b02 solid 3px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align: justify;
    font-size: 14px;
}

    .content-page .l_content .card h4 {
        color: #7d1b02;
        font-weight: 600;
        text-transform: uppercase;
    }

.content-page .f_content .card .row .col-md-12 {
    text-align: justify;
}

.login_form {
    width: 500px;
    margin: 0px auto;
    border: 1px solid #cecbcb;
}

    .login_form input {
        width: 80%;
        color: #7d1b02;
        font-size: 13px;
        padding: 10px 25px;
        border: none;
        border-bottom: 1px solid #cecbcb;
        border-radius: 3px;
    }

    .login_form p {
        font-size: 13px;
        color: #7e8482;
    }

    .login_form .button_1 {
        background-color: #7d1b02;
        border: none;
        padding: 10px 35px;
        border: 1px solid #7d1b02;
        color: white;
        transition: all 0.5s;
    }

        .login_form .button_1:hover {
            background-color: transparent;
            color: #7d1b02;
        }

    .login_form .button_2 {
        background-color: #2a623e;
        border: none;
        padding: 10px 35px;
        border: 1px solid #2a623e;
        color: white;
        transition: all 0.5s;
        border-radius: 30px;
    }

        .login_form .button_2:hover {
            background-color: transparent;
            color: #2a623e;
        }

.img-nda img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 3px solid #2a623e;
    border-radius: 10px;
}


.success-story-name {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px !important;
    width: 200px;
    margin-top: -50px;
    margin-left: 65px;
    background-color: #7d1b02;
}

    .success-story-name .name-logo {
        border: none;
        box-shadow: none;
        border-radius: none;
        width: 50px;
        margin-top: -40px;
    }

.videos {
    width: 30rem;
    height: 18rem;
    cursor: pointer;
}

    .videos:hover {
        box-shadow: rgb(245, 3, 3,0.25) 0px 50px 100px -20px, rgba(245, 3, 3, 0.3) 0px 30px 60px -30px, rgba(245, 3, 3, 0.35) 0px -2px 6px 0px inset;
    }

.photos_button {
    border: none;
    margin: -10px auto;
    width: 12.5rem;
    padding: 10px;
    background-color: #7d1b02;
    color: white !important;
    transition: ease-in-out 0.5s;
}

    .photos_button img {
        border: none;
        border-radius: none;
        box-shadow: none;
        width: 45px !important;
        margin-top: -40px;
        margin-left: -40px;
    }

.pannel {
    border: 1px solid #2a623e;
    padding: 30px 10px;
}

    .pannel h5 {
        color: #7d1b02;
        font-size: 25px;
        font-weight: 600;
    }

.speciality-name {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 100%;
    margin-top: -30px;
    background-color: #7d1b02;
}

    .speciality-name .name-logo {
        border: none;
        box-shadow: none;
        border-radius: none;
        width: 50px;
        margin-top: -40px;
    }

/* news letter */
.news-test {
    text-align: start;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 5px;
}

.news-link {
    background-color: #7d1b02;
    padding: 0px !important;
    margin: 0px !important;
}

    .news-link marquee {
        margin: 0px !important;
        outline: none;
        border: none;
        padding: 5px;
    }

        .news-link marquee a {
            color: white !important;
            font-size: 13px !important;
        }

            .news-link marquee a i {
                color: #fcfd01 !important;
            }
