@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: 30px; }
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.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;-webkit-transform: perspective(1px) translateZ(0);line-height: 1;
transform: perspective(1px) translateZ(0);position: relative;transition: all .3s ease-out;letter-spacing: 0px;display: inline-block;}
.btn-theme-submit:before {content: '';background-color: #4D4D4D;bottom: 0px;right: 0px;left: 0;position: absolute;top: 0;
transform: scaleX(0);transform-origin: 0 50%; transition: all .3s ease-out;width: 100%;will-change: transform;z-index: -1;}
.btn-theme-submit input[type="submit"] {background-color: transparent; border: none; font-size: 18px; font-weight: 400; text-transform: capitalize;color: #fff; outline: 0px; padding: 16px 60px 16px 20px; background-image: url(../images/btn-arrow-white.svg);background-repeat: no-repeat; background-position: right 20px center;transition: all 0.4s ease;}

.linebtn{padding-bottom: 8px;padding-right: 22px; font-size: 20px;color: #D0D1D3;position: relative;display: inline-block;
     font-weight: 500;background-image: url(../images/btn-arrow-white.svg);background-repeat: no-repeat;background-position: right 11px;}
.linebtn::after, .linebtn::before{content: '';position: absolute;bottom: 0px;left: 0px;width: 100%;height: 1px;transition: all 0.3s ease;transform-origin: left;}
.linebtn::before{background-color: #D0D1D3;}
.linebtn:hover{color: #fff;}
.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%);}
/*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 15px; font-size: 24px; line-height: 1; color: #555;border: 0px; border-bottom: 1px solid #979591; box-shadow: none; background-color: transparent; font-weight: 400;text-overflow: ellipsis; }
.form-control:focus, .input-text:focus { color: #4A4A4A; border-color: #E31E24; background-color: transparent; outline: 0; box-shadow: none; }
.form-control::-webkit-input-placeholder { color: #666; font-weight: 400; }
.form-control::-moz-placeholder { color: #666; opacity: 1; font-weight: 400; }
.form-control::-ms-input-placeholder { color: #666; font-weight: 400; }
.form-control:focus::-webkit-input-placeholder { color: #4A4A4A; font-weight: 400; }
.form-control:focus::-moz-placeholder { color: #4A4A4A; opacity: 1; font-weight: 400; }
.form-control:focus::-ms-input-placeholder { color: #4A4A4A; 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, .centerclipmask img{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{clip-path: inset(0 0% 100% 0);height: 100%;transition: all 1s ease;width: 1px; background-image: url(../images/border-v.svg);background-repeat: repeat-y;}
.aniborderh{clip-path: inset(0 100% 0 0);height: 1px;transition: all 1s ease;width: 100%;background-image: url(../images/border-h.svg);background-repeat: repeat-x;}
.borderclipright{clip-path: inset(0 0% 0 100%);}
.in-view .aniborderh,.in-view .boxborderh,
.in-view .aniborderv, .in-view .boxborderv{clip-path: inset(0 0 0 0);}
.topsvgborder{position: absolute;top: 0px;left: 0px;}
.botsvgborder{position: absolute;bottom: 0px;left: 0px;}
.rightsvgborder{position: absolute;top: 0px;right: 0px;}
.leftsvgborder{position: absolute;top: 0px;left: 0px;}
.boxborderv{clip-path: inset(0 0% 100% 0);height: 100%;transition: all 1s ease;width: 1px; background-image: url(../images/border-box-v.svg);background-repeat: repeat-y;}
.boxborderh{clip-path: inset(0 100% 0 0);height: 1px;transition: all 1s ease;width: 100%;background-image: url(../images/border-ht.svg);background-repeat: repeat-x;}
.leftfade{transform: translateY(50%);opacity: 0;}
.rightfade{transform: translateX(50%);opacity: 0;}
/*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;background-image: url(../images/border-ht.svg);background-position: bottom;background-repeat: repeat-x;transition: all 0.5s ease;}
 .mainheader.sticky .headerborder{background-image: none;padding: 15px 0px;}
.navmenu {padding:100px 80px; z-index: 50; position: fixed; height: 100%; width:50%; background: #202D35; top: 0; right: 0; transform: translateY(-100%); transition: transform 0.8s cubic-bezier(.25, .85, .25, 1); overflow: auto; will-change: transform;}
.navmenu.slide { transform: translateY(0); }
.navmenu > ul{width: 100%;}
.navmenu > ul > li{width: 100%;margin: 0px 0px 30px;position: relative;}
.navmenu > ul > li > a{font-size: 36px;color: #fff; display: block; font-weight: 500;padding: 0px 0px 5px; position: relative;}
.navmenu > ul > li ul{margin-top: 20px;display: none;}     
.navmenu > ul > li > ul > li{margin-bottom: 15px;padding-left: 10px;}
.navmenu > ul > li > ul > li:last-child{margin-bottom: 0px;}
.navmenu > ul > li > ul > li > a{font-size: 20px;color: #fff;}
.navmenu > ul > li > a:after { position: absolute; bottom: 10px; height: 1px; width: 0%; background-color: #E31E24; content: ""; left: 0px;bottom: 0px;transition: all 0.3s ease; }
.navmenu > ul > li.current-menu-item > a::after { width: 100%; }
.navmenu > ul > li.current-menu-item > a{ color: #E31E24; }
.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:30px;height: 24px; display: inline-flex; flex-wrap: wrap; align-items: center;margin-left: 15px;margin-top: 3px;}
.icnline { background-color: #fff;transition: all 0.3s ease; width: 100%; height: 1px;line-height: 1; }
.navicn .icnline:nth-child(2){width: 85%;}
.navicn .icnline:last-child{width: 78%;}
.navbtn:hover .icnline{width: 100%;}
.mainheader.sticky .navbtn{color: #202D35;}
.mainheader.sticky .icnline{background-color: #202D35;}
.innerheader .navbtn{color: #202D35;}
.innerheader .icnline{background-color: #202D35;}
/*header-css-end*/



/* 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{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::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{clip-path: circle(150% at 0% 100%);}
.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: 798px;text-align: left;}
.productstick .proditems:hover h3{color: #fff;}
.productstick .proditems:hover{border-color: #E31E24;}
.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;}
.productstick .proditems:hover span{opacity: 1;}
.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;}
.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 .benefit-text:first-child{position: relative;}
 .solutiontext{animation-name:textanim ;animation-duration: 1s; animation-fill-mode: both;}
.benefit-text.is-active .solutiontext{animation-name:fadeInUp ;animation-duration: 1s; animation-fill-mode: both;} 
.benefit-text.is-active {opacity: 1;}*/
.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%); }
}
/* homepage css end */

/* footer start */
.maincontent{margin-bottom: 50%;position: relative;z-index: 1;background-color: #D0D1D3;}
address{margin-bottom: 0px;}
.mainfooter{vertical-align: top;padding: 150px 0px 100px;color: #8F969A;font-size: 18px;position: fixed;bottom: 0px;}
.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: 250px;}
.thankyoupage{height: 100vh;padding: 250px 0px;align-items: center;}
/* blog listing */
.bloglistingrow .righttopvector{top: -200px;}
.blogitems .blogitem{transition: all 0.3s ease;}
.blogitems .blogitem:nth-child(3n+1):hover~.blogitem:nth-child(3n+1), 
.blogitems .blogitem:nth-child(3n+2):hover~.blogitem:nth-child(3n+2), 
.blogitems .blogitem:nth-child(3n+3):hover~.blogitem:nth-child(3n+3){transform: translateY(13rem);}
.loadmorebtn{width: 100%;text-align: center;display: inline-block;margin-bottom: 150px;}
.paginav {margin-top: 250px;color: #4A4A4A; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center;justify-content: center;}
.paginav a, .paginav span {text-decoration: none; margin: 0px;margin-right: 10px; text-align: center; font-size: 20px;
     width: 50px; height: 50px; line-height: 50px;color: #fff;}
.paginav span.arrow-previous, .paginav span.arrow-next {position: relative; display: inline-flex;align-items: center;justify-content: center; margin-right: 0px; }
.paginav a { border: 1px solid #979591;}
.paginav span.current, .paginav a:hover {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  h2,.blogdetailcontent  h3,.blogdetailcontent  h4,.blogdetailcontent  h5{margin-bottom: 20px;}
.blogdetailcontent  h2{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%;margin-top: 50px;border-top: 1px solid #979591;padding-top: 30px;}
.blogdetailnav  a{color: #E31E24;font-weight: 500;font-size: 18px;display: inline-flex;align-items: center;position: relative;}
.blogdetailnav  a::before{content: '';position: absolute;bottom: -3px;left: 0px;background-color: #E31E24;width: 100%;height: 1px;}
.blogdetailnav  .prevb{padding-left: 20px;}
.blogdetailnav  .nextb{padding-right: 20px;}
.blogdetailnav  .prevb:hover{padding-left: 35px;}
.blogdetailnav  .nextb:hover{padding-right: 35px;}
.blogdetailnav  .prevb::after, .blogdetailnav  .nextb::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: 7px;}
.blogdetailnav  .nextb::after{background-image: url(../images/blog-next-arrow.svg);right: 0px;top: 7px;}
.othercasestudy .row [class*="col-"] h4{margin-bottom: 0px;}
/* blog listing */



@keyframes marquee-ltr {
0% { transform: translateX(0%); }
100% { transform: translateX(-100%); }
}
.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; }
	
@media only screen and (min-width:1200px) {
    .stickyHorizontalrow .h-spacer{height: 150vh;}
    .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;}
}

