/*
Name: 			style.css
Written by: 	SmartWebPros
Theme Version:	1.0.2
*/
html{
    width: 100%;
    height: auto;
    overflow-x: hidden;
}
:root {
    --blue: #2D3C8C;
    --text-font: 'Montserrat', serif;
}   

body {
    font-family: 'Montserrat', sans-serif;
    margin:0;
    background-color:white;
    overflow-x: hidden;
}
.white-text{
    color: white;
}
.hidden{
    display: none;
}
a{
    text-decoration: none;
    font-size: 22px;
}
p{
    font-size: 18px;
}
h2{
    font-size: 35px;
}
img{
    max-width: 100%;
}
.font20{
    font-size: 20px;
}
.font18{
    font-size: 18px;
}
.font22{
    font-size: 22px;
}
.blacktext{
    color:black;
}
.show{
    display:block;
}
.bold{
    font-weight: 600;
}
.blue-bg{
    background-color:var(--blue);
}
.greytext{
    color:#858585;
}
.bluetext{
    color:var(--blue);
}
.font2535{
    font-size: 25px;
}
.uppercase{
    text-transform: uppercase;
}
.pad50-top-bottom{
    padding-top: 50px;
    padding-bottom: 50px;
}
.italic{
    font-style: italic;
}
.left-align{
    text-align: left;
}
.box-shadow{
    box-shadow: 0px 5px 20px #d3d5e1;
}
.ww-phone{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.weight500{
    font-weight: 500;
}
.weight600{
    font-weight: 600;
}
.weight700{
    font-weight: 700;
}
.weight800{
    font-weight: 800;
}
.hp-map{
    width: 100%;
    height:100%;
}
/* ///Mobile Menu///// */
.mobile-menu-container{
    margin-top: auto;
    margin-bottom: auto;
    padding: 10px;
    display: contents;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: var(--blue);
  display:none;
  transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: left;
}
.overlay-content ul{
    list-style: none;
}
.mobile-nav li{
    padding:15px 0px;
}
.mobile-nav li a{
    color: white;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    color: white;
    text-decoration: none;
}
/* ///End Mobile Menu///// */
/* //////Desktop menu/////// */
.has-submenu{
    display: inline;
    position: relative;
    z-index: 99;
}
.submenu li {
    max-width: inherit!important;
}
.has-submenu ul{ 
    display:none;
}
.has-submenu:hover ul{ 
    position: absolute;
    display: flex;
    list-style-type: none;
    flex-direction: column;
    left: 0px;
    background: var(--blue);
    text-align: left;
    padding: 20px 0px 2px 20px;
    box-shadow: -6px 5px 10px 0px #2d3c8c5e;
}
.has-submenu:hover ul li{ 
    padding: 20px 20px 20px 0px;
    width: 255px;
    text-align: left;
    display: flex;
}
.submenu-level2{
    position: absolute!important;
    left: 295px!important;
    top: 20px;
    border-left: 1px solid;
    padding-top: 0px!important;
    display:none!important;
}
.has-submenu-level2:hover .submenu-level2{
    display: flex!important;
}
.submenu-level2 a{
    font-size: 16px!important;
}
.submenu-level3{
    display:none!important;

}
.has-submenu-level3:hover .submenu-level3{
    display: block!important;
    top: 0px!important;
    left: 295px!important;
}
.has-submenu-level3{
    display: flex!important;
    flex-direction: column;
}
.newsletter-2{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border-bottom: 10px solid var(--blue);
    border-top: 10px solid var(--blue);
}
.submenu-level3 li{
    padding-left: 40px!important;
    width: auto;
}
.desktop-navigation{
    display: none;
}
.desktop-nav-list{
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0px;
}
.desktop-nav-list li{
    max-width: 20%;
    text-align: center;
}
.desktop-nav-list li a{
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: white;
    /* text-transform: uppercase; */
}
.desktop-nav-list li a:hover{
    color: #e2e6f9;
    transition: 1s;
}
.desktop-navigation-container{
    background-color: var(--blue);
}
.header-container{
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.logo-and-contact{
    max-width: 1640px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 90vw;
    padding: 5px 5vw;
}
.header-contact{
    display: none;
}
.contact-method-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-method{
    display: flex;
    flex-direction: row;
}
.contact-method img{
    margin-right: 10px;
}
.topbar{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
}
.phone-container{
    width: 48%;
    text-align: center;
    background: #cccccc;
    color: white;
    padding: 5px 1%;
}
.phone-container a{
    color: var(--blue);
}
.contact-topbar{
    width: 48%;
    text-align: center;
    background: #2d3c8c;
    padding: 5px 1%;
}
.contact-topbar a{
    color:#cccccc;
}
.hambuger-menu-icon{
    font-size:30px;
    cursor:pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
}
.footer-container {
    background-image: url(/woodworking/images/footer-background2.svg);
    height: 335px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
    background-position: top;
}
.social-media-div{
    margin-top:40px;
    margin-bottom: 40px;
}
.copyright{
    color: white;
    font-size: 16px;
}
.footer-logo{
    margin-top: 40px;
}
.social-media-div a{
    padding:20px;
}
.hero-section{
    min-height: 720px;
    width: 100%;
    background-image: url(/woodworking/images/hero-img.jpg);
    background-size: cover;
    background-position: bottom;
}
.hero{
    position: absolute;
    width: 98%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 520px;
}
.hero h1{
    font-size: 40px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    color: white;
}
.pageheader{
    position: absolute;
    width: 98%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 460px;
}
.pageheader h1{
    font-size: 40px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    color: white;
}
.longheader h1{
    font-size: 30px;
}
.pageheader-style1{
    background-image: url(/woodworking/images/page2-background.jpg);
    height: 460px;
    background-size: cover;
}
.pageheader-style4{
    background-image: url(/woodworking/images/configurable-wood-bg-page.jpg);
    height: 460px;
    background-size: cover;
}
.pageheader-style-return{
    background-image: url(/woodworking/images/return-bg-new.jpg);
    height: 460px;
    background-size: cover;
}
.left-shadow{
    text-shadow: -4px 5px 5px black;
}
.container{
    max-width: 1640px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
}
.centertext{
    text-align: center;
}
.hp-services-each{
    background-color: #F6F7FB;
    box-shadow: 0px 5px 20px #D3D5E1;
    width: 340px;
    display: flex;
    flex-direction: row;
    height: auto;
    margin: 10px;
    margin-top: 30px;
}
.hp-services-each:hover{
    background-color: #e2e6f6;
    transition: 1s;
}
.hp-service-icon{
    width: 70px;
    height: 70px;
    padding: 35px 20px;
}
.hp-services-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
    margin: 0 auto;
}
.services-name{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 5px;
    font-weight: 500;
}
.hp-intro-text{
    font-size: 25px;
    margin-top: -50px;
}
.hire-creative-container{
    background-image: url(/woodworking/images/hp-middle-bg.jpg);
    height: 600px;
    background-size: cover;
    margin-top: 50px;
    background-position: top;
}
.hire-creative{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 650px;
    font-weight: 700;
    max-width: 1460px;
    margin: 0 auto;

}
.hire-creative{
    
}
.robot-carousel-img{
    width:25%;
}
.robot-carousel-img{
    width: 24%;
    padding: 10px 5px;
}
.robot-carousel{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.pattern1{
    background-image: url(/woodworking/images/pattern-grey.png);
}
.handoor-pattern{
    background-image: url(/woodworking/images/hand-door-pattern.png);
}
/* .fair-logo-and-title{
    width: 50%;
    padding: 20px;
    justify-content: center;
    display: flex;
    flex-direction: column;
} */
.robot-fair-logo{
    width: fit-content;
    height: auto;
}
.announcement-section{
    background-image: url(/woodworking/images/annoucement-box-bg.jpg);
    background-size: cover;
    background-position: bottom;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 10px solid var(--blue);
    border-top: 10px solid var(--blue);
    margin-top: 50px;
    margin-bottom: 50px;
}
.announcement-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.announcement-photo{
    max-width: 600px;
    height: auto;
    width: 100%;
}
.fair-logo-and-title{
    padding: 20px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
}
.robot-fair-logo{
    width: 100%;
    height: auto;
    max-width: 600px;
}
.automation-four-col{
    box-shadow: 0px 5px 20px #d3d5e1;
    /* width: fit-content; */
    margin-top: 50px;
    width: 100%;
}
.flex-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.automation-contents-box{
    padding: 20px 5px 100px 5px;
    max-width: 355px;
    background-color: white;
}
.four-col-img-box{
    height:145px;
    border-top:10px solid var(--blue);
}
.img-box1{
    background-image: url(/woodworking/images/robot1.jpg);
}
.img-box2{
    background-image: url(/woodworking/images/robot5.jpg);
}
.img-box3{
    background-image: url(/woodworking/images/cinfirgurable-hp3.jpg);
}
.img-box4{
    background-image: url(/woodworking/images/return-convey-hp4.jpg);
}
.automation-contents-box h3{
    font-size: 24px;
    text-align: center;
}
.automation-contents-box ul{
    list-style: none;
    padding: 0px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 600;
    height: 200px;
}
.automation-contents-box ul li{
    padding:10px;
}
.primary-button {
    position: relative;
    display: block;
    width: 150px;
    height: 50px;
    border-radius: 10px 5px 5px 10px;
    background: #22274C;
    color: white;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    float: right;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  
  .primary-button:before,
  .primary-button:after {
    content: '';
    position: absolute;
    right: -15px;
    width: 32px;
    height: 15px;
    border-radius: 5px;
    background: #22274C;
  }
  .primary-button:before {
    top: 9px;
    -webkit-transform: rotate(65deg);
    -ms-transform: rotate(65deg);
    transform: rotate(65deg);
  }
  .primary-button:after {
    bottom: 9px;
    -webkit-transform: rotate(-65deg);
    -ms-transform: rotate(-65deg);
    transform: rotate(-65deg);
  }
.blue-banner-title{
    background: var(--blue);
    padding: 1px;
    color: white;
}
.top100{
    margin-top:100px;
}
.padding100{
    padding-top:100px;
    padding-bottom: 100px;
}
.full-width-two-col{
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
}
.first-col-full-width{
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.second-col-full-width{
    text-align: center;
}
.customermap{
    max-height: 700px;
}
.customer-logo-container{
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
    justify-content: space-around;
}
.customer-logo{
    padding:10px;
    filter: grayscale(100%);
    height: auto;
}
.customer-logo-box{
    max-width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: -webkit-fill-available;
}
.customer-logo-special-size-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.customer-logo-special-size{
    max-height: 70px;
    width: fit-content;
}
.customer-logo:hover{
    filter: initial;
    transition: 0.2s;
}
.contact-option-hp-container{
    padding: 10px;
    /* background-color: #F1F3F7; */
    max-width: 600px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact-method-footer{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
}
.contact-method-footer a{
    font-size: 18px;
}
.contact-method-footer img{
    margin-right: 20px;
}
.grey-pattern2{
    background-image: url(/woodworking/images/pattern-grey2.png);
    background-position: center;
}
.margin100{
    margin-top:100px;
    margin-bottom:100px;
}
/* ///tab css/// */
.gallery-lightboxes .image-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0ms ease-in-out;
  }
  
  .gallery-lightboxes .image-lightbox:target {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
  }
  .gallery-lightboxes .image-lightbox:target .image-lightbox-wrapper {
    opacity: 1;
    transform: scale(1, 1) translateY(0);
  }
  .gallery-lightboxes .image-lightbox .image-lightbox-wrapper {
    transform: scale(0.95, 0.95) translateY(-30px);
    transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    opacity: 0;
    margin: 1em auto;
    max-width: 60%;
    padding: 0.5em;
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    position: relative;
  }
  .gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close {
      width: 40px;
      height: 40px;
      font-size: 40px;
    background: #000;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50%;
    box-shadow: 0 0 0 2px white inset, 0 0 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    right: -1em;
    top: -1em;
  }
  .gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close:before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -5px;
    transform: rotate(-45deg);
  }
  .gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close:after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -5px;
    transform: rotate(45deg);
  }
  
  circle:hover {
    stroke-width:2px;
    stroke-linejoin: round;
    fill: rgb(223, 223, 223) !important;
    cursor: pointer;
  }
  .auto-box-title{
    background-color: var(--blue);
      padding: 1px;
      color: white;
      text-align: center;
      font-weight: 500;
  }
  .auto-box-img{
      width: -webkit-fill-available;
  }
  .auto-box-content{
      padding: 10px;
  }
  /* lightbox style/// */
  
  .auto-box-section:after {
    content: "";
    display: table;
    clear: both;
  }
  .auto-box-section{
    display: flex;
      flex-wrap: wrap;
  }
  
  .auto-box-container {
    max-width: 400px;
      justify-content: center;
      margin: 0 auto;
      margin-bottom: 20px;
      box-shadow: 0px 5px 20px #d3d5e1;
      background-color: #F6F7FB;
      border-bottom: 15px solid var(--blue);
  }
  .automation-warpper{
    display:flex;
    flex-direction: column;
    align-items: center;
  }
  .tab{
    cursor: pointer;
      background: var(--blue);
      color: #fff;
      max-width: 380px;
      padding: 10px 10px 10px 20px;
      margin: -50px 7px;
      /* display: inline-block; */
      display: block;
      margin-bottom: 55px;
  }
  .tab:hover{
    background-color: #22274C;
    transition: 0.5s;
  }
  .tab-with-icon{
    display: flex;
      flex-direction: row;
      justify-content: center;
  }
  .tab-with-icon img{
      margin-right: 20px;
  }
  .panels{
      width:100%;
      max-width:1640px;
      border-radius:3px;
      overflow:hidden;
      padding:20px;  
  
  }
  .panels-cabhand{
    width:100%;
    border-radius:3px;
    overflow:hidden;
    padding:20px;  

}
  .panel{
    display:none;
    animation: fadein .8s;
    padding: 20px;
    margin-top: -40px;
      padding-top: 50px;
      padding-bottom: 80px;
      background-image: url(/woodworking/images/pattern3.jpg);
      background-color: #e4e3e3;
  }
.paddingtop-add{
    padding-top: 50px;
}
  .panel-cabhand{
    display:none;
    animation: fadein .8s;
    /* padding: 20px; */
    margin-top: -40px;
      padding-top: 50px;
      padding-bottom: 80px;
      /* background-image: url(/woodworking/images/pattern3.jpg); */
      /* background-color: #e4e3e3; */
  }
  @keyframes fadein {
      from {
          opacity:0;
      }
      to {
          opacity:1;
      }
  }
  .automation-radio{
    display:none;
  }
  #one:checked ~ .panels #one-panel,
  #two:checked ~ .panels #two-panel,
  #three:checked ~ .panels #three-panel{
    display:block
  }

  #one1:checked ~ .panels-cabhand #one1-panel,
  #two2:checked ~ .panels-cabhand #two2-panel,
  #three3:checked ~ .panels-cabhand #three3-panel{
    display:block
  }

  .tabs{
    max-width:100%;
    z-index: 100;
    color: #fff;
  }
  #one:checked ~ .tabs #one-tab,
  #two:checked ~ .tabs #two-tab,
  #three:checked ~ .tabs #three-tab{
    background-color:#22274C;
   max-width: 380px;
  }
  #one1:checked ~ .tabs #one1-tab,
  #two2:checked ~ .tabs #two2-tab,
  #three3:checked ~ .tabs #three3-tab{
    background-color:#22274C;
   max-width: 380px;
  }
  #one-tab p{
    max-width: 220px;
  }
  /* ///end tab and lightbox css/// */
.pattern4{
    background-image: url(/woodworking/images/pattern3.jpg);
}
.cabsort-pattern{
    background-image: url(/woodworking/images/cabsort-pattern.png);
}
.return-pattern{
    background-image: url(/woodworking/images/return-pattern.png);
}
.edge-style{
    font-weight: 700;
    color: var(--blue);
}
.auto-text-style{
    font-weight: 500;
}
.greybg{
    background-color:#F1F3F7 ;
}
.two-col-overlay{
    justify-content: center;
    display: flex;
    flex-direction: column-reverse;
}
.first-col-overlay{

}
.second-col-overlay{

}
.padd{
    padding:20px;
}
.hover-bg{
    background-color: #22274C;
}
.firstcol{
    margin-top: 15px;
    border-bottom: 15px solid var(--blue);
}
.secondcol{
    margin-top: 15px;
    border-bottom: 15px solid var(--blue);
}
.overlay-bg-sp{
    background-color: #F1F3F7;
}
.sencond-col-three-col{
    text-align: center;
}
.each-three-col{
    margin: 10px;
    text-align: center;
}
.each-three-col-small{
    margin: 10px;
    text-align: center;
    background-color: #F1F3F7;
}
.wood-video{
    max-width: 510px;
    width: 100%;
}
.margintop50{
    margin-top: 50px;
}
.flexwrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.border-bottom{
    border-bottom: 10px solid var(--blue);
}
/* ////auto scroll hp/// */
robot-carousel-img2{
    width:325px;
}

.robotscrollslider {
  margin: auto;
  overflow: hidden;
  position: relative;
  /* width: 340px; */
}
.robotscrollslider::before, .robotscrollslider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  /* height: 100px; */
  position: absolute;
  /* width: 200px; */
  z-index: 2;
}
.robotscrollslider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.robotscrollslider::before {
  left: 0;
  top: 0;
}
.robotscrollslider .robotslide-track {
  animation: scroll 30s linear infinite;
  display: flex;
  width: calc(325px * 8);
}
.robotscrollslider .robotslide {
    width: 325px;
    padding: 5px;
}
.font17left{
    font-size: 17px;
    text-align: left;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-325px * 4));
  }
}
@media only screen and (min-width: 425px) {
    .automation-four-col{
        min-width: 365px;
        width: fit-content;
    }
    .auto-box-container {
        width: 400px;
    }
}
@media only screen and (min-width: 768px) {
    #one-tab p{
        max-width: initial;
      }
    .each-three-col-small{
        margin: 10px;
        width: 31%;
        background-color: #F1F3F7;
        border-bottom: 10px solid var(--blue);
    }
    .three-col-small{
        justify-content: center;
        display: flex;
        flex-direction: row;
    }
    .flexwrapbox img{
        margin:20px;
    }
    .robot-transfer-photo1{
        margin:20px;
    }
    .two-col{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
    .firstcol{
        margin: 15px;
        max-width: 800px;
        width: 50%;
    }
    .secondcol{
        margin: 15px;
        max-width: 800px;
        width: 50%;
    }
    .spc-long-tab{
        font-size: 18px;
        line-height: 1;
    }
    .spln25{
        line-height: 1.8;
    }
    .tab-with-icon img{
        width: 60px;
    }
    .tab{
        padding: 10px 10px 10px 10px;
        display: inline-block;
        margin-bottom: 0px;
        width: 30%;
        margin: -50px 0px;
    }
    .automation-contents-box ul{
        font-size: 24px;
    }
    .contact-method-footer a{
        font-size: 30px;
    }
    .customer-logo-box{
        max-width: 240px;
    }
    .fair-logo-and-title{
        max-width: 800px;
    }
    .hero h1{
        font-size: 50px;
    }
    .pageheader h1{
        font-size: 50px;
    }
    .longheader h1{
        font-size: 50px;
    }
    p{
        font-size: 22px;
    }
    .font2535{
        font-size: 35px;
    }

}
@media only screen and (min-width: 1024px) {
    .padd040{
        padding:40px;
    }
    .full-width-two-col{
        display: flex;
        flex-direction: row;
    }
    .first-col-full-width{
        background-color: #F1F3F7;
        width: 50%;
    }
    .second-col-full-width{
        text-align: left;
    }
    .second-col-full-width{
        width: 50%;
    }
    .fair-logo-and-title{
        width: 50%;
    }
    .automation-contents-box{
        max-width: 470px;
        width: 470px;
    }
    .hp-intro-text{
        font-size: 35px;
        margin-top: -50px;
    }
    .hp-services-each{
        width: 380px;
    }
    .header-container{
        height: 140px;
    }
    .hero h1{
        font-size: 65px;
    }
    .pageheader h1{
        font-size: 65px;
    }
    .longheader h1{
        font-size: 65px;
    }
    .topbar{
        display: none;
    }
    .hambuger-menu-icon{
        display: none;
    }
    .mobile-menu-container{
        display:none;
    }
    .desktop-navigation{
        display: block;
        max-width: 1640px;
        padding: 5px 5vw;
        margin: 0 auto;
    }
    .ww-bottom-line{
        border-bottom: 2px solid white;
    }
    .header-contact{
        display: block;
        display: flex;
        flex-direction: row;
        width: 430px;
        justify-content: space-between;
    }

}
@media only screen and (min-width: 1280px) {
    .robot-carousel-img2{
        width:500px;
    }
        @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-500px * 4));
        }
        }
    .robotscrollslider .robotslide-track {
            animation: scroll 30s linear infinite;
            display: flex;
            width: calc(500px * 8);
    }
    .robotscrollslider .robotslide {
        width: 500px;
        padding: 5px;
    }
    .automation-contents-box{
        width: 385px;
    }
    .auto-box-container {
        width: auto;
    }
    .three-col{
        justify-content: center;
        display: flex;
        flex-direction: row;
    }
    .each-three-col{
        margin: 10px;
        width: 31%;
    }
    .three-col-overlay{
        display: flex;
        flex-direction: row;
        position: relative;
    }
    .first-col-three-col{
        max-width: 500px;
        width: 30%;
        position: absolute;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: -webkit-fill-available;
    }
    .first-col-three-col-content{
        padding: 40px;
    }
    .sencond-col-three-col{
        justify-content: center;
        text-align: center;
        width: -webkit-fill-available;
    }
    .third-col-three-col-content{
        padding: 40px;
    }
    .third-col-three-col{
        max-width: 500px;
        width: 30%;
        position: absolute;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: -webkit-fill-available;
    }
    .overlay-bg-sp{
        background-color: transparent;
    }
    
    .two-col-overlay{
        display: flex;
        flex-direction: row;
    }

    .first-col-overlay{
        width: 55%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .first-col-overlay-content{
        position: absolute;
        width: 50%;
        padding: 20px;
        max-width: 1000px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .second-col-overlay{
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .spc-long-tab{
        font-size: 22px;
        line-height: unset;
    }
    .hero h1{
        font-size: 80px;
    }
    .pageheader h1{
        font-size: 80px;
    }
    .longheader h1{
        font-size: 80px;
    }
    .auto-box-container {
        float: left;
        width: 24%;
         margin: 5px;
    }
    .spln25{
      line-height: 2.5;
    }
    .tab {
      padding: 20px 20px 20px 20px;
      width: 360px;
      margin: -50px 4px;
    }
}
@media only screen and (min-width: 1920px) {
    .hero h1{
        font-size: 100px;
    }
    .pageheader h1{
        font-size: 100px;
    }
    .longheader h1{
        font-size: 100px;
    }

    .hero-section{
        background-position: top;
    }
    .hp-intro-text{
        margin-top: 0px;
    }
    
}

