/*
Theme Name: Astrotechsteels
Theme URI: #
Author: Scorpio Technologies
Author URI: #
Description: Scorpio Technologies wp theme
Version: 1.0
*/

body{
    overflow-x:hidden;
}
.copyright a {
    color: red;
}
img{
  max-width: 100%;
	height:auto;
}
a {
    color: #282955;
    text-decoration: none;
    background-color: transparent;
}
a:hover{
	text-decoration:none;
}
.top-header {
    background: #282955;
    color: #ffffff;
    padding: 7px 0;
}
.top-header:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 41px solid #282955;
    border-left: 39px solid transparent;
    position: absolute;
    left: -25px;
    transform: rotate(270deg);
    top: -2px;
}
.top-header .contact-info, .top-header .social-links {
    display: inline-block;
}
.top-header ul {
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding-left: 20px;
}
.top-header ul li {
    margin-right: 20px;
}
.contact-info i {
    padding-right: 7px;
}
.top-header a {
    color: #ffffff;
}
.top-header .social-links {
    float: right;
}
#brochure {
    background: #282955;
    color: #ffffff;
    padding: 20px 0;
}
.light {
    letter-spacing: 2px;
}
.brochure-btn a {
    background: #ffffff;
    font-weight: 500;
    color: #282955;
}
.inner-bg, #features {
    /*position: absolute;
    width: 50%;
    height: 100%;*/
    background-color: #f2f2f2;
}
#features {
    position: relative;
}
.welcome-content {
    padding: 60px 0;
}
#vision-mission {
    background: url(../../uploads/2020/09/004.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 60px;
}
#products {
    background: url(../../uploads/2020/09/004.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    color: #ffffff;
}
#products .oly{
    background: rgb(40 41 85 / 60%);
    padding: 60px 0;
}
#vision-mission:before {
    content: "";
    background: rgb(40 41 85 / 60%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#portfolio {
    background: #282955;
}
.home-product img {
    max-width: 100%;
    height: auto;
}
.feature-box {
    box-shadow: -1px 1px 5px 1px #dddddd;
    transition: .5s ease;
}
.feature-icon img {
    max-height: 90px;
    width: auto;
}
.feature-box:hover {
    background: #282955;
    color: #ffffff;
}
.feature-box:hover .feature-icon img {
    filter: brightness(7.5);
}
.vision-mission {
    background: #ffffff;
    border: 2px solid #282955;
}
.vision-mission .icon {
    background: #ffffff;
    position: relative;
    top: -65px;
    width: 80px;
    margin: 0 auto;
    border: 2px solid #282955;
    height: 80px;
    transform: rotate(45deg);
    margin-bottom: -40px;
}
.vision-mission .icon img {
    transform: rotate(-45deg);
    padding: 15px;
}
.content-sec p {
    min-height: 115px;
    position: relative;
    display: block;
}
.vision-mission a {
    background: #282955;
    color: #ffffff;
}
.main-footer {
    background: #282955;
    color: #ffffff;
}
.widget.footer-widget.links-widget.footer-list.widget_nav_menu ul {
    padding: 0;
    list-style: none;
}
.widget.footer-widget.links-widget.footer-list.widget_nav_menu ul a {
    color: #ffffff;
}
.owl-nav button.owl-next, .owl-nav button.owl-prev {
    position: absolute;
    top: 25%;
    font-size: 50px !important;
}
.owl-nav button.owl-prev {
    left: -25px;
}
.owl-nav button.owl-next {
    right: -25px;
}
ul.memb-cert li {
    display: inline;
     margin: 3px; 
}
ul.memb-cert {
    list-style: none;
	display:inline-flex;
}
section#certifications, section#memberships {
    background: #f2f2f2;
}
ul.memb-cert img {
    background: #ffffff;
    margin: 0;
    padding: 3px 3px;
	max-height:77px;
	width:auto;
}
img.custom-logo {
    position: relative;
    top: -7px;
}
.video-popup a {
    width: 67px;
    display: block;
    position: absolute;
    margin: -34px auto 0;
    left: 0px;
    right: 0px;
    top: 50%;
    cursor: pointer;
}
.section-title h3 {
    color: #282955;
}
#products .section-title h3 {
    color: #ffffff;
}
.sec-title h3:after {
    content: "";
    background: #282955;
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}


.about-tabs .nav-tabs {
  border-bottom: 2px solid #dad9df;
  margin-right: 39px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .about-tabs .nav-tabs {
      margin-right: 0px; } }

.about-tabs .nav-tabs .nav-link {
  border: 0px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 20px;
  font-weight: 700;
  color: #696969;
  padding: 25px 0px 25px 0;
  line-height: 1;
  margin-right: 48px;
  background: transparent;
  border-bottom: 3px solid transparent; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-tabs .nav-tabs .nav-link {
      margin-right: 19px;
      padding: 25px 0px 15px 0;
      font-size: 16px; } }

.about-tabs .nav-tabs .nav-link.active {
  border-bottom: 3px solid #221f3c;
  color: #221f3c;
  transition: .4s; }

.nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0px; }

.about-tabs .nav-tabs .nav-link i {
  padding-right: 12px; }

.about__content i {
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 24px;
  color: #221f3c;
  background-color: white;
  box-shadow: 0px 10px 60px 0px rgba(201, 201, 201, 0.49);
  border-radius: 7px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s; }

.about__content:hover i {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background-color: #221f3c;
  box-shadow: 0px 10px 60px 0px rgba(34, 31, 60, 0.49);
  color: #ffffff; }

.about__shape--h5 {
  position: absolute;
  right: -112px;
  bottom: -104px; }

.about-tabs {
  padding-right: 2px; }

.about-thumb > img {
  z-index: 1;
  position: relative; }

.about-thumb {
  text-align: right;
  z-index: 1; }

.about-thumb > span {
  position: absolute;
  z-index: 11;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  transform-origin: center;
  left: -139px;
  font-size: 20px;
  font-weight: 600;
  background: #221f3c;
  color: #fff;
  padding: 17px 33px;
  text-align: center; }

.video-popup a{
	z-index:9999;
}
.gallery-item img {
    min-height: 170px;
    width: auto;
}
.breadcrumb-outer .bread-crumb {
    position: relative;
    padding: 15px 30px;
    border-radius: 50px;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 10px 30px rgba(0,0,0,.1);
}
nav.breadcrumb-trail.breadcrumbs h2 {
    display: none;
}
.breadcrumb-outer .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #282955;
    font-weight: 600;
    margin-right: 5px;
    text-transform: capitalize;
}
.breadcrumb-outer .bread-crumb li a {
    position: relative;
    font-size: 15px;
    color: #282955;
    margin: 0 7px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
ul.trail-items.bread-crumb li a:after {
    content: "\f105";
    font-family: 'fontawesome';
    padding-left: 12px;
}
.breadcrumb-outer {
    position: relative;
    text-align: center;
    z-index: 10;
    margin-top: -30px;
}
.widget.footer-widget.links-widget.footer-list.widget_nav_menu ul a{animation: blur .75s ease-out infinite;}
@keyframes blur {
  from {
    text-shadow:0px 0px 10px #fff,
      0px 0px 25px #fff,
      0px -10px 100px #7B96B8;
  }
}
@-webkit-keyframes blur {
    text-shadow:0px 0px 10px #fff,
      0px 0px 25px #fff,
      0px -10px 100px #7B96B8;
}
@media only screen and (max-width: 1000px) {
  .top-header .social-links {
    float: none;
}
	img.custom-logo {
    position: relative;
    top: 0px; 
    margin: 7px 0;
}
	.top-header ul li {
    /* margin-right: 10px; */
    display: inline;
}
	.top-header ul {
    list-style: none;
    display: inline-block;
}
}


.blog--img a i {
  position: absolute;
  left: 30px;
  bottom: -34px;
  height: 70px;
  width: 70px;
  background: #fff;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: #282955;
  z-index: 1;
  box-shadow: 0px 10px 30px 0px rgba(191, 191, 191, 0.6);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .blog--img a i::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
    opacity: 0.54;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }

.blog--img a:hover i {
  background: #282955;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.blog--content {
  padding: 60px 10px 0 10px;
}
.blog--content h4 a {
    font-size: .8em;
    color: #282955;
}
.blog--img {
    border: 2px solid #282955;
}
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog--content {
      padding: 65px 20px 0 20px; } }
  .blog--content span {
    display: block; }
  .blog--content > a {
    display: block;
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline; }
  .blog--content h4 {
    margin-bottom: 20px; }

.blog__img-link {
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.blog__block:hover .blog__img-link {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .blog__block:hover .blog__img-link img {
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }

.blog__thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(90deg, rgba(34, 31, 60, 0.98039) 0%, rgba(34, 31, 60, 0.64) 43%, rgba(34, 31, 60, 0.5) 60%, rgba(34, 31, 60, 0.01961) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(34, 31, 60, 0.98039) 0%, rgba(34, 31, 60, 0.64) 43%, rgba(34, 31, 60, 0.5) 60%, rgba(34, 31, 60, 0.01961) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(34, 31, 60, 0.98039) 0%, rgba(34, 31, 60, 0.64) 43%, rgba(34, 31, 60, 0.5) 60%, rgba(34, 31, 60, 0.01961) 100%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 1; }

.blog__content {
  position: relative;
  z-index: 1; }
  .blog__content--h3 {
    position: absolute;
    bottom: 0;
    padding: 25px 25px; }
    .blog__content--h3--big {
      padding: 40px 40px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .blog__content--h3--big {
          padding: 40px 25px; } }
      @media (max-width: 767px) {
        .blog__content--h3--big {
          padding: 40px 25px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog__content h4 {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .blog__content h4 {
      font-size: 18px; } }
  .blog__content h4:hover a {
    color: #c0bce9; }

.blog__cate {
  font-size: 15px; }

.blog__date {
  min-height: 33px;
  display: inline-block;
  line-height: 33px;
  padding: 0 15px;
  background: #fff;
  border-radius: 16.5px;
  font-size: 12px;
  color: #221f3c;
  margin-left: 8px;
  text-transform: capitalize; }

.blog__meta {
  margin-bottom: 7px; }
  .blog__meta--s2 {
    position: absolute;
    bottom: 30px;
    z-index: 11;
    left: 30px; }
    .blog__meta--s2 ul li {
      display: inline-block; }
      .blog__meta--s2 ul li a {
        color: #ffffff;
        font-size: 14px;
        margin-right: 25px; }
        .blog__meta--s2 ul li a i {
          margin-right: 6px; }

.blog__title-big--h3 {
  font-size: 30px; }

.blog__link {
  text-decoration: underline; }

.blog__link:hover {
  color: #c0bce9; }

.blog__list {
  padding-right: 10px; }
  .blog__list ul li {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px; }
    .blog__list ul li .blog-thumb {
      min-width: 60px; }
    .blog__list ul li .blog-content {
      padding-left: 13px; }
      .blog__list ul li .blog-content h6 {
        margin-bottom: 5px; }
    .blog__list ul li:last-child {
      margin-bottom: 0; }

.blog__block {
  overflow: hidden; }
  .blog__block .blog__thumb img {
    transform: scale(1) rotate(deg);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .blog__block .blog__thumb img {
        width: 100%; } }
  .blog__block:hover .blog__thumb img {
    transform: scale(1.1) rotate(2deg);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }

.blog__pagination nav ul {
  padding-top: 20px;
  padding-bottom: 125px;
  border-bottom: 2px solid #efefef; }
  .blog__pagination nav ul li a {
    height: 60px;
    width: 60px;
    text-align: center;
    padding: 0;
    line-height: 60px;
    font-size: 18px;
    border: 2px solid #e3e3e3;
    margin: 0 5px;
    margin-left: 5px;
    border-radius: 50% !important;
    font-weight: 600;
    color: #696969;
    display: inline-block; }
    @media (max-width: 767px) {
      .blog__pagination nav ul li a {
        height: 45px;
        width: 45px;
        line-height: 43px;
        font-size: 14px; } }
    .blog__pagination nav ul li a i {
      font-size: 24px;
      color: #14212b; }
      @media (max-width: 767px) {
        .blog__pagination nav ul li a i {
          font-size: 20px; } }
  .blog__pagination nav ul li:hover a {
    background: #221f3c;
    border: 2px solid transparent;
    color: #ffffff; }
  .blog__pagination nav ul li:hover a i {
    color: #ffffff; }

.blog__title--s2 {
  font-size: 35px; }

.blog__widget--search input {
  width: 100%;
  height: 70px;
  background: #f5f5f5;
  border: 0;
  padding: 20px 30px;
  border-radius: 7px;
  font-size: 20px;
  font-weight: 600;
  color: #696969; }
  .blog__widget--search input::placeholder {
    color: #696969; }

.blog__widget--search button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-size: 16px;
  padding: 0;
  background: transparent;
  border: 0; }

.blog__widget--padding {
  padding: 20px 25px 20px;
  border: 1px solid #eee; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog__widget--padding {
      padding: 15px 15px 15px; } }
  @media (max-width: 767px) {
    .blog__widget--padding {
      padding: 15px 15px 15px; } }

.blog__widget--cate ul li {
  display: block;
  margin-bottom: 25px; }
  .blog__widget--cate ul li:last-child {
    margin-bottom: 0; }
  .blog__widget--cate ul li a {
    font-size: 15px;
    color: #696969;
    position: relative;
    font-weight: 500; }
    .blog__widget--cate ul li a span {
      position: absolute;
      right: -25px;
      top: -19px;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }
  .blog__widget--cate ul li:hover a {
    color: #221f3c; }
    .blog__widget--cate ul li:hover a span {
      top: -15px;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }

.blog__widget--blog ul li {
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px; }
  .blog__widget--blog ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }

.blog__widget--tags ul {
  margin: 0 -5px; }
  .blog__widget--tags ul li {
    float: left;
    margin: 0 5px; }
    .blog__widget--tags ul li a {
      font-size: 15px;
      font-weight: 500;
      padding: 9px 19px;
      display: inline-block;
      background: #f5f5f5;
      border-radius: 5px;
      margin-bottom: 10px; }
    .blog__widget--tags ul li:hover a {
      background: #221f3c;
      color: #ffffff; }

.blog__small--thumb {
  min-width: 80px;
  margin-right: 15px; }

.blog__small--text h6 {
  margin-bottom: 7px; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
.blog--img img {
    height: auto;
}
.single-product .breadcrumb-outer ul.trail-items.bread-crumb li:nth-child(4) {
    display: none;
}
.blog__small--thumb {
    min-width: 80px;
	max-width:80px;
    margin-right: 15px;
}
.blog__widget--blog ul {
    padding: 0;
    list-style: none;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 100%;
}
.wp-block-columns.contact-adrs .wp-block-group {
    padding: 15px 20px;
    border: 2px solid #eee;
}

.contact-area {
  background-position: center center;
  background-repeat: no-repeat; }

.contact i {
  background: #221f3c;
  font-size: 40px;
  height: 150px;
  width: 150px;
  color: #ffffff;
  border-radius: 50%;
  line-height: 135px;
  border: 10px solid #fff;
  box-shadow: 0px 16px 32px 0px rgba(206, 226, 255, 0.4);
  margin-bottom: 30px; }

.contact h3 {
  font-size: 30px;
  margin-bottom: 15px; }

.contact p {
  margin: 0;
  padding: 0 50px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact p {
      padding: 0 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact p {
      padding: 0 0px; } }

.form-wrapper {
  padding: 100px;
  margin-bottom: -90px;
  position: relative;
  z-index: 999; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .form-wrapper {
      padding: 40px; } }
  @media (max-width: 767px) {
    .form-wrapper {
      padding: 20px; } }

.contact-form input, .contact-form select {
  background: #ffffff;
  height: 80px;
  width: 100%;
  padding: 0 20px;
  border: 0;
  color: #282955;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
	font-size:13px;
}

.contact-form textarea {
  color: #292955;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 200px;
  width: 100%;
  padding: 30px 20px;
	font-size:13px;
  border: 0; }

.contact-btn.text-center {
    width: 160px;
    margin: 0 auto;
}
.contact-btn.text-center input.wpcf7-form-control.wpcf7-submit {
    background: #282955;
    color: #ffffff;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    padding: 15px;
    height: auto;
}

.r-n-d .wp-block-group .wp-block-column p {
    padding: 20px 20px 20px 0px;
}
.r-n-d .wp-block-group, .r-n-d .wp-block-group figure.wp-block-image img {
    background: rgba(34, 31, 60, 0.05);
    min-height: 180px;
}
.r-n-d .wp-block-group figure.wp-block-image {
    margin-bottom: 0;
}
.r-n-d .wp-block-group .wp-block-columns {
    align-items: center;
}
.user-icon::before {
  content: "\f007"; }

.email-icon::before {
  content: "\f0e0"; }

.phone-icon::before {
  content: "\f095"; }

.subject-icon::before {
  content: "\f0a6"; }

.contact-form input::-moz-placeholder,
.contact-form input::placeholder {
  color: #aab5ca; }

.contact-form textarea::-moz-placeholder,
.contact-form textarea::placeholder {
  color: #aab5ca; }

.contact-map iframe {
  height: 670px;
  width: 100%; }

.innovation-cell {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    min-height: auto;
}
.innovation-cell .wp-block-column.ino-cell {
    margin-bottom: 20px !important;
    border-left-width: 2px !important;
    padding-left: 20px !important;
    border-left-color: #222222 !important;
    border-left-style: solid !important;
}
.innovation-cell .wp-block-columns {
    align-items: center;
}
ul.tabs.wc-tabs, .woocommerce-Tabs-panel h2 {
    display: none;
}
.woocommerce-Tabs-panel table {
    margin-bottom: 30px;
    width: 100%;
}
.woocommerce-Tabs-panel table tr td {
    border: 2px solid #eee;
    padding: 7px 15px;
}
.trade-br {
    padding: 10px 15px;
    border: 2px solid #eee;
}
.blog__widget--cate ul{
	padding:0;
}
.page-id-98 .page-title {
    background-image: url(../../uploads/2020/10/010-1.jpg) !important;
    background-position: center top !important;
    background-repeat: no-repeat;
}
.page-id-98 .page-title h1 {
    top: -4rem;
    position: relative;
}
.blog--img a.blog__img-link {
    margin-bottom: -6px;
}
.wp-block-cover .wp-block-cover__inner-container .wpcf7-response-output {
    color: #222222;
}

@media (min-width: 768px){ 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
}