body {
    margin: 0;
    padding: 0;
}

.section {
    padding: 60px 0;
}

.bg_red {
    background: #BD0000;
    background: linear-gradient(180deg, rgba(189, 0, 0, 1) 0%, rgba(87, 0, 0, 1) 100%);
    padding: 8px 0;
}

.top_header a {
    margin-right: 15px;
    color: #fff;
}

.top_header a:last-child {
    margin-right: 0px;
}

.app-badge {
    height: 40px;
}

.stats-section {
    background: linear-gradient(to bottom, #f1c40f, #c49a00);
    color: white;
    text-align: center;
    padding: 40px 0;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
}

.stat-label {
    font-size: 1rem;
    opacity: 0.9;
}

.border-divider {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.training-section {
    background-size: cover;
    padding: 60px 20px;
    color: #333;
    text-align: center;
}

.training-section h2 {
    font-weight: 600;
    margin-bottom: 20px;
}

.training-section p {
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 1rem;
    line-height: 1.6;
}

.app-image {
    max-width: 100%;
    margin: 0 auto;
}

.mission-section {
    padding: 60px 20px;
    background-color: #f8f9fa;
}

.mission-image {
    border-radius: 15px;
    width: 100%;
    height: auto;
}

.mission-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.tabs-nav span {
    margin-right: 20px;
    font-weight: 500;
    cursor: pointer;
}

.tabs-nav .active {
    border-bottom: 3px solid #f1c40f;
}

.nav-tabs .nav-link.active {
    border-color: #f1c40f #f1c40f #fff;
    border-bottom: 3px solid #f1c40f;
    font-weight: bold;
}

.nav-tabs .nav-link {
    border: none;
    color: #000;
}

.tab-content p {
    margin-top: 15px;
}





footer {
    background-color: rgba(22, 38, 56, 0.5);
}

.text_footer {
    padding-right: 100px;
}

.footer_botom {
    background: #002540;
    color: #fff;
}

.footer_top {
    box-shadow: -2px 3px 20px 1px rgba(227, 191, 113, 0.6);
    -webkit-box-shadow: -2px 3px 20px 1px rgba(227, 191, 113, 0.6);
    -moz-box-shadow: -2px 3px 20px 1px rgba(227, 191, 113, 0.6);
}



.carousel-control-prev {
    width: 20px;
    height: 40px;
    position: absolute;
    right: 30px;
    left: auto;
}

.carousel-control-next {
    width: 20px;
    height: 40px;
    position: absolute;
    right: 0px;
    left: auto;
}

.owl-nav {
    display: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #BA9400 !important;
}

.owl-dots {
    margin-top: 15px;
}

.contact_information a {
    color: #fff;
}

#site-header {

    width: 100%;
    top: 0;
    left: 0;
    background: white;
    transition: all 0.3s ease;
    z-index: 1000;
}

#site-header.sticky {
    position: fixed;
    background-color: #f9f9f9;
    padding: 0;
    box-shadow: -2px 3px 20px 1px rgba(227, 191, 113, 0.6);
    -webkit-box-shadow: -2px 3px 20px 1px rgba(227, 191, 113, 0.6);
    -moz-box-shadow: -2px 3px 20px 1px rgba(227, 191, 113, 0.6);
}

.feature-card {
    border-radius: 20px;
}

.feature-card img {
    height: 300px;
    object-fit: cover;
    margin-top: 15px;
}

.feature-card h5 {
    font-weight: bold;
}

.footer {
    background-color: #000;
    /* black background */
    color: #fff;
    padding: 60px 0;
}

.footer h5 {
    font-weight: bold;
    margin-bottom: 20px;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    color: #ccc;
    text-decoration: none;
}

.footer ul li a:hover {
    color: #fff;
}

.store-section {
    background-color: #1c1c1c;
    /* dark gray */
    padding: 10px 0;
    color: white;
}

.brand-highlight {
    color: #d4af37;
    /* gold/yellow color for 'RI' */
    font-weight: bold;
}

.store-buttons img {
    height: 50px;
    margin: 10px;
}

.btn_col {
    position: absolute;
    width: 98%;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    margin: auto;
}

.btn_col .carousel-control-prev {
    left: 25px;
}

.btn_col .carousel-control-next {
    right: 25px;
}

.navbar-expand-lg .navbar-nav .nav-link:last-child {
    padding-right: 0;
}

.text-primary {
    color: #b28f00 !important;
}

.bg_contact {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
}

.menu_arrow {
    right: 0;
    top: 5px;
}

.dropdown-menu li {
    list-style: none;
    border-bottom: 1px solid #d6d6d6;
    display: block;
    padding: 5px 0;
}

.dropdown-menu li:last-child {
    border: none;
}

.dropdown-menu li a {
    color: #000;
    text-decoration: none;
}

.a_link {
    color: #000;
}

.dropdown-menu li a:hover,
.a_link:hover {
    color: #f00;
}

.accordion-button::after {
    content: '+';
    font-size: 1.25rem;
    margin-left: auto;
    transition: transform 0.2s;
    background-image: none;
    margin-top: -7px;
}

.accordion-button:not(.collapsed)::after {
    content: '–';
    background-image: none;
    margin-right: 10px;
    position: absolute;
    right: 16px;
    top: 30px;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: transparent;
}

.accordion-button:focus {
    z-index: 3;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc
}

.accordion-item,
.accordion-header {
    background: transparent;
    border: 1px solid #E3BF71;
    color: #000;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #000;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-button:not(.collapsed) {
    color: #000;
}

.accordion-item {
    width: 49%;
    display: inline-block;
    margin: 15px 3px;
    vertical-align: top;
}

.height_main {
    height: 190px;
    margin-top: 48px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}

.open_share {
    width: 200px;
}

.open_share {
    display: none;
}

.social-icons a {
    margin: 0 5px;
    font-size: 22px;
}

.res_mar {
    margin-bottom: 20px;
}

.banner_content,
.contact_banner_text {
    width: 40%;
}



@media (max-width: 1280px) {
    .banner_content p {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }


    .dropdown-menu.mega-menu {
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: auto;
        margin-top: 0;
        border-top: 0;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        display: block;
        opacity: 0;
        border: none;
    }

    .dropdown:hover .dropdown-menu.mega-menu {
        opacity: 100%;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;

    }


    .dropdown_main {
        padding-top: 20px;
        margin-top: 5px;
        background: #eee;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        display: none;
    }

    .dropdown:hover .dropdown_main {
        margin-top: 15px;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        display: block;
    }


    .mega-menu .col {
        min-width: 150px;
    }

    .dropdown {
        position: inherit;
    }



    .nav-link,
    .nav-link:hover {
        color: #000;
    }


}

@media (max-width: 1399px) {}

@media (max-width: 1200px) {
    .menu_arrow {
        right: -20px;
        top: 5px;
    }
}

@media (max-width: 1200px) {

    .banner_content,
    .contact_banner_text {
        width: 40%;
    }
}


@media (max-width: 1198px) {

    .banner_content,
    .contact_banner_text {
        width: 45%;
    }

    .banner_content h3 {
        font-size: 22px;
    }

    .banner_content p {
        line-height: 18px;
        font-size: 14px;
    }
}

@media (max-width: 992px) {

    .navbar-toggler {
        /* background-image: url(../img/nav_responsive.png ); */
        background-image: url(../../images/nav_responsive.png );
        background-repeat: no-repeat;
        border: transparent;
        background-size: 37px;
        position: absolute;
        right: 7px;
        top: 18px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }


    .footer_top {
        text-align: center;
    }

    #site-header.sticky {
        position: relative;
    }

    .app-badge {
        height: 32px;
    }

    .nav-link {
        padding: .5rem 10px;
    }

    h5 {
        font-size: 17px;
    }

    form .mb-4 {
        margin-bottom: 5px !important;
    }

    .accordion-item {
        width: 100%;
    }

    .banner_content {
        width: 100% !important;
        text-align: center;
    }

    /* 
    .mission-card {
        padding: 0;
    } */
    .responsive_hide {
        display: none;

    }

    .contact_card {
        padding: 0;
    }

    .res_mar {
        margin-top: 10px;
    }

}

.responsive_link {
    display: none;
}

@media (max-width: 768px) {
    .top_header {
        display: none;
    }

    .app-image {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .banner_content {
        width: 100% !important;
    }

    .top_header .container {
        max-width: 100% !important;
    }

    .carousel-inner img,
    .contact_banner img {
        height: 400px;
        object-fit: cover;
    }

    .app-badge {
        height: 40px;
    }

    footer .text-start {
        text-align: center !important;
    }

    .dropdown_main .col {
        display: block;
        width: 100%;
        flex: auto;
    }

    .contact_banner_text {
        width: 100% !important;
    }

    .contact_banner_text .p-5 {
        padding: 10px 0px !important;
    }

    .height_main {
        height: 166px;
        margin-top: 8px;
    }

    .menu_arrow {
        right: 0px;
        top: 5px;
    }

    .navbar-brand img {
        width: 215px;
        height: 40px;
    }

    .carousel-item .w-50 {
        width: 100% !important;
    }

    .carousel-item .p-5 {
        padding: 0 !important;
    }

    .responsive_link {
        display: block;
    }

    .responsive_link_hide {
        display: none !important;
    }
}

@media (max-width: 485px) {
    .app-badge {
        height: 30px;
    }
}

@media (max-width: 425px) {
    .nav-link {
        padding: .5rem 5px;
    }

    .app-badge {
        height: 26px;
    }

    .banner_content .p-5 {
        padding: 0 !important;
    }

    .banner_content h3 {
        font-size: 22px;
    }

    .banner_content p {
        font-size: 14px;
    }

    .btn_col .carousel-control-prev {
        left: 5px;
        width: 44px;
    }

    .btn_col .carousel-control-next {
        right: 5px;
        width: 44px;
    }

    .app-badge {
        height: 27px;
    }

    .btn {
        display: block;
        width: 100%;
    }

    .btn.share,
    .btn.contact {
        width: auto;
        display: inline-block;
    }

    .btn.btn_cmn {
        width: auto;
    }
}

@media (max-width: 401px) {
    .app-badge {
        height: 37px;
    }
}