/* banner */
.innerbanner-img{
    width: 100%;
    /* height: 400px;
    object-fit: cover; */
}

.innerbanner-cont {
    position: absolute;
    top: 70%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}
.innerbanner-cont h1{
    font-size: 50px;
    line-height: 80px;
    color: #fff;
    font-family: var(--headingFont);
}

.text-them{
    color: var(--themeColor);
}

.about-overview .inter-text-para h2{
    font-size: var(--headingFontSize);
    line-height: var(--headingLineheight);
    font-family: var(--headingFont);
    color: var(--themeColor);
    margin-bottom: 0px;
    position: relative;
}

img.pulse {
    border-radius: 50%;
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hm-matrix.inner-pg-matrix {
    background: #1150a0;
    padding: 50px 0;
    /* margin-top: 50px; */
    border-radius: 9px;
}

.hm-matrix-cont ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.hm-matrix-cont ul li {
    flex: 0 0 25%;
    color: #fff;
    display: flex;
    border-right: 1px solid #ffffff66;
    padding: 0px 50px;
    align-items: center;
    justify-content: center;
}
.inner-textmx {
    margin-left: 25px;
}

p.matrix-info {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}
span.title.js-count-up {
    font-size: 40px;
    line-height: 40px;
    font-family: 'Barlow-Bold';
}

span.inner-mxicon {
    font-size: 30px;
    line-height: 30px;
    font-family: 'Barlow-Bold';
}

/* mission */

.bg-mission{
    background-image: url(../images/mission-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mission-top{
    position: relative;
}

.mission-top::before {
    content: '';
    position: absolute;
    background: var(--themeSecColor);
    width: 200px;
    height: 1px;
    left: -50%;
    top: 30px;
}

.vision-top {
    margin-top: 250px;
    position: relative;
}

.vision-top::before {
    content: '';
    position: absolute; 
    background: var(--themeSecColor);
    width: 380px;
    height: 1px;
    right: -50%;
    top: 30px;
}

.inter-text-para.mission-top ul li {
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-family: var(--bodyFont);
    color: var(--fontColor);
    color: #fff;
    margin-bottom: 10px;
}
.inter-text-para.mission-top ul li strong{
    color: #f15922;
}

.inter-text-para.mission-top p{
    margin-bottom: 0;
}
/* corevalu */

.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: 40px;
}

.core-text {
    margin-left: 15px;
}

.core-text h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
    line-height: normal;
    font-family: 'Montserrat-SemiBold';
}

.core-text p{
    font-family: 'Barlow-Regular';
    color: #BAD9FF;
    font-size: 18px;
    line-height: 30px;
}


/* journey */

span.timeline-year { 
    color: var(--themeColor);
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 2.5rem;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.journey-slider .swiper-slide
{
    justify-content: start;
    height: auto;
}
.journey-slider {
    margin-top: 50px;
}

h4.timeline-title.text-white {
    font-size: 26px; 
    font-weight: var(--headingFontWeight);
    line-height: 40px;
    color: var(--themeColor);
    margin: 20px 0;
    width: 80%;
} 

p.timeline-text.text-white {
    width: 80%;
}

.thumbsSlider .swiper-slide-active {
    opacity: 1;
}

.thumbsSlider {
    height: 100px;
    padding-top: 60px;
    position: relative;
}

.thumbsSlider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100px;
    object-fit: cover;
}
/* .historyList .swiper {
    height: 200px;
    margin-left: auto;
    margin-right: auto;
} */

.sec-inner-timeline .swiper-slide-content {
    text-align: left;
}

.howWetabsIn .thumbsSlider .swiper-slide {
    width: 100%;
    display: flex;
}

.howWetabsIn .thumbsSlider span.spagination-bullet {
    text-align: center;
    width: 100%;
    float: left;
    position: relative;
    font-size: 18px;
    font-family: 'Montserrat-SemiBold';
    color: #1A1A1A;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.3s ease;
}

.howWetabsIn .thumbsSlider .swiper-slide-thumb-active span.spagination-bullet {
    opacity: 1;
    color: var(--themeSecColor);
}

.howWetabsIn .thumbsSlider .swiper-slide img {
    display: block;
    width: 150px;
    height: 50px;
    object-fit: cover;
}

.sec-inner-timeline .swiper-button-prev {
    top: 12px;
    right: 8px;
    left: auto;
}

.sec-inner-timeline .swiper-button-next {
    top: 550px;
    right: 0;
}



.sec-inner-timeline .thumbsSlider {
  position: relative;
  overflow: hidden;
}

.historyList .thumbsSlider::before,
.historyList .thumbsSlider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;  
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.historyList .thumbsSlider::before {
  left: 0;
background: linear-gradient(to right, #f5f5f5 0% 0%, rgb(245 245 245 / 33%) 100% 100%);
}
.historyList .thumbsSlider::after {
  right: 0;
  background: linear-gradient(to left, rgb(245 245 245) 0%, #f5f5f575 100%);
}


.journey-slider .swiper-button-prev i{
    background-color: #7D7D7D;
     width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 12px 15px;
    color: #fff;
}

.journey-slider .swiper-button-next i{
    background-color: var(--themeSecColor);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 12px 15px;
    color: #fff;
}

.journeysec ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 9px;
    padding: 20px;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.journeysec ul li:first-child{
    flex: 0 0 30%;
}

.journeysec ul li:last-child{
    flex: 0 0 50%;
}

.journey-bg{
    background-color: #F5F5F5;
}

.journeysec ul li:first-child img{
    position: relative;
    z-index: 2;
}

.journeysec ul li h4{
    font-size: 30px;
    line-height: normal;
    font-family: 'Montserrat-SemiBold';
    color: 000000;
    position: relative;
}

.journeysec ul li h4::before{
    content: '';
    position: absolute;
    background: var(--themeSecColor);
    width: 200px;
    height: 1px;
    left: -55%;
    top: 20px;
    overflow: hidden;
}

/* leader */

.bg-leader{
    background: #0A3E80;
    overflow: hidden;
    position: relative;
    border-radius: 9px;
}

.bg-leader .inter-text-para{
    padding: 80px 50px 80px 80px;
    z-index: 1;
    position: relative;
}
.namebox {
    margin-top: 50px;
}
.namebox h5{
    color: var(--themeSecColor);
    font-size: 22px;
    line-height: 34px;
    font-family: 'Barlow-ExtraBold';
}
.bg-leader .inter-text-para p{
    width: 82%;
    margin-bottom: 0;
}

.namebox span{
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-family: var(--bodyFont);
    color: #fff;
}

.start1{
    position: absolute;
    left: -50px;
    top: 10px;
}

.end2{
    position: absolute;
    right: 90px;
    bottom: -10px;
}
.leader-bgimg {
    position: absolute;
    bottom: -1%;
    right: 0%;
}
.leader-bgimg img{
    width: 730px;
}

.leader-imgbx img.person {
    width: 50%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 20px;
}

/* leadership */

.bg-leadership{
    background: #F5F5F5;
}

.lidership-list {
    /* background: #fff; */
    border-radius: 9px;
    padding: 0;
}

.lidership-list ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
    margin-top: 50px;
}

.lidership-list ul li {
    flex: 0 0 24%;
    padding: 20px 20px;
    text-align: left;
    margin: 0;
    position: relative;
    background: #fff;
    border-radius: 5px;
}

/* .lidership-list ul li:nth-child(1),
.lidership-list ul li:nth-child(2),
.lidership-list ul li:nth-child(3){
    border-bottom: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
}

.lidership-list ul li:nth-child(4){
     border-bottom: 1px solid #DADADA;
}
.lidership-list ul li:nth-child(5),
.lidership-list ul li:nth-child(6),
.lidership-list ul li:nth-child(7){
    border-right: 1px solid #DADADA;
} */

.lidership-list ul li img{
    width: 100%;
    border-radius: 6px;
}

.team-box{
    display: flex;
    align-items: end;
    justify-content: space-between;
    color: #000000;
    margin-top: 15px;
}

.team-box .info h5{
    font-family: 'Montserrat-Medium';
    font-size: 20px;
    line-height: 22px;
    color: #212529;
}

.team-box .info p{
    font-size: 16px;
    color: #282828;
}

.team-box .linkdin i{
    color: #0288d1;
    font-size: 24px;
}

.team-popup .leader-title{
    font-family: 'Montserrat-Medium';
    font-size: 22px;
    line-height: 30px;
}

.team-popup .tagline {
    font-size: 16px;
    color: #282828;
    font-family: var(--bodyFont);
    border-bottom: 1px solid #f15922;
    line-height: 32px;
    margin-bottom: 15px;
}

.team-popup .event-modalbtn {
    position: absolute;
    top: -24px;
    right: -20px;
    background: #fff;
    color: #111;
    border-radius: 50%;
    padding: 7px;
}

.team-popup a i {
    color: #0288d1;
    font-size: 32px;
    padding: 20px 0 0;
}
/* clients */

.bg-clients{
    background: #F2F7FF;
}

.clients-list ul{
     display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    gap: 0;
}

.clients-list ul li{
    flex: 0 0 20%;
    padding: 20px 45px;
    text-align: center;
    margin: 0;
    position: relative;
}


/*.clients-list ul li:nth-child(1),
.clients-list ul li:nth-child(2),
.clients-list ul li:nth-child(3),
.clients-list ul li:nth-child(5),
.clients-list ul li:nth-child(6),
.clients-list ul li:nth-child(7),
.clients-list ul li:nth-child(9),
.clients-list ul li:nth-child(10),
.clients-list ul li:nth-child(11),
.clients-list ul li:nth-child(13),
.clients-list ul li:nth-child(14),
.clients-list ul li:nth-child(15),
.clients-list ul li:nth-child(17),
.clients-list ul li:nth-child(18),
.clients-list ul li:nth-child(19),
.clients-list ul li:nth-child(21),
.clients-list ul li:nth-child(22),
.clients-list ul li:nth-child(23),
.clients-list ul li:nth-child(25),
.clients-list ul li:nth-child(26),
.clients-list ul li:nth-child(27){
    border-bottom: 1px solid #D2E5FF;
    border-right: 1px solid #D2E5FF;
}

.clients-list ul li:nth-child(4),
.clients-list ul li:nth-child(8),
.clients-list ul li:nth-child(12),
.clients-list ul li:nth-child(16),
.clients-list ul li:nth-child(20),
.clients-list ul li:nth-child(24),
.clients-list ul li:nth-child(28){
    border-bottom: 1px solid #D2E5FF;
}

.clients-list ul li:nth-child(29),
.clients-list ul li:nth-child(30){
border-right: 1px solid #D2E5FF;
}*/

.clients-list ul li {
    border-right: 1px solid #D2E5FF;
    border-top: 1px solid #D2E5FF;
}

.clients-list ul li:nth-child(5n) {
    border-right: 1px solid #fff0;
}

.clients-list ul li:nth-child(1),
.clients-list ul li:nth-child(2),
.clients-list ul li:nth-child(3),
.clients-list ul li:nth-child(4),
.clients-list ul li:nth-child(5){
    border-top: 1px solid #fff0;
}

.clients-list ul li img{
    width: 100%;
}

/* flip-box */

/* testimonials */

.testimonials-box {
    width: 75%;
    margin: 0 auto;
}

.swipper-testimonials{
    margin-top: 30px;
}

.testimonials-box p{
    font-size: 24px;
    line-height: 38px;
    font-family: var(--bodyFont);
}

.testiclient-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 45%;
    margin-top: 30px;
}

.testiclient-name img{
    width: 25%;
    border-radius: 50%;
}

.testiclient-name .other-info h5{
    font-size: 20px;
    line-height: 22px;
     font-family: 'Montserrat-Medium';
}

.testiclient-name .other-info p{
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-family: var(--bodyFont);
    color: var(--fontColor);
}

.swipper-testimonials .swiper-button-prev{
    top: 30%;
}

.swipper-testimonials .swiper-button-next{
    top: 30%;
}

.swipper-testimonials .swiper-button-next i {
    background-color: var(--themeSecColor);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 12px 15px;
    color: #fff;
}

.swipper-testimonials .swiper-button-prev i {
    background-color: #7D7D7D;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 12px 15px;
    color: #fff;
}

/* product page start */

/* product-range */

.autoproduct-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.autoproduct-list ul li{
    flex: 0 0 24%;
    position: relative;
    /* margin-bottom: 20px; */
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
}

.autoproduct-name {
    background: var(--themeColor);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 20px 15px;
    height: 90px;
}

.autoproduct-name span{
    background: var(--themeSecColor);
    padding: 15px 15px;
}

.autoproduct-name h4 {
    color: #fff;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Montserrat-SemiBold';
}

.nw-productimg{
    padding: 30px;
}

/* FAQs */

.product-faq{
    background: #1150a0;
    padding: 50px;
    border-radius: 9px;
}

.product-faq .accordion-item {
    margin-bottom: 0;
    background-color: #1150a0;
    border: none;
    border-bottom: 1px solid #ffffff6e;
}

.product-faq .accordion-button {
    padding: 15px 0;
    font-size: 22px;
    line-height: 36px;
    font-family: var(--bodyFont);
    color: #ffffff;
    background: transparent;
    text-align: left;
}

.product-faq .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #ffffff0f;
    padding: 15px 0;
}

.product-faq  .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.product-faq .accordion-body {
   padding: 20px;
    background: #09356db0;
}
.product-faq .accordion-body p{
    color: #fff;
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-family: var(--bodyFont);
}

/* whychoosw */

.sec-whychoose {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 35%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%), url(../images/why-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.whychoose-list {
    margin-top: 30px;
}
.whychoose-list ul{
    display: flex;
    align-items: center;
}

.whychoose-list ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: start;
}

.whychoose-list ul li{
    flex: 0 0 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    /* margin-bottom: 35px; */
    border-bottom: 1px solid #ffffff59;
    /* padding-bottom: 15px; */
}

.why-textbox h4{
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 12px;
    font-family: 'Montserrat-SemiBold';
}

.why-textbox p{
font-size: 20px;
    line-height: 22px;
    margin-bottom: 12px;
    font-family: var(--bodyFont);
}
.whyicon-box{
    margin-right: 30px;
}
.whyicon-box img {
    width: 50px;
}

/* certificates */

.certificat-list ul {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.certificat-list ul li{
    flex: 0 0 18%;
     /* box-shadow: 
    0 4px 6px rgba(0, 0, 0, 0.1), 
    0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out; */
}

/* related product */

.other-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.other-list ul li {
    flex: 0 0 99.5%;
    position: relative;
}

.r-img{
    width: 100%;
    margin: 0;
}

.other-list ul li::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1a1a1a69;
}

.other-list ul li .related-textbox {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.related-textbox h4{
    font-family: 'Montserrat-SemiBold';
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 0;
}

.related-textbox .industry-btn{
    font-family: var(--ButtonFont);
    color: #FFFFFF;
    padding: 10px 0;
    font-size: 18px;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #FFFFFF;
    width: fit-content;
}

.related-textbox .industry-btn span img {
    margin-right: 10px;
    width: 25px;
}

/* Infrastructure */

.machin-list ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    gap: 15px;
}

.machin-list ul li {
    flex: 0 0 32%;
    text-align: center;
    margin: 0;
    position: relative;
    margin-bottom: 20px;
}

.machin-text{
    overflow: hidden;
    transform: scale(1);         
    transition: transform 0.5s ease;
    background: #1150a0;
}


.machin-list ul li:hover .machin-text {
    transform: scale(1.1);
}

.machin-list ul li:nth-last-child(1),
.machin-list ul li:nth-last-child(2),
.machin-list ul li:nth-last-child(3){
    margin-bottom: 0;
}

.machin-text h5{
    font-family: 'Montserrat-SemiBold';
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.machin-text h5 span{
    background: var(--themeSecColor);
    padding: 10px 15px;
}


.bg-factory{
    background-image: url(../images/factory-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .bg-factory::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    background: linear-gradient(90deg, rgb(131 128 128 / 32%) 30%, rgba(255, 255, 255, 0) 100%);
} */

.factory-add ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    gap: 20px;
    margin-top: 20px;
}

.factory-add ul li{
    flex: 0 0 32%;
    text-align: left;
    margin: 0;
    position: relative;
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 8px;
     box-shadow: 
    0 4px 6px rgba(0, 0, 0, 0.1), 
    0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.factory-add ul li h5{
    font-family: 'Montserrat-SemiBold';
    font-size: 22px;
    line-height: 32px;
    color: #1A1A1A;
    padding: 20px 0 10px;
}

.factory-add ul li p{
    font-size: 20px;
    color: #282828;
}

.swipper-capabilities{
    padding-bottom: 80px;
}

.swipper-capabilities .swiper-button-prev i{
    background-color: #7D7D7D;
     width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 12px 15px;
    color: #fff;
}

.swipper-capabilities .swiper-button-next i{
    background-color: var(--themeSecColor);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 12px 15px;
    color: #fff;
}

.textbox-fa{
    padding: 40px 15px;
    /* border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; */
    border-radius: 5px;
    background: #1150a0;
    min-height: 300px;
    position: relative;
}

.textbox-fa:before {
  content: "";
    position: absolute;
    right: -41px;
    bottom: -38px;
    /* transform: translateY(-50%); */
    width: 120px;
    height: 57px;
    background-color: #f5f5f5;
    /* border-radius: 50%; */
    rotate: 145deg;
}

.textbox-fa p {
    font-size: 20px;
    line-height: 32px;
    /* padding: 15px 25px; */
    text-align: left;
    color: #ffffff;
    font-family: 'Montserrat-Medium';
    overflow: hidden;
    transition: transform .5s ease;
    margin-bottom: 10px;
}

ul.promis-list li{
    font-size: var(--paraFontsize);
    line-height: 26px;
    font-weight: var(--paraFontWeight);
    color: #ffffff;
    font-family: var(--bodyFont);
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

ul.promis-list li::before {
    content: '';
    background: #ffbca4;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 10px;
}

.capabilities-box {
   overflow: hidden;
}

/* .capabilities-box:hover .textbox-fa p{
transform: scale(1.1);
} */

.swipper-capabilities .swiper-button-next, 
.swipper-capabilities .swiper-button-prev {
    top: 95%;
}

.swipper-capabilities .swiper-button-prev, 
.swipper-capabilities .swiper-rtl .swiper-button-next {
    left: 47%;
}

.swipper-capabilities .swiper-button-next, 
.swipper-capabilities .swiper-rtl .swiper-button-prev {
    right: 47%;
}

.sap-info img.sap-img{
    border-radius: 5px;
}

.swipper-sap{
    margin-top: 50px;
    background-color: #fff;
    border-radius: 5px;
}

.inter-text-para.sap-textbox h3{
    font-size: 30px;
    line-height: 40px;
    font-family: var(--headingFont);
    color: var(--themeColor);
    position: relative;
    margin-bottom: 15px;
}

.inter-text-para.sap-textbox ul{
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.inter-text-para.sap-textbox ul li{
    position: relative;
    flex: 0 0 50%;
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-family: var(--bodyFont);
    color: var(--fontColor);
    margin-bottom: 10px;
    padding-left: 25px;
}

.inter-text-para.sap-textbox ul li:before {
    content: "\f0c8";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: var(--themeSecColor);
    font-size: 12px;
}

.infamatrix .hm-matrix-cont ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: left;
    justify-content: start;
    align-items: flex-start;
    padding: 0 50px;
    width: 100%;
}

.infamatrix .hm-matrix-cont ul li {
    flex: 0 0 100%;
    color: #fff;
    display: flex;
    border-right: 0px solid #ffffff66;
    border-bottom: 1px solid #ffffff66;
    padding: 25px 0px;
    align-items: center;
    justify-content: center;
    align-items: center;
    justify-content: start;
    width: 100%;
}

.infamatrix .hm-matrix-cont ul li:first-child{
    padding-top: 0;
}

.infamatrix .hm-matrix-cont ul li:last-child{
    padding-bottom: 0;
     border-bottom: 0px solid #ffffff66;
}

.equipment-sec ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0px;
    margin-top: 0px;
}

.equipment-sec ul li {
    flex: 0 0 60%;
    float: left;
    width: 50%;
}

.equipment-sec ul li:nth-child(1){
    flex: 0 0 35%;
    width: 35%;
}

.equipment-sec ul li:nth-last-child(1){
    padding: 35px;
}

.equipment-sec ul:nth-child(even) {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin: 0;
}

.equipment-sec ul.inner-detlslist {
    margin-top: 15px;
}

.equipment-sec ul.inner-detlslist li {
    flex: 0 0 100%;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    line-height: 28px;
    font-weight: var(--paraFontWeight);
    color: #434343;
    font-family: var(--bodyFont);
}

.equipment-sec ul.inner-detlslist li::before {
    content: '';
    background: var(--themeSecColor);
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 10px;
}
.equipment-sec ul.inner-detlslist li:nth-last-child(1) {
    padding: 0;
    padding-left: 20px;
}

.equipment-sec ul li h3{
    font-size: 30px;
    line-height: normal;
    font-family: 'Montserrat-SemiBold';
    color: #000000;
    position: relative;
    margin-bottom: 15px;
}

img.inner-infa-mg{
    height: 800px;
    object-fit: cover;
    border-radius: 5px;
}

ul.inter-textlist{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.inter-textlist li{
    flex: 0 0 100%;
    padding-left: 20px;
    position: relative;
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-weight: var(--paraFontWeight);
    color: #434343;
    font-family: var(--bodyFont);
}

ul.inter-textlist li::before {
    content: '';
    background: var(--themeSecColor);
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 15px;
}

/* Quality - Page */


.swipper-advanced{
    margin-top: 30px;
    padding-bottom: 80px;
}

.swipper-advanced .swiper-button-prev i{
    background-color: #7D7D7D;
     width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 12px 15px;
    color: #fff;
}

.swipper-advanced .swiper-button-next i{
    background-color: var(--themeSecColor);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 12px 15px;
    color: #fff;
}

.swipper-advanced .swiper-button-next, 
.swipper-advanced .swiper-button-prev {
    top: 95%;
}

.swipper-advanced .swiper-button-prev, 
.swipper-advanced .swiper-rtl .swiper-button-next {
    left: 47%;
}

.swipper-advanced .swiper-button-next, 
.swipper-advanced .swiper-rtl .swiper-button-prev {
    right: 47%;
}

.testing-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
}

.testing-list ul li{
    flex: 0 0 49%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    /* transition: transform .5s ease; */
    /*box-shadow: 
    0 4px 6px rgba(0, 0, 0, 0.1), 
    0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;*/
}


.testing-list ul li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: #000000;
    border-radius: 8px;
    background: linear-gradient(1deg, rgb(0 0 0 / 73%) 30%, rgba(255, 255, 255, 0) 100%);
}

/*.testing-list ul li:hover{
    transform: translateY(-8px);
  box-shadow: 
    0 8px 15px rgba(0, 0, 0, 0.15), 
    0 15px 30px rgba(0, 0, 0, 0.15);
}*/

.testing-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 40px;
}

.testing-text h4{
    font-family: 'Montserrat-SemiBold';
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}

.testing-text p{
    width: 90%;
}

/* flip */
.box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    max-width: 100%;
}

.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    min-height: 125px;
    -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* border: 1px solid #f1f1f1; */
    background: #fff;
    box-shadow: 0px 0px 15px 0px #00000012;
}

.flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 12px; */
    text-align: left;
}

.flip-box-header {
    font-size: 34px;
}

.flip-box-img {
    margin-top: 25px;
}

.flip-box-button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    padding: 15px 20px;
}

.flip-box-back p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    padding: 12px;
}

.flip-box-back p:first-child {
    font-family: 'Montserrat-SemiBold';
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0px;
    padding-bottom: 0;
}

/* tab */

.nav .nav-item button.active {
  background-color: transparent;
  color: var(--bs-danger) !important;
}
.nav .nav-item button.active::after {
    content: "";
    border-right: 4px solid #0c4da2;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    border-radius: 5px 0 0 5px;
}


/*  */

.testsec li.nav-item {
    margin-bottom: 12px;
    width: 100%;
    border-radius: 5px;
}

.testsec li.nav-item button{
    border: 1px solid #e5e5e5;
    width: 100%;
    color: #0c4da2;
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-family: 'Barlow-Bold';
    color: var(--fontColor);
    text-align: left;
}

.tabbody{
    padding: 15px;
    border: 1px solid #0c4da2;
    border-radius: 5px;
}

.testsec .testing-list ul {
    margin-top: 0px;
}

.testsec .testing-list ul li {
   flex: 0 0 100%;
}

.testsec .nav .nav-item button.active{
    background-color: #f15922;
    color: #ffffff !important;
    border: 1px solid #eb5721;
}

.testsec img.tab-testimg{
    height: 385px;
    object-fit: cover;
}

/*  */
ul.principles li {
    background-color: #f1f1f1f2;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}
ul.principles li h5{
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-family: 'Barlow-Bold';
    color: var(--headingFontcolor);
}

ul.principles li p{
    margin-bottom: 0;
}

/*  */

.nwcertificat-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    gap: 5px;
}

.nwcertificat-list ul li {
    flex: 0 0 16%;
}

.awards-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
}

.awards-list ul li {
    flex: 0 0 49%;
    background: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px #00000012;
}

.awards-list ul li img{
       width: 41%;
}

.awardcon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* whynew-choose */

.pross-secnw ul {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    /* -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;  */
    justify-content: space-between;
    align-items: center;
    text-align: center;
    position: relative;
}

.pross-secnw {
    position: relative;
    margin-top: 50px;
}

.pross-secnw .border-process {
    height: 50%;
    width: 85%;
    background: linear-gradient(90deg, #a9a9a9 50%, transparent 50%), linear-gradient(90deg, #a9a9a9 50%, transparent 50%), linear-gradient(0deg, #a9a9a9 50%, transparent 50%), linear-gradient(0deg, #a9a9a9 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 16px 1px, 16px 1px, 0px 16px, 1px 16px;
    background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0px;
    border-radius: 5px;
    padding: 0px;
    animation: dash 15s linear infinite;
    position: absolute;
    top: 150px;
    left: 65px;
}

@keyframes dash {
    to {
        background-position: 100% 0%, 0% 100%, 0% 0%, 100% 100%;
    }
}

.procs-icob img {
    /* width: 35%; */
    padding: 9px;
    /* float: left; */
}

.procs-icob {
    position: relative;
    padding: 15px;
    float: left;
    width: 100%;
    /* padding-top: 50px; */
}

.procs-icob span {
    background: #063777;
    border-radius: 50%;
    padding: 9px;
    color: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 35px;
    bottom: -30px;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    display: none;
}

.pross-secnw.whychoose-list ul {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    gap: 10px;
}

.pross-secnw.whychoose-list ul li{
    flex: 0 0 19%;
    z-index: 9;
    text-align: center;
    background: #1150a0;
    position: relative;
    /* min-height: 260px; */
    min-height: 304px;
    border-radius: 5px;
    align-content: start;
}

.pross-secnw ul li {
    flex: 0 0 19%;
    z-index: 9;
    text-align: center;
    background: #1150a0;
    position: relative;
    min-height: 304px;
    border-radius: 5px;
    align-content: start;
}

.pross-secnw ul li:hover .overlay {
    opacity: 1;
}

.policy-inner .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.policy-inner li:hover .overlay {
    height: 100%;
    border: 1px solid var(--themeSecondColor);
    border-radius: 5px;
}

.pross-secnw ul li .overlay p {
    /*padding-left: 17px;*/
    position: relative;
    margin-bottom: 7px;
    line-height: 24px;
}

img.main-pros-icon {
    position: absolute;
    right: 15px;
    bottom: 30px;
    opacity: 0.5;
}

.overlay .text {
    position: absolute;
    text-align: left;
    top: 8%;
    padding: 0px 10px;
    width: 100%;
    font-size: 4px;
    height: 100%;
}

.pross-secnw ul li h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Montserrat-SemiBold';
    text-align: center;
    margin: 0px auto;
    padding: 0 0px 18px;
    z-index: 9;
    float: left;
    margin-top: 0px;
    margin-left: 0;
    /* text-transform: uppercase; */
    width: 100%;
}

.pross-secnw ul li p{
    font-size: 16px;
    line-height: 24px;
}


.pross-secnw ul li h5.underline {
    color: var(--themeColor);
    /* text-transform: uppercase; */
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
    font-family: 'Montserrat-SemiBold';
}

/* ul.prodlist-items li { padding-left: 15px !important; list-style-type: none !important; position: relative;} */
/*.text p:before {
    content: "\f0c8";
    position: absolute;
    left: 0;
    font-family: "FontAwesome";
    color: var(--themeColor);
    font-size: 9px;
}*/

.text p {
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-family: var(--bodyFont);
    color: var(--fontColor);
}

.text h5 {
    font-family: 'Montserrat-SemiBold';
    text-align: left !important;
    padding: 0 !important;
    margin-bottom: 5px;
    font-size: 18px;
}



/* end- */

/* Downloads */

ul.downloadList {
    margin-top: 30px;
}

ul.downloadList li {
    padding: 0px 0 0 30px;
    background: var(--themeColor);
    color: #fff;
    margin-bottom: 15px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 0%), 0 10px 20px rgb(0 0 0 / 17%);
    transition: all 0.3s ease-in-out;
}

ul.downloadList li a{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Montserrat-Medium';
}

ul.downloadList li a span {
   width: 70px;
    background: #231f2073;
    text-align: center;
    padding: 10px;
    color: #fff;
}

/* blog */

.blog-list-box {
    background: #b1b1b121;
    border-radius: 8px;
    padding: 15px;
}

.blog-list-box label{
    font-size: 16px;
    color: #282828;
    font-family: var(--bodyFont);
}

.blog-list-box label i{
    color: var(--themeSecColor);
    margin-right: 5px;
}

.blog-list{
    width: 100%;
    border-radius: 8px; 
    transition: all 0.3s ease-in-out;
}

.blog-list h5{
    font-family: 'Montserrat-SemiBold';
    font-size: 22px;
    line-height: 32px;
    color: #1A1A1A;
    padding: 20px 0 10px;
    width: 95%;
}

.blog-list p{
     width: 95%;
}

.blog-list .bloglist-btn {
    font-family: var(--ButtonFont);
    color: #1A1A1A;
    margin-top: 35px;
    padding: 10px 10px;
    font-size: 18px;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    /* border-top: 1px solid #1A1A1A; */
    border-bottom: 1px solid #1A1A1A;
    width: fit-content;
}
.blog-list .bloglist-btn span img {
    margin-right: 10px;
    width: 25px;
}

.blog-list:hover .bloglist-btn{
    /* background-color: var(--themeColor); */
    color: var(--themeColor);
    border-bottom: 1px solid var(--themeColor);
}

.blog-list:hover span img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(91%) saturate(747%) hue-rotate(184deg) brightness(92%) contrast(101%);
}

/* event */

.event-list-box {
    background: #b1b1b121;
    border-radius: 8px;
    padding: 15px;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.event-list {
    width: 100%;
    border-radius: 8px;
}

.event-list.upcomingevent {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #1a1a1a47;
}

.event-list h5{
    font-family: 'Montserrat-SemiBold';
    font-size: 22px;
    line-height: 32px;
    color: #1A1A1A;
    padding: 20px 0 10px;
    width: 95%;
}

.event-list p{
     width: 95%;
}

.event-list .eventlist-btn {
    font-family: var(--ButtonFont);
    color: #1A1A1A;
    margin-top: 35px;
    padding: 10px 10px;
    font-size: 18px;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    border-top: 1px solid #1A1A1A;
    border-bottom: 1px solid #1A1A1A;
    width: fit-content;
}
.event-list .eventlist-btn span img {
    margin-right: 10px;
    width: 25px;
}

.event-list:hover .eventlist-btn{
    background-color: var(--themeColor);
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.event-list:hover span img {
  filter: brightness(0) invert(1);
}

.bg-event{
    background: #F5F5F5;
}

ul.upcoming-list {
    display: flex;
    align-items: center;
    padding: 10px;
}

ul.upcoming-list li:first-child{
    flex: 0 0 30%;
}

ul.upcoming-list li:last-child{
    flex: 0 0 70%;
}

ul.upcoming-list li .even-date{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1A1A1A;
    font-family: var(--bodyFont);
}

.event-list .upcoming-list h5 {
    font-family: 'Montserrat-SemiBold';
    font-size: 22px;
    line-height: 32px;
    color: #1A1A1A;
    padding: 0;
    width: 95%;
    margin-bottom: 20px;
}

.event-list .even-date{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1A1A1A;
    font-family: var(--bodyFont);
}

.even-date i{
    margin-right: 10px;
}

.text-hegh{
    height: 100%;
    margin-bottom: 20px;
}

.event-modalbtn{
    position: absolute;
    top: -24px;
    right: -20px;
    background: #fff;
    color: #111;
    border-radius: 50%;
    padding: 7px;
}

/*  */

aside.otherBloglist {
    background: var(--themeColor);
    padding: 20px;
    margin-top: 185px;
    margin-left: 80px;
}

.otherBloginfo ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px solid #ffffff2b;
    background: #ffffff29;
    margin: 10px 0px;
    border-radius: 8px;
}

.otherBloginfo a:last-child ul{
    border-bottom: 0px solid #ffffff2b;
}

.otherBloginfo ul li:first-child {
    flex: 0 0 30%;
}
.otherBloginfo ul li:last-child {
    flex: 0 0 65%;
}

.otherBloginfo ul li:first-child img{
    height: 90px;
    object-fit: cover;
    width: 100%;
}

.inter-text-para h6 {
    font-family: var(--bodyFont);
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
}

.blog-content .otherBloginfo label{
    color: #ffffff;
    font-family: var(--bodyFont);
    font-size: 14px;
}

.blog-content .otherBloginfo label i{
    margin-right: 5px;
    color: var(--themeSecColor);
}

.rel-blog-date {
    color: #333333;
    font-family: var(--headingFont);
    font-size: 14px;
}

.symptoms ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px 0px 20px;
}

.symptoms ul li {
    position: relative;
    margin-bottom: 5px;
    padding-right: 30px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding-left: 20px;
    color: #333333;
    float: left;
    width: 100%;
}

.symptoms ul li:before {
    content: "\f0c8";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    background: var(--themeColor);
    font-size: 9px;
}

.symptoms-long ul{
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding: 0px 0px 20px;
}

.symptoms-long ul li{
    position: relative;
    flex: 0 0 50%;
    margin-bottom: 5px;
    padding-right: 30px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding-left: 20px;
    color: #fff;
    float: left;
    width: 100%;
}

.symptoms-long ul li:before {
    content: "\f0c8";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    font-size: 10px;
}
.casestudy-imgbox img{
    width: 100%;
}

.height-20 {
    height: 20px;
}
.main-blogimg {
    margin: 30px 0 50px;
}

.blog-content .inter-text-para h1 {
    font-size: 40px;
    font-weight: normal;
    line-height: 50px;
    color: var(--headingFontcolor);
    font-family: var(--headingFont);
    margin-bottom: 30px;
}

.blog-content .inter-text-para h3 {
    font-size: 30px;
    line-height: 40px;
    font-family: var(--headingFont);
    color: var(--themeColor);
    margin-bottom: 20px;
    position: relative;
}

.blog-content label{
    color: #1A1A1A;
    font-family: var(--bodyFont);
    font-size: 18px;
}

.blog-content label i{
    margin-right: 5px;
    color: var(--themeSecColor);
}

.blog-content .inter-text-para h4 {
    font-size: 24px;
    line-height: 46px;
    font-family: 'Montserrat-ExtraBold';
    margin-bottom: 0px;
    color: #fff;
}

/*  */

.bg-benefit{
    background: #F5F5F5;
}

.benefit-slider .swiper-button-prev i{
    background-color: #7D7D7D;
     width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 12px 15px;
    color: #fff;
}

.benefit-slider .swiper-button-next i{
    background-color: var(--themeSecColor);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 12px 15px;
    color: #fff;
}


.Em-benefit-list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 9px;
    padding: 20px;
    width: 80%;
    margin: 30px auto 0;
}

.Em-benefit-list ul li:first-child{
    flex: 0 0 30%;
}

.Em-benefit-list ul li:last-child{
    flex: 0 0 70%;
}

.Em-benefit-list ul li:first-child img{
    border-radius: 9px;
    width: 100%;
}

.Em-benefit-list ul li:last-child .inter-text-para {
    padding: 0 40px; 
}

.Em-benefit-list ul li:last-child .inter-text-para h4{
    font-size: 30px;
    line-height: 40px;
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 10px;
}

.Em-test-list{
    width: 85%;
    margin: 40px auto;
    text-align: center;
    border: 1px solid #DADADA;
    border-radius: 9px;
    padding: 30px;
    position: relative;
    color: #282828;
}

.Em-test-listimg{
    position: absolute;
    left: 0px;
    top: -20px;
}
.employ-imgbox img{
    border-radius: 50%;
    margin-bottom: 15px;
}
.employ-imgbox .inter-text-para p{
    color: #282828;
}
.employ-imgbox h5.em-name{
    font-size: 18px;
    line-height: 18px;
    font-family: 'Barlow-Bold';
    color: #282828;
}
.employ-imgbox p.em-title{
    color: #595959;
}
.emtestimonials-slider{
    padding-bottom: 50px;
}

/*  */

 .sec-currentopening{
    background: #1150a0;
 }

 
.openings-acc{
    margin-top: 30px;
}

.openings-acc .accordion-item {
    margin-bottom: 0;
    background-color: #1150a0;
    border: none;
    border-bottom: 1px solid #ffffff6e;
}

.openings-acc .accordion-button {
    padding: 15px 0;
    font-size: 22px;
    line-height: 36px;
    font-family: var(--bodyFont);
    color: #ffffff;
    background: transparent;
    text-align: left;
}

.openings-acc .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #ffffff0f;
    padding: 15px 0;
}

.openings-acc .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.openings-acc .accordion-body {
    padding: 20px;
    background: #09356db0;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
}
.openings-acc .accordion-body p{
    color: #fff;
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-family: var(--bodyFont);
}

.sec-resume{
    background: #E9E9E9;
}

.current-opens-info .info-list {
    margin-bottom: 20px;
    float: left;
    width: 75%;
    color: #fff;
    font-size: 18px;
    font-family: 'Barlow-Regular';
}

.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: var(--themeSecColor);
    font-size: 7px;
    top: 8px;
}

.openings-acc .btnread-moreread{
    float: none;
    width: 100%;
    display: flex;
    justify-content: end;
}

ul.list-life li {
    position: relative;
    padding-left: 15px;
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-family: var(--bodyFont);
}

ul.list-life li::before{
    content: "\f0c8";
    position: absolute;
    left: 0;
    font-family: "FontAwesome";
    color: var(--themeSecColor);
    font-size: 8px;
    top: 10px;
    line-height: 18px;
}


/*  */
ul.opportu-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    margin-top: 0px;
    flex-direction: row;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    padding: 10px 10px 0;
}

ul.opportu-list:last-child{
    padding-top: 0;
    padding-bottom: 10px;
}

 ul.opportu-list li {
    flex: 0 0 50%;
    float: left;
}

 ul.opportu-list li:nth-last-child(1){
    padding: 20px 35px;
}

ul.opportu-list:nth-child(even) {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    margin: 0;
}

ul.opportu-list li .inter-text-para h3{
    font-size: 36px;
}


/* tab-sec */

.tab-sec .container .topic{
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.tab-sec .content input{
  display: none;
}

.tab-sec .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    margin-top: 30px;
}

.tab-sec .content .list{
  display: flex;
  flex-direction: column;
  position: relative;
  width: 40%;
  margin-right: 50px;
}

.tab-sec .content .list label{
    cursor: pointer;
    height: auto;
    padding: 20px;
    line-height: 28px;
    font-size: 18px;
    font-family: 'Montserrat-SemiBold';
    color: #3f3a3a;
    padding-left: 25px;
    transition: all 0.5s ease;
    z-index: 10;
    background: #d8d8d8;
    margin-bottom: 10px;
    border-radius: 5px;
}

#home:checked ~ .list label.home,
#blog:checked ~ .list label.blog,
#help:checked ~ .list label.help,
#code:checked ~ .list label.code,
#about:checked ~ .list label.about{
    color: #fff;
    background: #f15922;
    border-radius: 5px;
}

.tab-sec .content .slider{
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  border-radius: 5px;
  transition: all 0.5s ease;
  background: #f15922;
}

.tab-sec .text p:before{
    display: none;
}

.tab-sec .content .text-content{
    width: 80%;
    /* height: 350px; */
    color: #ffffff;
    padding: 40px 36px;
    background: #0c4da2;
    border-radius: 5px;
}

.tab-sec .content .text{
  display: none;
}

.tab-sec .content .text .title{
    font-size: 30px;
    line-height: 40px;
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 10px;
}

.tab-sec .container .text p{
    color: #fff;
}

.tab-sec .text {
    width: 100%;
}

.tab-sec .content .text-content .home{
  display: block;
}

#home:checked ~ .text-content .home,
#blog:checked ~ .text-content .blog,
#help:checked ~ .text-content .help,
#code:checked ~ .text-content .code,
#about:checked ~ .text-content .about{
  display: block;
}

#blog:checked ~ .text-content .home,
#help:checked ~ .text-content .home,
#code:checked ~ .text-content .home,
#about:checked ~ .text-content .home{
  display: none;
}

.tab-sec .content .list label:hover{
  color: var(--headingFontcolor);
}

/* mobile */

.tab-faq{
    background: #1150a0;
    padding: 15px;
    border-radius: 9px;
}

.tab-faq .accordion-item {
    margin-bottom: 0;
    background-color: #1150a0;
    border: none;
    border-bottom: 1px solid #ffffff6e;
}

.tab-faq .accordion-button {
    padding: 15px 0;
    font-size: 22px;
    line-height: 36px;
    font-family: var(--bodyFont);
    color: #ffffff;
    background: transparent;
    text-align: left;
}

.tab-faq .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #ffffff0f;
    padding: 15px 0;
}

.tab-faq  .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.tab-faq .accordion-body {
   padding: 20px;
    background: #09356db0;
}
.tab-faq .accordion-body p{
    color: #fff;
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-family: var(--bodyFont);
}


/* End- Tab Sec */


.swipper-internalevent{
    margin-top: 30px;
    padding-bottom: 80px;
}

.swipper-internalevent .swiper-button-prev i{
    background-color: #7D7D7D;
     width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 12px 15px;
    color: #fff;
}

.swipper-internalevent .swiper-button-next i{
    background-color: var(--themeSecColor);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 12px 15px;
    color: #fff;
}

.swipper-internalevent .swiper-button-next, 
.swipper-internalevent .swiper-button-prev {
    top: 95%;
}

.swipper-internalevent .swiper-button-prev, 
.swipper-internalevent .swiper-rtl .swiper-button-next {
    left: 47%;
}

.swipper-internalevent .swiper-button-next, 
.swipper-internalevent .swiper-rtl .swiper-button-prev {
    right: 47%;
}


.swipper-mobclient .swiper-button-prev i{
    background-color: #7D7D7D;
     width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 12px 15px;
    color: #fff;
}

.swipper-mobclient .swiper-button-next i{
    background-color: var(--themeSecColor);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 12px 15px;
    color: #fff;
}

.swipper-mobclient .swiper-button-prev, 
.swipper-mobclient .swiper-rtl .swiper-button-next {
    left: 47%;
}

.swipper-mobclient .swiper-button-next, 
.swipper-mobclient .swiper-rtl .swiper-button-prev {
    right: 47%;
}

.swipper-mobclient .swiper-button-next, 
.swipper-mobclient .swiper-button-prev {
    top: 90%;
}

.swipper-mobclient {
    padding-bottom: 70px;
}

/* contact Us */

.sec-contact{
    background: #F5F5F5;
}

.address-box{
    background: #EFEFEF;
    padding: 50px 30px;
    border-radius: 9px;
    height: 100%;
    width: 100%;
}

.full-conpart {
    background: #fff;
    padding: 50px;
    border-radius: 9px;
    height: 100%;
}

.sec-contact .inter-text-para h4 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 15px;
}

.sec-contact .inter-text-para h5 {
    font-size: 20px;
    line-height: 30px;
    font-family: var(--headingFont);
    margin-bottom: 0;
    color: #0c4da2;
}

.address-all {
    margin-top: 40px;
}

.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: #F5F5F5;
    padding: 10px 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.address-all ul li a {
    float: left;
    width: 100%;
    color: #282828;
    font-size: 18px;
    font-family: 'Barlow-Regular';
    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%;
    text-align: left;
    margin: 0;
    position: relative;
    background-color: #e9e9e9;
    padding: 40px 30px;
    border-radius: 8px;
}

.factory-contact ul li h5{
    font-family: 'Montserrat-SemiBold';
    font-size: 22px;
    line-height: 32px;
    color: #1A1A1A;
    padding: 20px 0 10px;
}

.factory-contact ul li p{
    font-size: 18px;
    line-height: 28px;
    color: #282828;
}

.find-map-btn span {
    font-family: var(--ButtonFont);
    background: var(--themeSecColor);
    color: #ffffff;
    padding: 15px 25px;
    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;
}

.find-map-btn img {
    margin-right: 12px;
}

.find-map-btn span:hover{
    background: #0c4da2;
    border: 1px solid #fff;
    animation: pulse 1s forwards;
    transition: .3s;
}



.office-info {
    background-color: #0c4da2;
    margin: 0;
    padding: 30px;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

img.factory-lineart {
    position: absolute;
    width: 69%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    opacity: 0.4;
}

.office-info .inter-text-para h3 {
    font-size: 24px;
    line-height: 32px;
    font-family: var(--headingFont);
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
}

.office-info .inter-text-para h3::after {
    content: '';
    position: absolute;
    width: 22%;
    height: 1px;
    left: 0;
    bottom: -10px;
    border: 1px solid var(--themeSecColor);
}

.factory-detels {
    padding: 20px 0;
    border-bottom: 1px solid #f15922;
}

.factory-detels h4{
    font-size: 20px;
    line-height: 30px;
    font-family: 'Montserrat-SemiBold';
    color: #ffffff;
}

.factory-detels:last-child {
    border: 0px solid #ccc;
}

.factory-location{
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    padding-top: 7px;
}

span.factory-location i {
    color: #f15922;
    font-size: 18px;
    line-height: 24px;
    margin-right: 16px;
}

span.factory-location a{
    color: #fff;
    font-size: 22px;
    font-family: 'Barlow-Regular';
}

/* sustainability */

.bg-communicatin {
    background: #F5F5F5;
}

.communicatin-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.communicatin-list ul li{
    flex: 0 0 32.5%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
}

.communi-name {
    background: var(--themeColor);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding-left: 20px;
}

.communi-name p{
    color: #fff;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Montserrat-SemiBold';
}

.communi-name span {
    background: var(--themeSecColor);
    padding: 28px 15px;
}

.planet-list .communi-name {
    background: transparent;
    color: #1A1A1A;
    padding-left: 0px;
    height: 100px;
}

.planet-list .communi-name p {
    color: #1A1A1A;
}

.inter-text-para.planettext p{
    margin-bottom: 0;
}

.inter-text-para.planettext ul{
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.inter-text-para.planettext ul li{
    flex: 0 0 50%;
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-family: var(--bodyFont);
    color: var(--fontColor);
    padding-left: 20px;
    position: relative;
}

.inter-text-para.planettext ul li::before{
    content: '';
    background: var(--themeSecColor);
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 14px;
}

.planet-list .communi-name span {
    background: transparent;
    padding: 28px 15px;
}

.communicatin-list.planet-list ul {
    margin-top: 30px;
}
 .communicatin-list.planet-list ul li {
    border: 1px solid #DADADA;
    padding: 15px;
}

/* process */

ol.process-chart {
    color: #000;
    counter-reset: item;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 0 1em;
    padding: 0;
}

ol.process-chart>li,
ol.process-chart>li>div {
    position: relative;
}

ol.process-chart>li {
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, transparent 25%); */
   background-color: #f15922;
    counter-increment: item;
    flex-basis: 0;
    flex-grow: 1;
    margin: 1em 1em 1em -1em;
    min-width: 15%;
    padding: 1em 1em 2em 2em;
    color: #fff;
}

ol.process-chart>li:before,
ol.process-chart>li>div:before {
    color: #fff;
    font-family: 'Montserrat-SemiBold';
    text-transform: uppercase;
}

ol.process-chart>li:before {
    content: 'Step';
    display: inline-block;
    font-weight: 600;
    left: 32px;
    letter-spacing: 0.1em;
    position: absolute;
    top: 1rem;
    transform: rotate(0deg);
    transform-origin: 25% 50%;
    font-size: 16px;
}

ol.process-chart>li.sus-sec:before{
    display: none;
}

ol.process-chart>li.sus-sec>div:before{
    display: none;
}

ol.process-chart>li.sus-sec{
    min-width: 30%;
}

ol.process-chart>li:after {
    border-bottom: 1em solid transparent;
    border-left: 1em solid #063777;
    border-right: 0 solid transparent;
    border-top: 1em solid transparent;
    content: '';
    height: 100%;
    position: absolute;
    right: -1em;
    top: 0;
    width: 0;
    z-index: 999;
}
ol.process-chart>li>div h3 {
    font-size: 20px;
    line-height: 30px;
}
.prod-spec-list.vartical-solution ul li {
    flex: 0 0 18%
}

.inter-text-para h2.cust-txt.lower-cont {
    font-size: 38px;
    line-height: 48px;
}

ol.process-chart>li>div {
    padding: 0;
}

ol.process-chart>li>div h3 {
    font-family: 'Montserrat-SemiBold';
    margin: 20px 0;
}

ol.process-chart>li>div:before {
    content: counter(item, decimal-leading-zero);
    /* font-size: 3em; */
    font-weight: 400;
    /* line-height: 1; */
    margin-left: 62px;
    font-size: 16px;
}

.process-chart p{
    position: relative;
    line-height: 24px;
    font-size: 16px;
}

.equipment-sec ul.inner-detlslist li::before {
    content: '';
    background: var(--themeSecColor);
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 10px;
}

/*** PRIMARY ***/
ol.process-chart>li:nth-child(odd) {
    background-color: #063777;
}

ol.process-chart>li:nth-child(even):after {
    border-left-color: #f15922;
}



.steps {
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
    /* border: 1px solid; */
    opacity: 0;
}


/* .step-1 {
    animation-name: fade-in-1;
    animation-duration: 15s;
    animation-iteration-count: 1;
    z-index: 99;
} */
 .step-1{
    animation: fade-in-1 15s normal forwards ease-in-out;
    z-index: 99;
 }

.step-2 {
    animation: fade-in-2 15s normal forwards ease-in-out;
    z-index: 98;
}

.step-3 {
    animation: fade-in-3 15s normal forwards ease-in-out;
    z-index: 97;
}

.step-4 {
    animation: fade-in-4 15s normal forwards ease-in-out;
    z-index: 96;
}

.step-5 {
    animation: fade-in-5 15s normal forwards ease-in-out;
    z-index: 95;
}

.step-6 {
    animation: fade-in-6 15s normal forwards ease-in-out;
    z-index: 94;
}

.step-7 {
    animation: fade-in-7 15s normal forwards ease-in-out;
    z-index: 93;
}

.step-8 {
    animation: fade-in-8 15s normal forwards ease-in-out;
    z-index: 92;
}

.step-9 {
    animation: fade-in-9 15s normal forwards ease-in-out;
    z-index: 91;
}

.step-10 {
    animation: fade-in-10 15s normal forwards ease-in-out;
    z-index: 90;
}

.step-11 {
    animation: fade-in-11 15s normal forwards ease-in-out;
    z-index: 89;
}

.step-12 {
    animation: fade-in-12 15s normal forwards ease-in-out;
    z-index: 88;
}



@keyframes fade-in-1 {
    0% {
        opacity: 0;
    }

    8%,
    100% {
        opacity: 1;
    }

}

@keyframes fade-in-2 {

    0%,
    8% {
        opacity: 0;
    }

    16%,
    100% {
        opacity: 1;
    }

}

@keyframes fade-in-3 {

    0%,
    16% {
        opacity: 0;
    }

    24%,
   100% {
        opacity: 1;
    }
}

@keyframes fade-in-4 {

    0%,
    24% {
        opacity: 0;
    }

    32%,
    100% {
        opacity: 1;
    }
}

@keyframes fade-in-5 {

    0%,
    32% {
        opacity: 0;
    }

    40%,
    100% {
        opacity: 1;
    }

}

@keyframes fade-in-6 {

    0%,
    40% {
        opacity: 0;
    }

    48%,
    100% {
        opacity: 1;
    }
}


@keyframes fade-in-7 {

    0%,
    48% {
        opacity: 0;
    }

    56%,
    100% {
        opacity: 1;
    }
}

@keyframes fade-in-8 {

    0%,
    56% {
        opacity: 0;
    }

    64%,
    100% {
        opacity: 1;
    }
}

@keyframes fade-in-9 {

    0%,
    64% {
        opacity: 0;
    }

    72%,
    100% {
        opacity: 1;
    }

}

@keyframes fade-in-10 {

    0%,
    72% {
        opacity: 0;
    }

    80%,
    100% {
        opacity: 1;
    }
}


@keyframes fade-in-11 {

    0%,
    80% {
        opacity: 0;
    }

    88%,
    100% {
        opacity: 1;
    }
}

@keyframes fade-in-12 {

    0%,
    88% {
        opacity: 0;
    }

    96%,
    100% {
        opacity: 1;
    }
}


@media only screen and (max-width: 40em) {

    ol.process-chart {
        margin: 1em 0 0 0;
        padding: 1em 0 0 0;
    }

    ol.process-chart>li {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, transparent 25%);
        background-color: #f15922;
        flex-basis: inherit;
        margin: -1em 0 1em 0;
        min-width: inherit;
        padding: 1em 1em 0 1em;
    }

    ol.process-chart>li:before {
        left: 2em;
        top: 2em;
    }

    ol.process-chart>li:after {
        border-bottom: 0 solid transparent;
        border-left: 1em solid transparent !important;
        border-right: 1em solid transparent;
        border-top: 1em solid #fff;
        bottom: -1em;
        height: 0;
        left: 0;
        right: inherit;
        top: inherit;
        width: 100%;
    }

    ol.process-chart>li>div {
        padding: 1em 1em 1em 1em;
    }

    /*** PRIMARY ***/
    ol.process-chart>li:nth-child(odd):after {
        border-top-color: #063777;
    }

    /*** SECONDARY ***/
    ol.process-chart>li:nth-child(even):after {
        border-top-color: #f15922;
    }
    ol.process-chart>li>div h3 {
        font-size: 22px;
        margin: 10px 0;
    }

}




/* end */
/* sustenibality */

.sec-future-plans {
    background: linear-gradient(to right, rgb(0 0 0 / 45%) 35%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%), url(../images/sus-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}

.plan-list ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: start;
    margin-top: 30px;
}

.plan-list ul li{
    flex: 0 0 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: 35px;
    border-bottom: 1px solid #ffffff59;
    padding-bottom: 15px;
}

.plan-list ul li .why-textbox h4{
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 12px;
    font-family: 'Montserrat-SemiBold';
    color: var(--themeSecColor);
}

.plan-list ul li .why-textbox p{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
    font-family: var(--bodyFont);
}
.swipper-communities{
    padding-bottom: 50px;
}

/* Infrastructure details */

.pop-close {
    width: 3%;
    float: right;
    padding: 25px 0;
    z-index: 9;
    position: relative;
}

.pop-close a img{
    width: 50px;
}

.infa-detsilsec .innerbanner-cont {
    left: 5%;
}

.hrdetels h5{
    font-family: 'Montserrat-SemiBold';
    font-size: 18px;
    line-height: 32px;
    color: #1A1A1A;
    padding: 10px 0;
}

.hrdetels a{
    font-family: var(--bodyFont);
    font-size: 18px;
    line-height: 26px;
    color: var(--themeColor);
}

.sec-nwjourney .journey-border {
    border-bottom: 5px solid #f25729;
    height: 300px;
}

.inner-text-para.new-infa h4{
    font-family: 'Montserrat-SemiBold';
    font-size: 26px;
    line-height: 36px;
    color: var(--themeColor);
}

.img-box img{
    margin-top: 20px; border-radius: 5px; height: 87%;width: 100%;
}

.nwitquality-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
}

.nwitquality-list ul li {
   flex: 0 0 24%;
}

.nwitquality-list ul li .flip-box-front, 
.nwitquality-list ul li .flip-box-back {
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    min-height: 240px;
    -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* border: 1px solid #f1f1f1; */
    background: #fff;
    box-shadow: 0px 0px 15px 0px #00000012;
}

.nwitquality-list ul li .flip-box-front img{
    padding: 50px;
}

.lineart-img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    opacity: 0.3;
}

.linkdin a {
    font-size: 30px;
}

ul.journeylist li{
    font-size: var(--paraFontsize);
    line-height: 26px;
    font-weight: var(--paraFontWeight);
    color: #434343;
    /* color: #ffffff; */
    font-family: var(--bodyFont);
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

ul.journeylist li::before {
    content: '';
    background: #ffbca4;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 10px;
}

.text-infabox {
    background: #0c4da2;
    padding: 20px 15px;
    height: 150px;
}

.text-infabox h4{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 15px;
}

.text-infabox p{
    font-size: 16px;
    line-height: 24px;
    font-family: var(--bodyFont);
    color: #fff;
}

.newProductTable {
    width: auto;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: auto;
}

.style-7::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.style-7::-webkit-scrollbar{
    height: 10px;
}

.style-7::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-image: -webkit-gradient(linear,
        left bottom,
        left top,
        color-stop(0.44, rgb(20 58 114)),
        color-stop(0.72, rgb(73,125,189)),
        color-stop(0.86, rgb(28,58,148)));
}

.brandname-text{
    /* font-size: 20px; */
    color: #000;
}

/* responsive */


@media (min-width: 1400px) and (max-width: 1600px) {
    .hm-matrix-cont ul li {
        padding: 0px 20px;
    }
    .journeysec ul li:first-child img {
        width: 300px;
    }
    .journeysec ul li h4::before {
        left: -61%;
    }
    .bg-leader .inter-text-para {
        padding: 80px 0px 80px 80px;
    }
    .end2 {
        position: absolute;
        right: 0;
        bottom: -10px;
    }
    .leader-imgbx img.person {
        width: 60%;
        position: absolute;
        z-index: 2;
        bottom: 0;
        right: -50px;
    }
    .leader-bgimg img {
        width: 660px;
    }
    .clients-list ul li {
        padding: 20px 20px;
    }

    .textbox-fa p {
        padding: 0;
    }
    .factory-add ul li {
        flex: 0 0 40%;
    }
    .address-all ul li a {
        font-size: 18px;
    }
    .factory-contact ul li p {
        font-size: 18px;
    }
    .awards-list ul li img {
        width: 50%;
    }
    
}

@media (min-width: 1300px) and (max-width: 1399px) {
    .hm-matrix-cont ul li {
        padding: 0px 35px;
    }
    .journeysec ul li:first-child img {
        width: 300px;
    }
    .journeysec ul li h4::before {
        left: -61%;
    }
    .end2 {
        position: absolute;
        right: 0;
        bottom: -10px;
    }
    .leader-imgbx img.person {
        width: 60%;
        position: absolute;
        z-index: 2;
        bottom: 0;
        right: -30px;
    }
    .bg-leader .inter-text-para {
        padding: 80px 0px 80px 80px;
    }
    .clients-list ul li {
        padding: 20px 20px;
    }
    .testiclient-name {
        width: 48%;
    }

    .textbox-fa p {
        padding: 10px;
    }
    .factory-add ul li {
        flex: 0 0 45%;
    }
    .testing-list ul {
        gap: 15px; 
    }

    .address-all ul li a {
        font-size: 16px;
    }
    .factory-contact ul li p {
        font-size: 18px;
    }
    .related-textbox h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .awards-list ul li img {
        width: 50%;
    }
    .leader-bgimg img {
        width: 630px;
    }
    span.inner-mxicon {
        font-size: 20px;
        line-height: 30px;
    }
    p.matrix-info {
        font-size: 16px;
        line-height: 24px;
    }
    .vision-top::before {
        width: 270px;
    }
    .img-box img {
        height: 385px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .inter-text-para h2 {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .inter-text-para h3 {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .hm-matrix-cont ul li {
        padding: 0px 18px;
    }
    .inner-textmx {
        margin-left: 15px;
    }

    .infamatrix .hm-matrix-cont ul {
        padding: 0 30px;
    }

    span.title.js-count-up {
        font-size: 36px;
    }
    p.matrix-info {
        font-size: 16px;
    }
    .core-list ul li {
        flex: 0 0 44%;
    }
    .journeysec ul li:first-child img {
        width: 260px;
    }
    .journeysec ul li h4::before {
        left: -71%;
    }
    .end2 {
        position: absolute;
        right: 0;
        bottom: -10px;
    }
    .leader-bgimg {
        position: absolute;
        bottom: -32px;
        right: 0%;
        width: 48%;
    }
    .leader-imgbx img.person {
        width: 52%;
        position: absolute;
        z-index: 2;
        bottom: 0;
        right: 0px;
    }
    .bg-leader .inter-text-para {
        padding: 80px 0px 80px 80px;
    }
    .clients-list ul li {
        padding: 20px 0px;
    }
    .testiclient-name {
        width: 58%;
    }

    .textbox-fa p {
        font-size: 16px;
        line-height: 28px;
    }
    .factory-add ul li {
        flex: 0 0 42%;
    }
    .swipper-capabilities .swiper-button-prev, 
    .swipper-capabilities .swiper-rtl .swiper-button-next {
        left: 45%;
    }

    .swipper-capabilities .swiper-button-next, 
    .swipper-capabilities .swiper-rtl .swiper-button-prev {
        right: 45%;
    }
    .testing-list ul {
        gap: 15px; 
    }

    .swipper-advanced .swiper-button-prev, 
    .swipper-advanced .swiper-rtl .swiper-button-next {
        left: 45%;
    }

    .swipper-advanced .swiper-button-next, 
    .swipper-advanced .swiper-rtl .swiper-button-prev {
        right: 45%;
    }

    .swipper-internalevent .swiper-button-prev, 
    .swipper-internalevent .swiper-rtl .swiper-button-next {
        left: 45%;
    }

    .swipper-internalevent .swiper-button-next, 
    .swipper-internalevent .swiper-rtl .swiper-button-prev {
        right: 45%;
    }
    .swipper-mobclient .swiper-button-prev, 
    .swipper-mobclient .swiper-rtl .swiper-button-next {
        left: 45%;
    }

    .swipper-mobclient .swiper-button-next, 
    .swipper-mobclient .swiper-rtl .swiper-button-prev {
        right: 45%;
    }


    .address-all ul li a {
        font-size: 16px;
    }
    .factory-contact ul li p {
        font-size: 16px;
    }
    .full-conpart {
        padding: 50px 30px;
    }

    .event-list .upcoming-list h5{
        font-family: 'Montserrat-SemiBold';
        font-size: 18px;
        line-height: 28px;
        color: #1A1A1A;
        padding: 0;
        margin-bottom: 20px;
    }

    .event-list label {
        font-size: 12px;
    }
    .even-date i {
        margin-right: 5px;
    }
    .awards-list ul li img {
        width: 56%;
    }
    .awards-list ul li {
        flex: 0 0 48%;
    }
    .flip-box-back p:first-child{
        font-size: 18px;
        line-height: 26px;
    }
    .flip-box-back p {
        font-size: 15px;
        line-height: 22px;
        padding: 7px;
    }
    .img-box img {
        height: 355px;
    }
    .tab-sec .content .list label {
        padding: 15px 10px;
        line-height: 28px;
        font-size: 16px;
        padding-left: 15px;
    }
    .tab-sec .content .text .title {
        font-size: 24px;
        line-height: 34px;
    }
    .pross-secnw.whychoose-list ul li {
        flex: 0 0 25%;
        min-height: 290px;
    }
    
}


@media (min-width: 1025px) and (max-width: 1199px) {
    .inter-text-para h2 {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    .inter-text-para h3 {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    .hm-matrix-cont ul li {
        padding: 0px 18px;
    }
    .inner-textmx {
        margin-left: 15px;
    }
    span.title.js-count-up {
        font-size: 45px;
    }
    p.matrix-info {
        font-size: 16px;
    }
    .core-list ul li {
        flex: 0 0 44%;
    }
    .journeysec ul li:first-child img {
        width: 260px;
    }
    .journeysec ul li h4::before {
        left: -71%;
    }
    .end2 {
        position: absolute;
        right: 0;
        bottom: -10px;
    }
    .leader-bgimg {
        position: absolute;
        bottom: -32px;
        right: 0%;
        width: 48%;
    }
    .leader-imgbx img.person {
        width: 45%;
        position: absolute;
        z-index: 2;
        bottom: 0;
        right: 0px;
    }
    .bg-leader .inter-text-para {
        padding: 80px 0px 80px 80px;
    }
    .clients-list ul li {
        padding: 20px 0px;
    }
    .testiclient-name {
        width: 58%;
    }

    .factory-add ul li {
        flex: 0 0 47%;
    }
    .textbox-fa p {
        padding: 10px 0px;
        font-size: 15px;
        line-height: 26px;
    }

    .swipper-capabilities .swiper-button-prev, 
    .swipper-capabilities .swiper-rtl .swiper-button-next {
        left: 45%;
    }

    .swipper-capabilities .swiper-button-next, 
    .swipper-capabilities .swiper-rtl .swiper-button-prev {
        right: 45%;
    }

    .testing-list ul {
        gap: 15px; 
    }

    .swipper-advanced .swiper-button-prev, 
    .swipper-advanced .swiper-rtl .swiper-button-next {
        left: 45%;
    }

    .swipper-advanced .swiper-button-next, 
    .swipper-advanced .swiper-rtl .swiper-button-prev {
        right: 45%;
    }
    .address-all ul li {
        padding: 15px 10px;
    }
    .address-all ul li a {
        font-size: 16px;
    }
    .factory-contact ul li p {
        font-size: 17px;
    }
    .full-conpart {
        padding: 50px 30px;
    }
    .factory-contact ul li {
        flex: 0 0 40%;
    }
    .event-list.upcomingevent {
        margin-bottom: 15px;
    }

    .tab-img{
        margin-top: 20px;
    }
    ul.opportu-list:nth-child(even) {
        flex-direction: column;
        flex-wrap: wrap;
        margin: 0;
    }

    ul.opportu-list {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: column;
    }
    ul.opportu-list li:nth-last-child(1) {
        padding: 20px 15px;
    }

    ul.opportu-list li .inter-text-para h3 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 0px;
    }

    .swipper-internalevent .swiper-button-prev, 
    .swipper-internalevent .swiper-rtl .swiper-button-next {
        left: 45%;
    }

    .swipper-internalevent .swiper-button-next, 
    .swipper-internalevent .swiper-rtl .swiper-button-prev {
        right: 45%;
    }
    .img-box img {
        height: 385px;
        object-fit: cover;
    }
    .swipper-mobclient .swiper-button-prev, 
    .swipper-mobclient .swiper-rtl .swiper-button-next {
        left: 45%;
    }

    .swipper-mobclient .swiper-button-next, 
    .swipper-mobclient .swiper-rtl .swiper-button-prev {
        right: 45%;
    }

    .pross-secnw.whychoose-list ul li {
        flex: 0 0 25%;
        min-height: 290px;
    }

}


@media (max-width: 1024px) {
    .pross-secnw ul li:hover .overlay {
        display: none;
    }
    .inter-text-para h6 {
        font-size: 16px;
    }
    .home-blog {
        margin-top: 50px;
    }
    .swipper-bloghome{
        padding-bottom: 50px;
    }

    .inter-text-para h2,
    .inter-text-para h3 {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 20px;
    }

    .inter-text-para h4 {
        font-size: 28px;
        line-height: 36px;
    }
   .hm-matrix-cont ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        padding: 0 !important;
    }
    .hm-matrix-cont ul li {
        flex: 0 0 50%;
        border-right: 1px solid #ffffff66;
        padding: 35px 55px;
        border-bottom: 1px solid #ffffff66;
    }
    /* .hm-matrix-cont ul li:nth-last-child(1),
    .hm-matrix-cont ul li:nth-last-child(2){
        border-bottom: 0;
    } */

    .hm-matrix-cont ul li:nth-last-child(1),
    .hm-matrix-cont ul li:nth-last-child(3){
        border-right: 0;
    }

    .hm-matrix-cont {
        padding: 0 30px;
    }
    .mission-top::before {
        left: -55%;
        top: 24px;
    }

    .vision-top::before {
        right: -40%;
    }

    .core-list ul li {
        flex: 0 0 45%;
    }
    .journeysec ul {
        width: 90%;
    }
    .journeysec ul li:first-child img {
        width: 230px;
    }
    .journeysec ul li h4::before {
        left: -80%;
    }
    .leader-imgbx img.person {
        width: 33%;
        right: 50px;
    }
    .leader-bgimg {
        position: absolute;
        bottom: -65px;
        right: 14%;
        width: 31%;
    }
    .leader-bgimg img {
        width: 500px;
    }
    .end2 {
        right: 48px;
        bottom: -10px;
    }

    .leader-imgbx img.person {
        width: 40%;
        right: 0;
    }
    .team-box .info h5 {
        font-size: 16px;
        line-height: 22px;
    }
    .clients-list ul li {
        /*flex: 0 0 20%;*/
        padding: 20px 15px;
    }
    .clients-list ul li img {
        width: 150px;
    }
    .lidership-list ul {
        gap: 10px;
    }
    .lidership-list ul li {
        /* flex: 0 0 25%; */
        flex: 0 0 49%;
        padding: 20px;
    }

    .autoproduct-list ul li {
        flex: 0 0 32%;
    }

    .autoproduct-name h4 {
        font-size: 16px;
    }

    .autoproduct-name{
        padding-left: 12px;
    }

    .autoproduct-name span {
        padding: 15px 10px;
    }

    .whychoose-list ul li {
        flex-wrap: nowrap;
    }
    .pross-secnw ul li {
        flex: 0 0 49%;
    }

    .pross-secnw ul li .process-cont{
        float: left;
    }

     .pross-secnw ul li .process-cont p{
        color: #fff;
        margin-bottom: 0;
        text-align: left;
     }
     .pross-secnw ul li h5 {
        padding: 0 0px 6px;
    }
    .procs-icob {
        padding: 15px;
        padding-top: 15px;
    }
    
    .pross-secnw ul li {
        min-height: 218px;
    }
    
    .certificat-list ul {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        gap: 10px;
    }

    .certificat-list ul li {
        flex: 0 0 24%;
    }

    .certificat-list ul li img{
        width: fit-content;
    }

    .related-textbox h4 {
        font-size: 18px;
    }

    .related-textbox .industry-btn span img {
        margin-right: 10px;
        width: 15px;
    }

    .related-textbox .industry-btn {
        font-size: 14px;
    }

    .machin-text h5 {
        font-size: 18px;
        line-height: 28px;
    }
    .machin-list ul li {
        margin-bottom: 10px;
    }

     .factory-add ul li {
        flex: 0 0 47%;
    }
    .textbox-fa p {
        padding: 0;
        font-size: 18px;
        line-height: 24px;
    }

    .swipper-capabilities .swiper-button-prev, 
    .swipper-capabilities .swiper-rtl .swiper-button-next {
        left: 45%;
    }

    .swipper-capabilities .swiper-button-next, 
    .swipper-capabilities .swiper-rtl .swiper-button-prev {
        right: 45%;
    }

    .testing-list ul {
        gap: 15px; 
    }

    .swipper-advanced .swiper-button-prev, 
    .swipper-advanced .swiper-rtl .swiper-button-next {
        left: 45%;
    }

    .swipper-advanced .swiper-button-next, 
    .swipper-advanced .swiper-rtl .swiper-button-prev {
        right: 45%;
    }
    .blog-list {
        margin-bottom: 30px;
    }
    .address-box {
        padding: 35px 20px;
    }
    .address-all ul li {
        padding: 15px 10px;
    }
    .address-all ul li a {
        font-size: 16px;
    }
    .factory-contact ul li p {
        font-size: 17px;
    }
    .full-conpart {
        padding: 35px 20px;
    }
    .factory-contact ul li {
        flex: 0 0 40%;
    }
    .sec-contact .inter-text-para h4 {
        font-size: 24px;
    }
    .factory-contact ul li h5 {
        font-size: 20px;
        line-height: 32px;
    }
    .event-list.upcomingevent {
        margin-bottom: 15px;
    }
     aside.otherBloglist {
        padding: 20px;
        margin-top: 0px;
        margin-left: 0;
    }
    .eventinter h3.text-white {
        font-size: 20px;
        margin: 20px 0;
    }
    .relatedblogslider {
        padding-bottom: 50px;
    }
    .tab-img{
        margin-top: 20px;
    }
    ul.opportu-list:nth-child(even) {
        flex-direction: column;
        flex-wrap: wrap;
        margin: 0;
    }

    ul.opportu-list {
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column;
    }
    ul.opportu-list li:nth-last-child(1) {
        padding: 20px 15px;
    }

    ul.opportu-list li .inter-text-para h3 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 0px;
    }
    .swipper-internalevent .swiper-button-prev, 
    .swipper-internalevent .swiper-rtl .swiper-button-next {
        left: 45%;
    }

    .swipper-internalevent .swiper-button-next, 
    .swipper-internalevent .swiper-rtl .swiper-button-prev {
        right: 45%;
    }

    .swipper-mobclient .swiper-button-prev, 
    .swipper-mobclient .swiper-rtl .swiper-button-next {
        left: 45%;
    }

    .swipper-mobclient .swiper-button-next, 
    .swipper-mobclient .swiper-rtl .swiper-button-prev {
        right: 45%;
    }

    .tab-sec .content .text .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 8px;
    }
    .pross-secnw {
        margin-top: 0;
    }

    img.tab-img{
        height: 280px;
        object-fit: cover;
    }
    .img-box img {
        height: auto;
    }
    .nwitquality-list ul li {
        flex: 0 0 49%;
    }
    .inter-text-para.planettext ul li {
        flex: 0 0 100%;
    }

    .communicatin-list ul {
        gap: 5px;
    }

    .event-list-box {
        height: 375px;
    }
    .communi-name span {
        padding: 20px 15px;
    }
    .openings-acc .accordion-body {
        flex-direction: column;
    }
    .current-opens-info .info-list {
        width: 100%;
    }
    .tab-sec .content .list {
        margin-right: 15px;
    }
    .event-list h5 {
        font-size: 20px;
        line-height: 30px;
        padding: 0px 0 10px;
        width: 100%;
    }
    .event-list p {
        width: 100%;
    }
    .pross-secnw.whychoose-list ul li {
        flex: 0 0 32%;
        min-height: 275px;
    }
    .nwcertificat-list ul li {
        flex: 0 0 30%;
    }
}

@media (max-width: 991px) {
    .leader-imgbx {
        position: relative;
    }
    img.lead {
        position: absolute;
        bottom: 0;
        width: 460px;
        left: 20%;
    }
    .bgimgleader img {
        width: 500px;
        margin: 0 auto;
        margin-left: 130px;
    }
    
    .clients-list ul li img {
        width: 100px;
    }
    .clients-list ul li {
        flex: 0 0 25%;
        padding: 20px 20px;
    }
    .testiclient-name {
        width: 60%;
    }
    .core-list ul li {
        flex: 0 0 100%;
    }
    .aby-imgsec img {
        height: 400px;
        object-fit: cover;
    }
    .hm-matrix-cont ul li {
        padding: 35px 20px;
    }
    span.title.js-count-up {
        font-size: 40px;
        line-height: 52px;
    }
    p.matrix-info {
        font-size: 18px;
        line-height: 24px;
    }
    .inner-textmx {
        margin-left: 15px;
    }
    .infaimgbox{
        margin-top: 30px;
    }
    .machin-list ul li {
        flex: 0 0 48%;
    }

    .testing-list ul li::before{
        background: transparent;
        border-radius: 8px;
        background: transparent;
    }

    .Em-benefit-list ul {
        flex-direction: column;
    }

    .Em-benefit-list ul li:first-child{
        flex: 0 0 100%;
    }

    .Em-benefit-list ul li:first-child img{
        width: 100%;
        margin-bottom: 20px;
    }

    .Em-benefit-list ul li:last-child{
        flex: 0 0 100%;
    }
    .Em-benefit-list ul li:last-child .inter-text-para {
        padding: 0px;
    }
    .Em-benefit-list ul li:last-child .inter-text-para h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    
    .Em-test-list {
        width: 80%;
        padding: 20px;
    }

     .address-box {
        padding: 35px 20px;
    }
    .address-all ul li {
        padding: 15px 10px;
    }
    .address-all ul li a {
        font-size: 16px;
    }
    .factory-contact ul li p {
        font-size: 17px;
    }
    .full-conpart {
        padding: 35px 20px;
        margin-top: 50px;
    }
    .factory-contact ul li {
        flex: 0 0 48%;
    }
    .sec-contact .inter-text-para h4 {
        font-size: 24px;
    }
    .factory-contact ul li h5 {
        font-size: 20px;
        line-height: 32px;
    }
    .sec-contact .btnread-moreread button {
        margin: 0 auto;
    }

    .sec-resume .btnread-moreread button {
        margin: 20px auto 0;
    }
    .find-map-btn {
        display: flex;
        justify-content: center;
    }
    .openings-acc .btnread-moreread {
        float: none;
    }

    .communicatin-list ul li {
        flex: 0 0 100%;
    }
    .communi-name p {
        font-size: 16px;
        line-height: 26px;
    }
    .swipper-communities{
        margin-top: 30px;
    }
    .text-hegh {
        height: auto;
    }
    .event-list .upcoming-list h5 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    ul.upcoming-list li .even-date {
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column;
    }

    ul.upcoming-list li .even-date label{
        margin-bottom: 10px;

    }
    .tab-sec .content .list label {
        height: auto;
        padding: 15px 10px;
        line-height: 24px;
        font-size: 15px;
        padding-left: 10px;
    }
    img.tab-img {
        height: 190px;
        object-fit: cover;
    }
    ol.process-chart>li {
        min-width: 50%;
    }
    .event-list-box {
        height: auto;
    }

    .pross-secnw.whychoose-list ul li {
        min-height: 294px;
    }

}


@media (min-width: 768px) and (max-width: 991px) {
    
    .banner-cont h1 {
        font-size: 40px;
    }
    .innerbanner-cont {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        z-index: 2;
    }

    .innerbanner-cont h1 {
        font-size: 36px;
        line-height: 48px;
        color: #fff;
        font-family: var(--headingFont);
    }

    .inter-text-para p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .inter-text-para h2, .inter-text-para h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    /* .lidership-list ul li {
        flex: 0 0 33.33%;
        padding: 12px;
    } */
    /* .lidership-list ul li:nth-child(1), 
    .lidership-list ul li:nth-child(2),
    .lidership-list ul li:nth-child(4),
    .lidership-list ul li:nth-child(5) {
        border-bottom: 1px solid #DADADA;
        border-right: 1px solid #DADADA;
    }
    .lidership-list ul li:nth-child(3),
    .lidership-list ul li:nth-child(6) {
        border-right: 0px solid #DADADA;
    } */


    .autoproduct-list ul li {
    flex: 0 0 100%;
    }
    .swipper-product-inner{
        padding-bottom: 50px;
    }
    .certificat-list ul {
        display: flex;
        align-content: center;
        justify-content: start;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .certificat-list ul li{
        flex: 0 0 30%;
        margin: 0;
        border: 1px solid #e7e1e1;
    }

    .certificat-list ul li img {
        width: fit-content;
    }
    .other-list ul li .related-textbox {
        flex-direction: column;
        padding: 20px 15px;
    }

    .related-textbox h4 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .testing-list ul {
        gap: 25px; 
    }
    .testing-list ul li {
        flex: 0 0 48%;
    }
    .testing-text {
        padding: 20px 10px;
        background: #000000;
        border-radius: 8px;
        background: linear-gradient(1deg, rgb(0 0 0 / 73%) 30%, rgba(255, 255, 255, 0) 100%);
    }

    .swipper-advanced .swiper-button-prev, 
    .swipper-advanced .swiper-rtl .swiper-button-next {
        left: 45%;
    }

    .swipper-advanced .swiper-button-next, 
    .swipper-advanced .swiper-rtl .swiper-button-prev {
        right: 45%;
    }
    .testing-text p {
        display: none;
    }

    .event-list.upcomingevent {
        margin-bottom: 10px;
    }
    .event-list {
        margin-bottom: 15px;
    }
    .pross-secnw ul li {
        min-height: 230px;
    }
    ol.process-chart>li {
        min-width: 50% !important;
    }
    .infaimgbox img {
        height: 350px;
        object-fit: cover;
    }
    .textbox-fa p {
        padding: 0;
        font-size: 24px;
        line-height: 30px;
    }
    .team-box .info h5 {
        font-size: 14px;
        line-height: 22px;
    }

    .nwcertificat-list ul li {
        flex: 0 0 32%;
    }
    
}

@media (max-width: 767px) {
    .innerbanner-cont h1 {
        font-size: 34px;
        line-height: 46px;
    }
    .inter-text-para h2, 
    .inter-text-para h3 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .about-overview .inter-text-para h2{
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .hm-matrix-cont ul li {
        justify-content: left;
    }
    .hm-matrix-cont ul li {
        flex: 0 0 100%;
        border-right: 0px solid #ffffff66;
        padding: 25px 0px;
        border-bottom: 1px solid #ffffff66;
    }
    .hm-matrix-cont ul li:first-child{
        padding-top: 0;
    }
    span.title.js-count-up {
        font-size: 42px;
        line-height: 56px;
    }

    .event-list-box {
        flex-direction: column;
        align-content: space-around;
        justify-content: left;
        overflow: hidden;
        position: relative;
    }

    .hm-matrix-cont ul li:nth-last-child(2),
    .hm-matrix-cont ul li:nth-last-child(4){
        border-bottom: 1px solid #ffffff66;
    }
    .vision-top {
        margin-top: 50px;
        position: relative;
    }
    .journeysec ul li:first-child {
        flex: 0 0 100%;
    }

    .journeysec ul li:first-child img {
        width: 100%;
    }
    .journeysec ul li:last-child {
        flex: 0 0 100%;
        margin-top: 20px;
    }
    .journeysec ul li h4::before {
        left: -106px;
        width: 100px;
    }
    .bg-leader .inter-text-para {
        padding: 50px 30px;
    }
    .bg-leader .inter-text-para p {
        width: 100%;
        margin-bottom: 0;
        margin-top: 35px;
    }
    .start1 {
        left: -6px;
        top: -27px;
    }
    .end2 {
        position: absolute;
        right: 0;
        bottom: -10px;
    }
        img.lead {
        position: absolute;
        bottom: 0;
        width: 465px;
        left: -25%;
    }
    .bgimgleader img {
        width: 412px;
        margin: 0 auto;
        margin-left: 0;
    }
    .clients-list ul li {
        flex: 0 0 50%;
        padding: 10px 10px;
    }
    .clients-list ul li img {
        width: 150px;
    }
    .clients-list ul li:nth-child(2),
    .clients-list ul li:nth-child(6){
        border-right: 0px solid #D2E5FF;
    }
    .clients-list ul li:nth-child(5),
    .clients-list ul li:nth-child(6){
        border-bottom: 1px solid #D2E5FF;
    }
    .testimonials-box p {
        font-size: 18px;
        line-height: 28px;
    }
    .testiclient-name {
        width: 100%;
    }
    .aby-imgsec img {
        height: 250px;
        object-fit: cover;
    }
    .lidership-list ul li {
        flex: 0 0 100%;
    }
    .lidership-listul li:nth-child(even){
        border-bottom: 1px solid #DADADA;
    }
    .lidership-listul ul li:nth-child(odd){
          border-right: 1px solid #DADADA;
        border-bottom: 1px solid #DADADA;
    }
    .team-box .info h5 {
        font-size: 14px;
    }

    .hm-matrix.inner-pg-matrix {
        border-radius: 0;
    }

    .bg-mission {
        background-image: none;
        background-color: #05316a;
    }   
    .mission-top::before {
        left: 55%;
        top: 24px;
    }
    .vision-top::before {
        right: -60%;
        top: 25px;
    }

    .imgmission{
        position: relative;
        margin-top: 50px;
    }

    /* .lidership-list ul li:nth-child(1), 
    .lidership-list ul li:nth-child(2), 
    .lidership-list ul li:nth-child(3),
    .lidership-list ul li:nth-child(4),
    .lidership-list ul li:nth-child(5),
    .lidership-list ul li:nth-child(6) {
        border-bottom: 1px solid #DADADA;
        border-right: 1px solid #DADADA;
    } */
    .testiclient-name .other-info h5 {
        font-size: 18px;
        line-height: 22px;
    }
    .testiclient-name .other-info p {
        font-size: 14px;
    }
    .lidership-list ul li {
        padding: 12px;
    }

    .autoproduct-list ul li {
        flex: 0 0 100%;
    }

    .swipper-product-inner{
        padding-bottom: 50px;
    }

    .product-faq {
        padding: 50px 15px;
    }

    .whyicon-box img {
        width: 40px;
    }
    .why-textbox p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 12px;
        font-family: var(--bodyFont);
    }

    .certificat-list ul {
        display: flex;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .certificat-list ul li{
        flex: 0 0 48%;
        margin: 5px 0;
    }

    .certificat-list ul li img {
        width: 100%;
    }

    .other-list ul li .related-textbox {
        padding: 18px;
        justify-content: center;
    }
    .other-list ul li .related-textbox {
        position: absolute;
        bottom: 20%;
    }

    .related-textbox h4 {
        font-size: 20px;
        line-height: 20px;
    }
    .other-list ul li {
        margin-bottom: 15px;
    }

    .whychoose-list ul li {
        flex-wrap: nowrap;
    }
    .pross-secnw ul li {
        flex: 0 0 100%;
        min-height: auto;
        text-align: left;
    }

    .pross-secnw ul li .process-cont{
        float: left;
    }

     .pross-secnw ul li .process-cont p{
        color: #fff;
        margin-bottom: 0;
     }
     .pross-secnw ul li h5 {
        padding: 0 0px 6px;
    }
    .procs-icob {
        padding: 15px;
        padding-top: 15px;
        text-align: left;
    }

    .why-textbox h4 {
        font-size: 18px !important;
    }
    .whyicon-box {
        margin-right: 15px;
    }

    .machin-list ul {
        margin-top: 20px;
    }

    .machin-list ul li {
        flex: 0 0 100%;
    }

    .factory-add ul li h5 {
        font-size: 20px;
        line-height: 28px;
    }

    .factory-add ul li {
        flex: 0 0 100%;
        padding: 30px 20px;
    }
    .factory-add ul li p {
        font-size: 18px;
    }

    .swipper-capabilities .swiper-button-prev, 
    .swipper-capabilities .swiper-rtl .swiper-button-next {
        left: 40%;
    }

    .swipper-capabilities .swiper-button-next, 
    .swipper-capabilities .swiper-rtl .swiper-button-prev {
        right: 40%;
    }

    .swipper-advanced .swiper-button-prev, 
    .swipper-advanced .swiper-rtl .swiper-button-next {
        left: 40%;
    }

    .swipper-advanced .swiper-button-next, 
    .swipper-advanced .swiper-rtl .swiper-button-prev {
        right: 40%;
    }

    .testing-list ul li {
        flex: 0 0 100%;
    }
    .testing-text {
        padding: 15px 10px;
    }
    .testing-text h4 {
        margin-bottom: 10px;
    }
    .testing-text p {
        width: 100%;
        font-size: 16px !important;
        line-height: 28px !important;
    }
       .testing-text {
        padding: 20px 10px;
        background: #000000;
        border-radius: 8px;
        background: linear-gradient(1deg, rgb(0 0 0 / 73%) 30%, rgba(255, 255, 255, 0) 100%);
    }
    .blog-list {
        margin-bottom: 20px;
    }
    .blog-list .bloglist-btn {
        margin: 30px auto 0;
    }

    .Em-benefit-list ul {
        flex-direction: column;
    }

    .Em-benefit-list ul li:first-child{
        flex: 0 0 100%;
    }

    .Em-benefit-list ul li:first-child img{
        width: 100%;
        margin-bottom: 20px;
    }

    .Em-benefit-list ul li:last-child{
        flex: 0 0 100%;
    }
    .Em-benefit-list ul li:last-child .inter-text-para {
        padding: 0px;
    }
    .Em-benefit-list ul li:last-child .inter-text-para h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    
    .Em-test-list {
        width: 100%;
        padding: 20px;
    }
    .factory-contact ul li {
        flex: 0 0 100%;
    }
    .factory-contact ul li p {
        font-size: 17px;
        line-height: 28px;
    }

    .current-opens-info .info-list {
        width: 100%;
    }

    .sec-future-plans {
        background: linear-gradient(to right, rgb(0 0 0) 35%, rgb(0 0 0) 70%, rgba(0, 0, 0, 0) 100%), url(../images/sus-bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    aside.otherBloglist {
        background: var(--themeColor);
        padding: 20px;
        margin-top: 40px;
        margin-left: 0;
    }

    .relatedblogslider{
        padding-bottom: 50px;
    }

    .eventinter h3.text-white {
        font-family: var(--bodyFont);
        color: #fff;
        font-size: 20px;
        text-transform: capitalize;
        margin: 20px 0;
        position: relative;
    }

    .eventinter .mob-relatedbtn{
        font-family: var(--ButtonFont);
        font-size: 18px;
        line-height: normal;
        text-transform: capitalize;
    }

    .event-list.upcomingevent {
        margin-bottom: 10px;
    }
    .event-list {
        margin-bottom: 15px;
    }

    .equipment-sec ul li {
        flex: 0 0 100%;
    }

    img.inner-infa-mg {
        height: auto;
        object-fit: cover;
        border-radius: 5px;
    }
    .equipment-sec ul li:nth-last-child(1) {
        padding: 35px 10px;
    }

    ul.opportu-list:nth-child(even) {
        flex-direction: column;
        flex-wrap: wrap;
        margin: 0;
    }

    ul.opportu-list {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: column;
    }
    ul.opportu-list li:nth-last-child(1) {
        padding: 20px 0px;
    }

    ul.opportu-list li .inter-text-para h3 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 0px;
    }

    .swipper-internalevent .swiper-button-prev, 
    .swipper-internalevent .swiper-rtl .swiper-button-next {
        left: 38%;
    }

    .swipper-internalevent .swiper-button-next, 
    .swipper-internalevent .swiper-rtl .swiper-button-prev {
        right: 38%;
    }


    .swipper-mobclient .swiper-button-prev, 
    .swipper-mobclient .swiper-rtl .swiper-button-next {
        left: 38%;
    }

    .swipper-mobclient .swiper-button-next, 
    .swipper-mobclient .swiper-rtl .swiper-button-prev {
        right: 38%;
    }

    .pop-img{
        margin-bottom: 30px;

    }
    .flip-box-back p:first-child {
        font-size: 16px;
        line-height: 20px;
    }

    .flip-box-back p {
        font-size: 15px;
        line-height: 22px;
        padding: 12px;
    }
    .pross-secnw ul li {
        min-height: auto;
    }
    .nwcertificat-list ul li {
        flex: 0 0 48%;
    }
    .awardcon {
        display: block;
        height: auto;
        margin-top: 50px;
    }
    .awards-list ul li {
        flex: 0 0 48%;
    }
    .awards-list ul li img {
        width: 66%;
    }

    .equipment-sec ul {
        background: #fff;
        margin-bottom: 15px;
    }

    .equipment-sec ul:nth-child(even){
        margin-bottom: 15px;
    }

    .equipment-sec ul.inner-detlslist{
        background: transparent;
    }

    .equipment-sec ul li h3 {
        font-size: 24px;
    }
    .equipment-sec ul.inner-detlslist li {
        margin-bottom: 8px;
        padding-left: 20px;
        font-size: 16px;
        line-height: 28px;
    }

    .core-list ul {
        margin-top: 0px;
    }
    .nwitquality-list ul li {
        flex: 0 0 100%;
    }

    .nwitquality-list ul li .flip-box-front, 
    .nwitquality-list ul li .flip-box-back {
        min-height: 200px;
    }
    .nwitquality-list ul li .flip-box-front img {
        padding: 15px 35px;
    }
    .lidership-list {
        padding: 0 15px;
    }
    .factory-contact ul li {
        padding: 40px 15px;
    }
    .inter-text-para.planettext ul li {
        flex: 0 0 100%;
    }
    .procs-icob .inter-text-para,
    .procs-icob .inter-text-para h5 {
        text-align: left;
    }
    .testsec img.tab-testimg {
        height: 290px;
        object-fit: cover;
    }
    .product-faq .accordion-button{
        font-size: 20px;
        line-height: 28px;
    }
    .machin-text h5 {
        font-size: 14px;
        line-height: 28px;
        padding-left: 10px;
    }
    .communi-name span {
        padding: 15px 15px;
    }

    ol.process-chart>li>div h3 {
        font-size: 20px !important;
        margin: 10px 0;
    }

    .tab-faq .accordion-body p {
        line-height: 28px;
    }
    .tab-faq .accordion-button,
    .openings-acc .accordion-button {
        font-size: 20px;
        line-height: 30px;
    }

    .testimonials-box {
        width: 65%;
    }

    .pross-secnw.whychoose-list ul li {
        min-height: auto;
        flex: 0 0 100%;
    }
    
    .swipper-mobclient a img {
        background: #fff;
    }
    
    img.factory-lineart{
        display: none;
    }
}