body { 
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  background: #fff;
  color: #000;
}
a:focus{
  text-decoration: none;
}
/****menu****/
.dgmenuwrap {
    z-index: 9999;
    width: auto;
    float: right;
    background: transparent;
    position: relative;
}
.dgnav{padding:0; margin:0;}
ul.menu {list-style:none; margin:0; padding:0; text-align:left;}
ul.menu * {margin:0; padding:0; float: left;}
ul.menu a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
    padding: 16px;
}
ul.menu a:hover, ul.menu a.current{color:#FF3A39; text-decoration:none;}
ul.menu>li {position:relative; float:left; font-size:14px; color:#fff; display:block; line-height:normal; font-weight:300;}
ul.menu ul {position:absolute; top:100%; padding: 10px 20px; left:0; border-radius: 0px; display:none; opacity:0; list-style:none; width:250px; background:#fff; }
ul.menu ul li { transition: 0.9s; width: 100%; float: left; position:relative; margin:3px 0;  font-size:12px; padding:0; text-align:left; font-weight:700;}
ul.menu ul li a {font-family: "Open Sans", sans-serif; width: 100%; font-size: 14px; line-height: 24px; text-decoration: none;  color:#000; text-shadow: none; font-weight: 700;  padding: 3px 0; margin: 0; display:block; transition:all 0.4s; -moz-transition:all 0.4s; -webkit-transition:all 0.4s; -o-transition:all 0.4s; position:relative;}
ul.menu ul li a:hover {border:none; color:#000;}
ul.menu ul ul {top: 0; left: 100%;}
ul.menu .menulink {}
ul.menu .menulink:hover, ul.menu .menuhover {color:#fff; text-decoration:none;}
.nav-area-logo{
  float: left;
}
.nav-area-menu{
  display: flex;
  align-items: center;
}

.nav-area{
  width: 100%;
  display: flex;
  background: #fff;
  padding: 17px 0;
  border-bottom: 1px solid #D9D9D9;
}
.login-area{
  width: auto;
  float: right;
  margin-right: 3.125rem;
}
.nav-area-menu {
    display: inline-block;
}
.search-area{
  width: auto;
  float: right;
  margin-top: 10px;
  margin-left: 30px;
}


.banner-area{
  width: 100%;
  display: flex;
  padding: 0;
  position: relative;
  flex-direction: column;
  background: #000;
}
.banner-area img , .banner-area video {
    opacity: 0.5;
    width: 100%;
    height: 950px;
    object-fit: cover;
}

.banner-area h2{
  font-family: "Open Sans", sans-serif;
  font-size: 54px;
  line-height: 54px;
  color: #fff;
  font-weight: 300;
  max-width: 410px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.banner-area p{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  max-width: 810px;
  font-weight: 400;
}
.banner-area .row{
  align-items: center;
}
.banner-area a{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  /*max-width: 810px;*/
  margin-top: 64px;
  display: flex;
  text-decoration: none;
  font-weight: 400;
  padding: 6px 15px;
  max-width: 120px;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.banner-area a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #FF3A39;
  z-index: 1;
  color: #fff;
  transition: 0.5s;
}
.banner-area a:hover:before{
    background: #fff;
    width: 100%;
}
.banner-area a b{
  font-weight: 400;
}
.banner-area a:hover b{
  position: relative;
  z-index: 99;
  font-weight: 400;
  color: #000;
}



.banner-area .container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.banner-area span{
  display: block;
  position: relative;
}
.banner-area span:after {
    width: 23.6rem;
    content: '';
    position: absolute;
    bottom: 0;
    background: rgba(61, 119, 234, 1);
    height: 1.125rem;
    left: 0;
    z-index: -1;
}
.about-us-section{
  width: 100%;
  display: flex;
}
.about-us-section img {
    width: 49.4vw;
    height: 718px;
    margin-right: -50%;
    position: relative;
    object-fit: cover;
    object-position: left;
}
.about-us-section .row{
  display: flex;
  align-items: center;
}
.about-us-section h2{
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.about-us-section p{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  max-width: 592px;
  margin-bottom: 0;
  font-weight: 400;
}
.about-us-section a{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin-top: 64px;
  display: flex;
  text-decoration: none;
  font-weight: 400;
  padding: 6px 15px;
  max-width: 120px;
  position: relative;
  justify-content: center;
  overflow: hidden;
}
.about-us-section a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #FF3A39;
  z-index: 1;
  color: #fff;
  transition: 0.5s;
}
.about-us-section a:hover:before{
    background: #000;
    width: 100%;
}
.about-us-section a b{
  font-weight: 400;
}
.about-us-section a:hover b{
  position: relative;
  z-index: 99;
  font-weight: 400;
  color: #fff;
}


.four-section-area{
  width: 100%;
  display: flex;
}
.img1{
  background: #000;
  position: relative;
  padding: 0;
}
.img1 img{
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: bottom;
  opacity: 0.5;
  transition: transform .2s;
}
.img1:hover img {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.img1{
  overflow: hidden;
}




.four-section-area .row{
  margin: 0;
}
.img1 span{
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  font-weight: 300;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 60px;
  left: 0;
  text-transform: uppercase;
}
.img1 span a{
  color: #fff;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  position: relative;
}
.img1 span a:after{
  background: #FF3A39;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
  width: 0%;
  height: 3px;
}
.img1 span a:hover:after{
  background: #FF3A39;
  width: 100%;
}


.guarntee-area{
  width: 100%;
  display: flex;
  padding: 100px 0 60px;
  flex-direction: column;
  position: relative;
}
.guarntee-area h2{
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
.guarntee-area p{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
}
.guarntee-area:before {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 40px solid #FF3A39;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.about-us-section-img{
  padding-left: 0;
}
.three-section-area{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.three-section-area .row{
  margin: 0;
}
.three-section-area .first-section-area , .three-section-area .second-section-area , .three-section-area .third-section-area{
  padding: 0;
  position: relative;
}
.three-section-area img{
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.blig-text-section{
  width: 100%;
  max-width: 323px;
  background: #fff;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.blig-text-section h2{
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #000;
  font-weight: 300;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.blig-text-section p{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
}
.blig-text-section  a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-top: 40px;
    display: flex;
    text-decoration: none;
    font-weight: 400;
    padding: 6px 15px;
    justify-content: center;
    max-width: 120px;
    position: relative;
    overflow: hidden;
}
.blig-text-section a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #FF3A39;
  z-index: 1;
  color: #fff;
  transition: 0.5s;
}
.blig-text-section a:hover:before{
    background: #000;
    width: 100%;
}
.blig-text-section a b{
  font-weight: 400;
}
.blig-text-section a:hover b{
  position: relative;
  z-index: 99;
  font-weight: 400;
  color: #fff;
}
.first-section-area{
  background: #000;
}
.blog-text-section h2{
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 15px;
  text-transform: uppercase;
  max-width: 210px;
}
.blog-text-section p{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}
.blog-text-section  a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 16px;
    margin-top: 40px;
    display: inline-block;
    text-decoration: none;
    background: #fff;
    font-weight: 400;
    padding: 16px 56px;
    transition: 0.5s;

}
.blog-text-section  a:hover{
   background: #ffdddd;
}
/*.blog-text-section{
  max-width: 288px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}*/
#searchform{
  display: flex;
}
#myInput {
    box-sizing: border-box;
    font-size: 18px;
    padding: 30px 0;
    border: none;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    letter-spacing: 1px;
    width: 100%;
    background: transparent;
}
#myInput:focus {outline: none;}
#myInput::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

#myInput::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
#myDropdown .container{
  padding: 0 0 0 15px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 100%;
    overflow: auto;
    z-index: 1;
    margin-top: 28px;
    right: 0;
    background: rgba(0,0,0,0.3);
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}
.dropbtn{
  background: transparent;
  border: none;
}
.search-button {
    background: transparent;
    border: none;
    padding: 9px 20px;
    position: relative;
    top: 0;
    left: 0;
}
.search-button img {
    width: 24px;
    filter: invert(0);
}
.show {display: block;}


.footer-top{ width: 100%; display: block; background: #222222; padding: 60px 0; color: #fff; border-top: 6px solid #FF3A39; }
/*.search{
  float: right;
}
.search img {
    width: 30px;
    filter: invert(1);
}*/
.footer-menu h2 , .footer-newslatter h2{
  color: #fff;
  font-weight: 600; 
  font-size: 18px; 
  font-family: "Open Sans", sans-serif;
  margin-bottom: 32px;
}
.footer-menu p{
  color: #fff; 
  font-weight: 400; 
  font-size: 16px;
  line-height: 24px; 
  font-family: "Open Sans", sans-serif;
}
.footer-menu{     font-size: 14px; font-weight: 400; line-height: 2.31; color: #323232;  }
.footer-menu ul {padding: 0; margin: 0;}
.footer-menu ul li {display: inline-block;  width: 100%;  }
.footer-menu ul li:last-child { border-bottom: none; }
.footer-menu ul li a {display: block; font-family: "Open Sans", sans-serif; font-weight: 400; color:#fff;   text-decoration: none; font-size: 16px; line-height: 24px; }
.footer-menu ul li a:hover { color:#FF3A39;  }
.footer-menu ul li img{ float: left; width: 15%; }
.footer-menu ul li span{ float: left; width: 80%; margin-left: 5%; line-height: 20px; }
.footer-menu a{ color: #fff; display: inline-block; text-decoration: none; }
.footer-menu i{ font-size: 16px; margin-right: 10px; }
.follow-area h4 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 30px 0 15px;
}
.footer-newslatter input {
    background: #D9D9D9 !important;
    border-radius: 0;
    height: 48px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.32px;
    max-width: 280px;
    color: #0A0A0A;
    padding-left: 15px;
    border: none;
}
.footer-newslatter .btn {
    display: flex;
    height: 48px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    background: #fff;
    min-width: 117px;
    border-radius: 0;
    flex: 1 0 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    line-height: 16px;
}
.footer-newslatter .btn:hover{
    background: #FF3A39;
    color: #fff;
}
.footer-newslatter{
  margin-top: 40px;
}
.footer-newslatter .form-group{
  display: flex;
}
.footer-logo{
  margin-bottom: 60px;
}
.footer-social{
  margin-top: 60px;
}
.footer-menu img{
  margin-right: 15px;
}
.panel-1{
  width: 30%;
}
.panel-2{
  width: 20%;
}
.panel-3{
  width: 20%;
}
.follow-area{
  width: 30%;
}

.mobile-section-block{
  display: none!important;
}
.desktop-section-block{
  display: block!important;
}
.brand-banner-area img{
  width: 100%;
  height: 586px;
  object-fit: cover;
}
.brand-details-section{
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  /*background: hsla(0, 0%, 99%, 1);
  background: linear-gradient(180deg, hsla(0, 0%, 99%, 1) 50%, hsla(192, 17%, 94%, 1) 50%);
  background: -moz-linear-gradient(180deg, hsla(0, 0%, 99%, 1) 50%, hsla(192, 17%, 94%, 1) 50%);
  background: -webkit-linear-gradient(180deg, hsla(0, 0%, 99%, 1) 50%, hsla(192, 17%, 94%, 1) 50%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FCFCFC", endColorstr="#EEF2F3", GradientType=1 );*/
}
.customcss{
  padding: 100px 0;
}
.customcss{
  background: #fff;
}
.customcss:nth-child(1){
  background: #FCFCFC;
}
.customcss:nth-child(n+4){
  background: #FCFCFC;
}
.customcss:nth-child(n+5){
  background: #FCFCFC;
}

.brand-details-section1{
  width: 100%;
  display: flex;
  flex-direction: column;
  background: hsla(0, 0%, 99%, 1);
  background: linear-gradient(0deg, hsla(0, 0%, 99%, 1) 50%, hsla(192, 17%, 94%, 1) 50%);
  background: -moz-linear-gradient(0deg, hsla(0, 0%, 99%, 1) 50%, hsla(192, 17%, 94%, 1) 50%);
  background: -webkit-linear-gradient(0deg, hsla(0, 0%, 99%, 1) 50%, hsla(192, 17%, 94%, 1) 50%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FCFCFC", endColorstr="#EEF2F3", GradientType=1 );
  padding: 100px 0;
}
.brand-details1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brand-details1 p{
  color: #7D7D7D;
  font-weight: 400;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  max-width: 592px;
  text-align: center;
  min-height: 120px;
  max-height: 120px;
  overflow: hidden;
}
.brand-details1 img{
  width: 293px;
  height: 164px;
  object-fit: contain;
  margin-bottom: 50px;
}
.brand-details1 a{
  color: #000;
  font-weight: 400;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 16px;
  background: transparent;
  padding: 16px 56px;
  text-decoration: none;
  transition: 0.5s;
  margin-top: 20px;
  border: 1px solid #000;
}
.brand-details1 a:hover{
  background: #ffdddd;
  color: #000;
  border-color: #ffdddd;
}
.brand-banner-area .owl-carousel button.owl-dot {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background: #000;
    margin: 0 0.313rem;
}
.brand-banner-area .owl-carousel button.owl-dot.active {
    background: #fff;
}
.brand-banner-area .owl-nav {
    display: none;
}
.brand-banner-area .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }


  .privacy-policy-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 64px 0;
}
.privacy-policy-area h2{
  color: #232323;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 40px;
}
.privacy-policy-area p{
    color: #454548;
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}
.privacy-policy-des{
  padding: 0 40px 20px 0;
}
.privacy-policy-area .btn {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    background: transparent;
    border: none;
    text-wrap: wrap;
    text-align: left;
    box-shadow: none!important;
    border-bottom: 1px solid #D9D9D9;
    padding: 28px 40px 28px 0;
    width: 100%;
    border-radius: 0;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
}
.privacy-policy-area .btn {
    background: url(../images/icn_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right;
}
.privacy-policy-area .btn[aria-expanded="false"] {
    background: url(../images/icn_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right;
}
.privacy-policy-area .btn[aria-expanded="true"] {
    background: url(../images/icn_close.svg);
    background-repeat: no-repeat;
    background-position: center right;
    border-bottom: none;
}
.privacy-policy-area .collapse.show{
    border-bottom: 1px solid #D9D9D9;
}






.faq-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 64px 0;
}
.faq-area h2{
  color: #232323;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 40px;
}
.faq-area p{
    color: #454548;
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}
.faq-des{
  padding: 0 40px 20px 0;
}
.faq-area .faq-btn {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    background: transparent;
    border: none;
    text-wrap: wrap;
    text-align: left;
    box-shadow: none!important;
    border-bottom: 1px solid #D9D9D9;
    padding: 28px 40px 28px 0;
    width: 100%;
    border-radius: 0;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
    box-shadow: none!important;
}
.faq-area .faq-btn {
    background: url(../images/icn_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right;
}
.faq-area .faq-btn[aria-expanded="false"] {
    background: url(../images/icn_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right;
}
.faq-area .faq-btn[aria-expanded="true"] {
    background: url(../images/icn_close.svg);
    background-repeat: no-repeat;
    background-position: center right;
    border-bottom: none;
}
.faq-area .collapse.show{
    border-bottom: 1px solid #D9D9D9;
}
.faq-area label{
  color: #454548;
  font-size: 14px;
  line-height: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;*/
    padding-top: 5px;
}
.download-modal label.contact-label-checkbox label{
  display: flex;
  align-items: flex-start;
}
.download-modal label.contact-label-checkbox label input{
  margin-right: 10px;
  margin-top: 2px;
}
.faq-area .contact-label label{
  color: #7D7D7D;
  font-size: 14px;
  line-height: 14px;
  font-family: "Open Sans", sans-serif;
  display: flex;
  font-weight: 400;
  margin-bottom: 15px;
  justify-content: space-between;
}
.wpcf7-response-output{
  text-align: center;
}
.faq-area .contact-label input {
  width: 16px;
  height: 16px;
  border: 1px solid #D9D9D9;
  padding: 0;
  border-radius: 1px;
}
.contact-label span{
  width: 100%;
  margin-left: 0;
  line-height: 18px;
}
.faq-area .form-control{
  border-radius: 0;
  border:1px solid #D9D9D9;
  resize: none;
}
.faq-area .send-button{
  width: 100%;
  border-radius: 0;
  background: transparent;
  border: 1px solid #000;
  padding: 16px 56px;
  color: #0A0A0A;
  font-size: 16px;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-top: 30px;
  transition: 0.5s;
}
.faq-area .send-button:hover {
    background: #ffdddd;
    color: #000;
    border-color: #ffdddd;
}

.faq-sec{
  padding-right: 32px;
}
.contact-section{
  padding-left: 32px;
}
.visit-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 0 64px 0;
}
.visit-area h2{
  color: #232323;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 40px;
  text-align: center;
}
.visit-area .nav-tabs .nav-link{
  border: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #7D7D7D;
}
.visit-area .nav-tabs .nav-link.active{
  font-weight: 700;
  color: #161616;
}
.visit-area .nav-tabs{
  border: none;
  justify-content: center;
}
.visit-area p{
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  max-width: 800px;
  text-align: center;
  margin: 0 auto 30px;
}
.faq-banner{
  width: 100%;
}
.faq-banner img{
  width: 100%;
}
.contact-button .btn {
  color: #0A0A0A;
  font-size: 16px;
  line-height: 16px;
  padding: 16px 0;
  width: 100%;
  font-weight: 400;
  background: #fff;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  text-decoration: none;
  margin-top: 32px;
  transition: 0.5s;
  border-radius: 0;
}
.contact-button .btn:hover {
    background: #ffdddd;
    color: #000;
    border-color: #ffdddd;
}
.btn-check:focus+.btn-primary, .btn-primary:focus , .btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none!important;
}
.contact-modal .modal-content{
  border-radius: 0;
  border-bottom: 8px solid #FF3A39;
  padding: 15px;
}
.faq-area .contact-label input{
  margin-right: 10px;
}
.contact-modal .modal-header {
    padding: 15px;
    border-bottom: none;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
}
.faq-area .contact-modal p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #7D7D7D;
  margin-bottom: 0;
}
.faq-area .contact-modal h4{
  font-size: 34px;
  line-height: 34px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 15px;
}
.contact-modal .btn-close {
    background: transparent;
    position: absolute;
    right: 20px;
    margin-top: 0;
}
.blog-banner{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.blog-banner img{
  width: 100%;
  height: 645px;
  object-fit: cover;
}
.blog-banner-text{
  position: absolute;
  bottom: 50px;
  left: 0;
}
.blog-banner-text h2{
  font-size: 32px;
  line-height: 45px;
  font-weight: 300;
  margin-bottom: 16px;
  color: #fff;
  text-transform: uppercase;
  max-width: 450px;
}
.blog-banner-text p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #fff;
  max-width: 390px;
}
.blog-banner-text a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    max-width: 810px;
    justify-content: center;
    margin-top: 64px;
    display: flex;
    text-decoration: none;
    font-weight: 400;
    padding: 6px 15px;
    max-width: 120px;
    position: relative;
    overflow: hidden;
}
.blog-banner-text a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #FF3A39;
  z-index: 1;
  color: #fff;
  transition: 0.5s;
}
.blog-banner-text a:hover:before{
    background: #fff;
    width: 100%;
}
.blog-banner-text a b{
  font-weight: 400;
}
.blog-banner-text a:hover b{
  position: relative;
  z-index: 99;
  font-weight: 400;
  color: #000;
}

.blog-banner .container{
  position: relative;
  bottom: 30px;
}

.fearure-area h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 40px;
    max-width: 460px;
}
.fearure-area p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #000;
  max-width: 739px;
}
.fearure-area a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    max-width: 810px;
    margin-top: 64px;
    display: flex;
    text-decoration: none;
    font-weight: 400;
    padding: 6px 15px;
    max-width: 120px;
    position: relative;
    justify-content: center;
    overflow: hidden;
}
.fearure-area a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #FF3A39;
  z-index: 1;
  color: #fff;
  transition: 0.5s;
}
.fearure-area a:hover:before{
    background: #000;
    width: 100%;
}
.fearure-area a b{
  font-weight: 400;
}
.fearure-area a:hover b{
  position: relative;
  z-index: 99;
  font-weight: 400;
  color: #fff;
}


.fearure-area img {
  width: 32.6vw;
  height: 645px;
  object-fit: cover;
  margin-right: 0%;
  position: relative;
}
.fearure-area .row{
  align-items: center;
}
.fearure-area{
  overflow: hidden;
}
.blog-carosal-area{
  width: 100%;
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.blog-carosal-area img{
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.blog-carosal-area .owl-dots , .blog-carosal-area .owl-nav{
  display: none;
}
.blog-carosal-area .blig-text-section{
  max-width: 522px;
}
.blog-carosal-area .owl-carousel .owl-stage-outer {
    overflow: visible;
    clip-path: inset(-100vw -100vw -100vw 0);
}
.resources-banner{
  width: 100%;
  display: flex;
}
.resources-banner img{
  width: 100%;
}
.resources-panel-area{
  width: 100%;
  display: flex;
  padding-bottom: 64px;
  flex-direction: column;
}
.resources-panel {
  border: 0.5px solid #D9D9D9;
  display: flex;
  align-items: center;
  min-height: 188px;
}
.resources-details h2{
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
}
.resources-details a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 16px;
    cursor: pointer;
    justify-content: center;
    margin-top: 20px;
    display: flex;
    text-decoration: none;
    font-weight: 400;
    padding: 6px 15px;
    position: relative;
    max-width: 110px;
    overflow: hidden;
}
.resources-details a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #FF3A39;
  z-index: 1;
  color: #fff;
  transition: 0.5s;
}
.resources-details a:hover:before{
    background: #000;
    width: 100%;
}
.resources-details a b{
  font-weight: 400;
}
.resources-details a:hover b{
  position: relative;
  z-index: 99;
  font-weight: 400;
  color: #fff;
}


.resources-details{
  margin-left: 30px;
}

.download-modal .modal-dialog{
   max-width: 718px;
}
.download-modal .modal-content {
    border-radius: 0;
    border-bottom: 8px solid #FF3A39;
    padding: 60px;
}
.download-modal h4 {
    font-size: 34px;
    line-height: 34px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 15px;
}
.download-modal p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #7D7D7D;
    margin-bottom: 0;
}
.download-modal label {
    color: #454548;
    font-size: 14px;
    line-height: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.download-modal .form-control {
    border-radius: 0;
    border: 1px solid #D9D9D9;
    resize: none;
    height: 56px;
}
.download-modal .send-button {
    width: 100%;
    border-radius: 0;
    background: #fff;
    border: 1px solid #000;
    padding: 16px 56px;
    color: #0A0A0A;
    font-size: 16px;
    line-height: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-top: 30px;
}
.download-modal .contact-label label {
    color: #7D7D7D;
    font-size: 14px;
    line-height: 14px;
    font-family: "Open Sans", sans-serif;
    display: flex;
    font-weight: 400;
    margin-bottom: 15px;
    justify-content: space-between;
}
.download-modal span {
    width: 100%;
    margin-left: 0;
    display: block;
    line-height: 18px;
}
.download-modal span.wpcf7-spinner{
  width: auto;
  display: none!important;
} 
.download-modal .contact-label input {
    margin-right: 10px;
}
.download-modal .contact-label input {
    width: 16px;
    height: 16px;
    border: 1px solid #D9D9D9;
    padding: 0;
    border-radius: 1px;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;*/
}
.download-modal .modal-header {
    padding: 15px;
    border-bottom: none;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
}
.download-modal .btn-close {
    background: transparent;
    position: absolute;
    right: -20px;
    margin-top: 0;
    top: -35px;
}
.btn-close:focus , .form-control:focus{
  box-shadow: none!important;
}
/*.download-modal .mb-3:nth-child(3){
  margin-bottom: 40px!important;
}*/
.article-banner{
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.article-banner img{
  height: 475px;
  object-fit: cover;
  width: 100%;
}
.article-banner .container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.article-banner span{
  color: #fff;
  font-size: 54px;
  line-height: 70px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  max-width: 750px;
  text-transform: uppercase;
  display: flex;
}
.ecoseal-area h2{
  color: #000;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.ecoseal-area{
  width: 100%;
  display: flex;
  padding: 64px 0;
  flex-direction: column;
}
.ecoseal-area p{
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.cha-area{
  width: 100%;
  display: flex;
}
.cha-area img{
  width: 100%;
}
.eco-area{
  width: 100%;
  display: flex;
  overflow: hidden;
}
.eco-area img{
  object-fit: cover;
  width: 50vw;
  height: 718px;
  margin-right: -50%;
  position: relative;
}
.key-img img{
  width: 100%;
}
.three-photo{
  width: 100%;
  display: flex;
}
.three-photo img{
  width: 100%;
}
.key-section{
  width: 100%;
  display: flex;
  padding: 64px 0 24px;
}
.sus-img{
  width: 100%;
  display: flex;
}
.sus-img img{
  width: 100vw;
  margin-left: 
}
.key-section h2{
  color: #000;
  text-align: left;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
}
.key-section p{
  color: #000;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
}
.eco-area h2{
  color: #000;
  text-align: left;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
}
.eco-area p {
    color: #000;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 40px;
    max-width: 592px;
}
.eco-area .row{
  align-items: center;
}
.related-area{
  width: 100%;
  display: flex;
  padding: 64px 0;
  background: #FCFCFC;
  overflow: hidden;
}
.related-area h2{
  color: #000;
  text-align: left;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
}
.item-detais{
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #D6D6D6;
  padding: 32px;
}
.related-area .item-detais h2{
  color: #000;
  text-align: left;
  font-size: 24px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: none;
  margin-top: 15px;
} 
.related-area .item-detais h2 a{
  color: #000;
  text-decoration: none;
  line-height: 24px;
}
 

.item-detais p{
  color: #000;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
.item-detais span{
  color: #7D7D7D;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.related-area .owl-nav , .related-area .owl-dots{
  display: none;
}
/*.related-area #owl-demo2{
  margin-right: -50%;
  width: 90vw;
  position: relative;
}*/
.related-area .owl-carousel .owl-stage-outer {
    overflow: visible;
    clip-path: inset(-100vw -100vw -100vw 0);
}
.what-eco-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 80px 0 40px;
}
.what-eco-area h2{
  color: #000;
  text-align: left;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
}
.what-eco-area p{
  color: #000;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
.intro-eco-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 64px 0 0 0;
}
.intro-eco-area p{
  color: #000;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
}
.intro-eco-area h2 {
    color: #000;
    text-align: left;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    margin-bottom: 40px;
}
.cout-area{
  width: 100%;
  display: flex;
  background: #F7F8FB;
  padding:40px;
  position: relative;
  margin-bottom: 0;
}
.intro-eco-area.quotesection{
  padding-top: 0;
}
.cout-area p{
  color: #333333;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}
.cout-area img{
  position: absolute;
  right: 70px;
  opacity: 0.1;
  top: 20px;
}
.all-ptoducts-banner-area{
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  background: #000;
  text-align: center;
}
.all-ptoducts-banner-area img{
  height: 475px;
  width: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.all-ptoducts-banner-area .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.all-ptoducts-banner-area h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 54px;
    line-height: 54px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.all-ptoducts-banner-area p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-weight: 400;
}
.all-ptoducts-banner-area a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 16px;
    margin-top: 40px;
    display: inline-block;
    text-decoration: none;
    background: #fff;
    font-weight: 600;
    transition: 0.5s;
    padding: 16px 56px;
}
.all-ptoducts-banner-area a:hover{
   background: #ffdddd;
}
.all-ptoducts-panel{
  flex-direction: column;
  border: 0.5px solid #D9D9D9;
  margin-bottom: 0!important;
}
.products-img{
  width: 100%;
  display: flex;
  padding: 40px 0;
  align-items: center;
  justify-content: center;
}
.products-img img{
  height: 197px;
  width: 197px;
  object-fit: contain;
}
.wmg-item .products-img img{
  transition: transform .8s;
}
.wmg-item:hover .products-img img{
  transform: scale(1.2);
}
.products-details-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 20px 32px;
}
.products-details-area span{
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #7D7D7D;
  line-height: 24px;
  font-weight: 400;
}
.products-details-area h2{
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  height: 70px;
  overflow: hidden;
  color: #333333;
  line-height: 34px;
  font-weight: 400;
  margin: 15px 0;
}
.products-details-area p{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #7D7D7D;
  line-height: 24px;
  font-weight: 400;
}
.products-details-area a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #161616;
    line-height: 24px;
    margin-top: 10px;
    display: flex;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 400;
    justify-content: center;
    padding: 6px 15px;
    max-width: 125px;
    position: relative;
    overflow: hidden;
}
.products-details-area a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #FF3A39;
  z-index: 1;
  color: #fff;
  transition: 0.5s;
}
.products-details-area a:hover:before{
    background: #000;
    width: 100%;
}
.products-details-area a b{
  font-weight: 400;
}
.products-details-area a:hover b{
  position: relative;
  z-index: 99;
  font-weight: 400;
  color: #fff;
}


.all-ptoducts-section{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 64px;
}
.all-ptoducts-banner-carusal{
  width: 100%;
  display: flex;
}
.all-ptoducts-banner-carusal img{
  height: 475px;
  object-fit: cover;
}
.all-ptoducts-banner-carusal .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1E1E1E !important;
    display: inline-block;
    margin: 0 5px;
}
.all-ptoducts-banner-carusal .owl-dot.active {
  background: #fff !important;
}
.all-ptoducts-banner-carusal .owl-nav{
  display: none;
}
.all-ptoducts-banner-carusal .owl-dots {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.all-ptoducts-banner-carusal #owl-demo3{
  position: relative;
}
.products-menu-section{
  width: 100%;
  display: flex;
  padding: 18px 0;
  border-bottom: 0.5px solid #D9D9D9;
}
.products-menu ul{
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.products-menu ul li{
  display: block;
  border-right: 1px solid #D9D9D9;
}
.products-menu ul li a {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 12px 0;
    margin: 0 20px;
    display: inline-block;
    position: relative;
}
.products-menu ul li:hover a:after{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #FF3A39;
  left: 50%;
  transform: translateX(-50%);
  content: '';
}
.products-menu ul li.active a:after{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #FF3A39;
  left: 50%;
  transform: translateX(-50%);
  content: '';
}
.products-menu-section .container{
  position: relative;
}
.products-menu ul li:last-child{
  border-right: none;
}
.filters-area{
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
/*.filters-area .dropdown-button{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid #D9D9D9;
  background: #fff;
}*/
.filters-area .dropdown-button{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid #FF3A39;
  background: #FF3A39;
}
.filters-area .dropdown-button:hover{
  border: 1px solid #000;
  background: #000;
}


.filters-area .dropdown-toggle::after{
  display: none;
}
.filters-area .dropdown-menu {
    border: 1px solid #BBBBBB;
    border-radius: 0;
    box-shadow: 0px 4px 35px 0px #00000026;
    width: 350px;
    padding-bottom: 30px;
    margin-top: 19px !important;
    right: 0;
    top: 36px;
}


.wmg-container {
    filter: alpha(opacity = 0);
    font-family: empty;
    font-size: 0;
    opacity: 0;
    position: relative;
    width: 100%;
    zoom: 1;
}
.wmg-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.exemplo{
  border: 0.5px solid #D9D9D9;
  padding: 0;
  max-width: 1299px!important;
}
.wmg-text , .wmg-img{
  padding: 0;
}
.wmg-text h2{
  font-family: "Open Sans", sans-serif;
  font-size: 34px;
  color: #333333;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 40px;
}
.wmg-text p{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #7D7D7D;
  line-height: 24px;
  font-weight: 400;
}
.price-and-cart-section .price-area{
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  font-weight: 700;
}
.price-and-cart-section .btn{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #333333!important;
  line-height: 16px;
  font-weight: 400;
  border-radius: 0;
  background: #FF3A39;
  padding: 16px 36px;
}
.price-and-cart-section{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  align-items: center;
}
/*.wmg-details{
  height: auto!important;
}*/

.price-and-cart-section .btn:hover{
  background-color: #000!important;
  color: #fff!important;
}
.four-section-area{
  width: 100%;
  display: flex;
  margin-top: 0;
}
.details-section-area1{
  width: 25%;
  text-align: center;
  border: 0.5px solid #D9D9D9;
  padding: 32px 0;
}
.details-section-area1 h4{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #7D7D7D!important;
  line-height: 24px;
  font-weight: 600;
}
.details-section-area1 p{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #333333!important;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
.details-section-area1 a{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #333333!important;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 0;
}
.exemplo .row{
  margin: 0;
}
.wmg-text-derails{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px;
}
.color-area{
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 3px;
}
.color{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid #D4D4D4;
  margin: 0 3px;
}
.details-section-area1 .dropdown-toggle{
  background: transparent;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #333333 !important;
  line-height: 24px;
  padding: 2px 0;
  font-weight: 400;
}
.details-section-area1 .dropdown-toggle::after{
  display: none;
} 
.dropdown-menu.show{
  border-radius: 0!important;
}
.chekbox-section{
  width: 100%;
  display: flex;
  padding: 10px 0;
}
.filter-area-colleps{
  padding: 10px 0;
}
.chekbox-section input{
  border: 1px solid #333333;
  width: 24px;
  height: 24px;
  border-radius: 0!important;
  margin-right: 12px;
}
.three-button-area{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 0;
  margin-bottom: 0;
}
.three-button-area input{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #333333 !important;
  line-height: 24px;
  padding: 8px 16px;
  background: #fff;
  display: inline-block;
  margin: 0;
  font-weight: 400;
  text-decoration: none;
  border:1px solid transparent;
}
.three-button-area input:hover{
  border:1px solid #333;
}
.three-button-area a.done-button{
  background: #FF3A39;
  color: #fff!important;
}
.three-button-area a.done-button:hover{
  background: #333;
  color: #fff!important;
}
.wmg-item.open .wmg-thumbnail-content{
	border-bottom: 8px solid #FF3A39;
}



.myStyle{
  display: block;
}
.all-ptoducts-section .container{
  padding: 0;
}
.search-button img{
	filter: invert(1);
}
.wmg-text{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.download-style a{
  position: relative;
  padding-bottom: 8px;
}
.download-style a:after{
  width: 100%;
  height: 4px;
  background: #FF3A39;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
}
.artical-banner-desktop{
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
}
.related-area .owl-carousel .owl-item img{
  height: 250px;
  object-fit: cover;
}
.global-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 70px 0 30px;
}
.global-area h2{
  color: #000;
  text-align: left;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
}
.global-area p {
  color: #000;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
}
.global-area h3{
  color: #000;
  text-align: left;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
}
.global-area h4{
  color: #000;
  text-align: left;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
}


.search-page-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 0 50px 0;
}
.search-page-panel{
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #D6D6D6;
  padding: 50px 0;
}
.search-page-panel h2{
  color: #000;
  text-align: left;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
}
.search-page-panel p {
  color: #000;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
}
.download-modal{
  z-index: 99999999;
}
/*.search-page-panel a.read-more-link{
    color: #000;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-decoration: none;
}*/

.search-page-panel a.read-more-link {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 16px;
    cursor: pointer;
    margin-top: 20px;
    display: flex;
    text-decoration: none;
    font-weight: 400;
    padding: 6px 15px;
    position: relative;
    max-width: 120px;
    overflow: hidden;
    justify-content: center;
}
.search-page-panel a.read-more-link:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #FF3A39;
  z-index: 1;
  color: #fff;
  transition: 0.5s;
}
.search-page-panel a.read-more-link:hover:before{
    background: #000;
    width: 100%;
}
.search-page-panel a.read-more-link b{
  font-weight: 400;
}
.search-page-panel a.read-more-link:hover b{
  position: relative;
  z-index: 99;
  font-weight: 400;
  color: #fff;
}


.home-sli-area .owl-nav , .home-sli-area .owl-dots{
  display: none;
}
.home-sli-area{
  padding: 0;
}
.first-section-area .blog-text-section{
  max-width: 315px;
  margin: 0 auto;
}
.first-section-area{
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdown .color-area1{
  flex-direction: column;
  padding: 5px 10px;
  min-width: 145px;
}
.dropdown .color-area1 li {
    padding: 5px 0;
    width: auto;
    float: left;
}
.dropdown .color-area1{
  border-radius: 0;
}
/*.wmg-item.open .wmg-details{
  height: auto!important;
}*/
.filter-modal .modal-content{
  border-radius: 0;
  border: 1px solid #BBBBBB
  box-shadow: 0px 4px 35px 0px #00000026;
  max-width: 398px;
}
.filter-modal .modal-body{
  padding: 32px;
}
.filter-modal{
  z-index: 999999;
}
.filter-button-colleps {
  width: 100%;
  border: none;
  border-bottom: 0.5px solid #D9D9D9;
  background: #fff url(../images/coleps-down.svg) no-repeat;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  background-position: center right;
  background-size: 11px;
  color: #333333 !important;
  text-decoration: none;
  cursor: pointer;
}
.filter-button-colleps[aria-expanded="true"]{
  background: #fff url(../images/coleps-up.svg) no-repeat;
  background-position: center right;
  background-size: 11px;
}
.filter-modal .collapse.show{
  border-bottom: 0.5px solid #D9D9D9;
}
.filter-modal .modal-dialog {
    max-width: 398px;
    margin: 0;
    position: absolute;
    width: 398px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)!important;
}
.wpcf7-form-control-wrap{
  display: block;
}


.dropbtn img:nth-child(1){
  display: none;
  width: 24px;
  height: 24px;
  padding: 4px;
}
.dropbtn img:nth-child(2){
  display: block;
  width: 24px;
  height: 24px;
}
.dropbtn.cross img:nth-child(1){
  display: block;
}
.dropbtn.cross img:nth-child(2){
  display: none;
}


.productdetails .four-section-area h4{
   text-align: center;
   font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #7D7D7D !important;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: .5rem;
}
.productdetails .four-section-area p{
   text-align: center;
   font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #333333 !important;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
.article-banner.productdetailsbanner img{
  height: 200px;
}
.global-area.productdetails{
  padding-bottom: 70px;
}
.productdetails .wmg-text{
  border: 0.5px solid #D9D9D9;
  border-left: none;
  border-bottom: none;
}
.brand-logo-about{
  width: 100%;
  display: flex;
  padding: 30px 0;
}
.brand-logo-about img{
  width: 100%;
  height: 120px;
  object-fit: contain;
}
.brand-logo-about .row{
  width: 100%;
}
.wmg-details{
  height: auto;
}

.banner-area video{
  object-fit: fill;
}