@charset "utf-8";

/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@font-face {
  font-family: 'CenturyGothic';
  src: url('GOTHIC.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CenturyGothicBold';
  src: url('GOTHICB.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'stratum2-bold';
  src: url('Stratum2-Bold.eot');
  src: url('Stratum2-Bold.eot?#iefix') format('embedded-opentype'), url('Stratum2-Bold.otf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
#live_chat_status{
  
}

body{
  background-color: white;
}
/* text related */
p{
  font-size:1.1rem;
}
#breadcrumb a{
  color:#d53636 !important;
}
/* p a{
  color:#d53636 !important;

} */

.uk-link, a {
  color: #d53636;
  text-decoration: none;
  cursor: pointer;
}
.uk-link, a :hover{
  color: black !important;
}


.uk-section a{

}
.spec_button a{
  color:white;

}
.product-banner-title a{
  color:white;

}
#gallery{
  color:white;
}

.uk-section-primary{
  background:#d53636 !important;

}

@media (max-width: 1200px) {

.mobile-text{
  display:block;
}
}

@media (min-width: 1500px) {
  .mobile-text{
    display:none;
  }
}

::-moz-selection { /* Code for Firefox */
  color: white;
  background: #959595;
}

::selection {
  color: white;
  background: #959595;
}
.uk-text-white{
color:white;
}
.button-red{
  background:#d53636;
}

/*search container*/

.search-container {
    float: left;
    height: auto;
    width: auto;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

.search-container input[type=search] {
    height: 40px;
    background: #dcdbdb;
    font-size: 15px;
    border: none;
    float: left;
    color: #fdfeff;
    padding-left: 10px;
    padding-right: 45px; /* Add space for the icon on the right */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: background .55s ease;
    -moz-transition: background .55s ease;
    -ms-transition: background .55s ease;
    -o-transition: background .55s ease;
    transition: background .55s ease;
}

.search-container .icon {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  z-index: 1;
  color: #9e9e9e;
  pointer-events: none;
  background-color: #f0f0f0;
  padding: 4px 9px 5px 9px;
  border-radius: 50%;
}

#ctl00_btnsearch, #ctl00_btnsearch_mobile {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 20px;
    z-index: 2;
    opacity: 0;
}

.search-container .icon:hover {
    color: #656c73;
}

.search-container input[type=search]::-webkit-input-placeholder,
.search-container input[type=search]:-moz-placeholder,
.search-container input[type=search]::-moz-placeholder,
.search-container input[type=search]:-ms-input-placeholder {
    color: #dad8d8;
}

.search-container input[type=search]:hover, .search-container input[type=search]:focus, .search-container input[type=search]:active{
  outline:none;
  background: #2b303b;
}

.fill {
width:100%;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden
}
 .fill img{
   flex-shrink: 0;
       min-width: 100%;
       min-height: 100%;
          object-fit: cover;
}
.flags_ul{
    position: absolute;
    left: 458px;
    top: 30px;
    z-index:100;
}

.country_menu_cont {
  margin:0 !important;

}

.country_menu_cont  li > a {
/* background:black; */
min-height:none !important;
}
.social_media_cont > *{
padding: 0;
margin: 0 0 10px 0 !important;
}
.social_media_cont {
  padding: 0;
  margin: 0 !important;
  }

.menu-option{
  /* text-align:center; */
height: 200px;
}

h1{
    font-family: 'stratum2-bold'; 
    text-transform: uppercase;
    color:white; 
}
h2{
  font-family: 'CenturyGothicBold';
  text-transform: uppercase;
  font-size:2.3rem;
  
}
@media (min-width: 750px) {
  h2{
  
    font-size:3rem;
    
  }
}
h3{
  font-family: 'CenturyGothic';
  /* text-transform: uppercase; */
  font-size:1.8rem;
  
}
.title-container{
  padding: 0 40px;
}

.contact-contain{
  padding-left:12% !important;
}


.mobile_flags {
  position: absolute;
  left: 72% !important;
  top: 97px !important;
} 

.country_logo{
  width:45px;
/* min-width: 60px; */
}

.employ-button{
  margin-left:55%;
  padding: 8px 15px;
}

@media screen and (max-width: 1488px) {
    .employ-button{
      margin-left:50%;
    }
} 
@media screen and (max-width: 1360px) {
    .employ-button{
      margin-left:45%;
    }
} 
@media screen and (max-width: 1260px) {
    .employ-button{
      margin-left:40%;
    }
} 

.socials-tag{
  width:80%;
}
 @media (min-width: 400px) {
  .socials-tag{
    width:79%;
  }
} 
.socials-tag-desk{
  width:65%;
}
@media (min-width: 500px) {
  .socials-tag-desk{
    width:40%;
  }

}
@media (min-width: 1000px) {
  .socials-tag-desk{
    width:38%;
  }

}
.socials-container{
  position:absolute;
  left: 30%;
  top: 10px;
  
  }

.socials-tag-body{
  width:38%;

}
@media (min-width:750px){
  .socials-tag-body{
    width:38%;
  
  }
}
/* @media (max-width: 750px) {
  .socials-tag{
    width:100%;
  }
} */
.socialmedia_logo{
  width: 55px;
  }
  @media (min-width: 400px) {
    .socialmedia_logo{
      width: 60px;
      }
  }

  @media (min-width: 1000px) {
    .socialmedia_logo{
      width: 65px;
      }
      
  }
  @media (min-width: 1200px) {
    .socialmedia_logo{
      width: 68px;
      }
      
  }


  .socialmedia_logo_body{
    width: 55px;
    }
  
  .socialmedia_logo_footer{
    width: 55px;
    }
  .uk-search-input{

    border-radius: 500px !important;
    background-color: white !important;
    
  }

/* Home Slider top banners
} */

.links-text {
  text-decoration: underline;
  /* -webkit-text-decoration-color:  rgb(184, 184, 184); /* safari still uses vendor prefix */
  /*text-decoration-color: rgb(184, 184, 184); */
  -webkit-text-decoration-color:  red; /* safari still uses vendor prefix */
  text-decoration-color: red;
  
}
.links-text:hover {
  color:  rgb(253, 97, 97) !important; 
}

/* Jason 06/09/2025 */

.amada_events_link {
  color: #000!important;
  text-decoration: underline;
}

.amada_events_link:hover {
  color: #ef413d!important;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .amada_events_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .amada_events_wrapper td {
    padding: 2px 12px 12px 12px!important;
  }

  .amada_events_wrapper td:first-child {
    padding: 12px 12px 2px 12px!important;
  }
  .amada_events_link {
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  .amada_events_link {
    font-size: 15px;
  }
}

/* Jason 06/09/2025 - End */


/* Jason 06/06/2025 */

@media screen and (max-width: 2200px) { 
  .links-text li{
   /* padding-left:42px; */
      padding-left:22px;
  }
}

@media screen and (max-width: 1478px) {
  .amada_liquid_button--wrapper {
    display: flex;
    justify-content: center;
    padding-left: 0!important;
  }
  .amada_liquid_button--wrapper .links-text {
    flex-direction: column;
  }
}

/* Jason 06/06/2025 - End */


.mobile-links-text {
  text-decoration: underline;
  /* -webkit-text-decoration-color:  rgb(184, 184, 184); /* safari still uses vendor prefix */
  /*text-decoration-color: rgb(184, 184, 184); */
  -webkit-text-decoration-color:  red; /* safari still uses vendor prefix */
  text-decoration-color: red;

  list-style-type: none !important; /* Remove bullets */
  
}

.home_banner_message_box{
  /* margin:0;
  /* width:30%; */
  /* height:20%; */
  /* background: #da4747; */
  /* background: #ffffff;

  opacity: 0.9; */
  background: rgb(31,30,30);
  background: -moz-radial-gradient(circle, rgba(31,30,30,0.8561625333727241) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-radial-gradient(circle, rgba(31,30,30,0.8561625333727241) 0%, rgba(255,255,255,0) 100%);
  background: radial-gradient(circle, rgba(31,30,30,0.8561625333727241) 0%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f1e1e",endColorstr="#ffffff",GradientType=1); 
 
}
/* Larger than desktop */
@media (min-width: 1000px) { 
  .home_message_synergy{
    margin-right: 70px !important;
    }
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
  .synergy-text{
    font-size: 1.3rem;
    margin-bottom:45px;
  }
  .home_message_synergy{
    margin-right: 100px !important;
    width:800px;
    }
}

.text-shadow{
  text-shadow: 0px 0px 5px #000000;
}
.banner_buttons{
  background:white;
}
.top-banner{
	/* height:650px; */
	/* background-color: #afdefa; */
}

.banner{
	height:600px;
}
.top-banner{
  /* height:300px; */
  /* background-color: #afdefa; */

}
@media (min-width: 1200px) {
  .home_banner_message_box{
    margin:60px;
    
  }
  .top-banner{
    height:650px;
    /* background-color: #afdefa; */
  
  }

  .uk-grid{
    margin:0 !important;
  }

}

.uk-button-default{

  border-radius: 500px !important;

}


@media (max-width: 750px) {
  .uk-grid{
    margin-left: 0 !important;
    /* padding-left: 0 !important; */

  }
 
}

.featured{
  padding: 0;
  /* height: 400px; */
}
.machine_choice{
  padding:0;
}
@media (min-width: 1000px) {
  .machine_choice{
    padding:0 100px;
  }
}
@media (min-width: 550px) {
  .featured{
    padding: 40px;
    /* height: 400px; */
  }
}

/*grid fixes */
.fiftyh{
  height:50%;
}

.calendar{
  padding: 10%;
}
@media (min-width: 1200px) {
  .calendar{
    padding: 25%;
  }
}
/*buttons*/
.uk-button-primary{
  background-color: #d53636 !important;
  color:white !important;
}

.uk-button-secondary{
  background-color: black !important;
  color:white !important;
}
.youtube-btn{
border-bottom: 8px solid #d53636;
width:50%;
}

.regional-contact {
  width: 90% !important;
  text-decoration: none !important;
  margin: 0 0 20px 0 !important;
  background-color: #ffffff;
  border: 5px solid black;
  color: black;
  padding: 20px 0;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  color:black;
}
.regional-contact:hover {
  text-decoration: underline !important;
  color:#393939;
}

#footer2 ul{
  
}

.uk-overlay-primary{
  background: rgba(75, 75, 75, 0.850) 50% !important;
}
.amada-overlays{
  display: none ;
  z-index:1;
}
#main_image_banner{
display:none;
/* height:450px; */
}
@media (min-width: 750px) {
  #main_image_banner{
    display:none;
    /* height:650px; */
    }
}
.page-banner-title{
background: #d53636;
padding:60px;
width: 90%;
}
@media (min-width: 750px) {
  .page-banner-title{
    padding:50px;
    width: 50%;
    }
}
.product-banner-title{
  background: #d53636;
  padding:22px;
  /* width: 100%; */
  }
  @media (min-width: 750px) {
    .product-banner-title{
      padding:50px;
      width: 50%;
      }
  }
  .products_bg{
    background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); 
  }
  @media (min-width: 750px) {
    .products_bg{
      padding-top: 120px;

    }
  }


#breadcrumb {
  border-bottom: 1px solid #d9d9d9;
  padding: 20px;
  margin: 0 20px;
}

.vpss_logo {
  width: 100px;
}

.iiot-logo {
  width: 500px;
}

@media (min-width: 550px) {
  .vpss_logo {
    width: 150px;
  }
}

.machine_button_text {
  font-size: 1rem;
}

.product_details_section {
  background: #3d3d3d;
}

.spec_button {
  background: #3d3d3d !important;
}

.link-line {
  border-left: #fff solid 20px;
  margin: 20px 0;
  padding: 5px;
}

.machine_highlights {
  list-style-type: none;
  /* Remove bullets */
  font-size: 1.5rem;
  color: #d53636;

}

.machine_highlights li {
  border-left: #d53636 solid 45px;
  background: white;
  box-shadow: 6px 3px 10px #757575;
  margin: 20px 0;
  padding: 20px;
}

/* jobs site*/
/* job menu */
.job-menu-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.nav-jobs {
  position: fixed;
  /* width: 100vw; */
  /* height: 68px; */
  background-color: white;
  transition: 0.2s;
  display: flex;
}

.menu-r-cont {
  align-items: center;
  display: flex;
  justify-content: center;
}

.job-menu {
  margin: 0 !important;
}

.job-menu a {
  text-decoration: none;
}

.job-menu ul {
  /* background: white; */
  list-style: none;
  margin: 0 !important;
  padding-left: 0;
}

.job-menu li {
  color: #fff;
  /* background: white; */
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
  /* border-right: solid #eaeaea 5px; */
}

.last {
  border-right: none !important;
}

.job-menu li a {
  color: gray !important;
  font-size: 1rem;
  display: block;
  padding: 1.5rem;
}

.job-menu li a:hover {
  color: black;
}

/* .job-menu li:hover,
    li:focus-within {
      background: #eaeaea;
      cursor: pointer;
      color: black !important;
    } */

.job-menu li:hover {
  background: #eaeaea;
  cursor: pointer;
  color: black !important;
  /* border-right: solid black 6px !important; */
}

.job-menu-active {
  color: black !important;
  background: #eaeaea !important;
}

.job-menu-active li a {
  color: black !important;
}

.job-menu-active-a {
  color: black !important;
}

.job-menu-active-line {
  background: black !important;
}

.job-menu li:focus-within a {
  outline: none;
}

#job-menu ul li ul {
  background: #eaeaea;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
}

#job-menu ul li:hover>ul,
#job-menu ul li:focus-within>ul,
#job-menu ul li ul:hover,
#job-menu ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}

#job-menu ul li ul li {
  clear: both;
  width: 100%;
}

.job-divider {
  padding: 6px 0;
  background: #c8c6c6;
  float: left;
  width: 7px;
  height: 30px;
  margin: 12px 0;
}

@media (min-width: 1200px) {

  .jobs-logo-cont {
    padding: 10px;
    margin: 0 35px !important;
  }

  #employ-top-banner {
    margin-top: 68px;
  }
}

@media (max-width: 1200px) {
  .jobs-logo-cont {
    padding: 10px;
  }
}

.floatingNav {
  /* width: calc(100vh - 100px); */
  /* border-radius: 2px; */
  box-shadow: 0px 1px 10px #545454;
}

.light-gray {
  background: #f7f7f7;
}

#jobsdt-menu {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8393558106836485) 50%, rgba(255, 255, 255, 0.9654062308517157) 58%);
  height: 200px;
  width: 100%;
}

@media (max-width: 1200px) {
  #jobsdt-menu {
    display: none;
  }
}

@media (min-width: 550px) {
  .employ-logo {
    max-width: 100%;
  }
  .mobile-logo {
    padding: 10px 30px;
  }
}

@media (max-width: 550px) {
  .employ-logo{
    max-width: 100%;

  }
  .mobile-logo{
    padding: 10px 90px;

  }
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 20px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* .active {
  background-color: white;
  color: black;
} */

.sy-box a{
  background:none !important;
}

.blanking-link{
  font-size: 1.5rem;
  padding:4px;
}

/* .blanking-link-a{
  position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
} */

.blanking-icon{
  padding:20px;
  margin:10px;
}

#media:hover{
  color:white !important;
}

.blanking-icon:hover{
      background: #ef413d;
}

.maintenance-img{
  width:60%;
}


/* IIOT Page Menu */
#iiotmenu {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
background: #131313; /* Old browsers */
background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 44%, #131313 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #4c4c4c 0%, #595959 44%, #131313 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #4c4c4c 0%, #595959 44%, #131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'PT Sans', sans-serif;
  border-bottom: 4px solid #f0413d;
}
#iiotmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#iiotmenu ul:after,
#iiotmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

#iiotmenu ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#iiotmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#iiotmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#iiotmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}
#iiotmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#iiotmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#iiotmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#iiotmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#iiotmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 11px 10px 11px 20px;
}
#iiotmenu ul li ul li:hover > a,
#iiotmenu ul li ul li.active > a {
  color: #4cb6ea;
}
#iiotmenu ul li ul li:hover:after,
#iiotmenu ul li ul li.active:after {
  background: #d7d7d7; /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #d7d7d7 44%, #9a9a9a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fff 0%, #d7d7d7 44%, #9a9a9a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 0%, #d7d7d7 44%, #9a9a9a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#iiotmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#iiotmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#iiotmenu > ul > li {
  float: left;
}
#iiotmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#iiotmenu.align-center > ul {
  text-align: center;
}
#iiotmenu.align-center ul ul {
  text-align: left;
}
#iiotmenu.align-right > ul {
  float: right;
}
#iiotmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#iiotmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#iiotmenu.align-right ul ul li a {
  text-align: right;
}
#iiotmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #d7d7d7; /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #d7d7d7 44%, #9a9a9a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fff 0%, #d7d7d7 44%, #9a9a9a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 0%, #d7d7d7 44%, #9a9a9a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#iiotmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#iiotmenu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#iiotmenu > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #4cb6ea;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#iiotmenu > ul > li > a {
  color: #ffffff;
  padding: 15px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#iiotmenu > ul > li:hover:after,
#iiotmenu > ul > li.active:after {
  height: 100%;
}
#iiotmenu > ul > li:hover > a,
#iiotmenu > ul > li.active > a {
  color: #000000;
}
#iiotmenu > ul > li:hover > a:after,
#iiotmenu > ul > li.active > a:after {
  background: #d7d7d7; /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #d7d7d7 44%, #9a9a9a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fff 0%, #d7d7d7 44%, #9a9a9a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 0%, #d7d7d7 44%, #9a9a9a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#iiotmenu > ul > li:hover > a:before,
#iiotmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#iiotmenu > ul > li:hover > ul {
  left: 0;
}
#iiotmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#iiotmenu #menu-button {
  display: none;
}
#iiotmenu > ul > li > a {
  display: block;
}
#iiotmenu > ul > li {
  width: auto;
}
#iiotmenu > ul > li > ul {
  width: 170px;
  display: block;
}
#iiotmenu > ul > li > ul > li {
  width: 170px;
  display: block;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #iiotmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #iiotmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #iiotmenu.align-right ul li a {
    text-align: left;
  }
  #iiotmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #iiotmenu.align-right ul ul li a {
    text-align: left;
  }
  #iiotmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #iiotmenu ul li ul li a {
    width: 100%;
  }
  #iiotmenu.align-center > ul {
    text-align: left;
  }
  #iiotmenu.align-center > ul > li {
    display: block;
  }
  #iiotmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #iiotmenu ul {
    width: 100%;
  }
  #iiotmenu ul > li {
    float: none;
    width: 100%;
  }
  #iiotmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #iiotmenu ul > li:after {
    display: none;
  }
  #iiotmenu ul li.has-sub > a:after,
  #iiotmenu ul li.has-sub > a:before,
  #iiotmenu ul li ul li.has-sub:after,
  #iiotmenu ul li ul li.has-sub:before {
    display: none;
  }
  #iiotmenu ul li ul,
  #iiotmenu ul li ul li ul,
  #iiotmenu ul li ul li:hover > ul,
  #iiotmenu.align-right ul li ul,
  #iiotmenu.align-right ul li ul li ul,
  #iiotmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #iiotmenu ul li ul li,
  #iiotmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #iiotmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  #iiotmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #iiotmenu ul li ul li:hover > a {
    color: #000000;
  }
  #iiotmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #iiotmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 16px;
  }
  #iiotmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 26px;
  }
}
.width-60{
  width:60%;
}
/* main top area */
.iiot-section-title{
  padding:10px !important;
  color:#292929 !important;
  letter-spacing:0.1em !important;
}
.brushed-bg{
  background-image: url("../images/iiot-images/brushedmetal.jpg");
  background-size: cover;}

.iiot-main-title{
  font-size: 2.5rem !important;
  color:#3e3e3e !important;
  text-align: center !important;
}
.iiot-2nd-title{
  font-size: 2.8rem !important;
  color:#3e3e3e !important;
  text-align: center !important;
  margin-bottom:10px !important;
}
.iiot-grey-p{
  color:#696969;
  margin-bottom: 60px;
}
.lt-grey-bg{
  background:#e2e2e2;
}
.dr-grey-grd-bg-up{
  background:#A6AEBC;
  background: -moz-linear-gradient(top, #ffffff 0%, #c9d1e0 44%, #A6AEBC 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #c9d1e0 44%, #A6AEBC 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #c9d1e0 44%, #A6AEBC 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.margin5{
  margin:5px;

}
.grn-txt{
color:#8ec733;
}
.brdr-top{
  border-top: solid 4px;
}
.red-bg{
  background:#f0413d;
}
.grey-grd-bg{
  background: #131313; /* Old browsers */
  background: -moz-linear-gradient(top, #ebebeb 0%, #cfcfcf 44%, #ccc7c7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ebebeb 0%, #cfcfcf 44%, #ccc7c7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ebebeb 0%, #cfcfcf 44%, #ccc7c7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.blk-grd-bg{
  background: #131313; /* Old browsers */
  background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 44%, #131313 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4c4c4c 0%, #595959 44%, #131313 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4c4c4c 0%, #595959 44%, #131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.small{
font-size:1.2rem;
}
.med{
  font-size:2.0rem;

}
.lrg{
  font-size:5rem;

}
.bold{
  font-weight: bold;
}
.pad-10{
padding:10px !important;
}
.pad-50{
  padding:50px !important;
}
.section-header{
/* border-bottom:solid 2px; */
color:black !important;
font-size:1.5rem;
}
.titlewrapper{
    clear:both;
}
.title-icon{
    float:left;
  width:30px;
  color: #1abd00;
}
.img-title{
    /* float:left; */
    line-height:20px;
    margin-left:4px;
}
.section-line{
  background:#808080;
  height:1.2px;
  margin: 50px 0!important;
}
.main-sectionimg{
  padding:45px;
  text-align:center;
}
.section-icon{
  width:38%;
}
.features-img{
  width:72%;
}
.platform-icon{
  width:70%;

}
.roadmap-top{
  padding-bottom:40px;
}
.mainsection-title{
  font-size: 2.2rem !important;
color: black !important;
text-align: center !important;
}
.title-underline{
  width:200px;
  background:#ef413d;
  height:2.5px;
  margin:auto;

}
.center-al{
  text-align:center !important;
}
#psbutton{
  width:300px;
}
#main-top-area{
  text-align: center !important;
  height:auto;
  padding:10px 60px 60px 60px !important;
  /* background-image: url("../images/iiot-images/background.png");
  background-size: cover; */
}
.iiot-contact{
  background:#ef413d;
  border: 4px solid #fe8885;
  margin: 10px ;
}
.top-bottom{
  text-align: center;
}

.arrow {
  width:200px;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  /* margin-left: 40px;
  margin-right: 40px; */
  /* position: relative; */
  line-height: 2em;
  padding:1rem;
  background: #1C1C1C;
  background: rgb(193,193,193);
  background: linear-gradient(180deg, rgba(193,193,193,1) 0%, rgba(61,61,61,1) 100%);
  color: white;

}
.contact-arrow {
  /* width:20%; */
  cursor: pointer;
  display: inline-block;
  height: 40px;
  /* margin-left: 40px;
  margin-right: 40px; */
  /* position: relative; */
  line-height: 2em;
  padding:1rem;
  background: white;
  background: rgb(193,193,193);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(214, 214, 214, 1) 100%);
  color: #ef413d;

}
.d-icon{
  width:500px;
}
.rmtoplogo{
  width:20%;
}
.sync-icon{
  width:200px;
}
.pad-30{
  padding:30px;
}
.influent-logo{
  display:none;
}

.roadmap-p{
height:45px !important;
margin-left: 25px;

}

.button-row{
  text-align:center;
}
.pp-influent{padding:20px;}

.intro-title{
  font-size:1.8rem;
  text-align: center;
  padding:none;
}
.influent-p{
  margin: 10px 35px;
  clear:both;
}
.contact-arrow:hover, .contact-arrow:active {
  text-decoration: underline;
  background: #f0413d;
  background: rgb(193,193,193);
  background: rgb(255,186,186);
 background: -moz-linear-gradient(180deg, rgba(193,193,193,1) 0%, rgba(61,61,61,1) 100%);
 background: -webkit-linear-gradient(180deg,rgba(193,193,193,1) 0%, rgba(61,61,61,1) 100%);
 background: linear-gradient(180deg, rgba(193,193,193,1) 0%, rgba(61,61,61,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbaba",endColorstr="#f0413d",GradientType=1);
  color: white;

}
.arrow:hover, .arrow:active {
  text-decoration: underline;
  background: #f0413d;
  background: rgb(193,193,193);
  background: rgb(255,186,186);
 background: -moz-linear-gradient(180deg, rgba(255,186,186,1) 1%, rgba(240,65,61,1) 79%);
 background: -webkit-linear-gradient(180deg, rgba(255,186,186,1) 1%, rgba(240,65,61,1) 79%);
 background: linear-gradient(180deg, rgba(255,186,186,1) 1%, rgba(240,65,61,1) 79%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbaba",endColorstr="#f0413d",GradientType=1);
  color: white;

}
.ulsquare {
    list-style-type: square;
    list-style-position: outside;
  margin: 10px;
  padding: 0;
}

.influent li{

  border-left:solid 2px #f0413d;
  margin-bottom:10px;
  padding-left:5px;

}

/*fabtech23*/
.booth_visit{
  height:600px;

}

.booth_number{
  font-size:2.8rem;
  background: radial-gradient(circle, rgba(31,30,30,0.8561625333727241) 50%, rgba(255,255,255,0) 100%);
}
.debut{
  border-radius: 25px;
background: #000000;
}

.fabtech{
  border: 6px solid black;
}

.app{
  width:35%;
}
.app_section{
  width: 400px;
}

@media (min-width: 1000px) {
  .app{
    width:25%;
  }
}

@media (min-width: 1400px) {
  /* .app_section{
    position: absolute;
    top: 62%;

    left: 1325px;
  } */
}

@media (min-width: 1600px) {
  .app_section{
    position: absolute;

    top: 598px;

    left: 1325px;
  }

}

  @media (min-width: 1800px) {
    .app_section{
      top: 609px;

      left: 1500px;
    }
  
  }

  .fabtech-image{
    border: 3px solid #000;
  }

  .fabtech-eco{
    position: absolute;
    top: 61%;
    right: 0%;
    width: 28%;
  }

  .fabtech-eco-logo{
    
      /* width: 70%; */
  }
  @media (min-width: 550px) {
    .fabtech-eco-logo{
    
      /* width: 35%; */
  }
  }
  @media (min-width: 750px) {
    .fabtech-eco-logo{
      /* width: 25%; */
  }
  /* .fabtech-eco{
top: 73%;
right: -2%;
width: 20%;
  } */
  }
  @media (min-width: 1000px) {
    .fabtech-eco{
      top: 65%;
right: 0%;
width: 23%;;
        }
  }
  @media (min-width: 1200px) {
    .fabtech-eco{
      top: 74%;
right: 0%;
width: 23%;;
        }
  }

  @media (min-width: 1400px) {
    .fabtech-eco-logo{
      position: absolute;
        top: 675px;
        left: 165px;
        width: 12%;
    }

    .fabtech-eco{
      top: 67%;
width: 23%;;
        }

  }
  @media (min-width: 1600px) {
    .fabtech-eco{
      top: 75%;
      right:0%
        }

  }
  @media (min-width: 1800px) {
    .fabtech-eco{
      top: 75%;
      right:-2%
        }

  }



  /* eco elements*/
  .e-icon-white-title-h1-product{
    background: url('../images/logos/eco-e-logo_white.png');
    width: 10%;
}
.e-icon-black-title-h1-product {
  background: url('../images/logos/eco-e-logo_black.png');
  width: 10%;

}
  .e-icon-white-title-h1 {
    background: url('../images/logos/eco-e-logo_white.png');
    width: 10%;
}
.e-icon-black-title-h1 {
  background: url('../images/logos/eco-e-logo_black.png');
  width: 10%;

}
  .e-icon-white-title {
    background: url('../images/logos/eco-e-logo_white.png');
    width: 5%;
}
.e-icon-black-title {
  background: url('../images/logos/eco-e-logo_black.png');
  width: 5%;

}
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
  .e-icon-white-title-h1-product{
    background: url('../images/logos/eco-e-logo_white.png');
    width: 8%;
}
.e-icon-black-title-h1-product {
  background: url('../images/logos/eco-e-logo_black.png');
  width: 8%;

}
  .e-icon-white-title-h1 {
    background: url('../images/logos/eco-e-logo_white.png');
    width: 5%;
}
.e-icon-black-title-h1 {
  background: url('../images/logos/eco-e-logo_black.png');
  width: 5%;

}
  .e-icon-white-title {
    background: url('../images/logos/eco-e-logo_white.png');
    width: 2.2%;
}
.e-icon-black-title {
  background: url('../images/logos/eco-e-logo_black.png');
  width: 2.2%;

}

}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}


  .e-icon-white {
    background: url('../images/logos/eco-e-logo_white.png');
    height: 15px;
    width: 15px;
    /* display: block; */
    /* Other styles here */
}
.e-icon-black {
  background: url('../images/logos/eco-e-logo_black.png');
  height: 15px;
  width: 15px;
  /* display: block; */
  /* Other styles here */
}

  
  .green-policy {
      border: rgb(4, 190, 4) 8px solid;
      padding: 20px;
    }
    /* .eco-logo{
      position: relative;
      top: 61%;
      right: 0%;
      width: 28%;
    } */
  
    
    /* @media (min-width: 550px) {
      .eco-logo{
      
        width: 35%;
    }
    } */
    /* @media (min-width: 750px) {
     
    .eco-logo{
      position:absolute;
  top: 73%;
  right: -2%;
  width: 20%;
    }
    } */
    /* @media (min-width: 1000px) {
      .eco-logo{
        position:absolute;
        top: 65%;
  right: 0%;
  width: 23%;;
          }
    } */
    /* @media (min-width: 1200px) {
      .eco-logo{
        top: 74%;
  right: 0%;
  width: 23%;;
          }
    }
  
    @media (min-width: 1400px) {
      .eco-logo{
        position: absolute;
          top: 675px;
          left: 165px;
          width: 11%;
      }
  
      
  
    }
    @media (min-width: 1600px) {
      .eco-logo{
        top: 72%;
        right: -39%;
      }
  
    }
    @media (min-width: 1800px) {
      .eco-logo{
        top: 75%;
        right:-2%
          }
  
    } */
  /*fabtech2024*/
  .car-margin-top{
margin-top:7% !important;  
}

@media (min-width: 550px) {
  .car-margin-top{
    margin-top:8% !important;  }
}

@media (min-width: 750px) {
  .car-margin-top{
    margin-top:10% !important;  }

}
@media (min-width: 1000px) {
  .car-margin-top{
    margin-top:12% !important;  
  }
}

  .indy_car{
    position:absolute;
      }

  .indy_car_text{
    color:black;
    position:absolute;
    top:61%;
    left:42%;

      }

      .fabtech_vid_button{
        position: relative;
      }
      @media (min-width: 1000px) {
        .fabtech_vid_button{
          position: absolute;
          left: 75%;
          top: 100%;
        } 
      }

      .car-margin-top{
        margin-top:30% !important;
      }
     
      .fabtech-title{
        font-size:2rem !important;
      }
      @media screen and (orientation:landscape){
        .indy_car{
          top:55%;
            }
            .indy_car_text{
              top:70%;
                }
                @media (min-width: 750px) {
                  .indy_car_text{
                    top:70%;
                      }
                      .car-margin-top{
                        margin-top:11% !important;
                      }
                }

      }
      @media screen and (orientation:portrait){
        @media (min-width: 300px) {
          .indy_car{
            top:85%;
              }
        }
        @media (min-width: 550px) {
          .indy_car{
            top:85%;
              }
              .indy_car_text{
                top:87%;
                  }
      
                  .padding-adjust{
                    padding:0px !important;
                  }
                  .car-margin-top{
                    margin-top:15% !important;
                  }
        }

      }
  
      @media (min-width: 750px) and (orientation:portrait) {
        .indy_car_text{
          top:49%;
            }
            .car-margin-top{
              margin-top:11% !important;
            }
            
      }
 
      @media (min-width: 750px) and (orientation:portrait) {
        .indy_car_text{
          top:87%;
            }
            .car-margin-top{
              margin-top:11% !important;
            }
      }
  @media (min-width: 1000px) {
    .indy_car{
      top:54%;
        }
        .indy_car_text{
          top:87%;
            }
  }

  @media (min-width: 1200px) {
    .indy_car{
      top:54%;
        }
        .indy_car_text{
          top: 70%;
    left: 53%;
            }

  }

  .h_w_text{
    font-size:1.5rem;
   }
  
  @media (min-width: 550px) {
    .h_w_text{
      font-size:1.8rem;
     }
    
  }
  
  @media (min-width: 1000px) {
    .h_w_text{
      font-size:2.1rem;
     }
    
  }
 



/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}


/* Fix for gallary btn - 03/25/25  - AM-1 JY */
#gallery:hover{
  color: #000;
}
#gallery:active{
  color: #000;
}


/* PRIVACY PAGE */

.amada_privacy-container {
  margin: 25px 200px;
}

.amada_privacy-title {
  color: #666!important;
}

/* PRIVACY PAGE - END */


/* TYPING ANIMATION */

.amada_typing_animation {
    display: inline-block;
    position: relative;
    max-height: 80px;
}

.amada_typing_animation-text {
    display: inline-block;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    animation: typing 1.7s steps(22) 2.3s forwards;
}

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%
    }
}

@media (max-width: 1200px) {
  .amada_typing_animation-text {
      font-size: 20px!important;
  }
  .amada_typing_animation { 
    min-height: 86px!important;
  }
}

@media (max-width: 1200px) {
  .amada_typing_animation-text {
      white-space: normal;
      word-wrap: break-word;
      width: 100%;
      font-size: 1.5rem;
      animation: none;
      overflow: visible;
  }
}

/* TYPING ANIMATION - End */


/* ONE LOGO FADE IN */

.amada_main_hero_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.amada_logo_container {
  position: relative;
  display: inline-block;
  max-width: 36%;
  margin-bottom: 12px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1200px) {
  .amada_logo_container {
    max-width: 76%;
    min-height: 170px;
  }
}

.amada_hero_one_logo {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.amada_overlay_logo {
  position: absolute;
  top: 67%;
  left: 52%;
  transform: translate(-50%, -50%);
  max-width: 70%;
  height: auto;
  z-index: 2;
  animation: centerFadeIn 1.5s ease-out 1s forwards;
  clip-path: circle(0% at center);
}

@keyframes centerFadeIn {
  from {
    clip-path: circle(0% at center);
  }
  to {
    clip-path: circle(100% at center);
  }
}

/* ONE LOGO FADE IN - END */


/* AMADA CAPITAL - FINANCING */

.amada_capital_link {
  color: #000!important;
  text-decoration: underline;
}

.amada_capital_link:hover {
  color: #ef413d!important;
  text-decoration: none!important;
}

@media (max-width: 700px) {
  .amada_capital_link {
    font-size: 15px;
  }
}

/* AMADA CAPITAL - FINANCING - END */



/* FOOTER */

/* Links */

@media (max-width: 900px) {
  .amada_footer_links {
    display: none;
  }
  .amada_footer_links-wrapper {
    flex-direction: column;
    gap: 10px;
  }
}

/* Links End */


/* Copyright */

.amada_copyright_text { 
  font-size: clamp(9px, 2.22vw, 14px);
  font-family: CenturyGothic, Arial, Helvetica, sans-serif;
  margin-bottom: 14px;
}

/* Copyright - End */

/* Live Chat */

body #live_chat_status,
html #live_chat_status {
    bottom: 3%;
    left: 68% !important;
    right: 0px !important;
}

@media (max-width: 900px) {
  html body #live_chat_status {
    left: 3.5% !important;
  }

  body #live_chat_status,
  html #live_chat_status {
    bottom: 7%;
    width: 25%;
  }
}

@media (max-width: 550px) {
  body #live_chat_status,
  html #live_chat_status {
    width: 0;
  }
}

/* Live Chat - End*/


/* Back To Top */

#scrollUp {
  bottom: 0;
  right: 7%;
  width: 38px;
  height: 38px;
  margin-bottom: 28px;
  padding: 10px;
  font: 14px/20px sans-serif;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  color: #828282;
  border-radius: 3px;
  border: 1px solid #000;
  opacity: 90%;
  background-repeat:no-repeat;
  -webkit-transition: margin-bottom 150ms linear;
  -moz-transition: margin-bottom 150ms linear;
  -o-transition: margin-bottom 150ms linear;
  transition: margin-bottom 150ms linear;
  background-image: url("../images/UpArrowBlk.png");
  background-size:contain;
  background-color: #fff;
  transition: all 0.3s ease;
}

#scrollUp:hover {
  margin-bottom: 32px;
  border: 1px solid #ef413d;
  box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.3) !important;
}

@media (max-width: 900px) {
  #scrollUp{
    right: 4%;
    bottom: 3.75%;
  }
}

/* Back To Top - End */


/* FOOTER - END */



/* AMADA PARTS & TOOLING SEGMENT */

.amada_parts_phone {
  color: #666666;
  font-size: 18px;
}

.amada_parts_phone:hover {
  color: #ef413d;
  text-decoration: none;
}

@media (max-width: 600px) {
  .amada_parts {
    font-size: 25px!important;
  }
}


@media (max-width: 360px) {
  .amada_parts {
    font-size: 23px!important;
  }
}

/* AMADA PARTS & TOOLING SEGMENT - END */


/* SCREEN READER */

.screen-reader {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


/* SCREEN READER - END */



/* TABLET - SPECIFIC STYLE */

@media (max-width: 820px) and (min-width: 768px) {

  /* Global Header - Flag Icon Alignment */
  .mobile-header .uk-navbar-nav {
    padding: revert;
  }

  /* Rich Nav - Hamburger Menu */
  .mobile_button .toggle-menu {
    margin-left: 30px;
  }

  /* Bottom Promo Images - Above Footer */
   #promo {
    justify-content: center;
    align-items: center;
    margin-left: 0;
   }

}

/* TABLET - SPECIFIC STYLE - END */



/* FABTECH - CHICAGO - 2025 */

.amada_fabtech_2025 {
  background-position: top;
}

.products_bg_2025 {
  height: 50vh;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 15%);
  padding-bottom: 0;
}


.amada_fabtech_2025_title_wrapper {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.amada_fabtech_2025_eco,
.amada_fabtech_title,
.amada_video_button_wrapper_2025 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.amada_fabtech_title img {
  width: 52%;
}

.amada_fabtech_title h1 {
  font-size: 44px;
}

.amada_fabtech_title h3 {
  font-size: 25px;
}

.amada_fabtech_2025_title_wrapper .amada_video_button_wrapper_2025 {
    position: relative;
    top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background-image: url(../images/logos/2025-INDY-RACECAR-TRANSPARENT.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 21%;
    min-height: 200px;
    overflow: hidden;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
}

.amada_video_button_wrapper_2025 .amada_video_button {
  padding: 5px;
}
    
.amada_fabtech_booth_info{
  font-size: 48px;
  top: 32%;
}

a.amada_fabtech_webpage:hover .amada_fabtech_showroom .amada_fabtech_booth_info {
  color: white !important;
}

a.amada_fabtech_webpage:hover {
  text-decoration: underline !important;
  text-decoration-color: #e0130e !important;
}

/* Fabtech Showroom Segment */
.amada_fabtech_showroom {
    position: relative;
    overflow: hidden;
}

.amada_fabtech_showroom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: inherit;
    background-size: inherit;
    background-position: inherit;
    transition: transform 0.3s ease;
    z-index: 0;
    clip-path: polygon(0% 20%, 100% 20%, 100% 80%, 0% 80%);
}

.amada_fabtech_showroom:hover::before {
    transform: scale(1.03);
}

.amada_fabtech_2025_eco img,
.app img {
    max-width: 52%;
    height: auto;
}

.amada_fabtech_schedule_2025 {
  width: 70%
}

.amada_fabtech_app_section img {
  width: 71%;
}

.amada_debut {
  border-radius: 25px;
  background: #d53636;
}

@media (max-width: 1350px) {
  .amada_fabtech_app_section img {
    width: 68%;
  }
}

.amada_fabtech_schedule_section>div:first-child {
  padding-top: 50px;
}

.amada_featured_container .amada-overlays {
    background: rgba(75, 75, 75) !important;
}

.amada_fabtech_machines {
  overflow: hidden;
}

.amada_fabtech_machines:hover {
    background: rgba(75, 75, 75) !important;
}

/* Desktop styles (1200px and larger) */
@media (min-width: 1200px) {
    .amada_fabtech_2025_title_wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .amada_fabtech_2025_eco {
        order: 1;
        flex: .8;
        padding-right: 0;
    }
    
    .amada_fabtech_title {
        order: 2;
        padding: 20px 0;
        flex: 1.4;
    }
    
    .amada_video_button_wrapper_2025 {
        order: 3;
        flex: .8;
        padding-left: 0!important;
    }
}


@media (max-width: 1200px) {
  .amada_fabtech_schedule_section {
      flex-direction: column !important;
  }
}

@media (min-width: 1201px) {
  .amada_fabtech_schedule_section {
      flex-direction: row !important;
  }
  .amada_fabtech_schedule_section > div {
      width: 50% !important;
  }
}

/* Smaller Desktop Styles (below 1200px) */
@media (max-width: 1199px) {
  .amada_fabtech_2025_title_wrapper {
      flex-direction: column;
      align-items: center;
  }
  
  .amada_fabtech_title {
      order: 1;
  }
  
  .amada_video_button_wrapper_2025 {
      order: 2;
  }
  
  .amada_fabtech_2025_eco {
      order: 3;
  }
}

@media (max-width: 1024px) and (min-width: 821px) {
  .amada_fabtech_2025_title_wrapper .amada_video_button_wrapper_2025 {
    width: 43%;
  }
}


/* Tablet */
@media (max-width: 820px) and (min-width: 768px) {
  .products_bg_2025 {
    height: 25vh;
  }

  .amada_fabtech_title {
    padding-top: 0;
  }

  .amada_fabtech_2025_title_wrapper .amada_video_button_wrapper_2025 {
      width: 58%;
      min-height: 240px;
  }

  .amada_fabtech_banner_container {
    padding: 0;
  }

  .amada_fabtech_banner_container .booth_visit {
    margin-left: 0;
  }

  .amada_fabtech_banner_container {
    height: 400px;
  }

  .amada_fabtech_showroom {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    background-color: black;
    height: 58%;
  }

  .amada_fabtech_one_logo {
    width: 85%;
  }

  .amada_featured_container .featured_section .featured-container > div:last-child {
      padding-top: 0;
   }

   .amada_fabtech_app_section {
      padding-top: 30px;
   }
}

/* Mobile */
@media (max-width: 550px) {
  .products_bg_2025 {
    height: 16vh;
  }

  .amada-hover {
    margin-bottom: 40px!important;
  }

  .amada_fabtech_title {
    padding-top: 0;
  }

  .amada_fabtech_title h1 {
    font-size: 31px;
  }

  .amada_fabtech_title img {
    width: 74%;
    padding-top: 0;
  }

  .amada_fabtech_title h3 {
    font-size: 23px;
  }

  .amada_fabtech_2025_eco img {
    max-width: 76%;
    padding-left: 45px;
  }

  .amada_fabtech_2025_eco {
    margin-bottom: 4px;
  }

  .amada_fabtech_banner_container #breadcrumb {
    padding-left: 0;
    margin-left: 0;
  }

  .amada_video_button_wrapper_2025 {
    margin: 20px;
  }

  .amada_fabtech_schedule_2025 td {
    font-size: 14px;
  }

  .amada_fabtech_schedule_section>div:first-child {
    padding-top: 0;
  }

  .amada_fabtech_app_section {
    padding-top: 20px;
  }

  .amada_fabtech_booth_info{
    font-size: 21px;
  }

  .amada_fabtech_banner_container {
    height: 284px;
  }

  .booth_visit {
    height: 452px;
  }

  .amada_fabtech_showroom {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    background-color: black;
    height: 50%;
  }

  .amada_featured_container .amada_fabtech_one_logo {
    width: 90%;
  }

  .amada_featured_container h3 {
    font-size: 24px;
  }

  .amada_featured_container .featured_section {
    padding-top: 20px;
  }

  .amada_featured_container .featured_section .featured-container > div:last-child {
    padding-top: 20px;
  }

  .amada_fabtech_app_section_container {
    padding: 10px 6px;
  }  

  .amada_fabtech_promo_text {
    font-size: 10px;
  }

  .amada_fabtech_schedule_wrapper td {
    font-size: 20px;
  }

  .promo {
    margin-top: 10px;
  }

  .promo div:first-child {
    padding-left: 0;
  }

}

/* Small Mobile */
@media (max-width: 370px) {
    .amada_fabtech_booth_info {
        font-size: 19px;
    }
    
    .amada_featured_container h3 {
        font-size: 26px;
    }

    .amada_fabtech_schedule_2025 {
        width: 75%;
    }

    .amada_fabtech_promo_text {
      font-size: 9px;
    }

    .amada_fabtech_schedule_wrapper td {
      font-size: 18px;
    }
}

/* FABTECH - CHICAGO - 2025 - END */



/* SOFTWARE VIDEO */

.amada_software_video_select_container {
  position: sticky;
  top: 16%;
  z-index: 100;
  background-color: #fff;
  opacity: 0.9;
  padding: 20px 0 30px 0;
}

.amada_software_video_title {
  padding-top: 50px;
}

.amada_software_video_header {
  font-size: 28px;
  font-weight: 200;
  padding: 0 30px 20px 0;
  margin: 0!important;
}

.amada_software_video_select {
  width: 40%; 
  height: 30px; 
  font-size: 18px;
}

.amada_software_video_main_container {
  border-top: 1px solid #e4e4e4;
}

.amada_software_video_wrapper .soft-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 18px
}

@media (max-width: 500px) {

  .amada_software_video_select_container {
    top: 0;
  }

  .amada_software_page ul {
    font-size: 14px;
  }

  .amada_software_video_header {
    font-size: 17px;
    margin-top: 20px !important;
    padding-left: 30px;
    text-align: center;
  }

  .amada_software_video_select {
    width: 65%; 
    height: 36px; 
    font-size: 15px;
  }

  .amada_software_video_main_container {
    padding-left: 0!important
  }

  .amada_software_video_container .uk-grid-margin {
    padding-left: 0!important;
  }

  .amada_software_video_wrapper {
    margin: 0 4px;
  }

  .amada_software_video_wrapper h3 {
    font-size: 20px;
    text-align: center;
  }

  .amada_software_video_wrapper .soft-center {
    padding-bottom: 18px;
  }

}

/* SOFTWARE VIDEO - END */


/* FIBER LASER WELDER */

.amada_fiber_laser_banner {
    width: 100%;
    max-height: 430px;
    object-fit: cover;
}
@media (max-width: 550px) {
  .amada_fiber_laser_banner {
    height: 100%;
  }
}

.amada_weld_tech_section {
    position: relative;
}

.amada_weld_hover-text {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    color: white;
    font-size: 28px;
    font-family: 'CenturyGothic';
    white-space: nowrap;
    pointer-events: none;
}

.amada-hover:hover .amada_weld_hover-text {
    opacity: 1;
}

@media (max-width: 820px) {
  .amada_weld_tech_section > div {
    height: 26vh;
  }
  .amada_weld_hover-text {
    bottom: 44px;
    font-size: 22px;
    opacity: 1;
  }
}

@media (max-width: 550px) {
  .amada_weld_tech_section > div {
    height: 30vh;
  }
  .amada_weld_hover-text {
    bottom: 44px;
    font-size: 18px;
    opacity: 1;
  }
}

@media (max-width: 370px) {
  .amada_weld_hover-text {
    bottom: 28px;
  }
}

/* FIBER LASER WELDER - END */