@charset "utf-8";

/*common css start*/
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: initial !important;
    }
}
*:focus { outline: none;}
body { margin: 0px; padding: 0px;background-color: #D0D1D3; color: #333333; font-family: "Mona Sans", sans-serif; font-size: 24px; font-style: normal; font-weight: 400; line-height: 36px; }
a { -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; }
p { margin-bottom: 25px;}
a { color: #E31E24; cursor: pointer; text-decoration: none; outline: none; }
a:hover { color: #202D35; text-decoration: none; }
ul, li { list-style: none; margin: 0px; padding: 0px; }
img { border: 0; vertical-align: top; height: auto; max-width: 100%; }
.left-padding { padding-left: calc(((100% - 1536px)) / 2); }
.right-padding { padding-right: calc(((100% - 1536px)) / 2); }
.mob .row [class*="col-"]:first-child { margin-top: -50px; }

/*heading css*/
h1, h2, h3, h4, h5, h6, .th1, .th2, .th3, .th4, .th5, .th6, .t30, .t150, .t238 { color: #202D35;text-transform: uppercase; font-weight: 700; line-height: 1.2; margin: 0px; padding: 0px; font-family: "Mona Sans", sans-serif;}
h1, .th1, h2 {font-size: 100px;  line-height: 1.08;  letter-spacing: -3px;margin-bottom: 30px; }
h3, .th3 {  font-size: 36px; margin-bottom: 20px;letter-spacing: -0.3px; }
h4, .th4 { font-size: 30px; margin-bottom: 20px;letter-spacing: -0.3px; }
h5, .th5 { font-size: 24px; margin-bottom: 20px;letter-spacing: -0.3px; }
h6, .th6 { font-size: 18px; margin-bottom: 20px;letter-spacing: -0.3px; }
h1, h2, .t238, .t300{word-spacing: 10px;}
/*extra heading & text*/
.t300 { font-size: 300px; line-height: 1.2; }
.t238 { font-size: 238px; line-height: 1.2; }
.t150 {font-size: 150px;line-height: 1;}
.t70 { font-size: 70px; line-height: 1; }
.t50 { font-size: 50px; line-height: 1.1;letter-spacing: -1px; }
.t36 { font-size: 36px; line-height: 1.2;letter-spacing: -1px; }
.t30 { font-size: 30px; line-height: 1.2;}
.t24 { font-size: 24px; line-height: 1.2; }
.tlspace{letter-spacing: 0px;}
.twhite{color: #fff;}

/*font-weight*/
.fwr { font-weight: 400; }
.fwm { font-weight: 500; }
.fws { font-weight: 600; }
.fwb { font-weight: 700; }

/*button start*/
ins { text-decoration: none; }
button { border: none; }
button:focus { outline: none; }
.btn-theme span, .btn-theme::after{transform: skew(10deg);}
.btn-theme{ background-color: #E31E24;color: #fff; display: inline-flex;align-items: center;
    font-size: 18px; font-weight: 500; text-transform: capitalize; outline: 0px; padding: 16px 20px 16px 20px;border-radius: 5px;
line-height: 1;transform: skew(-10deg);position: relative;transition: all .3s ease-out;letter-spacing: 0px;margin-left: 7px; }
.btn-theme:hover { color: #fff;}
.btn-theme::after{content: ''; background-image: url(../images/btn-arrow-white.svg);background-repeat: no-repeat;background-position: center; width: 11px; height: 11px; display: inline-block; vertical-align: top; margin-left: 10px;  transition: all .3s ease-out; }
.btn-theme:before {content: '';border-radius: 5px;background-color: #202D35;top: -1px;bottom: -1px;right: -1px;left: -1px;position: absolute;clip-path: circle(0% at 0% 100%);transition: all .3s ease-out;will-change: transform;z-index: -1;}
.btn-theme:hover:before{clip-path: circle(150% at 0% 100%);}
.bgtheme .btn-theme:before{background-color: #fff;}
.bgtheme .btn-theme:hover,.mainheader .btn-theme:hover{color: #E31E24;}
.bgtheme .btn-theme:hover::after, .mainheader .btn-theme:hover::after{background-image: url(../images/btn-arrow-red.svg);}

.btn-theme-submit{position: relative;vertical-align: top; background-color: #E31E24;line-height: 1;border-radius: 5px;
transform: perspective(1px) translateZ(0)  skew(-10deg);position: relative;transition: all .3s ease-out;letter-spacing: 0px;display: inline-block;}
.btn-theme-submit:before {content: '';border-radius: 5px;background-color: #202D35;top: -1px;bottom: -1px;right: -1px;left: -1px;position: absolute;clip-path: circle(0% at 0% 100%);transition: all .3s ease-out;will-change: transform;z-index: -1;}
.btn-theme-submit input[type="submit"] {background-color: transparent; border: none; font-size: 18px; font-weight: 500;transform: skew(10deg);will-change: transform;
    text-transform: capitalize;color: #fff; outline: 0px;  padding: 16px 40px 16px 20px; background-image: url(../images/btn-arrow-white.svg);background-repeat: no-repeat; background-position: right 20px center;transition: all 0.4s ease;}
.btn-theme-submit:hover:before{clip-path: circle(150% at 0% 100%);}
.linebtn{padding-bottom: 8px;padding-right: 22px; font-size: 20px;color: #fff;position: relative;display: inline-block;
     font-weight: 500;background-image: url(../images/btn-arrow-white.svg);background-repeat: no-repeat;background-position: right 15px;transition: all .3s ease-out;}
.linebtn::before{content: '';position: absolute;background-color: #fff; bottom: 0px;left: 0px;width: 100%;height: 1px;transition: all 0.3s ease;transform-origin: left;transition: all .3s ease-out;}
.linebtn:hover{color: #fff;padding-right:30px;}
.linebtn:hover::before{background-color: #fff;}
.btnarrowsq{display: inline-flex;background-color: #202D35;padding: 18px 24px;transform: skew(-10deg);border-radius: 5px;}
.btnarrowsq::after{content: '';background-image: url(../images/btn-arrow-white.svg);background-repeat: no-repeat;background-position: center;background-size: 14px; width: 14px;height: 14px;transform: skew(10deg);}
.btnarrowsq:before {content: '';border-radius: 5px;background-color: #E31E24;top: -1px;bottom: -1px;right: -1px;left: -1px;position: absolute;clip-path: circle(0% at 0% 100%);transition: all .3s ease-out;will-change: transform;z-index: -1;}
.btnarrowsq:hover:before{clip-path: circle(150% at 0% 100%);}
.casestudyitem  .linebtn, .indlistitem .linebtn{color: #E31E24;background-image: url(../images/btn-arrow-red.svg);}
.casestudyitem .linebtn::before, .indlistitem .linebtn::before{background-color: #E31E24;}

/*bullet*/
.bullet-list ul li:before { content: ""; position: absolute; top: 10px; left: 0px; height: 12px; width: 12px; background: url(../images/btn-arrow-red.svg) no-repeat center; }
.bullet-list ul li { position: relative; padding-left: 25px; margin-bottom: 10px; }

/*margin-top*/
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-30 { margin-top: 30px; }
.mt-50 { margin-top: 50px; }
.mt-100 { margin-top: 100px; }

/*margin-bottom*/
.mb-0 { margin-bottom: 0px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }
.mb-150 { margin-bottom: 150px; }
.mb-200 { margin-bottom: 200px; }
.mb-250 { margin-bottom: 250px; }
.mb-300 { margin-bottom: 300px; }

/*padding-top*/
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-30 { padding-top: 30px; }
.pt-50 { padding-top: 50px; }
.pt-100 { padding-top: 100px; }
.pt-250 { padding-top: 250px; }
.pt-300 { padding-top: 300px; }
/*padding-bottom*/

.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }
.pb-250 { padding-bottom: 250px; }
.pb-300 {padding-bottom: 300px;}



/*form start*/
input[type="submit"], input[type="button"], button[type="submit"], button[type="button"] { outline: none; }
label { display: inline-block; max-width: 100%; }
textarea { resize: none; height: 110px; border-radius: 20px; }
.form-control {border-radius: 0px; display: block; width: 100%; height: auto; padding:0px 0px 30px; font-size: 24px; line-height: 1.1; color: #555;border: 0px; border-bottom: 1px dashed #202D35; box-shadow: none; background-color: transparent; font-weight: 400;text-overflow: ellipsis; }
.form-control:focus, .input-text:focus { color: #202D35; border-color: #E31E24; background-color: transparent; outline: 0; box-shadow: none; }
.form-control::-webkit-input-placeholder { color: #555555; font-weight: 400; }
.form-control::-moz-placeholder { color: #555555; opacity: 1; font-weight: 400; }
.form-control::-ms-input-placeholder { color: #555555; font-weight: 400; }
.form-control:focus::-webkit-input-placeholder { color: #202D35; font-weight: 400; }
.form-control:focus::-moz-placeholder { color: #202D35; opacity: 1; font-weight: 400; }
.form-control:focus::-ms-input-placeholder { color: #202D35; font-weight: 400; }
textarea.form-control, textarea { height: 100px; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { -webkit-appearance: none; }
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] { appearance: none; -moz-appearance: textfield; -webkit-appearance: none; }
input[type="date"]::-webkit-inner-spin-button { display: none; }
input[type="date"]::-webkit-calendar-picker-indicator { color: rgba(0, 0, 0, 0); opacity: 1; background-image: none; background: transparent; }
input[type="radio"], input[type="checkbox"] { cursor: pointer; }
.form-group { margin-bottom: 20px; z-index: 1; }
.form-check-input[type=checkbox] { border-radius: 0px; }
.form-check-input { margin-top: 8px; border-radius: 0px; border-color: #000; }
.form-check-input:focus { border-color: #000; box-shadow: none; }
.form-check-input:checked:focus { border-color: #0d6efd; }
.wpcf7-spinner { position: absolute; margin-top: 10px; }
.wpcf7 form.sent .wpcf7-response-output { line-height: 24px; background: #dff0d8; border: 1px solid #c3e6cb; margin: 20px 0 0; padding: 7px 12px; color: #155724; position: relative; z-index: 1; border-radius: 5px; font-size: 16px; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { line-height: 24px; background: #f8d7da; border: 1px solid #f5c6cb; margin: 20px 0 0; padding: 7px 15px; color: #721c24; position: relative; z-index: 1; border-radius: 5px; font-size: 16px; }
span.wpcf7-not-valid-tip { color: #ed1c24; position: relative; text-align: left; font-size: 14px; }
.wpcf7-response-output{max-width: 1256px;width: 100%;margin: 0 auto;}
/*vc plugin css start*/
.vc_row { margin: 0px !important }
.vc_column_container > .vc_column-inner { padding: 0px !important }

/*img-scale*/
.img-scale { overflow: hidden; }
.img-scale img { transition: all 0.3s ease; transform: scale(1); }
.img-scale:hover img { transition: all 0.3s ease; transform: scale(1.1); }
.borderal{border:1px solid #000000}
.border-radius-20{border-radius: 20px;}
section.d-inline-block{vertical-align: top;}
.lastmbnone :last-child{margin-bottom: 0px;}
.txt-black{color: #000000;}
.bgtheme { background-color: #202D35 ;color: #D0D1D3; }
.bgtheme h1, .bgtheme h2, .bgtheme h3, .bgtheme h4, .bgtheme h5{color: #fff;}
.dot-pettern{background-image: url(../images/dot-bg-pettern.svg);background-repeat: repeat;background-position: top left;}
.h-spacer{height: 100vh;}
.split-word, .split-line{display: inline-block;vertical-align: top;}
.split-line, .split-text{overflow: hidden;}
.leftclipmask{overflow: hidden;clip-path: inset(0 80% 0 0);}
.rightclipmask{overflow: hidden;clip-path: inset(0 0 0 80%);}
.centerclipmask{overflow: hidden;clip-path: inset(0 40% 0 40%);}
.leftclipmask img, .rightclipmask img, .clipelement{transform: scale(1.2);transform-origin: left;}
.centerclipmask img{transform-origin: center;}
.lefttopvector{position: absolute;left: 0px;top: 0px;}
.righttopvector{position: absolute;right: 0px;top: 0px;}
.leftbottomvector{position: absolute;left: 0px;bottom: 0px;}
.rightbottomvector{position: absolute;bottom: 0px;right: 0px;}
.revector{transform: rotate(180deg);}
.objwidth{width: 300px;}
.borderbtdashed{border-bottom: 1px dashed #202D35;}
.bordertopdashed{border-top: 1px dashed #202D35;}
.bgtheme .bordertopdashed{border-top: 1px dashed #4B6778;}
.aniborderv{height: 0%;transition: all 1s ease;width: 1px; background-image: url(../images/border-v.svg);background-repeat: repeat-y;}
.aniborderh{height: 1px;transition: all 1s ease;width: 0%;background-image: url(../images/border-h.svg);background-repeat: repeat-x;}
.borderclipright{width: 0%;}
.in-view .aniborderh,.in-view .boxborderh{width: 100%;}
.in-view .aniborderv, .in-view .boxborderv{height: 100%;}
.topsvgborder{position: absolute;top: 0px;left: 0px;}
.botsvgborder{position: absolute;bottom: 0px;left: 0px;}
.ltfsvgborder{position: absolute;top: 0px;left: 0px;}
.rightsvgborder{position: absolute;top: 0px;right: 0px;}
.leftsvgborder{position: absolute;top: 0px;left: 0px;}
.boxborderv{height: 0%;transition: all 1s ease;width: 1px; background-image: url(../images/border-box-v.svg);background-repeat: repeat-y;}
.boxborderh{height: 1px;transition: all 1s ease;width: 0%;background-image: url(../images/border-ht.svg);background-repeat: repeat-x;}
.leftfade{transform: translateY(50%);opacity: 0;}
.rightfade{transform: translateX(50%);opacity: 0;}
.btnind  .aniborderh{background-image: url(../images/border-ht.svg);}
/*common css End*/

/*header-css-start*/
.mainheader { width: 100%; position: fixed; top: 0; transition: all 0.3s ease; z-index: 20;padding: 0px 100px;  }
.mainheader.sticky{background-color: #D0D1D3;}
header .logo { transition: all 0.5s ease; }
header .logo a { display: inline-block;position: relative; line-height: 1;}
.mainheader .logo img{transition: all 0.5s ease;width: 401px;}
.mainheader.sticky .logo img{width: 250px;}
.innerlogo{opacity: 0;}
.innerlogo{position: absolute;top: 0px;left: 0px;opacity: 0;}
.innerheader .hmlogo, .mainheader.sticky .hmlogo{opacity: 0;}
.innerheader .innerlogo, .mainheader.sticky .innerlogo{opacity: 1;}
.mainheader .btn-theme{margin-left: 30px;}
.mainheader.sticky .btn-theme:hover, .innerheader .btn-theme:hover{color: #fff;}
.mainheader.sticky .btn-theme:hover::after, .innerheader .btn-theme:hover::after{background-image: url(../images/btn-arrow-white.svg);}
.mainheader .btn-theme::before{background-color: #fff;}
.mainheader.sticky .btn-theme:before, .innerheader .btn-theme:before{background-color: #202D35;}
.headerborder{padding: 30px 0px;transition: all 0.5s ease;flex-wrap: wrap;position: relative;}
.headerborder::after{content: '';height: 1px;width: 100%;animation: headerBorder 2s linear 3s normal both;  position: absolute;bottom: 0px;left: 0px; background-image: url(../images/border-ht.svg);background-position: bottom;background-repeat: repeat-x;}
.mainheader.sticky .headerborder{padding: 20px 0px;}
.navmenu {padding:100px 80px; z-index: 50; position: fixed; height: 100%; width:45%; top: 0; right: 0;   overflow: auto; will-change: transform; scrollbar-width: none;-ms-overflow-style: none;clip-path: inset(0 0 100% 0);}
.navmenu::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.navmenu.slide { transform: translateX(0);}
.navmenu > ul{width: 100%;margin-bottom: 100px;}
.navmenu > ul > li{width: 100%;margin: 0px 0px 30px;position: relative;}
.navmenu > ul > li > a{font-size: 30px;color: #8F969A; display: inline-block; font-weight: 500;padding: 0px 0px 10px; position: relative;text-transform: uppercase;}
.navmenu > ul > li ul{margin-top: 20px;display: none;}
.navmenu > ul > li > ul > li{margin-bottom: 10px;line-height: 1;}
.navmenu > ul > li > ul > li:last-child{margin-bottom: 0px;}
.navmenu > ul > li > ul > li > a{font-size: 18px;color: #8F969A;padding-bottom: 8px;position: relative;display: inline-block;font-weight: 500;text-transform: uppercase;}
.navmenu > ul > li > a:after, .navmenu > ul > li > ul > li > a:after { position: absolute; bottom: 10px; height: 1px; width: 0%; background-color: #ffffff; content: ""; left: 0px;bottom: 0px;transition: all 0.3s ease; }
.navmenu > ul > li.current-menu-item > a::after, .navmenu > ul > li a:hover::after, .navmenu > ul > li > ul > li > a:hover:after { width: 100%; }
.navmenu > ul > li.current-menu-item > a, .navmenu > ul > li > a:hover, .navmenu > ul > li > ul > li > a:hover{ color: #ffffff; }
.submenu-arrow-up{transform: rotate(-180deg);}
.submenu-toggle { text-align: center; overflow: hidden; padding: 8px; vertical-align: top; line-height: 0; cursor: pointer; position: absolute; right: 0; top: 0; }
.submenu-arrow-icon{background-image: url(../images/menu-arrow-white.svg);background-size: 20px;background-position: center;
        background-repeat: no-repeat; width: 30px;height: 20px;display: inline-block;transition: all 0.3s ease;}
.closeBtn { line-height: 1; z-index: 5; position: absolute; top: 20px; right: 20px; width: 20px; height: 20px; border: none; background-color: transparent; padding: 0; transform: rotate(45deg); display: inline-flex; align-items: center; justify-content: center; }
.closeBtn::after { background-color: #fff; width: 100%; height: 2px; content: ''; display: inline-block; vertical-align: middle; transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.closeBtn::before { background-color: #fff; height: 100%; width: 2px; position: absolute; top: 0; content: ''; transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.closeBtn:hover::after, .closeBtn:hover::before { background-color: #fff; }
.navbtn {color: #fff;font-size: 20px; line-height: 1;background-color: transparent;padding: 0px; display: inline-flex; flex-wrap: wrap; align-items: center;}
.navicn{ width:50px;height: 18px; display: inline-flex; flex-wrap: wrap; align-items: center;margin-left: 15px;margin-top: 5px;transition: all 0.3s ease;}
.icnline { background-color: #fff;transition: all 0.3s ease; width: 100%; height: 1px;line-height: 1; }
/* .navbtn:hover .icnline, .innerheader .navbtn:hover .icnline, .mainheader.sticky .navbtn:hover .icnline{background-color:#E31E24;}
.navbtn:hover, .innerheader .navbtn:hover, .mainheader.sticky .navbtn:hover {color: #E31E24;} */
.mainheader.sticky .navbtn{color: #202D35;}
.mainheader.sticky .icnline{background-color: #202D35;}
.innerheader .navbtn{color: #202D35;}
.innerheader .icnline{background-color: #202D35;}
.contdetail{display: flex;align-items: flex-end;justify-content: space-between;width: 100%;}
.contdetail .cotactinfo{margin-bottom: 0px}
.contdetail strong{color:#8F969A;}
.navmenu > ul > li, .contdetail .cotactinfo, .menucontact .socialicon {transform: translateY(50px); opacity: 0; filter: blur(2px);}
.menuslice{display: flex;position: fixed;width: 45%;height: 100%;top: 0px;right: 0px;z-index: 50;}
.menuslice .bgtheme {flex: 1;background-color: #182228;transform: translateY(-100%);}
.menucontact{position: absolute;bottom: 0px;left: 80px;right:80px;padding-bottom: 50px;}
.menucontact .contdetail .cotactinfo{color:#8F969A;}
.menucontact .socialicon{margin-bottom: .5rem }
/*header-css-end*/

/* Common animation  */
.topUpcol{transform: translateY(100px);opacity: 0;}
.topDownCols{transform: translateY(-100px);opacity: 0;}
/* homepage css start */
.pageslicecol{display: flex;height: 100%;width: 100%;}
.pageslicecol .bgtheme{ flex: 1;background-color: #182228;}
.pageoverlayeffects{position: fixed;height: 100%;top: 0px;left: 0px;width: 100%;z-index: 21;}
.pagelogo{position: absolute;top: 0px;left: 0px;height: 100%;display: flex;width: 100%;align-items: center;justify-content: center;}
.hero-home-banner{padding: 180px 100px 0px;height: 100vh;display: flex !important;flex-direction: column;justify-content: space-between;}
.hero-home-banner .t238{line-height: 1;letter-spacing: -5px;}
.toptitle{transform: translateX(-150px);display: block;opacity: 0;}
.bottomtitle .split-char, .topinTitle .split-char{transform: translateY(250px);display: block;}
.bottomtitle .split-word{opacity: 0;transition: all 0.5s;}
.heroproduct .t50{letter-spacing: -1px;}
.stichstickymcn{top: 15vh;position: sticky;}
.productstick {display: flex;flex-wrap: wrap;align-items: flex-start;}
.productstick .proditems{position: sticky; top: 80px; padding: 100px 40px;text-align: center;border-left: none;min-height: 100%;transition: all 0.3s;margin-top: -1px;margin-right: -1px;width: 33.36%;}
.productstick .proditems h3{margin-bottom: 0px;letter-spacing: -2px;}
.productstick .proditems h3,.productstick .proditems img{position: relative;transition: all 0.5s ease;}
.productstick .proditems:nth-child(3n + 2){margin-top: 797px;}
.productstick .proditems:nth-child(3n + 3){margin-top: 1594px;}
.productstick .proditems.lastprod{background-color: #202D35;display: flex;align-items: center;justify-content: center;position: relative;top: 0px;min-height: 891px;text-align: left;}
.productstick .proditems.lastprod h3{color: #fff;background-image: url(../images/arrow-title.svg);background-repeat: no-repeat;background-position: left 10px; padding-left: 50px;}
.proditems span{display: inline-flex;top: 50px;right: 50px;opacity: 0;transition: all 0.3s ease;}
.counteritems{padding-bottom:50px;margin-bottom: 50px;display: flex;align-items: center;transform: translateX(100%);position: relative;opacity: 0;}
.counteritems .numbercol{margin: 0px 50px 0px 0px;min-width: 320px;letter-spacing: -3px;}
.counteritems .botsvgborder{left: auto;right: 0px;}
.counterlistrow .counteritems:last-child{margin-bottom: 0px;}
.qulityContent{transform: translateY(200px);opacity: 0;}
.quilityrow .titleanim{margin-bottom: 100px;}
.marqueerow {overflow: hidden;}
.marqueetrack {display: flex;width: max-content;will-change: transform; animation: scrollLogos 30s linear infinite; -webkit-animation: scrollLogos 30s linear infinite;}
.adavntage{position: relative;display: inline-flex;}
.adavntage .aniborderv{will-change: transform;position: absolute;}
.textmarqee{padding: 50px 100px;font-size: 30px;text-transform: uppercase;color: #202D35;font-weight: 700;display: inline-block;}
.lagacyitemlist{position: absolute;top: 0px;left: 0px;display: flex;flex-direction: row;height: 100%;padding-left: 220px;}
.lagacyitem{margin-left: 600px;display: flex;align-items: flex-start;flex-wrap: wrap;margin-top: -80px;transform: translateX(100px);}
.lagacyitemlist .lagacyitem:nth-child(odd){align-items: flex-end;margin-bottom: -80px;}
.stickylagacy{padding: 220px 0px;}
.lagcontent{overflow: hidden;width: 100%;position: relative;color: #fff;}
.lagcontent::before{content: '';right: 0px;top:0px;width: 100%;height: 100%;position: absolute;transition: all 0.3s ease;z-index: 0;background-color: rgba(227, 30, 30, 0.80);clip-path: circle(0% at 0% 100%);}
.lagcontent:hover::before{clip-path: circle(150% at 0% 100%);}
.imgcaption{position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;padding: 30px;}
.imgcaption :last-child{margin-bottom: 0px;}
.imgcaption{opacity: 0;transition: all 0.3s ease;}
.lagcontent:hover .imgcaption{opacity: 1;}
.titleword .split-word, .quilityrow .split-word{transform: translateY(150px);}
.clinetindustries{padding: 100px 100px 250px;}
.clientitems{padding: 80px 30px;text-align: center;width: 16.66%;margin: -1px 0px 0px -1px;position: relative;}
.logo-back { backface-visibility: hidden;background-color:#202D35; transform-style: preserve-3d; justify-content: center; align-items: center; display: flex; position: absolute; inset: 0%; transform: rotateY(180deg); }
.logo-front { backface-visibility: hidden; justify-content: center; align-items: center; display: flex;background-color:#202D35;}
.clients-logo {transform-style: preserve-3d; transition-property: transform; transition-duration: 0.8s; transition-timing-function: ease; position: relative;}
.clientitems.active .clients-logo {transform: rotateY(180deg); }
.indcaption{position: absolute;top: 0px;bottom: 0px;right: 0px; width: 50%;padding: 50px;display: flex;flex-direction: column;align-items: flex-start;justify-content: space-between;}
.indcaption::before{content: '';right: 0px;top:0px;width: 100%;height: 100%;position: absolute;transition: all 0.3s ease;z-index: 0;background-color: rgba(227, 30, 30);clip-path: circle(0% at 0% 100%);}
.inditems:hover .indcaption::before{clip-path: circle(150% at 0% 100%);}
.btnind{padding-top: 20px;width: 100%;position: relative;}
.indcaption h5{color: #D0D1D3;position: relative;}
.inditems .linebtn:hover{padding-right: 30px;}
.inditems:hover h5{color: #fff;}
.inditems:hover .linebtn{color: #fff;}
.inditems:hover .linebtn::after{background-color: #fff;}
.inditems:hover .bordertopdashed{border-color: #D0D1D3;}
.svganimcol svg{fill: none;stroke: #202D35;stroke-miterlimit: 10;stroke-width: 2px;}
.svgsitkcyrow{position: sticky;top:15vh;}
.benefit-text{position: absolute;top: 0px;opacity: 0; }
.text-wrapper{position: relative;max-height: 200px;overflow: hidden;display: inline-block;vertical-align: top;}
.solutiontext{line-height: 1.4;}
.solutiontext p{margin-bottom: 0px;}
.text-wrapper {
  mask-image: linear-gradient(
    to bottom,
    transparent,
    black 15%,
    black 85%,
    transparent
  );
}

@keyframes scrollLogos {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@keyframes textanim {
    0% { transform: translateY(100px); }
    50% { transform: translateY(0px); }
    100% { transform: translateY(0px); }
}
@-webkit-keyframes scrollLogos {
    0% { -webkit-transform: translateX(0); }
    100% { -webkit-transform: translateX(-50%); }
}

@keyframes headerBorder {
    0% { clip-path: inset(0 100% 0 0); }
    /* 50% { transform: translateY(0px); } */
    100% { clip-path: inset(0 0% 0 0); }
}
.applicatmainrow{padding: 0px 100px;}
.applicamarqee{display: flex;width: max-content;will-change: transform;margin-bottom: 50px;}
.appmarqshade {mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);}
.applicamarqee .proditems{position: relative;padding: 30px;text-align: center;margin-right: 24px;will-change: transform;flex-shrink: 0;}
.applicamarqee .proditems h4{font-size: 24px;}
/* homepage css end */

/* footer start */
.maincontent{margin-bottom: 50%;position: relative;background-color: #D0D1D3;}
address{margin-bottom: 0px;}
.mainfooter{vertical-align: top;padding: 150px 0px 100px;color: #8F969A;font-size: 18px;position: fixed;bottom: 0px;z-index: -1;}
.footerlink ul li a:hover, .cotactinfo a:hover, .cotactinfo a:hover {color: #fff;}
.footerlink ul li a::before, .cotactinfo a::before, .cotactinfo a::before{content: '';bottom: 0px;width: 0%;background-color: #fff;position: absolute;left: 0px;height: 1px;transition: all 0.3s ease;}
.footerlink ul li a:hover::before, .cotactinfo a:hover::before, .cotactinfo a:hover::before{width: 100%;}
.footerlink ul li{margin-bottom: 10px;}
.footerlink ul li a{font-size: 18px;position: relative;color: #8F969A;padding-bottom: 5px;}
.footerlink ul li a:hover{color: #fff;}
.footerlink ul li:last-child{margin-bottom: 0px;}
.cotactinfo{margin-bottom: 20px;}
.cotactinfo a{position: relative;padding-bottom: 2px;color: #8F969A;}
.socialicon{display: inline-flex;}
.socialicon  a{margin-right: 15px;width: 36px;height: 36px;border: 1px solid #8F969A;display: flex;align-items: center;justify-content: center;border-radius: 100%;}
.socialicon  a::before{display: none;}
.socialicon  a svg{fill: #8F969A;}
.socialicon  a:hover{background-color: #E31E24;border-color: #E31E24;}
.socialicon  a:hover svg{fill: #ffffff;}
.copyright{font-size: 18px;}
.copyright p a{color: #8F969A;}
.copyright p a:hover{color: #fff;}
.mainfooter h5{font-weight: 600;}
/* footer end */

.pagetopoffset{padding-top: 300px;}
.thankyoupage{height: 100vh;padding: 250px 0px;align-items: center;}

/* blog listing */
.datcol{display: inline-block;vertical-align: top;color: #333333;}
.bloglistingrow .row .blogitem:nth-child(4n + 1),
.bloglistingrow .row .blogitem:nth-child(4n){margin-top: 50px;}
.bloglistingrow h3{margin-bottom: 30px;}
.blogitem .btnarrowsq{position: absolute;right: 40px;top: 40px;background-color: #E31E24;opacity: 0; transition: all 0.3s ease;will-change: transform;z-index: 1;}
.blogitem a:hover .btnarrowsq {opacity: 1;top: 30px;right: 30px;}
.blogitem .btnarrowsq::before{background-color:#202D35;}
.blgimgcol{overflow: hidden;}
.blgimgcol img{transform: scale(1);transition: all 0.3s ease;}
.blogitem a:hover img, .blogitem a:hover img{transform: scale(1.1);}
.loadmorebtn{width: 100%;text-align: center;display: inline-block;margin-bottom: 150px;}
.paginav {color: #4A4A4A; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;align-items: center;}
.paginav a, .paginav > span {text-decoration: none; margin: 0px;margin-right: 15px; text-align: center; font-size: 20px;
     width: 50px; height: 50px; line-height: 50px;color: #fff;transform: skew(-10deg);border-radius: 5px;}
.paginav span span{transform:  skew(10deg);margin-right: 0px;display: inline-block;}
.paginav span.arrow-previous, .paginav span.arrow-next {transform:  skew(10deg);position: relative; display: inline-flex;align-items: center;justify-content: center; margin-right: 0px; }
.paginav a { border: 1px solid #202D35;}
.paginav a::before {content: '';border-radius: 5px;background-color: #202D35;top: -1px;bottom: -1px;right: -1px;left: -1px;position: absolute;clip-path: circle(0% at 0% 100%);transition: all .3s ease-out;will-change: transform;z-index: -1;}
.paginav a:hover::before {clip-path: circle(150% at 0% 100%);}
.paginav span.current {border-color: #E31E24;background-color: #E31E24;}
.arrow-previous::before, .arrow-next::before{height: 15px; width: 17px; content: ''; transition: all 0.3s ease;display: inline-block; }
.arrow-previous::before {background: url(../images/btn-arrow-left-red.svg) center center no-repeat;}
.arrow-next::before {background: url(../images/btn-arrow-right-red.svg) center center no-repeat;}
.paginav a:hover .arrow-previous::before{background-image: url(../images/btn-arrow-left-white.svg);}
.paginav a:hover .arrow-next::before{background-image: url(../images/btn-arrow-right-white.svg);}
.blogimgdetail{margin-bottom: 50px;}
.blogdetailcontent  p{margin-bottom: 30px;}
.blogdetailcontent {padding-bottom: 30px;}
.blogdetailcontent  h2,.blogdetailcontent  h3,.blogdetailcontent  h4,.blogdetailcontent  h5{margin-bottom: 20px;}
.blogdetailcontent  h2, .blogdetailcontent h1{font-size: 70px;}
.blogdetailcontent  h3{font-size: 50px;}
.blogdetailcontent  h4{font-size: 36px;}
.blogdetailcontent  h5{font-size: 30px;}
.blogdetailcontent  ul{margin-bottom: 30px;}
.blogdetailcontent  ul li ul{margin-top: 15px;}
.blogdetailcontent  ul li, .blogdetailcontent  ol li{margin-bottom: 5px;}
.blogdetailcontent  ol > li:last-child{margin-bottom: 0px}
.blogdetailcontent  ol { margin-bottom: 20px; counter-reset: item; display: inline-block; width: 100%;padding-left: 0px; }
.blogdetailcontent  ol li { margin-bottom: 5px; }
.blogdetailcontent  ol ol, .blogdetailcontent  ol li ul { padding-left: 20px; margin: 15px 0px 10px; }
.blogdetailcontent  ol li::before { content: counters(item, ".") ". "; counter-increment: item;}
.blogdetailcontent  ol li ul li::before { content: ''; }
.blogdetailcontent  img{margin: 20px 0px;display: inline-block;}
.blogdetailnav{display: inline-flex;justify-content: space-between; width: 100%;padding-top: 30px;}
.blogdetailnav  a, .clrbtn, .clrbtn:hover {color: #E31E24;font-weight: 500;font-size: 18px;display: inline-flex;align-items: center;position: relative;}
.blogdetailnav  a::before, .clrbtn::before {content: '';position: absolute;bottom: -3px;left: 0px;background-color: #E31E24;width: 100%;height: 1px;}
.blogdetailnav  .prevb{padding-left: 20px;}
.blogdetailnav  .nextb, .clrbtn{padding-right: 20px;}
.blogdetailnav  .prevb:hover{padding-left: 35px;}
.blogdetailnav  .nextb:hover, .clrbtn:hover{padding-right: 35px;}
.blogdetailnav  .prevb::after, .blogdetailnav  .nextb::after, .clrbtn::after{content: '';position: absolute;top: 0px; width: 10px;height: 10px;background-repeat: no-repeat;margin-top: 3px;}
.blogdetailnav  .prevb::after{background-image: url(../images/blog-prev-arrow.svg);left: 0px;top: 11px;}
.blogdetailnav  .nextb::after, .clrbtn::after{background-image: url(../images/blog-next-arrow.svg);right: 0px;top: 11px;}
.othercasestudy .row [class*="col-"] h4{margin-bottom: 0px;}

/* blog listing */
.leftstickycol{position: sticky;top: 80px;}
.casestudytoprow{top: 0px;position: sticky;padding-bottom: 130px;}
.casestudyitem {background-color: #D0D1D3;position: relative;padding-bottom: 100px;}
.casestudytoprow .t238{line-height: 1;}
.casestudydetailrow, .othercasestudy, .contactfrmrow {padding-left: 100px;padding-right: 100px;}
.casestudydetailrow .blogdetailcontent{padding-left: 30px;padding-bottom: 0px;}
.casestudydetailrow .blogdetailcontent  h2{font-size: 50px;}
.casestudydetailrow .blogdetailcontent  h3{font-size: 36px;}
.othercasestudy .casestudyitem{margin-bottom: 0px;}
.casestudydetailrow .row{margin-bottom: 100px;}
.contactinfo{display: flex;align-items: flex-start;}
.contactinfo:last-child{margin-bottom: 0px;}
.contactinfo i{flex-shrink: 0;width: 32px;margin-right: 20px}
.contactinfo a{color: #333333;}
.contactinfo a:hover{color: #E31E24;}
.cntpreson{padding: 40px 30px;min-height: 100%;}
.cntpreson h5{margin-bottom: 10px;}
.cntpreson .contactinfo{margin-bottom: 15px;}
.cntpreson .contactinfo:last-child{margin-bottom: 0px;}
.cntpreson i{width: 24px;height: 24px;align-items: center;margin-right: 15px;line-height: 1}
.cntpersonrow [class*="col-"]{margin-bottom: 24px;}
.cntpreson a{font-size: 18px;line-height: 1}
.contactinforow  h4{margin-bottom: 10px;}
.cntptitle{margin-bottom: 25px;}
.productinforow{padding: 0px 100px;}
.proinfo{background-color: #D0D1D3;padding: 40px;margin-bottom: 3px;}
.proinfo{color: #333333;}
.productinforow h4{color: #202D35;margin-bottom: 10px;}
.inquirybtn{padding: 37px 40px;margin-bottom: 3px; width: 100%;background-color: #E31E24;color: #fff;font-weight: 600; font-size: 24px;display: flex;align-items: center;text-transform: uppercase;position: relative;z-index: 1;}
.inquirybtn:hover{color: #E31E24;}
.inquirybtn::before{background-image: url(../images/arrow-title.svg);background-repeat: no-repeat;background-position: center;content: '';width: 15px;height: 15px;margin-right: 15px;background-size: 15px;}
.inquirybtn:hover::before{background-image: url(../images/arrow-title-red.svg);}
.inquirybtn::after{content: '';right: 0px;top:0px;width: 100%;height: 100%;background-color: #ffffff;position: absolute;transition: all 0.5s ease;clip-path: circle(0% at 0% 100%);z-index: -1;}
.inquirybtn:hover::after{clip-path: circle(150% at 0% 100%);}
.btnbg{background-color: #2A3942;}
.applicaioncol {padding: 50px;}
.productslidercol{padding: 0px 100px;}
.productslider{margin-bottom: 50px;}
.prdthumb{padding:20px 30px;}
.prodthumb-slider .slick-slide, .productslider .slick-slide{padding: 0px 12px;}
.stichsample{background-color: #2A3942;padding: 50px;}
.tabledesign .table-responsive{margin-bottom: 30px;border: 1px dashed #4B6778;}
.tabledesign .table{color: #fff;margin-bottom: 0px;border-collapse: separate; /* Required for sticky borders */
  border-spacing: 0;}
.tabledesign .table>:not(caption)>*>*{background-color: transparent;border-bottom: 0px;color: #fff;font-size: 18px;padding: 7px 30px;}
.tabledesign .table tr > td:first-child{font-weight: 600;}
.tabledesign .table tr > td{border-right: 1px dashed #4B6778;min-width: 350px;white-space: nowrap;}
.tabledesign .table tr > td:first-child{position: sticky;left: 0px;z-index: 5;background-color: #202D35;}
.tabledesign .table tr > td:last-child{border-right: 0px;}
.tabledesign .table tr:nth-child(even), .tabledesign .table tr:nth-child(even) > td:first-child{background-color: #2A3942;}
.techrightimg{width: 27%;overflow: hidden;}
.plyicn{top: 50%;left: 50%;transform: translate(-50%, -50%) scale(1);position: absolute;transition: all 0.3s ease;}
.videopopup:hover .plyicn{transform: translate(-50%, -50%) scale(1.2)}
.othprdcol{padding: 50px;}
.botnotanim.aniborderh {width: 100%;}
.botnotanim.aniborderv  {height: 100%;}
.otherprdslider .slick-slide{padding: 0px 12px;}
.otherprdslider img{max-height: 370px;}
.prdlistrow{padding-left: 100px;padding-right: 100px;}
.prdrowstick{align-items: flex-start;}
.prdrowstick .proditems{margin-bottom: 50px;text-align: center;}
.prdrowstick .othprdcol img{position: relative;}
.prdrowstick .proditems span{top: 20px;right: 20px;}
.otherprdslider  h4{margin-bottom: 0px;}
.has-html5video .f-html, .has-youtube .f-html, .has-vimeo .f-html {max-width: 1366px; max-height: 768px;}
.modal-content{border-radius: 0px;border: 0px;}
.modal-content .closeBtn::before, .modal-content .closeBtn::after {background-color: #E31E24;}
.modal-content  .form-control{font-size: 18px;padding-bottom: 15px;}
.modal-content textarea.form-control{height: 80px;}
.modal-body{padding: 50px;}
.black-overlay { z-index: 50; background-color: rgba(0, 0, 0, 0.5); content: ''; position: fixed; right: 0; height: 100%; width: 100%; top: 0; display: none; }
.otherprdslider .slick-arrow{margin-top: -50px;}
.productslidercol .slick-prev::before{background-image: url(../images/btn-arrow-left-white.svg);}
.productslidercol .slick-next::before{background-image: url(../images/btn-arrow-right-white.svg);}
.prdthumb .boxborderv{height: 100%;}
.prdthumb .boxborderh {width: 100%;}
.productinforow .row{align-items: flex-start;}
.pronameimg  img{max-height: 60px;}
.NotClickBtn{cursor: no-drop;}
.industrycol{color: #fff;flex-shrink: 0;font-size: 20px; background-color: #2A3942;min-height: 80px;width: 232px;display: flex;align-items: center;justify-content: center;margin: 0px 12px;}
.idustrymarqee .marqueetrack{margin-bottom: 24px;padding: 0px;}
.marqueetrackright {will-change: transform;display: flex;justify-content: flex-end; width: max-content;animation: scrollRight 30s linear infinite; -webkit-animation: scrollRight 30s linear infinite; will-change: transform; transform: translateZ(0);}
.prdrowstick .grid .proditems{margin-bottom: 0px}
.prd-item{margin-bottom: 50px;}

/* infrastructure css start */
.red-bg{background: #E31E24;color: #fff;}
.red-bg-box{background: #E31E24;padding: 50px;color: #fff;}
.infratextrow{padding: 0px 100px;}
.infrabnner{padding-left: 100px;width: 100%;position: relative;top: 0px;height: min-content;}
.infacaption{position: absolute;left: 0px;width: 0px;padding-left: 100px;bottom: 0px;width: 100%;}
.infacaption .red-bg-box{width: 37%;}
.infbanimg{clip-path: inset(0% 100% 0% 0%);}
.infacaption {clip-path: inset(100% 0% 0% 0%);}
.counterbox{padding: 40px 50px;}
.counterbox .th1{color: #fff;line-height: 1;}
.counterinfrow [class*="col-"]{margin-bottom: 24px;}
.counterinfrow [class*="col-"]:nth-child(2) .counterbox{color: #fff;}
.counterinfrow [class*="col-"]:nth-child(2) .counterbox::before {content: ''; right: 0px;top: 0px;width: 100%;height: 100%;position: absolute;transition: all 0.5s ease;z-index: 0;background-color: rgba(227, 30, 30);clip-path: inset(100% 0% 0% 0%);}
.counterinfrow [class*="col-"]:nth-child(2) .in-view.counterbox::before {clip-path: inset(0% 0% 0% 0%);}
.titleht{text-align: center;}
.titleht .split-word{overflow: hidden;}
.titleht .split-char{transform: translateY(200px);opacity: 0;}
.titleht .t150{color: #fff;}
.manufactimgleft{width: 63%;height: 100vh;overflow: hidden;position: relative;}
.manufactimgleft img{object-fit: cover;height: 100%;width: 100%;}
.manufactrightcontent {width: 25%;margin-bottom: 150px;}
.meterialimgcontent:first-child{position:relative;}
.manufacimg{position:absolute;top:0px;left:0px;clip-path: inset(100% 0% 0% 0%);height: 100%;}
.manufacimg img{transition: all 0.1s ease;transform: scale(1.2);}
.manufacimg.hoverselected{z-index: 2;clip-path: inset(0% 0% 0% 0%);}
.manufacimg.hoverselected img{transform: scale(1);}
.manuthumbright{position: absolute;right: 50px;top: 100px;width: 70px;}
.manthumb{position: relative;width: 70px;padding: 10px;margin-bottom: 20px;border: 1px dashed #8F969A;transition: all 0.3s ease;background-color: transparent;}
.manthumb.hoverselected{border-color: #fff;}
.thumb-slider{height: 360px;overflow: hidden;}
.arrowbtn{line-height:0; display:inline-block;
    width:50px;height:50px;padding:0; transform:skew(-10deg);cursor:pointer;outline:none;background-color: transparent;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;
    z-index: 1;border:1px dashed #fff;border-radius: 5px;margin-top: -50px;}
.arrowbtn::after {content: '';border-radius: 5px;background-color: #E31E24;top: -1px;bottom: -1px;right: -1px;left: -1px;position: absolute;clip-path: circle(0% at 0% 100%);transition: all .3s ease-out;will-change: transform;z-index: -1;}
.arrowbtn:hover::after {clip-path: circle(150% at 0% 100%);}
.arrowbtn:hover{border:1px dashed #E31E24;}
.next-btn{margin-left: 10px;}
.prev-btn::before, .next-btn::before{content: '';transform: skew(10deg); background-repeat: no-repeat;background-position: center;width: 20px;height: 16px;display: inline-block;transition: all 0.3s ease;}
.prev-btn::before{background-image: url(../images/btn-arrow-left-red.svg);}
.next-btn::before{background-image: url(../images/btn-arrow-right-red.svg);}
.prev-btn:hover::before{background-image: url(../images/btn-arrow-left-white.svg);}
.next-btn:hover::before{background-image: url(../images/btn-arrow-right-white.svg);}
.seebannrow{height: 100vh;width: 100%;}
.fullhebanner{height: 100%;width: 100%;overflow: hidden;}
.fullhebanner img {object-fit: cover;height: 100%;width: 100%;}
.fullbantitle{position: absolute;top: 0px;left: 0px;width: 100%;padding: 200px 0px;}
.fullbantitle .t150{color: #fff;}
.boxbottomvid{position: absolute;bottom: 0px;left: 0px;right: 0px;}
.boxbottomvid .red-bg-box{max-width: 755px;width: 100%;}
.stichmcvideo{max-width: 488px;margin-bottom: 150px;}
.redbxPra {clip-path: inset(100% 0% 0% 0%);}
.seebannrow{position: sticky;top: 0px;width: 100%;}
.fullhebanner{clip-path: inset(0% 100% 0% 0%);}
.seestichrow .h-spacer{height: 200vh;}
.aboutmachinerow{padding-left: 100px;}
.aboutmachinerow .h-spacer { height: 300vh; }
.stickstichrow {display: flex; width: 100%; position: sticky; top: 0; overflow: hidden; padding-top: 120px; padding-bottom: 50px; height: 100vh; box-sizing: border-box; }
.stichtitle {flex-shrink: 0;display: flex;flex-direction: column; justify-content: space-between;margin-right: 100px;}
.subcontent{width: 450px;opacity: 0;transform: translateY(100%);}
.tiscale{font-size: 50px;transform-origin: left top;transform: scale(3.7);}
.imgcardwrap {display: flex; align-items: center; gap: 20px; flex: 1; overflow: hidden; transform: translateX(100%); }
.left-frame {flex-shrink: 0; width: 600px; overflow: hidden; position: relative;}
.left-track{display: flex; flex-direction: row; height: 100%; will-change: transform; }
.left-slide {flex-shrink: 0; width: 100%; height: 100%; }
.left-slide img {width: 100%; height: 100%; object-fit: cover; display: block; }
.text-slide {flex-shrink: 0;width: 100%;padding-right: 20px;}
.text-slide p{margin-bottom: 0px;}
.textwrapper{width: 100%;overflow: hidden;}
.text-track{display: flex;flex-direction: row;}
.textframe{flex-shrink: 0;}
.right-sm-img {overflow: hidden; flex: 1; }
.track {display: flex; flex-direction: row; gap: 16px; will-change: transform; }
.cardimgcol {flex-shrink: 0; width: 200px; overflow: hidden; }
.cardimgcol img {width: 100%; height: 100%; object-fit: cover; display: block; }
.marqueetrack {display: flex;color: #202D35; width: max-content;animation: scrollLogos 30s linear infinite; -webkit-animation: scrollLogos 30s linear infinite; will-change: transform; transform: translateZ(0);}
.callactbtn{position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;display: flex;align-items: center;justify-content: center;}
.callactbtn .btnarrowsq{background-color: #E31E24;padding: 34px 40px;opacity: 0;transition: all 0.3s ease;margin-top: 20px;}
.callactbtn:hover .btnarrowsq{opacity: 1;margin-top: 0px;}
.callactbtn .btnarrowsq:before{background-color: #202D35;}
.callactbtn .btnarrowsq::after{width: 24px;height: 24px;background-size: 24px;}
.manufactnav{display: flex;flex-wrap: wrap;width: 100%;}
.mantextcol{display: inline-block;width: 100%;margin-bottom: 60px;}
.manufactnav .arrowbtn{margin-top: 0px;}
.marqueetrack span{margin-right: 50px;}
/* infrastructure css end */

/* about page css start */
.abtstickytop{height: min-content;}
.abouttitletop{padding: 250px 100px 0px;transform: translateY(0);}
.abouttitletop .split-word{transform: translateY(0px);}
.aboutbanner{height: 100vh;position: sticky;bottom: 0px;justify-content: flex-end;align-items: end; overflow: hidden;display: flex;flex-wrap: wrap; }
.topabtbanner{width: 360px;height: 428px;margin-right: 100px;position: relative;clip-path: inset(100% 0% 0% 0%);}
.topabtbanner img, .topabtbanner video{object-fit: cover;width: 100%;height: 100%;}
.aboutherosection .h-spacer{height: 100vh;}
.aboutherosection {position: relative; z-index: 1;height: 200vh;}
.abtcontentbanner{width: 100%;height: 100vh;padding: 150px 0px 0px;position: sticky;bottom: 0px;}
.abtcontentbanner h3{font-style: italic;}
.f-italic{font-style: italic; }
.aboutothercomprow {overflow: clip; width:100%; position: relative;}
.aboutsnap-content{  position: sticky;top: 0;height: 100vh;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.aboutinfo-item{position: absolute;inset: 0;width: 100%;height: 100vh;display: flex;align-items: center;will-change: transform, opacity;backface-visibility: hidden;transform: translate3d(0,0,0);}
.aboutinfo-item .row {align-items: center;}
.visionrow p{margin-bottom: 0px;}
.imgcardmission{gap: 24px;padding: 0px 100px;min-height: 575px;align-items: flex-end;display: flex;flex-wrap: nowrap;justify-content: center;}
.missionrow .headline h2 span{display: block;line-height: 0.95;}
.missionrow .headline{position: relative;}
.missionrow .headline-line{display: block; width: 220px; max-width: 100%; height: 4px; margin: 16px auto 0; background: #E31E24; transform: translateX(0); will-change: transform; }
.imagecard {flex: 1 1 0; min-width: 0; overflow: hidden; transform-origin: center center; will-change: flex-grow; position: relative; }
.imagecard .imgcolscl{aspect-ratio: 4 / 3; width: 100%; overflow: hidden; }
.imagecard .imgcolscl img{width: 100%; height: 100%; object-fit: cover; display: block; transform: none !important; }
.imagecard .imgcaptionsc{position: absolute; bottom: 0px; left: 50%; transform: translate(-50%, 10px); width: 100%; padding: 30px 0px; background: rgba(0, 0, 0, 0.4); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); opacity: 0; text-align: center; visibility: hidden; color: #fff; transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease; }
.imgcaptionsc h4{margin-bottom: 10px;font-size: 30px;line-height: 1;color: #fff;}
.imgcaptionsc p{margin-bottom: 0;font-size: 22px;line-height: 1.15;white-space: normal;}
.imagecard.is-active .imgcaptionsc{opacity: 1;visibility: visible;transform: translate(-50%, 0);}
.bg-overlay-gradient::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(102, 102, 102, 0.50) 100%);    mix-blend-mode: hard-light;pointer-events: none;}
.abcontentabs{position: absolute;bottom: 0px;width: 100%;padding-bottom: 150px;color: #ffffff;}
.abcontentabs h2{color: #fff;}
.textvertical{position: relative;max-height: 300px;overflow: hidden;display: inline-block;vertical-align: top; }
.textscroll{line-height: 1.2;}
.stickyimg{position: sticky;top: 0px;height: 100vh;overflow: hidden;}
.stickyimg img{object-fit: cover;width: 100%;height: 100%;}
/* about page css end */

/* industry page css start */
.industryitems{position: relative;overflow: hidden;}
.industryitems .listrowind:first-child .col-ind-item .topsvgborder{display: block;}
.industryitems .listrowind .col-ind-item .topsvgborder{display: none;}
.industrylistrow{padding-left: 100px;padding-right: 100px;}
.indlistitem{padding: 50px;display: grid;grid-template-columns: 1fr 1fr;gap: 30px;color: #333333;position: relative;min-height: 100%;}
.indlistitem h3{margin-bottom: 15px;transition: all 0.3s ease;}
.indcntitle{display: flex;flex-direction: column;justify-content: space-between;align-items: flex-start; margin-bottom: 20px;}
.textcontind p{margin-bottom: 0px;font-size: 18px;line-height: 1.5;}
.industrylistrow .paginav {margin-top: 50px;}
.vanuedetail{display: inline-flex;align-items: center;flex-wrap: wrap;justify-content: center;}
.venuetext::after{content: '//';color: #E31E24;margin: 0px 30px;flex-shrink: 0;}
.vanuedetail .venuetext:last-child:after{display: none;}
.indetailrow .row [class*="col-"]{margin-bottom: 150px;}
.colimgClip {clip-path: inset(20%);overflow: hidden;}
.colimgClip img{transform: scale(1.2);}
.otherindslider .slick-slide{padding: 0px 12px;height: auto;}
.otherindslider .indlistitem{padding: 40px;}
.otherindslider .slick-arrow{margin-top: 0px;}
.otherindustryrow{padding: 0px 100px;}
.listrowind {gap: 24px;display: grid !important; grid-template-columns: 1fr 1fr;}
.otherindslider .slick-track{display: flex;flex-direction: row;}
/* industry page css end */

.indimghover{position: absolute;top:-120px;right:0px;opacity: 0;transition: all 0.3s ease;z-index: 3;width:20%}
.indstryitemsrow{position: relative;padding-bottom: 40px;margin-bottom: 50px;}
.indstryitemsrow h4{margin-bottom: 0px;color: #667077;transition: all 0.3s ease;}
.indstryitemsrow .bullet-list ul {display: flex;flex-wrap: wrap;}
.indstryitemsrow .bullet-list ul li{margin-right: 40px;flex-shrink: 0;font-size: 20px;padding-left: 20px;color: #D0D1D3;}
.indstryitemsrow .bullet-list ul li:before{background-image: none;top: 16px; background-color: #D0D1D3;color:#D0D1D3;border-radius: 100%;width: 6px;height: 6px;}
.indstryitemsrow:hover .indimghover{opacity:1}
.indstryitemsrow:hover h4, .indstryitemsrow:hover .bullet-list ul li{color:#fff}

@keyframes scrollLogos {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@-webkit-keyframes scrollLogos {
  0% { -webkit-transform: translateX(0); }
  100% { -webkit-transform: translateX(-50%); }
}

@keyframes scrollRight {
  0% {transform: translateX(-50%);}
  100% {transform: translateX(0%);}
}
.fadeUpElem{transform: translateY(50px);opacity: 0;}
@media only screen and (min-width:1200px) {
    .stickyHorizontalrow .h-spacer{height: 160vh;}
    .stickyHorizontalrow, .wavinglagacyrow {align-content: center;align-items: center;display: flex;flex: none;flex-direction: column;flex-wrap: nowrap;gap: 0px;height: min-content;justify-content: flex-start;overflow: visible;position: relative;width: 100%;}
    .stickymainwrapper {width: 100%;display: inline-flex;position: relative;flex-wrap: wrap;}
    .stickyhrwrapper, .stickylagacy { position: sticky;top: 0px;align-items: flex-start;overflow: hidden;display: flex;}
    .factoryabout, .texthorizontal  {  display: flex;flex-wrap: nowrap;will-change: transform;position: relative;transform-origin: left;}
    .quilityrow{flex-shrink: 0;padding: 250px calc(((100% - 1512px)) / 2) 0px;}
    .factroybanner{height: 100vh;overflow: hidden;flex-shrink: 0;}
    .textwave{white-space: nowrap;padding: 100px 0px;}
    .wavinglagacyrow .h-spacer{height: 180vh;}
    .datetrans, .cntup{transform: translateY(30px);opacity: 0;}
    .elmefadeup{transform: translateY(30px);opacity: 0;}
    .cntup{transform: translateY(30px);opacity: 0;transition: all 0.5s ease;}
    .in-view .cntup{transform:translateY(0);opacity: 1;}
    .prdrowstick .othprdcol::before{content: '';right: 0px;top:0px;width: 100%;height: 100%;background-color: #E31E24;position: absolute;transition: all 0.5s ease;clip-path: circle(0% at 0% 100%);z-index: 0;}
    .prdrowstick .proditems:hover .othprdcol::before{clip-path: circle(150% at 0% 100%);}
    .productstick .proditems::before, .applicamarqee .proditems::before{content: '';right: 0px;top:0px;width: 100%;height: 100%;background-color: #E31E24;position: absolute;transition: all 0.5s ease;clip-path: circle(0% at 0% 100%);z-index: 0;}
    .productstick .proditems:hover::before, .applicamarqee .proditems:hover::before{clip-path: circle(150% at 0% 100%);}
    .productstick .proditems:hover span{opacity: 1;}
    .prdrowstick .proditems:hover span{opacity: 1;}
    .productstick .proditems:hover h3, .applicamarqee .proditems:hover h4{color: #fff;}
    .productstick .proditems:hover{border-color: #E31E24;}
    .applicamarqee .proditems::before{z-index: -1;}
    .productsticky {position: sticky;top: 70px;background-color: #D0D1D3;z-index: 2;padding-top: 20px;}
    .productsticky .row{align-items: flex-end;}
    .indlistitem::before{content: '';right: 0px;top:0px;width: 100%;height: 100%;background-color: #E31E24;position: absolute;transition: all 0.5s ease;clip-path: inset(0% 100% 0% 0%);z-index: 0;}
    .indlistitem:hover::before{clip-path: inset(0% 0% 0% 0%);}
    .indlistitem:hover{color: #fff;}
    .indlistitem:hover .linebtn{color: #fff;background-image: url(../images/btn-arrow-white.svg);}
    .indlistitem:hover .linebtn::before{background-color: #fff;}
    .indlistitem:hover h3{color: #fff;}
    .PostPanel{transform: perspective(1px) translateZ(0) translateY(50vh);}
   .filters-button-group button:hover{color: #E31E24;font-weight: 500;padding-right: 25px;}
   .filters-button-group button:hover::after{opacity: 1;}
   .filters-button-group button:hover::before{transform: scaleX(1);}
}
.catalistitems{position: sticky;top: 150px;}
.filters-button-group{display: flex;flex-direction: column;align-items: flex-start;}
.filters-button-group button{background-color: transparent;margin-bottom: 30px; font-size: 24px;line-height: 1;letter-spacing: -0.5px; line-height: 1; color: #555555;padding-bottom: 15px;padding-left: 0px; border-bottom:1px solid #555555;display: inline-flex;position: relative; align-items: center;transition: all 0.5s ease;}
.filters-button-group button::before{content: '';background-color: #E31E24;width: 100%;height: 1px;bottom: -1px;left: 0px;position: absolute;transform: scaleX(0);transform-origin: left;transition: all 0.5s ease;}
.filters-button-group button::after{content: '';background-image: url(../images/btn-arrow-red.svg);width: 11px;height: 11px;background-repeat: no-repeat;position: absolute;right: 0px;opacity: 0;transition: all 0.8s ease;margin-top: 2px;}
.filters-button-group button.is-checked{color: #E31E24;font-weight: 500;padding-right: 25px;}
.filters-button-group button.is-checked::before{transform: scaleX(1);}
.filters-button-group button.is-checked::after{opacity: 1;}
.prd-item .aniborderv{height: 100%;}
.prd-item .aniborderh{width: 100%;}