/* inner title css start here*/

.head_flex {
    display: flex;
    justify-content: space-between;
    margin-block: 0 10rem;
    position: relative;
}

.head-title {
    font: var(--text-36);
    letter-spacing: -0.36px;
    font-weight: normal;
    position: relative;
    background: #f8f8f8;
    position: relative;
    z-index: 1;
    padding-inline: 0 2rem;
}

.breadcrumb ul {
    display: flex;
    column-gap: 0rem;
    align-items: center;
}

body .breadcrumb ul li {
    font-style: italic;
    color: #858585;
    font-weight: 300;
}

.breadcrumb ul li,
.breadcrumb ul li a {
    font: var(--text-12);
    color: #000;
    font-weight: 300;
}

.breadcrumb ul li a:hover {
    color: var(--color-prime);
}

.breadcrumb img {
    width: 10px;
    height: 10px;
    margin-inline: .5rem;
}

main.inner-page {
    background: #f8f8f8;
    padding-top: 15rem;
}

section.inner-title {
    padding-block: 8rem 0; min-height:150px;
}

.breadcrumb {
    margin: 0;
    background: #f8f8f8;
    position: relative;
    z-index: 1;
    padding-inline: 2rem 0;
}

section.inner_title_name blockquote {
    font: var(--text-42);
    letter-spacing: -1.26px;
    padding-inline: 4rem;
    padding-block: 0 3rem;
    font-weight: 800;
}

.head_flex:after {
    content: "";
    width: -webkit-fill-available;
    background: #BEBEBE;
    height: 1px;
    position: absolute;
    left: 18rem;
    top: 2.3rem;
}

.side-line {
    width: .4em;
    height: 100%;
    max-height: 40rem;
    background: linear-gradient(to bottom, var(--color-prime) 66%, var(--color-sec) 66%);
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 9;
}

.col-xl-8.mx-auto {
    position: relative;
}
.col-xl-9.mx-auto {
    position: relative;
}

section.inner_title_name {
    padding-block: 0 10rem;
}
.product_Box{
    padding-inline:3.5rem ;
    padding-block: 5rem;
}

/*company css start here*/


.bg-wbox {
    background: #fff;
    padding-block: 8.7rem;
}

.orange-heading {
    font: var(--text-18);
    font-weight: 600;
    color: var(--color-prime);
    margin-block: 0 4rem;
}

.block-text1 {
    font: var(--text-21);
    color: var(--color-dark);
    font-weight: 300;
    margin-block: 0 3rem;
}

.company-bg p b {
    display: block;
    margin-block: 4rem 0;
}

section.company-manfacturing {
    padding-block: 10rem;
    overflow: hidden;
}

.company-manfacturing-1 li {
    border-left: 1px solid #000;
    padding-left: 2rem;
}

.company-manfacturing-1 ul {
    display: flex;
    column-gap: 38px;
    margin-block: 4rem;
}

.company-manfacturing-1 ul li h4 {
    font-weight: bold;
    color: var(--color-sec);
}

.company-manfacturing-1 li p {
    font: var(--text-14);
}

.company-manfacturing-1 h3 {
    margin-block: 0 3rem;
    font: var(--text-21);
    font-weight: normal;
    color: var(--color-dark);
}

.cg_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-about1 {
    padding-inline: 0 8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.content-about1 p {
    margin-block: 0 3rem;
}

.company-manfacturing-2 {
    padding-block: 5rem 0;
}

.full-img {
    width: 81.5rem;
}

.full-img2 {
    width: 78.5rem;
    margin-left: -25rem;
}
.inner_swiper {
    position: relative;
    overflow: hidden;
}
.inner_swiper .swiper-button-prev{
    right: auto;
    left: 10px;
    background-image:url(../images/link-icon.svg);
    transform: rotate(180deg);

}
.inner_swiper .swiper-button-prev:hover, .inner_swiper .swiper-button-next:hover{
    background-color: transparent;
    background-image:url(../images/link-icon.svg);
    width: 2.3rem;
    height: 2.3rem;
    display: flex;
    align-items: center;
    padding: 0;
    background-size: cover;
    border-color: var(--color-prime);
}
.inner_swiper .swiper-button-next{
    right: 10px;
    left: auto;
    background-image:url(../images/link-icon.svg)
}

.inner_swiper .swiper-button-next, .swiper-button-prev{
    width: 2.3rem;
    height: 2.3rem;
    display: flex;
    align-items: center;
    padding: 0;
    background-size: cover;
}
.download_section{
    padding-bottom: 10rem;
}

.download_section ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
}

.download_section ul li {
    width: 100%;
    margin: 0.7rem 0;
    display: flex;
    background-color: var(--color-white);
    padding: 2rem;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.download_section ul li h5 {
    font: var(--text-16);
    font-weight: 600;
}

.download_section ul li span {
    width: 2.2rem;
    height: 2.2rem;
}




.company-manfacturing-2 .row:nth-child(2) {
    margin-top: 4rem;
}

.company-manfacturing-2.company-manfacturing-3 .content-about1 {
    padding-inline: 0;
}

.group_pic {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 112rem;
    margin-left: -7rem;
    margin-top: 7rem;
}

.group_pic figcaption {
    margin-block: 2rem;
    position: relative;
    border-left: 1px solid #231F20;
    padding-inline: 2.5rem 0;
    translate: 0 0%;
    transition: .6s all;
    -webkit-transition: .6s all;
    -moz-transition: .6s all;
    -ms-transition: .6s all;
    -o-transition: .6s all;
    isolation: isolate;
}

.group_pic figcaption h3 {
    font-weight: bold;
}

.group_pic figcaption p {
    font: var(--text-14);
}

.mangment_pic:hover figcaption:after {
    translate: 0 -20%;
    height: 100px;
    opacity: 1;
}

.mangment_pic:hover figcaption {
    border: 0
}

.mangment_pic:hover figcaption h3,
.mangment_pic:hover figcaption p {
    color: #fff;
    position: relative;
    z-index: 9
}

.mangment_pic figcaption:after {
    translate: 0 -35%;
    content: "";
    background: #ed862e;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s ease all;
}

section.company-skilled p {
    font: var(--text-17);
    margin: 0;
}

section.company-skilled {
    padding-block: 5rem;
    overflow: hidden;
}

section.company-skilled .col-xl-8.mx-auto {
    display: flex;
    align-items: center;
}

.right-icon1 {
    width: auto;
    margin-right: 0;
    position: absolute;
    right: -62rem;
}

.future_pan_content {
    background: var(--color-sec);
    opacity: 1;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    padding-block: 5rem;
    padding-inline: 7rem;
    margin-inline: 2rem 16rem;
    color: #fff;
}

.future_pan_content h4 {
    font: var(--text-18);
    margin-bottom: 4rem;
    font-weight: 600;
}

.future_pan_content p {
    font: var(--text-17);
    margin-bottom: 3rem;
    font-weight: normal;
    opacity: .9;
}

section.company-future {
    padding-block: 5rem 10rem;
}

/*-------chairman message css start here-------------*/

.space_p p {
    margin-block: 0 3rem;
}

.head_profile_img {
    margin-left: 8rem;
}

.head_profile_img figure {
    width: 55rem;
}

.righ-icon3 {
    margin-top: -1.5rem;
}

.linkdin-link {
    margin-block: 2rem;
    display: flex;
    align-items: center;
    gap: 15px;
}

.linkdin-link a {
    color: #000;
    font: var(--text-14);
}

.linkdin-link a:hover {
    color: var(--color-prime);
}

.head_information_content h3 {
    font: var(--text-16);
    font-weight: bold;
    color: var(--color23);
}

.head_information_content h2 {
    font-weight: bold;
    margin-block: 0 3rem;
    font-size: 1.75rem;
}

.head_information_content .head_information p {
    margin-block: 0;
    font: var(--text-14);
}

.head_information {
    padding-inline: 3rem;
    border-left: 1px solid #000;
}

section.head-profile {
    margin-block: 0 10rem;
}

/*infrastructure css start here*/


.other_menu ul {
    display: flex;
    gap: 43px;
    margin-block: 0 5rem;
}

.other_menu ul li a {
    color: #0F1837;
}

.other_menu ul li a:hover,
.other_menu ul li.active a {
    color: var(--color-prime);
    font-weight: 600;
}

.infra_content {
    padding-inline: 0 7rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.infra_content blockquote {
    padding-inline: 0 5rem;
}

.full-img1 figure {
    width: 85rem;
}

.full-row {
    display: flex;
    gap: 15px;
    margin-block: 2rem 0px;
}

.img-full1 {
    width: 50rem;
}

.img-full1 figure {
    width: 34.2rem;
}

section.infra-panel {
    margin-block: 0 15rem;
}

section.infra-panel .bg-wbox {
    padding-bottom: 0;
    height: 756px;
}

.righ-icon3 {
    display: flex;
    align-items: end;
    margin-top: auto;
    height: 100%;
    position: relative;
    top: 6.5rem;
    width: 55rem;
    z-index: 9;
}

section.infra_row_panel .full-img1 {
    margin-left: 10rem;
}

.righ-icon3 img {
    width: 55rem;
}

section.infra_row_panel {
    margin-bottom: 15rem;
}

section.infra_row_panel .col-xl-11.mx-auto {
    margin-top: 10rem;
}

.infra_row_box figcaption {
    padding-inline: 4rem;
    padding-block: 4.2rem;
    height: auto;
    overflow: hidden;
}
.infra_row_box .figcaption {
    padding-inline: 4rem;
    padding-block: 4.2rem;
    height: auto;
    overflow: hidden;
}

.infra_row_box {
    height: 100%;
    overflow: hidden;
    padding-bottom: 5rem;
    background: #F4F7F5;
}

.infra_row_box h2, .infra_row_box h3 {
    font-size: 21px;
    margin-bottom: 3rem;
}

.ling-bg1 {
    background: #F6811E;
    width: 127px;
    height: 5px;
    display: inline-block;
    margin-inline: 4rem;
}

.cold-forging-panel h2 {
    text-align: center;
    margin-block: 0 10.8rem;
    font-size: 1.75rem;
}

.cold-forging-panel {
    padding-block: 13.8rem 0;
}

.cold-forging-panel .row:nth-child(3) {
    flex-direction: row-reverse;
    margin-block: 4.4rem;
}
.cold-forging-panel .row:nth-child(5) {
    flex-direction: row-reverse;
    margin-block: 4.4rem;
}
.cold-forging-panel .row:nth-child(5) .cold-forging-box {
    padding-inline: 0rem 4rem;
}

.cold-forging-box h3,.cold-forging-box h4 {
    margin-block: 0 3rem;
    font: var(--text-21);
    color: #0F1837;
}

.cold-forging-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-inline: 6rem 0;
}

.cold-forging-panel .row:nth-child(3) .cold-forging-box {
    padding-inline: 0rem 4rem;
}

.cold-forging-box .ling-bg1 {
    margin-inline: 0;
    margin-block: 4rem 0;
}

.our-state {
    text-align: center;
    padding-block: 11rem 0;
}

.our-state .block-text1 {
    margin-block: 0 6rem;
}

ul.list1 li {
    margin-block: 0 2rem;
    position: relative;
    padding-inline: 3rem;
}
ul.custom_bullets li {
     margin-block: 0 1.5rem;
    position: relative;
    padding-inline: 2rem;
}
.sitemap .list1 li a{
    color: #000;
    transition: 0.4s ease-in-out;
}
.sitemap .list1 li:hover a{
    color:var(--color-prime);
}

ul.list1 li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #F6821F;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}
ul.custom_bullets ol li::before{
    display:none;

}
ul.custom_bullets ol{
    margin-top: 1.2rem;
    
}
ul.custom_bullets ol li{padding-left:0.7rem;}

.faq-sec ol ul.custom_bullets {
    margin-top: 1rem;
}
.faq-sec ol li {
       margin-bottom: 1.5rem;
    /* padding-left: 0.8rem; */
}
.faq-sec ul li br{
    margin-bottom: 1rem;
}
ul.custom_bullets li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #F6821F;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}
.infra_machine-panel {
    padding-block: 10rem 0;
}

.infra_machine-panel h2.head1 {
    margin-block: 0 5rem;font-size: 1.75rem;
}


.infra_machine-panel .row:nth-child(3) {
    flex-direction: row-reverse;
    margin-block: 4.4rem;
}

.our-state.infra-machine5 {
    padding-block: 8rem 0;
}


/*products page css start here*/


.product_box {
    background: #F7F7F7;
    padding-block: 4rem;
    position: relative;
    overflow: hidden;
    padding-inline: 1rem;
}

.product_box figcaption {
    padding-inline: 4rem;
    font: var(--text-21);
    padding-block: 1rem 0;
    color: #000;
}

.product_box .ling-bg1 {
    height: 2px;
}

a.streched_link {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.product_box:hover figcaption {
    color: var(--color-prime);
}

.product_box img {
    scale: 1;
    transition: .5s ease all;
}

.infra_product_panel .col-md-4 {
    margin-block: 0 2rem;
}

.product_box:hover img {
    scale: 1.1
}

section.infra_product_panel {
    margin-bottom: 10rem;
}

.rbox-content {
    background: #F7F7F7;
}

/*eng css start here*/


.full-img3 figure {
    width: 90rem;
}

.full-img3 {
    margin-left: 10rem;
}

.eng_content.space_p {
    padding-right: 0;
    padding-top: 7rem;
    width: 31rem;
}

.eng-design {
    padding: 10rem 0;
}

.eng-design h2 {
    text-align: center;
}

.eng-design blockquote.block-text1 {
    text-align: center;
    margin-block: 0 5rem;
}

.eng-design {
    padding: 10rem 0;
}

.eng-design h2 {
    text-align: center;
}

.eng-design blockquote.block-text1 {
    text-align: center;
    margin-block: 0 5rem;
}

.eng-design figure {
    margin-block: 5rem;
}

.eng-design .ling-bg1 {
    margin: 2rem 0px 0;
}


.eng-rd {
    padding-inline: 5rem 0;
}

.eng-rd .ling-bg1 {
    margin: 2rem 0px 0;
}

.tool-design {
    padding: 10rem 0 0;
}

.tool-design h2 {
    text-align: center;
}

.tool-design blockquote {
    text-align: center;
    margin-bottom: 7rem;
}

.tool-box p {
    margin-block: 3rem;
    padding-inline: 3rem;
}

.tool-box .ling-bg1 {
    margin: 2rem 3rem;
}

.tool-design .col-md-6:nth-child(1) {
    padding-block: 19rem 0;
}

section.eng_panel {
    margin-bottom: 10rem;
}

.graphic-bg {
    background: #F5F5F5;
    text-align: center;
}

.eng-design.pro-design {
    padding: 6rem 0 6rem;
}

.eng-design.pro-design .head1 {
    padding-block: 5rem 0;
}

.col-md-12.tool-rd {
    padding-block: 4rem;
}

/*quality page css*/


.quality_content {
    padding-inline: 0 10rem;
}

.quality_content .full-img2 {
    margin-block: 7rem 0;
    width: 76rem;
}

.quality_panel .righ-icon2 {
    text-align: right;
    margin-block: 13rem 0;
}

.lab-design h2 {
    text-align: center;
}

.lab-design blockquote {
    text-align: center;
    padding-block: 0 5rem;
}

.lab-design {
    padding-block: 10rem 0;
}

.lab-design .row>* {
    grid-area: 1 / 1;
}

.home_banner .swiper-slide>* {
    grid-area: 1 / 1;
}

.lab-design .row {
    display: grid;
    align-items: flex-end;
}

.quality-lab-box {
    position: relative;
    padding-block: 5rem;
    padding-inline: 6rem;
    color: #fff;
    background: #0f1837de 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    top: 4rem;
}

.quality-lab-box .ling-bg1 {
    margin-inline: 0;
    margin-block: 3rem 0;
    position: relative;
}

.testing-faclities {
    margin-block: 18rem 0;
}

.testing-faclities-content {
    padding-inline: 0 2rem;
}

.testing-faclities .ling-bg1 {
    margin-inline: 0;
}

.testing-faclities2 {
    background: #0F1837 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    position: relative;
    height: 100%;
    padding-block: 14rem;
    margin-top: -5rem;
}

.testing-faclities2 .full-img2 {
    width: 67.5rem;
    margin-left: -25rem;
    margin-top: -20rem;
}

.testing-faclities2:before {
    width: 246px;
    height: 100%;
    content: "";
    position: absolute;
    left: -180px;
    top: 0;
    background: #0F1837 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.testing-faclities2:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    right: -50rem;
    top: 0;
    background: #0F1837 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

section.quality_panel .bg-wbox {
    padding-bottom: 0;
}

.testing-faclities figure {
    position: relative;
    z-index: 1;
}

.testing-faclities .col-md-7 figure {
    width: 75rem;
}

ul.list2 li {
    margin-block: 0;
    position: relative;
    padding-inline: 0rem;
    width: 46.5%;
    border-bottom: 1px solid #dddddd40;
    opacity: .8;
    font-weight: normal;
    padding-block: 1.5rem;
}

ul.list2 li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #F6821F;
    border-radius: 50%;
    position: absolute;
    left: -22px;
    top: 24px;
}

ul.list2 {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    column-gap: 40px;
    padding-inline: 2.5rem 0;
}

.our-testing {
    padding-inline: 5rem 0;
    width: 78rem;
    position: relative;
    z-index: 9;
}

.our-testing h4 {
    color: #fff;
    font-weight: 600;
    margin-block: 0 3rem;
    font-size: var(--text-14);
}

.certification {
    padding-block: 12rem 0;
}

.certification_img2 {
    padding-inline: 10rem 0;
}

.certification_img1 {
    padding-inline: 0 30rem;
    padding-block: 10rem 6rem;
}


.certification .ling-bg1.image.reveal-image {
    margin: 30px 0 0;
}

section.quality_panel {
    margin-bottom: 15rem;
}

.environmental-img figure {
    width: 71rem;
}

section.sustainability_panel .righ-icon2 {
    width: 50rem;
    margin-top: 6rem;
}

section.sustainability_panel .righ-icon2 img {
    width: 50rem;
    position: relative;
    z-index: 1;
}

section.sustainability_panel .col-md-7 p {
    width: 74rem;
    padding-block: 4rem;
}

.environmental_initiatives {
    padding-inline: 0 5rem;
}

.social_initiatives {
    padding-block: 10rem;
}

.social_initiatives h3,
.social_initiatives blockquote {
    text-align: center;
}


.social_initiatives_block .row:nth-child(2) {
    flex-direction: row-reverse;
    margin-top: 3rem;
}

.social_initiatives_block {
    margin-block: 7rem 0;
}

.camp_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-right: 10rem;
}

.social_initiatives_block .row:nth-child(2) .camp_box {
    padding-inline: 10rem 5rem;
}

section.corporate_governance blockquote.block-text1 {
    font-weight: 600;
}

.cgi_content {
    padding-inline: 0 6rem;
}

section.csr-panel {
    padding-block: 10rem;
}

section.csr-panel .col-md-6 {
    margin-bottom: 1.5rem;
}

.csr_text {
    padding-inline: 0 5rem;
}

section.corporate_governance .righ-icon3 {
    top: 1.5rem;
    width: 59rem;
}

section.corporate_governance .righ-icon3 img {
    width: 59rem;
}

.people_content {
    padding-inline: 0 5rem;
}

.people_content .righ-icon3 {
    top: 15.5rem;
    width: 55rem;
    z-index: 9;
}

.people2-block h2 {
    text-align: center;
    color: #000;
    margin-bottom: 5rem;
}

.people2-block {
    padding-block: 10rem 0;
}

section.people_panel {
    margin-bottom: 10rem;
    overflow: hidden;
}

.reward-benifits {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-inline: 8rem;
}

.row.gx-xl-0.top-margin {
    margin-top: 11rem;
}

.reward-benifits .righ-icon2 {
    width: 54rem;
    margin-left: -13rem;
    margin-top: 6rem;
}


/*faq css*/

div#accod-faq .row {
    width: 100%;
}

div#accod-faq .accordion-header ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
    padding-right: 3rem;
}

div#accod-faq .accordion-header ul li {
    display: flex;
    gap: 5px;
    border-left: 1px solid #CBCBCB;
    padding-inline: 2rem;
    align-items: center;
}

section.current_openings {
    padding-block: 0 10rem;
}

div#accod-faq .accordion-item {
    border: 0;
    background: none;
    border-bottom: 1px solid #D1D1D1;
}

div#accod-faq .accordion-button {
    background: none;
    padding-inline: 0;
    padding-block: 2rem;
    border: 0 !important;
    box-shadow: inherit;
}

div#accod-faq .accordion-button:focus {
    outline: 0;
    border: 0;
    background: none;
    box-shadow: inherit;
}

section.current-openings .accordion-body {
    padding-inline: 0;
    padding-block: 2rem 3rem;
}




/* UIPS-24061990 */
.news-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4em 1.13em;
    position: relative;
    z-index: 1;
}

.nwsinfo-details {
    display: flex;
    flex-grow: 1;
    align-items: center;
    padding: 2.8rem 3.5rem 3.4rem 2.9rem;
}

.news-cusdte {
    font: var(--text-36);
    line-height: 1.1;
    margin-right: .85em;
    text-align: center;
}

.newsdb-det p {

    font-weight: 300;
}

.nwsinfo-details .news-cusdte,
.newsd-thumb {
    position: relative;
}

.newsd-thumb::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 0.3em;
    width: 127px;
    background: var(--color-prime);
}

.newsd-thumb {
    color: var(--color-black);
}

.news-cusdte span {
    font-size: .3em;
    display: block;
    font-weight: 400;
    white-space: nowrap;
}

.nwsinfo-details p {
    font-weight: 300;
    margin-bottom: 0;
    color: var(--color-black);
}

.news-wrapper .newsdb-det {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 3em 2em 2.5em;

}

p.news-tctle {

    font: var(--text-21);
    font-weight: 300;
}

.newsdb-det .news-tctle {
    padding-bottom: 1rem;
}

.newsdb-det p:nth-child(3) {
    padding-bottom: 1.2rem;
}

.newsdb-det .news-cusdte {
    margin-bottom: .8em;
}

.customtme-border::before {
    content: '';
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: -.45em;
    height: 1.4em;
    width: 1px;
    background: #e3e3e3;
    opacity: 0.3;
}

.news-wrapper .newsd-thumb:nth-child(3)::before {
    left: 38px;
}

.news-wrapper .newsd-thumb:nth-child(5),
.news-wrapper .newsd-thumb:nth-child(7) {
    background-color: var(--color-black);
    color: #ffffff;
}

.bg-newsbox {
    background: #fff;
    padding-block: 5rem;

}

.newsd-thumb figure img {
    width: 100%;
}

.news-detwrper {
    position: relative;
}

.news-wrapper .newsd-thumb figure img {
    width: 100%;
}

.newsdetail-cntnt {
    width: 810px;
    margin: 0 auto;
    padding: 53px 0px 122px;
}

.new-separ {
    position: absolute;
    bottom: -49px;
    left: 0;
    width: 45%;
    height: .9em;
    --right-space: 9em;
    background: var(--color-prime);
    transition: .6s all;
    -webkit-transition: .6s all;
    -moz-transition: .6s all;
    -ms-transition: .6s all;
    -o-transition: .6s all;
}

.new-separ::after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(100% - 1px);
    width: 35%;
    height: 100%;
    background: url(../images/separater-right.png);
    background-repeat: revert;
}

.custom-lst {
    padding-left: 15px;
}

/* end news section */

.inner_multiple_slider {
    padding-top: 5rem;
    position: relative;
    overflow: hidden;
    padding-bottom: 6rem;
}


.company_overview {
    background-color: #fff;
    padding: 6rem;
}
.slider_Box h3{
    font: var(--text-42);
    font-weight: 700;
    color: var(--color-sec);
}
.slider_Box{
    padding-left: 2.5rem;
    border-left: 2px solid  var(--color-prime);
}
.slider_Box p{
    font: var(--text-14);
    font-weight: 400;
}
.inner_multiple_slider .swiper-wrapper .swiper-slide h3.slider_title{
    min-height: 15rem;
}
.inner_multiple_slider .swiper-wrapper .swiper-slide h3{
    padding-bottom: 2rem;

}
.inner_multiple_slider .swiper-wrapper .swiper-slide .slider_Box.full_line{
    min-height: 20rem;
}
.infra_row_panel .col-md-8 .inner_swiper {
    width: 85rem;
}

.inner_multiple_slider .swiper-button-next,
.inner_multiple_slider .swiper-button-prev{
    left: 0;
    bottom: 0rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0;
    top: auto;
    background-image: url(../images/link-icon.svg);
    padding: 1.7rem;
    /* display: flex
; */
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner_multiple_slider .swiper-button-next:hover,
.inner_multiple_slider .swiper-button-prev:hover{
    padding:1.7rem;

}
.inner_multiple_slider .swiper-button-prev{
    transform: rotate(180deg);
}
.inner_multiple_slider .swiper-button-next{
    left: 5rem;
}

.certification_img2{
    position: relative;
}
.certification_img2 .swiper-slide a{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    content: "";
}
.certification_img2 img{
    border: 1px solid #eee;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .news-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 1em;
    }

    .newsdetail-cntnt {
        width: 100%;
        padding: 1rem 0;
    }

    .new-separ {
        left: 0px;
        bottom: -21px;
    }

    .bg-newsbox {
        padding: 2rem 1rem;
    }

}

@media screen and (max-width: 767px) {
    .event-info {
        gap: 0px !important;
        flex-wrap: wrap;

    }

    .event-glery {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .event-cntnt {
        width: 100% !important;
    }
}

@media screen and (min-width:767px) and (max-width: 1024px) {
    .event-info {}

    .event-glery {}

    .event-cntnt {}
}

@media screen and (min-width: 480px) and (max-width: 1024px) {
    .news-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 1em;

    }

    .news-detwrper {
        padding: 0px 20px;
    }

    .newsdetail-cntnt {
        padding: 20px 15px;
        width: 100%;
    }

    .bg-eventglery,
    .presrel-newsbox {
        padding: 15px !important;
    }

    .bg-eventglery .newsd-thumb {
        margin-bottom: 20px;
    }


}

/* start news detail section */
.news-detail-img {
    display: flex;
    padding-top: 10px;
    justify-content: center;
}

.nwsdet-hed {
    font: var(--text-23);
    font-weight: 600;
    color: var(--color-black);
}

.news-detail-img figure {
    padding: 5px;
}

.sepr-cutimg {
    position: absolute;
    width: 140%;
    bottom: 0;
    left: 0;
    display: flex;
    translate: -30% 100%;
}

.newsdetail-cntnt p {
    font: var(--text-14);
}

/* end news detail section */
/* start event detail section */
.event-cntnt {
    width: 100%;
}

.event-cntnt p {
    font: var(--text-14);
}

.event-info {
    gap: 54px;
}

.event-glery {
    width: 43%;
}

.event-glery figure:nth-child(1) {
    margin-bottom: 2.5rem;
}

.eventdetail-cntnt {
    width: 810px;
    margin: 0 auto;
    padding: 60px 0px 129px;
}

.newsd-thumb a {
    color: var(--color-sec);
}

/* end event detail section */

/* start event gallery section */
.bg-eventglery .newsd-thumb figure img {
    height: 335px;
    object-fit: cover;
}

.bg-eventglery .newsd-thumb {
    margin-bottom: 47px;
}

.bg-eventglery {
    background: #fff;
    padding-block: 5rem;
}

/* end event gallery section */

/* start press release info */
.prerel-wrper {
    display: flex;
    align-items: center;
    padding: 0rem 0px 0rem;
    border-bottom: 1px solid #ccc;
    margin-top: 3rem;
}

.presl-tmeinfo {
    position: relative;
    width: 12.6%;
    margin: 0 auto;
    text-align: center;
}

.presl-tmeinfo .news-cusdte::before {
    content: '';
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 0px;
    height: 58px;
    width: 1px;
    background: #e3e3e3;
}

.prerel-wrper figure img {
    width: 24px;
    height: 28px;
}

.presl-tmeinfo::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 0.3em;
    width: 100%;
    background: var(--color-prime);
}

.prerel-wrper p {
    font: var(--text-18);
    padding-left: 27px;
    width: 86%;
    color: var(--color-sec);
    font-weight: 300;
}

.presrel-newsbox {
    background: #fff;
    padding-block: 5rem;
}

.presl-tmeinfo .news-cusdte {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1.2rem 0rem 2.5rem;
    margin: 0;
}

/* end press release info */
/* start contact us */
.main-uadres {
    font: var(--text-21);
    letter-spacing: -1.26px;
    padding-inline: 4rem;
    padding-block: 2rem 0;
    font-weight: 300;
}

.adresinfo-ttle a {
    color: #000;
    font: var(--text-16);
    font-weight: bold;
    margin-bottom: 1rem;
    display: flex;
    gap: 16px;
}

.address-uinfo h2, .address-uinfo h3 {
    font: var(--text-18);
    color: var(--color-prime);

}

.address-uinfo small {
    font: var(--text-12);
    color: var(--color-sec);
}

.adres-subinfo h4 {
    font: var(--text-18);
    color: var(--color-sec);
}

.adres-subinfo strong {
    font: var(--text-16);
    color: #000;
    font-weight: bold;
    padding-top: 15px;
    display: block;
    padding-bottom: 3px;

}

.adres-subinfo {
    padding-top: 30px;
    padding-right: 5rem;
}

.adres-subinfo p {
    font: var(--text-16);
    color: #000;
    font-weight: 300;
}

.adress-tinfo {
    position: relative;
    padding: 30px 0px;
}

.adress-tinfo:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 59px;
    height: 0.3em;
    background-color: var(--color-prime);
}

.contact-btn {
    border: 1px solid var(--color-drkgry);
    margin-top: 16px;
    padding-inline: 2rem 2rem;
    padding-block: 1rem;
}

.form-txt input[type='text'],
.form-txt textarea {
    height: 39px;
    background-color: #f8f8f8;
    border: none;
    font-size: var(--text-18);
    font-style: italic;
    color: #000;
    border-radius: 0px;
    padding: 1.7rem 1.1rem 1.4rem 2.3rem;
    width: 100%;
    border-right: 3px solid #E31A2F;
}

.form-txt textarea {
    height: auto;
}

.form-txt {
    padding-top: 16px;

}

/* end contact us */
/* UIPS-24061990  */


.accordion-button::after {
    background: url(../images/plus-icon.svg) no-repeat;
    width: 12px;
    height: 12px;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    border: 2px solid #F6811E;
    border-radius: 2px;
}

.accordion-button:not(.collapsed)::after {
    background: url(../images/plus-icon.svg) no-repeat;
    width: 12px;
    height: 12px;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    border: 2px solid #F6811E;
    border-radius: 2px;
}

.job_name h4 {
    font: var(--text-16);
    font-weight: bold;
}

div#accod-faq .accordion-header ul li p {
    font: var(--text-16);
}

.customer_panel {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.logo_box {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.logo_box:nth-child(4n) {
    border-right: 0;
}

.adresinfo-ttle.float-end {
    padding-block: 2rem 0;
}

.enquery-form {
    padding-inline: 6rem 0;
}

.adress-tinfo.adress-tinfo2 {
    margin-top: 3rem;
}

.contact-btn img {
    margin-left: 1rem;
}

.enquery-form h3 {
    font-size: 21px;
    font-weight: 600;
    color: #0F1837;
}

.righ-icon4 {
    margin-block: 4rem;
}

.contact_map {
    margin-block: 5rem 0;
}

section.Customers {
    margin-bottom: 10rem;
}



/*gallery-grid css start here*/
/* ---- grid ---- */


/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 33.333%;
    padding-inline: 1rem;
}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    max-width: 100%;
}

.grid-text {
    padding-inline: 2rem;
    padding-block: 3rem 8rem;
    position: relative;
}

.grid-text:after {
    content: "";
    background: #F6811E;
    width: 127px;
    height: 5px;
    position: absolute;
    bottom: 4rem;
    left: 0;
}

.grid-text p {
    color: #000000;
    font-weight: 300;
}

@media (min-width: 1200px) {
    .col-xl-9.width_ad {
        flex: 0 0 auto;
        width: 79%;
    }
}


.head_profile_img .righ-icon3 {
    display: flex;
    align-items: end;
    margin-top: auto;
    height: 100%;
    position: relative;
    top: -1rem;
    width: auto;
    z-index: 9;
}

.infra_content .righ-icon3 {
    display: flex;
    align-items: end;
    margin-top: auto;
    height: 100%;
    position: relative;
    top: -3.5rem;
    width: auto;
    z-index: 9;
}

.infra_content .righ-icon3 img {
    width: auto;
}

.infra_machine-panel .row:nth-child(3) .col-md-6:nth-child(2n) .cold-forging-box {
    padding-inline: 0 6rem;
}


.infra_product_panel .bg-wbox h3 {
    padding-bottom: 2rem;
    color: var(--color-prime);
    font-weight: 600;
    margin-top: 2rem;
}

.group_pic .figcaption {
    margin-block: 2rem;
    position: relative;
    border-left: 1px solid #231F20;
    padding-inline: 2.5rem 0;
    translate: 0 0%;
    transition: .6s all;
    -webkit-transition: .6s all;
    -moz-transition: .6s all;
    -ms-transition: .6s all;
    -o-transition: .6s all;
    isolation: isolate;
}
.mangment_pic .figcaption:after {
    translate: 0 -35%;
    content: "";
    background: #ed862e;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s ease all;
}
.mangment_pic:hover .figcaption:after {
    translate: 0 -20%;
    height: 100px;
    opacity: 1;
}
.mangment_pic:hover .figcaption h3,
.mangment_pic:hover .figcaption p {
    color: #fff;
    position: relative;
    z-index: 9;
}
.group_pic .figcaption p {
    font: var(--text-14);
}

.thank_you_sec
{
    padding-block: 10rem;
}
.thank_you_sec .content p
{
    font: var(--text-36);
    color: var(--color-prime);
    font-weight: 300;
    padding-bottom: 5rem;
    margin-bottom:5rem;
}

.thank_you_sec .content .home-btns a
{
    Color: var(--color-sec);
    font: var(--text-23);
    font-weight: 600;
    transition: 0.4s ease-in-out;

}
.thank_you_sec .content .home-btns a:hover
{
    color: var(--color-prime);
}
.thank_you_sec .content .separator
{
    position: relative;
}

.thank_you_sec .content .separator {
    position: absolute;
    content: "";
    background: url;
    background: linear-gradient(to right, var(--color-sec) 50%, var(--color-prime) 50%);
    width: 100%;
    height: 0.8rem;
    bottom: 8rem;
}

.company-manfacturing-1 figure {
    width: 319px;
}

@media (max-width: 1599px) {
    .company-manfacturing-1 figure {
        width: 200px;
    }
}

@media(max-width:1199px)
{
    .thank_you_sec .content .separator {
        width: 77%;
        height: 0.8rem;
        bottom: 7rem;
        left: 11rem;
    }
}
@media (max-width: 999px) {
    .thank_you_sec .content .separator {
        width: 92%;
        height: 0.8rem;
        bottom: 7rem;
        left: 3rem;
    }
    .thank_you_sec .bg-wbox {
        padding-inline: 2.5rem;
    }
}
@media (max-width: 525px) {
    .thank_you_sec .content .separator {
        left: 3rem;
        width: 86%;
    }
    .thank_you_sec .bg-wbox
    {
        padding-inline:1rem ;
    }
}


/* faq css starts here */
.faq-sec .accordion-button {
    display: block;
    width: 100%;
    text-align: left;
    background: #0F1837dd;
    color: #fff;
    font: var(--text-21);
    font-weight: 200;
    padding: 1.5rem 2.5rem;
    border: none;
    position: relative;
    border-radius: 0;
}
.faq-sec .accordion-button:after {
    content: "";
    position: absolute;
    top: 9px;
    left: auto;
    right: 20px;
}
.faq-sec .accordion-button:after{
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    filter: invert(1);
    border:none;
    background-size: 43%;
}

.faq-sec .accordion-button:focus{
    outline:none;
    box-shadow:none;
}
.faq-sec .accordion-item {
    border: none;
    margin: 1.5rem 0;
}
.faq-sec .accordion-body p {
    font: var(--text-17);
    font-weight: normal;
    margin-bottom: 1.5rem;
}
.faq-sec .accordion-body p span{
    /* margin-right: 0.8rem; */
}
.faq-sec .accordion-body {
    padding: 3rem 5rem 3rem 3rem;
}
.faq-sec {
    padding-bottom: 8rem;
}
.faq-sec ol::marker{
    margin-right: 1.5rem;
}
.infra_machine-panel-tems .list-item {
    padding: 2rem 0;
}
.infra_machine-panel-tems .block-text1{
    font: var(--text-30);
    color: var(--color-dark);
    font-weight: 300;
    margin-block: 0 3rem;
}
.infra_machine-panel-tems .block-text2{
    font: var(--text-21);
    color: var(--color-dark);
    font-weight: 400;
    margin-block: 0 3rem;
}
.infra_machine-panel-tems p a{
    color: var(--color-dark);
}
.pagination-container .justify-content-sm-between{
    justify-content: center;
    gap: 2rem 0;
    padding: 6rem 0 0;
    align-items: center;
    flex-direction: column;
}
.pagination-container .justify-content-sm-between p.small {
    font: var(--text-17);
    color: var(--color-black);
    font-weight: 300;
    margin-bottom: 0;
}
.pagination-container .justify-content-sm-between p.small .fw-semibold {
    display: inline-block;
    padding: 0 .2rem;
}
.pagination-container .justify-content-sm-between .pagination li .page-link {
    font: var(--text-14);
    display: inline-block;
    padding: .5rem 1rem;
    color: var(--color-black);
    background: #fff;
}
.pagination-container .justify-content-sm-between .pagination li.active .page-link {
    background: var(--color-prime);
    border-color: var(--color-prime);
}
.pagination-container .justify-content-sm-between > div:nth-child(2){
    order:1;
}
.pagination-container .justify-content-sm-between > div:nth-child(1){
    order:2;
}
.news-wrapper .newsd-thumb{
    position: relative;
}
.news-wrapper .newsd-thumb > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media(max-width:767px){
    .faq-sec .accordion-button:after{
        background-size: 80%;
    }
    .faq-sec .accordion-button{
        padding-right: 5rem;
    }
    .faq-sec .accordion-button:after {
        top: 16px;
    }
    .faq-sec {
        padding-bottom: 3rem;
    }
}
@media(max-width:575px){
    .faq-sec .accordion-body {
        padding: 2rem;
    }
}
/* faq css ends here */

/* blog css starts here */
.home_happening-text h2 {
    padding: 2rem 0 0 0;
    font: var(--text-21);
}
.home_happening-text h2 a{
    color: var(--color-dark);
}
.home_happening-text .line,
.happening_media_blog .home_media .line {
    width: 84px;
    height: 2px;
    background: var(--color-prime);
    margin-block: 2rem;
}
.home_happening-text h2 a:hover{
    color: var(--color-prime);
}
.happening_media_blog {
    padding: 0 0 10rem;
}
.happening_media_blog .home_press {
    padding-left: 4rem;
}
.happening_media_blog .home_press h2 {
    display: block;
    padding-bottom: 2rem;
}
.happening_media_blog .home_media .date {
    font: var(--text-14);
    font-weight: 300;
    color: #000;
    display: block;
    padding-bottom: 1rem;
}
.happening_media_blog .home_media p {
    font: var(--text-21);
    font-weight: 300;
}
.happening_media_blog .happening_panel{
    position: relative;
}
.happening_media_blog .happening_panel > a.blog_link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.home_press .home_media {
    position: relative;
}
.home_press .home_media a.blog_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media(max-width:991px){
    .happening_media_blog .home_press {
        padding-left: 0;
    }
    .happening_media_blog .home_press {
        padding-top: 5rem;
    }
}
@media(max-width:767px){
    .happening_media_blog {
        padding: 0 0 5rem;
    }
}
/* blog css ends here */
.hot_foging_full_width_video {
    margin-top: 5rem;
}

.infra_row_panel.menu-fect-cont .cold-forging-panel.menu-fect-img .cold-forging-box {
    padding-bottom: 4rem;
}

@media(max-width:767px){
    .infra_row_panel.menu-fect-cont .cold-forging-panel.menu-fect-img .cold-forging-box {
        padding-bottom: 2rem;
    }
}
.current_openings .accordion-button:not(.collapsed)::after{
    background: url(../images/right-arrow-icons.png) no-repeat;
    background-position: center;
    transform: perspective(10px);
    padding: 1.5rem;
}
.philosphy-cont .head1 {
    margin: 0;
    padding-bottom: 4rem;
}
.philosphy-cont {
    padding-bottom: 2.6rem;
}
.philosphy-cont {
    max-width: 90%;
    margin: 0 auto;
}
.philosphy-cont .block-text1 span {
    font-weight: bold;
}
.our-philosphy .nav.nav-tabs {
    justify-content: center;
    border-bottom: 1px solid #BEBEBE;
    gap: 0 4.1rem;
    padding-bottom: 3.2rem;
}
.our-philosphy .nav.nav-tabs li .nav-link {
    font: var(--text-18);
    color: var(--color-sec);
    line-height: 1.4;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
}
.our-philosphy .tab-content,
.our-philosphy .tab-pane {
    border: none;
    background-color: transparent;
}
.abt-brand-logo {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    padding-top: 5.7rem;
}
.brand-content h4 {
    font: var(--text-16);
    color: var(--color-sec);
    line-height: 1.4;
    font-weight: bold;
    margin: 0;
    padding-bottom: .5rem;
}
.brand-content p {
    font: var(--text-14);
    color: var(--color-black);
}
.our-philosphy .nav.nav-tabs li .nav-link:hover{
    color: var(--color-prime);
}
.our-philosphy .nav.nav-tabs li .nav-link.active{
    color: var(--color-prime);
}
.our-philosphy .accordion-body {
    padding: 0;
    margin: 0;
}
.our-philosphy {
    padding: 1rem 0 7rem;
}
.brand-content {
    padding-top: 1.5rem;
}
.philosphy-cont .block-text1{
    font: var(--text-21);
    color: var(--color-dark);
    font-weight: 300;
    margin-block: 0 3rem;
    line-height: 1.5;
}
.apply_form .form_group>.form-control {    
    background-color: #f8f8f8;
    border: none;
    font-size: var(--text-18);
    font-style: italic;
    color: #000;
    border-radius: 0px;
    padding: 1.7rem 1.1rem 1.4rem 2.3rem;
    width: 100%;
    border-right: 3px solid #E31A2F;
    box-shadow: none;
}
.infra-panel-grps .apply_form .form_group {
    margin-bottom: 1.5rem;
}
.applyForm_wraper p {
    font: var(--text-21);
    color: var(--color-dark);
    font-weight: 300;
    margin-block: 0 4rem;
    text-align: center;
    font-weight: 600;
}
/* .applyForm_wraper .apply_btn .btn_submit {
    background: var(--color-prime);
    border: 1px solid var(--color-prime);
    padding: .5rem 2rem;
    color: #fff;
}
.applyForm_wraper .apply_btn .btn_submit:hover {
    background: var(--color-black);  
    border: 1px solid var(--color-black);  
} */
.applyForm_wraper .apply_btn .btn_submit{
    border: 1px solid var(--color-drkgry);
    margin-top: 16px;
    padding-inline: 2rem 2rem;
    padding-block: 1rem;
}
.head_profile_img .head_information {
    margin-top: 2rem;
}
.infra_row_panel.menu-fect-cont .cold-forging-panel.menu-fect-img .cold-forging-box.fleet-txt {
    padding-left: 0;
    text-align: center;
}
.cold-forging-panel.menu-fect-img figure img {
    width: 100%;
}
.infra-panel-grps {
    background: #fff;
    padding-block: 5rem;
}
.applyForm_wraper .apply_btn .btn_submit img {
    margin-left: 1rem;
}

.other_menu ul li a {
    font: var(--text-14);
}

@media(max-width:1599px){
    .philosphy-cont {
        max-width: 80%;
    }
}
@media(max-width:1399px){
    .philosphy-cont {
        max-width: 92%;
    }
}

@media (max-width: 991px) {
    .our-philosphy .tab-content > .tab-pane {
      display: block;
      opacity: 1;
    }
    .our-philosphy .tab-content > .tab-pane .accordion-button {
        background: var(--color-sec);
        box-shadow: none;
        border: none;
        border-radius: 0;
        color: #fff;
        font: var(--text-18);
    }
    .abt-brand-logo{
        padding: 4rem 0;
    }
    .our-philosphy .tab-content .tab-pane {
        margin-bottom: 1rem;
    }
    .our-philosphy {
        padding: 1rem 0 2rem;
    }
    .our-philosphy .accordion-button:after{
        border: none;
    }
    .our-philosphy .accordion-button:not(.collapsed)::after{
            transform: rotate(45deg);
    }
    .head_profile_img .head_information {
        margin-bottom: 3rem;
    }
    .applyForm_wraper {
        padding: 0 6rem;
    }
}
@media (max-width: 767px) {
    .philosphy-cont {
        max-width: 100%;
    }
    .philosphy-cont .head1 {
        padding-bottom: 2rem;
    }
    .philosphy-cont {
        padding-bottom: 0.6rem;
    }
}
@media (max-width: 600px) {
    .abt-brand-logo{
        grid-template-columns: repeat(3, 1fr);
        gap: 3rem 0;
    }
}
@media (max-width: 480px) {
    .abt-brand-logo{
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem 0;
    }
}


/* singla new css starts here */
.company-bg p span {
    display: block;
    margin-block: 4rem 0;
}
.company-future .future_pan_content {
    height: 100%;
}
.rbox .rbox-next, .rbox .rbox-prev {
    display: block !important;
}
.rbox-next, .rbox-prev {
    bottom: 18px !important;
    font-size: 0 !important;
}
.rbox-prev{
    left: 18px !important;
}
.rbox-next{
    right: 18px !important;
}
.full-img3 .inner_swiper {
    width: 90rem;
}
.address-uinfo h2 a, .address-uinfo h3 a {
    color: var(--color-prime);
}
.address-uinfo h2 a:hover, .address-uinfo h3 a:hover {
    color: var(--color23);
}
.bg-wbox .cold-forging-panel h2 {
    text-align: left;
}
.main-uadres a {
    color: var(--color-dark);
}
.adres-subinfo{
    position: relative;
}
.adres-subinfo > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.adres-subinfo:hover strong{
    color: var(--color-prime);
}
.surface-treatmentimg{
        margin-top: 6rem;
    }
@media (max-width: 1799px) {
    .full-img3 .inner_swiper{
        width: 78rem;
    }        
}
@media (max-width: 1599px) and (min-width: 1400px) {
    .full-img3 .inner_swiper{
        width: 66rem;
    }  
}
@media (max-width: 1399px) and (min-width: 1270px) {
    .full-img3 .inner_swiper{
        width: 66rem;
    }  
}
@media (max-width: 1250px) and (min-width: 1000px) {
    .full-img3 {
        margin-left: 0rem;
    }
    .full-img3 .inner_swiper {
        width: 100%;
    }
}
@media (max-width: 999px) {
    .full-img3 .inner_swiper {
        width: 100%;
    }
}
/* singla new css ends here */