/* About Page */

.inner-banner-overlay{
    position: absolute;
    width: 100%;
    height: 45%;
    top: 0;
    opacity: 1;
    text-align: center;
    background: #FFE5DA;
    background: linear-gradient(180deg,rgba(255, 229, 218, 0.87) 24%, rgba(255, 229, 218, 0) 100%);
}

.banner-inner {
    position: absolute;
    top: 70%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.banner-inner h1 {
    font-size: 48px;
    line-height: 60px;
    margin: 0;
    color: var(--fontColor);
    font-family: var(--bannerFont);
    width: auto;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.banner-inner h1 span {
    color: var(--headingFontcolor);
}

.inner-matrix ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 0;
}
.inner-matrix ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    flex: 0 0 50%;
    text-align: center;
    align-content: center;
    padding: 20px 0;
}
.abt-pach::after{
    content: '';
    position: absolute;
    top: -40px;
    right: 0;
    width: 1083px;
    height: 100px;
    background: #ffffff;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

.secmission-half::before {
    content: '';
    background: #242E3D;
    width: 52%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

.bg-mission {
    background: var(--themeSecColor);
    /* background: #D94D15;
    background: linear-gradient(260deg,rgba(217, 77, 21, 1) 24%, rgba(152, 54, 15, 1) 100%); */
}
.mission-textbox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
}

.mix-imgbox img {
    width: 90px;
    margin-right: 25px;
}

ul.missio-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.missio-cont li {
    position: relative;
    margin-bottom: 10px;
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    padding-left: 20px;
    font-family: var(--bodyFont);
    color: #ffffff;
    width: 100%;
}

ul.missio-cont li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 14px;
    height: 12px;
    background-image: url(../images/list-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
}

.corevalu-bg{
    background: #EFEFEF;
}

img.core-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.7;
}

.core-list {
    z-index: 2;
    position: relative;
}

.core-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.core-list ul li{
    flex: 0 0 40%;
}

.core-list ul li {
    flex: 0 0 40%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
}

.core-text {
    margin-left: 15px;
}

.core-text h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: var(--fontColor);
    line-height: normal;
    font-family: var(--headingFont);
}

.core-text p{
    color: #434343;
    font-size: 18px;
    line-height: 30px;
    font-family: var(--bodyFont);
}

.journeysec{
    position: relative;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 24px;
}

.journeysec::after {
    content: "";
    position: absolute;
    bottom: -57px;
    right: -1px;
    width: 80px;
    height: 80px;
    background: #fff;
    border-left: 1px solid #e5e5e5;
    transform: rotate(45deg);
    transform-origin: bottom right;
}
.journeysec h4 {
    font-size: 32px;
    line-height: normal;
    font-family: var(--headingFont);
    color: #333333;
    margin-bottom: 10px;
}

.swipper-journey {
    padding-top: 30px;
    padding-bottom: 60px;
}

.swipper-allproduct{
    padding-bottom: 0px;
    background: #fff;
}

.swipper-allproduct .swiper-horizontal>.swiper-pagination-bullets, 
.swipper-allproduct .swiper-pagination-bullets.swiper-pagination-horizontal, 
.swipper-allproduct .swiper-pagination-custom, 
.swipper-allproduct .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 50px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.leader-textbox{
    padding: 50px;
    border: 1px solid #FFB699;
    position: relative;
    border-bottom: 0;
}

.leader-textbox::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1200px;
    height: 1px;
    background: #FFB699;
}

.leader-textbox::before {
    content: '';
    position: absolute;
    top: -18px;
    left: -25px;
    width: 70px;
    height: 50px;
    background-image: url(../images/quat.png);
    background-repeat: no-repeat;
    background-color: #031e47;
}
img.person {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 360px;
    left: 16%;
}

.pddb-150{
    padding-bottom: 130px;
}

.team-pach::after {
    content: '';
    position: absolute;
    top: -50px;
    right: 0;
    width: 1015px;
    height: 100px;
    background: #ffffff;
    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%); */
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

.team-box {
    text-align: center;
    padding: 30px 15px 15px;
}

.team-box h5{
    font-family: 'Barlow-Medium';
    font-size: 22px;
    line-height: 30px;
    color: var(--fontColor);
}
.team-box p{
    color: #949494;
    font-size: 16px;
    line-height: 30px;
    font-family: var(--bodyFont);
}

.bg-clients{
    background: #EFEFEF;
}

.swipper-clients {
    padding-top: 30px;
    padding-bottom: 60px;
}

/* Product */

.newpro-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid #0b377952;
    padding: 50px 0;
}

.newpro-list ul:nth-child(even) {
    flex-direction: row-reverse;
    /* margin: 50px 0; */
}

.newpro-list ul:first-child{
    padding-top: 0;
}

.newpro-list ul:last-child{
    border-bottom: 0px solid #eb612a;
}

/* .newpro-list ul:nth-child(even):before {
    content: '';
    width: 1920px;
    height: 500px;
    background: #fff;
    left: 0;
    top: 0;

} */

.newpro-list ul li {
    position: relative;
    overflow: hidden;
    /* text-align: center; */
    padding: 30px;
}
.newpro-list ul li:first-child{
    background: #fff;
    flex: 0 0 35%;
}


.newpro-list ul li:last-child{
    flex: 0 0 60%;
    padding: 30px 0;
}

.product-txt .heading h3 {
    text-align: left;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-family: 'Barlow-Medium';
    margin-bottom: 10px;
    width: 100%;
    background: #eb612a;
    padding: 10px 10px 10px 25px;
    border-radius: 0 5px 0 0;
}

.product-txt .heading p {
    font-size: 16px;
    line-height: 26px;
    font-weight: var(--paraFontWeight);
    color: #434343;
    font-family: var(--bodyFont);
    padding: 0px 10px 0 25px;
}

.gear-boxsec p {
    width: 80%;
}

.newpro-name h4 {
    color: var(--fontColor);
    position: relative;
    font-size: 20px;
    font-family: 'Barlow-Medium';
    margin-top: 35px;
    line-height: normal;
}

.table-secnew {
    color: #000;
    border-color: #ffffff;
    font-family: var(--bodyFont);
    background: #fff;
}

thead.table-nwproduct{
    background: var(--themeSecColor) ;
    border-color: #fff;
    font-family: var(--bodyFont);
    color: #ffffff;
}

.tableread-btn a{
    font-family: var(--ButtonFont);
    color: #EB612A;
    font-size: 16px;
    line-height: normal;
    /* border: none; */
    /* margin-top: 35px; */
    /* float: right; */
}

.lock-iron ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.newpro-list ul li .lock-iron ul li{
    background: transparent;
    padding: 10px;
    background: #ffffff;
}

.producttable-modal .btn-close {
    float: right;
    position: absolute;
    top: -15px;
    right: -15px;
    background: var(--headingFontcolor);
    border-radius: 50%;
    opacity: 1;
    width: 30px;
    height: 30px;
    padding: 0px;
}

.producttable-modal .btn-close i{
    font-size: 30px;
    color: #fff;
}

.table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.docktile-imgbox{
    background: #fff;
    text-align: center;
}

.docktile-imgbox img{
    width: 100px;
    height: 100px;
}

.lockicon {
    background: #fff;
    text-align: center;
    padding-bottom: 15px;
}

.lockicon img{
    width: 80px;
    height: 80px;
}

/*  */

.autoproduct-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 50px;
}
.autoproduct-list ul li {
    flex: 0 0 24%;
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center;
    padding: 30px;
}
.autoproduct-name h4 {
    color: var(--fontColor);
    position: relative;
    font-size: 20px;
    font-family: 'Barlow-Medium';
    margin-top: 35px;
    line-height: normal;
}

.swipper-product-inner{
    padding-top: 30px;
    padding-bottom: 60px;
}

.faqs-accordion .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faqs-accordion .accordion-item {
    margin-bottom: 27px;
    background-color: transparent;
    border: 0;
}

.faqs-accordion .accordion-button:not(.collapsed) {
    color: var(--themeColor);
    background-color: transparent;
    box-shadow: none;
}


.faqs-accordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faqs-accordion .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 24px 0;
    font-size: 22px;
    color: var(--fontColor);
    text-align: left;
    background-color: transparent;
    font-family: var(--bodyFont);
    border: 0;
    border-bottom: 1px solid #B9B9B9;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.faqs-accordion .accordion-button:focus {
    box-shadow: none;
}

.faqs-accordion .accordion-button::after {
   background-image: url(../images/faq-plus.png);
    transform: scale(.7) !important;
}

.faqs-accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../images/faq-minus.png);
}

img.faqimg-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.7;
}

.faqs-accordion {
    z-index: 1;
    position: relative;
}

.why-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: start;
    gap: 15px;
    margin-bottom: 50px;
}
.why-list ul li {
    flex: 0 0 24%;
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 30px 30px;
    clip-path: polygon(50% 0%, 100% 0, 100% 80%, 75% 100%, 25% 100%, 0 100%, 0 1%);
}
.why-list h4 {
    color: var(--fontColor);
    position: relative;
    font-size: 25px;
    font-family: var(--headingFont);
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 35px;
}

/* .why-list ul li::after {
    content: "";
    position: absolute;
    bottom: -57px;
    right: -1px;
    width: 80px;
    height: 80px;
    background: #d94d15;
    border-left: 1px solid #e5e5e5;
    transform: rotate(45deg);
    transform-origin: bottom right;
} */

.swipper-certified{
    padding-top: 30px;
    padding-bottom: 60px;
}

.product-certybg{
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.7;
}

.swipper-mobwhy{
    padding-top: 30px;
    padding-bottom: 60px;
}

.draven-bg{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    opacity: 0.6;
}

.swipper-research{
    padding-top: 30px;
    padding-bottom: 60px;
}

ul.objectives-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.objectives-cont li {
    position: relative;
    margin-bottom: 10px;
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    padding-left: 20px;
    font-family: var(--bodyFont);
    color: #333333;
}

ul.objectives-cont li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 14px;
    height: 12px;
    background-image: url(../images/quality/list-orangeicon.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
}


ul.safety-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.safety-cont li {
    position: relative;
    margin-bottom: 10px;
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    padding-left: 20px;
    font-family: var(--bodyFont);
    color: #ffffff;
}

ul.safety-cont li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 14px;
    height: 12px;
    background-image: url(../images/list-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
}

.bg-quality-miss{
    background: var(--themeColor);
}

/* careers */

.swipper-benifite{
    padding-top: 30px;
    padding-bottom: 60px;
}

.banifit-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    background: #444444;
}

.banifit-list ul li{
    flex: 0 0 50%;
}

.banifit-list ul li:first-child{
    padding: 0 50px;
    
}

.banifit-list ul li:last-child{
    padding: 0;
}

.openings-pach::after {
    content: '';
    position: absolute;
    top: -40px;
    right: 0;
    width: 1000px;
    height: 100px;
    background: #ffffff;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}


.jobs-accordion .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.jobs-accordion .accordion-item {
    margin-bottom: 27px;
    background-color: transparent;
    border: 0;
}

.jobs-accordion .accordion-button:not(.collapsed) {
    color: var(--themeColor);
    /* background-color: transparent; */
    box-shadow: none;
    background: #ffffff;
}


.jobs-accordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.jobs-accordion .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 24px 20px;
    font-size: 22px;
    color: var(--fontColor);
    text-align: left;
    background-color: #efefef;
    font-family: var(--ButtonFont);
    border: 0;
    border-bottom: 1px solid #B9B9B9;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, 
    background-color .15s ease-in-out, 
    border-color .15s ease-in-out, 
    box-shadow .15s ease-in-out, 
    border-radius .15s ease;
}

.jobs-accordion .accordion-button:focus {
    box-shadow: none;
}

.jobs-accordion .accordion-button::after {
   background-image: url(../images/faq-plus.png);
    transform: scale(.7) !important;
}

.jobs-accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../images/faq-minus.png);
}

img.faqimg-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.7;
}

.jobs-accordion {
    z-index: 1;
    position: relative;
}

.jobs-accordion .accordion-body {
    padding: 1rem 1.25rem;
    background: #EFEFEF;
    float: left;
    margin-bottom: 27px;
    overflow: hidden;
}

.current-opens-info .info-list {
    margin-bottom: 20px;
    float: left;
    width: 75%;
    color: #333333;
    font-size: 18px;
    font-family: var(--bodyFont);
}

.current-opens-list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.current-opens-info .info-list ul li {
    position: relative;
    padding: 0;
    border: 0;
    padding-left: 30px;
    margin-top: 10px;
    flex: 0 0 100%;
}

.current-opens-info .info-list ul li::before {
    content: "\f0c8";
    position: absolute;
    left: 13px;
    font-family: "FontAwesome";
    color: #a03910;
    font-size: 7px;
    top: 0;
}

.openings-acc .btnread-moreread {
    float: right;
}

.openings-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
}

/* Contact Us */
.address-box{
    background: #EFEFEF;
    padding: 50px 30px;
    height: 100%;
    width: 100%;
}

.full-conpart {
    padding: 50px;
    /* background: #D94D15;
    background: linear-gradient(260deg, rgba(217, 77, 21, 1) 24%, rgba(152, 54, 15, 1) 100%); */
    background: #242E3D;
    color: #fff;
}

.sec-contact .inter-text-para h4 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Oswald-SemiBold';
    margin-bottom: 0;
}
.address-all {
    margin-top: 30px;
    margin-bottom: 30px;
}

.sec-contact .btnread-moreread button {
    margin: 0 0 0 auto;
}

.address-all ul{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
}

.address-all ul li{
    flex: 0 0 100%;
    float: left;
    /* width: 100%; */
    background: #ffffff;
    padding: 20px 15px;
    margin-bottom: 15px;
}

.address-all ul li a {
    float: left;
    width: 100%;
    color: #333333;
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-family: var(--bodyFont);
    display: flex;
    align-items: center;
}

.address-all ul li a img {
    margin-right: 20px;
    width: 35px;
    border-radius: 50%;
}

.factory-contact ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    gap: 20px;
    margin-top: 20px;
}

.factory-contact ul li {
    flex: 0 0 32%;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 30px 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: .5s ease;
    clip-path: polygon(50% 0%, 100% 0, 100% 80%, 85% 100%, 25% 100%, 0 100%, 0 1%);
}

.factory-contact ul li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.factory-contact ul li h5{
    color: #1A1A1A;
    font-family: 'Barlow-Medium';
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}

.factory-contact ul li p {
    display: grid;
    align-content: center;
    align-items: start;
    grid-template-columns: auto auto;
    justify-content: left;
}

.find-map-btn span {
    padding: 15px 0px;
    border-radius: 5px;
    transition: 0.5s;
    font-size: 16px;
    line-height: normal;
    margin-top: 35px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    transition: .3s;
    font-family: var(--ButtonFont);
    background: transparent;
    color: var(--headingFontcolor);
}

.find-map-btn img {
    margin-left: 12px;
}

.mail-contact {
    width: 16px;
    margin-right: 8px;
    margin-top: 10px;
}

.development-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-bottom: 50px;
}
.development-list ul li {
    flex: 0 0 32%;
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 40px 30px;
    clip-path: polygon(50% 0%, 100% 0, 100% 85%, 85% 100%, 25% 100%, 0 100%, 0 0%);
    height: 350px;
}
.development-list h4 {
    color: var(--fontColor);
    position: relative;
    font-size: 25px;
    font-family: var(--headingFont);
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 35px;
}

/* Infrastructure */

.swipper-infa {
    padding-top: 30px;
    padding-bottom: 60px;
}
.swipper-facilitie{
    padding-top: 30px;
    padding-bottom: 60px;
}

.select-box {
    display: flex;
    justify-content: end;
    gap: 15px;
}

.box-overview {
    position: absolute;
    bottom: -200%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 20px;
    color: #fff;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    z-index: 3;
}

.box-overview h3 {
    margin-bottom: 15px;
    font-family: 'Barlow-Medium';
    font-size: 22px;
    line-height: 30px;
    text-align: left;
}

.box-overview p i {
    color: var(--main-color);
    width: 30px;
}

.box-overview p {
    color: #fff;
}

.division-box:hover .box-overview {
    bottom: 0;
    opacity: 1;
}

.division-box:hover::after {
    background: #fff0;
}

.division-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: -200%;
    width: 100%;
    height: 100%;
    background: #082757;
    /* background: linear-gradient(0deg, rgb(8 39 87 / 71%) 100%, rgba(11, 79, 183, 0) 100%); */
    background: linear-gradient(0deg,rgba(8, 39, 87, 1) 0%, rgba(11, 79, 183, 0.58) 100%);
    opacity: 0;
    transition: all ease-in-out 0.5s;
    z-index: 2;
}

.division-box:hover::before {
    top: 0%;
    opacity: 1;
}

.division-get-touch {
    z-index: 5;
}

.projectpop-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background:var(--main-color);
    transition:all .2s ease;
}

.projectpop-slider .swiper-pagination-bullet-active {
    opacity:1;
}

.projectpop-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.projectpop-slider .swiper-pagination-custom,
.projectpop-slider .swiper-pagination-fraction {
    bottom: 30px;
}

.projectpop-slider .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    display: table;
    margin: 0 auto;
    left: 50%;
    top:90%;
    transform: translateX(-50%);
}

.projectimg-Modal .btn-close:hover i{
    color: #fff !important;
}

.client-imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1) !important;
}

.division-project-a {
    display: block;
    width: 100%;
    height: 100%;
}

.dp-box {
    position: relative;
    width: 100%;
    height: 100%;
    /* border-right: 1px solid #fff;
    border-top: 1px solid #fff; */
    overflow: hidden;
}

.dp-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
}

.dp-box::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(0deg, #000000c9, transparent);
    transition: all ease-in-out 0.4s;
}

.division-project-a:hover .dp-box img {
    transform: scale(1.08);
}

.machin-box-txt h3 {
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Barlow-Medium';
    font-size: 22px;
    line-height: 30px;
}

ul.machin-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
ul.machin-cont li {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    padding-left: 20px;
    font-family: var(--bodyFont);
    color: #ffffff;
}
ul.machin-cont li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 14px;
    height: 12px;
    background-image: url(../images/list-coloricon.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
}

.facilitie-main {
    background: #031E47;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    clip-path: polygon(100% 0, 100% 76%, 90% 100%, 0 100%, 0 0);
}

.facilitie-imgbox {
    width: 90%;
}
.facilitie-txtbox {
    width: 100%;
    padding: 0 20px;
    padding-left: 0;
}

.facilitie-txtbox h3 {
    font-family: 'Barlow-Medium';
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}

.facilitie-txtbox p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0px;
}

/* new product-style */

.probox-newlist {
    background: #EFEFEF;
    padding: 0;
    border-radius: 5px;
}

.pronew-imgbox {
    background: #fff;
    align-items: center;
    padding-bottom: 0;
}

.pronew-imgbox .text-box { 
    background: #FFE5DA;
    padding: 10px;
    border-bottom: 2px solid var(--headingFontcolor);
}

.pronew-imgbox .text-box h4{
    text-align: center;
    color: var(--fontColor);
    font-size: 18px;
    line-height: 24px;
    font-family: 'Barlow-Medium';
}

/* .product-txt {
    padding-left: 25px;
} */

.product-txt .tableread-btn {
    padding-left: 25px;
}

.product-txt {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-txt .tableread-btn {
    /* position: absolute; */
    /* bottom: 0; */
    right: 0;
    padding: 10px;
    background: #ffe5da;
    width: 100%;
    border-bottom: 2px solid #eb612a;
}

.tableread-btn a img{
    margin-left: 10px;
}


/* New Blog and Blog Details CSS */

.blogContent {
    background: #fff;
    padding-bottom: 35px;
}
.all-blog-info {
    padding: 35px 15px;
}
.blogSlideInfo {
    width: 100%;
}

.blog-info {
    display: flex;
    justify-content: space-between;
}

.blog-info .text-blog {
    margin-right: 0px;
    font-size: 14px;
    color: var(--headingFontcolor);
    font-family: var(--bodyFont);
}

.blogSlideInfo h3 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 30px;
    font-family: var(--headingFont);
    color: #000;
}
.blogSlideInfo p {
    color: var(--fontColor);
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--paraFontWeight);
    position: relative;
    margin: 20px 0 0;
}
.btn-main-blog {
    color: var(--headingFontcolor);
    font-family: var(--ButtonFont);
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    /* margin: 0 20px; */
    padding: 0;
}

.btn-main-blog img{
    margin-left: 10px;
}

.swipper-machin{
    padding-top: 30px;
    padding-bottom: 60px;
}

.bg-homeblog{
    background: #EFEFEF;
}

.swipper-social{
    padding-top: 30px;
    padding-bottom: 60px;
}


.blog-details-section .banner-inner {
    position: relative;
    transform: none;
    margin-bottom: 30px;
}

.blog-details-section .banner-inner h1 {
    text-transform: none;
}

.bd-left .blog-date {
    font-size: 16px;
    color: var(--headingFontcolor);
    font-family: var(--bodyFont);
    margin-bottom: 10px;
    display: block;
}

.bd-left .heading {
    margin-bottom: 30px;
}

.bd-left .bd-img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.bd-left .bd-img img {
    width: 100%;
    height: auto;
}

.bd-left-txt p, .bd-left-txt li {
    margin-bottom: 20px;
    position: relative;
}

.bd-left-txt li::after {
    content: url(../images/li-icon.png);
    position: absolute;
    top: 0;
    left: 0;
}

.bd-left-txt li {
    padding-left: 20px;
}

.bd-right-head h2 {
    font-size: 30px;
    line-height: 40px;
    position: relative;
    font-family: var(--h2HeadingFont);
    color: var(--main-dark-color);
    padding: 20px;
    background: var(--main-sub-color);
    margin-bottom: 20px;
}

.bd-right-box {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid var(--headingFontcolor);
}

.bd-right-txt p {
    font-family: var(--headingFont);
}

.bd-right-calender {
    font-size: 16px;
    color: var(--headingFontcolor);
    font-family: var(--bodyFont);
    margin-bottom: 10px;
    display: block;
}

.blog-slide-con {
    margin-top: 50px;
}

.bd-right-box img {
    width: 100%;
}

.blog-slider {
    padding-bottom: 30px;
}

.img-certtibox img {
    height: 400px;
}

.blogContent.internal-event {
    background: transparent;
    padding-bottom: 0;
}

.blogContent.internal-event .blogSlideInfo h3{
    font-size: 24px;
    line-height: 34px;
    margin-top: 0;
}

.blogContent.internal-event .btn-main-blog {
    margin: 20px 0px 0;
}

.blogContent.internal-event .all-blog-info {
    padding: 20px 15px;
    border: 1px solid #1111;
}

.internal-modal .btn-close {
    background: none;
    position: absolute;
    right: 5px;
    top: -5px;
    opacity: 1
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  opacity: 1 !important;
}

.lb-data .lb-close {
    position: absolute;
    top: 0;
    right: 0;
}

.blog-info .text-blog i{
    margin-right: 5px;
}

/* responsive */
 

@media (min-width: 1500px) and (max-width: 1600px){
    .banner-inner {
        top: 60%;
    }
    .abt-pach::after {
        width: 720px;
    }
    .team-pach::after {
        width: 720px;
    }
    .openings-pach::after {
        width: 700px;
    }
}

@media (min-width: 1400px) and (max-width: 1499px){
    .banner-inner {
        top: 75%;
    }
    .abt-pach::after {
        width: 720px;
    }
    .team-pach::after {
        width: 720px;
    }
    .openings-pach::after {
        width: 700px;
    }
    img.person {
        left: 10%;
    }

    .product-txt .heading h3 {
        font-size: 18px;
        line-height: 32px;
    }

    .product-txt .heading p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (min-width: 1300px) and (max-width: 1399px){
    .banner-inner {
        top: 75%;
    }
    .abt-pach::after {
        width: 720px;
    }
    .team-pach::after {
        width: 720px;
    }
    .openings-pach::after {
        width: 700px;
    }
    .leader-textbox::after {
        width: 1100px;
    }

    .product-txt .heading h3 {
        font-size: 18px;
        line-height: 32px;
    }

    .product-txt .heading p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px){
    .banner-inner {
       top: 75%;
    }
    .abt-pach::after {
        width: 580px;
    }
    .team-pach::after {
        width: 580px;
    }
    .why-list ul {
        gap: 10px;
    }
    .why-list h4 {
        font-size: 22px;
        line-height: 30px;
    }
    .why-list p {
        font-size: 16px;
        line-height: 28px;
    }
    .autoproduct-list ul {
        gap: 10px;
    }
    .autoproduct-list ul li {
        padding: 20px;
    }
    .autoproduct-name h4 {
        font-size: 24px;
        margin-top: 10px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .autoproduct-list ul li .autoproduct-name h4 {
        font-size: 18px;
        margin-top: 15px;
        line-height: 28px;
    }

    .openings-pach::after {
        width: 700px;
    }
    .banifit-list ul li:first-child {
        flex: 0 0 65%;
        padding: 30px;
    }

    .banifit-list ul li:last-child{
        flex: 0 0 30%;
    }
    .development-list ul {
        gap: 10px;
    }

    .development-list ul li p{
        font-size: 16px;
        line-height: 28px;
    }
    .leader-textbox::after {
        width: 1000px;
    }
    .facilitie-txtbox {
        padding: 20px 20px;
    }
    .facilitie-imgbox img{
        height: 260px;
        object-fit: cover;
    }

    .product-txt .heading h3 {
        font-size: 16px;
        line-height: 32px;
    }

    .product-txt .heading p {
        font-size: 12px;
        line-height: 20px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px){
    .banner-inner {
        top: 75%;
    }
    .abt-pach::after {
        width: 580px;
    }
    .team-pach::after {
        width: 580px;
    }
    img.person {
        width: 310px;
    }
    .pddb-150 {
        padding-bottom: 100px;
    }
    .leader-textbox::after {
        width: 930px;
    }
    .leader-textbox {
        padding: 30px;
    }
    .why-list ul {
        gap: 10px;
    }
    .why-list h4 {
        font-size: 22px;
        line-height: 30px;
    }
    .why-list p {
        font-size: 16px;
        line-height: 28px;
    }
    .autoproduct-list ul {
        gap: 10px;
    }
    .autoproduct-list ul li {
        padding: 20px;
    }
    .autoproduct-name h4 {
        font-size: 18px;
        margin-top: 20px;
    }

     .openings-pach::after {
        width: 500px;
    }
    .banifit-list ul li:first-child {
        flex: 0 0 65%;
        padding: 30px;
    }

    .banifit-list ul li:last-child{
        flex: 0 0 30%;
    }

    .development-list ul {
        gap: 10px;
    }

    .development-list ul li .autoproduct-name h4 {
        font-size: 22px;
        margin-top: 15px;
        line-height: 28px;
    }

    .development-list ul li p{
        font-size: 16px;
        line-height: 28px;
    }
    .facilitie-txtbox {
        padding: 20px 20px;
    }
    .facilitie-imgbox img{
        height: 260px;
        object-fit: cover;
    }

    .product-txt .heading h3 {
        font-size: 18px;
        line-height: 32px;
    }

    .product-txt .heading p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 1024px){
    .banner-inner {
        top: 70%;
    }
    .abt-pach::after {
         display: none;
    }
    .team-pach::after {
       display: none;
    }
    img.person {
        width: 300px;
    }
    .pddb-150 {
        padding-bottom: 45px;
    }
    .leader-textbox::after {
        width: 800px;
    }
    .leader-textbox {
        padding: 30px;
    }

    .inner-matrix ul li {
        flex: 0 0 24%;
        text-align: center;
        align-content: center;
        padding: 20px 0;
        border-right: 1px solid #333;
    }
    .inner-matrix ul li:last-child{
        border-right: 0px solid #333;
    }
    .inner-matrix{
        margin-top: 30px;
    }
    .mission-textbox {
        display: flex;
        flex-direction: column;
    }
    .mix-imgbox img {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .core-list ul li {
        flex: 0 0 45%;
    }
   
    .why-list ul li {
        flex: 0 0 49%;
        padding: 30px 30px;
        clip-path: polygon(50% 0%, 100% 0, 100% 80%, 85% 100%, 25% 100%, 0 100%, 0 1%);
    }

    .autoproduct-list ul {
        gap: 10px;
        margin-bottom: 0;
    }
    .autoproduct-name h4 {
        font-size: 16px;
        margin-top: 30px;
    }

     .openings-pach::after {
        display: none;
    }
    .banifit-list ul li:first-child {
        flex: 0 0 50%;
        padding: 30px;
    }

    .banifit-list ul li:last-child{
        flex: 0 0 50%;
    }

    .development-list ul {
        gap: 10px;
        margin: 0;
    }

    .development-list ul li{
        flex: 0 0 49%;
        padding: 20px;
        clip-path: polygon(50% 0%, 100% 0, 100% 80%, 80% 100%, 25% 100%, 0 100%, 0 0%);
    }

    .development-list ul li .autoproduct-name h4 {
        font-size: 22px;
        margin-top: 15px;
        line-height: 28px;
    }

    .development-list ul li p{
        font-size: 16px;
        line-height: 28px;
    }
    .sec-contact .btnread-moreread button {
        margin: 0 auto;
    }
    .factory-contact ul {
        gap: 10px;
        margin-top: 0;
    }
    .factory-contact ul li {
        flex: 0 0 49%;
    }
     .address-all ul {
        gap: 10px;
    }

    .address-all ul li {
        flex: 0 0 49%;
        padding: 20px 15px;
        margin-bottom: 0;
    }
    .address-all ul li a{
        font-size: 16px;
        line-height: 28px;
    }
    .sec-contact .contact-sec input[type="text"], 
    .sec-contact .contact-sec input[type="email"], 
    .sec-contact .contact-sec input[type="tel"], 
    .sec-contact .contact-sec input[type="file"], 
    .sec-contact .contact-sec select, 
    .sec-contact .contact-sec textarea {
        font-size: 14px;
        line-height: 50px;
    }

    .newpro-list ul {
        flex-direction: column;
    }

    .newpro-list ul:nth-child(even) {
        flex-direction: column;
    }

    .gear-boxsec p {
        width: 100%;
    }

    .facilitie-txtbox {
        padding: 20px 20px;
    }
    .facilitie-imgbox img{
        height: 260px;
        object-fit: cover;
    }
    .facilitie-imgbox {
        width: 100%;
    }
    .facilitie-main {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0;
        clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
    }
    .factory-contact ul li {
        clip-path: polygon(50% 0%, 100% 0, 100% 75%, 90% 100%, 25% 100%, 0 100%, 0 1%);
    }
    
    
    /*New CSS Add*/
    
    .all-blog-info {
        padding: 20px 15px;
    }
    .blogSlideInfo h3 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 20px;
    }

    .btn-main-blog {
        display: flex;
        text-align: center;
        justify-content: center;
        align-content: center;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-inner h1{
        font-size: 30px;
        line-height: 40px;
    }
    .secmission-half::before {
        width: 100%;
        position: absolute;
        height: 45%;
        bottom: 0;
        top: auto;
        clip-path: none;
    }
    ul.missio-cont {
        margin-bottom: 60px;
    }
    .core-list ul li {
        flex: 0 0 100%;
    }
    .leader-textbox::before {
        background-color: #031e47;
    }
    .banner-inner h1 {
        font-size: 40px;
        line-height: 62px;
    }
    img.person {
        width: 300px;
        position: relative;
    }

    .leader-imgbx {
        text-align: center;
    }

    .autoproduct-name h4 {
        font-size: 18px;
        line-height: 28px;
        margin-top: 15px;
    }

    .autoproduct-name p{
        font-size: 16px;
        line-height: 28px;
    }
     .enqury-imgbox {
        position: absolute;
        opacity: 0.1;
        bottom: 0;
    }
    .autoproduct-list ul li{
        flex: 0 0 100%;
    }
    .product-imgbox {
        margin-top: 30px;
    }
    .autoproduct-list ul {
        margin-bottom: 0px;
    }
    .why-list ul{
        margin-bottom: 0;
    }
    .why-list ul li {
        flex: 0 0 100%;
        padding: 30px 30px;
        clip-path: polygon(50% 0%, 100% 0, 100% 80%, 75% 100%, 25% 100%, 0 100%, 0 1%);
    }
    .draven-bg {
        width: 100%;
    }
    .banifit-list ul {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .banifit-list ul li:first-child {
        flex: 0 0 100%;
        padding: 30px;
    }

    .banifit-list ul li:last-child{
        flex: 0 0 100%;
    }

    ul.missio-cont li,
    ul.safety-cont li,
    ul.objectives-cont li {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .padd-top-bottom {
        padding: 50px 0;
    }
    .bg-footer {
        width: 100%;
    }
   
}

@media (max-width: 767px){
    .inner-banner-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: auto;
        opacity: 1;
        text-align: center;
        background: #ffffff;
        background: linear-gradient(358deg, rgb(255 255 255 / 68%) 30%, rgba(255, 229, 218, 0) 100%);
        bottom: 0;
    }
    .banner-inner h1{
        font-size: 30px;
        line-height: 40px;
    }
    .inner-matrix ul li {
        flex: 0 0 50%;
        border: 0;
    }
    .secmission-half::before {
        height: 50%;
    }
    .leader-textbox {
        padding: 30px;
        margin: 0 36px;
    }
    .leader-textbox::before {
        background-color: #031e47;
    }
    .secmission-half::before {
        /* width: 100%;
        position: absolute;
        height: 45%;
        bottom: 0;
        top: auto;
        clip-path: none; */
        display: none;
    }
    ul.missio-cont {
        margin-bottom: 10px;
    }
    .core-list ul li {
        flex: 0 0 100%;
    }
  
    img.person {
        width: 630px;
        left: 15%;
        position: relative;
    }
    .core-text p,
    .journeysec p {
        font-size: 16px;
        line-height: 30px;
    }

    .why-list ul{
        margin-bottom: 0;
    }
    .autoproduct-name h4 {
        font-size: 20px;
        line-height: 30px;
        margin: 15px 0;
    }

    .autoproduct-name p{
        font-size: 16px;
        line-height: 28px;
    }
    ul.missio-cont li,
    ul.safety-cont li,
    ul.objectives-cont li {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .draven-bg {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
    }
    .banifit-list ul {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .banifit-list ul li:first-child {
        flex: 0 0 100%;
        padding: 30px;
    }

    .banifit-list ul li:last-child{
        flex: 0 0 100%;
    }
    .current-opens-info .info-list ,
    .info-list p{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
        width: 100%;
    }
    .openings-acc .btnread-moreread {
        float: none;
    }
    .careersecSix {
        padding: 0;
    }
    .development-list ul li {
        flex: 0 0 100%;
        padding: 30px;
        height: auto;
        clip-path: polygon(50% 0%, 100% 0, 100% 80%, 80% 100%, 25% 100%, 0 100%, 0 0%);
    }
    .openings-bg {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
    }

    .jobs-accordion .accordion-button{
        font-size: 18px;
    }

    .sec-contact .inter-text-para h4 {
        margin-top: 0;
    }

    .address-box,
    .full-conpart {
        padding: 50px 15px;
    }

    .address-all ul li a {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
    }
    .address-all ul li a img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .sec-contact .btnread-moreread button {
        margin: 0 auto;
    }
    .address-all ul li {
        flex: 0 0 100%;
        padding: 20px 15px;
        margin-bottom: 0;
    }

    .factory-contact ul li {
        flex: 0 0 100%;
        padding: 30px 15px;
    }

    .factory-contact ul li p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .newpro-list ul li:first-child {
        flex: 0 0 100%;
        padding: 30px;
    }
    .newpro-list ul li:nth-child(2) {
        flex: 0 0 100%;
        padding: 30px 0 0;
    }
  
    .lock-iron ul {
        flex-direction: row;
    }
    .newpro-list ul li {
        padding: 30px 0px 0;
    }

    .newpro-list ul li .lock-iron ul{
        margin-top: 30px;
        margin-bottom: 0;
    }

    .newpro-list ul li .lock-iron ul li {
        flex: 0 0 50%;
        background: transparent;
        padding: 10px;
        background: #ffffff;
        text-align: center;
    }
    .table-scroll {
        overflow-x: auto;
    }

    .gear-boxsec p {
        width: 100%;
    }
    
    img.faqimg-bg,
    .product-certybg,
    .draven-bg,
    .openings-bg,
    img.core-bg{
        display: none;
    }
}

@media (max-width: 576px) {
    .leader-textbox {
        padding: 30px 10px;
        margin: 0 21px;
    }
    img.person {
        width: 200px;
        left: 30%;
        position: relative;
    }
    .team-box h5 {
        font-size: 20px;
        line-height: 30px;
    }
    .leader-textbox::before {
        background-color: #031e47;
    }

    .enqury-imgbox {
        position: absolute;
        opacity: 0.2;
        bottom: 0;
    }

    .why-list ul li {
        flex: 0 0 100%;
        padding: 30px 30px;
    }

    .autoproduct-list ul li{
        flex: 0 0 100%;
    }
    .product-imgbox {
        margin-top: 30px;
    }
    .faqs-accordion .accordion-button {
        font-size: 20px;
        line-height: 30px;
    }
    .product-txt .heading h3 {
        font-size: 20px;
        line-height: 32px;
        padding: 10px 20px;
        border-radius: 0;
    }
    .product-txt .heading p {
        font-size: 16px;
        line-height: 26px;
        padding: 0 20px 20px;
    }
    .img-certtibox img {
        height: 237px;
    }
}