@font-face {
    font-family: 'montserratblack';
    src: url('../fonts/montserrat-black.woff2') format('woff2'),
         url('../fonts/montserrat-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratextrabold';
    src: url('../fonts/montserrat-extrabold.woff2') format('woff2'),
         url('../fonts/montserrat-extrabold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium.woff2') format('woff2'),
         url('../fonts/montserrat-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular.woff2') format('woff2'),
         url('../fonts/montserrat-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
::selection {
    background: #a82d29;
    color: #fff;
}
.goog-te-banner-frame.skiptranslate {
    bottom: 0 !important;
    position: fixed;
    top: auto !important;
}

body{
  overflow-x: hidden;
  overflow-y: auto;
}
a{
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 960px){
  .footer {
    float: left;
  }
  .is-about {
      position:relative;
  }
  .is-about .nav-submenu.is-submenu-open {
        width: 250px;
        height: auto;
        padding: 15px;
        top: 100%;
    }
    .is-about .nav-submenu.is-submenu-open .nav-submenu--list {
        flex-direction: column;
        justify-content: flex-start;
        align-items: self-start;
        flex-wrap: wrap;
    }
}
/*Bootstrap container*/

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.w-100{width: 100% !important;}
.mw-100{max-width: 100% !important;}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  width: 100%;
  display: inline-block;
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*-------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------------*/
.preloader1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 111111;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.fadeout {
  opacity: 0;
  filter: alpha(opacity=0);
}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);}}

.preloader1 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
   width: 300px; 
}
.trans{
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}
.cursor {
  position: fixed;
  background-color: #a82d29;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: scale(1);
}
.cursor.active {
  opacity: 1;
  transform: scale(0);
}
.cursor.menu-active {
  opacity: 1;
  transform: scale(0);
}
.cursor.hovered {
  opacity: 1;
}

.cursor-follower {
  position: fixed;
  border: 1px solid #ffffff;
  background-color: #ffffff30;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: translate(2px, 2px);
}
.cursor-follower.active {
  opacity: 1;
  transform: scale(1.5);
}
.cursor-follower.menu-active {
  opacity: 1;
  transform: scale(1.5);
}
.cursor-follower.hovered {
  opacity: 1;
}

.oakslider {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background: #000000;
  color: #fff;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

.oakslider__ui {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 15%;
    width: 100%;
    max-width: 1200px;
    min-width: 60%;
    margin: 0 auto;
    margin-top: 10%;
    display: flex;
    justify-content: space-between;
}
.oakslider__ui .oakslider__controls {
  display: flex;
}
.oakslider__ui .oakslider__arrow {
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: 1px solid #fff;
  opacity: 1;
  background: transparent;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
}
.oakslider__ui .oakslider__arrow:hover {
    background: #a72d29;
}

.oakslider__navpoint {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 900;
}
.oakslider__navpoint:first-of-type .oakslider__timer {
  width: 95px;
}
.oakslider__navpoint:first-of-type .oakslider__label {
  opacity: 1;
}
.oakslider__navpoint .oakslider__label {
  opacity: 0;
  font-weight: 400;
}
.oakslider__navpoint .oakslider__timer {
  position: relative;
  width: 55px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
  overflow: hidden;
}
.oakslider__navpoint .oakslider__timer .timer__progress {
  position: absolute;
  top: 0;
  left: 0;
  background: #a82d29;
  height: 2px;
  width: 100%;
  transform: translateX(-100%);
}
.oakslider:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100px;
    background: #1b1c1d;
    content: '';
    bottom: -50px;
    left: 0;
    right: 0;
    transform: rotate(-3deg);
}
.oakslider__slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.oakslider__slide.slide--active {
  display: block;
}

.slide__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide__image img {
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.slide__container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide__content {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 40%;
    width: 100%;
    max-width: 1200px;
    min-width: 60%;
    margin: 0 auto;
    margin-top: 10%;
    display: flex;
    justify-content: space-between;
}

.slide__title {
  font-size: 45px;
  max-width: 650px;
  line-height: 1.2;
  font-weight: 600;
}

.slide__link {
  margin-top: 25px;
}
@media (max-width: 992px){
    
    .oakslider{
        min-height: 50vh;
    }
    .oakslider__ui {
        left: -15px;
        justify-content: center;
    }
    .slide__content{
        justify-content: center;
    }
    .oakslider__nav{
        display:none;
    }
}
/*my style*/
p{
  position: relative;
  display: block;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 10px;
  color: #fbfffb;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}
.thm-color{
  color: #a82d29 !important;
}
img.img-blur {
    display: block;
    height: 100%;
    opacity: 0.28;
    filter: blur(0.5px);
    width: calc(100% - 60px);
}
img.no-blur-img {
    display: block;
    height: auto;
    position: absolute;
    right: 35px;
    top: 60%;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
    width: calc(100% - 150px);
    box-shadow: 5px 13px 20px #00000047;
}
.cta-title.orange-line-single::before {
    height: 3px;
    left: 0px;
    top: 50px;
    width: 60px;
}
.orange-line-single:before {
    z-index: -1;
    background: #a82d29;
    min-width: 12px;
    min-height: 2px;
    display: block;
    position: absolute;
    content: "";
}
.visbtn{
    color: #fff;
    background-color: #3d3d3d;
    padding: 13px 26px;
    letter-spacing: 3px;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.visbtn:hover {
    box-shadow: 0px 16px 10px -13px rgb(0, 0, 0);
    background-color: #000;
}
.visbtn.tilesvis{
    position: absolute;
    display: inline-block;
    right: 160px;
    bottom: 100px;
}
.tile-view {
    position: fixed;
    top: 50%;
    transform: rotate(90deg);
    left: -65px;
    z-index: 1;
}
.tile-view a {
    background: #3d3d3d;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
@media only screen and (max-width: 767px){
    .area-mobile-none {
        display: none;
    }
}
@media (min-width: 992px){
  .text-col{
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
.img-col{
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}
}
.right-img{
    position: absolute;
    right: -4rem;
    bottom: -4rem;
    width: 10rem;
    -webkit-filter: drop-shadow(5px 8px 8px rgba(0,0,0,.35));
    filter: drop-shadow(5px 8px 8px rgba(0,0,0,.35));
}
.left-img{
    position: absolute;
    left: -4rem;
    bottom: -4rem;
    width: 10rem;
    -webkit-filter: drop-shadow(5px 8px 8px rgba(0,0,0,.35));
    filter: drop-shadow(5px 8px 8px rgba(0,0,0,.35));
}
@media (min-width: 1200px){
  .right-img{
    width: 26rem;
  }
  .left-img{
    width: 26rem;
  }
}
@media (min-width: 992px){
  .right-img{
    right: -9rem;
    bottom: -11rem;
    margin-bottom: 35px;
    -webkit-filter: drop-shadow(10px 15px 12px rgba(0,0,0,.35));
    filter: drop-shadow(10px 15px 12px rgba(0,0,0,.35));
  }
  .left-img{
    left: -9rem;
    bottom: -11rem;
    margin-bottom: 35px;
    -webkit-filter: drop-shadow(10px 15px 12px rgba(0,0,0,.35));
    filter: drop-shadow(10px 15px 12px rgba(0,0,0,.35));
  }
  .product-sec:before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-image: url(../img/icons/grey-dot-pattern.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 230px;
    height: 390px;
    filter: brightness(0.6);
}
.laying-sec:before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-image: url(../img/laying/pattern-9.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 400px;
    height: 375px;
    filter: brightness(1.5);
}
}
@media (min-width: 768px){
  .right-img {
      right: -8rem;
      bottom: -8rem;
      width: 18rem;
      -webkit-filter: drop-shadow(8px 10px 8px rgba(0,0,0,.35));
      filter: drop-shadow(8px 10px 8px rgba(0,0,0,.35));
  }
  .left-img {
      left: -8rem;
      bottom: -8rem;
      width: 18rem;
      -webkit-filter: drop-shadow(8px 10px 8px rgba(0,0,0,.35));
      filter: drop-shadow(8px 10px 8px rgba(0,0,0,.35));
  }
}
.mt-80{
  margin-top: 80px;
}
.row.py-40{
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  display: block;
  float: left;
}
.text-center{
  text-align: center !important;
}
.text-left{
  text-align: left !important;
}
.footer-p{
  padding: 25px 0 10px;
  text-align: left;
  background-color: #1b1c1d;
  font-size: 12px;
  color: #f1f1f1;
}
::-webkit-scrollbar {
    width: 6px;
    height:6px;
    background: #f1f1f1;
    padding: 0px;
}
::-webkit-scrollbar-thumb {
    background: #7d7c7a;
}
.main-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-title {
    position: relative;
    display: block;
    height: auto;
    font-size: 32px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: .5rem;
}
#help-button {
    position: fixed;
    max-width: 500px !important;
    bottom: 15px !important;
    left: 15px;
    cursor: pointer;
    z-index: 1000;
    background: #2ea042;
    color: white !important;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 0;
    font-size: 14px;
}
span.whats-app {
    color: white !important;
    display: inline-block;
    padding: 8px 0px;
    font-size: 16px;
    margin-left: 8px;
    font-weight: 500;
}
div#help-button img {
    width: 24px;
    vertical-align: middle;
    filter: brightness(0) invert(1);
}
.big-title h2{
    font-size: 42px;
    font-weight: 600;
}
.big-title p{
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 4px;
    text-align: center;
    line-height: 50px;
}
.big-title span{
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
}
.big-title{
    text-align: center;
}
.next-menu-img{
  background-size: 105% !important;
    overflow: hidden;
    border-radius: 50%;
}
@media (min-width: 960px){
  .nav-submenu--list.who-we{
    width: 65% !important;
  }
  .sm-hide{
    display: none;
  }
}
.left-big{
    position: absolute;
    display: inline-block;
    content: '';
    left: -100px;
    transform: rotate(270deg);
    font-size: 100px;
    font-weight: 900;
    color: #dddddd42;
    -webkit-text-fill-color: rgb(239, 239, 239);
    -webkit-opacity: 1;
}

@media (max-width: 767px){
    .is-about .nav-submenu--link-text {
        font-size: 20px;
        line-height: 2;
    }
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .row {
        margin-right: auto;
        margin-left: auto;
    }
    .topbar-nav--link{
        letter-spacing: 0;
    }
    .topbar{
        margin-bottom: 200px;
    }
  .is-submenu-open .nav-submenu--link{
    width: 100%;
  }
  .nav-submenu--link-image{
    min-height: 85px;
  }
  .main-slider .flickity-viewport{
    height: 450px !important;
  }
  .main-slider{
    margin-bottom: 40px;
  }
  .footer, .footer-p{
      text-align: left;
  }
  .footer ul li{
      line-height: 22px;
  }
  .footer-icons--list{
      justify-content: center;
  }
  .about-features.is-reverted{
      display: flex;
      flex-direction: column;
  }
  .about-features--media {
        position: relative;
        order: 2;
    }
    .home-tabs.laying-sec .img-col, .home-tabs.laying-sec .text-col{
        padding-right: 0px;
        padding-left: 0px;
    }
    .home-tabs.laying-sec .col-md-12.col-xs-12.xs-pl0{
        padding-left: 0px;
    }
    h2.font-36{
        font-size: 25px;
    }
  .cta-title {
        margin-bottom: 30px;
        font-size: 22px;
        line-height: 1.14;
        letter-spacing: 0.6px;
    }
    img.img-blur {
        display: block;
        height: 100%;
        opacity: 1;
        filter: none;
        width: 100%;
        box-shadow: 5px 13px 20px #00000025;
    }
    img.no-blur-img{
        display: none;
    }
  .xs-py40{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .row.py-40 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .home-tabs.product-sec .row.py-40 .img-col img:nth-child(1){
    position: relative;
    left: -15px;
  }
  .home-tabs.product-sec .row.py-40:nth-child(3) .img-col img:nth-child(1){
    position: relative;
    right: -15px;
    left: auto;
  }
  .cta-title.orange-line-single::before {
    height: 3px;
    left: 0;
    top: 32px;
    width: 60px;
  }
  .home-tabs{
    min-height: auto;
  }
  .right-img {
    position: absolute;
    right: 0rem;
    bottom: -1.2rem;
    width: 10rem;
    -webkit-filter: drop-shadow(5px 8px 8px rgba(0,0,0,.35));
    filter: drop-shadow(5px 8px 8px rgba(0,0,0,.35));
  }
  .left-img {
    position: absolute;
    left: 0rem;
    bottom: -1.2rem;
    width: 10rem;
    -webkit-filter: drop-shadow(5px 8px 8px rgba(0,0,0,.35));
    filter: drop-shadow(5px 8px 8px rgba(0,0,0,.35));
  }
  .xs-ptl{
    padding-left: 15px;
    padding-top: 35px;
  }
  .xs-prb{
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
  }
  .xs-pl0{
    padding-left: 0px;
  }
  .xs-pr0{
    padding-right: 0px;
  }
  .xs-plr0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .g-recaptcha > div{
      width: 310px;
  }
  .home-tabs.c-inq .form-box .in-form #formoid{
      top: 50px !important;
  }
  .title-row{
    width: auto !important;
  }
  .visbtn.tilesvis {
    position: relative;
    display: inline-block;
    right: auto;
    bottom: auto;
    margin-top: 15px;
    }
    
    .product-info--container{
        padding: 0 15px 50px;
    }
  .big-title h2 {
    font-size: 30px;
    font-weight: 600;
  }
  .big-title p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    line-height: 12px;
    padding-top: 10px;
  }
  .big-title span {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
  }
  .footer.mt-80{
    margin-top: 0px;
  }
}
@media (min-width: 960px) {
    .nav {
        padding-top: 8px;
    }
    .menu{
        height: 90px;
    }
    .menu-actions{
        padding-top: 8px;
    }
}
@media (min-width: 1024px){
  .md-pt50{
    padding-top: 60px;
  }
}
.product-info--text .font-22.thm-color.pt-15{
        padding-bottom: 15px;
    }
/*--------------------------------------------
          contact page
----------------------------------------------*/
.home-tabs.c-inq {
        width: 100%;
        padding: 0;
}

.home-tabs.c-inq .form-box {
        width: 70%;
        margin: 0 auto;
        position: relative;
        z-index: 9;
}


.home-tabs.c-inq .form-box .in-head h1 {
        text-align: center;
}

.home-tabs.c-inq .form-box .in-form {
        padding: 0px;
}

.home-tabs.c-inq .form-box .in-form .form-group {
        padding-top: 40px;
        margin: 0 10px;
}

.home-tabs.c-inq .form-box .in-form #formoid {
        float: left;
        background: #1b1c1d;
        padding: 60px;
        box-shadow: 0 1.25em 3.75em -.625em rgba(0, 0, 0, 0.4);
}

.home-tabs.c-inq .form-box .in-form .form-group .form-control {
        border: none;
        box-shadow: none;
        border-bottom: 2px solid #e4e4e4;
}

.contactForm__button-holder {
        margin-top: 40px;
        text-align: center;
}

.contactForm__button-holder #s_btn {
        color: #fff;
        background-color: #3d3d3d;
        padding: 13px 26px;
        letter-spacing: 1px;
        cursor: pointer;
        border: none;
        -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.contactForm__button-holder #s_btn:hover{
  background-color: #000;
}
.home-tabs.c-inq .form-box .in-form .form-group .form-control:focus{
  border-color: #e2ac7c;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.center-full{
  max-width: 100%;
  text-align: center;
}    
.parallax {
  position: relative;
  transition: top 1.5s cubic-bezier(0.2, 0.54, 0.36, 1);
}
.water{
  font-size: 32px;
  padding-top: 25px;
  padding-left: 0px;
}
.contact-sec a{
  color: #fff;
}
.contact-sec a:hover{
  color: #a82d29; 
}
.call-box i{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.call-box{
  position: relative;
  display: flex;
  padding: 10px 15px;
  box-shadow: 1px 1px 5px #00000040;
  border-radius: 6px;
}
.call-row{
  padding-top: 80px;
}

/*page title*/
.page-title{
  position:relative;
  padding: 200px 0 50px;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  margin-bottom: 40px;
}

.page-title:before{
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background:#000000;
  opacity: .70;
  position:absolute;
}

.page-title .inner-container{
  position: relative;
}

.page-title .title-box{
  position: relative;
  float: left;
}

.page-title h1{
  position:relative;
  display: block;
  font-size:48px;
  color:#ffffff;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 35px;
}

.page-title .title{
  position: relative;
  display: block;
  font-size: 20px;
/*  line-height: 40px;*/
/*  color: #ffffff;*/
  font-weight: 400;
}

.page-title .bread-crumb {
  position: relative;
  float: right;
  padding-top: 95px;
}

.page-title .bread-crumb li{
  position: relative;
  float: left;
  font-size: 18px;
  line-height: 30px;
  color:#ff8a00;
  font-weight: 700;
  text-transform: capitalize;
  cursor: default;
  padding-right:  10px;
  margin-right: 10px;
}

.page-title .bread-crumb li:before{
  position: absolute;
  right: -2px;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  content: "-";
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}

.page-title .bread-crumb li a{
  color:#ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
/*-------------------------------------
  1. inner page banner 
-------------------------------------*/
.wt-bnr-inr {height:500px;  background-size:cover;  background-position:center center;  display:table;  width:100%;}
.wt-bnr-inr .container{display:table; height:100%;}
.wt-bnr-inr-entry {display:table-cell;vertical-align:middle;}

.wt-bnr-inr-entry .banner-title-outer{position: relative; padding: 70px 0px 70px 75px;  border: 10px solid #fff;  border-right: 0px;  width: 200px;}

.wt-bnr-inr-entry .banner-title-outer:after,
.wt-bnr-inr-entry .banner-title-outer:before{content:"";  position:absolute;    right:0px;  width:10px; height:50px;  background-color:#fff;}
.wt-bnr-inr-entry .banner-title-outer:after{  top:0px;}
.wt-bnr-inr-entry .banner-title-outer:before{bottom:0px;  right:0px;}

.wt-bnr-inr-entry .banner-title-name{width:700px;}
@media only screen and (max-width: 991px) {
.wt-bnr-inr {height: 330px;    padding-top: 120px;}
}

@media only screen and (max-width: 768px) {
.wt-bnr-inr-entry .banner-title-name{width:auto;}
}

.banner-inner-row h1,
.banner-inner-row h2,
.banner-inner-row h3,
.banner-inner-row h4,
.banner-inner-row h5,
.banner-inner-row h6{ 
  color:#FFF;
}

/*13.1 breadcrumb-row-1*/

.wt-breadcrumb{margin:0;  list-style:none;}
.wt-breadcrumb li {padding:0;   margin-right:3px;   color:#fff; position:relative;  display:inline-block; font-size:14px;}
.wt-breadcrumb li a{color:#fff; }
.wt-breadcrumb li a:hover{color:#a82d29;  }
.wt-breadcrumb li:last-child {color:#fff;}
.wt-breadcrumb li:first-child a i{font-size: 18px;  vertical-align: text-top;}
.wt-breadcrumb li:last-child:after {display:none;}

/*13.2 Breadcrumb-1*/ 

.p-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

/*-------------------------------------
  5. text size
------------------------------------ */
.font-12 {  font-size:12px; line-height:18px;}
.font-14 {  font-size:14px; line-height:20px;}
.font-16 {  font-size:16px; line-height:22px;}
.font-18 {  font-size:18px; line-height:24px;}
.font-20 {  font-size:20px; line-height:26px;}
.font-22 {  font-size:22px; line-height:28px;}
.font-24 {  font-size:24px; line-height:30px;}
.font-26 {  font-size:26px; line-height:32px;}
.font-28 {  font-size:28px; line-height:34px;}
.font-30 {  font-size:30px; line-height:36px;}
.font-32 {  font-size:32px; line-height:38px;}
.font-34 {  font-size:34px; line-height:40px;}
.font-36 {  font-size:36px; line-height:42px;}
.font-38 {  font-size:38px; line-height:44px;}
.font-40 {  font-size:40px; line-height:46px;}
.font-50 {  font-size:50px; line-height:56px;}
.font-60 {  font-size:60px; line-height:66px;}
.font-70 {  font-size:70px; line-height:76px;}
.font-80 {  font-size:80px;line-height:86px;}

/*-------------------------------------
  6. text bold
------------------------------------ */
.font-weight-300{font-weight:300;}
.font-weight-400{font-weight:400;}
.font-weight-500{font-weight:500;}
.font-weight-600{font-weight:600;}
.font-weight-700{font-weight:700;}
.font-weight-800{font-weight:800;}
.font-weight-900{font-weight:900;}

/*-------------------------------------
  7. Letter Spacing
------------------------------------ */
.letter-spacing-2{letter-spacing:2px;}
.letter-spacing-3{letter-spacing:3px;}
.letter-spacing-4{letter-spacing:4px;}
.letter-spacing-5{letter-spacing:5px;}

.text-white{
  color: #fff;
}
.wt-breadcrumb.breadcrumb-style-2 li > i{
  margin-left: 7px;
}
.about-header .container{
  padding-top: 200px;
}
/*page title*/

/*product page*/
.collection-sec .filter-title {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    padding: 10px 12px;
    margin-bottom: 10px;
    box-shadow: 0px 16px 6px -17px #00000054;
}
.collection-sec input {
    display: none;
}

.collection-sec label {
    display: flex;
    width: 100%;
    height: 35px;
    cursor: pointer;
    border: none;
    user-select: none;
}

.collection-sec label div:first-child {
    width: 100%;
    line-height: 45px;
    margin-left: 10px;
    font-size: 1.2em;
    font-weight: 500;
    color: #fff;
}

.cross{
    margin-right:15px;
    margin-top:3px;
}

.cross:before,.cross:after {
    content: '';
    border-top: 2px solid #ffffff;
    width: 15px;
    display: block;
    margin-top: 18px;
    transition: 0.3s;
}

.cross:after {
    transform: rotate(90deg);
    margin-top: -2px;
}

.collection-sec .content {
    box-sizing: border-box;
    font-size: 0.9em;
    margin: 10px 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height, .5s;
}

.collection-sec input:checked ~ .content {
    max-height: 400px;
    transition: max-height, 1s;
}

.collection-sec input:checked ~ label .cross:before {
    transform: rotate(180deg);
}

.collection-sec input:checked ~ label .cross:after {
    transform: rotate(0deg);
}

.questions{
    margin-top:20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height, .5s;
}

.questions label{
    border:none;
    box-shadow: none;
    margin:0;
}

.collection-sec .aside{
  background-color: #3A3C3E;
  margin-bottom: 2rem;
}
.collection-sec .filters--input {
    pointer-events: auto;
    align-items: baseline;
}
.collection-sec .products--title, .collection-sec .products--inner-title{
  text-transform: uppercase;
}
.collection-sec{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    /*float: left;*/
    padding-top: 50px;
    border-top: 0.1px solid #00000012;
}
.collection-sec input:checked ~ .questions {
    max-height: 400px;
    border-bottom:2px solid #ffffff;
    transition: 1s;
}
.pb-15{
  padding-bottom: 15px;
}
.pb-4{
  padding-bottom: 4rem;
}
.pt-15{
  padding-top: 15px;
}
/*----------tool-tip------------*/

.tip {
    color: #f03768;
    cursor: help;
    position: relative;
    overflow: visible;
    font-family: monospace;
    font-size: 1.3em;
}

.tip:before,
.tip:after {
    position: absolute;
    opacity: 0;
    z-index: -100;    
    transform: translateY(-30%);
    transition: .4s;
}

.tip:before {
    content: '';
    border-style: solid;
    border-width: 0.8em 0.5em 0 0.5em;
    border-color: #3E474F transparent transparent transparent;
    transform: translateY(-200%);
    bottom:90%;
    left:50%;
}

.tip:after {
    content: attr(data-tip);
    background: #3E474F;
    color: white;
    width: 150px;
    padding: 10px;
    font-size: 0.8em;
    bottom: 150%;
    left: -50%;
}

.tip:hover:before,
.tip:hover:after {
    opacity: 1;
    z-index: 100;
    transform: scaleY(1);
}

.products-block{
  overflow: hidden;
}
.products-block .products-img{
  width: 100%;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.article--link:hover .products-img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
@media (min-width: 960px) {
  .product-info--text ul li{
    margin-bottom: 5px;
  }
}
.ch-img{
    width: 75px;
    height: auto;
    margin-right: 15px;
}
/*product page*/
.certi-effect > img{
  -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out,-webkit-transform .8s ease-in-out;
}
.certi-effect:hover > img{
  -webkit-transform: scale(.95);
  transform: scale(.95);
}
.text-right{
  text-align: right;
}
.spanrotet{
  position: relative;
  display: inline-block;
  padding-top: 50px;
  transform: rotate(269deg);
}
.spanrotet b > i{
  position: relative;
  top: 7px;
}
.vis-block .item h3 {
    padding-left: 50px;
    font-size: 20px;
    color: #ffffff;
    line-height: 48px;
    font-weight: 400;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: left center;
}
.vis-block .item p {
    font-size: 16px;
    color: #ffffff;
}
#chartdiv {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.py-15{
  padding-top: 15px;
  padding-bottom: 15px;
}
/*events page*/
.r-events{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #1b1c1d66;
}
.r-events > a{
  color: #000;
}
.r-events:hover > a{
  color: #a82d29;
}
.r-events img{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 70px;
  object-fit: cover;
  object-position: center;
  float: left;
  padding-right: 10px;
}
.r-events .r-events-text{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 15px;
} 
/*events page*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */

.modal-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0;
  border: none;
  width: 30%;
  min-height: 600px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
.modal-header h2{
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 676px){
  #myModal{
    padding-right: 15px;
    padding-left: 15px;
  }
  .modal-content{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: #999;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
    padding: 8px 15px;
    background-color: #ffffff;
    color: #1b1c1d;
    text-align: left;
}

.modal-body {padding: 10px 15px;}

.modal-footer {
  padding: 8px 15px;
  background-color: #fff;
  color: white;
}

/*table for packing*/
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
.table-bordered {
    border: 1px solid #dddddd;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
table {
    background-color: transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 12px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
th {
    text-align: left;
}
/*table for packing*/

.format-text{
  position: relative;
  display: block;
  text-align:center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.format-size {
    position: relative;
    border: 1px solid #ddd;
    display: inline-block;
    max-width: 100%;
    max-height: 250px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.product-list--element.col-md-12 > .col-md-3 a{
  display: block;
}
.product-list--element.col-md-12 > .col-md-3 a:hover p{
  color: #a82d29;
}
.product-list--element.col-md-12 > .col-md-3 a:hover .format-size{
  border-color: #a82d29;
}
.product-list--element.col-md-12 > .col-md-3{
  height: 250px;
}

@media (max-width: 1525px){
    .product-info--media {
        height: 400px; 
    }
    .products--inner-title{
      font-size: 16px;
    }
}
@media (max-width: 767px) {
    .about-header--content {
        margin-bottom: 35px;
        padding: 0px 0 20px;
    }
    .format-text {
    position: absolute;
    display: block;
    width: max-content;
    right: 15px;
    bottom: -20px;}
    .xs-mb-0{
        margin-bottom: 0px;
    }
    .xs-pb-0{
        padding-bottom: 0px;
    }
    #chartdiv{
        height: auto;
    }
    .form-box .in-form {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        padding: 15px;
    }
    .home-tabs.c-inq .form-box .in-form, .home-tabs.c-inq .form-box .in-form #formoid{
        padding: 0px 0 70px;
        width: 100%;
    }
    .home-tabs.c-inq .form-box{
        padding: 0px;
        width: 100%;
    }
    .footer-info:after{
        display: none;
    }
    .home-tabs.c-inq .form-box .in-form #formoid{
        padding-bottom: 20px;
    }
    .about-header .container{
        justify-content: center;
    }
    .product-attributes{
        position: relative;
        display: block;
        /*float: left;*/
    }
    .product-downloads{
        position: relative;
        /*float: left;*/
        padding-top: 60px;
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
    .related-products--item-name, .related-products--item-link {
        left: auto;
        text-align: center;
    }
    .slick-slide img{
        padding: 0 5px;
    }
    .related-products--item-name{
        font-size: 18px;
    }
    .related-products--item-link{
        font-size: 22px;
    }
    .menu{
        height: 80px;
    }
    .menu-actions{
        position: relative;
        top: 5px;
    }
    .menu-logo {
        display: block;
        width: 180px;
        height: 50px;
        padding: 15px 20px;
        color: inherit;
    }
    .menu-trigger{
        position: relative;
        top: 8px;
    }
    .nav-link{
        font-size: 13px;
    }
    .topbar-zyx {
        padding: 5px;
        font-size: 13px;
        text-transform: uppercase;
    }
    .topbar-nav--link{
        padding: 5px 8px;
        font-size: 13px;
    }
}
    
@media (min-width: 1500px){
    .col-xl-2{
        width: 16.66666667%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-xl-3{
        width: 25%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
     .col-xl-4{
        width: 33.333333%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .products--attribute > span:first-child{
        display:block;
    }
}
    
}
@media (max-width: 1440px) and (min-width: 1280px){
    .about-features--content .container{
        padding-left: 25px;
        padding-right: 25px;
    }
    
}
.slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
}
.modal-body #formoid .form-group{
    padding-bottom: 15px;
}
.vis-block{
    float: left;
    position: relative;
}
.center-box{
  position: relative;
  display: flex;
}
.float-left{
  float: left;
}

.main-block > p{
  letter-spacing: 0.5px;
  line-height: 1.43;
  font-size: 16px;
}




/*new one*/

.mt-1{margin-top: 1rem;}
.mt-2{margin-top: 2rem;}
.mt-3{margin-top: 3rem;}
.mt-4{margin-top: 4rem;}
.mt-5{margin-top: 5rem;}

.mb-1{margin-bottom: 1rem;}
.mb-2{margin-bottom: 2rem;}
.mb-3{margin-bottom: 3rem;}
.mb-4{margin-bottom: 4rem;}
.mb-5{margin-bottom: 5rem;}

.ml-1{margin-left: 1rem;}
.ml-2{margin-left: 2rem;}
.ml-3{margin-left: 3rem;}
.ml-4{margin-left: 4rem;}
.ml-5{margin-left: 5rem;}

.mr-1{margin-right: 1rem;}
.mr-2{margin-right: 2rem;}
.mr-3{margin-right: 3rem;}
.mr-4{margin-right: 4rem;}
.mr-5{margin-right: 5rem;}

.pt-1{padding-top: 1rem;}
.pt-2{padding-top: 2rem;}
.pt-3{padding-top: 3rem;}
.pt-4{padding-top: 4rem;}
.pt-5{padding-top: 5rem;}

.pb-1{padding-bottom: 1rem;}
.pb-2{padding-bottom: 2rem;}
.pb-3{padding-bottom: 3rem;}
.pb-4{padding-bottom: 4rem;}
.pb-5{padding-bottom: 5rem;}

.pl-1{padding-left: 1rem;}
.pl-2{padding-left: 2rem;}
.pl-3{padding-left: 3rem;}
.pl-4{padding-left: 4rem;}
.pl-5{padding-left: 5rem;}

.pr-1{padding-right: 1rem;}
.pr-2{padding-right: 2rem;}
.pr-3{padding-right: 3rem;}
.pr-4{padding-right: 4rem;}
.pr-5{padding-right: 5rem;}

.p-title{
  position: relative;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  padding-bottom: 1rem;
  color: #fff;
  font-family: 'montserratregular';
}
.clearfix{clear: both;}
.home-header--slider{
  user-select: none;
  pointer-events: none;
}
.coll-menu:before{
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 65%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #5a5a5a;
}

.lazy{
    pointer-events: none;
    user-select: none;
}

.image-over {
    display: block;
    height: 280px;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.image-over > img {
    min-width: 100%;
    min-height: 100%;
    max-width: unset;
    max-height: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    transition: transform .7s;
    backface-visibility: hidden;
}
.box-overlay {
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 40%);
    transition: opacity .7s;
}
.image-over:hover > img {
    transform: scale(1.03);
    transform-origin: center;
    transition: transform .7s;
}
.image-over:hover .box-overlay {
    opacity: 1;
    transition: opacity .7s;
}
.image-over-title {
    position: absolute;
    bottom: 35px;
    left: 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    z-index: 3;
    font-weight: bold;
    letter-spacing: 2px;
}
span.imgArea.tech-icon img {
    width: 70px !important;
    margin: 0px auto;
}
.pItem a strong {
    display: block;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1;
}
.text-xl {
    font-size: 22px;
}
.text-sm {
    font-size: 12px;
}
.new-title {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffffffa6;
    padding: 12px 21px;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    z-index: 11;
    letter-spacing: .5px;
}
.new-title p {
    font-size: 12px;
    color: #000;
    padding-top: 1rem;
}
.new-title a {
    font-size: 14px;
    color: #040404c2;
    text-transform: uppercase;
}
.new-title a:hover{
  color: #881b14;
}
.p-link {
    width: 50%;
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: right;
    z-index: 11;
    display: flex;
    flex-direction: column;
}
.p-link a:hover{
  color: #ffffff70;
}
.p-link a{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
}
.d-block{display: block !important;}
.d-flex{display: flex !important;}
.items-center{align-items: center !important;}
.items-start{align-items: flex-start !important;}
.visulize-button {
    position: relative;
    display: flex;
    text-align: left;
    justify-content: start;
    align-items: center;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: .5rem 1rem;
    width: 200px;
    background: #1b1c1d;
    border:1px solid #1b1c1d;
}
.visulize-button:hover{
  background: transparent;
  color: #1b1c1d;
}
/*----------visulizer--------------*/
.visulizer #comparison {
    width: 100%;
    padding-bottom: 50%;
    overflow: hidden; 
    position: relative;
    box-shadow: 0 15px 20px -18px #000;
}

.visulizer figure { 
  position: absolute;
    background-image: url(../img/home/vis2.jpg);
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 113%;
    margin: 0; 
}

.visulizer #divisor { 
    background-image: url(../img/home/vis1.jpg);
    background-size: cover;
    position: absolute;
    width: 50%; 
    box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
    bottom: 0; height: 100%;
  
  &::before,
  &::after {
    content: '';
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
  }
  &::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
  }
  &::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
  }
}
.visulizer #handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-127%) translateX(-50%);
  z-index: 1;
  background-color: #2c7770;
  border-radius: 50%;
  
  &::before,
  &::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
  }
  &::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
  }
  &::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
  }
}

.visulizer input[type=range]{
    -webkit-appearance:none;
    -moz-appearance:none;
    position: absolute;
    top: 50%; left: -25px;
  transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px); 
  z-index: 2;
  border: none;
  outline: none;
  cursor: all-scroll !important;
  
  &:focus,
  &:active {
    border: none;
    outline: none;
  }
}
.visulizer input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid white;
  box-shadow: 0 0 8px 1px rgba(0,0,0,.3);
}
.visulizer input[type=range]::-moz-range-track {
    -moz-appearance:none;
    height:15px;
    width: 100%;
    background-color: transparent; 
    position: relative;
    outline: none;    
}
/*----------visulizer over--------------*/

.newslet h2 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 0;
    color: #ffffff;
}
.newslet form input {
    position: relative;
    display: block;
    width: 100%;
    padding: 1rem;
    background: transparent;
    border: 1px solid #eeeeee8f;
    margin-bottom: 1rem;
    color: #fff;
}
.btn-white {
  display: inline-block;
  padding: 20px 35px;
  font-size: 13px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 2.3px;
  text-align: center;
  color: #1b1c1d;
  border:none;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.btn-white:hover{
  background-color: #a82d29;
  color: #fff;
}
.links a{
  color: #a82d29;
}
.links a:hover{
  color: #fff;
}
.breadcrumb-area {
    padding: 190px 0 183px 0;
    position: relative;
    overflow: hidden;
}
.breadcrumb-area:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .85;
    background-color: #000;
}
.breadcrumb-area .page-title {
    /*font-size: 52px;*/
    /*position: absolute;*/
    /*display: block;*/
    /*width: 100%;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*text-align: center;*/
    /*text-transform: capitalize;*/
    /*color: #fff;*/
    /*margin-bottom: 15px;*/
    
     font-size: 120px; 
     position: absolute; 
     display: block; 
     width: 100%; 
     bottom: -100px; 
     left: 0; 
     right: 0; 
     text-align: center; 
     text-transform: capitalize; 
     color: #fff; 
     margin-bottom: 15px; 
     font-weight: 700!important; 
     -webkit-text-stroke: 1px; 
     -webkit-text-fill-color: transparent; 
     box-sizing: border-box; 
    font-family: montserratextrabold;
}

.product-btn-info {
    width: 100%;
    background-color: #f1f1f1;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: inset 0 0 3px #00000021;
}
.btn-info-item{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.item-text{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 1rem;
}
.item-text-1 {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
.item-text-2 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
.fill-orange{
  fill: #a82d29;
}
.table tr:hover{
  background-color: #2f3031;
}
.table th{
  font-weight: 500;
  font-family: 'montserratmedium';
}
.certi-icon {
    width: 100px;
    height: 100px;
    filter: invert(0.5);
    margin: 10px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1111; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal .center-box{
  height: 100%;
}

/* Modal Content */

.modal-content {
  position: relative;
  background-color: #1b1c1d;
  margin: auto;
  padding: 0;
  border: none;
  width: 30%;
  min-height: 500px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
.modal-header h2{
  font-size: 22px;
  font-weight: 500;
  font-family: 'RealHeadPro';
}
@media (max-width: 676px){
  #myModal{
    padding-right: 15px;
    padding-left: 15px;
  }
  .modal-content{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: #999;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
    padding: 15px;
    background-color: #1b1c1d;
    color: #ffffff;
    text-align: left;
}

.modal-body {padding: 10px 15px;}

.modal-footer {
  padding: 8px 15px;
  background-color: #fff;
  color: white;
}

.filter-side {
    position: fixed;
    display: block;
    width: 300px;
    height: 100%;
    background: #eeeeee;
    left: -100%;
    top: 0;
    bottom: 0;
    z-index: 1111;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
}
.filter-side.active{
    left: 0%;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
}
.filter-close {
    position: absolute;
    font-size: 30px;
    top: 0;
    right: 0;
    padding: 1.2rem;
    cursor: pointer;
}
.filt-title {
    font-size: 24px;
    font-family: 'montserratregular';
    padding-bottom: .5rem;
}
.filter-side .wrapper{
    padding: 0 1rem;
}
.product-block-text {
    color: #1b1c1d;
}
.p-name {
    font-size: 24px !Important;
    line-height: 1.4;
}
.product-block-text div {
    font-size: 16px;
    line-height: 1.7;
}
.cata-link{
    display: block;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
}
.cata-link:hover {
    transform: scale(.95);
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
}
#produtos {
    display: flex;
    overflow: hidden;
    height: 660px;
}
#produtos .linha-destaque {
    position: relative;
    background-color: #666;
    flex: 1;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}
#produtos .linha-destaque .destaque-img {
    position: absolute;
    z-index: 10;
}
#produtos .linha-destaque .destaque-img > img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#produtos .linha-destaque .destaque-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    background-color: #000;
    opacity: 0.4;
    transition: opacity 0.6s ease-in-out;
}
#produtos .linha-destaque .destaque-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 0 15% 35px;
    z-index: 20;
}
#produtos .linha-destaque .destaque-container h3 {
    text-transform: uppercase;
    margin: 0 0 30px;
    transition: transform 0.5s ease-in-out;
    transform: translate3d(0, 120px, 0);
}
#produtos .linha-destaque .destaque-container h3 .para {
    display: inline-block;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: .5rem;
    margin-left: 3px;
    margin-bottom: 9px;
}
#produtos .linha-destaque .destaque-container h3 strong {
    display: block;
    font-size: 1.5rem;
    line-height: 1.2;
}
#produtos .linha-destaque .destaque-container .destaque-text {
    transition: opacity 0.5s ease-in-out;
    transition-delay: 0s;
    margin-bottom: 46px;
    font-size: 18px;
    font-weight: 400;
    opacity: 0;
    text-align: left;
    line-height: 26px;
}
#produtos .linha-destaque .destaque-container .btn-linha-destaque {
    display: inline-flex;
    align-items: center;
    border: 3px solid #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    color: #fff;
    border-top-right-radius: 15px;
    transition: all 0.5s ease-in-out;
}
#produtos .linha-destaque .destaque-container .btn-linha-destaque strong {
    display: block;
    padding: 12px 0;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    overflow: hidden;
    width: 0px;
    height: 50px;
}
#produtos .linha-destaque .destaque-container .btn-linha-destaque .icon-arrow-svg {
    width: 27px;
    fill: #fff;
    margin-left: 16px;
    margin-right: 16px;
}
#produtos .linha-destaque:hover .destaque-img:after {
    opacity: 0.7;
}
#produtos .linha-destaque:hover .destaque-container .destaque-icon-svg,
#produtos .linha-destaque:hover .destaque-container h3 {
    transform: translateZ(0);
}
#produtos .linha-destaque:hover .destaque-container .destaque-text {
    height: auto;
    opacity: 1;
}
#produtos .linha-destaque:hover .destaque-container .btn-linha-destaque strong {
    margin-left: 16px;
    opacity: 1;
    width: auto;
}

@media (max-width: 992px){
    .product-attributes{
        pb
    }
    #produtos {
      display: flex;
      overflow: hidden;
      flex-wrap: wrap;
      flex-direction: column;
      height: 1500px;
  }
  .oakslider:after{display: none;}
  .visulizer #comparison{
        margin-top: 40px;
    }
    .visulizer #handle{
        transform: translateY(-70%) translateX(-50%);
    }
    .visulizer, .main-block{
      margin-bottom: 2rem;
    }
    .newslet h2, .newslet form label{
      text-align: left;
    }
    .newslet {
      margin-top: 3rem;
    }
    .home-header{
      margin-top: 4rem;
    }
    .pItem a strong{
      text-align: center;
    }
    .box-overlay{
      opacity: 1;
    }
    .mt-80{
      margin-top: 40px;
    }
    div#help-button img{
        width:20px;
    }
    span.whats-app{
        display: none;
    }
    .new-title{
        font-size: 18px;
    }
}