/* GEA BGR CSS Document */
body {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 1rem;
}

ul,
ol {
    list-style-type: none;
}

.img-fluid.logo {
    max-width: 80%;
}

.container-width {
    max-width: 1400px;
}

.header i.fa-search {
    font-size: 0.7rem;
    line-height: 0;
}

/* .banner .img-fluid {
    width: 100%;
} */
.solution-container .bg-light{transition: 0.3s;}
.solution-container .bg-light:hover{background-color: #f00000 !important;color: #fff;}

.solution-container {
    margin: 4rem auto 5rem auto;
}


.solution-container p {
    font-size: 2rem;
    padding: 0;
    margin-bottom: 0.3rem;
}

.solution-container h1 {
    font-size: 2rem;
    font-weight: 700;
    max-width: 90%;
}

.solution-container span {
    font-family: Arial, Helvetica, sans-serif;
}

.solution-container li {
    display: inline;
    margin-left: 0.9rem;
    padding: 1.2rem 0.6rem 1.2rem 0.6rem;
    color: #858585;
    text-align: center;
}

.solution-container span.icon-1,
.solution-container span.icon-2,
.solution-container span.icon-3,
.solution-container span.icon-4 {
    background: url(../images/icons.png);
    width: 120px;
    height: 83px;
    display: inline-block;
}

.solution-container span.icon-2 {
    background: url(../images/icons.png) 0 -84px;
    width: 74px;
}

.solution-container span.icon-3 {
    background: url(../images/icons.png) 0 -177px;
    width: 85px;
}

.solution-container span.icon-4 {
    background: url(../images/icons.png) 0 -266px;
    width: 89px;
}

.solution-container li.col-md-3 {
    width: 23%;
}

.solution-container li h1 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 0;
    max-width: 100%;
}

.solution-container li h4 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
}

.our-products,
.blue-bg {
    background: #005aa6;
    padding: 3rem 0 3rem 0;
}

.our-products h2 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
}

.our-products ul,
.industry ul {
    padding: 0;
    margin: 0;
}

.our-products li {
    margin-left: 0.8rem;
    display: inline;
    position: relative;
}

.our-products li span.show-container b{visibility:hidden;}

.our-products li span.show-container img {
    opacity:0.2;
}

.our-products li span.show-container h3 {
    visibility: visible;
    color: #000;
	
}


.our-products li:hover span.show-container b,
.our-products li:hover span.show-container h3,
.our-products li:hover span.show-container img,
.our-products li.active span.show-container b,
.our-products li.active span.show-container h3,
.our-products li.active span.show-container img {
    visibility: visible;
	
}

.our-products li:hover span.show-container img {
    height: 350px;
    width: 100%;
	transition: 0.10s ease-in-out;
}

.our-products li span.show-container img {
    height: 100%;
}

.our-products li:hover span.show-container h3{
    color: #000;
}
.our-products li.active span.show-container h3 {
    color: #f10000;
}

.our-products li.col-md-2 {
    width: 19%;
}

.our-products li span.show-container {
    height: 350px;
	display:inline-block;
}

.our-products .prd-des {
    position: absolute;
    color: #fff;
    width: 98%;
    height: 100%;
}

.our-products h3 {
    padding: 2.3rem 0 0 1.7rem;
    font-weight: 600;
    font-size: 1.5rem;
}

.our-products .prd-des b {
    text-decoration: none;
    color: #f00000;
    font-weight: 600;
    font-size: 1.5rem;
    padding-left: 0.8rem;
    margin: 0 0 2rem 1rem;
    display: block;
    position: absolute;
    bottom: 0;
    width: 85%;
}

/* .our-products .prd-des b:hover {
    color: #f00000;
} */

.our-products .prd-des label {
    margin-top: 0.7rem;
    display: block;
	cursor:pointer;
}

.our-products .prd-des i {
    color: #f00000;
    font-size: 2rem;
    margin: 0 0 0 0.8rem;
    padding-right: 0.5rem;
    position: relative;
    top: 2px;
}

.our-products.bg-white h2{color:#005aa6;}

.our-products.industries ul.row.g-0 {
  display: inline-block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-y:hidden;
}

.our-products.industries li{display:inline-block;}

.industry,
.gray-bg {
    background: #f9f9fa;
    padding: 4rem 0 5rem 0;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 600;
    position: relative;
    margin-top: 0.2rem;
}

.industry h2 {
    margin-bottom: 0.3rem;
    font-size: 1.75rem;
    font-weight: 600;
}

.industry p {
    font-size: 1.2rem;
}

.industry div.row {
    margin-top: 4rem;
    margin: 4rem auto 0 auto;
}

.industry li a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
    display: block;
    margin-right: 2.5rem;
    padding: 0.5rem 0 0.5rem 0;
    font-size: 1.5rem;
}

.industry.bg-white li a.active{color: #f00000; font-weight:700;}

.industry.bg-white li a {padding: 0.7rem 0 0.7rem 0; font-weight:400;}

.industry li a:hover {
    color: #005aa6;
}

.industry.bg-white li a.active:after{float:right;}

.industry li a.active:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 1.5rem;
    vertical-align: middle;
    font-weight: 600;
    font-size: 2rem;
    color: #f00000;
}

.industry .ind-des {
    position: absolute;
    color: #fff;
    max-width: 38%;
    bottom: 0;
    z-index: 100;
    padding-left: 2rem;
    margin-bottom: 6.3rem;
}

.global-partners {
    padding: 4rem 0 4rem 0;
    background: url(../images/pattern-bg.png) right bottom no-repeat;
}

.global-partners h3 {
    font-weight: 600;
}

.global-partners p {
    font-weight: 500;
    font-size: 18px;
}

.technical-talk.gray-bg {
    padding: 3rem 0 2rem 0;
    font-weight: 500;
    margin-top: 0;
}

.technical-talk .container-width {
    max-width: 900px;
}

.technical-talk.gray-bg p.fs-2 {
    font-size: 1.75rem !important;
    font-weight: 500;
}

.bredcrumb {
    background: #005aa6;
    padding: 1.2rem 0;
    color: #fff;
}

.bredcrumb a {
    color: #fff;
    text-decoration: none;
    padding: 0 0.1rem 0 0.1rem;
}

.bredcrumb a:hover {
text-decoration:underline;
}

.product-des {
    padding: 3rem 0 3rem 0;
    /*font-weight: 500;*/
    font-size: 1.2rem;
}

.product-des h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #005aa6;
    margin-bottom: 1rem;
}

.img-but {
    position: absolute;
    right: 0;
    bottom: 0;
}

#design-features-tab:before,
#materials-tab:before,
#benefits-tab:before {
    content: "";
    background: url(../images/icons.png) 0 -368px no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 1rem 0 0;
    position: relative;
    top: 8px
}

#materials-tab:before {
    background: url(../images/icons.png) -42px -368px no-repeat;
}

#benefits-tab:before {
    background: url(../images/icons.png) -85px -368px no-repeat;
}

#design-features-tab.active:before, #design-features-tab:hover:before{background: url(../images/icons.png) 0 -408px no-repeat;}
#materials-tab.active:before, #materials-tab:hover:before{background: url(../images/icons.png) -42px -408px no-repeat;}
#benefits-tab.active:before, #benefits-tab:hover:before{background: url(../images/icons.png) -85px -408px no-repeat;}

.nav-tabs .nav-link:hover{border-top: 3px solid #005aa6; padding: 0.3rem 2rem 0.9rem 2rem; background:#f9f9fa; color:#005aa6;}

.product-des~.tab-content {
    background: #f9f9fa;
    padding: 3rem 0 3rem 0;
    /*font-weight: 500;*/
    font-size: 1.2rem;
}

.product-des~.tab-content h4 {
    color: #005aa6;
    font-weight: 600;
    margin-bottom: 0.8rem
}

.product-des~.tab-content li, ul.bullet li {
    list-style-type: disc;
    padding: 0.2rem 0 0.2rem 0;
}

.product-des~.tab-content ul, ul.bullet  {
    margin: 0;
    padding: 10px 0 0 20px;
}

.footer {
    padding: 5rem 0 4rem 0;
    font-size: 0.9rem;
}

.footer .img-fluid.logo {
    max-width: 70%;
}

.footer h3 {
    font-weight: 800;
    color: #005aa6;
    margin-bottom: 2rem;
}

.footer p {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.1;
}

.footer h6 {
    font-weight: 600;
    margin-bottom: 2rem;
}

.footer ul {
    padding: 0;
    margin: 0;
}

.footer a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    padding-bottom: 0.3rem;
    display: block;
    transition: all .5s ease-in;
}

.footer a:hover {
    text-decoration: underline;
    transition: all .5s ease-out;
}

.footer span, .milestone span {
    font-family: Arial, Helvetica, sans-serif;
}

.footer-bottom {
    margin-top: 3rem;
}

.footer-bottom p {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 1.2rem;
}

.footer-bottom a {
    display: inline;
}

.footer-link {
    margin: 4rem 0 0 0;
}

.footer-link p {
    padding: 0.8rem 0.4rem 0 0;
    margin: 0;
    color: #bfbfbf;
    font-size: 0.9rem;
}

.footer-link a {
    margin: 0 0.5rem 0 0.5rem;
}

.footer-bottom p a {
    font-size: 1rem;
    font-weight: 400;
    text-decoration: underline
}

.footer-bottom p a:hover {
    text-decoration: none
}

#navbarSupportedContent.collapse.show {
    margin-top: 1rem !important;
    background: #f2f2f2;
}

#navbarSupportedContent.collapse.show ul {
    padding-left: 1rem;
}

#navbarSupportedContent.collapse.show ul.dropdown-menu {
    padding-left: 0;
}

.fixed-top .collapse.navbar-collapse.mt-5.mb-4 {
    margin: 0 !important;
}

.fixed-top .img-fluid.logo {
    max-width: 60%;
}
.bold{font-weight:700;}
.semibold{font-weight:600;}
.medium{font-weight:500;}
.normal{font-weight:400;}
.carousel-inner{text-align: center;}
.carousel-inner p{color:#858585; font-size:1.3rem}

.container-width.blue-bg li{padding:0 0 0.3rem 0; display: flex; align-items: baseline;}

.container-width.blue-bg li:before, .milestone div.row li:last-child:before, .red-bullet li:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f111";
    display: inline-block;
    padding-right: 0.8rem;
    vertical-align: middle;
    font-weight: 600;
    font-size: 0.6rem;
    color: #f00000; }
	
	.milestone div.row li:last-child:before, .red-bullet li:before{ color: #ff0000; font-weight: 500;}
	
	.red-bullet li{font-size:1.2rem}
		
	h3.service-icon:before, h3.operation-icon:before, h3.spares-icon:before{content:""; background: url(../images/icons.png) 0 -454px no-repeat; display:inline-block; width:55px; height:45px; position:relative; top:10px; }
	
	.text-blue{color:#005aa6;}
	
	h3.operation-icon:before, h3.spares-icon:before{background: url(../images/icons.png) -70px -454px no-repeat; width:65px; height:55px; top:20px;}
	
	h3.spares-icon:before{background: url(../images/icons.png) 0 -510px no-repeat;}
	
	.milestone div.row li:first-child{width:25%; padding:1rem 1em 1.1rem 0; text-align:right; font:22px Arial, Helvetica, sans-serif; color:#005aa6; border-right:1px solid #615e5e;}
	.milestone div.row li:last-child{width: 75%; padding:1rem 0 1rem 1em; position:relative; left:-22px; }
	
	.contact-enquire-icon:before, .contact-service-icon:before, .contact-spares-icon:before{content:""; display:inline-block; width:55px; height:55px; background: url(../images/icons.png) -65px -510px no-repeat;}
	
	.contact-service-icon:before{background: url(../images/icons.png) 0 -580px no-repeat;}
	.contact-spares-icon:before{background: url(../images/icons.png) -65px -580px no-repeat;}
	
	.align-middle-text{display: flex; justify-content: center; align-items: center;}
	
	.contact-enquire-icon a, .contact-service-icon a, .contact-spares-icon a{color:#fff; text-decoration:none}
	
	.contact-enquire-icon a:hover, .contact-service-icon a:hover, .contact-spares-icon a:hover{text-decoration:underline}
	
	.faq a{border:1px solid #666; background:#fff; color:#000; padding:0.6rem; text-decoration:none; display:block; margin-bottom:0.5rem}
	
	.faq .card{background:#fff; border:1px solid #666; padding:0.6rem; border-radius:0; margin-bottom:0.5rem; border-top:none; margin-top:-0.5rem;}
	
	.faq a:after{font: normal normal normal 14px/1 FontAwesome;
    content:"\f107";
    float:right;
    padding-right: 0.8rem;
    font-weight: 600;
    font-size: 1.8rem;
    color: #000;
	}
	
	.container-width.contact .text-danger{font-size:1rem;}
	
	
	 #rcbrandDemo1, #rcbrandDemo2, #rcbrandDemo3 {
    display:none;
    }
	
	#rcbrand1 li img{width:90px;}
	
	#rcbrand1 li{display: flex; align-items: center; height:100px}
    
    .rc-rcbrand-container {
        position:relative;
        max-width:100%;
        margin-top: 20px;
		
    }
    .rc-rcbrand-ul {
        position:relative;
        width:99999px;
        margin:0px;
        padding:0px;
        list-style-type:none;   
        text-align:center;  
        overflow: auto;
		max-height:100px;
		overflow-y:hidden;
    }
    
    .rc-rcbrand-inner {
        position: relative;
        overflow: hidden;
        float:left;
        width:100%;
        background: #ffffff;;
        border:1px solid #ccc;
        border-radius:5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px; 
		padding-left:15px; 
    }
    
    .rc-rcbrand-item {
        float:left;
        margin:0px;
        padding:0px;
        cursor:pointer;
        position:relative;
        line-height:0px;
    }
    .rc-rcbrand-item img {
        max-width: 100%;
        cursor: pointer;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .rc-rcbrand-nav-left,
    .rc-rcbrand-nav-right {
        padding:3px 5px;
        border-radius:50%;    
        position: absolute;
        cursor: pointer;
        z-index: 4;
        top: 50%;
        transform: translateY(-50%);   
        background: #f00000;
        color: #fff;     
		font: 14px/1 FontAwesome;
    }
    
    .rc-rcbrand-nav-left {
        left: 10px;
    }
    
    .rc-rcbrand-nav-left:before {
        content: "\f060"
    }
    
    .rc-rcbrand-nav-left.disabled {
        opacity: 0.4;
    }
    
    .rc-rcbrand-nav-right {
        right: 10px;    
    }
    
    .rc-rcbrand-nav-right:before {
        content: "\f061"
    }
    
    .rc-rcbrand-nav-right.disabled {
        opacity: 0.4;
    }
	
	
/* ******************************************************
	Responsive Slide Out Menu
*********************************************************/

.NavigationSlideOut {
  font-family: 'Lato', Arial, sans-serif;
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -300px;
  background-color: rgba(0,0,0 , 0.9);
  float: left;
  z-index: 1000;
  transition-timing-function: ease;
  display:none;
}
.navbar-top {
  width: 300px;
  height: auto;
  display: block;
  margin: 0;
  padding:70px 0 0 0;
}
.NavigationTab {
  width: 300px;
  display: block;
  font-size: 22px;

}
.NavigationTab a {
  text-decoration: none;width: 100%;
}
.NavigationTab a span {
  color: #fff;
  margin: 0 auto;
  padding: 0;
  vertical-align: middle;
  font-size: 0.9em;
  line-height: 3;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255);
  transition: all ease 0.35s;
  display:inline-block;
  padding:0 0 0 1rem;
}

.NavigationTab:hover span {
  width: 100%;
  border-bottom: 2px solid #f00000;
  color: #f00000;
  transition: all ease 0.35s;
}
.NavigationTab:hover {
  transition: ease 0.35s;
}
.menuIcon {
  /* background:#005aa6; */
  position: fixed;
  top: 0;
  right: 0px;
  margin: 36px 20px 10px 10px;
  padding: 4px 6px 4px 6px;
  z-index: 1002;
  cursor:pointer;
 
}

.fixed-top .menuIcon{padding: 4px 6px 4px 6px; margin: 26px 20px 10px 10px;}

.menuIcon div {
  width: 30px;
  height: 3px;
  background: #005aa6;
  margin: 5px;
  transition: 0.35s ease-in-out;
  
}
.menuIcon.on div{
    background: #fff;
}
.on .line_one {
  transform: rotate(45deg) translate(5px, 5px);
}
.on .line_two {
  opacity: 0;
}
.on .line_three {
  transform: rotate(-45deg) translate(5px, -7px);
}

.topnav-collapse:not(.show){display:none;}

.navbar-top ul.topnav-collapse{transition: all .5s ease-in-out; background:#fff; padding:0 0 0 0; margin:0 !important;}

.navbar-top ul.topnav-collapse li a{padding:0.5rem 0.5rem 0.5rem 1rem; border-bottom:2px solid #f9f9fa; font-size:0.9rem;}

.navbar-top .dropdown i{position:relative; top:3px;}

.topnav-collapse.show{transition: 0.35s ease-in-out;}

.navbar-nav .nav-link{    -webkit-transition: color 1s;
    transition: color 1s;
}

.navbar-nav .nav-link span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(to right, #f10000, #ffafaf 50%, #000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  text-decoration: none; 
  }
  
.navbar-nav .nav-link.dropdown-toggle::after {color:#f10000 !important; top:-5px;}
.navbar-nav .nav-link.active span{background-position: 0 150%;}
.navbar-nav .nav-link:hover span{background-position: 0 100%;}
.technical-talk.gray-bg .col-md-8.pe-0.text-start{color: #c60202;display: flex;justify-content: center;align-items: center;}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .navbar-toggler-footer,
    .navbar-toggler-industry {
        visibility: visible;
    }

    .foot-collapse:not(.show) {
        display: none;
    }
	
	.our-products ul.row.g-0 {
  display: inline-block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.our-products li{display:inline-block; width: 32% !important;overflow: hidden;}

    .our-products li span.show-container,
    .our-products li:hover span.show-container img {
        height: 286px
    }

    .our-products h3 {
        font-size: 1.2rem;
        padding: 1.5rem 0 0 1.5rem;
    }

    .our-products .prd-des b {
        font-size: 1.2rem;
    }
	
	.our-products li span.show-container b,
    .our-products li span.show-container img {
        visibility: visible;
    }

    .our-products li span.show-container h3 {
        color: #fff;
    }


.solution-container .col-md-4,
    .solution-container .col-md-8,
    .industry .col-md-5.pe-0.text-start,
    .industry .col-md-7.pe-0.text-start,
	.industry .col-md-4.pe-0.text-start,
    .global-partners .col-md-4.pe-0.text-start.mt-4,
    .global-partners .col-md-8.pe-0.text-center,
    .product-des .col-md-6,
    .product-des .col-md-6 {
        width: 100%;
    }
	
	.solution-container li.col-md-3 {
        width: 48%;
        margin: 0 0 0.5rem 0.5rem;
    }

    .solution-container li:nth-child(3) {
        margin-left: 0;
    }

    .solution-container .col-md-8 ul,
    .industry ul {
        padding: 0;
        margin: 0;
    }
	
	
	.container-width {
        padding: 0 20px 0 20px
    }

    .product-des.container-width {
        padding: 2rem 20px 2rem 20px;
    }
	
	products, .blue-bg {
    padding: 2rem 0 2rem 0;
}

.solution-container {
  margin: 2rem auto 2rem auto;
}
.solution-container li.col-md-3:first-child {
  margin-left: 0;
}

.solution-container li {
  margin-left: 0.7rem;
}

.industry .ind-des{max-width: 78%;}

.industry, .gray-bg{padding: 2rem 0 3rem 0;}

.global-partners .col-md-4.pe-0.text-start {
  text-align: center !important;
  margin-bottom: 0.8rem;
}
.global-partners {
  padding: 1rem 0 2rem 0;
}

.technical-talk.gray-bg .col-md-8.pe-0.text-start, .technical-talk.gray-bg .col-md-4.pe-0.text-end {
  text-align: center !important;
  
}

.technical-talk.gray-bg p.fs-2 {
  font-size: 1.3rem !important;
}
.technical-talk.gray-bg {
  padding: 1rem 0 2rem 0;
}

.footer {
  padding: 2rem 0 2rem 0;
  text-align:center;
}

.footer h3 {
  margin-bottom: 1rem;
}

.footer button {
  border: 1px solid #ccc;
  padding: 0.5rem;
  display: block;
  width: 100%;
}

.footer h6 span {
  display: none;
}

.footer h6 button span {
  display: block;
  text-align: left;
}

.footer h6 button.navbar-toggler-footer span {
  position: relative;
  top: 3px;
}

.footer h6 span {
  font-weight: 600;
}

.footer h6 i {
  float: right;
  width: 30px;
  position: relative;
  top: -3px;
}
.footer h6 {
  margin-bottom: 0.5rem;
  text-align: left;
}

.footer-bottom {
  margin-top: 1rem;
}

.footer .img-fluid.logo {
  max-width: 21%;
}

.footer-link {
  margin: 1rem 0 0 0;
  text-align: center !important;
}

.footer ul {
  text-align: left;
  margin:0 0 0.5rem 0 !important;
  border: 1px solid #ccc;
border-top: none;
padding: 0.5rem;
}


.footer ul.collapse.show {
  margin-top: -0.5rem !important;
}


.nav-tabs .nav-link{padding: 0.4rem 1.2rem 0.9rem 1.2rem;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover{padding: 0.3rem 1.2rem 0.9rem 1.2rem;}

.product-des .col-md-6.pe-5, .product-des .col-md-6.pe-5 p.pe-2{padding-right: 0!important;}

.product-des .mobile{display:block;}

.product-des .desktop{display:none;}

.nav.nav-tabs.container-width.mobile-tab{
        display: none;
    }

 .industry .desktop-industry {
 display:none;
 }
 
 .tab-collapse:not(.show),
.foot-collapse:not(.show) {
        display: none;
 }
 
.industry .col-md-5.pe-0.text-start.mobile-industry, .industry .col-md-4.pe-0.text-start.mobile-industry{width:93%; margin:0 auto; font-size:1rem;}
 
 .mobile-industry .navbar-toggler-tab.nav-link{border:1px solid #000; display:block; width:100%; padding:0.3rem 0 0.5rem 0.5rem;  margin-bottom: 0.5rem; }
 
 .mobile-industry .tab-collapse{border:1px solid #000; padding:0.5rem; border-top:none; margin-top:-0.5rem; position:relative; margin-bottom: 0.5rem;}
 
 .mobile-industry button.navbar-toggler-tab span {
  float: left;
  margin-top: 0.5rem;
  font-size: 1.2em !important;
}

.mobile-industry button.navbar-toggler-tab i {
  position: relative;
  top:3px;
  left: 20px;
  width: 100px;
  float: right;
  font-size: 2em !important;
}

.industry .mobile-industry .ind-des{margin-bottom: 2rem; max-width: 84%;}

.industry .mobile-industry li a.btn{color:#fff; display: inline; padding:0.65rem 1.3rem 0.65rem 1.3rem; font-size:1rem;}

.product-des h1{font-size:1.5rem;}

.product-des h1 br{display:none;}

.milestone div.row li:first-child, .milestone div.row li:last-child{width:100%; padding:0.5rem 0 0.5rem 0}
.milestone div.row li:first-child{text-align:left; border:none; padding:0.5rem 0 0 0}
.milestone div.row li:last-child{left:0; }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    body,
    .footer h6,
    .nav-link,
    .product-des,
    .product-des~.tab-content {
        font-size: 16px;
    }

    .container-width {
        padding: 0 20px 0 20px
    }

    .product-des.container-width {
        padding: 2rem 20px 2rem 20px;
    }

    .navbar-toggler-footer,
    .navbar-toggler-industry {
        visibility: hidden;
    }

    .product-des h1 br,
    .technical-talk.gray-bg p.fs-2 br {
        display: none;
    }

    .product-des h1 {
        font-size: 1.8rem;
    }

    .technical-talk.gray-bg p.fs-2 {
        font-size: 1.5rem !important;
    }

    .technical-talk.gray-bg {
        padding: 2rem 0 1rem 0;
    }

    .foot-collapse:not(.show) {
        display: block;
    }

    #design-features,
    .navbar-toggler-tab,
    #materials,
    #benefits {
        display: none;
    }

    .solution-container li {
        margin-left: 0.7rem;
    }
	
	.solution-container li.col-md-3 {
        width: 23%;
       margin-left: 0.9rem;
    }

    .our-products ul.row.g-0 {
  display: inline-block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.our-products li{display:inline-block; width: 28% !important;}

    .our-products li span.show-container,
    .our-products li:hover span.show-container img {
        height: 286px
    }

    .our-products h3 {
        font-size: 1.2rem;
        padding: 1.5rem 0 0 1.5rem;
    }

    .our-products .prd-des b {
        font-size: 1.2rem;
    }

    .solution-container .col-md-4,
    .solution-container .col-md-8,
    .industry .col-md-5.pe-0.text-start,
	.industry .col-md-4.pe-0.text-start,
    .industry .col-md-7.pe-0.text-start,
    .global-partners .col-md-4.pe-0.text-start.mt-4,
    .global-partners .col-md-8.pe-0.text-center,
    .product-des .col-md-6,
    .product-des .col-md-6 {
        width: 100%;
    }

    .solution-container .col-md-8 ul,
    .industry ul {
        padding: 0;
        margin: 0;
    }
	
	.product-des .col-md-6.pe-5, .product-des .col-md-6.pe-5 p.pe-2{padding-right: 0 !important;}

    .footer-bottom .col-md-2.pe-0 {
        width: 26%;
    }

    .footer-bottom .col-md-10.pe-0.text-end.footer-link {
        width: 74%;
    }

    .footer .img-fluid.logo {
        max-width: 90%;
    }

    .solution-container {
        margin: 2rem auto 3rem auto;
    }
	
    .industry,
    .gray-bg {
        padding: 3rem 0 4rem 0;
    }

    .industry .ind-des {
        max-width: 85%;
    }

    .global-partners {
        padding: 1rem 0 2rem 0;
    }

    .global-partners .col-md-4.pe-0.text-start.mt-4 {
        text-align: center !important;
        margin-bottom: 0.5rem;
    }

    .footer {
        padding: 3rem 0 2rem 0;
		 text-align:left;
    }

    .footer .col-md-3
    {
        width: 41%;
    }
	
	.footer .col-md-3:last-child
    {
        width: 34%;
    }
	
	.footer .col-md-4 { width:100%;}
	
	.footer .col-md-2{ width: 25%;}

    .footer .col-md-3.pe-0.me-4,
    .footer .col-md-2.pe-0.me-4 {
        margin-right: 0 !important;
    }

    .footer h6 {
        margin-bottom: 1rem;
    }

    .our-products,
    .blue-bg {
        padding: 2rem 0 3rem 0;
    }

    .industry div.row {
        margin: 1rem auto 0 auto;
    }

    .product-des .col-md-6.pe-0.position-relative.text-end {
        text-align: left !important;
    }

    .product-des .col-md-6.pe-0.position-relative.text-end .img-fluid {
        width: 100%;
    }

    .footer-bottom p a {
        font-size: 0.9rem;
    }
	
	.technical-talk.gray-bg .col-md-8.pe-0.text-start, .technical-talk.gray-bg .col-md-4.pe-0.text-end {
        text-align: center !important;
        
    }

.footer button {
  border: 1px solid #ccc;
  padding:0;
  display:none;
  width:auto;
}

.footer h6 span {
  display: block;
}

.footer-link {
  margin: 3.5rem 0 0 0;
  text-align: right !important;
}

.footer ul {
  text-align: left;
  border: none;
  padding:0;
}

.nav-tabs .nav-link{padding: 0.4rem 2rem 0.9rem 2rem;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover{padding: 0.3rem 2rem 0.9rem 2rem;}

.product-des .mobile{display:block;}

.product-des .desktop{display:none;}

.mobile-industry .navbar-toggler-tab {
  visibility: visible;
  display:block;
}

.product-des h1{font-size: 2rem;}

.carousel.col-sm-7{width:100%; padding-top: 0 !important;}

.container-width.contact .col-md-4, .container-width.contact .col-md-8{width:100%;}

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    body,
    .footer h6,
    .nav-link,
    .product-des,
    .product-des~.tab-content {
        font-size: 16px;
    }

    .nav-link {
        font-size: 15px;
    }

    .container-width {
        padding: 0 20px 0 20px
    }

    .product-des.container-width {
        padding: 2rem 20px 2rem 20px;
    }

    .solution-container li.col-md-3:first-child {
        margin-left: 0;
    }

    .foot-collapse:not(.show),
    .industry-collapse:not(.show) {
        display: block;
    }

    .navbar-toggler-footer {
        visibility: hidden;
    }

    #design-features,
    .navbar-toggler-tab,
    #materials,
    #benefits {
        display: none;
    }

    .our-products h3,
    .our-products .prd-des b {
        font-size: 1.3rem;
    }

    .solution-container {
        margin: 3rem auto 4rem auto;
    }

    .solution-container p,
    .solution-container h1 {
        font-size: 1.8rem;
    }

    .solution-container li {
        margin-left: 0.9rem;
    }

    .our-products ul.row.g-0 {
  display: inline-block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.our-products li{display:inline-block;   width: 22% !important;}

    .our-products li span.show-container,
    .our-products li:hover span.show-container img {
        height: 286px
    }

    .solution-container .col-md-4,
    .solution-container .col-md-8 {
        width: 100%;
    }

    .solution-container .col-md-8 ul,
    .industry ul {
        padding: 0;
        margin: 0;
    }

    .footer-bottom .col-md-2.pe-0 {
        width: 25%;
    }

    .footer .img-fluid.logo {
        max-width: 80%;
    }

    .industry,
    .gray-bg {
        padding: 2rem 0 3rem 0;
    }

    .industry .col-md-5.pe-0.text-start {
        width: 41.66666667%;
    }

    .industry .col-md-7.pe-0.text-start {
        width: 58.33333333%;
    }
	
    .global-partners .col-md-4.pe-0.text-start.mt-4, .industry .col-md-4.pe-0.text-start, .container-width.contact .col-md-4 {
        width: 33.33333333%;
    }

    .global-partners .col-md-8.pe-0.text-center, .container-width.contact .col-md-8 {
        width: 66.66666667%;
    }
	
	
    .global-partners {
        padding: 4rem 0 4rem 0;
    }

    .global-partners .col-md-4.pe-0.text-start.mt-4 {
        text-align: left !important;
        margin-bottom: 0;
    }

    .footer {
        padding: 5rem 0 3rem 0;
    }

    .footer .col-md-3 {
        width: 25%;
    }

    .footer .col-md-3.pe-0.me-4,
    .footer .col-md-2.pe-0.me-4 {
        margin-right: 0 !important;
    }

    .footer h6 {
        margin-bottom: 2rem;
    }

    .footer .col-md-2 {
        width: 18%;
    }

    .footer .col-md-4 {
        width: 29%;
    }

    .our-products,
    .blue-bg {
        padding: 3rem 0 3rem 0;
    }

    .industry div.row {
        margin: 4rem auto 0 auto;
    }

    .product-des .col-md-6 {
        width: 50%;
    }

    .product-des .col-md-6.pe-0.position-relative.text-end {
        text-align: right !important;
		}

    .product-des .col-md-6.pe-0.position-relative.text-end .img-fluid {
        max-width: 100%;
    }

    .industry .ind-des {
        max-width: 53%;
    }

    .footer-bottom p a {
        font-size: 1rem;
    }

    .footer-bottom .col-md-10.pe-0.text-end.footer-link {
        width: 74%;
    }

    .our-products li span.show-container b,
    .our-products li span.show-container img {
        visibility: visible;
    }

    .our-products li span.show-container h3 {
        color: #fff;
    }

    .product-des h1 br,
    .technical-talk.gray-bg p.fs-2 br {
        display: block;
    }

    .product-des h1 {
        font-size: 2rem;
    }

    .technical-talk.gray-bg p.fs-2 {
        font-size: 1.75rem !important;
    }

    .technical-talk.gray-bg {
        padding: 3rem 0 3rem 0;
    }
	
	.footer-link {
    margin: 4rem 0 0 0;
}

.product-des .col-md-6.pe-5{padding-right: 3rem !important;}

.product-des .col-md-6.pe-5 p.pe-2{padding-right: .5rem !important}

.industry .mobile-industry, .product-des .desktop{display:none;}

.industry .desktop-industry, .product-des .mobile{display:block;}

.industry.bg-white li a{font-size: 1.3rem;}

.carousel.col-sm-7{width: 58.33333333%; padding-top: 3rem !important;}

.milestone div.row li:first-child{text-align:right; border-right:1px solid #615e5e; width:8%; padding:0.8rem 1rem 0.9rem 0}
.milestone div.row li:last-child{left:-20px; padding:0.8rem 0 0.8rem 1rem; width:90%;}

.operation-spares.bg-light.p-5.medium .col-md-6.pe-5.border-end {padding-right:1rem !important;}

.operation-spares.bg-light.p-5.medium .col-md-6.pe-0 {padding-left:1.5rem !important;}

.semibold.text-blue.pt-5.mb-0{padding-top:1rem !important;}


.footer .col-md-3, .footer .col-md-3:last-child
    {
        width: 25%;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    body,
    .footer h6,
    .nav-link,
    .product-des,
    .product-des~.tab-content {
        font-size: 18px;
    }

    .container-width {
        padding-left: 0;
        padding-right: 0
    }
    .product-des.container-width {
        padding: 3rem 0 3rem 0;
    }

    .foot-collapse:not(.show) {
        display: block;
    }

    .navbar-toggler-footer,
    .navbar-toggler-industry {
        visibility: hidden;
    }

    #design-features,
    .navbar-toggler-tab {
        display: none;
    }

    .footer,
    .dropdown-item {
        font-size: 1rem;
    }
	
	.footer h3 {
  margin-bottom: 2rem;
}

    .btn {
        --bs-btn-font-size: 1.2rem;
    }

    .footer .img-fluid.logo {
        max-width: 90%;
    }

  
    .our-products ul.row.g-0  {
        overflow: inherit;
        white-space: normal;
        -webkit-overflow-scrolling: touch;
        display:flex;
    }
	
	.our-products li{display:inline;  width: 19% !important;}

    .our-products li span.show-container,
    .our-products li:hover span.show-container img {
        height: 350px
    }

    .our-products h3 {
        font-size: 1.5rem;
        padding: 1.5rem 0 0 1.5rem;
    }

    .our-products .prd-des b {
        font-size: 1.5rem;
    }

    .our-products li:nth-child(4) {
        margin-left: 0.8rem;
        margin-top: 0;
    }

    .our-products li:nth-child(5) {
        margin-top: 0;
    }

    .solution-container .col-md-4 {
        width: 33.33333333%;
    }

    .solution-container .col-md-8 {
        width: 66.66666667%;
    }

    .footer-bottom .col-md-2.pe-0 {
        width: 16.66666667%;
    }

    .product-des .col-md-6 {
        width: 50%;
    }

    .footer .col-md-4 {
        width: 33.33333333%
    }

    .footer-bottom .col-md-10.pe-0.text-end.footer-link {
        width: 83.33333333%;
    }
	
	.footer .col-md-2 {
        width: 16.66666667%;
    }

    .industry .ind-des {
        max-width: 44%;
    }

    .our-products li span.show-container b{visibility:hidden}

    .our-products li span.show-container img {
       opacity:1;
    }
    .our-products li:hover span.show-container img{
        opacity: 0.2;
    }

    .our-products li span.show-container h3 {
        color: #fff;
    }

    .nav.nav-tabs.container-width.mobile-tab {
        display: none;
    }
	
	.product-des .mobile{display:block;}
	
	.product-des .desktop{display:none;}
	
	.industry,
    .gray-bg {
        padding: 4rem 0 5rem 0;
    }
	
.industry.bg-white li a{font-size: 1.5rem;}
	
.product-des h1 br{display:block;}

.operation-spares.bg-light.p-5.medium .col-md-6.pe-5.border-end {padding-right:3rem !important;}

.operation-spares.bg-light.p-5.medium .col-md-6.pe-0 {padding-left:3rem !important;}

.semibold.text-blue.pt-5.mb-0{padding-top:3rem !important;}

.our-products li span.show-container{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; 
  }


.our-products li:hover span.show-container{opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);}
  
	
}

@media only screen and (min-width: 1201px) {

 .navbar-expand-mobile {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.navbar-expand-mobile .navbar-nav {
    flex-direction: row;
}
.navbar-expand-mobile .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand-mobile .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand-mobile .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand-mobile .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
}
.navbar-expand-mobile .navbar-toggler {
    display: none;
}

.product-des .mobile{display:none;}
	
.product-des .desktop{display:block;}

.milestone div.row li:first-child {width: 25%; padding:1rem 1.3rem 1.1rem 0}
.milestone div.row li:last-child {width: 75%; left: -21px; padding:1rem 0 1rem 1rem}

}
@media only screen and (max-width: 1400px) {
.container-width {
        padding: 0 20px 0 20px;
    }

   .product-des.container-width {
        padding: 2rem 20px 2rem 20px;
    } 
	
	
}

@media only screen and (max-width: 1200px) {
.our-products li span.show-container b,
    .our-products li span.show-container img {
        visibility: visible;
    }
	
	.our-products li span.show-container h3 {
        color: #fff;
    }
	
	.container-width {
        padding: 0 20px 0 20px;
    }
    .bredcrumb {padding: 0.8rem 0;font-size: 14px;}
    .img-fluid.logo{width: 60%;}
    .fixed-top .img-fluid.logo{width: 50%;}
    .menuIcon{margin-top: 25px;}
    .fixed-top .menuIcon{margin-top: 20px;}

   .product-des.container-width {
        padding: 2rem 20px 2rem 20px;
    } 
	
	.NavigationSlideOut{display:block;}
	.navbar-toggler{display:none;}
	
	.tab-content ~ .container-width.m-auto.text-center.mt-5.mb-5 {
  margin: 2rem 0 2rem 0 !important;
    
}

.our-products li span.show-container{
  -webkit-transform:inherit;
  -moz-transform: inherit;
  -ms-transform: inherit;
  -o-transform: inherit;
  transform: inherit;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  transition: inherit; 
  }


.our-products li:hover span.show-container{opacity: 1;
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -ms-transform: inherit;
  -o-transform: inherit;
  transform: inherit;}

}

@media only screen and (max-width: 991px) {
.product-des.container-width div.row{flex-direction: column;}
.product-des .col-md-6.pe-5{order:2; margin-top: 1rem;}
}



@media only screen and (max-width: 768px) {
.product-des .col-md-6.ps-5{padding-left:0 !important; padding-top:1rem;}

.operation-spares.bg-light.p-5.medium{padding:2rem !important;}

.operation-spares.bg-light.p-5.medium h3{ padding-right: 0; font-size: 1.2rem;}

.product-des .row.g-0.pt-5{padding-top: 1rem !important;}

.operation-spares.bg-light.p-5.medium h3.text-blue{padding-top:2rem !important;}

.operation-spares.bg-light.p-5.medium p.pt-4{margin-bottom: 0;}

.operation-spares.bg-light.p-5.medium .col-md-6.pe-5.border-end {padding-right:1rem !important;}

.operation-spares.bg-light.p-5.medium .col-md-6.pe-0 {padding-left:1.5rem !important;}

.semibold.text-blue.pt-5.mb-0{padding-top:1rem !important;}



}
@media only screen and (max-width: 767px) {

.container-width.blue-bg.p-5{padding:2rem !important}
.bredcrumb {padding: 0.7rem 0;font-size: 13px;}
.img-fluid.logo{width: 50%;}
.fixed-top .img-fluid.logo{width: 45%;}
.menuIcon{margin-top: 20px;}
.fixed-top .menuIcon{margin-top: 16px;}
.operation-spares.bg-light.p-5.medium .col-md-6.pe-5.border-end {border:none !important;   padding-right: 0 !important;}

.operation-spares.bg-light.p-5.medium p.pt-4{margin-bottom: 0;}

.operation-spares.bg-light.p-5.medium .col-md-6.pe-0.ps-5{ padding-left: 0 !important;}


}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    body,
    .product-des,
    .product-des~.tab-content {
        font-size: 1rem;
    }

    .container-width {
        padding: 0 20px 0 20px;
    }

    .product-des.container-width {
        padding: 1rem 20px 1rem 20px;
    }

    .product-des~.nav.nav-tabs li.nav-item,
    .nav-tabs .nav-link {
        display: block;
        width: 100%;
        margin-bottom: 0.5rem
    }

    .tab-collapse:not(.show),
    .foot-collapse:not(.show) {
        display: none;
    }

    .navbar-toggler-tab {
        visibility: visible;
    }

    button.navbar-toggler-tab i {
        position: relative;
        top: 5px;
        left: 20px;
        width: 50px;
        float: right;
    }

    button.navbar-toggler-tab span {
        float: left;
        margin-top: 0.5rem;
    }

    #design-features-tab-pane,
    #materials-tab-pane,
    #benefits-tab-pane {
        display: none;
    }

    .mobile-tab .tab-collapse {
        padding: 0.5rem 0 0.5rem 1rem;
		border: 1px solid #000;
		border-top: none;
        margin-bottom: 0.5rem !important;
		margin-top: -0.5rem !important;
    }

    .tab-collapse h4 {
        color: #005aa6;
        font-weight: 600;
        margin-bottom: 0.8rem;
    }

    .tab-collapse li {
        list-style-type: disc;
        padding: 0.2rem 0 0.2rem 0;
    }

    .nav-tabs .nav-link.active {
        color: #000;
        background: #fff;
        border: 1px solid #000;
        font-weight: 500;
    }

    .nav-tabs .nav-link {
        font-weight: 500;
        border: 1px solid #000;
    }

    .footer {
        text-align: center;
    }

    .footer .img-fluid.logo {
        max-width: 21%;
    }

    
    .footer-bottom p a {
        font-size: 0.8rem;
    }

    .footer-bottom p {
        font-size: 0.8rem;
        margin-top: 0.3rem;
    }

    .footer-link {
        margin: 1rem 0 0 0;
        text-align: center !important;
    }

    .footer h6 {
        margin-bottom: 0.5rem;
        text-align: left;
    }

    .footer-bottom {
        margin-top: 1rem;
    }

    .footer h6 i {
        float: right;
        width: 30px;
        position: relative;
        top: -3px;
    }

    .footer button {
        border: 1px solid #ccc;
        padding: 0.5rem;
        display: block;
        width: 100%;
    }

    .footer h6 span {
        display: none;
    }

    .footer h6 button span {
        display: block;
        text-align: left;
    }

    .footer h6 button.navbar-toggler-footer span {
        position: relative;
        top: 3px;
    }

    .footer h6 span {
        font-weight: 600;
    }

    .technical-talk.gray-bg .col-md-8.pe-0.text-start,
    .technical-talk.gray-bg .col-md-4.pe-0.text-end {
        text-align: center !important;
    }

    .technical-talk.gray-bg p.fs-2 {
        font-size: 1.2rem !important;
    }

    .industry .ind-des {
        max-width: 86% !important;
        margin-bottom: 4.3rem;
    }

    .industry ul {
        margin-bottom: 0.8rem
    }

    .global-partners .col-md-4.pe-0.text-start {
        text-align: center !important;
        margin-bottom: 0.8rem;
    }

    .solution-container li.col-md-3 {
        width: 48%;
        margin: 0 0 0.5rem 0.5rem;
    }

    .solution-container li:nth-child(3) {
        margin-left: 0;
    }

    .our-products li span.show-container,
    .our-products li:hover span.show-container img {
        height: 250px;
    }

    .our-products ul.row.g-0 {
  display: inline-block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.our-products li{display:inline-block;}

    .solution-container {
        margin: 2rem auto 1rem auto;
    }

    .solution-container h1,
    .solution-container p {
        font-size: 1.6rem;
    }

    .solution-container li h1 {
        font-size: 2.2rem;
    }

    .our-products h3 {
        font-size: 1rem;
        padding: 1rem 0 0 0.8rem;
    }

    .our-products .prd-des b {
        font-size: 1rem;
        padding-left: 0.2rem;
    }

    .our-products .prd-des i {
        font-size: 1.2rem;
        margin: 0 0 0 0.8rem;
    }
  
    .industry ul {
        margin-bottom: 0.8rem
    }

    .solution-container ul {
        padding-left: 0;
    }

    .solution-container li.col-md-3:first-child {
        margin-left: 0;
    }

    .industry,
    .gray-bg {
        padding: 2rem 0 2rem 0;
    }

    .global-partners {
        padding: 0 0 2rem 0;
    }

    .technical-talk.gray-bg {
        padding: 1rem 0 2rem 0;
    }

    .footer {
        padding: 2rem 0 2rem 0;
    }

    .product-des~.tab-content {
        padding: 3rem 0 0 0;
    }

    .footer h3 {
        margin-bottom: 1rem;
    }

    .footer p {
        font-size: 1.3rem;
    }

    .footer-bottom p {
        font-size: 0.8rem;
    }

    .product-des {
        padding: 2rem 0 2rem 0;
    }

    .product-des h1 br {
        display: none;
    }

    .product-des h1 {
        font-size: 1.5rem;
    }

    .our-products li span.show-container b,
    .our-products li span.show-container img {
        visibility: visible;
    }

    .our-products li span.show-container h3 {
        color: #fff;
    }

    .our-products li.col-md-2 {
        width: 34% !important;
        height: 250px;
    }

    .footer ul {
        text-align: left;
        margin:0 0 0.5rem 0 !important;
		border: 1px solid #ccc;
		border-top: none;
        padding: 0.5rem;
    }

    .nav.nav-tabs.mobile-tab {
        display: block;
    }

    .nav.nav-tabs {
        display: none;
    }
	
	.industry li a, .industry li a.active::after{font-size: 1.2rem;}
	
	.industry div.row {
    margin: 1rem auto 0 auto;
}

.footer ul.collapse.show {
  margin-top: -0.5rem !important;
}

.nav-tabs .nav-link:hover{border-top:1px solid #000; padding:0.4rem 1.2rem 0.9rem 1.2rem}

.nav.nav-tabs.container-width.mobile-tab {
        display: block;
    }
	
	.industry .desktop-industry {
 display:none;
 }
 
 .tab-collapse:not(.show),
.foot-collapse:not(.show) {
        display: none;
 }
 
.industry .col-md-5.pe-0.text-start.mobile-industry, .industry .col-md-4.pe-0.text-start.mobile-industry{width:90%; margin:0 auto; font-size:1rem;}
 
 .mobile-industry .navbar-toggler-tab.nav-link{border:1px solid #000; display:block; width:100%; padding:0.3rem 0 0.5rem 0.5rem;  margin-bottom: 0.5rem; }
 
 .mobile-industry .tab-collapse{border:1px solid #000; padding:0.5rem; border-top:none; margin-top:-0.5rem; position:relative; margin-bottom: 0.5rem;}
 
 .mobile-industry button.navbar-toggler-tab span {
  float: left;
  margin-top: 0.5rem;
  font-size: 1.2em !important;
}

.mobile-industry button.navbar-toggler-tab i {
  position: relative;
  top:3px;
  left: 20px;
  width: 100px;
  float: right;
  font-size: 2em !important;
}

.industry .mobile-industry .ind-des{margin-bottom: 2rem; max-width:90% !important;}

.industry .mobile-industry li a.btn{color:#fff; display: inline; padding:0.65rem 1.3rem 0.65rem 1.3rem; font-size:1rem;}

.product-des .desktop{display:none;}

.nav-tabs .nav-link:hover {
  border-top: 1px solid #000;
  padding:  0.4rem 1.2rem 0.9rem 1.2rem;
}

.nav-tabs .nav-link {
  padding: 0.4rem 1.2rem 0.9rem 1.2rem;
}

.product-des .col-md-6.pe-5, .product-des .col-md-6.pe-5 p.pe-2 {
  padding-right: 0 !important;
}

.milestone div.row li:first-child, .milestone div.row li:last-child{width:100%; padding:0.5rem 0 0.5rem 0}
.milestone div.row li:first-child{text-align:left; border:none; padding:0.5rem 0 0 0}
.milestone div.row li:last-child{left:0; }

.container-width.milestone{padding: 1.5rem !important;}

.carousel.col-sm-7{width:100%; padding: 0 !important;} 

.carousel-indicators.pb-5, .carousel-inner.pb-5, .carousel-inner p {
  padding-bottom: 1rem !important;
}

.faq a{font-size: 0.9rem;}
.faq a::after{padding-right: 0; font-size: 1.5rem;}

.operation-spares.bg-light.p-5.medium {
  padding: 0 0 3rem 0 !important;
}
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 480px) {
 .our-products li.col-md-2 {
        width: 44% !important;
        
    }
	
.industry .mobile-industry .ind-des {
  max-width: 96% !important;
  padding-left: 1rem;
}

.industry .mobile-industry .ind-des p{font-size: 1rem; padding-right:0.5rem;}
	
}

@media only screen and (max-width: 434px) {
 .our-products li.col-md-2 {width: 50% !important;    }
	
.mobile-industry button.navbar-toggler-tab span{  font-size: 1em !important;}

.mobile-industry .navbar-toggler-tab.nav-link{padding: 0.2rem 0 0.7rem 0.5rem;}

.mobile-industry button.navbar-toggler-tab i{font-size: 1.5em !important; top:5px;}

.faq a::after{position:relative; left:35px; }
.faq a{padding-right:3rem; }
}

@media only screen and (max-width: 375px) {
 .our-products li.col-md-2 {
        width: 60% !important;
    }
	
	
.operation-spares.bg-light.p-5.medium h3 {
   font-size: 1.1rem;
}

.operation-spares.bg-light.p-5.medium h3.text-blue {
  padding-top: 1rem !important;
}

.operation-spares.bg-light.p-5.medium p.pt-4 {
   padding-top: 1rem !important;
}
}


@media only screen and (max-width: 320px) {
.navbar-toggler{padding:0.2rem;}
.container-width {
  padding: 0 20px 0 20px;
}
.img-fluid.logo {
  max-width: 50%;
}
.solution-container h1, .solution-container p {
  font-size: 1.2rem;
}

.menuIcon{margin: 10px 20px 10px 10px;
padding: 4px 6px 4px 6px;}

.faq a::after{position:relative; left:50px; display: flex; align-items: baseline ;}

.faq a{padding-right:4.5rem; }
}
.corporate-heading{
    color: #005aa6;
}
.jumbotron{
    background-color: #005aa6;
}

select.legalSelect {
    width: 100%;
    padding: 12px 18px;
    border-radius: 0.5rem;
}
select.legalSelect:focus {
    border: 2px solid powderblue;
}

/* new Css */

.img-debris{
    background-image: url('../images/debris-filter-poster.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 250px;
    height: 300px;
}
.card{
    width: 250px;
    height: 300px;
}

.card-img-overlay:hover{
    background: rgba(255, 255, 255, 0.5);
}

.card:hover {
    transform: scale(1.1); /* Zoom in by 10% */
}
.card-img-overlay:hover > h5:first-child{
    color: #000 !important;
}
.card-img-overlay :last-child{
    opacity: 0;
}
.card-img-overlay:hover .product-learn {
    opacity: 1; /* Show the child element on hover */
}
.product-learn{
    margin-top: 8rem;
    color: #f10000;
}
.img-condenser{
    background-image: url('../images/condenser-online-tube-cleaning-poster.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 250px;
    height: 300px;
}
.img-self{
    background-image: url('../images/self-cleaning-strainer-poster.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 250px;
    height: 300px;
}
.img-heat{
    background-image: url('../images/heat-exchanger-cleaning-system-poster.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 250px;
    height: 300px;
}
.img-schmitz{
    background-image: url('../images/cleaning-balls-poster.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 250px;
    height: 300px;
}
.valve-product{
    color: #005aa6;
}
.hidden-text {
  
    overflow:hidden;
  }
.toggle-link {
    color: white;
    float: right;
    cursor: pointer;
    text-decoration: underline;
    margin: 0px 15px 0px 0px;
  }
  .toggle-link[aria-expanded=false]:before {
    content:"Show more";
  }
  
  .toggle-link[aria-expanded=true]:before {
    content:"Show Less";
  }
  #demo1 ul li{
    color: #fff;
  }
  .img-butterfly{
    background-image: url('../images/butterfly_thumbnail.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 250px;
    height: 300px;
}
.img-floating{
    background-image: url('../images/floatingball_thumbnail.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 250px;
    height: 300px;
}
.img-global{
    background-image: url('../images/global_thumbnail.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 250px;
    height: 300px;
}
.img-gate{
    background-image: url('../images/gate_thumbnail.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 250px;
    height: 300px;
}
.img-check{
    background-image: url('../images/check-thumbnaill.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 250px;
    height: 300px;
}
.img-plug{
    background-image: url('../images/plug_thumbnail.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 250px;
    height: 300px;
}
.img-diaphragm{
    background-image: url('../images/diaphragm-thumbnail.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 250px;
    height: 300px;
}
.img-knife{
    background-image: url('../images/knifegate-thumbnail.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 250px;
    height: 300px;
}
.img-industrial{
    background-image: url('../images/Industrial-control-valves.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 250px;
    height: 300px;
}

/* New Dropdown Navbar*/

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  display: none;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
  width: auto;
  min-width: 100%;
}

@media only screen and (max-width: 1300px){
    .dropdown-submenu:hover .dropdown-menu {
        display: block;
        min-width: auto;
    }
}

/* arrow indicator */

.dropdown-submenu > .dropdown-toggle::after {
  transform: rotate(-90deg);
  float: right;
  margin-top: .5rem;
}
/**/
.form-step{
display:none;
}

.form-step.active{
display:block;
}

.step .circle{
width:35px;
height:35px;
border-radius:50%;
background:#ccc;
color:white;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
font-weight:bold;
}

.step .circle.active{
background:#0d6efd;
}
.card-wrapper{
    padding: 20px 50px;
}

.card-result {
    width: 75%;
    margin: 5px auto;} 

.configurator-image{
cursor: zoom-in;
max-width: 100%;
}

.zoomContainer{
z-index:9999 !important;
}



/* Highlight text */

mark {
  -webkit-animation: 1.5s highlight 1.5s 1 normal forwards;
          animation: 1.5s highlight 1.5s 1 normal forwards;
  background-color: none;
  background: linear-gradient(90deg, #ff0000 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
}

@-webkit-keyframes highlight {
  to {
    background-position: 0 0;
  }
}

@keyframes highlight {
  to {
    background-position: 0 0;
  }
}
