* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: "DM Sans", sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

a {
    text-decoration: none;
    font-size: 14px;
    width: fit-content;
    display: inline-block;
}


.dm-sans-uniquifier> {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

.margin_top_30 {
    margin-top: 30px;
}

.margin_top_40 {
    margin-top: 40px;
}

.margin_top_60 {
    margin-top: 60px;
}

.margin_top_50 {
    margin-top: 50px;
}

.spacing-top-100 {
    padding-top: 100px;
}

.spacing-bottom-100 {
    padding-bottom: 100px;
}

.height-180 {
    height: 180px;
}

.height-220 {
    height: 220px;
}

.height-260 {
    height: 260px;
}

/* .header_section {
    padding: 18px 0;
} */

.header_section {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    /* optional - to prevent content showing through */
    padding: 18px 0;
}


.header_section .navbar-brand img {
    width: 220px;
}

.navbar-nav {
    margin-left: auto;
}

.nav-item {
    list-style-type: none;
    margin: 0 8px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #EF7F1B !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #004890;
    font-size: 16px;
}

.nav-link {
    color: #004890;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #EF7F1B !important;
}

.banner_section h1 {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
}

.orange_vector {
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 3;
    display: block;
}

.orange_vector img {
    width: 452px;
}

.orange_vector::before,
.orange_vector::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(30px);
}

.orange_vector::before {
    width: 150px;
    height: 150px;
    top: -30px;
    left: 20px;
}

.orange_vector::after {
    width: 100px;
    height: 100px;
    bottom: -20px;
    right: 40px;
}

.banner_section {
    position: relative;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.zoom-wrapper {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.zoom-wrapper img {
    width: 100%;
    height: 700px;
    animation: zoomInOut 10s ease-in-out infinite;
    transition: transform 0.5s ease-in-out;
}

.banner_section .carousel-item h1 {
    z-index: 9;
    position: relative;
}

.orange_vector {
    z-index: 3;
    position: absolute;
}


.wecome_section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.wecome_text h2 {
    color: #004890;
    font-weight: 800;
    font-size: 50px;
    margin-bottom: 20px;
}

.wecome_text p {
    color: #272727;
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 28px;
    font-size: 17px;
}

.wecome_second_text p {
    text-align: center;
    color: #11253499;
    width: 76%;
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 28px;
}

.btn_style {
    font-size: 16px !important;
    background-color: #EF7F1B;
    color: #fff;
    border: 1px solid #EF7F1B;
    padding: 14px 12px;
}

.btn_style img {
    margin-left: 10px;
    width: 20px;
}

.products_section {
    padding: 100px 0;
}

.products_section h2 {
    font-weight: 800;
    color: #004890;
    font-size: 50px;
}

.products_section p {
    margin: 20px 0 60px 0;
    color: #272727;
    line-height: 30px;
    font-size: 17px;
}

.products_section .btn_style img {
    width: 20px !important;
    margin-left: 10px;
}

.about_section {
    background-color: #004890;
}

.about_content h2 {
    font-weight: 800;
    color: #fff;
    font-size: 50px;
}

.about_content ul {
    width: 72%;
}

.about_image {
    margin: 0 0 0 -20px;
}

.about_image img {
    width: 820px;
    object-fit: contain;
    position: relative;
}

.about_list {
    display: flex;
    align-items: baseline;
    margin-top: 30px;
}

.about_list p {
    color: #C5E2FF;
    position: relative;
    z-index: 2;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
}

.about_content .orange_button_design {
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

.counter_number h3 {
    color: #fff;
    font-weight: 400;
    font-size: 26px;
}

.counter_number h2 {
    color: #fff;
    font-weight: 600;
    font-size: 60px;
}

.counter_row {
    margin-top: 120px;
    position: relative;
    z-index: 2;
}

.footer_section {
    background-color: #2E2E2E;
    padding: 40px 0 20px 0;
}

.footer_section a {
    color: #fff;
    font-size: 14px;
}

.footer_section a:hover {
    color: #fff;
}

.footer_section h3 {
    color: #fff;
    font-size: 16px;
}

.footer_section p {
    color: #fff;
    font-size: 14px;
}

.footer_section i {
    color: #fff;
    margin-right: 8px;
}

.footer_section ul {
    line-height: 40px;
}

.footer_links {
    display: flex;
    align-items: start;
}

.footer_second_link {
    margin-left: 20px;
}

.social_contain {
    display: flex;
    align-items: center;
    margin: 16px 0 15px 0;
}

.social_icons {
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    display: none;
}

.social_icons i {
    padding: 5px 8px;
    color: #2E2E2E;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    display: block;
    line-height: 22px;
    font-size: 16px;
}

.copyright {
    line-height: 24px;
    list-style-type: none;
}

.home-demo .item {
    margin: 0 8px;
}

.home-demo .item .row {
    align-items: end;
}

.home-demo h2 {
    color: #004890;
    font-weight: 600;
    font-size: 30px !important;
    padding: 20px 0;
    margin: 0;
}

.home-demo h4 {
    color: #005A15;
}

.home-demo .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.home-demo .owl-nav button img {
    padding: 10px;
    border: 1px solid #D9D9D9;
}

.home-demo .owl-theme .owl-nav {
    right: auto;
    top: auto;
    bottom: 170px;
    left: -400px;
    position: absolute;
    margin: 0;
}

.home-demo .owl-theme .owl-nav button {
    margin: 0 20px;
}

.projects_card {
    overflow: hidden;
    position: relative;
}

.projects_image {
    width: 100%;
    overflow: hidden;
}

.projects_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

.projects_card:hover .projects_image img {
    transform: scale(1.1);
}

.projects_card img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
    display: block;
}

.welcome_card img {
    margin: 0 auto;
    display: block;
}

.welcome_card div {
    padding: 300px 50px 50px 50px;
}

.wecome_section {
    position: relative;
}

.vid_image {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 9;
    right: 0;
    bottom: 60%;
}

.whatsapp_float {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 59%;
    bottom: 41%;
    right: 0;
    background-color: #25D366;
    color: #FFF;
    border-radius: 10px 0 0 10px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp_float img {
    width: 32px;
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 50%;
    bottom: 50%;
    right: 0;
    background-color: #004890;
    color: #FFF;
    border-radius: 10px 0 0 10px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.float img {
    width: 32px;
    margin: 9px 0;
}

.margin-left {
    margin-left: 100px;
}

.desktop-none {
    display: none;
}

.mobile_none {
    display: block;
}

.wecome_section .manufacture_row {
    padding: 50px 0 0 0;
}

.wecome_section .manufacture_bg_img {
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    border-radius: 12px;
    max-width: 640px;
    width: 100%;
    padding: 0 10px;
    height: 380px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    background-position: center;
}

.wecome_section .manufacture_card {
    background-size: contain;
    height: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    min-height: 350px;
}

.wecome_section .manufacture_card h2 {
    color: #fff;
    font-size: 26px;
    text-align: center;
}

.green_header {
    background-color: #005A15;
}

.green_header .navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.green_header .nav-link {
    color: #fff;
    font-family: "DM Sans", sans-serif;
}

.green_header .dropdown-item:hover {
    background-color: #005A15;
    color: #fff;
}

.about_wecome_section {
    padding-top: 80px;
    padding-bottom: 0;
    position: relative;
}

.about_wecome_section h2 {
    text-align: center;
    color: #005A15;
    font-weight: 800;
    font-size: 50px;
    margin-bottom: 30px;
    font-family: "DM Sans", sans-serif;
}

.about_wecome_section .wecome_text p {
    text-align: center;
    color: #11253499;
    width: 91%;
    margin: 0 auto;
    margin-bottom: 20px;
    line-height: 28px;
}

.modal {
    left: 0;
    right: 0;
    margin: auto;
}

.modal-dialog {
    left: 0;
    right: 0;
    margin: auto;
}


.manufacture_banner_img {
    position: relative;
}

.manufacture_banner_img img {
    width: 100%;
}

.manufacture_banner_img .modal-dialog {
    top: 0;
    margin: 0 auto;
}

.manufacture_banner_img .modal-body iframe {
    width: 100%;
}

.about_banner_img img {
    width: 100%;
    margin: 50px 0 0 0;
}

.manufacture_play {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 50%;
}

.manufacture_play img {
    width: fit-content;
    margin: 0;
}

.circle_shape {
    position: absolute;
    top: 105%;
    right: 0 !important;
    z-index: 0;
}

.circle_shape img {
    width: 700px !important;
}

.history_section {
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
}

.history_section h2 {
    color: #005A15;
    font-weight: 800;
    font-size: 50px;
    margin-bottom: 30px;
}

.history_section p {
    color: #11253499;
    width: 91%;
    margin-bottom: 30px;
    line-height: 28px;
}

.history_card {
    border: 1px solid #005A15;
    border-radius: 12px;
    padding: 26px;
    height: 100%;
}

.history_card h3 {
    color: #005A15;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 16px;
}

.history_card p {
    color: #11253499;
    width: 100%;
    margin-bottom: 14px;
    line-height: 28px;
}

.history_point_text {
    font-weight: 600;
}

.team_section {
    padding: 80px 0 80px 0;
    display: none;
}

.team_card {
    background-color: #F5FFEF;
    border-radius: 12px;
}

.team_card img {
    padding: 20px 20px 0 20px;
    background-color: #D7F1C7;
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.team_section h2 {
    color: #005A15;
    font-weight: 800;
    font-size: 50px;
    margin-bottom: 30px;
}

.team_card .team_text {
    padding: 20px;
    background-color: #F5FFEF;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.team_card .team_text h3 {
    text-align: center;
    color: #005A15;
    font-weight: 700;
    font-size: 24px;
}

.team_card .team_text p {
    text-align: center;
    color: #005A15;
}

.footer_logo {
    margin-bottom: 20px;
}

.footer_logo img {
    width: 147px;
}

.contact_row {
    padding: 50px 0 0 0 !important;
}

.contact_row h3 {
    color: #005A15;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
}

.contact_form .btn_style {
    display: block;
    background-color: #005A15;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    border: none;
}

.contact_form .btn_style:hover {
    background-color: #00B35E;
}

.contact_form .btn_style img {
    width: 20px;
    margin-left: 10px;
}

.contact_form form {
    width: 70%;
}

.contact_info p {
    color: #11253499;
    line-height: 28px;
}

.contact_info h4 {
    color: #005A15;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 10px;
}

.contact_detail {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.contact_detail i {
    color: #005A15;
    font-size: 20px;
    margin-right: 10px;
}

.contact_detail p {
    color: #005A15;
    font-weight: 700;
}

.visit_us_section {
    padding: 80px 0 0 0;
}

.visit_us_section iframe {
    border-radius: 12px;
    margin-top: 40px;
}

.visit_us_section h3 {
    color: #005A15;
    font-weight: 700;
    font-size: 40px !important;
    position: relative;
    z-index: 9;
    margin-bottom: 20px;
}

.visit_us_section p {
    position: relative;
    z-index: 9;
    font-weight: 500;
}

.visit_us_section iframe {
    position: relative;
    z-index: 9;
}

.lab_section {
    padding: 50px 0 0 0;
}

.lab_section .modal-header {
    margin-left: 130px;
}

.lab_card {
    position: relative;
}

.outdoor_play img {
    width: fit-content;
}

.outdoor_play {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    bottom: 60%;
}

.indoor_play img {
    width: fit-content;
}

.indoor_play {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    bottom: 60%;
}

.lab_play img {
    width: fit-content;
}

.lab_play {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    bottom: 60%;
}

.lab_card img {
    width: fit-content;
    margin-top: 0;
}

.lab_col h3 {
    color: #005A15;
    font-weight: 700;
}

.open_positions_section {
    padding: 50px 0 0 0;
}

.career_card h2 {
    color: #005A15;
    font-weight: 700;
    font-size: 30px;
}

.career_card li {
    color: #005A15;
    margin: 10px 0;
}

.career_point {
    color: #005A15;
    font-weight: 700;
}

.career_type {
    display: flex;
    align-items: center;
}

.career_type p {
    color: #005A15;
    font-weight: 700;
}

.career_buttons .outline_btn_style {
    background-color: #fff;
    color: #005A15;
    padding: 12px 20px;
    border-radius: 30px;
    border: 1px solid #005A15;
    margin: 0 10px;
    width: 180px;
}

.career_buttons .outline_btn_style img {
    width: 20px;
    margin-left: 10px;
}

.career_buttons .btn_style {
    background-color: #005A15;
    color: #fff;
    padding: 12px 20px;
    border-radius: 30px;
    border: 1px solid #005A15;
    margin: 0 10px;
    width: 180px;
}

.career_buttons .btn_style:hover {
    background-color: #00B35E;
    border: 1px solid #00B35E;
}

.career_buttons .btn_style img {
    width: 20px;
    margin-left: 10px;
}

.career_card {
    border-radius: 12px;
    border: 1px solid #00000040;
    padding: 30px;
}

.career_card .row {
    align-items: center;
}

.job_description p {
    color: #005A15;
    font-weight: 700;
    margin-top: 20px;
}

.job_description ul {
    margin-left: 20px;
}

.job_description li {
    list-style-type: disc;
    color: #11253499;
}

.portfolio-section {
    padding: 50px 0 0 0;
}

.portfolio-section h2 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

.portfolio-menu {
    text-align: center;
}

.control {
    background-color: #fff;
    color: #005A15;
    padding: 12px 30px;
    border-radius: 30px;
    border: 1px solid #005A15;
    margin: 0 10px;
}

.control:hover {
    background-color: #00B35E;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    border: 1px solid #00B35E;
}

.mixitup-control-active {
    background-color: #005A15;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    border: 1px solid #005A15;
}

.portfolio-item {
    padding-top: 40px;
}

.pd {
    padding: 0;
    padding: 10px;
    text-align: center;
}

.pd img {
    transition: all 0.5s;
    width: 300px;
}

.pd img:hover {
    transition: all .3s;
    transform: translateY(-15px);
}

.gallery_section .pd img:hover {
    transition: none;
    transform: none;
}

.portfolio_product_purple .portfolio_text {
    background-color: #F7F3FF;
    padding: 314px 0 40px 20px;
    border-radius: 12px;
    margin: -280px 0 40px 0;
}

.portfolio_product_green .portfolio_text {
    background-color: #E0FFED;
    padding: 330px 0 40px 20px;
    border-radius: 12px;
    margin: -300px 0 40px 0;
}

.portfolio_product_peach .portfolio_text {
    background-color: #FFF1D3;
    padding: 330px 0 40px 20px;
    border-radius: 12px;
    margin: -300px 0 40px 0;
}

.portfolio_product_yellow .portfolio_text {
    background-color: #FFFACB;
    padding: 330px 0 40px 20px;
    border-radius: 12px;
    margin: -300px 0 40px 0;
}

.portfolio_product_blue .portfolio_text {
    background-color: #E5F5FF;
    padding: 330px 0 40px 20px;
    border-radius: 12px;
    margin: -300px 0 40px 0;
}

.portfolio_product_pink .portfolio_text {
    background-color: #FFE7F4;
    padding: 330px 0 40px 20px;
    border-radius: 12px;
    margin: -300px 0 40px 0;
}

.portfolio_product_gray .portfolio_text {
    background-color: #F2F2F2;
    padding: 330px 0 40px 20px;
    border-radius: 12px;
    margin: -300px 0 40px 0;
}

.portfolio_text button {
    background-color: transparent;
    color: #222;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #222;
    line-height: 0;
}

.portfolio_text button img {
    width: 20px;
}

.portfolio_text p {
    font-weight: 500;
    margin: 10px 0 25px 0;
    color: #112534;
}

.portfolio_text button img {
    transition: none;
    transform: none;
}

.portfolio_text button img:hover {
    transition: none;
    transform: none;
}

.products_heading_section p {
    width: 72% !important;
    margin-bottom: 40px !important;
}

.product_detail_section {
    padding: 80px 0 0 0;
}

.product_detail_section h3 {
    font-size: 24px;
    line-height: 44px;
    font-weight: 600;
}

.product_point_image {
    background: #F5FFEF;
    border-radius: 50%;
    padding: 40px;
    width: 200px;
    height: 150px;
    line-height: 50px;
    text-align: center;
}

.product_point_image_balance_nutrition {
    background: #F5FFEF;
    border-radius: 50%;
    padding: 40px;
    width: 240px;
    height: 148px;
    line-height: 50px;
    text-align: center;
}

.product_point_image .weight {
    width: 60px;
    height: 60px;
    object-fit: fill;
}

.product_point_image .immunity {
    width: 50px;
    height: 60px;
    object-fit: fill;
}

.product_point_image .ingredients {
    width: 80px;
    height: 70px;
    object-fit: fill;
}

.product_point_image .balance_nutrition {
    width: 60px;
    height: 60px;
    object-fit: fill;
}

.product_list {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.product_list .content h4 {
    color: #005A15;
    font-weight: 600;
    font-size: 28px !important;
}

.product_list p {
    color: #11253499;
    padding: 15px 0 10px 0;
}

.product_list .content {
    margin-left: 20px;
}

.product_makay_image img {
    width: 520px;
    object-fit: contain;
    position: relative;
}

.product_detail_section ul {
    width: 82%;
}

.product_info_content ul li {
    border-bottom: 1px solid #00000050;
    padding: 12px 0;
}

.product_info_content ul li:last-child {
    border-bottom: 0;
}

.product_info_content ul li ul li {
    padding: 0;
    border: none;
    list-style-type: disc;
    margin-left: 18px;
}

.product_info_content span {
    width: 40%;
    font-weight: 700;
    font-size: 18px !important;
    color: #005A15;
}

.product_info_content p {
    width: 80%;
    color: #112534;
    font-size: 18px !important;
    margin-top: 10px;
}

.product_info_content h2 {
    color: #005A15;
    font-weight: 800;
    font-size: 50px;
    margin-bottom: 10px;
}

.product_info_section {
    padding: 80px 0;
    background-color: #FFFACB;
}

.product_info_section img {
    height: 100%;
    display: block;
    margin: 0 auto;
}

.product_info_content .btn_style {
    background-color: #005A15;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    border: none;
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.product_info_content .btn_style:hover {
    background-color: #00B35E;
}

.product_info_content .btn_style img {
    width: 20px;
    margin-left: 10px;
}

.product_info_content .modal-dialog {
    margin-left: auto;
    margin-right: auto;
}

.product_info_content .modal-content {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    padding: 10px 30px;
}

.product_info_content .modal-content p {
    color: #fff;
}

.product_info_content .modal-content .btn_style {
    background-color: #005A15;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    border: none;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.product_info_content .modal-title {
    color: #005A15;
    font-weight: 800;
    font-size: 40px;
}

.product_slide {
    margin-left: auto;
    margin-right: 0;
}

.footer_section h3 {
    font-size: 16px !important;
}

.portfolio_text h3 {
    font-size: 20px;
    color: #112534;
}

.portfolio_product_purple .portfolio_text {
    background-color: #F7F3FF;
    padding: 314px 0 40px 20px;
    border-radius: 12px;
    margin: -222px 0 40px 0;
}

.portfolio_product_green .portfolio_text {
    background-color: #E0FFED;
    padding: 314px 0 40px 20px;
    border-radius: 12px;
    margin: -222px 0 40px 0;
}

.portfolio_product_gray .portfolio_text {
    background-color: #F2F2F2;
    padding: 314px 0 40px 20px;
    border-radius: 12px;
    margin: -222px 0 40px 0;
}

.portfolio_product_pink .portfolio_text {
    background-color: #FFE7F4;
    padding: 314px 0 40px 20px;
    border-radius: 12px;
    margin: -222px 0 40px 0;
}

.portfolio_product_peach .portfolio_text {
    background-color: #FFF1D3;
    padding: 314px 0 40px 20px;
    border-radius: 12px;
    margin: -222px 0 40px 0;
}

.portfolio_product_yellow .portfolio_text {
    background-color: #FFFACB;
    padding: 314px 0 40px 20px;
    border-radius: 12px;
    margin: -222px 0 40px 0;
}

.portfolio_product_blue .portfolio_text {
    background-color: #E5F5FF;
    padding: 314px 0 40px 20px;
    border-radius: 12px;
    margin: -222px 0 40px 0;
}

#myDIV {
    display: none;
}

#myDIV_one {
    display: none;
}

.modal-content:not(.product-details .modal-content, .video-wrapper .modal-content) {
    background-color: transparent;
    width: 800px;
}

.modal-header {
    border-bottom: none;
}

.modal-content {
    border: none;
}

.btn-close {
    color: #005A15;
}

.modal-dialog:not(.product-details .modal-dialog, .video-wrapper .modal-dialog) {
    width: 100%;
    position: absolute;
    top: 50%;
    bottom: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.modal-header button:not(.product-details .modal-header button, .video-wrapper .modal-header button) {
    background: transparent;
    border: none;
    margin-bottom: -20px;
}

.modal-header button img {
    width: 30px;
}

.green_text {
    color: #005A15;
    font-weight: 500;
}

.green_text:ho {
    color: #005A15;
    font-weight: 500;
}

.product_info_content .modal-header button img {
    width: 30px;
    top: -260px;
    position: absolute;
    right: 0;
}

.manufacture_banner_img .modal-header button img {
    margin: 0px 0;
}

.modal-header:not(.product-details .modal-header, .video-wrapper .modal-header) {
    width: 800px;
}

.modal-body:not(.product-details .modal-body, .video-wrapper .modal-body) {
    width: 800px;
}

.manufacture_banner_img .modal-header {
    width: 800px;
}

.manufacture_banner_img .modal-body {
    width: 800px;
}

.form-floating>.form-select {
    padding-top: 6px;
    background-color: transparent;
    border: none;
    color: #fff;
    mix-blend-mode: screen;
}

.form-floating>.form-select:hover {
    color: #87B942;
}

.form-floating>.form-select option {
    background-color: #005A15;
}

.form-floating>.form-select option:hover {
    background-color: #87B942 !important;
    color: #fff;
}

.form-floating>.form-select option:active {
    background-color: #87B942 !important;
    color: #fff;
}

.form-floating>.form-select:focus {
    border: none;
    box-shadow: none;
}

video::-webkit-media-controls-current-time-display {
    display: none;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video::-webkit-media-controls-time-remaining-display {
    display: none;
}

video::-webkit-media-controls-timeline {
    display: none;
}

.marketing_section {
    margin-top: 30px;
}

.marketing_card img {
    width: 100%;
}

.marketing_last_card {
    margin-top: 30px;
}

.table_section h3 {
    color: #005A15;
    font-size: 18px;
    font-weight: 700;
}

.table-container .table_one table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.table-container table {
    margin-bottom: 20px;
    border: 1px solid #333;
}

.table-container .table_one td,
th {
    border: 1px solid #333;
    text-align: left;
    padding: 8px;
    color: #112534;
}

.table_section .btn_style {
    background-color: #005A15;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    border: none;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.table_section .btn_style:hover {
    background-color: #00B35E;
}

.event_section {
    margin-top: 20px;
}

.event_card {
    height: 100%;
}

.event_card img {
    width: 100%;
}

.event_content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #005A15;
    margin-top: 20px;
}

.event_content p {
    color: #112534;
}

.event_content .btn_style {
    background-color: #005A15;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    border: none;
    margin-top: 20px;
}

.event_content .btn_style img {
    margin-left: 10px;
    width: 20px;
}

.event_content .btn_style:hover {
    background-color: #00B35E;
}

.event_date {
    margin-top: 20px;
}

.event_date p {
    font-size: 14px;
}

.margin_top {
    margin-top: 24px;
}

.pagination {
    justify-content: center;
    margin-top: 60px;
}

.pagination .page-link {
    color: #112534;
}

.pagination .page-link:hover {
    color: #fff;
    background-color: #005A15;
    border-color: #005A15;
}

.pagination .page-link:active {
    color: #fff;
    background-color: #005A15;
    border-color: #005A15;
}

.pagination .page-link:focus {
    box-shadow: none;
    background-color: #005A15;
    border-color: #005A15;
    color: #fff;
}

.page-item .page-link {
    display: flex;
    align-items: center;
}

.page-item .page-link p {
    margin: 0 8px;
}

.event_detail_banner_section h2 {
    color: #005A15;
    font-weight: 700;
    font-size: 70px;
    margin-bottom: 30px;
}

.event_detail_banner_section {
    padding: 80px 0 40px 0;
}

.event_detail_img img {
    width: 100%;
}

.event_detail_img p {
    color: #11253499;
    margin-bottom: 20px;
    line-height: 28px;
}

.event_detail_text p {
    color: #11253499;
    margin: 0 auto;
    line-height: 28px;
}

.event_detail_text span {
    color: #11253499;
    margin: 0 auto;
    line-height: 28px;
}

.event_section h2 {
    color: #005A15;
    font-weight: 800;
    font-size: 50px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.event_detail_text {
    margin-top: 50px;
}

.event_detail_text p {
    margin-top: 10px;
}

.gallery_section {
    padding: 80px 0;
}

.gallery a img {
    object-fit: contain;
    width: 100%;
}

.gallery a {
    display: block;
    position: relative;
}

.gallery a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../images/zoom-in.svg) no-repeat center center rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.gallery a:hover::before,
.gallery a:hover::after {
    opacity: 1;
}

.gallery_section h2 {
    color: #005A15;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    margin-top: 0px;
}

.gallery_section .portfolio-menu {
    text-align: center;
}

.gallery_section .fancybox-container button:focus {
    outline: 0;
    box-shadow: none;
}

.gallery_section .pd {
    padding: 0;
    padding: 10px;
}

.gallery_section .pd>img {
    width: 98%;
    height: 240px;
    object-fit: cover;
}

.gallery_section .pd>img {
    transition: all .3s;
    transform: none;
}

.gallery_section .portfolio-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 94%;
    height: 240px;
    text-align: center;
    visibility: hidden;
    margin: 10px -0 10px 10px;
}

.gallery_section .portfolio-overlay p,
.portfolio-overlay a {
    position: relative;
    z-index: 4;
}

.gallery_section .portfolio-overlay::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 0;
    position: absolute;
    left: 10%;
    top: 10%;
    transition: 50ms height ease 150ms;
    z-index: 3;
}

.gallery_section .portfolio-overlay::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 0;
    position: absolute;
    right: 10%;
    bottom: 10%;
    transition: 100ms width ease 200ms;
    z-index: 3;
}

.gallery_section .gallery_item li:hover .portfolio-overlay {
    visibility: visible;
    transform: scale(1);
}

.gallery_section .portfolio-overlay .category {
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.gallery_section .portfolio-overlay .video-icon img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.gallery_section .dev .portfolio-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 94%;
    height: 240px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: visible;
    transform: scale(1);
    margin: 10px -0 10px 10px;
}

.gallery_section .portfolio-overlay .video-icon_one img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.gallery_section .portfolio-overlay .video-icon_two img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.gallery_section .portfolio-overlay .video-icon_three img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.gallery_section .portfolio-overlay .video-icon_four img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.gallery_section .portfolio-overlay .video-icon_five img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.gallery_section .portfolio-overlay .video-icon_six img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.gallery_section .portfolio-overlay .video-icon_seven img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.gallery_section .portfolio-overlay .magnify-icon p span i {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
}

.gallery_section .overlay-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.gallery_section .portfolio-overlay {
    display: flex;
}

.get_to_gather {
    margin-top: 60px !important;
}

.navigation_section {
    display: none;
}

.video-modal iframe {
    width: 900px;
    height: 500px;
}

.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.video-modal video {
    border: 10px solid white;
}

.video-modal-content {
    position: relative;
    max-width: 80%;
    max-height: 80%;
    overflow: hidden;
    background-color: #000;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 12%;
}

video {
    width: 100%;
    height: auto;
}

.close-video {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
    background-color: #005A15;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.fancybox-button--play {
    display: none !important;
}

.fancybox-button--fullscreen {
    display: none !important;
}

.fancybox-button--thumbs {
    display: none !important;
}

.modal-dialog {
    display: flex;
    align-items: center;
    min-height: 100vh;
    justify-content: center;
}

.certificate_section {
    padding: 0 0 0px 0;
}

.certificate_section .bg {
    background-size: contain;
    background-repeat: no-repeat;
}

.certificate_section h2 {
    color: #005A15;
    font-weight: 800;
    font-size: 70px;
    margin-bottom: 30px;
}

.kanhaiya_daimond_video .modal {
    width: 100vw;
    height: auto;
}

.kanhaiya_daimond_video .modal-dialog {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1000px;
}

.kanhaiya_daimond_video .modal-body {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1000px;
}

.kanhaiya_daimond_video .modal-content {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1000px;
}

.kanhaiya_daimond_video iframe {
    width: 1000px;
}

.kanhaiya_daimond_video .modal-header button {
    background: transparent;
    border: none;
    margin-bottom: -20px;
    margin-left: -470px;
}

.home_testimonial_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    gap: .5em;
    flex-direction: column;
}

@media screen and (min-width: 760px) {
    .home_testimonial_card {
        flex-direction: row;
    }
}

.home_testimonial_card h2 {
    font-size: 32px;
    color: #005A15;
    font-weight: 600;
}

.home_testimonial_card .btn_style {
    background-color: transparent;
    color: #005A15;
    padding: 15px 30px;
    border-radius: 30px;
    border: 1px solid #005A15;
    display: flex;
    align-items: center;
}

.home_testimonial_card .btn_style img {
    width: 20px !important;
    margin-left: 10px;
}

body {
    overflow-x: hidden;
}

.container .navbar {
    padding-left: 0;
    padding-right: 0;
}

.video-wrapper.show {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
}

.video-wrapper .modal-content {
    background: transparent;
}

.video-wrapper .modal-header {
    width: 100%;
    justify-content: end;
    padding: 0;
}

.video-wrapper .modal-body {
    width: 100%;
    background: white;
}

.video-wrapper .modal-dialog {
    width: 90svw;
    height: 45svw;
    min-height: unset;
    justify-content: stretch;
    align-items: stretch;
}

.video-wrapper .modal-header .btn-close {
    background-color: white;
    width: 2.5em;
    height: 2.5em;
    opacity: 1;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

@media (min-width: 576px) {
    .video-wrapper .modal-dialog {
        max-width: unset;
        margin: 0 auto;
        width: 70svw;
        height: 35svw;
    }
}

.navbar .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (max-width: 760px) {
    .navbar {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

.gallery_header .container {
    max-width: 1140px;
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.footer_section .social_icons a {
    margin: 0 auto;
    display: block;
}

.check_box ul {
    display: flex;
}

.check_box ul li {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.check_box ul li img {
    width: 24px;
    margin-right: 14px;
}

.check_box ul .check_box_one {
    margin-right: 124px;
}

.check_box ul .check_box_two {
    margin-right: 95px;
}

.service_row {
    margin: 50px 0 30px 0;
}

.service_card {
    border-bottom: 1px solid #D9D9D9;
}

.service_card:hover {
    border-bottom: 1px solid #EF7F1B;
}

.service_card:hover .title_button h3 {
    color: #EF7F1B;
}

.service_card:hover .title_button img {
    border: 1px solid #EF7F1B;
}

.service_card:hover a img {
    content: url("assets/images/white_arrow.svg");
}

.service_card {
    overflow: hidden;
    position: relative;
}

.service_img {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.service_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

.service_card:hover .service_img img {
    transform: scale(1.1);
}

.service_card .title_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.service_card .title_button h3 {
    color: #004890;
    font-weight: 600;
    font-size: 24px;
}

.service_card .title_button img {
    border: 1px solid #D9D9D9;
    padding: 10px;
}

.margin_top_four {
    margin-top: 40px;
}

.margin_top_five {
    margin-top: 50px;
}

.margin_bottom_60 {
    margin-bottom: 60px;
}

.sub_banner_section {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sub_banner_text {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #004890;
    color: #fff;
    padding-left: 60px;
}

.sub_banner_img {
    padding: 0;
}

.sub_banner_img img {
    width: 100%;
}

.sub_banner_text h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
}

.contact_secton {
    padding: 60px 0;
}

.contact_secton h2 {
    font-weight: 800;
    color: #004890;
    font-size: 50px;
    margin-bottom: 40px;
}

.contact_secton * {
    box-sizing: border-box;
}

.contact_secton .input-container {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #00000040;
    padding: 6px 0;
}

.contact_secton .icon {
    padding: 10px;
}

.contact_secton .input-field {
    width: 100%;
    outline: none;
    border: none;
}

.contact_secton .input-field:focus {
    border: none;
}

.contact_secton form img {
    width: 22px;
    margin-right: 10px;
}

.contact_secton form ::placeholder {
    color: #000;
}

.contact_info_area {
    background-color: #004890;
    padding: 65px 50px;
}

.contact_info_area img {
    width: 40px;
    margin-right: 20px;
}

.contact_info_area ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    line-height: 42px;
}

.contact_info_area h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
}

.contact_info_area a {
    color: #fff;
    font-size: 24px;
}

.contact_info_area p {
    color: #fff;
    font-size: 24px;
}

.career_info_area {
    background-color: #004890;
    padding: 38px 40px;
    width: 100%;
}

.career_info_area h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}

.career_info_area h3 {
    color: #fff;
    font-size: 24px;
}

.career_info_area h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}

.career_info_area p {
    color: #fff;
    font-size: 16px;
}

.requirment {
    margin-top: 22px;
}

.clients_secton {
    padding: 40px 0 40px 0;
}

.clients_logo {
    margin: 12px 0;
    padding: 10px;
}

.projects-tabs-section .services_tabs .service_tab {
    margin: 0 6px;
}

.project_section {
    padding: 60px 0;
}

.project_section .projects_points {
    margin: 24px 0 40px 0;
    background-color: #004890;
    padding: 20px 30px;
}

.projects_points ul {
    display: flex;
}

.projects_points ul li {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.projects_points ul li span {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.projects_points ul li p {
    color: #fff;
    font-size: 24px;
    margin-left: 10px;
    font-weight: 300;
}

.project_text p {
    color: #272727;
    margin: 0 auto;
    margin-bottom: 16px;
    line-height: 28px;
    font-size: 17px;
}

.main_heading {
    font-weight: 800;
    color: #004890;
    font-size: 50px;
    margin-bottom: 20px;
}

.projects_image {
    margin-top: 40px;
    /* border-bottom: 1px solid #ccc; */
    padding-bottom: 0;

    display: inline-block;
    box-sizing: border-box;
    height: 450px;
    overflow: hidden;
}

.products_secton {
    padding: 80px 0;
}

.Products_card h3 {
    color: #004890;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.all_product_text {
    margin-left: 120px;
}

.counter_row ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 150px;
}

.blue_vector_img {
    position: absolute;
    top: 20%;
    bottom: 50%;
    left: -300px;
    z-index: 0;
}

.blue_vector_img img {
    height: 700px;
}

.about_section {
    position: relative;
}

.services_tabs {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.services_tabs .service_tab {
    flex: auto;
    height: 60px;
    display: flex;
    align-items: center;
    border: 1px solid #EF7F1B;
    padding: 2px !important;
    box-sizing: border-box;
    justify-content: center;
}

.services_tabs .service_tab button {
    text-align: left;
    border: none;
    color: #EF7F1B;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
}

.services_tabs .active button {
    text-align: left;
    border: none;
    font-weight: 600;
}

.service_section .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #EF7F1B;
}

.service_section .nav-item.active {
    background-color: #EF7F1B;
}

.service_section .nav-item.active .nav-link {
    background-color: #EF7F1B;
    color: #fff;
    font-weight: 500;
    text-align: left;
    border: none;
}

.service_section .orange-arrow {
    display: block;
    width: 30px;
}

.service_section .white-arrow {
    display: none;
    width: 30px;
}

.service_section .nav-item.active .orange-arrow {
    display: none;
}

.service_section .nav-item.active .white-arrow {
    display: block;
}

.service_section .nav-tabs {
    border-bottom: none;
}

.popup_box {
    margin-top: 80px;
}

.popup_box p {
    color: #004890;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.popup_box img {
    width: 340px;
    margin: 0 auto;
    display: block;
}

.popup_box button img {
    width: 30px;
}

.popup_box button {
    background: transparent;
    margin: 0 auto;
    display: block;
}

.popup_box .body_text {
    color: #11253499;
    font-size: 17px;
    font-weight: 400;
    margin-top: 0;
}

.service_points li {
    list-style-type: disc;
    color: #272727;
    line-height: 40px;
}

.why_choose_heading {
    color: #004890 !important;
    font-weight: 600;
    font-size: 24px !important;
}

.service_box {
    width: 250px;
}

.service_box img {
    width: 100px;
    margin-top: 40px;
}

.service_box p {
    color: #004890;
    font-weight: 600;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.service_box .body_text {
    color: #272727;
    font-size: 17px;
    font-weight: 400;
    margin-top: 0;
}

.storage_list span {
    font-weight: 600;
}

.storage_list li {
    color: #272727;
    margin-top: 30px;
}

.infrastructure-img {
    position: relative;
    z-index: 1;
}

.infrastructure-blue-card {
    background-color: #004890;
    padding: 120px 100px 0px 350px;
    margin-left: -310px;
    height: 800px;
    position: relative;
    z-index: 0;
}

.infrastructure-blue-card h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

.infrastructure-blue-card p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
}

.infrastructure .margin_top_four {
    margin-top: 20px;
}

.manufacturing_box ul {
    display: flex;
}

.manufacturing_box ul li {
    display: flex;
    align-items: center;
}

.manufacturing_box ul li img {
    width: 24px;
    margin-right: 14px;
}

.manufacturing_box_one {
    width: 50%;
}

.manufacturing_box_two {
    width: 50%;
}

.about_points {
    padding: 80px 0;
}

.about_points h3 {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 16px;
}

.about_points p {
    color: #11253499;
    line-height: 30px;
    font-size: 17px;
}

.director_section {
    padding-bottom: 100px;
}

.director_name {
    font-weight: 600;
}

.director_section p {
    color: #11253499;
    line-height: 28px;
    font-size: 17px;
    margin-bottom: 20px;
}

.director_info p {
    margin-bottom: 0;
}

.vision_mission_section {
    background-color: #004890;
    padding: 50px 100px;
}

.vision_mission_section p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
}

.vision_mission_section h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}

.icon_heading {
    display: flex;
    align-items: end;
    margin-top: 40px;
}

.icon_heading img {
    width: 48px;
}

.icon_heading h3 {
    color: #fff;
    margin-left: 10px;
}

.vision_mission_section .service_points li {
    color: #fff;
    font-size: 17px;
}

.vision_mission_section .service_points {
    margin-left: 30px;
}

.advantages_section {
    padding: 80px 0 40px 0;
}

.advantages_section .advantages_box img {
    width: 100px;
}

.advantages_box p {
    color: #004890;
    font-weight: 600;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.advantages_box {
    margin-top: 20px;
}

.advantages_section .main_heading {
    margin-bottom: 0;
}

.about_tab_section {
    padding-top: 0;
}

.about_tab_section .storage_list {
    margin-top: 40px;
    margin-left: 8px;
}

.about_tab_section .storage_list li {
    color: #272727;
    margin-top: 10px;
}

.about_tab_section .service_points {
    margin-top: 40px;
    margin-left: 24px;
}

.popup_box {
    position: relative;
    text-align: center;
}

.popup {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(-50%);
    background: #004890;
    color: #fff;
    padding: 60px;
    width: 150px;
    font-size: 14px;
    z-index: 100;
    width: 800px;
}

.popup h3 {
    color: #fff;
    text-align: left;
}

.popup ul li {
    color: #fff;
    text-align: left;
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 18px;
}

.popup_box button {
    border: none;
    background: none;
    cursor: pointer;
    margin-top: 10px;
}

.popup.fixed-position {
    left: -424px;
    transform: none;
}

.popup .close-btn {
    display: none;
    position: absolute;
    top: -14px;
    right: 14px;
    font-size: 30px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    z-index: 1001;
}

.service_points {
    margin-left: 18px;
}

.infrastructure-img img {
    width: 100%;
}

.challenges .challenges_heading {
    font-weight: 800;
    color: #004890;
    font-size: 24px;
    margin-bottom: 12px;
    margin-top: 30px;
}

.challenges p {
    color: #272727;
    line-height: 28px;
    font-size: 17px;
}

#chat-icon {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #004890;
    color: white;
    font-size: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

#chatbox {
    position: fixed;
    bottom: 100px;
    right: 25px;
    width: 300px;
    height: 400px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 999;
}


.hidden {
    display: none;
}

.chat-header {
    background: #007bff;
    color: white;
    padding: 10px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#chatlogs {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
}

.chat-input {
    display: flex;
    border-top: 1px solid #ccc;
}

.chat-input input {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
}

.chat-input button {
    padding: 10px;
    background: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

.chat-message {
    margin: 5px 0;
    padding: 8px 12px;
    border-radius: 10px;
    background: #f1f1f1;
    max-width: 80%;
}

.chat-message.user {
    background: #dcf8c6;
    align-self: flex-end;
}

.hidden {
    display: none;
}

.close_button {
    border-radius: 50%;
    height: 26px;
    width: 26px;
    font-size: 16px;
}

.about_point_img img {
    height: auto;
    object-fit: cover;
    width: 240px;
}

.privacy_policy_list .why_choose_heading {
    margin-bottom: 10px;
}

.challenges-first-ul li {
    list-style-type: disc;
    margin-left: 20px;
    color: #272727;
}

.challenges-sub-ul li {
    list-style-type: none;
    font-weight: 300;
    margin-left: 0;
}

.projects_image p {
    margin-top: 12px;
    font-size: 17px;
    color: #272727;
}

.projects-tabs-section .project_heading {
    font-weight: 800;
    color: #004890;
    font-size: 70px;
    margin-bottom: 30px;
}

.project_text .sub_text {
    font-weight: 500;
    color: #004890;
    font-size: 24px;
    margin-top: -24px;
    line-height: 50px;
}

.sub_title_content {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.project_big_heading {
    font-weight: 700;
    color: #004890;
    font-size: 40px;
    line-height: 46px;
    margin-top: 60px;
}

.banner_section img {
    height: 680px;
}

.process-flow-box {
    position: relative;
}

.process-flow-box .box-content {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #00386F;
    padding: 4px;
}

.process-flow-box .box-content p {
    font-weight: 700;
    font-size: 18px;
    color: #00386F;
    line-height: 20px;
}

.box-number {
    background-color: #00386F;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    right: 10px;
}

.box-number p {
    font-size: 12px;
    color: #fff;
}

.director-images {
    display: flex;
    align-items: center;
    gap: 40px;
}

.director-images img {
    margin-bottom: 12px;
    width: 100%;
}

.director-images h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.director-images p {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 40px;
}

footer hr {
    color: #fff;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.core-capablities-box {
    height: 100%;
}

.core-capablities-box .box-content {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #00386F;
}

.core-capablities-box .box-content p {
    font-weight: 700;
    font-size: 24px;
    color: #004890;
    line-height: 28px;
}

.core-capablities-content {
    padding: 30px;
    border-bottom: 1px solid #004890;
    border-left: 1px solid #004890;
    border-right: 1px solid #004890;
}

.core-capablities-content p {
    font-size: 16px;
    line-height: 24px;
}

.contact-location p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}

.sub-address {
    font-size: 15px;
}

.infrastructure-img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.fade-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 1.5s ease-in-out;
    opacity: 1;
}

.home-demo .owl-theme .owl-nav {
    bottom: 234px;
    left: -528px;
}

.phone_email a {
    margin-left: 5px;
}

header form {
    margin-left: 12px;
}

.policies_service_section .main_heading {
    margin-left: 8px;
}

.infrastructure-img {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    /* or any color that matches your images */
}

.service_section .projects_image {
    height: auto;
}

.prev-icon img {
    width: 48px;
    height: 48px;
}

.next-icon img {
    width: 48px;
    height: 48px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.padding-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.contact_secton .dropdown-menu.show {
    display: block;
    float: left;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: -500px !important;
    top: 6px !important;
    width: -webkit-fill-available;
    text-align: left;
}

.navbar-toggler.open .navbar-toggler-icon {
    background-image: none !important;
    position: relative;
}

.navbar-toggler.open::after {
    content: "✕";
    font-size: 28px;
    color: #000;
    position: absolute;
    top: 58%;
    left: auto;
    transform: translate(-50%, -50%);
    z-index: 999;
    right: 10px;
}

.advantages_section ul {
    display: flex;
    gap: 100px;
    flex-wrap: wrap;
}

/* form {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
} */

label {
    display: block;
}

input[type=text],
select {
    width: 100%;
    padding-top: 20px;
    margin: 0 0 12px 0;
    display: inline-block;
    border-bottom: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-sizing: border-box;
    outline: none;
    color: #000
}

input[type=email],
select {
    width: 100%;
    padding-top: 20px;
    margin: 0 0 16px 0;
    display: inline-block;
    border-bottom: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-sizing: border-box;
    outline: none;
    color: #000
}

input[type=number],
select {
    width: 100%;
    padding-top: 20px;
    margin: 0 0 12px 0;
    display: inline-block;
    border-bottom: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-sizing: border-box;
    outline: none;
    color: #000
}

input[type=file],
select {
    width: 100%;
    padding-top: 20px;
    margin: 0 0 14px 0;
    display: inline-block;
    border-bottom: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-sizing: border-box;
    background-color: #fff;
    outline: none;
    color: #000
}

input[type=text-area],
select {
    width: 100%;
    padding-top: 0;
    margin: 20px 0 18px -4px;
    display: inline-block;
    border-bottom: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-sizing: border-box;
    background-color: #fff;
    outline: none;
    color: #000
}

input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.text-field {
    display: flex;
    border-bottom: 1px solid #ccc;
}

.banner-content {
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    width: 100%;
    color: #fff;
}

.carousel {
    overflow: hidden;
}

.carousel-item {
    transition: transform 1.5s ease-in-out !important;
}

@keyframes fadeLeft {
    0% {
        opacity: 0;
        transform: translateX(-150px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeDown {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner-content h1 {
    animation: fadeLeft 1.2s ease-out forwards;
}

.counter_row li {
    animation: fadeDown 1.2s ease-out forwards;
    animation-delay: 0.3s;
}