
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Site Css Starts Here */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #898989;
    background: #fff;
}

img {
    width: 100%;
    height: auto;
}

.container, .container-fluid {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}
.flexone{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Logo a img {
    max-width: 300px;
}
.primary-header {
    padding-top: 15px;
}
.IconMenu {
    margin-top: -16px;
    margin-bottom: -16px;
}
.languageswitch ul li {
    display: inline-block;
    padding-right: 10px;
    margin-right: 5px;
    font-size: 16px;
    color: #787777;
    border-right: 1px solid #000;
}
.languageswitch ul li.Activelanguage{
font-weight: 700;
color: #232323;
}
.languageswitch ul li:nth-child(2){
    border-right: 0;
}
.secondary-header {
    background: #000;
    box-shadow: 0px 5px 10px #373636;
    z-index: 1;
    position: relative;
}
.IconMenu ul li a img {
    max-width: 100px;
}
.ProductImage img{
    max-width: 150px;
    margin: auto;
}
.IconMenu li {
    display: inline-block;
    margin-right: 24px;
}
.triangle-down {
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
.DropDownmenu li {
    display: inline-block;
    margin-left: 50px;
    position: relative;
    padding: 10px 0;
}
.DropDownmenu li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    align-items: center;
    vertical-align: middle;
}
.breadcrumb {
    background: #fcb900;
    color: #232323;
}
.w-100{
    width: 100%;
}
.w-50{
    width: 50%;
}
h1{
    font-size: 32px;
    color: #232323;
    line-height: 1.5;
    font-weight: 700;
}
h2{
    font-size: 28px;
    color: #232323;
    line-height: 1.5;
    font-weight: 700;
}
h3{
    font-size: 24px;
    color: #232323;
    line-height: 1.5;
    font-weight: 700;
}
p{
    font-size: 16px;
    color: #737373;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 20px;
}
.padding-50{
    padding: 50px 0;
}
.imageContainer{
    position: absolute;
    top: 0;
    right: 0;
}
.productlistbr .imageContainer{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.imageContainer img{
    max-width: 450px;
}
.position_r{
    position: relative;
    z-index: 1;
}
.mb-50{
    margin-bottom: 50px;
}
.text_description {
    max-height: 325px;
    overflow: hidden;
box-sizing: border-box;
}
.seeMore{
    text-align: right;
    display: block;
    font-size: 18px;
    color: #232323;
    text-decoration: none;
}
.seeMore span {
    display: block;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #232323;;
    margin-top: 5px;
    margin-right: 25px;
    margin-left: auto;
}
.text_description::after,.ProductDesc::after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(90%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to top,rgb(255 255 255) 0%,rgb(255 0 0 / 0%) 100%,rgb(255 255 255) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
}
.shadow{
    box-shadow: 0px 2px 6px #919090
}
.flex-wrap{
    flex-wrap: wrap;
}
.ProductImage {
    background: #232323;
    text-align: center;
    padding: 30px;
}
.prolistingwrap .ProductImage {
    background: #e9e9e9;
    padding: 10px;
    overflow: hidden;
    height: 200px;
}
.prolistingwrap .ProductImage img {
    max-width: 256px;
    margin: auto;
}
.prolistingwrap .ProductImage {
    background: #e9e9e9;
    padding: 10px;
}
.prolistingwrap .Productlistitem:hover .ProductImage{
background:  #e9e9e9;
border: 10px solid #fcb900;
height: 100%;
}
.prolistingwrap .ProductDesc::after{
    display: none;
}
.prolistingwrap .Productlistitem {
    min-height: 690px;
}
.prolistingwrap .Productlistitem:hover .ProductImage img {
    display: block;
    transition: all.3s;
}
.ProductImage h4{
    color: #fff;
    font-size: 18px;
}
.flexone.ProductList{
    align-items: flex-start;
    min-height: 540px;
    justify-content: flex-start;
}
.Productlistitem{
    width: 23.2%;
    margin: 10px;
    position: relative;
    transition: all.3s;
}
.ProductDesc{
    padding-top: 10px;
    max-height: 200px;
    overflow: hidden;
    padding: 10px 5px 0;
}
.ProductDesc p {
    font-size: 16px;
    margin-bottom: 0;
}
section.productListWrap:before {
    content: "";
    background: #fcb900;
    position: absolute;
    left: 0;
    width: 50%;
    box-shadow: 2px 2px 5px #919090;
    height: 50px;
}
section.productListWrap.prolistingwrap:before{
    background: #232323;
}
section.productListWrap h3,.sectiontitle h3 {
    font-size: 20px;
    color: #232323;
    z-index: 9;
    position: relative;
    font-weight: 700;
    padding: 13px 0;
}
section.productListWrap.prolistingwrap h3{
    color: #fff;
}
.sectiontitle h3{
    position: absolute;
    left: -112px;
    color: #fff;
    transform: rotate(-90deg);
    /* right: 0; */
    width: 286px;
    font-size: 30px;
    text-transform: uppercase;
    margin: auto;
    text-align: center;

}
.yeloicon{
    display: none;
}
.Productlistitem:hover .ProductImage img{
display: none;
transition: all.3s;
}
.Productlistitem:hover .ProductImage img.yeloicon{
    display: block;
    transition: all.3s;
}
.Productlistitem:hover .ProductImage{
    color: #232323;
    transition: all.3s;
    background-color: #fcb900;
    box-shadow: 5px 5px 7px #404040;
    z-index: 1;
    position: relative;
}
.Productlistitem:hover .ProductDesc{
    max-height:auto;
    transition: all.3s;
    overflow: initial;
    background: linear-gradient(180deg, rgb(205 205 205) 0%, rgba(255,255,255,1) 100%)
}
.Productlistitem:hover .ProductDesc::after{
    display: none;
}
.productSlider{
    background-color: #fcb900;
    position: relative;
}
.sectiontitle {
    position: absolute;
    background: #000;
    /* transform: rotate(-90deg); */
    left: 0;
    width: 71px;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.slideitem img {
    max-width: 150px;
    margin: auto;
}
.productSlider .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    display: flex;
    align-items: center;
}
.imgsec.w-50 img {
    max-width: 300px;
}
.Notificationtxt.w-50 h2,.Notificationtxt.w-50 p {
    font-size: 36px;
    color: #fff;
    font-weight: 900;
}
.footeritems{
    width: 25%;
}
.footeritems:nth-child(2){
    width: 50%;
}
footer {
    background: #232323;
}

.footeritems img {
    max-width: 200px;
}
.footeritems h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.footeritems li {
    text-align: right;
    margin-bottom: 20px;
}

.footeritems li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.productSlider .owl-carousel .owl-nav.disabled {
     display: block
}
.productSlider .owl-carousel button.owl-prev,.productSlider .owl-carousel button.owl-next{
    font-size: 30px !important;
    padding: 12px 22px !important;
    position: absolute;
    background: transparent;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.productSlider .owl-carousel button.owl-next{
    left: auto;
    right: 0;
}
.productSlider .owl-carousel button.owl-prev::before,.productSlider .owl-carousel button.owl-next::before{
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 25px solid #232323;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}
.productSlider .owl-carousel button.owl-next::before{
    border-right: 0;
    border-left: 25px solid#232323;
    left: 0;
    right: auto;
}
.productSlider .owl-carousel button.owl-prev span, .productSlider .owl-carousel button.owl-next span{
    opacity: 0;
}
.IconMenu li:hover a img{
display: none;
}
.IconMenu li:hover a img.yeloicon{
    display:block;
}
.Dropdown{
    display: none;
}
.DropDownmenu ul li:hover .Dropdown{
    display: block;
}
ul.Dropdown {
    position: absolute;
    width: 127px;
    color: #424242;
    top: 35px;
    background: #fcb900;
}
ul.Dropdown li{
    width: 100%;
    box-sizing: border-box;
    padding: 7px 10px;
    font-size: 16px;
    margin-left: 0;
    color: #fff;
}
ul.Dropdown li:hover{
    color: #232323;
    background: #ffa500;
}
.pageTitle img {
    max-width: 100px;
}
.tablistItem{
    width: 25%;
    padding: 30px 0;
    text-align: center;
    min-height: 95px;
    transition: .3s all;
    box-shadow: -3px -8px 8px #cdcdcd;
    cursor: pointer;
}
.tablistItem h4{
font-size: 20px;
color: #232323;

}
.gridcontainer {
    display: flex;
    gap: 0px;
    grid-template-columns: auto auto auto;
    background-color: #ffffff;
    padding: 0px;
    width: 100%;
    /* background: #a1a1a1; */
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .rendrContainer {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 78px;
}
  .griditem {
    background-color: rgb(255 255 255 / 100%);
    padding: 12px;
    font-size: 16px;
    text-align: center;
    margin-right: 0px;
    width: 33.33%;
    box-sizing: border-box;
    border-bottom: 1px solid;
    border-right: 1px solid;
}
.fiveitemcontainer  .griditem {
    width: 20%;
}
.tablistItem.tabactive h4 {
    font-weight: 700;
}
.tablistItem:hover{
    scale: 1.1;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgb(239 239 239) 100%);
}
.tablistItem.tabactive {
    scale: 1.1;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgb(239 239 239) 100%);
}
.tabingcontnr .sectiontitle{
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(203,203,203,1) 100%);
    color: #232323;
}
.tabingcontnr .sectiontitle h3{
    color: #232323;
}
.tabbing.flexone.flex-wrap {
    width: 100%;
    align-items: baseline;
    margin: auto;
    min-height: 400px;
}
.gridtable{
    border: 5px solid #fcb900;
    z-index: 1;
    width: 90%;
    margin: auto;
    position: relative;
}
.griditem.bg_gray{
    background: #efefef;
}
.griditem.bg_blcak{
    background: #232323;
    color: #fff;
}
.Downloadbutton {
    background: #fcb900;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 138px;
    margin: auto;
    padding: 4px 10px;
    border-radius: 10px;
    margin-top: 20px;
}
.downloaditem .griditem {
    width: 25%;
    border: 0;
}
.Downloadbutton img {
    max-width: 37px;
    margin-right: 10px;
}
.SoicialLink {
    position: fixed;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
    z-index: 2;
}
.Showlink{
    right: 0;
    transition: all .3s;
}
.SoicialLink li a img {
    max-width: 85px;
}.SoicialLink li {
    display: flex;
    background: rgb(137 137 137 / 50%);
    margin-bottom: 10px;
    width: 85px;
    height: 85px;
    margin-left: auto;
    align-items: center;
    justify-content: center;
}
.SoicialLink li:hover img {
max-width: 120px;
}
.SoicialLink li:hover {
    width: 120px;
    height: 120px;
    transition: all .3s;
    background: #fcb900;
}
ul.Dropdown:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fcb900;
    top: -8px;
    position: absolute;
    left: 10px;
}
.SoicialLink li a svg {
    font-size: 36px;
    color: #fff;
  }
  .readMoreClicked{
    max-height: none;
  }
  .readMoreClicked::after{
display:none;
  }
  .Productlistitem{
    position: relative;
    margin-bottom: 32px;
  }
  .seeLink,.machineFinderbtn{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
  }
.productDetailsSection .tabbing.flexone{
    justify-content: center;
}
.tabbingContent .rendrContainer{
    display:none;
}
.tabbingContent .rendrContainer:first-child{
    display:block;
}
.downloadPDFBtn{
    display: block;
    width: 142px;
    background: #fcb900;
    padding: 4px 10px 4px 18px;
    border-radius: 10px;
    color: #fff;
    line-height: 36px;
    font-size: 16px;
    margin: 12px auto;
}
.downloadPDFBtn img{
    width: 34px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.breadCrumbList a,.breadCrumbList{
    color: #232323;
}
.machineFinderSectionPopup{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.1);
    display: none;
    left: 0;
    top: 0;
    z-index: 9;
    backdrop-filter: blur(6px);
}
.machineFinderCloseOpen{
    position: absolute;
    right: 16px;
    top: 16px;
    background: #e05454;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
}
.machineFinderCloseOpen {
    line-height: 34px;
    font-size: 20px;
    color: #fff;
}
.mFSConent{
    width: 100%;
    max-width: 800px;
    height: 100%;
    max-height: 600px;
    margin: auto auto;
    position: absolute;
    background-color: rgba(255,255,255,0.9);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 6px;
    overflow:hidden;
    overflow-y:auto;
    box-shadow: 21px 0 72px -12px rgb(0 0 0 / 40%) inset;
    padding: 62px 24px;
    box-sizing: border-box;
}

/* Machine Finder content CSS */

#multistepsform {
    width: 752px;
    margin: 50px auto;
    text-align: left;
    position: relative;
  }
  #multistepsform fieldset {
    /* background: #fff;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.4); */
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative;
  }
  #multistepsform fieldset:not(:first-of-type) {
    display: none;
  }
  #multistepsform input,
  #multistepsform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    color: #2c3e50;
    font-size: 13px;
  }
  #multistepsform input:focus,
  #multistepsform textarea:focus {
    border-color: #679b9b;
    outline: none;
    color: #637373;
  }
  #multistepsform .action-button {
    width: 100px;
    background: #f8b602;
    font-weight: bold;
    color: #fff;
    transition: 150ms;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    border-radius: 3px;
  }
  #multistepsform .action-button:hover,
  #multistepsform .action-button:focus {
    box-shadow: 0 0 0 2px #f8b602, 0 0 0 3px rgba(255,255,153,0.467) 6;
    color: #fff;
  }
  #multistepsform .fs-title {
    font-size: 28px;
    text-transform: uppercase;
    color: #2c3e50;
    margin-bottom: 10px;
  }
  #multistepsform .fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
  }
  #multistepsform #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
  }
  #multistepsform #progressbar li {
    list-style-type: none;
    color: #232323;
    text-transform: uppercase;
    font-size: 9px;
    width: 10%;
    float: left;
    position: relative;
    text-align: center;
  }
  #multistepsform #progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #fff;
    background: #232323;
    border-radius: 3px;
    margin: 0 auto 5px auto;
  }
  #multistepsform #progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #232323;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
  }
  #multistepsform #progressbar li:first-child:after {
    content: none;
  }
  #multistepsform #progressbar li.active {
    color: #f8b602;
}
  #multistepsform #progressbar li.active:before,
  #multistepsform #progressbar li.active:after {
    background: #f8b602;
    color: #fff;
  }
  .productDesc a{
    font-size: 14px;
    text-decoration: none;
    padding: 0 16px;
    background: #c4c4c480;
    align-items: center;
    margin: 12px;
    min-width: 160px;
    border: 1px solid #cdc7c7;
    color: #6c6c6c80;
    border-radius: 4px;
    text-align: center;
    line-height: 34px;
  }
  .productDesc a:hover,.productDesc a.activeBtn{
      color: #fff;
      background: #232323;
  }
  #multistepsform fieldset .productDesc {
    display: flex;
    overflow: auto;
    max-width: 700px;
    flex-wrap: wrap;
}
  .radioBtnWrap input{
      width: auto !important;
  }
  .radioBtnWrap label {
      width: 52px;
      display: inline-block;
      text-align: left;
      white-space: nowrap;
  }
  .iconMenuText{
    display:none;
  }

#multistepsform fieldset .productDesc a img{
    /* max-width: 100px; */
    max-width: 68px;
    display: block;
    margin: auto;
}
.IconMenu ul li a img.blackicon ,#multistepsform fieldset .productDesc a img.yeloicon{
    display: none;
}

#multistepsform fieldset .productDesc a img{
    opacity: .4;
}
#multistepsform fieldset .productDesc a:hover img{
    opacity: 1;
}
.mffSubmitBtn a{
    width: 100px;
    background: #f8b602;
    font-weight: bold;
    color: #fff;
    transition: 150ms;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    display: inline-block;
    text-align: center;
}
.mFFormField{
    margin-bottom:12px;
}
.mFFormField input,.mFFormField textarea{
    background: #fff;
    height: 36px;
    width: 372px;
    padding: 0 8px;
    box-sizing: border-box;
    font-size: 14px;
    color:#2c3e50;
    font-family: 'Roboto', sans-serif;
    outline:none;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.mFFormField textarea{
    padding: 8px;
    height:120px;
    resize: none;
}
.machineFinderMailContent{
    display:none;
}

.machineFinderMailContent h3{
    background: none;
    margin-bottom: 24px
}
.errorMsg{
    display: none; 
    margin: 4px 0 0px 4px;
    color: red;
    font-size: 14px;
    display: block;
}
.thanksMsg{
display:none;
}
.mFCustomOption{
    display: none;
}

.mFProductListFilter{
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    padding-top: 24px;
}
.mFPFListItem {
    margin: 0 24px 32px;
}
.mfPFImage a{
    display: block;
    object-fit: cover;
    height: auto;
    width: 98px;
    overflow: hidden;
}
.mfPFTitle a{
    font-size: 18px;
}
.machineFinderMailContent input[type="checkbox"]{
    height:auto;
    width:auto;
}
.mFFormFieldCheckbox{
    margin-bottom: 4px;
}
.mffSubmitBtn{
    margin-top:24px;
}
.mFFormFieldCheckbox a{
    color:#bf8d02;
}
.mFCustomOption input{
    width: 172px !important;
    margin: 8px 0;
    border-radius: 4px !important;
    height: 36px;
}
.productDetailsTable,.productDetailsTable table{
    width: 100%;
}
.productDetailsTable table tbody tr:first-child td{
    color: #fff;
    background: #232323;
}
.productDetailsTable table td{
    font-size: 16px;
    text-align: center;
    padding: 11px 0;
    border-left: 2px solid #b2b2b2;
    border-top: 1px solid #898989;
}
.productDetailsTable table tbody tr:nth-child(even){
    background-color: #efefef;
}
.productDetailsTable table tr td:first-child{
    border-left: none;
}
.productDetailsTable table tr:nth-child(1) td,.productDetailsTable table tr:nth-child(2) td{
    border-top: none;
}