* {
    font-family: sans-serif;
}

body {
    min-height: 50dvh;
}

.line {
    width: 120px;
    display: block;
    height: 2px;
    background: #0a4456;
    margin-bottom: 1.5rem;
}

.line2 {
    width: 603px;
    display: block;
    height: 2px;
    background: #0a4456;
    margin-bottom: 1.5rem;
}

.pl-0 {
    padding-left: 0;
}



header,
footer {
    /* background-color: #0a4456; */
    box-sizing: border-box;
    border-bottom: 3px solid #0076b3;
    padding-bottom: 0;
}

    header .line {
        position: absolute;
        top: 65px;
        width: 99.95%;
        height: 4px;
        left: 0;
        background: #013b01;
        z-index: 2;
    }

header .logo a {
    padding-block: 5px;
    height: 100%;
    display: block;
}

.logo img {
    width: 110px
}

header .main_heading {
    color: #0a4456;
    font-family: sans-serif;
    margin: 0;
    font-size: 32px;
    text-shadow: 3px 1px 3px #fff;
    margin-left: 11rem;
}

main {
    min-height: 88dvh;
    display: flex;
    padding-right: 10px;
    position: relative;
}

main .main_dv {
    width: 77%;
    margin-left: 0;
    margin-right: 10px;
    overflow: hidden;
}

div#v-pills-tab {
    height: 91dvh;
    margin-top: 0 !important;
    box-shadow: 1px 8px 4px 0px #0a445678;
    background: #0a44561c;
    min-width: 200px;
    padding-inline: 12px;
}

main .mng_wdth {
    max-width: 85.6%;
    flex: 1;
}

main .my_br .nav-pills .nav-link {
    color: #fff;
    text-align: start;
    text-wrap: nowrap;
    margin-top: 4px;
    padding-inline: 0;
    margin-inline: 15px;
}


main .my_br .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: transparent;
    box-shadow: inset 0px -4px 0px 0px #fff240;
    border-radius: 0;
}

main .my_br #pills-home-tab {
    display: none;
}

main .owl-item img {
    height: 450px;
    object-fit: cover;
}

main .login_img {
    width: 350px;
    height: 150px;
    object-fit: cover;
}

main .login_block img {
    width: 350px;
    border-radius: 10px;
}

main .owl-carousel .owl-stage-outer {
    height: 450px;
    border-radius: 10px;
}

main .owl-item {
    width: 1660px !important
}

main .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}

main .owl-theme .owl-dots .owl-dot.active span,
main .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 5px solid #0a4456ba;
}

.inner {
    flex: 1
}

.evelogin {
    max-width: 425px
}

.socialIcons a {
    margin-block: 5px;
    color: #0a4456;
    text-decoration: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    gap: 6px;
    position: relative;
    font-weight: 600;
}

.info-image {
    display: flex;
    justify-content: center;
}

#info-img {
    width: 1100px;
}

/* .login_block a::after{
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #0a4456;
    transition: 0.8s all;
}
.login_block:is(:hover) a::after{
    width: 100%;
} */

.events {
    margin-bottom: 15px;
}

.events i {
    font-size: 2rem;
    color: #0a4456a8;
    border: 1px solid #0a4456a8;
    height: 54px;
    width: 54px;
    padding: 8px;
    margin-right: 10px;
    border-radius: 62px;
    text-align: center;
    background: #fff;
}

.events .inner input[type="checkbox"] {
    width: 22px;
    margin-right: 15px;
}

.events .inner .inner_ebx .dte {
    color: #838383;
    font-weight: 500;
}

.events span.ents_rto {
    font-size: 22px;
    color: #6b6b6b;
    font-weight: 500;
}

footer {
    padding-block: 50px;
    background-color: #03174f;
    padding-bottom: 25px;
}

.footer-blocks
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.img_block img {
    width: 522px;
    height: 298px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 2px 2px 4px 1px #f9e800;
}

footer h4,
footer p {
    color: #fff;
    margin-bottom: 5px;
}

footer span {
    color: #c1c1c1;
}

.cnct_dts {
    width: 522px;
    height: 298px;
    object-fit: cover;
    border-radius: 15px;
    background-color: #023272;
    padding: 20px;
    color: white;
    box-shadow: 2px 2px 4px 1px #f9e800;
}

footer .contact_us .content h4,
footer .contact .cnct_dts h4 {
    margin-bottom: 20px;
    font-weight: 500;
}

footer .cnct_dts {
    padding-top: 44px;
}

footer .Developed {
    font-size: 20px;
    font-weight: 500;
}

footer .cnct_dts .fa-address-card,
footer .cnct_dts .fa-envelope {
    margin-left: 10px;
}


.card {
    padding: 2rem;
    box-shadow: 0px 0px 3px 0px #eee;
}

.card p {
    text-align: justify;
}

.card .traceability_sec .content p {
    text-align: justify;
}

.item video {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    height: 450px;
}



.nav-item {
    margin-right: 25px;
}

.nav-link {
    color: #000;
    transition: 0.6s ease-in-out;
}

.nav-link:focus,
.nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff !important;
    background: #03174f;
    border-radius: 5px;
}

.nav-tabs {
    border-bottom: none;
    padding: 5px;
    box-shadow: 0px 0px 1px 0px #000;
    border-radius: 5px;
}

.events .tab-content {
    max-width: 100%;
}

.events .tab-pane {
    padding: 5px 10px;
    box-shadow: 2px 2px 0px 0px #959595;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.carousel {
    width: auto;
    background: #fff;
    border-radius: 5px;
    /* border: 1px solid #a3a3a3; */
    min-height: auto;
}

.carousel p {
    text-align: justify;
    padding-top: 1rem;
    font-weight: 500;
    font-size: 14px;
}

.carousel-item {
    padding: 8px;
    border-radius: 5px;
    overflow: hidden;
}

.carousel-item img {
    border-radius: 5px;
    height: 189px;
    object-fit: cover;
}

.carousel-caption {
    position: relative;
    bottom: 0;
    left: 0;
}

.carousel-caption h6,
.carousel-caption p {
    color: #000;
}


.nav-link:hover {
    background: transparent;
    box-shadow: inset 0px -4px 0px 0px #fff240;
    border-radius: 0;
}

span.carousel-control-next-icon,
span.carousel-control-prev-icon {
    position: relative;
    bottom: 50px;
}

main .owl-theme .owl-dots .owl-dot.active span {
    background-color: #376e51;
    border: none;
    width: 40px;
    height: 10px;
}

main .owl-theme .owl-dots .owl-dot span {
    width: 40px;
    border: none;
    height: 10px;
}

main .owl-theme .owl-dots .owl-dot:hover span {
    border: none;
    background: #869791;
}

.socialIcons {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-around;
    background: #376e51;
    padding: 3px;
    padding-inline: 12px;
    border-top-left-radius: 20px;
}

.mng_cntr {
    background-color: #eee;
    box-shadow: 0px 0px 1px 0px #000;
    border-radius: 5px;
    padding-block: 10px;

}

main .login_block img {
    width: 34px;
    border-radius: 10px;
    height: 100%;
}

.socialIcons a {
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px #4f4f4f;
    border-radius: 50px;

}

.socialIcons a img {
    width: 26px;
    background: #376e51;
}

.nav-link a {
    color: #fff;
    text-decoration: none;
}

.nav-link:hover a {
    color: #000 !important;
}

.login_sectn {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    background: #376e51;
    border-radius: 7px;
    align-items: center;
    padding-block: 10px;
}

.login_sectn a {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 190px;
}

.login_sectn a img {
    width: 52px;
}

.login_sectn .dvdr {
    height: 70px;
    width: 2px;
    background: #fff;
}



.fancy {
    /*border: 1px solid #000;*/
    display: block;
    padding-top: 60%;
    position: relative;
    width: 100%;

}

.fancy img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.valued_cust {
    margin-top: 10px;
    /*background: #0c1e5117;*/
    padding: 12px 15px;
    border-radius: 7px;
    /*box-shadow: 0px 0px 1px 0px #000;*/
}

marquee {
    display: flex;
}

marquee .marque_img {
    width: 80px !important;
    margin-inline: 5px;
}

/* .valued {
    background: #0a4456;
    padding: 8px 10px;
    color: #fff;
    border-radius: 5px;
} */



ul#pills-tab {
    position: absolute;
    right: 0;
    top: -48px;
    height: 45px;
    background: #03174f;
    background: #013b01;
    /* padding-top: 5px; */
    padding-left: 15px;
    border-top-left-radius: 32px;
}



.reliable_block {
    display: flex;
    padding: 5px 7px 14px 5px;
    border-radius: 8px;
    justify-content: space-around;
    background: #eaeaea;
    box-shadow: 0px 0px 1px 0px #03174f;
}

.relbl_cntnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    background: #fff;
    box-shadow: 0px 0px 35px 0px #03174f4d;
    border-radius: 10px;
    border: 1px solid #03174f;
    font-weight: 600;
    color: #585858;
    position: relative;
}

.relbl_cntnt img {
    width: 163px;
    height: 128px;
    object-fit: fill;
    padding: 20px 33px 20px 33px;
    border-radius: 10px;
}

.relbl_cntnt span {
    font-weight: 700;
    color: #000;
    ;
}

.flx_bx {
    display: flex;
}

.vld_cst {
    padding: 0px 10px 5px 10px;
    box-shadow: 2px 2px 0px 0px #959595;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-top: 10px !important;
}

.vld_cst h5,
.tab-content h5 {
    padding-bottom: 5px;
    width: max-content;
    padding-inline: 15px;
    margin: 0 auto;
    margin-block: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #03174f;
    padding-top: 10px;
}



table.imageContent td {
    vertical-align: top;
}

.imageContent img.w-50 {
    width: 400px !important;
    height: 350px !important;
    margin-right: 20px;
}

img.safety-img {
    width: 300px;
    margin-right: 20px;
}

.padd-top4 {
    padding-top: 4%;
}

.video-head {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 5px 0px 10px 0px;
    color: #061162;
}

    table {
      width: 80%;
      margin: 0 auto;
      border-collapse: collapse;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      background-color: #fff;
    }

    thead {
      background-color: #396f39;;
      color: white;
    }

    th, td {
      padding: 12px 16px;
      text-align: left;
      border-bottom: 1px solid #ddd;
    }

    /* tr:hover {
      background-color: #f1f1f1;
    } */

    .download-link {
      text-decoration: none;
      color: #0e1612;
      font-weight: bold;
    }

    .download-link:hover {
      text-decoration: underline;
    }
    