/* banner */

.bannerPage .thumbNav {
    position: absolute;
    bottom: 35px;
    left: 0;
    z-index: 99999;
    right: 0;
}

.bannerPage .thumbNailCust {
    position: relative;
}

.bannerPage .thumbNav .swiper-wrapper {
    justify-content: space-between;
    border-top: 2px solid #f159223d;
    padding: 0;
}

.bannerPage .swiper-pagination-bullet {
    background: #f2f2f2;
    width: 10px;
    height: 10px;
    opacity: 0.7;
}
.bannerPage .swiper-pagination-bullet-active {
    background: var(--themeSecColor);
    width: 12px;
    height: 12px;
}

.bannerPage .nav-link {
    background: transparent;
    border: 0;
    color: #282828;
    font-size: 30px;
    font-weight: 100;
    padding: 0;
    width: 100%;
    text-align: left;
    /* padding-bottom: 10px; */
    display: flex;
    padding: 15px 0 0;
}

.bannerPage .swiper-slide-active .slider-sub-title {
    animation: fadeInLeft 1s;
}

.bannerPage .swiper-slide-active .slider-title {
    animation: fadeInLeft 1.5s;
}

.bannerPage .swiper-slide-active .slider-text {
    animation: fadeInUp 2s;
}

.bannerPage .swiper-slide-active .slider-btn {
    animation: fadeInUp 2.5s;
}


.mainSwipWrap .swiper-slide-thumb-active .nav-link {
    font-weight: 600;
    border-top: 3px solid #333333;
    margin-top: -2px;
}

.mainSwipWrap .swiper-slide-thumb-active .nav-link .numslide{
    border: 1px solid var(--themeSecColor);
}

.banner-cont {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.banner-cont h2 {
    font-size: 45px;
    font-weight: 400;
}

.banner-cont h1 {
    font-size: 68px;
    line-height: 86px;
    margin: 35px 0;
    margin-top: 0px;
    color: var(--fontColor);
    font-family: var(--bannerFont);
    width: 60%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.banner-cont h1 span{
    color: var(--headingFontcolor);
}

.bannerPage .swiper-button-prev {
    color: #111;
    background: #FFC7B3;
    border-radius: 50%;
    font-size: 22px;
    width: 50px;
    height: 50px;
}

.bannerPage .swiper-button-next{
    color: var(--themeSecColor);
    background: #fff;
    border-radius: 50%;
    font-size: 22px;
    width: 50px;
    height: 50px;
}

.bannerPage .swiper-button-prev {
    left: 5%;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.bannerPage .swiper-button-next {
    right: 5%;
}

.banner-cont p {
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-weight: var(--paraFontWeight);
}

 .numslide{
    background: transparent;
    border: 1px solid #ccc;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #555;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin: 20px;
    border-radius: 5px;
    line-height: normal;
    padding: 5px;
}

.numslide span{
    transform: rotate(-45deg);
    font-size: 18px;
    color: #555;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text {
    font-size: 20px;
    width: 80%;
    font-family: var(--bodyFont);
}


/*  */
.bannertext-Wrap {
    position: absolute;
    top: 24%;
    width: 45%;
}
.bannertext-Wrap h1 {
    /* font-size: 82px;
    line-height: 94px; */
    font-size: 65px;
    line-height: 80px;
    letter-spacing: 1.5px;
    font-family: var(--headingFont);
    color: var(--headingFontcolor);
    margin-bottom: 30px;
}

.bannertext-Wrap h1 span {
    color: var(--headingFont);
}

.banner-btn-box {
    position: absolute;
    bottom: 0%;
    right: 1%;
    transform: translateY(-50%);
    width: 4%;
    z-index: 2;
    background: #fff;
    /* padding-right: 0; */
    /* display: flex
; */
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
    /* justify-content: space-between; */
    /* align-items: center; */
}


.banner-btn-box p {
    font-family: 'Oswald-Regular';
    font-size: 22px;
    line-height: 32px;
    color: var(--fontColor);
    margin-bottom: 20px;
}

.sliderbtn-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 150px;
    width: 100%;
}

.sliderbtn-box::after{
    content: '';
    position: absolute;
    background: #CCCCCC;
    width: 100%;
    height: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.read-box {
    border-right: 1px solid #CCCCCC;
    padding: 20px;
}

.mobBannerSlider .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 100px);
    left: auto;
    top: 76%;
    border: 1px solid transparent;
    padding: 30px;
    background: #ffffff;
}

.mobBannerSlider .swiper-button-prev, .swiper-rtl .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 200px);
    left: auto;
    top: 76%;
    border: 1px solid transparent;
    padding: 30px;
    background: #ffffff;
}

/* .mobBannerSlider .swiper-button-prev, .swiper-rtl .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
    top: 25%;
    border: 1px solid transparent;
    padding: 0px 25px;
} */


.btn-read-more a, 
.btn-read-more button {
    font-family: var(--ButtonFont);
    background: transparent;
    color: #1A1A1A;
    padding: 15px 25px;
    border-radius: 5px;
    float: left;
    transition: 0.5s;
    font-size: 16px;
    line-height: normal;
    border: none;
    margin-top: 35px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
   transition: .3s;
}

.btn-read-more span {
    font-family: var(--ButtonFont);
    color: #EB612A;
    border-radius: 5px;
    font-size: 16px;
    line-height: normal;
    border: none;
    margin-top: 35px;
    text-transform: uppercase;
    position: relative;
}

.btn-read-more span:hover{
    border: 0px solid #fff;
    background-color: transparent;
    animation: pulse 1s forwards;
    transition: .3s;
}


@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(.9);
  }
    100% {
    transform: scale(1);
  }
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    background: #d94c14c2;;
    width: 10px;
    height: 10px;
    opacity: 0.7;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #D94C14;
}
.swipper-product{
    padding-top: 30px;
    padding-bottom: 60px;
}

.btn-read-more button {
    float: right;
}

.btn-read-more a img, 
.btn-read-more button img{
    margin-right: 12px;
    width: 22px;
}

.btn-read-more span img{
    margin-right: 12px;
}

a.menu-button {
    font-weight: 500;
    background: #DE5326;
    color: #fff;
    padding: 10px 22px;
    border-radius: 50px;
    float: left;
    transition: 0.5s;
    font-size: 15px;
    line-height: 20px;
}

.navbarMain a.menu-button img {
    margin-right: 8px;
    width: auto;
}

.hm-position {
    margin-right: 250px;
}

.inter-text-para h2 {
    font-size: var(--headingFontSize);
    line-height: var(--headingLineheight);
    font-family: var(--headingFont);
    color: var(--fontColor);
    margin-bottom: 30px;
    position: relative;
}

.inter-text-para h3 {
    font-size: 48px;
    line-height: var(--headingLineheight);
    font-family: var(--headingFont);
    color: var(--fontColor);
    margin-bottom: 30px;
    position: relative;
}

.inter-text-para h2 span,
.inter-text-para h3 span{
    color: var(--headingFontcolor);
}
.space-down{
    position: relative;
}
.space-down::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    left: 0;
    bottom: -10px;
    background-image: url(../images/vector.png);
    background-repeat: no-repeat;
}

/* about */

.padd-top-bottom {
    padding: 80px 0;
}


.headintext-img{
    position: relative;
    color: var(--themeColor);
}

.headintext-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    left: 0;
    bottom: -15px;
    background-image: url(../images/Vector-abt.png);
    background-repeat: no-repeat;
}

.abt-imgbox ul {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
   
}

.abt-imgbox ul li{
    flex: 0 0 100%;
    position: relative;
   padding: 10px 0;
}
.abt-imgbox ul li:first-child::before {
    content: '';
    position: absolute;
    width: 999px;
    height: 1px;
    bottom: 0;
    /* right: -96%; */
    background-image: url(../images/about-line.png);
    background-repeat: no-repeat;
    float: right;
}

/* matrix */

.home-abt-matrics {
    padding: 33px 0;
}

.home-abt-matrics::before {
    content: '';
    position: absolute;
    background-image: url(../images/matrix-bg.jpg);
    width: 3000px;
    left: 0;
    height: 200px;
    top: 0;
    transform-origin: 1% 40%;
    right: 0;
    z-index: -9;
}

.hm-matrics ul {
    display: flex;
    align-items: left;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.hm-matrics ul li {
    flex: 0 0 100%;
    padding: 25px 0px;
    text-align: left;
}

.hm-matrics ul li:last-child{
    border-right: 0;
}

.main-count {
    font-family: var(--bodyFont);
    font-size: 75px;
    float: left;
    width: 100%;
    line-height: 75px;
    color: var(--themeColor);
}

.unit-mx{
     color: var(--themeSecColor);
}

.main-count span.mx-icon{
    font-size: 50px;
    line-height: 50px;
    color: var(--themeSecColor);
}

.count-text {
    font-family: var(--bodyFont);
    font-size: 22px;
    color: #000000;
    width: 100%;
    float: left;
}

.mxcount-br {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid var(--themeColor);
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.hm-matrics {
    margin-left: 50px;
}
.abtimf-box {
    position: absolute;
    left: 100px;
    top: 0;
}
.abtimf-box img {
    width: 850px;
    /* height: 590px;
    object-fit: cover; */
    mix-blend-mode: hard-light;
}

.About-sec::before{
    content: '';
    position: absolute;
    background: #d94d15;
    width: 150px;
    height: 150px;
    clip-path: polygon(0 1%, 0% 100%, 100% 100%);
    top: -125px;
    left: 0;
    z-index: 1;

}
.About-sec::after{
    content: '';
    position: absolute;
    background: #d94d15;
    width: 42%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

/* .About-sec.padd-top-bottom {
    padding: 120px 0;
} */

.abt-height{
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bg-matrix {
    background: #F9F9F9;
}

.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: #333333;
    display: flex;
    border-right: 1px solid #C3C3C3;
    padding: 0px 30px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.hm-matrix-cont ul li::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    background: #EB612A;
    right: -1px;
}
.hm-matrix-cont ul li:last-child::after{
    display: none;
}

.hm-matrix-cont ul li:last-child{
    border-right: 0px solid #C3C3C3;
}
.inner-textmx {
    margin-top: 15px;
    text-align: center;
}

.innermx-imgbx img {
    width: 45px;
}

p.matrix-info {
    color: #585858;
    font-size: 18px;
    line-height: 20px;
    margin-top: 14px;
}
span.title.js-count-up {
    font-size: 55px;
    line-height: 55px;
    font-family: 'Oswald-Regular';
}

span.inner-mxicon {
    font-size: 55px;
    line-height: 55px;
    font-family: 'Oswald-Regular';
}

/* end */

/* Industry */
.bg-product{
    background: #F5F5F5;
}

.industry-list ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.industry-list ul li{
    flex: 0 0 49%; 
    position: relative;
    overflow: hidden;
}

.industry-list ul li img{
    overflow: hidden; 
    transition: transform .5s ease;
}

.industry-list ul li:hover img{
    transform: scale(1.1);
}

.industry-list ul li a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 85%) 14%, rgb(22 36 61 / .036852240896358524) 58%);
    z-index: 8;
}
.industry-text {
    position: absolute;
    top: 90%;
    left: 8%;
    transform: translate(0%, -50%);
    width: 75%;
}

.industry-text h4 {
    font-size: 30px;
    line-height: 36px;
    font-family: var(--headingFont);
    color: #fff;
    margin-bottom: 20px;
}

.industry-text .industry-btn span img{
    margin-right: 10px;
    width: 25px;
}

.btnread-moreread.text-center{
    align-items: center;
    display: flex;
    justify-content: center;
}

.btnread-moreread a, 
.btnread-moreread button {
    font-family: var(--ButtonFont);
    background: transparent;
    color: var(--headingFontcolor);
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    line-height: 28px;
    width: fit-content;
    border: 0;
}

.btnread-moreread a img, 
.btnread-moreread button img{
    margin-left: 10px;
}

.btnread-moreread a::after,
.btnread-moreread button::after {
    content: "";
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 100%;
    height: 1px;
    background-color: var(--headingFontcolor);
}

.btnread-moreread a.text-white::after, 
.btnread-moreread button.text-white::after {
    background-color: #fff;
}

/* .industry-bgclip::after {
    content: '';
    position: absolute;
    width: 908px;
    height: 500px;
    right: 0;
    top: 0;
    z-index: -1;
    background: var(--themeColor);
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
} */

.industry-imgbox img {
    right: 0;
    height: 536px;
    width: 900px;
    object-fit: cover;
    position: absolute;
    top: 0;
    background: #031e47;
    /* background: #D94D15;
    background: linear-gradient(90deg, rgba(217, 77, 21, 1) 30%, rgba(152, 54, 15, 1) 100%); */
    clip-path: polygon(28% 0, 100% 0%, 100% 100%, 0% 100%);
}
.industr-two{
    height: 100%;
    display: flex;
}

/* Industry End */


/* Product */

.mt-10{
    margin-top: 150px;
}

.product-text{
    position: absolute;
    width: 28%;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.product-list {
    margin-top: 30px;
}

.bg-theme{
    background: var(--themeColor);
}

.btnread-moreread.text-end{
    align-items: end;
    display: flex;
    justify-content: end;
}

.product-list ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.product-list ul li{
    flex: 0 0 24%;
    position: relative;
    overflow: hidden;
    background: #eeeeee;
}

.product-list ul li a img{
    width: 100%;
    position: relative;
    overflow: hidden; 
    transition: transform .5s ease;
}

.product-list ul li:hover img{
    transform: scale(1.1);
}

.product-list ul li:hover .product-name h4{
   letter-spacing: 1.8px; 
}

.product-name h4 {
    color: #333333;
    /* margin: 20px 0; */
    background: #FFE5DA;
    padding: 20px 0;
    position: relative;
    font-size: 20px;
    line-height: 34px;
    font-family: var(--headingFont);
    text-align: center;
}

.btnread-moreread.text-left{
    display: flex;
    justify-content: start;
}

/* End Product */

/* Sustainability */
.sustainability-bg{
    background: #EFEFEF;
}

.sustainability-text{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.sustainability-text .inter-text-para h2{
    font-size: 68px;
    line-height: 78px;
}
img.nw-susimg.w-100 {
    height: 650px;
    object-fit: cover;
}
/* end */


.bg-careers{
    background: #031e47;
    /* background: #D94D15;
    background: linear-gradient(180deg,rgba(217, 77, 21, 1) 0%, rgba(152, 54, 15, 1) 100%); */
}

.bg-careers::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ffffff5e;
    bottom: 0;
    left: 50%;
}

.inter-text-para h4{
    font-size: 30px;
    line-height: 40px;
    font-family: 'Oswald-Medium';
    margin-bottom: 30px;
}

.job-opening ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.job-opening ul li {
    flex: 0 0 100%;
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #fff;
}

.job-opening ul li p{
    font-size: 20px;
    line-height: 30px;
    font-family: var(--headingFont);
    color: #fff;
    margin-bottom: 15px;
}

.job-opening ul li p:last-child {
    font-size: 18px;
     margin-bottom: 0px;
     font-family: var(--bodyFont);
}

.career-part.inter-text-para p.careertext{
    font-size: 28px; 
    line-height: 38px;
    width: 80%;
    font-family: 'Barlow-light';
}

.job-opening-mob{
    margin-left: 70px;
}
/* enqury */



.scroll-margin-top {
    scroll-margin-top: 150px;
}
.btn-read-more{
    position: relative; 
}

.homeevent-box {
    background: #EFEFEF;
    padding: 50px 30px;
    border-radius: 9px;
    height: 610px;
    width: 100%;
}

.homeevent-all-all {
    margin-top: 40px;
}

.home-blog {
    background: #F5F5F5;
    padding: 50px;
    border-radius: 9px;
    height: 610px;
}

.homeevent-all ul {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
}

.homeevent-all ul li {
    flex: 0 0 100%;
    float: left;
    width: 100%;
    background: #F5F5F5;
    padding: 20px 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.homeevent-all ul li a {
    float: left;
    width: 100%;
    color: #282828;
    font-size: 22px;
    font-family: 'Barlow-Regular';
}

.homeevent-all ul li a label{
 font-size: 16px;
 color: #282828;
}

.homeevent-all ul li a label i{
    margin-right: 8px;
    color: var(--themeSecColor);
}
.homeevent-all ul li a h4{
    font-size: 20px;
    line-height: 30px;
    font-family: 'Barlow-SemiBold';
    color: var(--themeColor);
    margin-bottom: 20px;
}

span.more-arrow {
    margin-left: 90%;
    margin-top: -25px;
    transition: 0.3s;
    float: left;
    font-size: 16px;
}

.homeevent-all ul li:hover {
    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;
}

/* new-job apply  */

.apply-form {
    margin-bottom: 30px;
}

.apply-form .form-control {
    border: none;
    border: 1px solid #e1e1e1;
    padding: 10px 12px;
    border-radius: 0;
    background-color: var(--gray-color);
    color: #2b2a2a;
    font-size: 15px;
    height: 100%;
}

.apply-form .form-control::placeholder {
    color: #2b2a2a;
}

.apply-form .form-group {
    height: 100%;
}

.apply-form button.main-btn {
    width: 100%;
    margin-left: 0;
}

.apply-btn-con {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    z-index: 5;
    opacity: 0;
    transition: all ease-in-out 0.4s;
    display: flex;
    gap: 10px;
}

.career-accordion .accordion-header:hover .apply-btn-con {
    opacity: 1;
}

.apply-btn {
    padding: 8px 14px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--ButtonFont);
}

.apply-btn1 {
    background: var(--themeColor);
    color: #fff !important;
}

.apply-btn2 {
    color: var(--themeColor);;
}

.career-accordion .job-item-new .accordion-button:not(.collapsed), .career-accordion .job-item-new  .accordion-button {
    background: #efefef;
    color: var(--fontColor);
}

.career-accordion .job-item-new .accordion-button:not(.collapsed) {
    color: var(--themeColor);
    box-shadow: none;
    background: #ffffff;
}

.career-accordion .accordion-button:not(.collapsed) + .apply-btn-con {
    opacity: 1;
    visibility: visible;
}

.career-accordion .job-item-new .accordion-button::after {
    border-color: #f2f2f2;
    background-image: url(../images/faq-plus.png);
}

.career-accordion .job-item-new .accordion-button:not(.collapsed)::after {
    background-image: url(../images/faq-minus.png);
}
.career-accordion .job-item-new .accordion-body {
    padding: 1rem 1.25rem;
    margin-bottom: 27px;
    overflow: hidden;
    position: relative;
}

.jobapply-sec .modal-body {
    padding: 50px;
}

.welcome-text p {
    margin-bottom: 20px;
}

.welcome-text p a {
    color: var(--themeColor);
}

.welcomeModal .modal-body {
    padding: 50px;
}
.career-accordion .accordion-button:not(.collapsed), .career-accordion .accordion-button {
    color: #fff;
    background-color: #000;
    box-shadow: none;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding: 20px 20px;
}

.career-accordion .accordion-button::after {
    background-image: none;
    /* width: 10px;
    height: 10px; */
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(315deg);
}

.career-accordion .accordion-button:not(.collapsed)::after {
    border-image: none;
    transform: rotate(135deg);
}

.career-accordion .accordion-body {
    padding: 10px;
    background: #e9e9e9;
}

.career-accordion .accordion-item {
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-bottom: 20px;
}

.career-accordion .accordion-button {
    font-size: 22px;
    color: var(--fontColor);
    font-family: var(--ButtonFont);
}

.career-accordion .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.career-accordion p:not(:last-child) {
    margin-bottom: 20px;
    color: #000;
}

.career-accordion .main-btn {
    margin-left: auto;
    margin-top: 50px;
}

/* end new-job apply */

/* Blog */
.blogContent {
    background: #fff;
}

.all-blog-info {
    padding: 35px 15px 15px 15px;
}
.blogSlideInfo {
    width: 100%;
}

.blog-info {
    display: flex;
    justify-content: space-between;
}

.blog-info .text-blog {
    margin-right: 20px;
    font-size: 14px;
    color: var(--headingFontcolor);
    font-family: var(--bodyFont);
}

.blogSlideInfo h3 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 30px;
    font-family: var(--headingFont);
    color: #000;
}
.blogSlideInfo p {
    color: var(--fontColor);
    font-size: 16px;
    line-height: var(--paraFontLineheight);
    font-weight: var(--paraFontWeight);
    position: relative;
    margin: 20px 0 0;
}
.btn-main-blog {
    color: var(--headingFontcolor);
    font-family: var(--ButtonFont);
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 0 15px 15px;
}

.btn-main-blog img{
    margin-left: 10px;
}

.swipper-machin{
    padding-top: 30px;
    padding-bottom: 60px;
}

.bg-homeblog{
    background: #EFEFEF;
}

.swipper-social{
    padding-top: 30px;
    padding-bottom: 60px;
}

.inner-BannerSec img
{
    height: 400px;
    object-fit: cover;
    object-position: right;
}


/* responsive */


@media (min-width: 1500px) and (max-width: 1600px) {

    .sliderbtn-box {
        width: 40%;
    }
    .abtimf-box img {
        width: 750px;
        mix-blend-mode: hard-light;
    }
    .About-sec.padd-top-bottom {
        padding: 80px 0;
    }
    .abt-height {
        height: 500px;
    }
    .abtimf-box {
        left: 0px;
    }
    .About-sec::after {
        width: 39%;
    }
    .industry-bgclip::after {
        width: 800px;
        height: 500px;
    }
    .industry-list ul {
        gap: 8px;
    }
    .industry-text h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .product-text {
        width: 32%;
    }
    .inter-text-para h2,
    .inter-text-para h3 {
        margin-bottom: 20px;
    }
}

@media (min-width: 1400px) and (max-width: 1499px) {

    .sliderbtn-box {
        width: 35%;
    }
    .banner-btn-box {
        bottom: -5%;
        right: 2%;
        width: 26%;
    }
    .banner-cont h1 {
        font-size: 55px;
        line-height: 64px;
    }
    .abtimf-box img {
        width: 750px;
        mix-blend-mode: hard-light;
    }
    .About-sec.padd-top-bottom {
        padding: 80px 0;
    }
    .abt-height {
        height: 500px;
    }
    .abtimf-box {
        left: 0px;
    }
    span.title.js-count-up,
    span.inner-mxicon {
        font-size: 46px;
        line-height: 46px;
    }
    .About-sec::after {
        width: 42%;
    }
    .industry-bgclip::after {
        width: 800px;
        height: 470px;
    }
    .industry-imgbox img {
        right: 0;
        height: 470px;
        width: 770px;
    }
    .industry-list ul {
        gap: 8px;
    }
    .industry-text h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .product-text {
        width: 45%;
    }
    .inter-text-para h2,
    .inter-text-para h3 {
        margin-bottom: 20px;
    }
}

@media (min-width: 1300px) and (max-width: 1399px) {
    .sliderbtn-box {
        width: 35%;
    }
    .banner-btn-box {
        bottom: -5%;
        right: 2%;
        width: 26%;
    }
    .banner-cont h1 {
        font-size: 55px;
        line-height: 64px;
    }
    .abtimf-box img {
        width: 700px;
    }
    .About-sec.padd-top-bottom {
        padding: 80px 0;
    }
    .abt-height {
        height: 500px;
    }
    .abtimf-box {
        left: 0px;
    }
    span.title.js-count-up,
    span.inner-mxicon {
        font-size: 46px;
        line-height: 46px;
    }
    .About-sec::after {
        width: 42%;
    }
    .industry-bgclip::after {
        width: 800px;
        height: 470px;
    }
    .industry-imgbox img {
        right: 0;
        height: 470px;
        width: 770px;
    }
    .industry-list ul {
        gap: 8px;
    }
    .industry-text h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .product-text {
        width: 35%;
    }
    .inter-text-para h2,
    .inter-text-para h3 {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .banner-cont h1 {
        width: 80%;
        font-size: 55px;
        line-height: 64px;
    }
    .sliderbtn-box {
        width: 35%;
    }
    .banner-btn-box p {
        font-size: 20px;
    }
    .banner-btn-box {
        bottom: -5%;
        right: 2%;
        width: 26%;
    }
    .abtimf-box img {
        width: 700px;
    }
    .About-sec.padd-top-bottom {
        padding: 80px 0;
    }
    .abt-height {
        height: 500px;
    }
    .abtimf-box {
        left: 0px;
    }
    span.title.js-count-up,
    span.inner-mxicon {
        font-size: 46px;
        line-height: 46px;
    }
    .About-sec::after {
        width: 42%;
    }
    .industry-bgclip::after {
        width: 630px;
        height: 400px;
    }
    .industry-imgbox img {
        right: 0;
        height: 330px;
        width: 600px;
    }
    .industry-list ul {
        gap: 5px;
    }
    .industry-text h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .product-text {
        width: 35%;
    }
    .inter-text-para h2, 
    .inter-text-para h3 {
        margin-bottom: 20px;
        font-size: 42px;
        line-height: 52px;
    }
    .inter-text-para h4 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 22px;
    }
    .inter-text-para p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .career-part.inter-text-para p.careertext {
        font-size: 26px;
        line-height: 38px;
        width: 82%;
    }
    .sustainability-text .inter-text-para h2 {
        font-size: 60px;
        line-height: 72px;
    }
    .job-opening ul li p:last-child {
        font-size: 16px;
    }
    .blogSlideInfo h3{
        font-size: 24px;
        line-height: 34px;
        margin-top: 20px;
    }
    .blogSlideInfo p {
        margin: 14px 0 0;
    }
    .all-blog-info {
        padding: 20px 0px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .banner-cont h1 {
        width: 80%;
        font-size: 55px;
        line-height: 64px;
    }
    .sliderbtn-box {
        width: 35%;
    }
    .banner-btn-box p {
        font-size: 20px;
    }
    .banner-btn-box {
        bottom: -5%;
        right: 2%;
        width: 30%;
    }
    .About-sec::before {
        width: 100px;
        height: 100px;
        top: -60px;
    }
    .abtimf-box img {
        width: 680px;
    }
    .About-sec.padd-top-bottom {
        padding: 80px 0;
    }
    .abt-height {
        height: 450px;
    }
    .abtimf-box {
        left: 0px;
    }
    span.title.js-count-up,
    span.inner-mxicon {
        font-size: 46px;
        line-height: 46px;
    }
    .About-sec::after {
        width: 47%;
    }
    .industry-bgclip::after {
        width: 550px;
        height: 390px;
    }
    .industry-imgbox img {
        height: 345px;
        width: 500px;
    }
    .industry-list ul {
        gap: 5px;
    }
    .industry-text h4 {
        font-size: 20px;
        line-height: 32px;
    }
    .product-text {
        width: 37%;
    }
    .inter-text-para h2, 
    .inter-text-para h3 {
        margin-bottom: 20px;
        font-size: 38px;
        line-height: 48px;
    }
    .inter-text-para h4 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 22px;
    }
    .inter-text-para p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .career-part.inter-text-para p.careertext {
        font-size: 20px;
        line-height: 32px;
        width: 82%;
    }
    .sustainability-text .inter-text-para h2 {
        font-size: 50px;
        line-height: 62px;
    }
    .job-opening ul li p:last-child {
        font-size: 16px;
    }
    .blogSlideInfo h3{
        font-size: 24px;
        line-height: 34px;
        margin-top: 20px;
    }
    .blogSlideInfo p {
        margin: 14px 0 0;
    }
    .all-blog-info {
        padding: 20px 0px;
    }
    .btn-read-more span {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .banner-cont h1 {
        width: 80%;
        font-size: 50px;
        line-height: 62px;
    }
    .sliderbtn-box {
        width: 35%;
    }
    .banner-btn-box p {
        font-size: 20px;
    }
    .banner-btn-box {
        bottom: -5%;
        right: 2%;
        width: 35%;
    }
    .About-sec::before {
        width: 100px;
        height: 100px;
        top: -60px;
    }
    .abtimf-box img {
        width: 35%;
    }
    .About-sec.padd-top-bottom {
        padding: 80px 0;
    }
    .abt-height {
        height: 450px;
    }
    .abtimf-box {
        left: 0px;
    }
    span.title.js-count-up,
    span.inner-mxicon {
        font-size: 35px;
        line-height: 45px;
    }
    .hm-matrix-cont ul li{
        padding: 0;
    }
    .About-sec::after {
        width: 47%;
    }

    .mt-10 {
        margin-top: 180px;
    }
    .industry-bgclip::after {
        width: 550px;
        height: 390px;
    }
    .industry-imgbox img {
        height: 345px;
        width: 500px;
    }
    .industry-list ul {
        gap: 5px;
    }
    .industry-text h4 {
        font-size: 20px;
        line-height: 32px;
    }
    .product-text {
        width: 47%;
    }
    .product-list ul {
        gap: 8px;
    }
    .inter-text-para h2, 
    .inter-text-para h3 {
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 42px;
    }
    .inter-text-para h4 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 22px;
    }
    .inter-text-para p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .career-part.inter-text-para p.careertext {
        font-size: 22px;
        line-height: 37px;
        width: 100%;

    }
    .sustainability-text .inter-text-para h2 {
        font-size: 50px;
        line-height: 62px;
    }
    .job-opening ul li p:last-child {
        font-size: 16px;
    }
    .blogSlideInfo h3{
        font-size: 22px;
        line-height: 30px;
        margin-top: 20px;
    }
    .blogSlideInfo p {
        margin: 14px 0 0;
    }
    .all-blog-info {
        padding: 20px 0px;
    }
    .btn-read-more span {
        font-size: 14px;
    }
    .swipper-mobblog {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .swipper-product {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .swipper-industry {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .swipper-machin{
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .apply-btn-con {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        z-index: 5;
        opacity: 1;
        padding: 20px;
        padding-top: 10px;
    }
    .career-accordion .accordion-item {
        background-color: #ffffff;
        position: relative;
    }
    .career-accordion .accordion-button {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-cont h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 25px 0;
        margin-top: 0px;
        width: 100%;
    }
    .banner-btn-box {
        width: 50%;
        right: 0;
        bottom: -13%;
    }
   .banner-cont p {
        font-size: 16px;
        line-height: 30px;
    }
    .About-sec::before {
        width: 30px;
        height: 30px;
        top: -28px;
    }
    .sliderbtn-box {
        width: 33%;
    }
    .btn-read-more span {
        font-size: 14px;
    }
    .banner-btn-box p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .About-sec::after {
        width: 100%;
        height: 60%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .abtimf-box {
        position: relative;
        left: 0;
        top: 0;
    }
    .abtimf-box img {
        width: 100%;
        mix-blend-mode: luminosity;
    }
    .abt-height {
        height: 300px;
        justify-content: center;
    }
    .inter-text-para h2, .inter-text-para h3 {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 38px;
    }
    .hm-matrix-cont ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        gap: 0;
    }
    .hm-matrix-cont ul li {
        display: flex;
        border-right: 1px solid #C3C3C3;
        align-items: center;
        flex-direction: column;
        position: relative;
        flex: 0 0 50%;
        text-align: center;
        align-content: center;
        padding: 20px 0;
    }
    .hm-matrix-cont ul li:nth-child(1){
        border-bottom: 1px solid #C3C3C3;
    }
    .hm-matrix-cont ul li:nth-child(2){
        border-right: 0;
        border-bottom: 1px solid #C3C3C3;
    }

    .hm-matrix-cont ul li:nth-child(2)::after{
        display: none;
    }

    .hm-matrix-cont ul li:nth-child(1)::before,
    .hm-matrix-cont ul li:nth-child(2)::before {
        content: '';
        position: absolute;
        width: 50%;
        height: 1px;
        background: #EB612A;
        right: 30%;
        bottom: -1px;
    }

    .innermx-imgbx img {
        width: 41px;
    }

    span.title.js-count-up,
    span.inner-mxicon{
        font-size: 30px;
        line-height: 40px;
    }
    p.matrix-info {
        font-size: 14px;
        line-height: 20px;
        margin-top: 0px;
    }
    .inner-textmx {
        margin-top: 15px;
    }
    .industry-list ul {
        gap: 0;
        margin-top: 0px;
    }
    .industry-bgclip::after{
        display: none;
    }
    img.industrie-img {
        height: 300px;
        object-fit: cover;
    }

    img.produt-img {
        height: 140px;
        object-fit: cover;
    }

    .industry-text h4 {
        font-size: 20px;
    }
    .product-text {
        position: relative;
        width: 100%;
    }
    .mt-10 {
        margin-top: 10px;
    }
    .sustainability-text .inter-text-para h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .bg-careers::after{
        display: none;
    }
    .job-opening-mob {
        margin-left: 0;
        margin-top: 50px;
    }
    .inter-text-para p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .inter-text-para p br{
        display: none;
    }
    .inter-text-para h4 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .job-opening ul li p {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 10px;
    }
    .job-opening ul li p:last-child {
        font-size: 15px;
    }
    .bg-careers {
        background: var(--themeColor);
        background: #D94D15;
        background: linear-gradient(90deg, rgba(217, 77, 21, 1) 0%, rgba(152, 54, 15, 1) 100%);
    }
    .career-part.inter-text-para p.careertext {
        font-size: 20px;
        line-height: 34px;
        width: 100%;
    }
    .blogSlideInfo h3 {
        font-size: 24px;
        line-height: 34px;
        margin-top: 20px;
    }
    .btn-main-blog {
        font-size: 14px;
    }
    .swipper-mobblog {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .swipper-product {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .swipper-industry {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .swipper-machin{
        padding-top: 30px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .padd-top-bottom {
        padding: 50px 0;
    }
    .banner-cont h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 25px 0;
        margin-top: 0px;
        width: 100%;
    }
    
    .banner-cont {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        z-index: 2;
        background: #fff;
        padding: 50px 0px;
    }

    .banner-btn-box {
        width: 100%;
        right: 0;
        bottom: -13%;
    }
    
    .mobBannerSlider{
        padding-bottom: 50px;
    }
    
    .mobBannerSlider .banner-cont  .btn-read-more {
        position: relative;
        text-align: center;
    }
    .mobBannerSlider .swiper-button-next, .swiper-rtl .swiper-button-prev {
        /*top: 85%;*/
         top: 95%;
        padding: 22px;
        left: 55%;
    }
    .mobBannerSlider .swiper-button-prev, .swiper-rtl .swiper-button-next{
        /*top: 85%;*/
         top: 95%;
        padding: 22px;
        right: 55%;
    }
    .banner-cont p {
        font-size: 16px;
        line-height: 30px;
    }
    .About-sec::before {
        width: 30px;
        height: 30px;
        top: -28px;
    }
    .sliderbtn-box {
        width: 33%;
    }
    .btn-read-more span {
        font-size: 14px;
    }
    .banner-btn-box p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .About-sec::after {
        width: 100%;
        height: 41%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .abtimf-box {
        position: relative;
        left: 0;
        top: 0;
    }
    .abtimf-box img {
        width: 400px;
        mix-blend-mode: luminosity;
    }
    .abt-height {
        height: 380px;
        justify-content: center;
    }
    .inter-text-para h2, .inter-text-para h3 {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 38px;
    }
    .hm-matrix-cont ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        gap: 0;
    }
    .hm-matrix-cont ul li {
        display: flex;
        border-right: 1px solid #C3C3C3;
        align-items: center;
        flex-direction: column;
        position: relative;
        flex: 0 0 50%;
        text-align: center;
        align-content: center;
        padding: 20px 0;
    }
    .hm-matrix-cont ul li:nth-child(1){
        border-bottom: 1px solid #C3C3C3;
    }
    .hm-matrix-cont ul li:nth-child(2){
        border-right: 0;
        border-bottom: 1px solid #C3C3C3;
    }

    .hm-matrix-cont ul li:nth-child(2)::after{
        display: none;
    }

    .hm-matrix-cont ul li:nth-child(1)::before,
    .hm-matrix-cont ul li:nth-child(2)::before {
        content: '';
        position: absolute;
        width: 50%;
        height: 1px;
        background: #EB612A;
        right: 30%;
        bottom: -1px;
    }

    .innermx-imgbx img {
        width: 41px;
    }

    span.title.js-count-up,
    span.inner-mxicon{
        font-size: 30px;
        line-height: 40px;
    }
    p.matrix-info {
        font-size: 14px;
        line-height: 20px;
        margin-top: 0px;
    }
    .inner-textmx {
        margin-top: 15px;
    }
    .industry-list ul {
        gap: 0;
        margin-top: 0px;
    }
    .industry-bgclip::after{
        display: none;
    }
    img.industrie-img {
        height: 300px;
        object-fit: cover;
    }
    .industry-text h4 {
        font-size: 20px;
    }
    .product-text {
        position: relative;
        width: 100%;
    }
    .mt-10 {
        margin-top: 10px;
    }
    .sustainability-text .inter-text-para h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .bg-careers::after{
        display: none;
    }
    .job-opening-mob {
        margin-left: 0;
        margin-top: 50px;
    }
    .inter-text-para p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .inter-text-para p br{
        display: none;
    }
    .inter-text-para h4 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .job-opening ul li p {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 10px;
    }
    .job-opening ul li p:last-child {
        font-size: 15px;
    }
    .bg-careers {
        background: var(--themeColor);
        background: #D94D15;
        background: linear-gradient(90deg, rgba(217, 77, 21, 1) 0%, rgba(152, 54, 15, 1) 100%);
    }
    .career-part.inter-text-para p.careertext {
        font-size: 20px;
        line-height: 34px;
        width: 100%;
    }
    .blogSlideInfo h3 {
        font-size: 24px;
        line-height: 34px;
        margin-top: 20px;
    }
    .btn-main-blog {
        font-size: 14px;
    }
    .swipper-mobblog {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .swipper-product {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .swipper-industry {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .swipper-machin{
        padding-top: 30px;
        padding-bottom: 60px;
    }

    img.produt-img {
        height: 300px;
        object-fit: cover;
    }

    .apply-btn-con {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        z-index: 5;
        opacity: 1;
        padding: 20px;
        padding-top: 10px;
    }
    .career-accordion .accordion-item {
        background-color: #ffffff;
        position: relative;
    }
    .career-accordion .accordion-button {
        font-size: 18px;
    }
}

