.inner_page_banner .inner_banner_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.inner_page_banner .inner_banner_body {
    padding: 155px 0px 50px;
    text-align: center;
}
.inner_page_banner .inner_banner_body ul.banner_breadcrumbs {
    display: flex;
    gap: 18px;
    margin-top: 12px;
    justify-content: center;
    flex-wrap: wrap;
}
.inner_page_banner .inner_banner_body ul.banner_breadcrumbs li,
.inner_page_banner .inner_banner_body ul.banner_breadcrumbs li a {
    font-size: 15px;
    color: #444444;
    line-height: 1;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.inner_page_banner .inner_banner_body ul.banner_breadcrumbs li:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: rgb(68 68 68 / 70%);
    right: -9px;
}

.inner_page_banner .inner_banner_body ul.banner_breadcrumbs li:last-child:before {
    display: none;
}
.inner_page_banner .inner_banner_body h2 {
    font-size: 38px;
    color: #444444;
    font-weight: 600;
}
body.inner_page_body footer, body.wp-ourmarket footer {
    margin-top: 70px;
}
.google_map iframe {
    width: calc(100% - 100px);
    height: 400px;
    display: flex;
    border-radius: 10px;
    margin: 0 auto;
    filter: grayscale(0.95) contrast(0.98) brightness(1.01);
}
.inner_title h1, .inner_title h2 {
    font-size: 38px;
    margin-bottom: 12px;
    line-height: 1.15;
}
.inner_title h6 {
    margin: 8px 0 10px;
    line-height: 1.5;
    font-size: 17px;
}
.contact_details .contact_form_part form {
    background: #f7f7f7;
    padding: 25px 40px 40px 40px;
    border-radius: 10px;
    margin-left: -35px;
    margin-top: 30px;
    border: 1px solid #f1f1f1;
}

form.form_view label {
    color: #283f68;
    color: #444444;
    line-height: 1.3;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 0px;
    margin-left: 12px;
    bottom: -14px;
    z-index: 1;
    background: #f7f7f7;
    padding: 0 10px;
}
form.form_view input,
form.form_view textarea {
    border: 1px solid rgb(68 68 68 / 42%);
    border-radius: 5px;
    background-color: #f9f9f9;
    font-size: medium;
    padding: 15px 10px 10px 14px;
    box-shadow: unset;
    outline: unset;
}
form.form_view .form-group {
    margin-bottom: 14px;
}

form.form_view input::placeholder,
form.form_view textarea::placeholder {
    font-size: 15px;
    opacity: 0.7;
}
form.form_view input:focus,
form.form_view textarea:focus {
    box-shadow: unset;
    outline: unset;
    background: #f9f9f9;
    border: 1px solid rgb(68 68 68 / 42%);
}
form.form_view textarea {
    height: 132px;
    resize: unset;
}
form.form_view button {
    margin: 38px 0 0 auto;
    display: block;
}
.contact_info_list ul li .con_icon img {
    max-width: 32px;
    max-height: 32px;
    object-fit: contain;
    /* opacity: 0.7; */
    filter: brightness(0) saturate(100%) invert(44%) sepia(78%) saturate(4717%) hue-rotate(358deg) brightness(100%)
        contrast(102%);
}
.contact_info_list ul {
    display: flex;
    flex-wrap: wrap;
}
.contact_info_list ul li:last-child {
    border: unset;
    padding-bottom: 0;
}
.contact_info_list ul li {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    border: solid rgb(68 68 68 / 28%);
    padding: 25px 10px 25px 15px;
    border-width: 0px 0px 1px 0px;
}
.contact_info_list ul li .con_icon {
    width: 34px;
}
.contact_info_list ul li .con_info {
    width: calc(100% - 46px);
}
.contact_info_list ul li .con_info p img {
    max-width: 18px;
    top: -2px;
}
.contact_info_list ul li .con_info p,
.contact_info_list ul li .con_info a {
    font-size: 16px;
    color: #444444;
    line-height: 1.485;
    font-weight: 500;
    margin: 8px 0 0;
}
.contact_info_list ul li .con_info h3 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin-bottom: 8px;
    color: #283f68;
}
.contact_info_list ul li:first-child {
    padding-top: 0;
}
.contact_details .contact_info_list {
    margin-top: 155px;
}
.contact_details .contact_form_part {
    padding-right: 30px;
}
.follow_list a {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: #3a61ae;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    transition: all 0.4s;
    padding: 14px 11px;
    flex-wrap: wrap;
    margin-top: 3px !important;
}
.follow_list {
    display: flex;
    gap: 8px;
}
.follow_list a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.follow_list a:hover {
    background: #ff4d02;
}
.contact_info_list ul li .con_info.contact_call a {
    margin-right: 8px;
}
.contact_info_list ul li .con_info.contact_call a:last-child {
    margin-right: 0;
}
.contact_info_list ul li .con_info.contact_call a:before {
    content: ",";
    position: absolute;
    right: -6px;
    bottom: 0;
}
.contact_info_list ul li .con_info.contact_call a:last-child:before {
    display: none;
}
.inner_title h6 a:hover,
.contact_info_list ul li .con_info a:hover {
    color: #ff4d02;
}
.contact_info_list ul li .con_info.con_mail a {
    word-break: break-all;
}

/* =========== about us ========== */
.about_part_view .about_info h3 {
    font-size: 25px;
    margin: 15px 0 12px 0;
    white-space: pre-line;
    line-height: 1.35;
}
.about_part_view .about_part_content .about_img_left {
    padding-right: 25px;
    width: calc(45% - 0px);
}
.about_part_view h3 {
    white-space: pre-line;
    font-size: 26px;
}
.about_part_view .about_part_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about_part_view .about_part_content .about_info {
    width: calc(55% - 0px);
}
.core_value_part {
    background: #f7f7f7;
}
.core_value_part .core_value_left h3 {
    font-size: 20px;
    margin: 15px 0 12px 0;
    line-height: 1.35;
    width: calc(100% - 50px);
}
.core_value_part .core_value_right li {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 42px 30px 45px 30px;
    width: 100%;
    border: 1px solid rgb(40 63 104 / 12%);
    /* counter-increment: count; */
}
.core_value_part .core_value_right li .core_value_info img {
    max-width: 50px;
    max-height: 50px;
    filter: brightness(0) saturate(100%) invert(44%) sepia(78%) saturate(4717%) hue-rotate(358deg) brightness(100%)
        contrast(102%);
    position: absolute;
    left: 0;
    top: 3px;
    object-fit: contain;
    object-position: center bottom;
}
.core_value_part .core_value_right {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}
.core_value_part .core_value_right li .core_value_info {
    width: 100%;
}
.core_value_part .core_value_right li .core_value_info h4 {
    font-size: 22px;
    margin-bottom: 22px;
    padding-left: 80px;
    padding-bottom: 14px;
    padding-right: 50px;
}

.core_value_part .core_value_right li p {
    padding-left: 80px;
    margin-bottom: 0;
    font-size: 17px;
}

.core_value_part .core_value_right li .core_value_info h4:before {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 65px);
    background: rgb(68 68 68 / 28%);
    right: 0;
    bottom: 0;
}
.core_value_part .core_value_left {
    position: sticky;
    top: 155px;
}
.core_value_part .core_value_left {
}
.core_value_part .core_value_left img {
    border-radius: 10px;
    width: calc(100% - 100px);
    margin-top: 15px;
    filter: grayscale(0.85);
    object-fit: cover;
}
.vision_and_quality_view .vision_quality_part {
    width: calc(100% - 150px);
    max-width: 1770px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.vision_and_quality_view .vision_quality_part .vision_part {
    width: calc(30% - 0px);
    background: #283f68;
    padding: 40px 40px 40px 40px;
    border-radius: 10px;
}
.vision_and_quality_view .vision_quality_part .quality_part {
    width: calc(50% - 0px);
}
.vision_and_quality_view .vision_quality_part .vision_part p {
    font-size: 17px;
    font-weight: 400;
}
.vision_and_quality_view .vision_quality_part .quality_part {
    width: calc(70% - 40px);
    background: #e6f2fe;
    border-radius: 10px;
    padding: 40px 40px 40px 40px;
}
.vision_and_quality_view .vision_quality_part .quality_part .quality_part_img {
    width: calc(40% - 0px);
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    margin: -40px 40px 25px -40px;
    border: solid #ffffff;
    border-radius: 10px 0 10px 0;
    border-width: 0px 35px 35px 0px;
    background: #ffffff;
}
.vision_and_quality_view .vision_quality_part .quality_part .quality_part_img img {
    border-radius: 10px;
}

.vision_and_quality_view .vision_quality_part .quality_part p {
    font-size: 17px;
    font-weight: 400;
}
.quality_part_img:after,
.quality_part_img:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    z-index: 2;
    right: -50px;
    background: #ffffff;
    clip-path: path("M0 0 Q0,15 15,15 L 0 15 Z");
    transform: rotate(90deg);
}

.quality_part_img:before {
    right: unset;
    bottom: -50px;
    top: unset;
}
.vision_and_quality_view .vision_quality_part .vision_part {
    overflow: hidden;
}
.vision_and_quality_view .vision_quality_part .vision_part .responsive-video {
    height: auto;
    mix-blend-mode: multiply;
    opacity: 0.25;
    position: absolute;
    margin: 0 0 0 auto;
    text-align: right;
    pointer-events: none;
    width: 100%;
    max-height: 150px;
    transform: rotate(90deg);
    max-width: fit-content;
    right: 70px;
    left: auto;
    bottom: -20px;
}
.vision_and_quality_view .vision_quality_part .quality_part p:last-child {
    margin-bottom: 0;
}

/* ==== R & D ==== */
.r_and_d_part_innr .r_and_d_info h2 {
    background-color: #ffffff;
    width: calc(100% - 30px);
    margin: 0 0px 22px 0px;
    padding: 0px 45px 15px 35px;
    border-radius: 0 0 10px 0;
    line-height: 1.3;
    margin-left: -30px;
}
.r_and_d_part_innr .r_and_d_info {
    background: #e6f2fe;
    border-radius: 10px;
    margin-top: 130px;
    height: 100%;
    display: flex;
    padding: 0px 50px 25px 40px;
    flex-wrap: wrap;
    gap: 30px;
}

.r_and_d_part_innr .r_and_d_info .r_and_d_img {
    width: calc(45% - 0px);
    margin-top: -50px;
    position: relative;
    display: block;
    border: solid #ffffff;
    border-width: 0px 25px 25px 25px;
    margin-bottom: 20px;
    z-index: 1;
    border-radius: 10px;
    /* overflow: hidden; */
    background: #ffffff;
}

.r_and_d_info .r_and_d_img img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.r_and_d_part_innr .r_and_d_info h4 {
    line-height: 1.28;
    font-size: 24px;
}
.r_and_d_part_innr .r_and_d_info .video_clip {
    position: absolute;
    right: -45px;
    top: -60px;
    z-index: 1;
    background: #ffffff;
    width: 110px;
}
.r_and_d_part_innr .r_and_d_info .video_clip video.responsive-video-rd {
    max-width: 150px;
    max-height: 150px;
    pointer-events: none;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    transform: scale(1.3);
}
.r_and_d_part_innr .r_and_d_info .video_clip:after,
.r_and_d_part_innr .r_and_d_info .video_clip:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    z-index: 2;
    right: 0;
    background: #ffffff;
    clip-path: path("M0 0 Q0,15 15,15 L 0 15 Z");
    transform: rotate(90deg) scaleY(-1) translate(24px, 6px);
}

.r_and_d_part_innr .r_and_d_info .video_clip:before {
    transform: rotate(90deg) scaleY(1) translate(24px, -5px);
    right: unset;
    left: 0;
}
.r_and_d_part_innr .r_and_d_info h2:before,
.r_and_d_part_innr .r_and_d_info .r_and_d_img:before,
.r_and_d_part_innr .r_and_d_info .r_and_d_img:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    z-index: 2;
    right: -15px;
    background: #ffffff;
    clip-path: path("M0 0 Q0,15 15,15 L 0 15 Z");
    transform: rotate(90deg);
}
.r_and_d_part_innr {
    overflow: hidden;
}
.r_and_d_part_innr .r_and_d_info h2:before {
    right: unset;
    left: 0;
    bottom: -15px;
    top: unset;
}
.r_and_d_part_innr .r_and_d_info .r_and_d_info_right {
    width: calc(55% - 30px);
}

.r_and_d_part_innr .r_and_d_info .r_and_d_img:before {
    right: unset;
    left: -38px;
    top: 49px;
    transform: scaleX(-1) rotate(90deg);
    border-radius: 0px 5px 0 0;
}
.brochure_padf{
    width: 100%;
    height: 100%;
    aspect-ratio: 317 / 441;
    object-fit: cover;
    max-width: 317px;
    margin: 0 auto;
}
.download_brochure_part .down_broc_box a.brochure_padf {
    border: 1px solid #ff4d02;
    display: block;
    padding: 10px;
    box-shadow: 1px 15px 12px rgb(0 0 0 / 6%);
    border-radius: 10px;
    overflow: hidden;
}
.download_brochure_part .down_broc_box a.brochure_padf:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(40 63 104 / 50%);
    left: 50%;
    top: 50%;
    backdrop-filter: blur(3px);
    transform: translate(-50%, -50%) scale(0.95);
    transition: all 0.4s;
    opacity: 0;
    border-radius: 10px;
}

.download_brochure_part .down_broc_box a.brochure_padf:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(./../images/pdf.svg);
    left: 0;
    top: 20px;
    background-size: 68px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    filter: drop-shadow(2px 4px 3px rgb(0 0 0 / 50%));
    transition: all 0.4s;
    opacity: 0;
    transform: rotateY(180deg);
}
.download_brochure_part .down_broc_box a.brochure_padf:hover {
    border: 1px solid #283f68;
}
.download_brochure_part .down_broc_box a.brochure_padf:hover:before {
    top: 0;
    opacity: 1;
    transform: rotateY(00deg);
}

.download_brochure_part .down_broc_box a.brochure_padf:hover:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.our_market_body h4 {
    font-size: 26px;
    line-height: 1.38;
}
.our_market_body .our_market_list .our_market_part {
    width: calc(50% - 50px);
}

.our_market_body .our_market_part img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.our_market_body .our_market_list .left_list {
    width: calc(50% + 0px);
    padding-bottom: 50px;
    padding-top: 30px;
}

.our_market_body .our_market_list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.our_market_body .our_market_list .our_market_part img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.our_market_body .our_market_list .left_list .market_bottom {
    background: #f7f7f7;
    padding: 32px 55px 32px 32px;
    border-radius: 0 10px 10px 0;
    width: calc(100% + 150px);
    z-index: 1;
    border: solid #ffffff;
    border-width: 20px 20px 20px 0;
}

.our_market_body .our_market_list .left_list .market_bottom p {
    margin: 0;
    line-height: 1.5;
}
.our_market_body .our_market_list .left_list .market_bottom .market_bg {
    height: 45px;
    width: 100%;
    object-fit: cover;
    border-radius: 100px;
    margin-top: 24px;
    overflow: hidden;
}
.our_market_body .our_market_list .left_list .market_bottom .market_bg img {
    animation: img_up_down 5s infinite linear;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 100px;
}
@keyframes img_up_down {
    0%,
    100% {
        object-position: 0px -24px;
    }
    50% {
        object-position: 0px 0px;
    }
}
@-webkit-keyframes img_up_down {
    0%,
    100% {
        object-position: 0px -24px;
    }
    50% {
        object-position: 0px 0px;
    }
}
.our_market_body .our_market_list .left_list .market_bottom:before,
.our_market_body .our_market_list .left_list .market_bottom:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: -34px;
    z-index: 2;
    right: 65px;
    background: #ffffff;
    clip-path: path("M0 0 Q0,15 15,15 L 0 15 Z");
    transform: rotate(00deg);
}

.our_market_body .our_market_list .left_list .market_bottom:before {
    top: unset;
    bottom: -34px;
    transform: rotate(90deg);
}
.map_part ul.nav-tabs li button.nav-link {
    border: unset;
    margin: 0;
    color: #283f68;
    font-size: 22px;
    padding: 12px 22px;
    font-weight: 500;
    background: transparent;
}

.map_part ul.nav-tabs li button.nav-link:before {
    content: "";
    position: absolute;
    height: 18px;
    width: 1px;
    background: #444444;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.map_part ul.nav-tabs li:last-child button.nav-link:before {
    display: none;
}

.map_part ul.nav-tabs {
    background: transparent;
    border-bottom: 1px solid rgb(40 63 104 / 100%);
    display: flex;
    justify-content: center;
    max-width: 350px;
    margin: 0 auto;
    padding: 0 20px;
}
.map_part {
    background: #e6f2fe;
}
.map_part ul.nav-tabs li button.nav-link:after {
    content: "";
    position: absolute;
    height: 4px;
    width: calc(00% - 20px);
    background: #ff4d02;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
    border-radius: 2px;
    transition: all 0.4s;
}
.map_part ul.nav-tabs li button.nav-link[aria-selected="true"]::after {
    width: calc(100% - 20px);
}
.map_part .tab-pane {
    margin: 20px 0 0;
}
.map_part .tab-pane img {
    max-height: 700px;
    width: 100%;
    object-fit: contain;
    filter: drop-shadow(5px 6px 3px rgb(0 0 0 / 12%));
}
body.market_body footer, body.wp-ourmarket footer {
    margin-top: 0;
}
.map_part h3 {
    border: unset;
    color: #283f68;
    font-size: 24px;
    font-weight: 500;
    background: transparent;
    border-bottom: 1px solid #283f68;
    max-width: 220px;
    text-align: center;
    padding-bottom: 12px;
    margin: 0 auto;
}
.map_part h3:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 80px;
    background: #ff4d02;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
    border-radius: 2px;
    transition: all 0.4s;
}
.global_map {
    margin-top: 20px;
    z-index: 1;
}
.global_map img {
    max-height: 700px;
    width: 100%;
    object-fit: contain;
    filter: drop-shadow(5px 6px 3px rgb(0 0 0 / 12%));
}

.global_map .loc_target img {
    width: 100%;
    object-fit: contain;
}
.country-name {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.country_name_style {
    position: absolute;
    cursor: pointer;
    transition: all 0.4s;
    text-align: center;
    z-index: 1;
    height: 8px;
    width: 8px;
}
.country_name_style:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background: #283f68;
    left: 50%;
    top: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
}
.country_name_style.india:before {
    background: #ffffff;
}
.country_name_style.india:after {
    border-color: #ffffff;
}
.india {
    top: 46%;
    left: calc(68% + 0px);
}
.sweden {
    top: 20%;
    left: 50.7%;
}
.germany {
    top: 29%;
    left: 49.5%;
}
.zimbabwe {
    top: calc(70% + 2px);
    left: calc(55% - 6px);
}
.uk {
    top: 26.5%;
    left: 45.8%;
}
.usa {
    top: 36%;
    left: 18%;
}
.netherland {
    top: 28.4%;
    left: 48%;
}
.australia {
    top: calc(73% - 0px);
    left: calc(84% - 0px);
}
.denmark {
    top: 25%;
    left: 49%;
}
.madagascar {
    top: calc(70.7% - 0px);
    left: calc(59% + 4px);
}
.brazil {
    top: calc(65% + 0px);
    left: calc(30% + 0px);
}
.malaysia {
    top: calc(57% + 3px);
    left: calc(74.8% - 2px);
}
.global_expo_part .export_right_part {
    max-width: 580px;
    width: 100%;
}
li.country_name_style span, li.country_name_style strong {
    position: absolute;
    top: -125px;
    left: 46px;
    background: #283f68;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.5px;
    border-radius: 3px;
    padding: 6px 12px;
    line-height: 1;
    font-weight: 400;
    max-width: fit-content;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: all 0.4s;
}
li.country_name_style:hover span,
li.country_name_style.active span,li.country_name_style:hover strong,
li.country_name_style.active strong {
    top: -107px;
    opacity: 1;
}
.country_name_style:hover {
    z-index: 2;
}

li.country_name_style.active {
    z-index: 2;
}

.country_name_style:after {
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    border: 1px solid #283f68;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%) scale(1.2);
    animation: border_ch 1s infinite linear;
    content: "";
}
@keyframes border_ch {
    0%,
    100% {
        transform: translate(-50%, -50%) scale(1.2);
    }
    50% {
        transform: translate(-50%, -50%) scale(0.7);
    }
}
@-webkit-keyframes border_ch {
    0%,
    100% {
        transform: translate(-50%, -50%) scale(1.2);
    }
    50% {
        transform: translate(-50%, -50%) scale(0.7);
    }
}
li.country_name_style small {
    position: absolute;
    height: 100px;
    width: 50px;
    left: 3px;
    bottom: 22px;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s;
}
li.country_name_style:hover small,
li.country_name_style.active small {
    bottom: 4px;
    opacity: 1;
}
li.country_name_style small:before,
li.country_name_style small:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    animation: manufacturingBorder 0.7s infinite linear;
    background-color: transparent;
    pointer-events: none;
    z-index: 0;
    left: 0;
}
li.country_name_style small:before {
    height: calc(100% + calc(0% + 0px));
    background-image: linear-gradient(-180deg, #283f68 50%, #00000000 50%);
    background-size: 1px 11px;
    width: 2px;
}
li.country_name_style small:after {
    width: calc(100% + calc(0% + 0px));
    background-image: linear-gradient(90deg, #283f68 50%, #00000000 50%);
    background-size: 11px 1px;
    height: 2px;
}
@keyframes manufacturingBorder {
    0% {
        background-position:
            0 -11px,
            0 0,
            100% 0,
            -11px 100%;
    }
    100% {
        background-position:
            -11px 0,
            0 0,
            100% -11px,
            0 100%;
    }
}
@-webkit-keyframes manufacturingBorder {
    0% {
        background-position:
            0 -11px,
            0 0,
            100% 0,
            -11px 100%;
    }
    100% {
        background-position:
            -11px 0,
            0 0,
            100% -11px,
            0 100%;
    }
}

/* ========= How Does It Work? ============= */
.pr_work .core_value_right li {
    width: calc(25% - 18px);
    transition: all 0.4s;
}
.pr_work .core_value_right {
    gap: 22px;
    display: flex;
    flex-wrap: wrap;
}
.pr_work .process_overview_part {
    margin-top: 35px;
}
.pr_work .core_value_right li .core_value_info img {
    filter: brightness(0) saturate(100%) invert(44%) sepia(78%) saturate(4717%) hue-rotate(358deg) brightness(100%)
        contrast(102%);
    object-fit: contain;
    object-position: center bottom;
    left: auto;
    right: 20px;
    top: -10px;
    max-height: 38px;
    max-width: 45px;
    width: 100%;
    position: absolute;
}
.pr_work .core_value_right li .core_value_info h5:before {
    width: calc(100% - 0px);
    content: "";
    position: absolute;
    height: 1px;
    background: rgb(68 68 68 / 28%);
    left: 0;
    bottom: 0;
}
.pr_work .core_value_right li .core_value_info h5 {
    padding: 0px 54px 12px 0px;
    margin-bottom: 12px;
    font-size: 19px;
}
.pr_work .core_value_right li .core_value_info p {
    padding: 0 5px 0 0px;
    font-size: 16px;
    margin-top: 12px;
    line-height: 1.35;
    margin-bottom: 0;
}
.pr_work .process_overview_part h4 {
    margin-bottom: 50px;
    font-size: 20px;
}

/* ========== 12-12-2025 ==== */
.processing_line .swiper-slide .processing_line_info .processing_line_icon img {
    filter: brightness(0) saturate(100%) invert(44%) sepia(78%) saturate(4717%) hue-rotate(358deg) brightness(100%) contrast(102%);
    object-fit: contain;
    object-position: center center;
    width: 100%;
    filter: invert(1);
}
.processing_line .swiper-slide .processing_line_info h5 {
    padding: 12px 12px;
    background: #ebebeb;
    border-radius: 10px 10px 0 0;
    color: #444444;
    font-size: 18px;
    letter-spacing: 0.5px;
    width: calc(100% - 10px);
    margin: 5px auto 12px;
    border: 1px solid rgb(0 0 0 / 8%);
}
.processing_line .swiper-slide .processing_line_info p {
    padding: 0 18px;
    font-size: 16px;
    margin-top: 12px;
    line-height: 1.35;
    margin-bottom: 0;
}
.processing_line .swiper-slide .processing_line_info {
    border: 1px solid rgb(0 0 0 / 18%);
    border-radius: 10px;
    background: #f7f7f7;
    z-index: 1;
    margin-bottom: 130px;
    height: calc(50% - 65px);
}
.processing_line .swiper-slide .processing_line_info .processing_line_icon {
    position: absolute;
    z-index: 1;
    top: -60px;
    background: #283f68;
    height: 66px;
    width: 66px;
    border-radius: 100%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    left: 20px;
    z-index: 1;
}
.process_overview_part .processing_line:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + calc(0% + 90px));
    transform: translateX(-50%);
    background-image: linear-gradient(90deg, #ff4d02 50%, #00000000 50%);
    animation: boxBorderAnimation-2 1s infinite linear;
    background-size: 20px 1px;
    background-color: transparent;
    height: 3px;
    pointer-events: none;
    z-index: -1;
}
@keyframes boxBorderAnimation-2 {
    0% {
        background-position:
            -20px 0,
            0 0,
            100% -20px,
            0 100%;
    }
    100% {
        background-position:
            0 -20px,
            0 0,
            100% 0,
            -20px 100%;
    }
}
@-webkit-keyframes boxBorderAnimation-2 {
    0% {
        background-position:
            -20px 0,
            0 0,
            100% -20px,
            0 100%;
    }
    100% {
        background-position:
            0 -20px,
            0 0,
            100% 0,
            -20px 100%;
    }
}
.process_overview_part .processing_line .swiper-wrapper {
    display: flex;
    align-items: center;
    height: 450px;
} 
.process_overview_part .processing_line .swiper-wrapper .swiper-slide {
    display: inline-flex;
    height: 100%; 
}
 
.processing_line .swiper-slide:nth-child(even) > .processing_line_info {
    transform: translate(0px, calc(100% + 00px));
    margin-bottom: 0;
    margin-top: 130px;
}
.processing_line .swiper-slide:nth-child(odd) > .processing_line_info {
    transform: translate(0px, calc(-100% - 0px));
}
.processing_line .swiper-slide:nth-child(even) > .processing_line_info .processing_line_icon {
    top: -100px;
}
.processing_line .swiper-slide:nth-child(odd) > .processing_line_info .processing_line_icon {
    bottom: -100px;
    top: unset;
}
.processing_line .swiper-slide .processing_line_info .processing_line_icon:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    background: rgb(40 63 104);
    top: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(136deg);
    z-index: -1;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
}

.processing_line .swiper-slide:nth-child(even) > .processing_line_info .processing_line_icon:after {
    transform: translateX(-50%) rotate(-45deg);
    top: unset;
    bottom: -8px;
} 
.processing_line .swiper-slide {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.processing_line .swiper-slide.active-slide {
    opacity: 1;
    transform: translateY(0);
}
.pr_work .process_overview_part h4 {
    margin-bottom: 30px;
    font-size: 22px;
    border-left: 2px solid #ff4d02;
    padding-left: 12px;
}
.processing_line .swiper-slide:nth-child(odd) {
    display: flex;
    align-items: flex-end;
} 
.inner_title .core-section-wrapper h6, .products_applications_view .pr_application_title h6, .products_applications_view .pr_application_title h6 a {
    font-size: 17px;
}
.services_list_view .inner_list_info a.theam_btn {
    display: inline-block;
}