@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
/*Light 300 Regular 400 Semi-bold 600 Bold 700 Extra-bold 800*/

body {
  background-color: #E9E9E9;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin: 0;
}
/*----------------------------------------------------------*/
.language-bar {
  position: fixed;
  z-index: 9999;
  top: 35px;
  right: 50px;
  font-size: 12px;
}
.language-bar a:hover {
  color: #10a1dc;
}
/*----------------------------------------------------------*/
.title{
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 60px;
  text-align: center;
}
.sub-title {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 18px;
}
.sub-title:hover {
  color: #004B87;
}
.more-bold {
  font-size: 14px;
  font-weight: 600;
  padding-top: 50px;
}
.more-bold:hover {
  color: #004B87;
}
.regular-text {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 10px;
  text-align: center;
}
.small-text {
  color: #ffffff;
  text-align: center;
  padding-bottom: 8px;
}
.blue_text {
  color: #10a1dc;
}
.copyright-text {
  color: #ffffff;
  text-align: center;
  padding-bottom: 50px;
}
a:link, a:visited {
  color: inherit;
  text-decoration: none;
}
a:link:active, a:visited:active {
  color: inherit;
  text-decoration: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  padding-top: 16px;
  background-color: #000;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 5;
}

.dropdown-content a {
  float: none;
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #004B87;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*For desktop*/
.logo-bar {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 84px;
  z-index: 999;
}
.logo {
  margin: 20px 40px;
}
.logo-bk {
  display: none;
}
.b-container {
  visibility: hidden;
}
.nav-bar {
 background-color: #000000;
 text-align: center;
 position: absolute;
 top: 386px;
 left: 0;
 width: 100%;
 height: 50px;
 z-index: 999;
}
.navbar-fixed {
  top: 0;
  position: fixed;
}
.nav ul {
  margin: 15px 0;
}
.nav-link {
  color: #fff;
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 600;
}
.nav-link a {
  color: #fff;
}
.nav-link a:hover {
  color: #6fc6ea;
}
.active a {
  color: #6fc6ea;
}

#slideshow {
  position: relative;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 387px;
  overflow: hidden;
  background: url("../imgs/slide-bg.webp") top left no-repeat #ffffff;
  background-size: cover;
}
#slider-wrap-h {
  position: relative;
  top: 0;
  width:620px;
  height: 387px;
  margin: 0 auto;
	overflow:hidden;
}
#slider-h {
  width: 3100px;
  height: 387px;
	position:absolute;
	top:0;
	left:0;
  padding: 0;
  margin: 0;
}
#slider-h li{
	float:left;
	position:relative;
  list-style: none;
}
.slides {
  width: 620px;
}

/*slide controler*/
.slide-controler-h {
	position:absolute;
  border: solid rgba(0,0,0,0.1);
  border-width: 0 7px 7px 0;
  display: inline-block;
  padding: 10px;
	top: 195px;
	line-height:57px;
	text-align:center;
	z-index:3;

	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;

	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.slide-controler-h:hover{
	border-color: rgba(0,0,0,0.3);
}
#next-h {right: -50px; -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
#previous-h { left: -50px; -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg);}

#slider-wrap-h.active #next-h {right: 5px;}
#slider-wrap-h.active #previous-h {left: 5px;}

/*ANIMATION*/
#slider-wrap-h ul {
	-webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	transition: all 0.3s cubic-bezier(1,.01,.32,1);
}

/*control bar*/
#pagination-wrap-h {
  position: absolute;
  width: 620px;
  top: 365px;
  margin: 0 auto;
}
#pagination-wrap-h ul {
	width: 620px;
  margin: 0;
  padding: 0;
  text-align: center;
}
#pagination-wrap-h ul li {
	margin: 0 3px;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #000000;
	opacity: 0.1;
	position: relative;
}
#pagination-wrap-h ul li.active {
	opacity: 0.4;
	-webkit-box-shadow: rgba(0,0,0,0.1) 1px 1px 0px;
	        box-shadow: rgba(0,0,0,0.1) 1px 1px 0px;
}

#home-body, #case_studies, #icons, #footer {
  position: relative;
  top: 50px;
}
.section-bg1, .section-bg4 {
  background-color: #ededed;
}
.section-bg2 {
  background-color: #fafafa;
}
.section-bg3 {
  background-color: #C4CAD3;
}
.section-bg5 {
  background-color: #cfd4db;
}
.home-img1 {
  background: url(../imgs/product_img/bifold/titan-all.webp)
  left center no-repeat;
  background-size: 400px;
}
.home-img2 {
  background: url(../imgs/product_img/roller/roller_family.webp)
  right center no-repeat;
  background-size: 450px;
}
.home-img3 {
  background: url(../imgs/product_img/handle/5410_d_handle_cover.webp)
  left top no-repeat;
  background-size: 500px;
}
.home-img4 {
  background: url(../imgs/product_img/other/other-cover.webp)
  right center no-repeat;
  background-size: 450px;
}
.home-img5 {
  background: url(../imgs/video-cover.webp)
  left top no-repeat;
  background-size: 400px;
}
.home-section {
  position: relative;
  margin: 0 auto;
  width: 750px;
  height: 400px;
}
.home-content {
  position: relative;
  width: 280px;
  margin: 0;
  padding-left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%)
}
.home-content-rt {
  position: relative;
  left: 50%;
}
.case_studies {
  position: relative;
  width: 100%;
  padding: 100px 0;
}
.gallery {
  margin: 0 auto;
  width: 720px;
  display: -ms-grid;
  display: grid;
  grid-gap:  3rem 1rem;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 360px;
  grid-template-rows: repeat(1, 360px);
}.gallery > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}.gallery > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}.gallery > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.gallery-block {
  width: 235px;
  -webkit-box-shadow: 0.1rem 0.2rem 0.2rem rgba(0, 0, 0, 0.4);
          box-shadow: 0.1rem 0.2rem 0.2rem rgba(0, 0, 0, 0.4);
  overflow: hidden;
  background-color: #EEEEEE;
}
.gallery-content {
  position: relative;
  height: 136px;
  background-color: #ffffff;
  z-index: 2;
  padding: 12px;
}
.gallery-img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  -o-transition: transform 400ms ease-out;
}
.gallery-img:hover {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
#icons {
  background-color: #ffffff;
}
.icons {
  position: relative;
  margin: 0 auto;
  width: 700px;
  height: 200px;
  padding: 15px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 0.1rem 2fr 0.1rem 2fr 0.1rem 2fr;
  grid-template-columns: repeat(4, 2fr);
  grid-column-gap: 0.1rem;
}
.icon_block {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.icon_block-2 {
  margin: 0 auto;
  width: 140px;
  height: 70px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.icon-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

#footer {
  background-color: #000000;
}

.subscribe {
  position: relative;
  margin: 0 auto;
  width: 400px;
  padding: 40px 0;
  text-align: center;
}
#newsletter_form input[type="email"] {
 width:50%;
 height:30px;
 border: 0.5px solid #ffffff;
 background-color:#000000;
 padding-left: 10px;
 color: #ffffff;

 -webkit-border-radius: 3px 0 0 3px;
 -moz-border-radius: 3px 0 0 3px;
 -khtml-border-radius: 3px 0 0 3px;
 -ms-border-radius: 3px 0 0 3px;
	 border-radius: 3px 0 0 3px;
}
#newsletter_form input[type="button"] {
 width:35%;
 height:33px;
 border: none;
 background-color:#ffffff;
 color: #000;
 cursor:pointer;

 -webkit-border-radius: 0 3px 3px 0;
 -moz-border-radius: 0 3px 3px 0;
 -khtml-border-radius: 0 3px 3px 0;
 -ms-border-radius: 0 3px 3px 0;
 -webkit-appearance: none;
	 border-radius: 0 3px 3px 0;
}
#newsletter_form input[type="button"]:hover {
  background-color: #4c4c52;
  color: #ffffff;
}
.contact {
  margin: 0 auto;
  width: 720px;
  padding: 0 0 80px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.contact-block {
  margin: 0 auto;
  width: 200px;
  overflow: hidden;
}
#social-icons {
  margin: 0 auto;
  width: 100px;
  padding-bottom: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.social-icons {
  margin: 0 auto;
  width: 20px;
  height: 20px;
}
.social-icons:hover{
  opacity: 0.5;
}
.small-text a {
  color: #10a1dc;
}
.small-text a:hover {
  opacity: 0.5;
}

/*For small screen*/
@media only screen and (max-width: 910px) {

  /*----------------------------------------------------------*/
  .language-bar {
    top: 23px;
    right: 70px;
  }
  /*----------------------------------------------------------*/

  @-webkit-keyframes slideInTop {
    0% {
      -webkit-transform: translate3d(0, -250px, 0);
              transform: translate3d(0, -250px, 0);
      visibility: visible;
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  @keyframes slideInTop {
    0% {
      -webkit-transform: translate3d(0, -250px, 0);
              transform: translate3d(0, -250px, 0);
      visibility: visible;
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  @-webkit-keyframes slideOutTop {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(0, -250px, 0);
              transform: translate3d(0, -250px, 0);
      visibility: hidden;
    }
  }
  @keyframes slideOutTop {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(0, -250px, 0);
              transform: translate3d(0, -250px, 0);
      visibility: hidden;
    }
  }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  body.open {
    overflow: hidden;
  }
  body.open:after {
    opacity: 1;
    visibility: visible;
  }
  body {
    font-size: 14px;
  }

  /*Fonts*/
  .title {
    font-size: 20px;
  }
  .sub-title {
    font-size: 18px;
    text-align: left;
  }
  .regular-text {
    font-size: 16px;
  }

  /*LOGO Bar*/
  .logo-bar {
    position: fixed;
    background-color: #ffffff;
    height: 64px;
  }
  .logo {
    height: 38px;
    margin: 13px;
  }
  .logo-wt {
    display: none;
  }
  .logo-bk {
    display: block;
  }

  /*Nav*/
  .nav-bar {
    visibility: hidden;
  }
  .nav {
    position: fixed;
    background-color: #000000;
    opacity: 0.9;
    height: 100%;
    width: 100%;
    z-index: 9999;
    left: 0px;
    top: 0px;
  }
  .nav ul {
    margin: 80px 40px;
    padding: 0;
  }
  .nav:not(.open) {
    visibility: hidden;
  }
  .nav-link {
    display: block;
    list-style: none;
    text-align:  left;
    margin: 0;
    padding: 15px 0;
    border-bottom: gray solid 1px;
    -webkit-transform: translateY(250px);
            -ms-transform: translateY(250px);
        transform: translateY(250px);
  }
  .nav-link:not(.open) {
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: slideOutTop;
            animation-name: slideOutTop;
  }
  .nav.open {
    visibility: visible;
  }
  .nav.open li {
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: slideInTop;
            animation-name: slideInTop;
  }

  .dropdown-content {
    display: block;
    position: relative;
    padding-top: 16px;
    background-color: #000;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5;
  }
  .dropdown-content a {
    float: none;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  .dropdown-content a:hover {
    background-color: inherit;
    padding-left: 20px;
    color: #6fc6ea;
  }


  /*burger icon*/
  .b-container {
    visibility: visible;
    position: fixed;
    height: 40px;
    width: 40px;
    right: 10px;
    top: 15px;
    z-index: 9999;
  }
  .b-menu {
    /*
    border: white solid 1px;
    border-radius: 4px;*/
    cursor: pointer;
    display: inline-block;
    height: 34px;
    width: 38px;
    padding-left: 8px;
    padding-top: 9px;
    position: relative;
    z-index: 12;
  }
  .b-bun {
    background: #000000;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .b-bun--top {
    height: 1px;
    top: 0;
    width: 20px;
  }
  .b-bun--mid {
    height: 1px;
    top: 6px;
    width: 20px;
  }
  .b-bun--bottom {
    height: 1px;
    top: 12px;
    width: 20px;
  }

  /*burger icon animation*/
  .b-container:hover:not(.open) .bun-top,
  .b-container:hover:not(.open) .bun-mid,
  .b-container:hover:not(.open) .bun-bottom {
    background: white;
  }
  .b-container.open .b-main {
    border: white solid 1px;
  }
  .b-container.open .b-bun--top {
    background: #ffffff;
    top: 7px;
    -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  .b-container.open .b-bun--mid {
    opacity: 0;
  }
  .b-container.open .b-bun--bottom {
    background: #ffffff;
    top: 5px;
    -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }

  /*slide show*/
  #slideshow {
    display: none;
  }

  /*body contents*/
  #home-body {
    top: 64px;
  }
  .home-section {
    width: 100%;
    height: 200px;
  }
  .home-img1, .home-img2, .home-img3, .home-img4, .home-img5  {
    background-position: center;
    background-size: cover;
  }
  .home-content, .home-content-rt {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    line-height: 200px;
    left: 0;
  }
  .home-content .sub-title {
    padding-bottom: 0;
    color: #ffffff;
    padding-left: 10px;
  }
  .home-content .sub-title:hover {
    color: #6fc6ea;
  }
  .body-text, .more-bold {
    display: none;
  }

  /*gallery*/
  .gallery {
    margin: 0 auto;
    width: 480px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 250px 1.5rem 250px;
    grid-template-rows: repeat(2, 250px);
    grid-gap:  1.5rem 1rem;
  }  .gallery > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }  .gallery > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }  .gallery > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }  .gallery > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .gallery-block {
    height: 240px;
  }
  .gallery-content {
    padding: 6px 12px;
  }
  .gallery-content .body-text {
    display: none;
  }

  /*icons*/
  .icons {
    width: 400px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap:  1.5rem 1rem;
  }
  .icon_block {
    width: 60px;
    height: 60px;
  }
  .icon_block-2 {
    width: 120px;
    height: 60px;
  }

  /*footer*/
  .subscribe {
    width: 400px;
  }
  #newsletter_form input[type="email"] {
   width:300px;
   height:30px;
   font-size: 10px;
   margin-bottom: 5px;

   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -ms-border-radius: 3px;
	     border-radius: 3px;
  }
  #newsletter_form input[type="button"] {
   width:300px;
   height:30px;
   font-size: 10px;
   border: none;
   cursor:pointer;

   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -ms-border-radius: 3px;
	     border-radius: 3px;
  }
  .contact {
    width: 90%;
    -ms-grid-columns: (3fr)[1];
    grid-template-columns: repeat(1, 3fr);
  }
  .contact-block {
    width: 100%;
    padding-bottom: 30px;
    overflow: hidden;
  }

}

/*For phone*/
@media only screen and (max-width: 500px) {

  .language-bar {
    top: 45px;
    right: 8px;
  }
  /*----------------------------------------------------------*/

  /*icons*/
  .icons {
    width: 210px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap:  1.5rem 0.5rem;
  }

  .subscribe {
    width: 90%;
  }
  #newsletter_form input[type="email"] {
   width:90%;
  }
  #newsletter_form input[type="button"] {
   width:90%;
  }

  /*gallery*/
  .gallery {
    margin: 0 auto;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 250px 1rem 250px 1rem 250px;
    grid-template-rows: repeat(3, 250px);
    grid-gap: 1rem;
  }  .gallery > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }  .gallery > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }  .gallery > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .gallery-block {
    width: 90%;
    margin: 0 auto;
  }
  .case_studies .gallery-img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery-img {
    -o-object-fit: contain;
       object-fit: contain;
  }

}
