@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:100,300,400,500,700,900&display=swap");

/*font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;*/
a:hover {
  text-decoration: none;
}
.theme-btn {
  font-size: 16px;
  font-weight: bold;
  color: #e30913;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
.theme-btn:hover {
  color: #e30913;
}
.theme-btn:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e30913;
  content: "";
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
.theme-btn:hover::before,
.theme-btn:focus::before {
  height: 3px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.theme-btn:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 6px;
  font-size: 20px;
  display: inline-block;
}
button:focus,
input:focus {
  outline: none;
}
body {
  font-family: "Roboto", sans-serif;
}
h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 46px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
h2 span {
  color: #e30913;
}
h3 {
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 22px;
  margin-bottom: 10px;
}
p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 26px;
}
.heading-block {
  margin-bottom: 40px;
}
.heading-block h2,
.headingsecondary-block h2 {
  position: relative;
  display: inline-block;
  width: auto;
  margin-bottom: 30px;
}
.products-template-products_child .heading-block h2:before {
  right: inherit;
}
.secondary-h2 h2 {
  font-size: 30px;
}
.heading-block h2:before {
  content: "";
  position: absolute;
  background-color: #000;
  height: 4px;
  border-right: 33px solid #e30913;
  max-width: 150px;
  width: 100%;
  left: 0;
  right: 0; /* transform: translateX(-50%); */
  bottom: -10px;
  margin: auto;
  bottom: -10px;
}
.heading-block.service-heading {
  margin-bottom: 0;
}
.heading-block.service-heading h2:before {
  left: 0;
  transform: translateX(0%);
}
.secondary-h2 {
  margin-bottom: 20px !important;
}
.product-intro .heading-block h2:before,
.secondary-h2 h2:before {
  left: 0; /*transform: initial;*/
}
.left-border.heading-block h2:before {
  right: auto;
}
.dark_blk h2:before {
  background-color: #fff !important;
}
.headingsecondary-block h2:before {
  content: "";
  position: absolute;
  background-color: #000;
  height: 4px;
  border-right: 33px solid #e30913;
  max-width: 150px;
  width: 100%;
  left: 0;
  bottom: -10px;
}
.page-template-applications .heading-block p {
  max-width: 930px;
  margin: 0 auto 15px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.topbar {
  background-color: #e30913 !important;
}
.topbar .container-fluid {
  display: flex;
  justify-content: space-between;
  width: 96%;
}
.right-topbar ul li.quote {
  padding: 12px 11px;
  background-color: #272729;
}
.right-topbar ul li.quote:hover {
  background-color: #000;
  transition: 0.3s ease;
}
.right-topbar ul li.quote:hover a {
  color: #e30913 !important;
}
.left-topbar {
  padding: 10px 0px;
}
.left-topbar ul,
.right-topbar ul {
  padding-left: 0;
  margin-bottom: 0;
}
.left-topbar ul {
  width: auto;
  display: inline-block;
}
.left-topbar ul li i {
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
}
.left-topbar ul li span {
  height: 19px;
  width: 1px;
  background-color: #fff;
  display: inline-block;
  margin: 0 20px;
}
.left-topbar ul li {
  padding: 0px 3px;
}
.left-topbar ul {
  margin-left: -5px;
  margin-right: -5px;
}
.left-topbar ul li a {
  color: #fff;
  font-size: 1.25em;
}
.left-topbar ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.left-topbar ul li,
.right-topbar ul li {
  display: inline-block;
  list-style-type: none;
}
.right-topbar ul li i {
  font-size: 16px;
  color: #fff;
  margin-right: 3px;
}
.right-topbar ul li {
  padding: 0px 7px;
}

/* Custom Pull Bootstrap */
.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media all and (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media all and (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media all and (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}

/* Start Visibility */
.core-hidden {
  visibility: hidden;
}
/* End Visibility */

/* Start Pagination */
.core-pagination-ui .page-numbers {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.core-pagination-ui .core-pagination {
  width: 100%;
  position: relative;
  text-align: center;
}
.core-pagination-ui .core-pagination .page-numbers {
  width: 45px;
  height: 40px;
  padding: 10px 15px;
  text-align: center;
  border: 1px solid #000;
  display: inline-block;
  transition: all 0.25s ease-in-out;
}
.core-pagination-ui.disabled .core-pagination .page-numbers.current,
.core-pagination-ui.disabled .core-pagination .page-numbers {
  color: #9e9e9e;
  background: #eeeeee;
  border-color: #bdbdbd;
}
.core-pagination-ui.disabled .core-pagination .prev.page-numbers,
.core-pagination-ui.disabled .core-pagination .next.page-numbers {
  background: transparent;
}
.core-pagination-ui .core-pagination .prev.page-numbers,
.core-pagination-ui .core-pagination .next.page-numbers {
  width: auto;
  border: none;
  position: absolute;
  top: 10px;
  display: inline-block;
}
.core-pagination-ui .core-pagination .prev.page-numbers:hover,
.core-pagination-ui .core-pagination .next.page-numbers:hover {
  color: #000000;
  background: transparent;
}
.core-pagination-ui .core-pagination .prev.page-numbers {
  padding: 0 0 0 40px;
  left: 0;
}
.core-pagination-ui .core-pagination .next.page-numbers {
  padding: 0 40px 0 0;
  right: 0;
}
.core-pagination-ui .prev.page-numbers .core-icon,
.core-pagination-ui .next.page-numbers .core-icon {
  font-size: 55px;
  position: absolute;
  top: -18.5px;
  padding: 0 10px;
}
.core-pagination-ui .prev.page-numbers .core-icon {
  left: 0;
}
.core-pagination-ui .next.page-numbers .core-icon {
  right: 0;
}
.core-pagination-ui .core-pagination .page-numbers.current,
.core-pagination-ui .core-pagination .page-numbers:hover {
  color: #ffffff;
  background: #000000;
}
/* End Pagination */

/* Start Object Grid AJAX */
.post-object-filter-result.disabled .app_case_content_wrap {
  position: relative;
}
.post-object-filter-result.disabled .app_case_content_wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.25;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.post-object-filter-result.disabled .app_case_content_wrap:after {
  content: "Loading...";
  color: #000;
  font-size: 22px;
  width: 100%;
  height: 100%;
  padding: 80% 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.post-object-filter-result.disabled .app_case_content_inner {
  filter: blur(3px);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* End Object Grid AJAX */

/*.right-topbar ul li a { font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 400; color: #fff; }*/
body.home .childProduct .productActions a i {
  float: unset !important;
}
.sticky::before {
  content: "";
  display: block;
  height: 167px; /* fixed header height*/
  margin: -167px 0 0; /* negative fixed header height */
}
.right-topbar ul {
  margin-right: -7px;
  margin-left: -7px;
}
.menubar {
  background-color: #151515;
  transition: 0.8s ease;
}
.menubar .container-fluid {
  width: 96%;
}
.navbar-nav li a {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-nav > li a {
  white-space: nowrap;
}
.side-buttons {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.header-search i {
  font-size: 20px;
  color: #fff;
  vertical-align: middle;
  padding: 10px;
  line-height: 27px;
}
.callquote {
  background-color: #e30913;
  padding: 6px 10px;
}
.callquote:hover {
  background-color: #ffffff;
  transition: 0.4s ease-in-out;
}
.callquote:hover i,
.callquote:hover a {
  color: #e30913 !important;
  transition: 0.4s ease-in-out;
}
.callquote i {
  color: #fff;
  font-size: 30px;
  padding-right: 10px;
}
.callquote a {
  font-family: "Roboto Condensed", sans-serif !important;
  white-space: nowrap;
  color: #fff !important;
  font-size: 25px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.quote {
  background-color: #e30913;
  padding: 5px 10px;
}
.quote a {
  font-family: "Roboto Condensed", sans-serif !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.no-hover .nav-link:hover:after {
  display: none !important;
}
.pagebanner {
  position: relative;
  width: 100%;
  display: inline-block;
}

.callblock {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.header-search:hover {
  cursor: pointer;
}
#desktop-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 99999999;
}
#desktop-search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1) #e30913;
  transition: 0.3s ease-in-out;
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}
#desktop-search .icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #e30913;
  border-color: #e30913;
  opacity: 1;
  padding: 5px 12px;
  font-size: 1.25em;
  cursor: pointer;
}
.desktop-search-form .search-container {
  left: 50%;
  margin: 0 auto;
  max-width: 767px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%);
}
.desktop-search-form .search-container form {
  position: relative;
}
.desktop-search-form .search-container input#search {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-bottom: 2px solid #fff;
  border-radius: 0 !important;
  color: #fff;
  font-size: 1.5em;
  padding: 10px 0;
  text-align: left;
  width: 100%;
  box-shadow: none !important;
  outline: 0 !important;
}
.desktop-search-form .search-container input#search::placeholder {
  color: #fff;
}
.desktop-search-form .search-container form .btn {
  background: rgba(0, 0, 0, 0);
  border-width: 0;
  font-size: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.bannerblock {
  width: 100%;
  height: 675px;
  position: relative;
}
.bannerblock .row {
  height: 100%;
}
.bannerblock .row .col-md-4,
.bannerblock .row .col-md-8 {
  padding-left: 0;
  padding-right: 0;
}
.bannerblock .banner-text {
  height: 100%;
  left: 0;
  top: 0;
  background: #272729;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0px 64px;
}
.bannerblock .banner-text img {
  margin-bottom: 30px;
}
.bannerblock .banner-text h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.bannerblock .banner-text p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.bannerblock .banner-text a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #e30913;
  text-transform: uppercase;
  position: relative;
}
.bannerblock .banner-text a.btn-red:after {
  content: "";
  background-image: url(../../assets/img/rightarrow.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 8px;
  display: inline-block;
  height: 14px;
  padding-left: 15px;
}
.pagebanner .owl-nav {
  position: absolute;
  bottom: 4%;
  left: 3%;
}
.pagebanner .owl-nav button {
  outline: none !important;
}
.pagebanner .owl-nav button:hover span {
  color: #fff;
  background-color: #e30913;
}
.pagebanner .owl-nav button span {
  color: #e30913;
  font-size: 40px;
  font-weight: bold;
  background-color: #fff;
  display: block;
  height: 45px;
  padding: 0px 15px;
  line-height: 35px;
}
.pagebanner .owl-nav button.owl-next {
  margin-left: 20px;
}
.pagebanner .owl-dots {
  display: none;
}
.callblock {
  background-image: url(../../assets/img/callbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 25px;
}
.callblock a {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  font-style: italic;
}
.callblock a img {
  margin-right: 10px;
  vertical-align: middle;
}
.product-section {
  padding: 100px 0;
}
.product-content {
  margin-bottom: 0;
  background-color: #151515;
  text-align: left;
  padding: 18px;
}
.product-content h3 {
  text-transform: uppercase !important;
}
.product-content h3 a {
  color: #fff;
  transition: all ease 0.4s;
}
.product-content h3 a:hover {
  color: #e30913;
}
.product-block .col-md-6 {
  margin-bottom: 30px;
}
.product-block img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.product-block img:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.product-content p {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  line-height: 16px;
  margin-bottom: 0px;
  display: -webkit-box;
}
.page-template-applications .product-content p {
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.page-template-applications .product-content h3 {
  min-height: unset;
}
.product-btn {
  font-size: 16px;
  font-weight: bold;
  color: #e30913;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
  display: block;
}
.home .product-content p {
  -webkit-line-clamp: 5;
}
.product-btn:hover {
  color: #e30913;
}
.product-btn:after {
  content: "";
  position: absolute;
  background-image: url(../../assets/img/rightarrowsmall.png);
  width: 7px;
  height: 12px;
  top: 5px;
  display: inline-block;
  margin-left: 10px;
}
.mlang-eng img {
  padding-right: 10px;
}
.mlang-eng i {
  padding-left: 5px;
}
#case-studies {
  pointer-events: none;
  background: #717171;
  color: #959595;
}
.wpcf7-form .form-check,
.wpcf7-form .form-check span.wpcf7-list-item {
  margin: 0;
  padding: 0;
}

/*Home page css by param */

/* Start */
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  display: none !important;
}
div.wpcf7-spam-blocked {
  color: #ffa500;
}

/* who we are*/
.col-lg-6.col-md-6.col-sm-12.wwr-right.headingsecondary-block .wwr-right-inner {
  padding: 120px 60px;
}
.col-lg-6.col-md-6.col-sm-12.wwr-right.headingsecondary-block h2 {
  margin-bottom: 30px;
}
.col-lg-6.col-md-6.col-sm-12.wwr-right.headingsecondary-block
  .wwr-right-inner
  p {
  font-size: 17px;
}
.heading-block p {
  color: #000;
  font-weight: 500;
}

/* Case Studies */
.pt100 {
  padding-top: 100px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.heading-block {
  margin-bottom: 40px;
}
.cs-item {
  margin-bottom: 30px;
}
.cs-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  margin-bottom: 30px;
}
.cs-item h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000;
}
.cs-item p {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  font-weight: 400;
}
.cs-item a {
  display: inline-block;
  font-weight: 600;
  color: #e30913;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.papp-item {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 30px;
}
.papp-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.papp-item a {
  width: 100%;
  display: inline-block;
}
.papp-item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.papp-item h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  background: #151515;
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px;
  line-height: 22px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.papp-item:hover h3 {
  background: #e30913;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*WWR*/
.wwr-section .row {
  display: flex;
}
.wwr-section .wwa-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eee;
}
.wwr-section .wwr-right {
  background-color: #eeeeee;
}
.wwr-right-inner {
  padding: 60px;
}
.wwr-right-inner p {
  font-size: 18px;
}
.wwr-right-inner a {
  display: inline-block;
  font-weight: 600;
  color: #e30913;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.pro_highlights_blk .wwr-right-inner table {
  width: 100%;
}
.pro_highlights_blk .wwr-right-inner table td,
.pro_highlights_blk .wwr-right-inner table th {
  border: 1px solid #fff;
  padding: 7px;
}

/*video*/
.dark_blk,
.dark_blk h2 {
  color: #fff;
}
.dark_blk p {
  max-width: 880px;
  color: #fff;
  margin: 0 auto 15px;
  line-height: 24px;
}
.video_blk {
  background-size: cover;
  background-position: center;
}
.modal button.close {
  position: absolute;
  right: -4px;
  top: -45px;
  color: #e30913;
  text-shadow: none;
  font-size: 40px;
}
.modal-content {
  border-radius: 0;
  border-width: 0;
}
.modal-body {
  padding: 0;
  border-width: 0;
}
.pt-200 {
  padding-top: 200px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}

/*contact form*/
.contact-wrap {
  padding: 40px;
}
.contact-wrap h4 {
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
}
.contact-section {
  position: relative;
}
.contact-bg {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.form-bg {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 0;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.form-bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.75);
  bottom: 0;
  width: 100%;
  height: 100%;
}
.contact-wrap-inner {
  padding-bottom: 20px;
}
.contact-wrap-inner p {
  margin-bottom: 0px;
}
.contact-wrap-inner p a {
  color: #212529 !important;
}
.contact-wrap-inner p a:hover {
  color: #e30913 !important;
}
.contact-form {
  padding: 40px;
}
.contact-form form .wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  color: #000;
  width: 90%;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 0px;
  resize: none;
}
.contact-form form input:focus,
textarea:focus {
  outline-color: #e30913; /*border: 1px solid transparent;*/
}
.contact-form img {
  margin-bottom: 20px;
  max-width: 90%;
}
.com-btn {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #e30913;
  border-radius: 0;
  margin-bottom: 15px;
  padding: 5px 15px;
  display: block;
  text-transform: uppercase;
}
.com-btn:hover {
  background-color: #fff;
  color: #e30913;
  transition: 0.4s ease-in-out;
}
.com-btn:focus {
  outline: none;
  box-shadow: none;
}
#req-quote.contact-form form .wpcf7-form-control-wrap input,
#req-quote.contact-form form .wpcf7-form-control-wrap textarea {
  color: #fff;
  text-align: left;
  outline: none;
}

#req-quote.contact-form form input::-webkit-input-placeholder {
  color: #fff;
}
#req-quote.contact-form form input::-moz-placeholder {
  color: #fff;
}
#req-quote.contact-form form input:-ms-input-placeholder {
  color: #fff;
}
#req-quote.contact-form form input:-moz-placeholder {
  color: #fff;
}

#req-quote.contact-form form textarea::-webkit-input-placeholder {
  color: #fff;
}
#req-quote.contact-form form textarea::-moz-placeholder {
  color: #fff;
}
#req-quote.contact-form form textarea:-ms-input-placeholder {
  color: #fff;
}
#req-quote.contact-form form textarea:-moz-placeholder {
  color: #fff;
}

/*JOT*/
.jot-section {
  background: url(../img/jot.jpg) no-repeat center bottom;
  margin-top: 100px;
}
.jot-section .row {
  display: flex;
}
.jot-section img {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.jot-section .jot-text {
  display: flex;
}
.jot-section .jot-inner {
  padding: 20px 20px 20px 0px;
  margin: auto auto 10% auto;
}
.jot-section .jot-inner p {
  font-size: 18px;
}
.jot-section .jot-inner a {
  display: inline-block;
  font-weight: 600;
  color: #e30913;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.product-block .productblock {
  height: 100%;
  background-color: #151515;
  display: flex;
  flex-direction: column;
}
.product-lisiting .productblock .product-content a {
  transition: all ease 0.4s;
}
.product-lisiting .productblock .product-content a:hover {
  color: #e30913;
}
a.navbar-brand {
  max-width: 220px;
  width: 100%;
}
.productapp-section a.show_hide {
  color: #e30913;
  display: block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.productapp-section a.show_hide:after {
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  font-size: 22px;
  position: relative;
  top: -6px;
}
.productapp-section a.show_hide.direction_arrow:after {
  content: "\f106";
}
.case_study_btn {
  border: 2px solid #e30913;
  display: inline-block;
}
a.navbar-brand img {
  max-width: 100%;
  width: 100%;
}

.product-block .productblock.default-img {
  background: #f3f3f3;
  min-height: 250px;
}
.product-block .productblock.default-img img {
  width: 100%;
  height: auto;
  margin: 72px 0;
  padding: 0 40px;
}

/*Footer CSS*/
.pagefooter {
  background-color: #000000;
  padding: 40px 0;
  padding-bottom: 0;
}
.ft-menu {
  padding: 0 10px;
}
.ft-menu img {
  width: 90%;
  text-align: center;
  padding-bottom: 20px;
}
.ft-menu h4 {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ft-menu p {
  font-size: 0.75em;
  line-height: 17px;
  color: #fff;
}
.ft-menu ul {
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.ft-menu ul li {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.ft-menu ul li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.ft-menu ul li.current-menu-item a {
  color: #e30913;
}
.ft-menu input[type="email"] {
  padding: 5px 10px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
}
.ft-menu .subs-btn {
  color: #fff;
  background-color: #e30913;
  border-radius: 0;
  margin-bottom: 15px;
  padding: 5px 10px;
}
.ft-menu .subs-btn:hover {
  background-color: #fff;
  color: #e30913;
  transition: 0.4s ease-in-out;
}
.ft-menu .social-links li {
  float: left;
  margin-right: 15px;
}
.ft-menu .social-links li a {
  font-size: 1.5em;
}
.ft-menu ul li a:hover {
  color: #e30913;
  transition: 0.4s ease-in-out;
}
.ft-menu form {
  margin-bottom: 25px;
}
.copyright {
  padding: 40px 0;
  margin-top: 15px;
  border-top: 1px solid #535353;
}
.copyright p {
  font-size: 0.813em;
  line-height: 22px;
  color: #fff;
  margin-bottom: 0;
}
.copyright .footernav {
  text-align: right;
  margin: 0;
  padding: 0;
}
.copyright .footernav li {
  display: inline-block;
  font-size: 0.813em;
  line-height: 22px;
}
.copyright .footernav li:after {
  content: "|";
  color: #fff;
  margin-left: 4px;
}
.copyright .footernav li:last-child:after {
  display: none;
}
.copyright a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: 0.4s ease-in-out;
}
.copyright a:hover {
  color: #e30913;
}

/*Product Details Page*/
.product-intro img {
  max-width: 100%;
  height: auto;
}
.inner-banner {
  background-color: #5d5d5d;
}
.inner-banner h1 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.inner-banner h3 {
  font-weight: 400;
  text-transform: uppercase;
  color: #c1c1c1;
  font-size: 25px;
  margin-bottom: 5px;
}
.inner-banner h3 a {
  color: #cfcaca;
  transition: 0.3 ease;
}
.inner-banner h3 a:hover {
  color: #cfcaca;
}
.inner-banner {
  padding: 40px 0;
  min-height: 345px;
  align-items: center;
  background-position: center;
  background-size: cover;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
}
.casestudies_banner .inner-banner h1 {
  margin-bottom: 0;
  color: #fff;
}
.casestudies_banner .inner-banner {
  min-height: 100%;
  background-color: #ededed;
  height: 280px;
  position: relative;
}
.inner-banner:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.inner-banner > .container {
  z-index: 9;
}
.casestudies_banner .inner-banner span a {
  font-family: "Roboto Condensed", sans-serif;
  color: #000 !important;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.casestudies_banner .inner-banner span .current-item {
  font-family: "Roboto Condensed", sans-serif;
  color: #e30913 !important;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.casestudies_banner .inner-banner span a:hover {
  color: #e30913 !important;
  transition: 0.4s ease-in-out;
}
.pro_highlights_blk.wwr-section .wwr-right {
  background-color: #fff;
}
.pro_highlights_blk .wwr-right-inner ul {
  padding: 0;
}
.pro_highlights_blk h4 {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
}
.pro_highlights_blk .wwr-right-inner ul li {
  list-style: none;
  padding: 1px 0;
}
.pro_highlights_blk .wwr-right-inner ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #e30913;
  margin-right: 10px;
  font-size: 18px;
}
.product-intro .wwr-right-inner1 {
  padding-top: 30px;
}
.product-intro .wwr-right-inner1 .product-print-image {
  display: none;
}
.product-intro .wwr-right-inner1 ul li {
  list-style: none;
  padding: 1px 0;
}
.product-intro .wwr-right-inner1 ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #e30913;
  margin-right: 10px;
  font-size: 18px;
}
#pro-gallery .item img {
  max-height: 195px;
  object-fit: cover;
}
#pro-gallery .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -15px;
  font-size: 80px;
}
#pro-gallery .owl-nav button:focus {
  outline: none;
}
#pro-gallery .owl-nav button.owl-prev {
  left: -70px;
}
#pro-gallery .owl-nav button.owl-next {
  right: -70px;
}
#pro-gallery .owl-dots {
  text-align: center;
  margin-top: 30px;
}
#pro-gallery .owl-dots button {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 0;
  border-radius: 12px;
  margin: 0 2px;
}
#pro-gallery .owl-dots button.active {
  background-color: #e30913;
}
.videoIcon {
  display: inline-block;
  margin-top: 20px;
}
.additional-info h2 {
  font-size: 34px;
  background: #000;
  padding: 15px;
}
.additional-info table {
  border: 1px solid #000;
  width: 100%;
}
.additional-info table td,
.additional-info table th {
  border: 1px solid;
  padding: 10px;
}
.tabPlugin ul.r-tabs-nav li {
  display: inline-block;
  padding: 0 6px;
}
.tabPlugin ul.r-tabs-nav {
  text-align: right;
  padding: 0 10px;
}
.tabPlugin ul.r-tabs-nav li a {
  background: #ff0000;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  display: block;
  padding: 9px 15px;
  min-width: 180px;
  text-align: center;
}
.tabPlugin ul.r-tabs-nav li a:hover,
.tabPlugin ul.r-tabs-nav li.r-tabs-state-active a {
  background: #fff;
  color: #ff0000;
}
.tabPlugin.r-tabs .r-tabs-panel {
  padding: 0;
  border: none;
}
.tabPlugin.r-tabs .r-tabs-panel tr:nth-child(odd) {
  background-color: #f0f0f0;
}
#additional-info-tab {
  margin-top: -56px;
}
.optionsBlk {
  margin: 30px 0;
}
.optionsBlk h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}
.productMenu-sidebar {
  background-color: #cacaca;
  margin-right: 0;
  padding: 15px;
}
ul.other_prod_links {
  margin-bottom: 25px;
}
.other_prod_links li {
  display: inline !important;
  margin-right: 0;
}
.other_prod_links a {
  background: #e30913;
  display: inline-block !important;
  text-transform: uppercase;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  padding: 10px 20px !important;
  margin-top: 10px;
}
.productMenu-sidebar .form-control {
  border-color: #000;
  width: calc(100% - 50px);
}
.form-inline.header-searchform .input-group-append {
  position: absolute;
  right: 0;
  border: 1px solid #000;
}
.form-inline.header-searchform button {
  opacity: 1;
  width: 50px;
  padding: 0;
  margin: 0;
  background-color: #000;
  color: #fff;
  border-radius: 0;
  text-align: center;
  float: left;
}
.form-inline.header-searchform button .input-group-text {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  color: #fff;
  text-align: center;
  padding: 2px 0;
  display: block;
}
.productMenu-sidebar .input-group {
  margin-top: 10px;
  margin-bottom: 10px;
}
.productMenu-sidebar .form-inline {
  width: 100%;
}
.productMenu-sidebar .input-group-append .input-group-text {
  background-color: #000;
  border-color: #000;
  border-radius: 0;
}
.productMenu-sidebar .input-group-append .input-group-text i {
  color: #e30913;
  font: normal normal normal 14px/1 FontAwesome;
}
.video-content h2 {
  font-size: 22px;
  margin: auto auto 0;
  max-width: 80%;
}
.video-content .video_blk {
  min-height: 340px;
  display: flex;
  margin: auto;
  flex-direction: column;
}
.video-content .videoIcon {
  display: block;
  text-align: center;
  line-height: 0;
  margin: 15px auto auto;
}
.video-content .videoIcon img {
  max-width: 50px !important;
  outline: none;
  border: 0;
  display: inline-block;
}
.thumbnail-slider .common-thumb .slick-arrow {
  transform: none;
  background: #e30913;
  height: 100%;
  border: 0;
  padding: 0;
  width: 17px;
}
.thumbnail-slider .common-thumb .slick-arrow:before {
  content: "\f105";
  display: block !important;
  font-family: FontAwesome;
  color: #ffffff;
  opacity: 1;
  text-align: center;
}
.thumbnail-slider .common-thumb .slick-arrow.slick-prev:before {
  content: "\f104";
}
.req-quote {
  margin-top: 20px;
}
.req-quote .quote_btn {
  background-color: #e30913;
  padding: 10px 20px;
  font-family: "Roboto Condensed", sans-serif !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

/*ps*/
.other-products {
  display: none;
}
.other-products h2 {
  margin-bottom: 0;
}
.other-products .heading-block h2:before {
  left: 0;
  transform: none;
}
.other-products ul {
  padding: 0;
  text-align: left;
}
.other-products ul li {
  list-style: none;
  display: inline-block;
}
.other-products ul li a {
  color: #000;
  text-decoration: underline;
  padding: 10px 12px;
  display: block;
}
.other-products {
  padding-bottom: 70px;
}
.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
}
.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}
.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none;
}
.tabPlugin.r-tabs .r-tabs-panel ul {
  padding: 0;
}
.tabPlugin.r-tabs .r-tabs-panel ul li {
  list-style: none;
  padding: 2px 0;
}
.tabPlugin.r-tabs .r-tabs-panel ul li a {
  color: #ff0000;
}
.r-tabs .r-tabs-accordion-title {
  display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
  padding-top: 20px;
}
.r-tabs .r-tabs-panel.r-tabs-state-active img {
  max-width: 100%;
  height: auto;
}
.quaote_blk {
  padding: 80px 0 40px;
  background-color: #eeeeee;
}
.quaote_blk .heading-block {
  margin-bottom: 0;
}
.form-control {
  border-radius: 0;
  box-shadow: none;
  height: auto;
  padding: 10px 10px 7px;
  line-height: 20px;
  border-color: #ececec;
}
.wpcf7-form-control-wrap .form-control {
  min-height: 40px;
  padding: 7px 10px;
}
textarea.form-control {
  height: 120px;
}
.quaote_blk textarea.form-control {
  width: 100%;
  background-color: #fff;
}
.other_pro_links {
  padding-top: 50px;
}
.other_pro_links ul {
  padding: 0;
  margin: 0 -15px;
}
.other_pro_links ul:after {
  content: "";
  display: table;
  clear: both;
}
.other_pro_links ul li {
  float: left;
  width: 33.333%;
  padding: 0 15px;
  list-style: none;
}
.other_pro_links ul li:first-child a:before {
  content: "\f100";
  font-family: FontAwesome;
  margin-right: 4px;
}
.other_pro_links ul li:last-child a:after {
  content: "\f101";
  font-family: FontAwesome;
  margin-left: 4px;
}
.other_pro_links ul li a {
  background: #000;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  padding: 10px;
  margin-top: 10px;
}
.other_pro_links ul li:nth-child(2) a,
.other_pro_links ul li a.active_pro {
  background-color: #e30913;
}
.page_not_found h3 {
  color: #000;
  font-size: 48px;
  line-height: initial;
  margin-bottom: 40px;
}
.page_not_found {
  padding: 50px 0;
}
.search-page h4 {
  margin-bottom: 25px;
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
}
.result_list .searchResults .postImage {
  float: left;
  max-width: 260px;
}
.result_list .searchResults .postImage img {
  max-width: 100%;
}
.result_list .searchResults .searchContent {
  width: calc(100% - 275px);
  float: right;
}
.result_list .searchResults {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.result_list .searchResults .searchContent h3 {
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 5px;
}
.result_list .searchResults .searchContent p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 48px;
}
.submit-btn {
  display: inline-block;
  position: relative;
}
.submit-btn span.ajax-loader {
  position: absolute;
  left: 100%;
  top: 10px;
}
.productImage-right img {
  width: 100%;
}
.childProduct .product-content {
  margin: 0;
}
.childProduct .product-content h3 a {
  color: #ffffff;
  text-transform: uppercase;
  line-height: 25px;
}
.childProduct .productActions a:after,
.childProduct .productActions a:before {
  display: none;
}
.home .childProduct .productActions a {
  width: 100% !important;
}
.childProduct .productActions a {
  font-size: 13px;
  background: #4c4c4c;
  display: inline-block;
  width: 33.333%;
  text-align: left;
  margin: 0;
  float: left;
  color: #fff;
  border: 1px solid #fff;
  font-family: "Roboto Condensed", sans-serif;
  padding: 13px 13px;
  transition: 0.3s ease;
}
.parent-product-lisiting .childProduct .productActions li a {
  width: 100%;
}

.home .childProduct .productActions > ul > li,
.childProduct .productActions ul li.product-parent-link {
  position: relative;
}
.home .childProduct .productActions > ul > li > a,
.childProduct .productActions ul li.product-parent-link > a {
  padding: 13px 30px 13px 13px;
}
.home .childProduct .productActions > ul > li > a i,
.childProduct .productActions ul li.product-parent-link > a i {
  position: absolute;
  top: 15px;
  right: 15px;
}

.childProduct .productActions a.disabled {
  background: #717171;
  color: #ffffff7a;
  cursor: no-drop;
}
.childProduct .productActions a.disabled {
  background: #717171 !important;
}
.childProduct .productActions a i {
  margin-left: 5px;
}
.childProduct .productActions {
  border-top: 1px solid #fff;
  margin: 0 -1px 0;
  margin-top: auto;
}
.childProduct .productActions ul {
  padding: 0;
  list-style-type: none;
}
.childProduct .productActions ul li {
  position: relative;
}
/* .childProduct .productActions ul li:hover > ul {
  display: block;
} */
.childProduct .productActions ul ul {
  display: none;
  position: absolute;
  top: 48px;
  left: 1px;
  right: 1px;
  /* min-width: 350px; */
  padding: 0;
  z-index: 9;
  background: #282828;
  list-style-type: none;
}
.childProduct .productActions ul li ul li a {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5rem 10px !important;
  white-space: break-spaces;
  cursor: pointer;
  text-align: left;
  width: 100%;
  border: none;
  float: none;
}
.childProduct .productActions ul li ul li a:hover {
  background: #e30913;
}
.childProduct .productActions:after {
  content: "";
  display: table;
  clear: both;
}
.childProduct .productActions a:hover {
  background: #fd0002;
}

/* Product sidebar */
.products-template-products_child .product-intro .headingsecondary-block h2 {
  font-size: 26px;
}
.products-template-products_child .product-intro ul li {
  list-style: none;
  display: block;
}
.products-template-products_child .product-intro ul {
  padding: 0;
  text-align: left;
}
.products-template-products_child .product-intro ul li a {
  color: #000;
  text-decoration: underline;
  padding: 10px 12px;
  display: block;
}
.images-videos .headingsecondary-block h2 {
  font-size: 26px;
}
.bellows-nav li a {
  padding: 8px 30px 8px 0 !important;
  text-transform: uppercase;
  font-weight: 600;
}
.bellows .bellows-nav .bellows-subtoggle {
  width: 20px !important;
}
.bellows .bellows-nav .bellows-subtoggle .fa {
  top: 42%;
}
.bellows-nav .bellows-submenu li a {
  text-transform: none;
  padding: 5px 0 !important;
  font-weight: 300;
}
.bellows-nav .bellows-active > a,
.bellows-nav .bellows-current-menu-item > a {
  color: #e30913 !important;
}
.search-box {
  margin: 25px 0 50px;
}
.search-box form {
  display: flex;
  max-width: 45%;
  margin: auto;
  margin-bottom: 25px;
}
.search-box form input {
  border: 2px solid #000;
  padding: 14px 15px;
  margin: auto;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0 !important;
}
.search-box form input::-webkit-input-placeholder {
  color: #454545;
}
.search-box form input::-moz-placeholder {
  color: #454545;
}
.search-box form input:-ms-input-placeholder {
  color: #454545;
}
.search-box form input:-moz-placeholder {
  color: #454545;
}
.search-box form input:focus {
  border-radius: 0 !important;
}
.search-box button {
  padding: 18px;
  color: #e30913;
  background-color: #151515;
  border: none;
  font-size: 22px;
  border-radius: 0;
  transition: 0.3s ease;
}
.search-box button:hover {
  color: #151515;
  background-color: #e30913;
}
#application-casestudies {
  background-color: #eceaea;
  margin-bottom: 0px;
  margin-top: 100px;
  padding-bottom: 50px;
  padding-top: 50px !important;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
#application-casestudies:before,
#application-casestudies:after {
  position: absolute;
  content: "";
  background-color: rgba(232, 232, 232, 0.8);
  height: 100%;
  width: 50%;
  display: block;
  right: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
#application-casestudies:before {
  background-color: rgba(207, 207, 207, 0.5) !important;
  right: inherit;
  left: 0;
}
#application-casestudies > .container {
  z-index: 9;
  position: relative;
}

#application-casestudies .heading-block h2 {
  color: #e30913;
  margin-bottom: 30px;
}
#applications-section {
  position: relative;
  z-index: 999;
}
#application-casestudies .heading-block {
  text-align: left;
  margin-bottom: 0;
}
#application-casestudies .heading-block h2 span {
  color: #000;
}
#application-casestudies .heading-block h2:before {
  background-color: #e30913;
  border-right: 33px solid #000;
  left: 0;
  transform: none;
}
#application-casestudies ul {
  padding: 2px;
  list-style-type: none;
  text-align: left;
}
#application-casestudies ul li h3 {
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
  display: inline-block;
  padding-bottom: 2px;
}
#application-casestudies ul li a {
  color: #000;
  text-decoration: none;
  border-bottom: 0;
}
.casestudies_wrap h2 {
  font-size: 32px;
}
.cs_before_banner .inline-blk {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.cs_before_banner a.share_open_btn,
.cs_before_banner .share_open_wrap {
  display: inline-block;
}
.cs_before_banner a.share_open_btn,
.cs_before_banner .share_open_wrap a {
  width: 35px;
  display: inline-block;
  height: 35px;
  color: #e30915;
  font-size: 18px;
  border: 2px solid #e30913;
  text-align: center;
  line-height: 35px;
  border-radius: 35px;
  transition: 0.3s ease;
}
.cs_before_banner {
  margin-bottom: 30px;
  margin-top: 15px;
}
.cs_before_banner a.share_open_btn:hover,
.cs_before_banner .share_open_wrap a:hover {
  background: #e30913;
  color: #fff;
}
.casestudies_wrap .cs_post_img {
  margin-bottom: 20px;
}
.casestudies_wrap h3 {
  color: #000;
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.casestudies_wrap h4,
.casestudies_wrap h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #000;
}
.casestudies_wrap p a {
  color: #e30913;
}
.cs_sidebar .sidebar-category-list li {
  border-bottom: 2px solid #cfcfcf;
  padding: 20px 0;
}
.cs_sidebar .sidebar-category-list li a {
  color: #636363;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.cs_sidebar .sidebar-category-list li a .count {
  color: #e30913;
  display: inline-block;
  float: right;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.cs_sidebar .sidebar-category-list li a .count p {
  font-size: inherit;
  font-weight: 700;
  color: #e30913;
}
.cs_sidebar ul {
  padding: 0;
}
.cs_sidebar ul li {
  list-style: none;
}
.cs_sidebar .widget {
  margin-top: 30px;
}
.cs_sidebar .widget:first-child {
  margin-top: 0;
}
.cs_sidebar .widget h3.widget-title {
  padding-top: 20px;
}
.cs_sidebar .sidebar-category-tags {
  margin-top: 35px;
}
.cs_sidebar .sidebar-category-tags li {
  margin-bottom: 15px;
  padding-right: 5px;
  padding-left: 5px;
  display: inline-block;
}
.cs_sidebar .sidebar-category-tags li a {
  border: 2px solid #e30913;
  color: #e30913;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 10px;
}
.cs_sidebar .product-search-input {
  margin: 0;
  -webkit-border-radius: 0;
  background: url(../../assets/img/search.png) no-repeat 14px;
  background-size: 21px;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  cursor: pointer;
  height: 50px;
  padding-left: 50px;
  width: 100%;
}
.cs_body_content {
  margin-bottom: 30px;
}
.cs_article-footer {
  display: table;
  margin: 0 -10px;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cs_article-footer li {
  display: table-cell;
  padding: 0;
}
.cs_article-footer li.previous {
  width: 130px;
}
.cs_article-footer li .link {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.cs_article-footer li.share-option {
  text-align: center;
}
.cs_article-footer li.share-option .outline-btn {
  display: none;
}
.cs_article-footer li.next {
  text-align: right;
  width: 130px;
}
.cs_article-footer li .link i {
  font-size: 55px;
  position: relative;
  top: 12px;
  padding: 0 10px;
}
.multi-lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "\f107";
  font-family: FontAwesome;
  margin-top: -5px;
  font-size: 20px;
  right: 15px;
  border-width: 0;
}
.multi-lang .wpml-ls-legacy-dropdown .wpml-ls-flag {
  display: inline;
  vertical-align: middle;
  height: 28px;
  border: 2px solid #fff;
  margin-right: 8px;
  width: auto;
}
.menubar .navbar-nav > li.nav-item {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.productapp-section ul li a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
div.wpcf7-validation-errors {
  border: 2px solid #ff0000 !important;
  color: #ff0000;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  background-color: #e30913 !important;
  border: none !important;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff !important;
  font-size: 17px;
  font-weight: 400;
}
.wpml-ls-legacy-dropdown {
  width: 100% !important;
}
.wpml-ls-sub-menu a {
  width: 100%;
  border: none !important;
  padding: 10px 11px !important;
}
.wpml-ls-sub-menu li {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e30913;
}
.aapp .card {
  border-radius: 0;
  border: 0;
  margin-bottom: 5px;
}
.aapp .card-header {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}
.aapp .card-header h5 button {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  text-decoration: none;
  position: relative;
  background: #e30913;
  border-radius: 0;
  font-family: "Roboto Condensed", sans-serif;
}
.aapp .card-header h5:hover button {
  text-decoration: none;
}
.aapp .card-header h5 button:after {
  content: "\f106";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 20px;
  top: 14px;
  z-index: 9;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 30px;
}
.aapp .card-header h5 button[aria-expanded="true"]:after {
  content: "\f107";
}
.aapp .card-header h5 button.collapsed {
  background-color: #393939 !important;
}
.aapp .card-header h5 button {
  background-color: #e30913 !important;
}
.aapp .card-body {
  padding: 50px 0 30px;
}
.aapp .card-body .cd-inner {
  padding-right: 6%;
}
.aapp .card-body .con-img {
  margin-bottom: 20px;
}
.aapp .card-body .con-img img {
  max-width: 100%;
}
.cd-sidebar h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 15px;
  font-size: 24px;
}
.cd-sidebar img {
  width: 100%;
  max-width: 100%;
  height: 230px;
  object-fit: cover;
  margin-bottom: 20px;
}
.cd-sidebar a {
  color: #e30913;
  font-weight: 500;
}
.cd-sidebar .box-sidebar {
  position: relative;
  padding: 40px 40px 60px;
  background: #eee;
}
.cd-sidebar .box-sidebar h4 {
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 15px;
}
.cd-sidebar .box-sidebar p {
  font-size: 16px;
  line-height: 22px;
}
.cd-sidebar .box-sidebar a {
  position: absolute;
  background: #e30913;
  color: #fff;
  display: block;
  padding: 10px 15px;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  transition: 0.4s ease-in-out;
}
.cd-sidebar .box-sidebar:hover a {
  background: #393939;
}
.cd-sidebar .box-sidebar:hover a:hover {
  background: #e30913;
}
.box-sidebar {
  position: relative;
}
.widget {
  margin-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
}
.widget h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
}
.widget ul {
  list-style: none;
  padding-left: 0;
}
.widget ul li {
  list-style: none;
  display: inline-block;
}
.widget ul li a {
  color: #000;
  text-decoration: none;
}
.search-widget form {
  position: relative;
}
.search-widget input {
  width: 100%;
  border: 2px solid #000;
  padding: 8px 10px;
  outline: none;
}
.search-widget [type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  background-color: #ccc;
  width: 50px;
  height: 100%;
  border-radius: 0;
  background-color: #000;
  color: #fff;
  outline: none;
}
.search-widget [type="submit"]:after {
  content: "\f002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 44px;
  color: #e30913;
}
.tag-widget li {
  margin-bottom: 10px;
  margin-right: 5px;
}
.tag-widget li a {
  display: inline-block;
  background: #eee;
  padding: 5px 10px;
  font-weight: 400;
}
.tag-widget li a:hover {
  background-color: #ededed;
}

.core-list-widget li,
.recently-widget li {
  margin-bottom: 10px;
  width: 100%;
}
.core-list-widget li a,
.recently-widget li a {
  display: inline-block;
  background: #eee;
  padding: 10px 15px;
  font-weight: normal;
  width: 100%;
}
.core-list-widget li a:hover,
.recently-widget li a:hover {
  background-color: #e8e6e6;
}

.applicationMenu-sidebar {
  background-color: #eeeeee;
}
.applicationMenu-sidebar ul {
  margin: 0;
  padding: 0;
}
.applicationMenu-sidebar ul li.app_active a {
  color: #e30913;
}
.applicationMenu-sidebar ul li a {
  line-height: 24px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 30px 8px 0 !important;
  display: block;
  font-size: 18px;
}
.applicationMenu-sidebar ul li {
  list-style: none;
}
.applicationMenu-sidebar h3 {
  color: #000;
  font-size: 24px;
  position: relative;
  margin-bottom: 30px;
}
.applicationMenu-sidebar .headingsecondary-block h3:before {
  content: "";
  position: absolute;
  background-color: #000;
  height: 4px;
  border-right: 33px solid #e30913;
  max-width: 150px;
  width: 100%;
  left: 0;
  bottom: -10px;
}
.product-block.app-product-block img {
  height: 230px;
}
.product-block.app-product-block h3 {
  margin-bottom: 0;
}
.app_case_content h3 {
  color: #000;
  font-size: 24px;
  margin-top: 20px;
}
.app_case_content p {
  margin-bottom: 25px;
  font-weight: 400;
}
.app_name,
.app_case_title {
  font-size: 32px;
  margin-bottom: 20px;
}
.app_case_title,
.app_case_title + .sharethis {
  margin-bottom: 20px;
}
.app_case_content img {
  margin-bottom: 40px;
}
.app_case_content ul {
  margin-bottom: 25px;
  padding: 0;
}
.app_case_content ul li {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
  list-style: none;
  position: relative;
  padding: 3px 0;
}
.app_case_content ul li:before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  color: #e30913;
}
.app-cd-sidebar h3 {
  color: #000;
}
.cd-sidebar.app-cd-sidebar .box-sidebar {
  background-image: url(../img/case-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
/*.cd-sidebar.app-cd-sidebar .box-sidebar:after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: calc(100% - 50px); background: rgb(238 238 238 / 0.90); }*/
.cd-sidebar.app-cd-sidebar .box-sidebar h4,
.cd-sidebar.app-cd-sidebar .box-sidebar p {
  position: relative;
  z-index: 9;
}
.print-logo {
  display: none;
}
.cd-sidebar.app-cd-sidebar a {
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.tss {
  margin-bottom: 50px;
}
.tss .tss-img {
  border-radius: 50%;
  margin-bottom: 35px;
  width: 65px;
  height: 65px;
  text-align: center;
}
.tss img {
  max-width: 100%;
  border-radius: 50%;
}
.tss h3 {
  color: #000;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
}
.tss p {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}
.tss p a {
  text-decoration: underline;
  color: #000;
}
.tcs {
  background-color: #eeeeee;
  background-size: cover;
  background-position: center;
}
.tcs h2 {
  font-size: 30px;
}
.tcs p {
  font-size: 17px;
  font-weight: 400;
}
.cgservices.wwr-section .wwr-right {
  background-color: #fff !important;
}
.cgservices h2 {
  font-size: 30px;
}
.cgservices ul {
  margin-bottom: 25px;
  padding: 0;
}
.cgservices ul li {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
  list-style: none;
  position: relative;
  padding: 3px 0 3px 30px;
}
.cgservices ul li:before {
  content: "";
  background: url(../img/li-arrow.jpg) no-repeat left top;
  margin-right: 10px;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  color: #e30913;
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 14px;
  background-size: contain;
}
.section2 .headingsecondary-block h2 {
  font-size: 30px;
}
#application-casestudies.section2 {
  margin-top: 0;
}
.service-banner .com-btn {
  padding: 12px 20px;
}
.service-banner h1 {
  margin-bottom: 25px;
}
.app_case_content_wrap .app_case_content_inner img {
  height: 260px;
  object-fit: cover;
  object-position: center;
  margin: 0;
}
.app_case_content_wrap .app_case_content_inner p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.app_case_content_wrap .app_case_content_inner {
  margin-bottom: 30px;
}
.app_case_content_wrap .app_case_content_inner h3 a {
  color: #000 !important;
}
.casestudies_banner .inner-banner.app_case_content_wrap h1 {
  color: #fff;
}

.banner-image {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.applications-template-default p {
  font-weight: normal !important;
}

#pagebanner .banner-btn {
  display: inline-block;
}

.playicon {
  display: inline-block;
  margin-top: 20px;
}

#specifications-section {
  margin-top: 50px;
}
#specifications-section + #req-quote {
  margin-top: 80px;
}
.cgservices .wwr-right-inner {
  max-width: 595px;
  margin-left: auto;
}
.servicesListings h2 {
  font-size: 30px;
}
.servicesListings {
  position: relative;
}
.servicesListings > .container {
  z-index: 9;
  position: relative;
}
.servicesListings:before {
  position: absolute;
  content: "";
  background: url(../img/service_blk_left.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 50%;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
}
.servicesListings:after {
  position: absolute;
  content: "";
  background: url(../img/service_blk_right.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 50%;
  display: block;
  right: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.servicesListings .heading-block {
  margin-bottom: 20px;
}

.page-template-applications .childProduct .productActions a {
  white-space: nowrap;
  padding: 13px 5px;
  text-align: center;
}

.product-details {
  margin: 30px 0 0;
}
.product-details h2 {
  font-size: 26px;
  position: relative;
  display: inline-block;
  width: auto;
  margin-bottom: 30px;
}
.product-details h2:before {
  content: "";
  position: absolute;
  background-color: #000;
  height: 4px;
  border-right: 33px solid #e30913;
  max-width: 150px;
  width: 100%;
  left: 0;
  bottom: -10px;
}
.product-details p {
  font-weight: 400;
}
.product-details p strong {
  margin-top: 30px;
  display: inline-block;
}
.product-details img {
  display: block;
  margin: 20px auto;
}
.product-details li {
  list-style: disc !important;
  display: list-item !important;
  list-style-position: inside !important ;
}

@media all and (min-width: 992px) {
  .product-block.app-product-block {
    padding-left: 30px;
  }
  .section2 .sec1 {
    padding-right: 5%;
  }
  .section2 .sec2 {
    padding-left: 5%;
    padding-right: 0;
  }
  .app_case_content_wrap {
    padding-right: 20px;
  }
  #casestudies-section .casestudies {
    padding-left: 40px;
  }
  .servicesList_inner_wrap {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
  .productMenu-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1500px) {
  .menubar .navbar-nav > li.nav-item {
    padding: 0.5rem 1.35rem !important;
    line-height: 35px;
  }
  .navbar-nav li.nav-item ul.sub-menu {
    left: 23px;
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    min-width: 360px;
    padding: 0;
    z-index: 10;
    background: #282828;
  }
  .navbar-nav li.nav-item ul.sub-menu .sub-menu {
    background-color: #626262;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .navbar-nav li.nav-item.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .navbar-nav li.nav-item.menu-item-has-children {
    position: relative;
  }
  .navbar-nav li.nav-item ul.sub-menu li {
    list-style: none;
    position: static;
  }
  .navbar-nav li.nav-item ul.sub-menu li a:hover,
  .navbar-nav li.nav-item ul.sub-menu li.current-menu-item > a,
  .navbar-nav li li.current-menu-parent > a {
    background: #e30913;
  }
  .navbar-nav li.nav-item:hover > ul > li:hover > a {
    background: #e30913;
  }
  .navbar-nav li.nav-item ul ul.sub-menu {
    left: 100%;
    top: 0;
  }
  .navbar-nav li.nav-item a:hover + .sub-menu a:after,
  .navbar-nav li.nav-item .sub-menu a:after {
    display: none;
  }
  .navbar-nav li.nav-item a:hover + .sub-menu a:hover {
    background: #e30913;
    margin: 0;
    padding: 8px 10px !important;
  }
  .navbar-nav li.nav-item a:hover + .sub-menu a {
    margin: 0;
    padding: 8px 10px !important;
  }
  .navbar-nav li.nav-item li.nav-item li.nav-item a {
    line-height: 24px;
    word-break: break-all;
    white-space: pre-line;
  }
  .navbar-nav li.nav-item li.nav-item a {
    padding: 0.5rem 10px !important;
    white-space: break-spaces;
  }
  .navbar-nav li.nav-item a {
    display: block; /*padding: .5rem 10px !important;*/
    margin: 0px 0px;
    position: relative;
  }
  .navbar-nav li.nav-item:hover > a:after,
  .navbar-nav li.nav-item a:hover:after,
  .navbar-nav li.nav-item.current-menu-item a:after,
  .navbar-nav li.nav-item.current-menu-parent > a:after,
  .navbar-nav .current-menu-ancestor > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 3px;
    width: 100%;
    background-color: #e30913;
  }
  .navbar {
    margin-right: -1rem;
    margin-left: -1rem;
    padding: 1rem !important;
  }
  .mobile-search {
    display: none;
  }
  .header-search {
    margin: 0 10px;
    background: #393939;
    padding: 2px 4px;
  }
  .menubar .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .menubar .navbar-expand-lg .navbar-collapse {
    display: block;
  }
  .bannerblock .banner-text img {
    max-width: 345px;
  }
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  .sticky + .content {
    padding-top: 35px;
  }
  .navbar-nav > li.nav-item.menu-item-has-children > a:before {
    content: "\f107";
    position: absolute;
    right: 0;
    font-family: FontAwesome;
    font-size: 19px;
    top: 0px;
  }
  .navbar-nav > li.nav-item.menu-item-has-children > a {
    padding-right: 20px;
  }
  .casestudies_banner .inner-banner {
    height: 345px;
  }
}
@media only screen and (max-width: 1199px) {
  .wwr-right-inner {
    padding: 50px;
  }
  .wwr-right-inner {
    padding: 50px;
  }
  .jot-section {
    padding-top: 20px !important;
  }
  .jot-section .jot-inner {
    margin-bottom: 5%;
  }
}
@media all and (max-width: 1550px) {
  .menubar .navbar-nav > li.nav-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  a.navbar-brand {
    max-width: 186px;
  }
  .menubar .navbar-nav > li.nav-item ul ul a {
    color: white !important;
  }
}
@media all and (max-width: 1500px) {
  .callquote a {
    font-size: 20px !important;
  }
  .callquote i {
    display: none;
  }
  .topbar {
    display: none;
  }
  .navbar-brand {
    width: 50%;
  }
  .navbar-brand img {
    width: 100%;
    max-width: 100%;
  }
  .navbar-toggler {
    background-color: #fff;
  }
  .mobile-search i {
    color: #fff;
    font-size: 25px;
  }
  .header-search {
    display: none;
  }
  .quote {
    text-align: center;
  }
  .menubar .navbar-expand-lg .navbar-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 34px;
  }

  /* .menubar .navbar-expand-lg .navbar-collapse { display: none !important ; } */
  .menubar .mobile-search {
    position: absolute;
    right: 98px;
    top: 40px;
  }
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
  .navbar-expand-lg .navbar-collapse.show {
    display: block !important; /*overflow-y: scroll; height: 80vh;*/
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .navbar-expand-lg {
    -ms-flex-flow: wrap !important;
    flex-flow: wrap !important;
    display: block;
  }
  .sticky {
    position: static !important;
  }
  .menu-item.nav-item {
    padding-left: 20px;
    list-style: none;
  }
  .navbar-nav > li a {
    padding: 6px 0;
    display: inline-block;
    width: 100%;
  }
  .callquote a {
    font-size: 26px !important;
  }
}
@media all and (max-width: 1380px) {
  .bannerblock .banner-text h1 {
    font-size: 30px;
  }
}
@media all and (max-width: 1025px) {
  .bannerblock .banner-text h1 {
    font-size: 30px;
  }
  .additional-info h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
  .ft-menu img {
    width: 60%;
  }
  .ft-menu {
    text-align: left;
  }
  .contact-form form input,
  textarea {
    width: 100%;
  }
  .productapp-section .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bannerblock .row {
    display: block;
  }
  .bannerblock .row .col-md-4,
  .bannerblock .row .col-md-8 {
    width: 100%;
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner-image {
    height: 380px !important;
    background-position: center;
  }
  .bannerblock .banner-text {
    padding: 50px;
  }
  .bannerblock .banner-text {
    min-height: 330px;
  }
  .col-lg-6.col-md-6.col-sm-12.wwr-right.headingsecondary-block
    .wwr-right-inner {
    padding: 40px 0 10px;
  }
}
@media all and (max-width: 767px) {
  .images-videos .col-md-6:nth-child(2) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .tabPlugin .r-tabs-accordion-title a {
    background: #ff0000;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    display: block;
    padding: 9px 15px;
    min-width: 180px;
    text-align: center;
  }
  .tabPlugin .r-tabs-accordion-title.r-tabs-state-active a {
    background: #fff;
    color: #ff0000;
    border: 1px solid #000;
    border-bottom-width: 0;
  }
  #additional-info-tab {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  body {
    padding-bottom: 0px !important;
  }
  .search-box form {
    max-width: 100%;
  }
  .cs-item img {
    height: auto;
  }
  .papp-item img {
    height: auto;
  }
  .wwr-section .wwa-bg {
    min-height: 400px;
  }
  .quote {
    width: 100%;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  h2 {
    font-size: 28px;
  }
  p {
    font-size: 16px;
    line-height: 22px;
  }
  .ft-menu {
    text-align: center;
  }
  .copyright p {
    margin-bottom: 15px;
    text-align: center !important;
  }
  .callblock {
    position: relative;
  }
  .productblock {
    margin-bottom: 30px;
  }
  .product-section {
    padding: 50px 0;
  }
  .contact-wrap {
    padding: 20px;
  }
  .contact-form {
    padding: 20px;
  }
  .contact-bg {
    width: 100%;
    height: 55%;
    right: 0;
    left: 0;
    top: 0;
    bottom: unset;
  }
  .form-bg {
    width: 100%;
    height: 55%;
    right: 0;
    left: 0;
    bottom: 0;
    top: unset;
  }
  .jot-section img {
    position: relative;
    bottom: 16px;
  }
  .jot-section {
    margin-top: 0;
  }
  .bannerblock .banner-text {
    padding: 0px 35px;
  }
  .pagebanner .owl-nav {
    display: none;
  }
  .pagebanner .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
  }
  .pagebanner .owl-dots .owl-dot {
    background-color: #fff;
    height: 10px;
    width: 10px;
    margin: 0px 5px;
    border-radius: 50%;
  }
  .pagebanner .owl-dots .owl-dot.active {
    background-color: #e30913;
  }
  .pt-200 {
    padding-top: 50px;
  }
  .pb-200 {
    padding-bottom: 50px;
  }
  .pb100 {
    padding-bottom: 50px !important;
  }
  .pt100 {
    padding-top: 50px !important;
  }
  .heading-block {
    margin-bottom: 20px;
  }
  .video_blk a img {
    width: 20%;
    height: auto;
  }
  .heading-block h2,
  .headingsecondary-block h2 {
    margin-bottom: 30px;
  }
  .cs-item p,
  .wwr-right-inner p,
  .jot-section .jot-inner p {
    font-size: 16px;
    line-height: 20px;
  }
  .bannerblock {
    background-position: center center;
  }
  #pro-gallery .owl-nav {
    display: none;
  }
  .additional-info h2 {
    font-size: 28px;
  }
  .optionsBlk {
    margin: 15px 0;
  }
  .optionsBlk img {
    width: 100%;
  }
  .optionsBlk h3 {
    margin-top: 15px;
  }
  .tabPlugin.r-tabs .r-tabs-panel {
    padding: 20px;
  }
  .inner-banner {
    min-height: 150px;
  }
  .inner-banner h1 {
    font-size: 32px;
  }
  .other-products {
    padding-bottom: 40px;
  }
  .other-products ul li a {
    padding: 5px 15px;
  }
  .other_pro_links ul li {
    width: 100%;
  }
  .products-template-products_child .product-intro .productImage-right {
    margin-bottom: 40px;
  }
  #application-casestudies:after {
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  #casestudies-section {
    position: relative;
    z-index: 999;
  }
  .result_list .searchResults .postImage {
    width: 100%;
    max-width: inherit;
  }
  .result_list .searchResults .searchContent {
    width: 100%;
  }
  .result_list .searchResults .postImage {
    margin-bottom: 20px;
  }
  .copyright .footernav {
    text-align: center;
  }
  .sub-menu {
    padding-left: 20px;
  }
  .menu-item.nav-item {
    padding-left: 0px;
  }
  .navbar-nav > li a {
    white-space: unset;
  }
  .side-buttons {
    padding-left: 0;
    margin-top: 15px;
  }
  .servicesList_inner_wrap {
    padding-top: 40px;
  }
}

/*Footer CSS End*/
@media only screen and (max-width: 480px) {
  .wwr-right-inner {
    padding: 30px;
  }
  .callblock a {
    font-size: 22px;
  }
  .productapp-section .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*27-10-2020*/
#wpcf7-f190-o1 span.send_c .wpcf7-checkbox .wpcf7-list-item-label {
  color: #fff !important;
}
span.send_c .wpcf7-list-item input {
  width: 30px !important;
}
span.send_c .wpcf7-list-item {
  margin-left: 0px !important;
}
body.search-results .pagination span.page-numbers.current {
  padding: 10px;
  background-color: #e30913;
  color: #fff;
}
body.search-results .pagination a.page-numbers {
  padding: 10px;
  color: #000;
}
body.search-results .pagination {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
body.search-results #st-2 {
  display: none !important;
}

/* 9-11-2020 */
.cnt_left_details ul {
  list-style: none;
  padding-left: 0;
}
.cnt_left_details h4 {
  font-size: 24px;
  font-family: "Roboto";
  color: rgb(29, 29, 27);
  font-weight: bold;
  line-height: 0.917;
  margin-top: 40px;
}
.cnt_left_details ul li a {
  color: #fd0100;
}
.cnt_left_details ul li label {
  font-size: 18px;
  line-height: 22px;
  color: #1d1d1b;
  margin-right: 10px;
}
.col-sm-6.cnt_rightbox {
  background-size: cover;
  background-position: right top;
  padding-left: 50px;
}
.col-sm-6.cnt_rightbox p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}

section.contactsection {
  position: relative;
}
section.contactsection::after {
  background: url("/wp-content/uploads/2020/11/contact-form-background.jpg") !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 50%;
  display: block;
  right: 0;
  top: 0;
  z-index: 1;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.5);
  filter: grayscale(100%);
}
section.contactsection .col-sm-6.cnt_rightbox {
  z-index: 2;
}
section.contactsection h2 {
  color: #fd0100;
}
section.contactsection .col-sm-6.cnt_rightbox h2 {
  color: #fd0100;
}
section.contactsection
  .col-sm-6.cnt_rightbox
  .left-border.heading-block
  h2::before {
  background-color: #fff;
}
section.contactsection textarea.form-control {
  background: #fff;
  width: 100%;
}
section.contactsection .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
  margin-left: 18px;
}
.pagecontent.contatpagecnt h2.simple_title {
  font-size: 3em;
  line-height: 22px;
  color: #1d1d1b;
}
.pagecontent.contatpagecnt h2.simple_title::before {
  background: none;
  border: none;
}
.pagecontent.contatpagecnt .btn.com-btn {
  display: inline-block;
  padding: 10px 30px;
  font-size: 24px;
  line-height: 26px;
}
.pagecontent.contatpagecnt .theme_form {
  text-align: center;
}

.mapsection h2 {
  font-size: 2.4em;
}
.pagecontent.contatpagecnt .mapsection .theme_form {
  text-align: left;
}
.pagecontent.contatpagecnt .mapsection .theme_form p {
  color: #1d1d1b;
  font-size: 18px;
  line-height: 22px;
}
.pagecontent.contatpagecnt .mapsection .theme_form a {
  color: #fd0100;
  font-size: 18px;
  line-height: 22px;
}
.pagecontent.contatpagecnt .mapsection {
  position: relative;
}
.pagecontent.contatpagecnt .mapsection::before {
  background: url("/wp-content/uploads/2020/11/map.jpg") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute;
  content: "";
  background-position: center !important;
  height: 100%;
  width: 50%;
  display: block;
  left: 0;
  top: 0;
}

.careerpage .btn.com-btn {
  display: inline-block;
  padding: 10px 30px;
  font-size: 24px;
  line-height: 26px;
}
h2.smalltitles {
  font-size: 30px;
  line-height: 22px;
  text-align: left;
  width: 100%;
}
.heading-block h2.smalltitles::before {
  right: inherit;
  bottom: -20px;
}
.careerpage .whymassload ul {
  columns: 2;
  padding: 0;
  text-align: left;
}
.careerpage .whymassload ul li {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  list-style: none;
  position: relative;
  padding: 3px 0 3px 30px;
}
.careerpage .whymassload ul li::before {
  content: "";
  background: url(../img/li-arrow.jpg) no-repeat left top;
  margin-right: 10px;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  color: #e30913;
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 14px;
  background-size: contain;
}

.joblistingpage h3 a {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 24px;
}
.joblistingpage h5 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-style: italic;
}
.joblistingpage p {
  font-size: 16px;
  line-height: 24px;
}
.joblistingpage .btn.applynow.com-btn {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.joblistingpage .product-content {
  position: relative;
}
.joblistingpage .product-content .applynow {
  position: absolute;
}
.heading-block.carrer_fullwidth {
  width: 100%;
}
.fityourbestsec .heading-block {
  margin-bottom: 0;
}
.fityourbestsec {
  background-image: url(../img/career-bg-pattern.jpg);
  padding: 60px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.fityourbestsec p {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin-top: 20px;
}
.fityourbestsec .btn.com-btn {
  margin-top: 20px;
}
.whymassload {
  margin-top: 20px;
}
.margin20 {
  margin-top: 20px;
}
.careerpage .product-section {
  padding: 60px 0px;
}

.careerpage .col-sm-6 .form-group span {
  display: inherit;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 7px;
}
.careerpage #wpcf7-f1890-o1 input[type="file"] {
  background: #fff;
  padding: 10px;
  width: 100%;
}
#postionlist {
  text-transform: capitalize;
}

/*17-11-2020*/
.pagecontent.contatpagecnt .quaote_blk {
  padding-top: 50px;
}
.form-group span.wpcf7-not-valid-tip {
  display: none !important;
}
.form-group input.wpcf7-form-control.wpcf7-not-valid {
  border: 2px solid #cc0000;
}
.form-group textarea.wpcf7-form-control.wpcf7-not-valid {
  border: 2px solid #cc0000;
}
#wpcf7-f1840-o1 div.wpcf7-response-output {
  color: #fff !important;
}
#wpcf7-f1840-o1 span.send_c span.wpcf7-list-item-label {
  color: #fff !important;
}

#menubar .navbar-nav li#menu-item-1357 ul.sub-menu li.current-menu-item > a {
  background: inherit !important;
}

/**
 * Page Sections
 */
.page-section {
  padding: 80px 0;
}
.page-section .inner-section {
  margin-bottom: 80px;
}
.page-section .inner-section:last-child {
  margin-bottom: 0;
}
.page-section .section-heading,
.page-section .section-title {
  font-weight: 700;
  margin: 0 0 35px;
  line-height: 40px;
}
.page-section .section-title {
  color: #000;
  font-size: 30px;
  margin: 0 0 80px;
}
.page-section .section-sub-title {
  margin: 0 0 35px;
}
.page-section .section-heading .highlight,
.page-section .section-title .highlight {
  color: #e30b13;
  position: relative;
}
.page-section .section-heading .highlight:before,
.page-section .section-title .highlight:before {
  content: "";
  width: 100%;
  min-width: 65px;
  max-width: 110px;
  background-color: #000;
  height: 4px;
  position: absolute;
  left: 0;
  right: auto;
  bottom: -10px;
}
.page-section .section-title .highlight:before {
  border-right: 20px solid #e30913;
}
.page-section .section-desc {
  margin: 0 0 40px;
}
.page-section p,
.page-section .section-contents,
.page-section .section-contents p,
.page-section .section-desc,
.page-section .section-desc p {
  font-weight: 400;
  font-size: 16px;
}
.page-section .image-col img {
  width: 100%;
}
.section-list-wrap .list-item {
  margin-bottom: 25px;
  position: relative;
}
.section-list-wrap .list-item .list-icon {
  color: #e30913;
  position: absolute;
  top: 5px;
  left: -5px;
}
/* Section Heading, Title & Contents Center */
.page-section .section-heading.center,
.page-section .section-title.center {
  width: 100%;
  text-align: center;
  position: relative;
}
.page-section .section-heading.center .highlight:before,
.page-section .section-title.center .highlight:before {
  display: none;
}
.page-section .section-heading.center:before,
.page-section .section-title.center:before {
  content: "";
  width: 100%;
  min-width: 65px;
  max-width: 110px;
  background-color: #000;
  height: 4px;
  position: absolute;
  top: auto;
  left: 45%;
  right: auto;
  bottom: -15px;
}
.page-section.container-fluid .section-heading.center:before,
.page-section.container-fluid .section-title.center:before {
  left: 47%;
}
.page-section .section-title.center:before {
  border-right: 20px solid #e30913;
}
.page-section .section-contents.center {
  text-align: center;
}
.page-section .section-contents.center .com-btn {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
}
/* Image Background Page Section */
.page-section.image-background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.page-section.image-background:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--data-color);
  position: absolute;
  top: 0;
  opacity: 0.75;
}
/* Core Grid Items Page Section */
.page-section.core-grid-items .section-contents {
  width: 100%;
}
.page-section.core-grid-items .section-contents .grid-items {
  width: 95%;
  display: block;
  margin: 0 auto;
}
.page-section.core-grid-items .grid-item {
  padding: 0 60px;
}
.page-section.core-grid-items .grid-image-wrap,
.page-section.core-grid-items .grid-title-wrap {
  margin: 0 0 25px;
}
.page-section.core-grid-items .grid-image-wrap img {
  min-width: 75px;
  max-width: 100px;
}

/* Full Scaled Page Section */
.page-section.full-scaled-column {
  padding: 0;
  position: relative;
}
.page-section.full-scaled-column .inner-section {
  position: static;
  padding: 0;
}
.page-section.full-scaled-column .image-col {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
}
.page-section.full-scaled-column .inner-section.contain {
  position: relative;
}
.page-section.full-scaled-column.left .image-col {
  left: 0;
}
.page-section.full-scaled-column.right .image-col {
  right: 0;
}
.page-section.full-scaled-column.left .details-col {
  padding-right: 0;
}
.page-section.full-scaled-column.right .details-col {
  padding-left: 0;
}
.page-section.full-scaled-column .details-col {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
.page-section.full-scaled-column.left .details-col {
  padding-left: 80px;
}
.page-section.full-scaled-column.right .details-col {
  padding-right: 80px;
}
@media all and (max-width: 992px) {
  .page-section.full-scaled-column .section-wrap.container {
    max-width: 100%;
  }
  .core-tabs-ui .core-tab,
  .core-tabs-ui .core-tab-contents,
  .page-section.economic-sustainability .image-col,
  .page-section.economic-sustainability .details-col,
  .page-section.core-grid-items .grid-item,
  .page-section.full-scaled-column .image-col,
  .page-section.full-scaled-column .details-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
  body section.page-section.economic-sustainability.container,
  section.page-section.economic-sustainability-journey.container,
  body .core-tabs-ui .core-tab .core-tab-lists {
    width: 100%;
    max-width: 100%;
  }
  body .core-tabs-ui .core-tab .core-tab-lists .core-tab-list {
    margin-right: 5px;
    display: inline-block;
  }
  .page-section.core-grid-items .grid-item {
    margin-bottom: 15px;
  }
  .page-section.full-scaled-column .image-col:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 59%);
    display: inline-block;
    position: relative;
  }
  .page-section.full-scaled-column .section-title,
  .page-section.full-scaled-column .section-desc p {
    color: #fff;
  }
  .page-section.full-scaled-column .section-heading .highlight:before,
  .page-section.full-scaled-column .section-title .highlight:before {
    background-color: #fff;
  }
  .page-section.full-scaled-column.left .details-col {
    /* padding-left: 15px; */
  }
  .page-section.full-scaled-column.right .details-col {
    /* padding-right: 15px; */
  }
  body section.page-section.economic-sustainability.container,
  section.page-section.economic-sustainability-journey.container,
  body .page-section.core-grid-items .grid-item {
    padding-left: 85px;
    padding-right: 85px;
  }
  .page-section.full-scaled-column .details-col {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and (max-width: 768px) {
  body .page-section .section-title {
    margin: 0 0 40px;
  }
  section.page-section.company-values.container {
    width: 100%;
    max-width: 100%;
  }
  section.page-section.company-values.container,
  .page-section.full-scaled-column.left .details-col,
  .page-section.full-scaled-column.right .details-col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-section.full-scaled-column.left.economic-sustainability .details-col,
  .page-section.full-scaled-column.right.economic-sustainability .details-col,
  body section.page-section.economic-sustainability.container,
  body
    section.page-section.economic-sustainability.container
    .section-list-wrap,
  section.page-section.economic-sustainability-journey.container {
    padding-left: 30px;
    padding-right: 30px;
  }
  body .page-section.core-grid-items .grid-item {
    padding-left: 45px;
    padding-right: 45px;
  }
  .core-tabs-ui .core-tab-logo {
    text-align: center;
    margin-bottom: 25px;
  }
  .page-section.container-fluid .section-heading.center:before,
  .page-section.container-fluid .section-title.center:before,
  .page-section .section-heading.center:before,
  .page-section .section-title.center:before {
    left: 40%;
  }
}

/**
 * Single Products Page
 */
.specifications-table tr td,
.specifications-table tr td p {
  font-weight: normal;
  font-size: 16px;
}

/**
 * Core Tabs UI
 */
.core-tabs-ui .core-tab-details-wrap {
  display: none;
}
.core-tabs-ui .core-tab-details-wrap.active {
  display: block;
}
.core-tabs-ui .core-tab-logo img {
  max-width: 100px;
}
.core-tabs-ui .core-tab-desc p {
  font-size: 16px;
  font-weight: normal;
}
.core-tabs-ui .core-tab-desc a {
  color: #e30b13;
}
.core-tabs-ui .core-tab .core-tab-lists {
  width: 270px;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.core-tabs-ui .core-tab .core-tab-lists .core-tab-list {
  color: #fff;
  background-color: #393939;
  padding: 10px 15px;
  margin-bottom: 1px;
  cursor: pointer;
}
.core-tabs-ui .core-tab .core-tab-lists .core-tab-list a {
  color: inherit;
  font-weight: bold;
}
.core-tabs-ui .core-tab .core-tab-lists .core-tab-list:hover,
.core-tabs-ui .core-tab .core-tab-lists .core-tab-list.active {
  background-color: #ef0405;
}
.core-tabs-ui .core-tab-details {
  margin-bottom: 25px;
}
/**
 * Archive Template Resources 
 */
body.page-template-resources #pagecontent .innerpages {
  padding: 100px 0;
}
body.page-template-resources .app_case_content_inner .app_case_image img {
  width: 100%;
}
body.page-template-resources .core-featured-carousel {
  margin-bottom: 100px;
}

/**
 * Core Breadcrumbs
 */
.core-breadcrumbs ul {
  padding: 0;
  list-style: none;
}
.core-breadcrumbs ul li {
  display: inline-block;
}
.core-breadcrumbs ul li.separator {
  padding: 0 5px;
}

#pagebanner .core-breadcrumbs {
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0;
}
#pagebanner .core-breadcrumbs a {
  color: inherit;
}
#pagebanner .container > h1 {
  margin-bottom: 0;
}
/**
 * Sticky Toolbar
 */
body .st-sticky-share-buttons .core-toolbar-item {
  color: #fff;
  background: #e30b13;
}
body .st-sticky-share-buttons .core-toolbar-item .core-toolbar-link {
  color: inherit;
  display: inline-block;
  position: relative;
  top: -12px;
  left: -12px;
  line-height: 48px;
}
body .st-sticky-share-buttons .core-toolbar-item .core-toolbar-icon {
  width: 48px;
  height: 48px;
  font-size: 22px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 2px;
}
body .st-sticky-share-buttons .core-toolbar-item:hover {
  width: 150px !important;
}
body .st-sticky-share-buttons .core-toolbar-item .st-label {
  font-weight: bold;
}

/**
 * Child Product Template: Product Details
 */
.product-details-collection .row-details .details-column {
  margin-bottom: 35px;
}
.product-details-collection .row-details .no-title,
.product-details-collection .row-details .image-column {
  padding-top: 53px;
}
.product-details-collection .row-details .detail-title {
  margin: 0 0 25px;
}
@media all and (max-width: 768px) {
  .product-details-collection .row-details .no-title,
  .product-details-collection .row-details .image-column {
    padding-top: 0;
  }
}

/* Archive, Resources Archive and Date Archive */
.product-block .productblock.placeholder-image .image-wrap,
.core-post-boxes.app_case_content .app_case_image.placeholder-image,
body.archive .app_case_image.placeholder-image,
body.blog .app_case_image.placeholder-image,
body.tax-resources_categories .app_case_image.placeholder-image,
body.single .app_case_image.placeholder-image,
body.single-resources .app_case_image.placeholder-image {
  background: #f5f5f5;
  padding: 0 20px;
}
.product-block .productblock.placeholder-image img,
.core-post-boxes.app_case_content .app_case_image.placeholder-image img,
body.archive .app_case_image.placeholder-image img,
body.blog .app_case_image.placeholder-image img,
body.tax-resources_categories .app_case_image.placeholder-image img,
body.single .app_case_image.placeholder-image img,
body.single-resources .app_case_image.placeholder-image img {
  width: 100%;
  object-fit: contain;
}

body.archive .inner-banner h1,
body.blog .inner-banner h1,
body.tax-resources_categories .inner-banner h1,
body.tax-resources_categories .inner-banner h1,
body.single .inner-banner h1,
body.single-resources .inner-banner h1 {
  margin: 0;
}
body.archive .inner-banner .sub-heading,
body.blog .inner-banner .sub-heading,
body.tax-resources_categories .inner-banner .sub-heading,
body.single .inner-banner .sub-heading,
body.single-resources .inner-banner .sub-heading {
  color: #bfbfbf;
  font-size: 26px;
  font-weight: 300;
}
body.archive #pagecontent .innerpages,
body.blog #pagecontent .innerpages,
body.tax-resources_categories #pagecontent .innerpages,
body.single #pagecontent .innerpages,
body.single-resources #pagecontent .innerpages {
  padding: 100px 0;
}
body.archive .app_case_image,
body.blog .app_case_image,
body.tax-resources_categories .app_case_image,
body.single .app_case_image,
body.single-resources .app_case_image {
  margin-bottom: 20px;
}
body.archive .app_case_image img,
body.blog .app_case_image img,
body.tax-resources_categories .app_case_image img,
body.single .app_case_image img,
body.single-resources .app_case_image img {
  margin: 0;
}
body.archive .post-taxonomy-wrap .title,
body.blog .post-taxonomy-wrap .title,
body.tax-resources_categories .post-taxonomy-wrap .title,
body.single .post-taxonomy-wrap .title,
body.single-resources .post-taxonomy-wrap .title {
  font-weight: bold;
}
body.archive .app_case_content,
body.blog .app_case_content,
body.tax-resources_categories .app_case_content,
body.single .app_case_content,
body.single-resources .app_case_content {
  margin-top: 10px;
}
body.archive .post-taxonomy-wrap .post-term-list,
body.blog .post-taxonomy-wrap .post-term-list,
body.tax-resources_categories .post-taxonomy-wrap .post-term-list,
body.single .post-taxonomy-wrap .post-term-list,
body.single-resources .post-taxonomy-wrap .post-term-list {
  margin: 0;
  display: inline-block;
}
body.archive .post-taxonomy-wrap .post-term-list li,
body.blog .post-taxonomy-wrap .post-term-list li,
body.tax-resources_categories .post-taxonomy-wrap .post-term-list li,
body.single .post-taxonomy-wrap .post-term-list li,
body.single-resources .post-taxonomy-wrap .post-term-list li {
  padding-right: 10px;
  display: inline-block;
}
body.archive .post-taxonomy-wrap .post-term-list li:before,
body.blog .post-taxonomy-wrap .post-term-list li:before,
body.tax-resources_categories .post-taxonomy-wrap .post-term-list li:before,
body.single .post-taxonomy-wrap .post-term-list li:before,
body.single-resources .post-taxonomy-wrap .post-term-list li:before {
  display: none;
}
body.archive .post-taxonomy-wrap .post-term-list li a,
body.blog .post-taxonomy-wrap .post-term-list li a,
body.tax-resources_categories .post-taxonomy-wrap .post-term-list li a,
body.single .post-taxonomy-wrap .post-term-list li a,
body.single-resources .post-taxonomy-wrap .post-term-list li a {
  color: #e30b13;
  font-size: 16px;
  font-weight: bold;
}
body.archive .app_case_image img.img-fluid,
body.blog .app_case_image img.img-fluid,
body.tax-resources_categories .app_case_image img.img-fluid,
body.single .app_case_image img.img-fluid,
body.single-resources .app_case_image img.img-fluid {
  width: 100%;
}
/* Featured Carousel */
.core-featured-carousel .core-featured-title {
  color: #000;
  font-size: 25px;
  margin: 0 0 20px 0;
}
.core-featured-items {
  color: red;
}
.core-featured-carousel .core-featured-items .core-featured-item {
  position: relative;
  left: 15px;
}
.core-featured-carousel .core-featured-items .core-featured-item .image {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.core-featured-carousel .core-featured-items .core-featured-item .image img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: inline-block;
  position: relative;
  left: -10%;
}
.core-featured-carousel .core-featured-items .core-featured-item .image a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.core-featured-carousel .core-featured-items .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.core-featured-carousel .core-featured-items .owl-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
  overflow: hidden;
}
.core-featured-carousel .core-featured-items .owl-dots {
  text-align: center;
  margin: 25px 0;
}
.core-featured-carousel .core-featured-items .owl-dot {
  width: 10px;
  height: 10px;
  background: #000;
  margin: 5px;
  display: inline-block;
}

.core-featured-carousel .core-featured-items .owl-dot.active {
  background-color: #e30b13;
}
.core-featured-carousel
  .core-featured-items
  .core-featured-item
  .info
  .item-title
  a {
  color: #000;
  font-size: 20px;
}
.core-featured-carousel
  .core-featured-items
  .core-featured-item
  .info
  .content-excerpt {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
/* Resources Post Date Display */
body.archive .app_case_image,
body.blog .app_case_image,
.core-post-boxes.app_case_content .app_case_image,
body.tax-resources_categories .app_case_image,
body.single .app_case_image,
body.single-resources .app_case_image,
.core-featured-carousel
  .core-featured-items
  .core-featured-item
  .app_case_image,
body.page-template-resources .app_case_content_inner .app_case_image {
  position: relative;
}
body.archive .app_case_content .post-date,
body.blog .app_case_content .post-date,
.core-post-boxes.app_case_content .post-date,
body.tax-resources_categories .app_case_content .post-date,
body.single .app_case_content .post-date,
body.single-resources .app_case_content .post-date,
.core-featured-carousel
  .core-featured-items
  .core-featured-item
  .app_case_image
  .post-date,
body.page-template-resources
  .app_case_content_inner
  .app_case_image
  .post-date {
  font-size: 14px;
  color: #fff;
  background: #e30b13;
  padding: 7.5px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* Core Drop Down Widget */
.widget .core-widget-select {
  width: 100%;
  min-height: 47px;
  color: #757575;
  border: 2px solid #000;
  padding: 8px 10px;
  outline: none;
  position: relative;
  cursor: pointer;
}
.widget .core-widget-select select {
  margin: 0;
}
.widget.search-widget .core-widget-select {
  margin: 25px 0 0;
  padding: 0;
}
.widget .core-widget-select option {
  color: inherit;
}
.widget .core-widget-select .toggle {
  width: 50px;
  height: 100%;
  color: #dc0d13;
  background-color: #000;
  font-size: 24px;
  border-radius: 0;
  border: 0;
  border-radius: 0;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  cursor: pointer;
}
.widget .core-widget-select .toggle i {
  position: relative;
  top: 3.5px;
}
.widget .core-widget-select .core_select2 {
  display: none;
}
.widget .core-widget-select .select2-container {
  min-width: 100%;
  padding: 7.5px 8px;
}
.widget .core-widget-select .select2-container .select2-selection {
  border: none;
  outline: none;
}
.widget .core-widget-select .select2-container .select2-selection__rendered {
  color: inherit;
  padding: 0;
}

/* Core Sitemap UI */
.sitemap-ui .core-post-hierarchical .core-root-page {
  margin: 0 0 25px;
}
.sitemap-ui .core-post-hierarchical .core-root-title a {
  color: #e30b13;
  font-size: 30px;
  text-transform: uppercase;
}
.sitemap-ui .core-post-hierarchical .core-root-title a:hover {
  opacity: 0.75;
}
.sitemap-ui .core-post-hierarchical .core-post-list .list-item .core-post-list {
  padding-left: 25px;
}
.sitemap-ui .core-post-hierarchical > .core-post-list.parents {
  padding-left: 15px;
}
.cs-content.sitemap-ui .core-post-hierarchical .core-post-list .list-item {
  list-style: unset;
}
.sitemap-ui .core-post-hierarchical .core-post-list {
  padding-left: 35px;
}
.sitemap-ui .core-post-hierarchical .list-item {
  color: #000;
  font-size: 14px;
}
.core-post-hierarchical .core-post-list.products.parents > li > a {
  font-size: 18px;
  font-weight: 700;
}
.sitemap-ui .core-post-hierarchical .list-item a:hover {
  color: #e30b13;
}
.sitemap-ui .core-post-hierarchical .list-item:before {
  display: none;
}
.sitemap-ui .core-post-hierarchical .list-item a {
  color: inherit;
}
.sitemap-ui
  .core-post-hierarchical
  .core-post-list.parents.products
  > .list-item {
  margin-bottom: 25px;
}
.sitemap-ui
  .core-post-hierarchical
  .core-post-list.parents.products
  > .list-item
  ul {
  margin-bottom: 0;
}
/* .core-post-hierarchical .core-post-list.products.parents {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
.core-post-hierarchical .core-post-list.products.parents > li {
    position: relative;
    top: -12px;
}
.core-post-hierarchical .core-post-list.products.parents > li:nth-child( 1 ) {
    top: 0;
} */
@media all and (min-width: 992px) {
  .core-post-hierarchical .core-post-list.products.parents {
    columns: 340px;
    column-gap: 20px;
  }
  .core-post-hierarchical .core-post-list.products.parents > li {
    /* 
        width: 50%;
        display: inline-block;
        vertical-align: top; 
        */
    width: 100%;
    /* display: block; */
    break-inside: avoid-column;
  }

  /* 
    .core-post-hierarchical .core-post-list.products.parents > li > a {
        position: relative;
    }
    .core-post-hierarchical .core-post-list.products.parents > li > a:before {
        content: '';
        width: 3.5px;
        height: 3.5px;
        background-color: #000;
        border-radius: 50%;
        position: absolute;
        top: 10px;
        left: -15px
    }
    */
}

/* Core Recent Post Widget */
.core-list-widget li:hover a,
.core-list-widget li.active a,
.core-recent-post-widget li:hover a,
.core-recent-post-widget li.active a {
  color: #fff;
  background: #e30b13;
}
/* Core Tag Widget */
.core-tag-widget .tag-item:hover a,
.core-tag-widget .tag-item.active a {
  color: #fff;
  background: #e30b13;
}
/* Core Advance Search */
.core-product-archive-search .core-adv-search {
  text-align: center;
}
.core-product-archive-search .core-adv-search form {
  width: 45%;
  text-align: left;
  display: inline-block;
}
.core-product-archive-search .core-adv-search form .core-query-search {
  font-family: "Roboto Condensed", sans-serif;
  padding: 14px 15px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  letter-spacing: 2px;
}
.core-product-archive-search
  .core-adv-search
  form
  .core-query-search::placeholder {
  color: inherit;
}
.core-product-archive-search .core-adv-search form .core-query-submit {
  width: 55px;
  font-size: 22px;
}

@media all and (max-width: 600px) {
  .core-featured-carousel
    .core-featured-items
    .core-featured-item
    .app_case_image {
    margin-bottom: 20px;
  }
  .core-featured-carousel .core-featured-items .core-featured-item .image a {
    display: inline-block;
    position: relative;
  }
  .core-featured-carousel .core-featured-items .core-featured-item .image img {
    width: 100%;
    left: auto;
  }
  .core-featured-carousel
    .core-featured-items
    .core-featured-item
    .app_case_image
    .post-date,
  body.page-template-resources
    .app_case_content_inner
    .app_case_image
    .post-date {
    /* bottom: 18px; */
  }
  .core-featured-carousel .core-featured-items .owl-item {
    display: inline-block;
  }
  .core-featured-carousel .core-featured-items .core-featured-item .info {
    padding: 0;
  }
}

.section-desc ul li a,
.section-desc p a,
.grid-desc-wrap ul li a {
  color: #e30b13;
}

.heading-block h2.section-heading1::before {
  margin-left: 0;
}

/* NP 14-6-2021 */
body.page-template-custom-solutions .heading-block h2 {
  margin-bottom: 0;
}
body.page-template-custom-solutions .page-section .section-title {
  margin: 0 0 40px;
}

body.page-template-custom-solutions
  .page-section.full-scaled-column.left.design-adaptations
  .image-col {
  left: 5%;
  background-size: contain;
  margin-top: -42px;
}

body.page-template-custom-solutions .custom-designs {
  background-color: #eeeeee;
}

body.page-template-custom-solutions
  .page-section.core-grid-items.custom-designs
  .grid-image-wrap
  img {
  max-width: 100%;
}

body.page-template-custom-solutions #myModal {
  top: 300px;
}
body.page-template-custom-solutions .modal button.close {
  width: 48px;
  height: 48px;
}
/* Kruti Patel 16-6-2021*/
div#wpcf7-f190-o1 div.wpcf7-response-output {
  color: #ffffff !important;
}
div#wpcf7-f190-o1 .wpcf7 form.sent .wpcf7-response-output {
  color: #ffffff !important;
}
.page-template-environmental_sustainability p {
  font-weight: normal !important;
}

/* 31-7-2021 */
img.acc_small_img {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 30px;
}

/* 01-08-2021  */
.acc_small_img1 {
  float: right;
  margin-right: 5%;
}

/* 5-8-2021  */

div.our-history-forty-logo-wrap {
  float: left;
  padding-top: 40px;
  padding-right: 20px;
}

.ft-menu img.certilogo {
  width: 50%;
}
/* 7-8-2021 */
a.navbar-brand img.forty_year_logo_header {
  /*width: 20%;*/
  position: relative;
  top: -24px;
}
.ft-menu img.certilogo {
  width: 43% !important;
  display: inline-block;
  /*margin: 0 5px;*/
}

/* 9-8-2021 */
.ft-menu img.white-logo.forty_year_logo_header.footer_year_logo {
  position: relative;
  width: 12%;
  top: -31px !important;
}
.ft-menu img {
  width: 85%;
}
/* 13-8-2021 */
.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}
/* 14-8-2021 */
/* .pagebanner .owl-carousel .owl-item.active {
  margin-right: 12px !important;
} */
/* 7-8-2021 */
@media all and (max-width: 1710px) {
  .menubar .navbar-nav > li.nav-item {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
  .callquote a {
    font-size: 20px !important;
  }
  .callquote i {
    padding-right: 0;
    font-size: 24px;
  }
  .side-buttons {
    padding-left: 4px;
  }
}
@media all and (max-width: 1550px) {
  .menubar .navbar-nav > li.nav-item {
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
  }
}
@media all and (max-width: 1200px) {
  .bannerblock .banner-text {
    padding: 0 44px;
  }
  .page-section .section-heading.center:before,
  .page-section .section-title.center:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .childProduct .productActions a {
    font-size: 12px;
    padding: 9px;
    text-align: center;
  }
  .ft-menu h4 {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 1024px) {
  .bannerblock .banner-text {
    padding: 0 34px;
  }
  .page-section {
    padding: 60px 0;
  }
  .ft-menu img.white-logo.forty_year_logo_header.footer_year_logo {
    top: -31px !important;
  }
  /* 14-8-2021 */
  .contact-form {
    padding-right: 10px;
  }
  .contact-form form .wpcf7-form-control-wrap input,
  .wpcf7-form-control-wrap textarea {
    width: 100%;
  }
  .contact-wrap {
    padding-left: 10px;
  }
  /* 16-8-2021 */
  .pb100 {
    padding-bottom: 70px !important;
  }
  .pt100 {
    padding-top: 70px !important;
  }
}
@media all and (max-width: 992px) {
  .page-section.full-scaled-column.right .details-col {
    padding-left: 30px;
  }
  body.page-template-custom-solutions
    .page-section.full-scaled-column.left.design-adaptations
    .image-col {
    left: 0;
    margin-top: 30px;
  }
  .page-section.full-scaled-column.left .details-col {
    padding-left: 50px;
    padding-right: 80px;
  }
  .page-section .inner-section {
    margin-bottom: 50px;
  }
  .section-list-wrap .list-item {
    margin-bottom: 15px;
  }
  .quaote_blk {
    padding-top: 50px;
  }
  .ft-menu ul li a {
    font-size: 15px;
  }
  .ft-menu h4 {
    font-size: 18px;
  }
  .footer-widget-area .col-md-4,
  .footer-widget-area .col-md-3,
  .footer-widget-area .col-md-2 {
    padding: 0 7px;
  }
  .ft-menu .social-links li {
    margin-right: 9px;
  }
  .ft-menu img.certilogo {
    width: 41% !important;
  }
  .copyright .col-md-8,
  .copyright .col-md-4 {
    padding: 0 7px;
  }
  .ft-menu img.white-logo.forty_year_logo_header.footer_year_logo {
    top: -22px !important;
  }
  /* 13-8-2021 */
  .core-tabs-ui .core-tab .core-tab-lists .core-tab-list {
    margin-bottom: 9px;
  }
  /* 14-8-2021 */
  .contact-wrap {
    padding-left: 0;
  }
  .contact-form {
    padding-right: 0px;
  }
  /* 16-8-2021 */
  .grid-image-wrap {
    text-align: center;
  }
  .grid-title-wrap {
    text-align: center;
  }
  .col-sm-6.hear_from_us {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media all and (min-width: 768px) {
  .ft-menu {
    text-align: left !important;
  }
  .ft-menu img.certilogo {
    width: 49.2% !important;
  }
  .ft-menu img.white-logo.forty_year_logo_header.footer_year_logo {
    /* top: -22px !important; */
    width: 12% !important;
  }
  .ft-menu img {
    width: 85% !important;
  }
}
@media all and (max-width: 768px) {
  .ft-menu {
    text-align: center;
  }
  .ft-menu img.certilogo {
    width: 25% !important;
  }
  .ft-menu img.white-logo.forty_year_logo_header.footer_year_logo {
    top: -31px;
    width: 9%;
  }
  .ft-menu img {
    width: 49%;
  }
  /* 14-8-2021 */
  .form-bg {
    width: 100%;
    height: 55%;
    right: 0;
    left: 0;
    bottom: 0;
    top: unset;
  }
  .contact-bg {
    width: 100%;
    height: 55%;
    right: 0;
    left: 0;
    top: 0;
    bottom: unset;
  }
  .contact-section .col-md-6 {
    width: 100%;
    position: relative;
    max-width: 75%;
    flex: 100%;
    margin: 0 auto;
  }
  .contact-wrap {
    padding-right: 0;
  }
  .contact-form {
    padding-left: 0;
  }

  /* 16-8-2021 */
  .pb100 {
    padding-bottom: 50px !important;
  }
  .pt100 {
    padding-top: 50px !important;
  }
  .contact-form {
    margin-top: 60px;
  }
}
@media all and (max-width: 767px) {
  .aapp .card-body {
    padding: 30px 0 10px;
  }
  .page-section {
    padding: 50px 0;
  }
  .core-product-archive-search .core-adv-search form {
    width: 50%;
  }
  div.our-history-forty-logo-wrap {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }

  .page-section.container-fluid .section-heading.center:before,
  .page-section.container-fluid .section-title.center:before,
  .page-section .section-heading.center:before,
  .page-section .section-title.center:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .page-section.full-scaled-column .details-col {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-list-wrap .list-item {
    margin-bottom: 10px;
  }
  .page-section .inner-section {
    margin-bottom: 30px;
  }
  .video_blk a img {
    width: 60%;
  }
  /* .modal-dialog {
    margin: 3.5rem;
  } */
  .ft-menu img {
    width: 60%;
  }
  .ft-menu img.white-logo.forty_year_logo_header.footer_year_logo {
    top: -36px !important;
    width: 9%;
  }
  .page-section.full-scaled-column.right .details-col {
    padding-left: 20px;
  }
  /* 14-8-2021 */
  .contact-section .col-md-6 {
    max-width: 100%;
  }
}
@media all and (max-width: 500px) {
  .section-desc .video-btn img {
    width: 90%;
  }
  .core-product-archive-search .core-adv-search form {
    width: 55%;
  }
  .pb-50 {
    padding-bottom: 30px;
  }
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }
  .menubar .mobile-search {
    right: 75px;
  }
  .ft-menu img.certilogo {
    width: 27% !important;
  }
  /* 13-8-2021 */
  .modal-dialog {
    margin: 1.75rem 20px;
  }
}
@media all and (max-width: 400px) {
  .core-product-archive-search .core-adv-search form {
    width: 85%;
  }
  .menubar .container-fluid {
    width: 100%;
    padding: 12px;
  }
  a.navbar-brand img {
    width: 67%;
  }
  a.navbar-brand img.forty_year_logo_header {
    /*width: 13%;*/
    top: -17px;
  }
  .menubar .navbar-expand-lg .navbar-toggler {
    top: 14px;
  }
  .menubar .mobile-search {
    top: 21px;
  }
  .ft-menu img.white-logo.forty_year_logo_header.footer_year_logo {
    top: -25px !important;
  }
  /* 13-8-2021 */
  .page-section .section-title {
    font-size: 24px;
  }
  .h4,
  h4 {
    font-size: 1rem;
  }
}
/* 7-8-2021  */
img.white-logo.forty_year_logo_header {
  max-width: fit-content;
}
/* 13-8-2021 */
body.page-template-custom-solutions #myModal {
  /* top: 100px; */
  overflow-y: hidden;
}

/* 13-8-2021 NP  */
.ft-menu.ftlogos {
  padding-left: 0;
}

/* 16-8-2021 */
#videoModal .modal-body {
  line-height: 0 !important;
}
.home-banner .bannerblock .row {
  margin-left: 0 !important;
}

/* 23-8-2021  */
body.page-template-company-values-template .core-tabs-ui .core-tab-logo img {
  max-width: 140px;
}

.ftlogcnt {
  padding: 0;
}
/* 15-9-2021  */
li.multi-lang {
  position: relative !important;
  vertical-align: middle;
}
.switcher .option {
  position: absolute !important;
  width: 150px !important;
}
.switcher .option a:last-child {
  border-bottom: none;
}
.switcher .selected a {
  background-color: #e30913;
  color: #ffffff !important;
  border: none !important;
}
.switcher .selected {
  background: #e30913 !important;
}
.switcher .selected a:hover {
  background: #e30913 !important;
}
.switcher .option a {
  background-color: #ffffff;
  border-bottom: 1px solid #e30913;
  padding: 12px 5px !important;
}
.switcher .option a.selected {
  background-color: #fff !important;
}
.switcher {
  width: 150px !important;
}
.switcher a img {
  width: 42px !important;
  margin-right: 8px !important;
  border: 2px solid #fff !important;
  opacity: 1 !important;
}
.switcher .selected a:after {
  height: auto !important;
  width: auto !important;
  top: 10px !important;
}

/*  np 8-9-2022 */
body.products-template-products_child-php
  ul#menu-products
  li
  ul.bellows-submenu
  li
  a {
  text-transform: uppercase;
}

.margin_bottom_cero {
  margin-bottom: 6px !important;
}

.section_bottom_cero {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.key_region_title {
  display: block !important;
  font-size: 28px;
  margin-top: 17px;
  margin-bottom: 0px;
}

.bg-image .text-center {
  height: 100%;
  color: #fff;
}

.d-flex {
  display: flex;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.white_big_text_states {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.servicing_area {
  position: relative;
}

.block1 {
  width: 254px;
  height: 284px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.original-text1 {
  font-size: 38px;
  line-height: 48px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
}

.hover-text1 {
  font-size: 16px;
  color: #ffe;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}

.block1:hover {
  background-color: #ff3131;
  padding-left: 10px;
  padding-right: 10px;
}

.block1:hover .original-text1 {
  opacity: 0;
}

.block1:hover .hover-text1 {
  opacity: 1;
}

.hover_text_title {
  font-size: 24px;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  width: 100%;
}

.hover_text_content {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.font_weight_400 {
  font-weight: 400 !important;
}

.h2_big_title {
  font-size: 36px !important;
}

.h2_big_title2 {
  font-size: 40px !important;
}

.tss1 {
  margin-bottom: 25px;
}

.serving_states_section {
  margin-bottom: 100px !important;
}

.red_color {
  color: #ff3131;
}

.vertical_align_content {
  margin-top: 72%;
}

/* Locations responsive */

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .h2_big_title {
    font-size: 26px !important;
  }

  .bg-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
    cursor: pointer;
    transition: backdrop-filter 0.3s ease-in-out;
  }

  .vertical_align_content {
    margin-top: 0%;
  }

  .serving_states_section {
    margin-bottom: 40px !important;
  }

  .block1 {
    width: 100%;
    height: 284px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .align_bottom_image {
    display: flex;
    align-items: flex-start;
    padding-top: 0px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .h2_big_title {
    font-size: 26px !important;
  }

  .bg-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
    cursor: pointer;
    transition: backdrop-filter 0.3s ease-in-out;
  }

  .vertical_align_content {
    margin-top: 0%;
  }

  .serving_states_section {
    margin-bottom: 40px !important;
  }
  .block1 {
    width: 100%;
    height: 284px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .align_bottom_image {
    display: flex;
    align-items: flex-start;
    padding-top: 0px;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .h2_big_title {
    font-size: 26px !important;
  }

  .bg-image {
    width: 268px;
    height: 200px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
    cursor: pointer;
    transition: backdrop-filter 0.3s ease-in-out;
  }

  .vertical_align_content {
    margin-top: 0%;
  }

  .serving_states_section {
    margin-bottom: 40px !important;
  }

  .block1 {
    width: 254px;
    height: 284px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .align_bottom_image {
    display: flex;
    align-items: flex-start;
    padding-top: 0px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .h2_big_title {
    font-size: 36px !important;
  }

  .bg-image {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
    cursor: pointer;
    transition: backdrop-filter 0.3s ease-in-out;
  }

  .vertical_align_content {
    margin-top: 72%;
  }

  .serving_states_section {
    margin-bottom: 100px !important;
  }

  .block1 {
    width: 254px;
    height: 284px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .align_bottom_image {
    display: flex;
    align-items: flex-start;
    padding-top: 100px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .h2_big_title {
    font-size: 36px !important;
  }

  .bg-image {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out;
  }

  .bg-image:hover {
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 1);
  }

  .block1 {
    width: 254px;
    height: 284px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .align_bottom_image {
    display: flex;
    align-items: flex-start;
    padding-top: 100px;
  }
}

.serving_states_section2 {
  margin-bottom: 40px !important;
}

.state_link_area {
  width: 100%;
}
