* {
  box-sizing: border-box;
}
body, button, input, select, textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
body, html{
  margin:0px;
  padding: 0px;
  font-family: 'Museo Sans 300';
  font-weight: 300;
  font-size: 20px;
}
img{
  max-width: 100%;
}
p{
  margin: 0px;
  padding: 0px;
}
video {
    max-width: 100%;
}

img{
  max-width: 100%;
}
h1 {
  margin: 0px;
}

h2 {
margin: 0px;
}

h3 {
  margin: 0px;
}

h4 {
  margin: 0px;
}

h5 {
  margin: 0px;
}
h6 {
  margin: 0px;
}
a:link { color: #333; text-decoration: none;}
a:visited { color: #333; transition: 0.3s;}
a:hover {
    color: #ff9933;
    text-decoration: none;
    transition: 0.3s;
}
a:active { color: #f93; }

button {
  transition: 0.3s;
}

button:hover {
  cursor: pointer;
}
@font-face {
    font-family: 'Museo Sans 300';
    src: url('../fonts/MuseoSans-300.eot');
    src: url('../fonts/MuseoSans-300.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuseoSans-300.woff2') format('woff2'),
        url('../fonts/MuseoSans-300.woff') format('woff'),
        url('../fonts/MuseoSans-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans 100';
    src: url('../fonts/MuseoSans-100.eot');
    src: url('../fonts/MuseoSans-100.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuseoSans-100.woff2') format('woff2'),
        url('../fonts/MuseoSans-100.woff') format('woff'),
        url('../fonts/MuseoSans-100.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans 500';
    src: url('../fonts/MuseoSans-500.eot');
    src: url('../fonts/MuseoSans-500.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuseoSans-500.woff2') format('woff2'),
        url('../fonts/MuseoSans-500.woff') format('woff'),
        url('../fonts/MuseoSans-500.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans 700';
    src: url('../fonts/MuseoSans-700.eot');
    src: url('../fonts/MuseoSans-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuseoSans-700.woff2') format('woff2'),
        url('../fonts/MuseoSans-700.woff') format('woff'),
        url('../fonts/MuseoSans-700.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans 900';
    src: url('../fonts/MuseoSans-900.eot');
    src: url('../fonts/MuseoSans-900.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuseoSans-900.woff2') format('woff2'),
        url('../fonts/MuseoSans-900.woff') format('woff'),
        url('../fonts/MuseoSans-900.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


#wrapper {
    display: inline-block;
    width: 100%;
}
.container{
  width: 100%;
  max-width: 1630px;
  margin: 0px auto;
  padding: 0px 15px;
  position: relative;
}
/* Header */
header {
    float: left;
    width: 100%;
}
header#main-hdr {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background: #fff;
}
#hdr_top {
    background-color: #efefef;
    padding: 1.5px 2.5px;
    font-size: 14px;
}
.logo a{
  display: inline-block;
}
.logo img {
    max-width: 136px;
}
#hdr_bottom {
    transition: padding 0.3s ease;
}
.logo {
    width: 180px;
}
#hdr_bottom .container {
    display: flex;
    align-items: center;
}
nav#menu > ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 20px;
    padding: 0px 0px 0px 30px;
    margin: 0px;
}
nav#menu ul .sub-menu{
display: none;
    list-style: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    top: 126px;
    z-index: 999;
    position: absolute;
    width: 250px;
    max-width: none;
    padding: 20px;
    border: 0;
    background: white;
    border-radius: 0px;
}
nav#menu > ul > li{
    position: relative;
}
nav#menu > ul > li >a {
    padding: 44px 7px 51px 7px;
}
nav#menu ul .sub-menu li{
  position: relative;
}
nav#menu ul > li:hover .sub-menu{
  display: block;
}
nav#menu ul .sub-menu li a {
padding: 0px 0px 10px;
    display: inline-block;
    width: 100%;
    font-weight: 300;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
nav#menu > ul li a {
    font-size: 18px;
    line-height: 31px;
    font-weight: 500;
    font-family: 'Museo Sans 500';
    position: relative;
    float: left;
}
nav#menu > ul > li:after{
    content: '';
        position: absolute;
            bottom: 0px;
        width: 100%;
        height: 3px;
        background: transparent;
        display: block;
        left: 0;
        transition: all 0s;
}
nav#menu > ul > li:hover:after{
    background: #42454f;
}
nav#menu > ul > li:last-child{
  margin-left: 20px;
}
nav#menu > ul li.has-child > a {
    position: relative;
        display: flex;
    align-items: center;
}
nav#menu > ul li.has-child > a:after{
    width: 2px;
    height: 2px;
    content: '';
    margin: 0 1rem 0;
    border: solid #333;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(43deg);
    -webkit-transform: rotate(43deg);
    font-weight: bold;
}
.logo .scroll-logo{
  display: none;
}
header#main-hdr.scrolled #hdr_bottom {
    padding: 0px 0px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
header#main-hdr.scrolled #hdr_bottom .default-logo{
  display: none;
}
header#main-hdr.scrolled #hdr_bottom .scroll-logo{
  display: block;
}
header#main-hdr.scrolled #hdr_bottom .scroll-logo img{
  max-width: 40px;
}
header#main-hdr.scrolled #hdr_top{
  display: none;
}
header#main-hdr.scrolled nav#menu > ul > li >a{
    padding: 18px 7px 18px 7px;
}
header#main-hdr.scrolled nav#menu ul .sub-menu{
    top: 67px;
}
#content-area {
    padding-top: 145px;
}


/* Banner */
#banner {
    display: inline-block;
    width: 100%;
    background: url(../images/banner-bg.jpg) no-repeat 0px 0px;
}
.banner-button span.right-side-arrow {
    max-width: 20px;
display: inline-block;
    transition: transform 0.3s ease;  /* smooth movement */
    margin-top: 4px;
}
.banner-button:hover span.right-side-arrow {
    transform: translateX(10px);      /* move arrow 5px to the right */
}
.banner-button span.right-side-arrow svg{
    width: 20px;
    fill: #fff;
}
#banner .item .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
#banner .item .container > div{
  width: 100%;
}
#banner .item .right-col {
    max-width: 50%;
    float: right;
    width: 100%;
    top: 0;
    max-height: 540px;
}
#banner .item .right-col img{
  float: left;
}
#banner .item {
    height: 100%;
    /*display: flex;*/
    width: 100%;
}
#banner .item .container .left-col {
    height: 100%;
    position: absolute;
        top: 104px;
}
#banner .item .container .left-col h2{
      font-size: 48px;
      line-height: 60px;
    margin-bottom: 24px;
          max-width: 44%;
          font-weight: 400;
}
#banner .item .container .left-col p{
      font-size: 30px;
    line-height: 40px;
    margin-bottom: 16px;
    font-weight: 300;
}
#banner .item .container .left-col a{
 background-color: #23252B;
    font-weight: 500;
    color: white;
    padding: 10px 22px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
    display: inline-flex;       /* use flex to align text and arrow */
    align-items: center;
    justify-content: center;
    gap: 10px;                  /* spacing between text and arrow */
    text-decoration: none;
    overflow: hidden;           /* prevents arrow overflow */
}
#banner .owl-dots {
position: absolute;
    left: 11%;
    bottom: 50px;
}
#banner .owl-dots button span{
  margin:0px 5px;
  background: none;
}
#banner .owl-theme .owl-dots .owl-dot span{
      background: none;
      border: 1px solid #fff;
}
#banner .owl-theme .owl-dots .owl-dot.active span, 
#banner .owl-theme .owl-dots .owl-dot:hover span{
    background: #fff;
}
.products {
    display: inline-block;
    width: 100%;
    padding-top: 80px;
}

.products ul li a p {
    color: #42454f;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 16px;
}
.products ul li a button{
    border: 1px solid #42454F;
    border-radius: 5px;
    padding: 0 12px;
    font-weight: 400;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin: auto auto 0 auto;
    width: 100%;
    max-width: 124px;
    line-height: 38px;
    background: none;
        gap: 10px;
}
.products ul li a button span.right-side-point-arrow {
    font-size: 25px;
    float: right;
    margin-top: -5px;
    line-height: 16px;
}
.products ul li a:hover button{
      color: white;
    background-color: #ff9933;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ff9933;
}
section#choose{
    padding-bottom: 90px;
    display: inline-block;
    width: 100%;
    padding-top: 100px;
}
.choose-content {
    max-width: 60%;
    margin: 0px auto;
    text-align: center;
}
.choose-content h4,
.choose-content h2,
.choose-content p,
.choose-content a {
  opacity: 0;
  transform: translateY(-20px);
}

.choose-content .animate__animated {
  opacity: 1;
  transform: none;
}

.choose-content h4{
  opacity: 1;
    transform: translateZ(0);
    text-transform: uppercase;
    color: #42454f;
    font-size: 20px;
    line-height: 30px;
    font-weight: 100;
    margin-bottom: 16px;
    letter-spacing: 2.5px;
}
.choose-content h2{
  color: #ff9933;
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 24px;
}
.choose-content p{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 32px;
    margin-top: 8px;
    display: inline-block;
    width: 100%;
}
.choose-content a{
    color: #42454F;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    border: 1px solid #FF9933;
    border-radius: 10px;
    padding: 15px 48px;
    margin: auto;
    position: relative;
    background: linear-gradient(to right, #FF9933 50%, white 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
  }
.choose-content a img {
    display: inline-block;
    width: 26px;
    height: 14px;
}
.choose-content a:hover{
  background-position: left;
    color: #fff;
}
.choose-content a:hover img{
  filter: brightness(0) invert(1);
}
#social {
    background-size: 75% 100%;
    background-position: left;
    background-repeat: no-repeat;
    margin-bottom: 7rem;
    padding: 65px 0;
    background-image: url(../images/corporate-bg.webp);
    display: inline-block;
    width: 100%;
}
.social-area {
  opacity: 0;
}

.social-area.animate__animated {
  opacity: 1;
}

.social-area .col-left {
    padding: 16px;
    max-width: 50%;
}
.social-area .col-left h2{
    color: #23252b;
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 32px;
}
.social-area .col-left p{
  font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #23252b;
}
.social-area .col-left a{
    display: flex;
    align-items: center;
    border: 1px solid #42454f;
    padding: 11px 25px;
    transition: all 0.3s ease-in-out;
    margin-top: 24px;
    color: #212529;
    font-size: 16px;
    border-radius: 4px;
    width: auto;
    max-width: 140px;
    gap: 5px;
}
.social-area .col-left a:hover{
  background: #fff;
}
.social-area .col-left a img{
  float: left;
}
.social-area .col-right {
    background-image: url(../images/corporate-responsibility-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 45px 130px 35px;
    position: absolute;
    right: 0;
    top: 15px;
        width: 100%;
    max-width: 50%;
}
.social-area .col-right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.social-area .col-right ul li {
    width: auto;
    position: relative;
    float: left;
    clear: both;
}
.social-area .col-right ul li a {
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 300;
    position: relative;
    flex-wrap: wrap;
    padding-right: 30px;
}
.social-area .col-right ul li img{
  float: left;
  filter: brightness(0) invert(1);
}
.social-area .col-right ul li a:after{
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 19px;
  margin: 0 1rem 0;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  display: inline-block;
  color: #fff;
  border-color: #fff;
  right: -10px;
}
.social-area .col-right ul li:hover img{
  filter: inherit;
}
.social-area .col-right ul li:hover a{
  color: #ff9933;
}
.social-area .col-right ul li:hover a:after{
  border: solid #ff9933;
   border-width: 0 1px 1px 0;
}
.products h2 {
    color: #42454f;
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 70px;
    text-align: center;
}
.products ul {
    display: flex;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    align-items: center;
    justify-content: center;
}
.products ul li{
  text-align: center;
      width: 25%;
      max-width: 382px;
}
.products ul li .img-box,
.products ul li .img-box img{
  display: inline-block;
  transition: transform 0.4s ease;
  max-width: 344px;
}
.products ul li a:hover .img-box img{
    transform: translateY(-20px);
}

.products ul li h3{
  font-size: 24px;
  line-height: 36px;
  color: #000;
  font-weight: 400;
  margin-bottom: 8px;
}
.products ul li p{}
.products ul li button{}
#process {
    padding-bottom: 76px;
    padding-top: 92px;
}
#process .container {
    display: flex;
    justify-content: space-between;
        gap: 100px;
}
#process .container > div{
  width: 100%;
  max-width: 50%;
}
#process .container > div.col-left {
    max-width: 43%;
}
#process .container .col-left {
    background: url(../images/dotted-line.svg) no-repeat right top;
}
#process .col-left ul{
  margin: -52px 0px 0px 0px;
  padding: 0px;
  list-style: none;
  display: grid;
    justify-content: center;
    column-gap: 10px;
    row-gap: 107px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-right: 90px;
}
#process .col-left ul li img {
    width: 100%;
}
#process .col-left ul li{
  text-align: center;
}
#process .col-left ul li p{
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.0854px;
    color: #23252B;
    display: inline-block;
}
#process .col-right h2{
      color: #ff9933;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 32px;
}
#process .col-right p{
  font-weight: 300;
    color: #23252b;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 2rem;
    max-width: 98%;
}
#process .col-right p span{
  font-weight: 500 !important;
}
#process .col-left li {
  opacity: 0;
  visibility: hidden;
}

#process .col-left li.animate__animated {
  opacity: 1;
  visibility: visible;
}

/* Footer */
footer {
    background-color: #42454f;
    display: inline-block;
    width: 100%;
}
.ftr-top {
background: #23252b;
    padding: 15px 0px;
    min-height: 142px;
    display: flex;
    align-items: center;
}
.newsletter {
    display: flex;
    align-items: center;
    justify-content: center;
        width: 100%;
}
.newsletter .icon,
.newsletter .newsletter-form {
  opacity: 0;
  transform: translateY(-20px);
}

.newsletter .animate__animated {
  opacity: 1;
  transform: none;
}

.newsletter .icon {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ff9933;
    font-size: 20px;
    line-height: 24px;
}
.copy p {
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    font-weight: 300;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
.copy p a{
    text-decoration: underline;
    color: #fff;
}
.logo-area > img,
.logo-area ul li {
  opacity: 0;
  transform: translateY(-20px);
}

.logo-area .animate__animated {
  opacity: 1;
  transform: none;
}

footer .ftr_bottom {
    padding-top: 32px;
        overflow: hidden;
}
footer .copy {
    padding-bottom: 32px;
}
.ftr_bottom ul {
    list-style: none;
    display: flex;
    align-items: center;
    width: auto;
    gap: 45px;
    margin: 0px;
    padding: 0px;
}
.ftr_bottom ul li img{
  max-width: 145px;
}
form.newsletter-form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    gap: 72px;
    width: 726px;
    margin-left: 25px;
}
form.newsletter-form  input#newsletter-email{
    max-width: 320px;
    width: 100%;
    padding: 6px 12px;
    color: #23252B;
    font-size: 18px;
    background-color: #fff;
    border-radius: 0;
    border: 0px;
    line-height: 22px;
}
form.newsletter-form button{
    background: #ff9933;
    color: #23252b;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    border: #ff9933;
    padding: .5rem 4rem;
    width: 234px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    border-radius: 5px;
}
form.newsletter-form button:hover{
        background: #f98614;
}













#backToTop {
   
    line-height: 45px;
    text-align: center;
    color: #fff;
    cursor: pointer;

    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;

    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    background: #ff9933;
    padding: 5px;
    font-weight: bold;
    line-height: normal;
    border: none;
    font-size: 16px;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
}

#backToTop:hover {
    background: #333;
}

#nav-icon2{
  display: none;
}









/* Tab Css */
.tabs {
  max-width: 100%;
  margin: auto;
  font-family: sans-serif;
}
.tabs .tab-buttons{
  margin-bottom: 43px;
}
.tabs .tab-buttons button {
    font-size: 30px;
    font-weight: 600;
    color: rgb(142 148 162);
    line-height: 40px;
    border:0px;
}

.tab-buttons button.active {
  color: rgb(56 58 66);
  text-decoration: underline;
}

.tab-content {
  display: none;
  padding: 0px;
}

.tab-content.active {
  display: block;
}
.tab-content h2{
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}
.product-slide .img-box {
    aspect-ratio: 412 / 251;
        float: left;
}
.product-slide .img-box img{
      width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px;
    float: left;
}
.product-slide .content-block h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin: 10px 0px;
}
.product-slide .content-block ul li {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: rgb(56 58 66);
    font-style: normal;
    font-family: "MuseoModerno", sans-serif;
}
.product-slide .content-block {
    float: left;
    flex-direction: column;
    gap: 0;
    background: #fff;
    padding: 20px;
    width: 100%;
    border-radius: 0px 0px 8px 8px;
}
ul.pdf-list {
    margin: 30px 0px 50px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
ul.pdf-list li a {
    display: flex;
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    color: rgb(56 58 66);
    gap: 10px;
    align-items: center;
}
ul.pdf-list li a svg{
  float: left;
}
ul.pdf-list li a:hover{
  background: rgb(255 153 51);
  color: rgb(56 58 66);
}
ul.pdf-list li a:hover svg{
  path: rgb(56 58 66);
}
ul.pdf-list li a:hover svg path{
  stroke: rgb(56 58 66);
}
section#tabs_section {
    background: #eeeef0;
    padding-bottom: 40px;
}
.tabs .tab-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}
#tabs_section .container {
    max-width: 1276px;
    
}
.tabs_bottom_block {
    background: linear-gradient(274.4deg, #4a4d5a -1.49%, #25262c 103.09%);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

}
.tabs_bottom_block h4{
  font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
}
.tabs_bottom_block a{
  padding: 10px;
    background-color: rgb(255 153 51);
    border-radius: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}
.tabs_bottom_block a:hover{
      background-color: #ffb060;
    color: #383a42;
}

/* Testimonial */
.testimonials{
  background: linear-gradient(274.4deg, #4a4d5a -1.49%, #25262c 103.09%);
  padding: 40px 0px;
  overflow: hidden;
}
.testimonials h2{
  font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 33px;
}
.testimonials .testimonial-slide {
    max-width: 650px;
    margin: 0px auto;
}
.testimonials .owl-item {
    border: 1px solid #717786;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background: #383a42;
    border-radius: 8px;
    padding: 40px 20px;
}
.testimonials .owl-item.active{
  border: 1px solid #FF9933;
}
.testimonials .owl-item .img-box img{
  max-width: 30px;
  margin-bottom: 10px;
  filter: invert(48%) sepia(6%) saturate(480%) hue-rotate(181deg) brightness(92%) contrast(87%);
}
.testimonial-slide .block .content-block {
    display: inherit;
    padding: 0px;
}
.testimonials .owl-item.active .img-box img{
  filter: inherit;
}

.testimonials .testimonial-slide .owl-stage-outer {
    overflow: visible;
}
.testimonials .owl-item.active .content-block p{
  color: #fff;
}
.testimonial-slide .content-block p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #717786;
}
.testimonials .owl-item.active .content-block hr{
  background: #fff;
}
.testimonial-slide .content-block hr{
      width: 81px;
    height: 1px;
    background: #717786;
    float: left;
    clear: both;
    margin: 10px 0px 20px;
    border: 0px;
}
.testimonial-slide .bottom-text {
    width: 100%;
    float: left;
}
.testimonial-slide .bottom-text p strong {
    font-weight: bold;
    font-size: 18px;
}
.testimonial-slide .owl-nav{
    margin-bottom: 40px;
    margin-top: 20px !important;
    display: flex;
    gap: 20px;
        align-items: center;
    justify-content: center;
}
.testimonial-slide .owl-nav button{
  margin: 0px !important;
  background: none !important;
}
.testimonial-slide .owl-nav button span {
    background: none !important;   
    color: #fff;
    margin: 0px !important;
    padding: 0px !important;
    font-size: 33px;
    opacity: 0;
}
.testimonial-slide .owl-nav button {
    margin: 0px !important;
    opacity: 1 !important;
    height: 30px !important;
    width: 30px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
     border: 1px solid #fff !important;
    border-radius: 30px !important;
     background: none !important;
}
.testimonial-slide .owl-nav button.owl-prev {
    background: transparent url(../images/prev.svg) no-repeat center center !important;
}
.testimonial-slide .owl-nav button.owl-next {
    background: transparent url(../images/next.svg) no-repeat center center !important;
}
.testimonial-slide .owl-nav button.disabled{
  opacity: 0.3 !important;
}
#faq {
    padding: 80px 0px;
}
#faq .top-block h2 {
    font-weight: 500;
    font-size: 42px;
    text-align: center;
    margin-bottom: 6px;
    color: rgb(56 58 66);
}
#faq .top-block span{
  display: inline-block;
  width: 100%;
  text-align: center;
}
#faq .accordion {
    max-width: 1100px;
    margin: 40px auto 0px;
}



/* Accordion */
.accordion {
  max-width: 600px;
  margin: 50px auto;
  border-radius: 6px;
  overflow: hidden;
}

.accordion-item {
  margin-bottom: 20px;
}

.accordion-header {
background: #f7f8f8;
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    border-radius: 8px;
    font-size: 20px;
    line-height: 1.3;
    color: rgb(113 119 134);
    font-weight: 400;
}

.accordion-header::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 18px;
    transition: transform 0.3s;
    border: 1px solid #717786;
    border-radius: 20px;
    height: 15px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    margin-top: -9px;
    color: #717786;
    line-height: 18px;
    padding-bottom: 3px;
}

.accordion-header.active::after {
  content: "-";
}
.accordion-header.active{
    background: #eeeef0;
    font-weight: 700;
    color: rgb(56 58 66);
    padding-bottom: 10px;
}
.accordion-content {
  display: none;
  padding:0px 20px 20px;
  background: #eeeef0;
  border-radius: 0px 0px 8px 8px;
}
.accordion-content p{
      font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.accordion-content ul{      
    margin: 0px;
    padding: 0px 0px 10px 20px;
}
.accordion-content ul li{
  font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.doubts{
  padding: 0px 0px 80px 0px;
}
.doubts .container {
    text-align: center;
}
.doubts h2{
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 8px;
}
.doubts p{
  font-size: 18px;
  font-weight: 400;
}
.doubts a{
  display: inline-block;
  padding: 10px;
    background-color: rgb(255 153 51);
    border-radius: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-top: 30px;
}
.doubts a:hover{
      background-color: #ffb060;
    color: #383a42;
}
.pdf-block .container{
  max-width: 1276px;
}
.pdf-block{
  padding: 60px 0px;
  background: rgb(238 238 240);
}
.pdf-block h2 {
    font-weight: 500;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 46px;
}
.pdf-block ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.pdf-block ul li a {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px 33px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #383a42;
    display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.pdf-block ul li a span img{
  float: left;
  filter: invert(63%) sepia(86%) saturate(1778%) hue-rotate(347deg) brightness(102%) contrast(101%);
}
.pdf-block ul li a:hover{
  background: #FF9933;
  color: rgb(56 58 66);
}
.pdf-block ul li a:hover span img{
  filter: inherit;
}

section.related-pro {
    padding: 80px 0px;
    text-align: center;
}
.related-pro .container{
  max-width: 1276px;
}
 .related-pro h2 {
    font-weight: 500;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 46px;
}
.related-pro ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}
.related-pro ul li{
  max-width: 336px;
  width: 100%;
  text-align: center;
}
.related-pro ul li h4{
  font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: rgb(56 58 66);
    
}
.related-pro ul li a:hover h4{
    color: rgb(255 153 51);
}
.related-pro ul li a:hover button{
    background: rgb(255 153 51);
    color: #fff;
    border-color: #fff;
}
.related-pro ul li p{
  font-size: 18px;
  line-height: 26px;
  color: #717786;
}
.related-pro ul li button{
  border: 1px solid #42454F;
    border-radius: 5px;
    padding: 0 16px;
    font-weight: 400;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin: auto auto 0 auto;
    width: 100%;
    max-width: 124px;
    line-height: 38px;
    background: none;
    margin-top: 20px;
}
.related-pro ul li button span{
  margin-left: 10px;
}
.related-pro ul li button:hover{
  background: rgb(255 153 51);
  color: #fff;
  border-color: rgb(255 153 51);
}
.related-pro ul li button:hover span{
  color: #fff;
}
.related-pro ul li a img{
 transition: transform 0.4s ease;
}
.related-pro ul li a:hover img{
    transform: translateY(-20px);
}


#hero-container {
    background: linear-gradient(274.4deg, #4a4d5a -1.49%, #25262c 103.09%);
}
#hero-container .container {
    display: flex;
    align-items: center;
    max-width: 1276px;
}
.hero-content{
  max-width: 635px;
}
.hero-content h2 {
    font-size: 60px;
    color: #fff;
    line-height: 70px;
}
.hero-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin: 20px 0px;
}
.hero-content a {
    background-color: rgb(255 153 51);
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 8px 18px;
    display: inline-block;
  }
.hero-content a:hover{
  background-color: #ffb060;
    color: #383a42;
}

.integrity .image-block,
.hero-image {
    position: relative;
    display: flex;
}
.integrity #banner-tooltip,
.hero-image #banner-tooltip {

    inset: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.integrity #banner-tooltip .tooltip .tooltext,
.hero-image #banner-tooltip .tooltip .tooltext {
    z-index: 3;
    bottom: calc(100% + 15px);
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: #fff;
    padding: 10px;
    border-radius: max(6px, .3125vw);
    width: 240px;
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    line-height: 24px;
    position: absolute;
}
.integrity #banner-tooltip .tooltip .tooltext:after,
.hero-image #banner-tooltip .tooltip .tooltext:after {
    content: '';
    position: absolute;
    bottom: -6.9px;
    left: 50%;
    transform: translateX(calc(-50% - var(--arrow-shift, 0px))) rotate(45deg);
    background-color: #fff;
    aspect-ratio: 1 / 1;
    width: 13px;
    height: 13px;
}
.hero-image #banner-tooltip .tooltip svg path {
    stroke: #FF9933;
}
.hero-image #banner-tooltip .tooltip svg rect {
    fill: #fff;
}

.hero-image #banner-tooltip .tooltip svg{
    height: 40px;
    width: 40px;
}
.integrity #banner-tooltip .tooltip:hover  svg path,
.hero-image #banner-tooltip .tooltip:hover  svg path {
    stroke: #fff;
}
.integrity #banner-tooltip .tooltip:hover  svg rect,
.hero-image #banner-tooltip .tooltip:hover  svg rect {
    fill: #FF9933;
}
.integrity #banner-tooltip .tooltip:hover .tooltext,
.hero-image #banner-tooltip .tooltip:hover .tooltext{
    opacity: 1;
    visibility: visible;
}

.hero-image #banner-tooltip .tooltip.one {
    position: absolute;
   top: 70%;
    left: 7%;
}
.hero-image #banner-tooltip .tooltip.two{
        position: absolute;
    top: 43%;
    left: 10%;
}
.hero-image #banner-tooltip .tooltip.three {
    position: absolute;
    top: 60%;
    left: 47%;
}

.rotator  .hero-image #banner-tooltip .tooltip.one {
    position: absolute;
    top: 45%;
    left: 37%;
}
.rotator .hero-image #banner-tooltip .tooltip.two{
        position: absolute;
    top: 67%;
    left:49%;
}
.integrity #banner-tooltip .tooltip svg path {
    stroke: #fff;
}
.integrity #banner-tooltip .tooltip svg rect {
    fill: #FF9933;
}
.integrity #banner-tooltip .tooltip svg{
    height: 30px;
    width: 30px;
}
.integrity #banner-tooltip .tooltip{
    position: absolute;
}
.integrity #banner-tooltip .tooltip:nth-child(1){
    top: 66%;
    left: 5%;
}
.integrity #banner-tooltip .tooltip:nth-child(2){
    top: 45%;
    left: 32%;
}
.integrity #banner-tooltip .tooltip:nth-child(3){
    top: 53%;
    left: 38%;
}
.integrity #banner-tooltip .tooltip:nth-child(4){
    top: 25%;
    left: 51%;
}
.integrity #banner-tooltip .tooltip:nth-child(5){
    top: 25%;
    left: 60%;
}
.integrity #banner-tooltip .tooltip:nth-child(6){
    top: 40%;
    left: 67%;
}
.integrity #banner-tooltip .tooltip:nth-child(7){
    top: 69%;
    left: 74%;
}
.integrity #banner-tooltip .tooltip:nth-child(8){
    top: 69%;
    left: 88%;
}
.integrity #banner-tooltip .tooltip .tooltext{
        width: 120px;
        background-color:#42464f;
        color:#fff;
}
.integrity #banner-tooltip .tooltip .tooltext:after{
    background-color: #42464f;
}
#video{
  position: relative;
  padding-bottom: 140px;
}
#video .container{
  max-width: 1276px;
}
.video_section__file {
    border-radius: 20px;
    overflow: hidden;
}
#video:before{
  content: '';
  position: absolute;
  height: 50%;
 background: linear-gradient(90deg,rgba(37, 38, 44, 1) 0%, rgba(74, 77, 90, 1) 100%);
  left: 0;
  top: 0;
  width: 100%;
}
#video:after{
  content: '';
  position: absolute;
  height: 50%;
  background: #eeeef0;
  left: 0;
  bottom: 0;
  width: 100%;
}
video.video_section__video {
    position: relative;
    z-index: 8;
}

.contact {
    background: url(../images/contact-section.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 0px;
}
.contact .container{
  max-width: 1000px;
}
.contact h2 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 40px;
    font-weight: 500;
    color: #fff;
}
.contact form .field-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}
.contact form .field-row .field {
    width: 100%;
}
.contact form input{
  transition: all ease-in 300ms;
  width: 100% !important;
    background-color: hsla(0, 0%, 100%, .1);
    min-height: 56px;
    border: 1px solid #717786;
    border-radius: 4px;
    padding: 5px;
    outline: none;
    color: #fff;
}
.contact form textarea{
  transition: all ease-in 300ms;
  width: 100% !important;
    background-color: hsla(0, 0%, 100%, .1);
    min-height: 56px;
    border: 1px solid #717786;
    border-radius: 4px;
    padding: 5px;
    outline: none;
    color: #fff;
    min-height: 84px;
}
.contact form .field-row .field.small {
    max-width: calc(50% - 10px);
}
.contact form .field-row.submit input[type="submit"] {
    display: inline-block;
    padding: 10px;
    background-color: rgb(255 153 51);
    border-radius: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    max-width: 113px;
    border: 0px;
    min-height: inherit;
    cursor: pointer;
}
.contact form .field-row.submit input[type="submit"]:hover{
    background-color: #ffb060;
    color: #383a42;
}
.icon-text ul {
    display: flex;
    padding: 0px;
    list-style: none;
    gap: 20px;
}
.icon-text ul li {
    background: #fff;
    border-radius: 8px;
    padding: 20px 16px;
    width: 100%;
}
.icon-text ul li span{
  margin-bottom: 15px;
  display: inline-block;
}
.icon-text ul li p{
  font-size: 18px;
    line-height: 28px;
    color: #383a42;
}
#tabs_section #tab3 h4 {
    background: rgb(255 153 51);
    border-radius: 8px;
    text-align: center;
    padding: 20px;
    margin-bottom: 37px;
    min-height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 500;
}
.comparision-table table {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
}
.comparision-table table tbody tr:first-child td {
    text-align: center;
}
.comparision-table table tbody tr td{
  padding:10px;
      border-bottom: 1px solid #d8dadf;
      font-size: 16px;
      line-height: 24px;
      color: #383a42;
}
.comparision-table table tbody tr:last-child td{
  border:0px;
}
.comparision-table table tbody tr td{
  border-left: 1px solid #d8dadf;
      width: 25%;
}
.comparision-table table tbody tr td:first-child{
  border-left:0px;
  font-weight: 600;
    font-size: 16px;
    color: #383a42;

}
.comparision-table table tbody tr td h5{
      font-weight: 600;
    font-size: 16px;
    color: #383a42;
}
.mobile-table{
  display: none;
}


.safepg .img-block img{
  width: auto !important;
}


.rotator #hero-container {
    padding-top: 115px;
        padding-bottom: 40px;
}
.custom-boxes {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.custom-boxes .item{
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
}
.custom-boxes .item .img-block {
    margin-bottom: 8px;
}
.custom-boxes .item p {
font-size: 18px;
    line-height: 28px;
    color: #383a42;
}
.icon-text ul li span img {
    height: 52px;
    width: 52px;
}
.icon-text ul li a.down-btn {
    border: 1px solid #d8dadf;
    width: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
}
.icon-text ul li a.down-btn span{
    margin: 0px;
}
.icon-text ul li a.down-btn span svg{
    float: left;
}


.icon-text ul li p{
    min-height: 84px;
    margin-bottom: 20px;
}
.icon-text ul li a.down-btn:hover {
    background: rgb(255 153 51);
    border-color: rgb(255 153 51);
    color: rgb(56 58 66);
}
.icon-text ul li a.down-btn:hover span svg path{
    stroke: rgb(56 58 66);
}
section.related {
    padding: 60px 0px;
    background: linear-gradient(274.4deg, #4a4d5a -1.49%, #25262c 103.09%);
}
.related .container {
    max-width: 1450px;
}
.related h2 {
    text-align: center;
    font-family: 'Museo Sans 500';
    font-weight: normal;
    font-size: 42px;
    color: #fff;
    margin-bottom: 60px;
}
.related ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 48px;
}
.related ul li{
    width: 100%;
}
.related ul li {
    width: 100%;
    background: #383a42;
    border: 1px solid rgb(255 153 51);
    border-radius: 8px;
    padding: 40px 20px;
}
.related ul li p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}
.related ul li hr {
    width: 81px;
    height: 1px;
    background: #717786;
    float: left;
    clear: both;
    margin: 20px 0px;
}
.related ul li a{
        color: rgb(255 153 51);
    text-decoration: underline;
    font-size: 18px;
    float: left;
    width: 100%;
    line-height: 28px;
}
.related ul li span{
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    width: 100%;
    display: inline-block;
}

/* Contact */
#contact {
    background: #efefef;
    position: relative;
}

section#contact:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url(../images/leaf-gray-right.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    z-index: 1;
    width: 100%;
    height: 100%;
}
#breadcrumb {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 24px;
    position: relative;
    z-index: 9;
}
#breadcrumb ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}
#breadcrumb ul li a, #breadcrumb ul li {
    font-size: 14px;
    line-height: 17px;
    color: #686868;
    position: relative;
}
#breadcrumb ul li:first-child{
    padding: 0px;
}
#breadcrumb ul li:first-child:before{
    display: none;
}
#breadcrumb ul li{
    padding-left: 30px;
}
#breadcrumb ul li:before{
    position: absolute;
    left: 8px;
        border: solid #686868;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 1.6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: '';
    top: 7px;
    z-index: -1;
        color: #6c757d;
    z-index: 99;
}

#custom-row .left-col h1{
        color: #ff9933;
    font-size: 48px;
    font-weight: 300;
}
#custom-row .left-col span{
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 36px;
    font-weight: 300;
    display: inline-block;
    margin-top: 5px;
}
#custom-row .left-col p{
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #23252b;
}
#custom-row {
    display: inline-block;
    width: 100%;
        padding: 50px 0px;
        position: relative;
    z-index: 9;
}
#custom-row .container{
    display: flex;
}
#custom-row .container > div{
    width: 100%;
}
.customer-service {
    border-top: 1px solid #808080;
    margin-top: 48px;
    display: inline-block;
    width: 100%;
    padding-top: 40px;
}

#custom-row .customer-service h2{
font-size: 36px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #ff9933;
    font-weight: 300;
}
#custom-row .customer-service p{
    font-weight: 500;
    margin-bottom: 25px;
    color: #23252b;
}
#custom-row .customer-service p:last-child,
#custom-row .customer-service p:nth-child(3) {
    margin-bottom: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
}
#custom-row .customer-service p a{}

form.vb-form {
    box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
    background: #fff;
    padding: 7px 42px 20px 42px;
    max-width: 618px;
    float: right;
    width: 100%;
}
form.vb-form label.vb-form-label {
    font-size: 18px;
    line-height: 41px;
    display: block;
    font-weight: 500;
    margin-bottom: 3px;
    color: #42454f;
}

form.vb-form .vb-form-row {
    display: flex;
    gap: 30px;
    width: 100%;
}
form.vb-form textarea{
    height: 141px;
    border-radius: 5px;
    border: 1px solid #42454f;
    font-size: 18px;
    width: 100%;
    padding: 9px 14px;
    color: #42454f;
    font-weight: 300;
}
form.vb-form select,
form.vb-form input{
        height: 49px;
    border-radius: 5px;
    border: 1px solid #42454f;
    font-size: 18px;
    width: 100%;
    padding: 0px 14px;
    color: #42454f;
    font-weight: 300;
    margin-bottom: 6px;
}
form.vb-form .vb-form-field.vb-form-checkbox {
    display: flex;
    padding-left: 20px;
    gap: 12px;
}
form.vb-form .vb-form-field.vb-form-checkbox input#privacy{
    width: 21px;
    height: 21px;
}
form.vb-form .vb-form-field.vb-form-checkbox label {
    font-size: 18px;
}
.vb-form button.vb-form-submit {
    color: #23252b;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    background: #ff9933;
    border: #ff9933;
    padding: .7rem 4rem;
    width: 100%;
    border-radius: .25rem;
    font-weight: 700;
    margin-top: 27px;
    margin-bottom: 24px;
}
.vb-form button.vb-form-submit:hover{
        background: #f98614;
}




/* Pop up css */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.modal-box {
background-color: #fefefe;
    margin: auto;
    padding: 45px 65px;
    border: 1px solid #888;
    width: 45%;
    transform: scale(0.7);
}

.close-modal {
    position: absolute;
    top: -32px;
    right: 5px;
    cursor: pointer;
    font-size: 22px;
    color: #fff;
    border: 1px solid #42454f;
    height: 30px;
    width: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-box h4{
        color: #ff9933;
    margin-bottom: 30px;
    font-size: 28px;
}
.modal-box p{
        margin-bottom: 0;
        font-weight: 300;
        font-size: 20px;
        line-height: 30px;
        color: #42454f;
    }
.popup-box {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

section#product {
    background: url(../images/why-elcam-banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    display: inline-block;
    width: 100%;
    height: 330px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px !important;
}
.image-bg {
    display: inline-block;
    width: 100%;
    background: url(../images/bg-orange-color.png) no-repeat 0px 0px;
    background-repeat: no-repeat;
    height: 280px;
    display: flex;
    align-items: center;
}
section#product h1{
        font-size: 48px;
    line-height: 60px;
    color: #42454f;
    font-weight: 500;
}
.product-top {
    padding: 54px 0px;
}
.product-top .container {
    display: flex;
    gap: 87px;
}
.product-top .container >div{
    width: 100%;
}
.product-top .text-block p{
    color: #42454f;
font-weight: 300;
font-size: 20px;
line-height: 30px;
margin-bottom: 16px;
}
.product-top .image-block img {
    float: right;
}
.data {
    background: #42454F;
    padding-top: 42px;
    padding-bottom: 82px;
}
.data h2 {
    text-align: center;
    color: #ff9933;
    font-size: 36px;
    line-height: 43px;
    font-weight: 700;
    margin-bottom: 77px;
}
.data ul{
    display: grid;
    column-gap: 40px;
    row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin:0px;
    padding: 0px;
    list-style: none;
}
.data ul li{
background: #fff;
    color: #FF9933;
    box-shadow: rgb(0 0 0 / 10%) 0 3px 0;
    border-radius: 10px;
    padding: 53px 26px 26px;
    text-align: center;
    height: 100%;
    min-height: 385px;
}
.data ul li .img-bx img {
    width: auto;
    margin-bottom: 20px;
    height: 110px;
}
.data ul li h4{
    color: #FF9933;
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: 900;
    line-height: 1.2;
    font-family: 'Museo Sans 900';
}
.data ul li p{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #23252B;
    margin-bottom: 20px;
}
.data ul li a{
    color: #42454F;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: center;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.data ul li a:hover{
    color: #ff9933;
}
ul#scroll-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
    gap: 36px;
    padding-top: 67px;
    padding-bottom: 44px;
}
ul#scroll-list li{
    width: 100%;
}
ul#scroll-list li a{
        display: inline-block;
    font-size: 30px;
    line-height: 28px;
    font-weight: 300;
    width: 100%;
    box-shadow: rgb(0 0 0 / 10%) 0 2px 8px 4px;
    border-radius: 30px;
    background: #fff;
    padding: 16px 15px;
    text-align: center;
}
ul#scroll-list li a:hover{
    color: #ff9933;
}
.content-block {
    display: flex;
    gap: 82px;
    padding: 55px 0px;
}
.content-block.reverse{
    flex-direction: row-reverse;
}
.content-block .text-block{
    width: 100%;
}
.content-block .image-block{
     width: 100%;
}
.content-block .text-block .print-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #42454f;
    font-weight: 500;
}
.content-block .text-block .print-btn svg path{
    fill:#ff9933 ;
}
.content-block .text-block .print-btn svg {
    width: 26px;
    height: auto;
}
.content-block .text-block a.arrow-btn span {
    display: inline-block;
    width: 25px;
    background: url(../images/gray-arrow.png) no-repeat center;
    height: 14px;
    margin-left: 10px;
}
.content-block .text-block a.arrow-btn:hover span{
    background: url(../images/orange-arrow.webp) no-repeat center;
}
.content-block h4{
        font-weight: 500;
    text-transform: none;
    font-size: 24px;
    line-height: 30px;
    color: #42454f;
    margin-bottom: 16px;
}
.content-block h3{
    margin-bottom: 77px;
    font-size: 36px;
    line-height: 43px;
    font-weight: 700;
    color: #ff9933;
}
.content-block p{
color: #42454f;
font-weight: 300;
font-size: 20px;
line-height: 30px;
margin-bottom: 16px;
}
.content-block .text-block ul li::marker {
    color: #ff9933;
}
.content-block .text-block ul {
    padding-left: 20px;
}
.integrity .content-block {
    align-items: center;
}
.content-block .text-block ul li{
    color: #42454f;
font-weight: 300;
font-size: 20px;
line-height: 30px;
}
.integrity {
    background: #efefef;
    overflow: hidden;
}
#expert{
    background: #efefef;
}
.animate-btn{
    color: #42454F;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    border: 1px solid #FF9933;
    border-radius: 10px;
    padding: 17px 48px;
    margin: auto;
    position: relative;
    background: linear-gradient(to right, #FF9933 50%, transparent 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
  }
.animate-btn img {
    display: inline-block;
    width: 26px;
    height: 14px;
}
.animate-btn:hover{
  background-position: left;
  color: #fff;
}
.animate-btn:hover img{
  filter: brightness(0) invert(1);
}
.content-block .text-block a.animate-btn2 {
    background: #009C98;
    border-color: #009C98;
    color: #fff;
    padding: 12px 17px 8px;
    padding-left: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    gap: 10px;
}
.content-block .text-block a.animate-btn2 img{
    max-width: 36px;
}
.content-block .text-block a.animate-btn2:hover{
    background: #067b78;
    border-color: #067b78;
}
#board {
    padding-top: 102px;
    padding-bottom: 103px;
}
#board h2 {
    text-align: center;
    color: #ff9933;
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 32px;
}
#board p{
        font-size: 24px;
    font-weight: 500;
    color: #23252B;
    width: 80%;
    line-height: 28px;
    margin-bottom: 22px;
    text-align: center;
    width: 100%;
}
#board .tabs .tab-buttons {
    gap: 25px;
        margin-top: 30px;
            margin-bottom: 84px;
}
#board .tabs .tab-buttons button {
    box-shadow: rgb(0 0 0 / 10%) 0 2px 8px 4px;
    border-radius: 30px;
    display: inline-block;
    min-width: 219px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 28px;
    color: #42454F;
    background: #fff;
    font-weight: 500;
}
#board .tabs .tab-buttons button:hover,
#board .tabs .tab-buttons button.active{
    background: #f93;
    font-weight: 700;
}
#board .tabs .tab-content h4 {
    color: #23252B;
    margin-bottom: 22px;
}
#board .tabs .tab-content p {
    text-align: left;
    line-height: 30px;
    font-size: 20px;
    font-weight: 300;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    margin: 0px;
}
#board .tabs .tab-content p strong{
    font-weight: 500;
}

@media only screen and (max-width: 1450px){
  #banner .item .container .left-col {
    top: 44px;
}
.products ul li .img-box img{
  max-width: 331px;
}
#process .container {
    gap: 30px;
}
#process .container > div.col-left {
    max-width: 55%;
}
.logo {
    width: 145px;
}
#custom-row .container .left-col {
    padding-right: 30px;
}
#process .col-left ul{
        margin: -41px 0px 0px 0px;
            row-gap: 137px;
}
}
@media only screen and (max-width: 1199px){
    #banner .item .container .left-col h2 {
        max-width: 75%;
    }
    #banner .item .container .left-col h2 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 400;
}
#banner .item .container .left-col p {
    font-size: 22px;
    line-height: 32px;
}
#banner .owl-dots {
    bottom: 20px;
}
.product-top .container .image-block {
    max-width: 33%;
}
.product-top .container {
    gap: 27px;
}
.data ul {
    grid-template-columns: 1fr 1fr;
}
.content-block {
    gap: 30px;
}
.content-block .image-block {
    max-width: 33.33%;
}
.products ul li {
    width: auto;
}


}
@media only screen and (max-width: 991px){
  #banner .item .container .left-col h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px;
    max-width: 90%;
    font-weight: 400;
}
    #banner .item .container .left-col {
        top: 34px;
    }
    #banner .owl-dots {
    left: 38%;
}
#banner .item .container .left-col p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
    font-weight: 300;
    max-width: 96%;
}
.products h2 {
    font-size: 32px;
    line-height: 36px;
}
.choose-content {
    max-width: 100%;
}
.social-area .col-right {
    padding: 45px 40px 35px;
}
    #process .container {
        flex-direction: column;
    }
        #process .container > div.col-left {
        max-width: 100%;
    }
    #process .container > div {
    width: 100%;
    max-width: 100%;
}
form.newsletter-form {
    width: 100%;
    gap: 20px;
    margin-left: 25px;
}
form.newsletter-form button{
  width: 174px;
      padding: .5rem 1rem;
}
#hero-container{
  padding-top: 30px;
}
#hero-container .container{
  flex-direction: column;
}
.tabs .tab-buttons button{
    font-size: 14px;
    padding: 13px;
    border-radius: 30px;
    background: none;
    line-height: 20px;
}
.tabs .tab-buttons button.active{
    background: #fff;
    text-decoration: none;
}
section#product {
    height: 233px;
    position: relative;
    padding-top: 110px !important;
    background-position-x: 80%;
}
.image-bg {
    height: 130px;
    background-size: cover;
}
section#product h1{
    font-size: 30px;
    line-height: 50px;
}
.product-top .container {
        flex-direction: column-reverse;
    }
    .product-top .container .image-block {
        max-width: 100%;
    }
.data h2{
    margin-bottom: 30px;
    font-size: 25px;
}
.data ul li {
    min-height: 300px;
}
.data ul li .img-bx img {
    height: 70px;
}
.data ul li h4{
    margin-bottom: 10px;
            font-size: 27px;
}
.data ul li p{
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 15px;
}
.data ul li a {
    font-size: 16px;
}
ul#scroll-list li a{
    font-size: 20px;
}
.content-block .image-block {
        max-width: 100%;
    }
.content-block{
    flex-direction: column-reverse;
    padding-top: 80px;
    position: relative;
}
.content-block h3 {
    margin-bottom: 0;
    text-align: center;
    position: absolute;
    top: 16px;
    width: 100%;
    font-size: 25px;
    left: 0;
}
.content-block.reverse {
    flex-direction: column-reverse;
}
.content-block.withh4 {
    padding-top: 120px;
}
.content-block.withh4 h4 {
    position: absolute;
    left: 0;
    top: 25px;
    text-align: center;
    width: 100%;
}
.content-block.withh4 h3 {
    top: 60px;
}

}
@media only screen and (max-width: 991px) and (min-width: 768px){
    .icon-text ul,
    .custom-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
}

@media only screen and (max-width: 800px){
    #custom-row .container{
        flex-direction: column;
    }
}


@media only screen and (max-width: 767px){
  #banner .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -20px;
}
#banner .owl-theme .owl-dots .owl-dot span {
    background: none;
    border: 1px solid #000;
}
#banner .owl-theme .owl-dots .owl-dot.active span, #banner .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}
  #banner .item .right-col {
    max-width: 100%;
}
#banner .item .container .left-col {
    position: static;
    top: inherit;
    left: inherit;
    padding: 50px 0px;
}
#banner .item .container .left-col h2{
          font-size: 27px;
                  line-height: 35px;
        margin-bottom: .5rem;
}
#banner .item .container .left-col p{
        font-size: 16px;
        line-height: 22px;
                margin-bottom: 0;
      }
  .products ul{
    flex-direction: column;
  }
  .products ul li .img-box{
    max-width: 250px;
  }
  .products ul li .img-box img{
    max-width: 100%;
  }
  .choose-content {
    max-width: 100%;
}
.choose-content h4{
  font-size: 18px;
          line-height: 30px;
}
.choose-content h2{
  font-size: 22px;
line-height: 28px;
        margin-bottom: 10px;
}
.choose-content p {
          font-size: 14px;
        line-height: 1.55;
}

  #process .col-left ul {
    margin: -27px 0px 0px 0px;
    column-gap: 10px;
    row-gap: 37px;
    padding-right: 70px;
}
#process .col-left ul li p{
      font-size: 0.5em;
    line-height: 1.4;
    }
#process .container > div.col-left{
    background-size: 100% 74%;

}
#social{
  background: #f7921e;
}
#social .col-left {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}
#social .container {
    padding: 0px;
}
#social .col-left {
    padding: 32px 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.social-area .col-right{
  position: static;
    right: inherit;
    top: inherit;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    padding: 32px;
}
.social-area .col-left h2{
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
}
.social-area .col-left p{
        font-size: 14px;
        line-height: 1.55;
}
.social-area .col-right ul {
    display: inline-block;
}
.social-area .col-right ul li a{
  font-size: 18px;
}
  #process .col-right h2{
    font-size: 22px;
    line-height: 28px;
  }
      br {
        display: none;
    }
  #process .container{
    flex-direction: column;
  }
  #process .container > div,
      #process .container > div.col-left {
        max-width: 100%;
    }
    #process .container .col-right {
    text-align: center;
}
#process .col-right p {
    font-size: 14px;
    line-height: 22px;
}
#process .col-right p span{
    font-size: 18px;
    line-height: 27px;
}
  .newsletter{
    flex-direction: column;
    gap: 20px;
  }
  .ftr-top {
    padding: 25px 0px;
}
  form.newsletter-form{
    flex-direction: column;
    gap: 20px;
            max-width: 100%;
  }
  .ftr_bottom .logo-area {
      text-align: center;
  }
  .ftr_bottom ul{
    flex-direction: column;
    justify-content: center;
        gap: 15px;
margin-top: 20px;
  }
  .copy p{
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

.hamburger{
  display: block;
}
header#main-hdr.scrolled #hdr_bottom{
    padding: 10px 0px;
}
/* OVERLAY */
.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9998;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}
nav#menu {
    display: none;
}
body.menu-open nav#menu{
  display: block;
}
body nav#menu {
    position: fixed;
    left: 0;
    top: 0;    
    height: 100%;
    background: #fff;
    z-index: 9999;
    width:80%;
}
#nav-icon2.open {
    z-index: 99999;
}
nav#menu > ul {
    flex-direction: column;
    gap: 0px;
            padding: 0px;

}
nav#menu > ul > li:after{
    display: none;
}
nav#menu > ul li{
          width: 100%;
        padding: 0px 20px;
        text-align: left;
}
nav#menu > ul > li:last-child {
    margin-left: 0;
}
nav#menu > ul > li > a{
    padding: 15px 0px;
}
#nav-icon2 {
width: 40px;
        height: 25px;
        position: absolute;
        margin: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: block;
        right: 15px;
}
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #ff9933;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 10px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 20px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 17px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 17px;
}
nav#menu ul .sub-menu {
    position: static;
    padding: 0px;
    box-shadow: none;
}
#hdr_bottom {
    padding: 20px 0px;
    transition: padding 0.3s ease;
}
#content-area {
    padding-top: 123px;
}
#hero-container{
  padding: 20px 0px;
}
#hero-container .container{
  flex-direction: column;
}
.hero-content h2{
  font-size: 50px;
  line-height: 57px;
}
.tabs .tab-buttons {
    gap: 20px;
}
.tabs .tab-buttons button{
  font-size: 14px;
  line-height: 24px;
          padding: 13px;
        border-radius: 30px;
        background: none;
}
.tabs .tab-buttons button.active {
    background: #fff;
}
#tabs_section{
  overflow: hidden;
}
#tabs_section .product-slide {
    max-width: 80%;
    margin: 0px auto;
    overflow: visible;
}
#tabs_section .product-slide .owl-stage-outer {
    overflow: visible;
}
.testimonials .testimonial-slide {
    max-width: 85%;
}
.pdf-block ul{
  flex-direction: column;
}
.pdf-block ul li a{
  justify-content: flex-start;
}
.related-pro ul {
    display: flex;
    justify-content: center;
}
.contact form .field-row {
    flex-direction: column;
}
.contact form .field-row .field.small{
  max-width: 100%;
}
.icon-text ul{
  flex-direction: column;
}
.comparision-table table{
  display: none;
}
.mobile-table {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
        margin-bottom: 30px;
    }
.mobile-table .mobile-block {
    max-width: 335px;
    border-radius: 8px;
    background: #fff;
}
.mobile-table .mobile-block .img-box {
    padding: 20px;
}
.mobile-table .mobile-block ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}
.mobile-table .mobile-block ul li{
  padding: 10px 15px;
  border-bottom: 1px solid #d8dadf;
}
.mobile-table .mobile-block ul li:last-child{
  border: 0px;
}
.hero-content a {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0px;
    padding: 16px 18px;
    z-index: 9999;
}
.doubts {
    display: none;
}
.custom-boxes{
    flex-direction: column;
}
.icon-text ul li p{
    min-height: inherit;
}
.related ul{
    flex-direction: column;
}
.rotator #hero-container {
    padding-top: 40px;
    padding-bottom: 10px;
}

#custom-row .left-col h1 {
    font-size: 40px;
    line-height: 48px;
}
#custom-row .left-col span {
    font-size: 30px;
    line-height: 36px;
}
#custom-row .customer-service h2 {
    font-size: 30px;
    line-height: 36px;
}
.customer-service {
    margin-bottom: 50px;
}

form.vb-form .vb-form-row {
    display: flex;
    gap: 18px;
    width: 100%;
    flex-direction: column;
}
.vb-form .vb-form-field {
    margin-bottom: 18px;
}
form.vb-form {
    padding: 7px 20px 20px;
}
#board .tabs .tab-buttons {
    gap: 15px;
    flex-direction: column;
}
#board .tabs .tab-content p{
    font-size: 18px;
}
#board p{
    font-size: 20px;
}
.content-block .text-block a.animate-btn2{
    font-size: 13px;
}
.content-block .text-block a.animate-btn2 img {
    max-width: 27px;
}
.content-block p{
    font-size: 18px;
}
.content-block h3{
    font-size: 22px;
}
ul#scroll-list{
    flex-direction: column;
    gap: 20px;
}
.data ul li a img {
    max-width: 20px;
}
.image-bg {
        height: 80px;
        background-size: cover;
        width: 100%;
    }
    section#product {
        display: flex;
        align-items: flex-end;
    }
section#product h1 {
        font-size: 22px;
        line-height: 30px;
        width: 80%;
                font-weight: 700;
        color: #000;
    }
    .data ul li {
        min-height: 230px;
        padding: 10px;
    }
    .data ul li a {
        font-size: 10px;
    }
    .modal-box {
    padding: 20px 20px;
    width: 90%;
}
.modal-box p{
    font-size: 18px;
}
}