/*
 Theme Name:   Industrial Child Theme
 Theme URI:    http://themeforest.net/user/Anps/portfolio
 Description:  Industrial Child Theme
 Author:       AnpsThemes
 Author URI:   http://themeforest.net/user/Anps/portfolio
 Template:     industrial
 Version:      1.0.0
 License:      GNU General Public License
 License URI:  license.txt
 Tags:         responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, left-sidebar, custom-colors, custom-header, custom-menu, theme-options, translation-ready, threaded-comments
 Text Domain:  industrial-child
*/

/* Place your custom CSS in this file */

/* FONT AWESOME
 * 
 * If local dependency breaks, swap the commented lines around
 * One is local dependency
 * The other is the cloudflare dependency
 * In the past the site has broken if cloudflare was having issues
 * 
 */
//@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('font-awesome/4.7.0/css/font-awesome.min.css');

//END FONT AWESOME

/* UTILITY */
:root {
    --white: #ffffff;
    --primary: #F5A800;
    --3D4543: #3D4543;
    --000000: #000000;
    --5B6670: #5B6670;
}

.bold {
    font-weight: bold;
}

.btn-logo {
    border-top-left-radius: 47px;
    border-top-right-radius: 47px;
    border-bottom-left-radius: 47px;
    border-bottom-right-radius: 2px;
    font-weight: bold;
    text-transform: none;
}

.btn.btn-logo {
    font-weight: bold;
}
.btn.btn-logo:hover {
  text-decoration:none;
}

input[type=submit].btn-logo {
    padding-left: 100px;
    padding-right: 100px;
}

.btn.btn-logo.btn-logo-black {
  background-color: #5c5c5c;
}

.btn.btn-logo.btn-logo-gray {
  background-color: #65666A;
}

.btn.btn-logo.btn-logo-black:hover {
    background-color: #ffc400;
    color: #333333 !important;
}

.btn.btn-logo.btn-logo-gray:hover {
    background-color: #ffc400;
    color: #333333;
}
.btn.btn-logo.btn-logo-black:focus {
    color: #ffffff;
}

.btn-col {
  margin-top: 20px !important;
}

a:hover {
  text-decoration:underline;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html{
    scroll-behavior: auto;
  }
}

.full-width {
  width: 100% !important;
}

.wpb_single_image.full-width .wpb_wrapper,
.wpb_single_image.full-width .vc_single_image-wrapper,
.wpb_single_image.full-width img {
  width: 100%;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.ml-15 {
  margin-left: 15px;
}

.maxh-500 {
  max-height: 500px;
}

.height-zero {
  height: 0;
}

.white-text {
  color: white;
}

a:hover.white-text,
.white-text a:hover,
a:focus.white-text,
.white-text a:focus {
  color: #3c3d3c;
}

.image-square-row .wpb_content_element {
  margin-bottom: 0px;
}

.image-square-row .vc_column_container>.vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}

a.anchor,
div.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}
/* NAVIGATION OVERRIDES */

header.site-header.classic {
    border-bottom: 16px solid #EAB01D;
}

nav.site-navigation ul li a {
    font-weight: bold;
}

nav.site-navigation ul li > ul.sub-menu a {
  text-transform: none;
}
header.site-header nav.site-navigation .main-menu .megamenu ul li a:not(.megamenu-title) {
  color: #3c3d3c;
}
nav.site-navigation ul li > ul.sub-menu a:hover {
  background-color: white !important;
  color: #eab01d !important;
}

.logo-mobile img {
    height: 100px;
}

.anps_menu_widget ul li {
    width: 100%;
}

.breadcrumb li:last-of-type {
  color: #EAB01D;
  font-weight: bold;
}

.breadcrumb li::before {
    content: "/";
    font-family: inherit;
    font-weight: bold;
}

.menu-search-toggle i {
  color: white;
  background-color: #3C3D3C;
  /* Tricky: because we need to rotate, we need to set these a little funny. */
  border-top-left-radius: 47%;
  border-top-right-radius: 5%;
  border-bottom-left-radius: 47%;
  border-bottom-right-radius: 47%;
  padding: 10px;    
  transform: rotate(90deg); 
  font-size: 14px;
}

.menu-search-field {
  padding: 15px;
  background-color: #efefef;
}

.menu-search-field::placeholder {
  color: #3C3D3C;
  
}

.search-notice.background-mask {
  color: #3C3D3C;
}

.search-notice.background-mask::before {
  background-color: white;
}

.search-notice-field {
  background-color: #fafafa;
  border: 1px solid #efefef;
  font-family: 'Montserrat';
}

.search-notice form i {
    position: absolute;
    top: 18px;
    right: 30px;
    color: #3C3D3C;
    opacity: .7;
    transform: rotate(90deg);
}

.search-notice-title {
  padding: 10px 0px;
}

@media (max-width: 1199px) {
  .site-search form input.searchfield {
    color: white;
  }
  .site-search form input.searchfield::placeholder {
    color: white;
  }
}

.grecaptcha-badge { 
  visibility: hidden; 
}

/* Bootstrap Overrides */
label {
    font-weight: normal;
}

p {
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 0px;
  }
  .container {
    margin-left: 10px;
    margin-right: 10px;
  }
  body .solutions-slider .main .slick-arrow:before {
    font-size: 31px;
    line-height: 31px;
}

body .solutions-slider .main button {
    width: 39px;
    height: 39px;
    background-color: #393939;
    color: white;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 0;
    top: 280px;
}

body .solutions-slider .main button.slick-next {
    right: -16px;
}

body .solutions-slider .main button.slick-prev {
    left: -16px;
}
}

@media (max-width: 999px) {
  [class*="col-md-"] + [class*="col-md-"] {
      margin-top: 0px;
  }
}

/* Select 2 overrides */
.select2-results__option--highlighted {
  background-color: #EAB01D;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  height: 44px;
  padding: 5px;
  border-top: 8px solid #EAB01D;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  position: absolute;
  top: 2px;
  right: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 18px;
}

.select2-container--default .select2-selection--single.select2-noTop  {
  border-top: 1px solid #d8d8d8;
  height: 55px;
  padding: 10px;
}

.select2-container--default .select2-selection--single.select2-noTop .select2-selection__rendered {
  line-height: 32px;
}

.select2-container--default .select2-selection--single.select2-noTop .select2-selection__arrow {
  top: 0px;
  height: 55px;
}

.wpcf7-form-control-wrap .select2-container .select2-selection--multiple {
 min-height: 55px;
 border: 1px solid #d8d8d8;
}

/* Tab style overrides */
.nav-tabs a {
  color: #000;
  font-size: 15px;
}


/* Radio button styles*/

.wpcf7 input[type="radio"], 
.wpcf7 input[type="checkbox"] {
  position: absolute !important;
  left: -9999px !important;
}

.wpcf7-radio span.wpcf7-list-item-label,
.wpcf7-checkbox span.wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
}

.wpcf7-radio span.wpcf7-list-item-label:before  {
  content: '';
  background: white;
  width: 20px;
  height:20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  border: 2px solid #EAB01D;
}

.wpcf7-checkbox span.wpcf7-list-item-label:before  {
  content: '';
  background: white;
  width: 20px;
  height:20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #EAB01D;
}

.wpcf7 input[type=radio]:not(old):checked + span:before,
.wpcf7 input[type=checkbox]:not(old):checked + span:before {
  background: #EAB01D;
}

/* Table styles */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > thead > tr > th {
  border: 1px solid #e7e7e7;
}

table.table > thead th {
  text-align: left;
  background-color: #E7E7E7;
}

@media screen and (max-width: 767px) {
  .table-responsive { 
    border: none;
  }
	
	.featured-content {
    padding-bottom: 26px;
}

.featured-content .btn.btn-minimal {
    margin-top: 26px;
}
}

.table-title {
  color: white;
  background-color: #3C3D3C;
  text-transform: uppercase;
  padding: 20px;
  width: 100%;
  margin-bottom: 0px;
}

/* Loading spinner */
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(234,176,29, 0.2);
  border-right: 1.1em solid rgba(234,176,29, 0.2);
  border-bottom: 1.1em solid rgba(234,176,29, 0.2);
  border-left: 1.1em solid #eab01d;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* HEADER OVERRIDES */
.divider-modern.divider-modern-simple {
  text-transform: none;
  font-weight: normal;
}

.divider-modern.divider-modern-simple:not(.heading-content) span{
  padding: 0;
}
.divider-modern.divider-modern-simple:not(.heading-content) span::after {
  content: none;
}

h1.divider-modern.divider-modern-simple,
h2.divider-modern.divider-modern-simple {
  font-size: 21px;
}


/* FORM SPACING & OVERRIDES */
.wpcf7 .row {
    margin-bottom: 15px;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 3em 0 0em;
    min-width: 220px;
}

.form-group input:not([type="submit"]), .form-group textarea, .wpcf7 input:not([type="submit"]), .wpcf7 textarea {
    border: 1px solid #D8D8D8;
}

.wpcf7-select {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  color: inherit;
  padding: 15px 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.wpcf7-select:focus {
  outline: #EAB01D auto 1px;
}

/* ACCORDION STYLES */
.black-accordion .panel-heading a.collapsed {
  background: none;
  border-bottom-color: #e7e7e7;
}

.black-accordion .panel-heading a {
  background-color: #3C3D3C;
  border-bottom-color: #3C3D3C;
  font-size: 14px;
  font-weight: bold;
  padding: 21px 74px 17px 20px;
}

.black-accordion .panel-heading a:hover {
  text-decoration:none;
}

.black-accordion .panel-heading a.collapsed::before {
   content: "\f067";
   color: #3c3d3c;
}

.black-accordion .panel-heading a::before {
  font-size: 14px;
  color: white;
  padding-right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f068"; /* font awesome icon for minus */
  vertical-align: middle;
  font-weight: 900;
}

.panel-body {
    overflow: auto;
}

/* GALLERY SLIDER OVERRIDES */
.gallery-fs figure figcaption {
  display: none;
}

/* VIDEO WIDGET OVERRIDES */
.wpb_video_heading {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* WOOCOMMERCE / PRODUCTS */
.woocommerce-placeholder {
  width: 100%;
}

.woocommerce-LoopProduct-link img {
  max-height: 102px;
  object-fit: cover;
}

.woocommerce-LoopProduct-link {
  position: relative; /* fixes wrapper-covered link */
}

.product-tile-container {
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

.product-title {
  font-size: 13px;
  font-weight: bold;
  text-transform: none;
  margin-left: 10px;
}

.product-tile-download {
  background-color: #F2F2F2;
  border: 1px solid #e5e5e5;
  padding: 10px;
  font-size: 11px;
  color: #838383;
}

.product-tile-download a {
  text-decoration: underline;
  color: #838383;
}


@media (max-width: 999px) {
  /*  There is some code in the parent theme messing with column order, products, and a 40px top margin.  It's dumb.*/
  .product {
    margin-top: 0px !important;
  }
}

.products {
  margin-top: 0px;
}

/* Featured Content Block overrides */
.featured-title {
  font-size: 16px;
}

.featured-title a {
  color: #3C3D3C;
  text-transform: none;
}

/* OVERRIDE Sidebar "Navigation Menu" widget styles */
.sidebar .widget_nav_menu {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Montserrat';
}
.sidebar .widget_nav_menu .widget-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #EAB01D;
}

.sidebar-left .widget_nav_menu .menu > li > a {
  padding-left: 0;
}

.sidebar .widget_nav_menu .menu > li > a {
  padding-right: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

aside.sidebar .widget_nav_menu .current-menu-item > a {
  background-color: #ffffff !important;
  color: #EAB01D;
}

/* OVERRIDE Sidebar woocommerce search widget */
aside .woocommerce-product-search input.search-field {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
}

aside .woocommerce-product-search::after {
  top: 15%;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

/* Override for Team Widget */
.member .member-desc {
  display: none;
}

.member .member-image {
  border-bottom: 6px solid #eab01d;
}

.member .member-name {
  margin-bottom: 0px;
  margin-left: -18px;
  margin-right: -18px;
  font-weight: 600;
}

.member .member-title {
  border-top: none;
  overflow: auto;
  text-overflow: unset;
  white-space: normal;
  font-size: 14px;
  line-height: 16px;
  padding-left: 10px;
  padding-right: 10px; 
  padding-bottom: 10px;
}
/* Single Product Page */
.product-stats {
  background-color: #efefef;
  padding: 20px 25px;
}

.product-stats .product-stats-list {
  list-style-type: none;
  padding: 0px;
}
.product-stats label {
  cursor: auto;
}

.woocommerce-product-details__short-description {
    border-bottom: none;
    margin-bottom: 0px;
}
/* Product comparison */
.product-comparison-selector {
  border-top: 8px solid #EAB01D;
  height: 44px;
}
.product-comparison-section .product-stat:first-child {
  border-top: 1px solid #D8D8D8;
  padding-top: 15px;
}

.product-comparison-section .product-stat {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}

.product-comparison-section .product-stat label {
  font-weight: normal;
  font-size: 12px;
  cursor: auto;
  display: block;
  margin-bottom: 0px;
}

/* Careers & Jobs */
.no-jobs {
  background-color: #D8D8D8;
  padding: 15px;
  text-align: center;
}

.career-overlap-feature-left-side {
  background-color: #e7e7e7;
  max-width: 440px;
  padding: 10px 30px 30px 30px;
  position: relative;
  top: 55px;
  left: 15%;
}

.career-overlap-feature-left-side h2 {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
}

.career-overlap-feature-right-side {
  position: relative;
  left: 150px;
  bottom: 350px;
  z-index: -10;
}

@media (max-width: 1199px) {
  .career-overlap-feature-left-side  {
    left: 10%;
  }
}

@media (max-width: 999px) {
  .career-overlap-feature-left-side  {
    left: 0;
  }
}

@media (max-width: 767px) {
 .career-overlap-feature-left-side  {
    top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .career-overlap-feature-right-side  {
    display: none;
  }
}

/* Homepage extras */
.yellow-highlight {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Montserrat';
}

.yellow-highlight b {
   color: #3c3d3c;
   font-weight: bold;
}

.yellow-highlight a {
  color: #3c3d3c;
  text-decoration: underline;
}

/* News/Blog posts */
.post-title {
  font-size: 18px;
}

/* 214 Custom CSS */
a {
    color: inherit !important;
}
a:hover {
    color: #fab702 !important;
    text-decoration: none !important;
}
a.page-numbers:hover {
    color: #fff !important;
    text-decoration: none;
}
.vc_custom_1595262987519 a {
    color: #f5a706 !important;
}
.vc_custom_1595262987519 a:hover {
    color: #fff !important;
    text-decoration: none;
}
.btn.btn-minimal {
    padding-left: inherit !important;
    padding-right: inherit !important;
}
.btn {
    color: #f5a800 !important;
}
.vc_btn3-color-inverse {
    color: #fff !important;
}
.menu-item a:hover {
    color: #eab01d !important;
    text-decoration: none;
}
.page-id-108 .vc_custom_1597337096041 a:hover, .page-id-108 .vc_custom_1597344941161 a:hover {
    color: #fff !important;
    text-decoration: none;
}
a.rev-btn {
    color: #fff !important;
}
a.rev-btn:hover {
    color: #000 !important;
}
.archive a.rev-btn {
    color: #eab01d !important;
}
.archive a.rev-btn:hover {
    color: #000 !important;
}
.page-id-127 a.rev-btn {
    color: #eab01d !important;
}
.page-id-127 a.rev-btn:hover {
    color: #000 !important;
}
a.vc_btn3 {
    color: #fff !important;
}
.white-p p {
    color: #fff !important;
}
.page-id-10654 .vc_btn3-style-modern {
    border-color: #3d4543 !important;
    background-color: #3d4543 !important;
}
.page-id-10654 .vc_btn3-style-modern:hover {
    color: #3d4543 !important;
    background-color: #fff !important;
}
.page-id-557 .btn, .page-id-1096 .btn, .page-id-108 .btn, .page-id-1071 .btn, .page-id-1093 .btn, .page-id-110 .btn, .page-id-1976 .btn, .page-id-1965 .btn, .page-id-1696 .btn, .page-id-298 .btn, .page-id-127 .btn, .page-id-523 .btn, .page-id-4436 .btn, .page-id-288 .btn, .single-product a.btn {
    background-color: #3d4543 !important;
}
.page-id-557 .btn:hover, .page-id-1096 .btn:hover, .page-id-108 .btn:hover, .page-id-1071 .btn:hover, .page-id-1093 .btn:hover, .page-id-110 .btn:hover, .page-id-1976 .btn:hover, .page-id-1965 .btn:hover, .page-id-1696 .btn:hover, .page-id-298 .btn:hover, .page-id-127 .btn:hover, .page-id-523 .btn:hover, .page-id-4436 .btn:hover, .page-id-288 .btn:hover, input.wpcf7-submit:hover, .aa-trouble_btn:hover, .single-product a.btn:hover {
    background-color: #f5a706 !important;
    color: #3d4543 !important;
}

/* Header Changes css 09-11-2022*/
header.site-header.classic nav.site-navigation ul.main-menu > li > a{
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}
.site-header.classic ul#main-menu > li {
    margin-left: 15px;
}
.site-header.classic .custom_contact a{
    background: #5B6670;
    color: #F5A800 !important;
    padding: 12px 28px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
}
.site-header.classic .header_submenu li{
    position: relative;
}
.site-header.classic .header_submenu li:first-child{
    margin-right: 5px;
    padding-right: 10px;
}
.site-header.classic .header_submenu li:first-child:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    width: 1px;
    height: 25%;
    background: #F5A800;
}
.site-header.classic .header_submenu li a{
    font-size: 10px;
}
.site-header.classic .header_submenu .menu-search i{
    padding: 10px 10px;
    font-size: 12px;
}
.site-header.classic ul#main-menu > li.top-menu-btn a { padding: 15px 36px; background: #5B6670 !important; border-radius: 5px; font-style: normal; font-weight: 700; font-size: 13px; line-height: 15px; color: #F5A800 !important; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); } 
.site-header.classic ul#main-menu > li.top-menu-btn a:hover, .site-header.classic ul#main-menu > li.top-menu-btn.current-menu-item a { background-color: #f5a706 !important; color: #3d4543 !important;cursor: pointer; } 
.site-header.classic ul#main-menu .megamenu {top: calc(100% - 15px) !important;}
.site-header.sticky ul#main-menu .megamenu{top: calc(100% - 10px) !important;}
.site-header.classic nav.site-navigation ul#main-menu .current-menu-item > a { cursor: pointer; }
.header-top-navigation { float: right; width: 100%; display: flex; align-items: center; justify-content: flex-end; } 
.header-top-navigation ul.menu { margin: 0; padding: 0; list-style-type: none; display: flex; align-items: center; justify-content: flex-end; } 
.header-top-navigation ul.menu li:not(:first-child) { margin-left: 10px; padding-left: 10px; position: relative; } 
.header-top-navigation ul.menu li:not(:first-child)::before { content: ""; position: absolute; width: 2px; height: 10px; background-color: #F5A800; left: 0; top: 6px; } 
.header-top-navigation ul.menu li a { font-style: normal; font-weight: 500; font-size: 10px; line-height: 12px; color: #5B6670 !important; text-decoration: none; text-transform: uppercase; } 
.header-top-navigation ul.menu li { line-height: normal; } 
.header-top-navigation ul.menu li a:hover { color: #EAB01D !important; } 
header.classic .site-navigation { margin: 15px 0 0; padding-top: 0; } 
.header-top-navigation .top-header-search { position: relative; }
.header-top-navigation .top-header-search .menu-search-toggle { padding: 0 0 0 15px; } 
@media (max-width: 1199px){
    .logo { margin: 0; }
    header .header-wrap .logo.pull-left img.logo-img { width: 130px !important; height: auto; }
    header .header-wrap nav.site-navigation { margin: 35px 0 0; }
    .site-header.classic .header_submenu{
        display: none;
    }
    .site-navigation .mobile-wrap .header_submenu ul{
        list-style: none;
        padding-left: 5px;
    }
    .site-navigation .mobile-wrap .header_submenu li a{
        font-size: 13px;
    }
    .header-top-navigation {
        display: none;
      }
      header.classic .site-navigation {
        margin: 21px 0 0;
      }
      .mobile-wrap ul#main-menu li.top-menu-btn { border-bottom: none;margin: 15px 0 0; }
      .mobile-wrap ul#main-menu li.top-menu-btn a { width: max-content;text-decoration: none;padding: 15px 36px; background: #5B6670 !important; border-radius: 5px; font-style: normal; font-weight: 700; font-size: 13px; line-height: 15px; color: #F5A800 !important; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); } 
      .mobile-wrap ul#main-menu li.top-menu-btn a:hover, .mobile-wrap ul#main-menu li.top-menu-btn.current-menu-item a { background-color: #f5a706 !important; color: #3d4543 !important; }
}

/* End Header Changes css 09-11-2022*/

/* 21-02-2023 */
.page-id-10171 .content-container > .row > *.col-md-12{
  padding-bottom: 0;
  padding-top: 0;
}
/* adhesives equipment page*/
/* Banner */
.single-bnr{
  min-height: 380px;
  padding-top: 130px !important;
  padding-bottom: 130px !important;
  background-position: top center !important;
  display: flex;
  align-items: center;
}
.single-bnr::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(60, 61, 60, 0.7);
}
.single-bnr h1{
  margin: 0;
  max-width: 750px;
  font-weight: 700;
  font-size: 43px;
  line-height: 62px;
  color: white;
  text-transform: uppercase;
}
/* End Banner */

/* About Section */
.equipment-leftcontent-about{
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.equipment-lr-about .wpb_text_column{
  padding-right: 30px;
  margin-bottom: 0;
}
.equipment-lr-about .wpb_text_column h3{
  color: var(--primary);
  margin: 0 0 25px;
  font-weight: 700;
  font-size: 23px;
  line-height: 30px;
}
.equipment-lr-about .wpb_text_column p{
  color: var(--3D4543);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}
.equipment-rightcontent-about{
  padding-top: 40px !important;
  padding-bottom: 50px !important;
}
.equipment-rightcontent-about .wpb_single_image{
  /*padding-top: 25px;*/
  padding-top: 0;
}
/*.equipment-rightcontent-about .wpb_text_column .wpb_wrapper p:nth-child(2),
.equipment-rightcontent-about .wpb_text_column .wpb_wrapper p:nth-child(4){
  font-weight: 500;
}*/
.equipment-rightcontent-about .wpb_text_column .wpb_wrapper p em{
  color: var(--000000);
  font-weight: 600;
}
.equipment-rightcontent-about .wpb_text_column{
  padding-right: 0;
  padding-left: 30px;
}
.equipment-rightcontent-about .wpb_text_column h3{
  max-width: 500px;
}
/* End About Section */
/* Start Ema Pratenership */

.ema-partnership {
  padding: 75px 0 30px!important;
}

.ema-partnership > .vc_row.content-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto !important;
}

.ema-partnership h3 {
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 38px;
}

/*.ema-partnership p {
  max-width: 351px;
}
*/
.ema-partnership .wpb_single_image {
  margin-bottom: 14px;
}

.ema-partnership .wpb_single_image .vc_single_image-wrapper {
  /*background: var(--primary);*/
  width: 71px;
  height: 71px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 50%;
}

.page-id-10171 .ema-partnership .btn {
    background-color: var(--5B6670) !important;
    margin-top: 20px;
    text-decoration: none;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    padding: 15px 55px;
}
.page-id-10171 .ema-partnership .btn:hover{
    background-color: #f5a706 !important;
  color: #3d4543 !important;
}

.ema-partnership .wpb_wrapper p {
  margin: 0 auto;
}

/* End Ema Pratenership */
/* Start Contact Expert */

.contact-expert .content-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  flex-wrap: wrap;
}
/*.contact-expert.contact-expert-twocol .content-container{
  max-width: 1230px;
}*/

.page-id-10171 .contact-expert .btn, .cta-expert-wrap .btn {
    background-color: #f5a706 !important;
    color: #FFFFFF !important;
    margin-top: 20px;
    text-decoration: none;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    padding: 15px 55px;
}
.page-id-10171 .contact-expert .btn:hover, .cta-expert-wrap .btn:hover{
    background-color: var(--5B6670) !important;
    color: #f5a800 !important;
}

.page-id-10171 .contact-expert > .wpb_content_element {
  margin-bottom: 0 !important;
}

.contact-expert .vc_col-md-12 .vc_column-inner,
.contact-expert .vc_col-md-6 .vc_column-inner {
  padding: 68px 68px 60px 89px !important;
  background-color: rgba(60, 61, 60, 0.7) !important;
  position: relative;
}
.contact-expert .vc_col-md-6 .vc_column-inner{
  padding: 50px 60px 60px 40px !important;
  height: 100%;
}
.contact-expert .vc_col-md-6 .vc_column-inner::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(60, 61, 60, 0.7) !important;
}
.contact-expert .vc_col-md-6 .vc_column-inner .wpb_wrapper{
  position: relative;
  z-index: 1;
}
.contact-expert .vc_col-md-6{
  margin: 0 15px;
  width: calc(50% - 30px);
}

.contact-expert p {
  font-size: 26px;
  line-height: 32px;
  color: #FFFFFF;
}

.contact-today {
  padding: 66px 0; 
}

.contact-expert .wpb_text_column{
  margin-bottom: 0;
}
.contact-expert .sec-content{
  max-width: 930px;
}

/* End Contact Expert */
/* Start Service In Action*/

.service-in-action {
  padding: 53px 0 58px;
}  

.service-in-action .content-container {
  max-width: 970px;
  margin: 0 auto !important;
  width: 100%;
}

.service-in-action .wpb_content_element {
  margin-bottom: 0 !important;
}

.service-in-action h3 {
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 38px;
}

.service-in-action p {
  font-size: 16px;
  line-height: 28px;
  margin:0 auto 62px !important;
  max-width: 940px;
}

.service-in-action h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: underline;
}

.service-in-action iframe {
  height: 233px !important;
}

/* End Service In Action */
/* Start Strategic Partners Tab */
.strategic-partners-tab {
  background-color: #F5F5F5;
  padding: 42px 0 36px;
}

.strategic-partners-tab .content-container {
  max-width: 1100px;
  margin: 0 auto !important;
  width: 100%;
}

.strategic-partners-tab h3 {
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 43px;
}

.strategic-partners-tab p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 auto 20px;
  
}

.strategic-partners-tab > .vc_row:last-child > p {
  max-width: 666px;
  margin: 0 auto 20px;
}

.strategic-partners-tab .vc_tta-panels {
  background: transparent !important;
  border: none !important;
}

.strategic-partners-tab .vc_tta-tabs-list {
  margin-bottom: 31px !important;
}

.strategic-partners-tab .vc_tta-tabs-list .vc_tta-tab > a, 
.strategic-partners-tab .vc_tta-panel-heading, 
.strategic-partners-tab .vc_tta-panel-heading h4 > a {
  background: transparent !important;
  border: none !important;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  padding: 0 0 7px !important;
}

.strategic-partners-tab .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 20px !important;
}

.strategic-partners-tab .vc_tta-panel .vc_tta-panel-heading h4 > a {
  display: inline-block;
}

.strategic-partners-tab .vc_tta-tabs-list .vc_tta-tab.vc_active > a, 
.strategic-partners-tab .vc_tta-panel.vc_active .vc_tta-panel-heading h4 > a {
  font-weight: 700;
}

.strategic-partners-tab .vc_tta-tabs-list .vc_tta-tab {
  position: relative;
  margin-right: 21px !important;
}

.strategic-partners-tab .vc_tta-panel.vc_active .vc_tta-panel-heading h4 {
  position: relative;
  display: inline-block !important;
}

.strategic-partners-tab .vc_tta-tabs-list .vc_tta-tab:after, 
.strategic-partners-tab .vc_tta-panel .vc_tta-panel-heading h4 > a:after {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  background: var(--3D4543);
  position: absolute;
  bottom: 0;
  left: 0;
}

.strategic-partners-tab .vc_tta-tabs-list .vc_tta-tab.vc_active:after, 
.strategic-partners-tab .vc_tta-panel.vc_active .vc_tta-panel-heading h4 > a:after {
  background: var(--primary);
}

.strategic-partners-tab .vc_tta-panel-body {
  background: transparent !important;
  border: none !important;
  padding: 0 0 0 18px !important;
}

.strategic-partners-tab .vc_tta-panel-body p > strong > a {
  color: var(--primary) !important;
  text-decoration: none !important;
}

/* End Strategic Partners Tab */
/* End adhesives equipment page*/

/* Keystone Section */
.keystone-sec{padding-top:70px;}
.keystone-sec .container{margin:0 auto;width:1050px;}
.keystone-sec .wpb_single_image{margin-bottom:0;}
.keystone-sec .wpb_text_column{margin-top:15px;}
/* End Keystone Section */

/* Start Responsive CSS */

@media (max-width:1199px) {
  .single-bnr {
      padding-top: 80px !important;
      padding-bottom: 80px !important;
  }

  .equipment-lr-about > .vc_row {
    flex-flow: row;
    display: flex;
  }

}

@media(max-width: 991px) {
  .equipment-leftcontent-about {
    padding-bottom: 50px !important;
  }

  .equipment-lr-about > .vc_row {
    flex-flow: column-reverse;
  }

  .equipment-rightcontent-about > .vc_row {
    flex-flow: column;
  }

  .equipment-rightcontent-about .wpb_single_image {
    text-align: left !important;
  }

  .equipment-rightcontent-about .wpb_text_column {
    padding-left: 0px;
  }

  .ema-partnership {
    padding: 60px 0 30px!important;
  }

  .contact-expert .vc_col-md-12 .vc_column-inner {
    padding: 60px 60px 60px 60px !important;
  }

  .service-in-action .vc_col-md-6:first-child {
    padding-bottom: 30px !important;
  }

  .service-in-action .wpb_video_widget {
    height: 300px !important;  
  }

  .service-in-action .wpb_video_widget .wpb_video_wrapper {
    height: 300px !important;
    padding: 0 !important;
  }

  .service-in-action iframe {
    height: 300px !important;
  }

  .service-in-action p {
    margin: 0 auto 42px !important;
  }

  .strategic-partners-tab h3 {
    margin: 0 0 33px;
  }

  .strategic-partners-tab .vc_tta-tabs-list .vc_tta-tab {
    margin-bottom: 20px !important;
  }

  /* Keystone Section */
  .keystone-sec .container{flex-direction: column-reverse;}
/* End Keystone Section */

/* 11-07-2023 */
.contact-expert .vc_col-md-6{margin:20px 0;width:100%;}


}

@media (max-width:767px) {
  .single-bnr {
      padding-top: 60px !important;
      padding-bottom: 60px !important;
  }

  .single-bnr h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .equipment-leftcontent-about {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }

  .equipment-rightcontent-about {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }

  .ema-partnership {
    padding: 50px 0 30px!important;
  }

  .ema-partnership h3 {
    margin: 0 0 37px;
  }

  .page-id-10171 .ema-partnership .btn {
    margin-top: 0px;
  }

  .contact-expert .vc_col-md-12 .vc_column-inner,
  .contact-expert .vc_col-md-6 .vc_column-inner {
    padding: 30px 30px 15px 30px !important;
  }

  .page-id-10171 .contact-expert .btn, .cta-expert-wrap .btn {
    margin-top: 0px;
  }

  .contact-expert .wpb_content_element {
    margin-bottom: 15px;
  }

  .contact-expert p {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width:567px) {
  .single-bnr {
      padding-top: 40px !important;
      padding-bottom: 40px !important;
      min-height: 300px;
      display: flex;
      align-items: center;
  }

  .single-bnr h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .equipment-lr-about .wpb_text_column h3 {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 30px;
  }

  .contact-expert .content-container {
      background-position: bottom;
  }

  .contact-expert p {
    font-size: 20px;
    line-height: 30px;
  }

  .strategic-partners-tab {
    padding: 30px 0 10px;
  }

  .strategic-partners-tab .wpb_content_element {
    margin-bottom: 10px;
  }

}


/* End Responsive CSS */
/* End 21-02-2023 */

.advanced-page .page-header { display: none; }
.advanced-page .breadcrumb { display: none; }
.advanced-page .container.content-container { width: 100%; padding: 0; }
.advanced-page .site { overflow: inherit; }
.advanced-page .container.content-container .row { margin: 0; }

.bg-grey { background: #f5f5f5; }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#5d666f; background: transparent; width:35px; height:35px; font-size:0; cursor:pointer; border: none; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:50px; font-weight: 700; }
.slick-arrow:hover { background:transparent; color:#5d666f;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

.button-1 a , .button-1 a:link { font-size: 13px; line-height: 20px; text-decoration: none; color: #fff !important; background: #f5a706; padding: 13px 24px; display: inline-block; border-radius: 22px 32px 0 23px; box-shadow: 0 4px 9px rgba(0, 0, 0, 0.22); }
.button-1 a:hover , .button-1 a:link:hover { background: #3c3d3c; }

.hero-solution { min-height: 380px; display: flex; align-items: center; color: #fff; }
.hero-solution h1 { margin: 15px 0; color: #fff; font-size: 42px; line-height: 50px; text-transform: uppercase; font-weight: 700; }

.nav-solutions { padding: 16px 0; background: #3c3d3c; position: sticky; top: 130px; z-index: 99; }
.nav-solutions ul { margin: 0; padding: 0; list-style-type: none; display: flex; flex-wrap: wrap; justify-content: center; }
.nav-solutions ul li { margin: 0; padding: 0; display: inline-flex; }
.nav-solutions ul li a { text-decoration: none; display: inline-block; padding: 5px 15px; text-transform: uppercase; font-weight: 700; font-size: 12px; line-height: 18px; position: relative; color: #fff !important; position: relative; }
.nav-solutions ul li a:after { content: '|'; position: absolute; top: 5px; right: -1px; font-weight: 300; }
.nav-solutions ul li a:hover , .nav-solutions ul li.active a { color: #f5a706 !important; }

.nav-solutions ul li:last-child a:after { display: none; }

.content-solutions { text-align: center; padding: 60px 0; }
.content-solutions .main { margin: 0 auto; max-width: 915px; width: 100%; }
.content-solutions h2 { margin: 0 0 20px; font-size: 22px; line-height: 30px; font-weight: 700; color: #f5a706; }
.construction-industrial .main { padding: 40px 0 75px; border-top: 1px solid #000; display: flex; flex-wrap: wrap; }
.construction-industrial .text { width: calc(100% - 477px); padding-right: 127px; font-size: 15px; line-height: 27px; letter-spacing: 0.3px; }
.construction-industrial .image { width: 477px; text-align: center; display: flex; flex-wrap: wrap; align-items: start; justify-content: center; }
.construction-industrial .text h3 { margin: 0; font-size: 22px; line-height: 30px; color: #f5a706; font-weight: 700; }

.solutions-slider { padding: 0 0 80px; }
.solutions-slider .nav { padding: 12px 0; background: #3c3d3c; }
.solutions-slider .nav ul { margin: 0; padding: 0; list-style-type: none; display: flex; flex-wrap: wrap; justify-content: center; }
.solutions-slider .nav ul li { margin: 0; padding: 0; display: inline-flex; }
.solutions-slider .nav ul li a { text-decoration: none; display: inline-block; padding: 5px 15px; font-weight: 700; font-size: 19px; line-height: 26px; position: relative; color: #fff !important; position: relative; cursor: pointer; }
.solutions-slider .nav ul li a:after { content: '|'; position: absolute; top: 5px; right: -1px; font-weight: 300; }
.solutions-slider .nav ul li a:hover , .solutions-slider .nav ul li.active a { color: #f5a706 !important; }

.solutions-slider .nav ul li:last-child a:after { display: none; }

.solutions-slider .main { margin: 20px 0 0; }
.solutions-slider .box { padding: 15px; }
.solutions-slider .box .img { height: 420px; display: flex; align-items: center; justify-content: center; }
.solutions-slider .box .img img { height: 100%; object-fit: contain; }
.solutions-slider .box .text { margin: 15px 0 0; font-size: 15px; line-height: 21px; font-weight: 700; }
.solutions-slider .box .text h4 { margin: 0 0 5px; font-size: 21px; line-height: 30px; text-transform: uppercase; font-weight: 700; color: #f5a706; }
.solutions-slider .box ul { margin: 0; padding: 0; list-style-type: none; font-weight: 400; }
.solutions-slider .box ul li { font-size: 13px; line-height: 23px; position: relative; padding: 0 0 0 10px; }
.solutions-slider .box ul li:after { content: ''; width: 3px; height: 3px; position: absolute; top: 10px; left: 0; background: #f5a706; border-radius: 10px; }
.solutions-slider .box .text p { margin: 0 0 12px; }
.solutions-slider .box .text .sameheight { margin: 0 0 12px; }
.solutions-slider .box .button-1 { margin: 25px 0 0; }

.solutions-slider .main button.slick-prev { left: -60px; }
.solutions-slider .main button.slick-next { right: -60px; }

.automated .main { border-top: none; }
.how-works { text-align: center; padding: 0 0 120px; }
.how-works h2 { margin: 0 0 26px; font-size: 22px; line-height: 30px; font-weight: 700; }

.construction-industrial.img-left h3 { margin: 0 0 20px; }
.construction-industrial.img-left .main { flex-direction: row-reverse; align-items: center; }
.construction-industrial.img-left .text { padding: 0 0 0 70px; width: 55%; }
.construction-industrial.img-left .image { width: 45%; }

.benefits-section { padding: 70px 0 40px; }
.benefits-section .main-title { margin: 0 0 40px; text-align: center; }
.benefits-section .main-title h2 { margin: 0 0 15px; font-size: 22px; line-height: 30px; font-weight: 700; }
.benefits-section .main-title h2 span { color: #f5a706; }
.benefits-section .main-title h2 a { color: #f5a706 !important; }
.benefits-section .main { display: flex; flex-wrap: wrap; }
.benefits-section .box { /*width: 50%;*/ padding: 15px; display: flex; flex-wrap: wrap; font-size: 15px; line-height: 27px; }
.benefits-section .box .img { width: 164px; }
.benefits-section .box .text { width: calc(100% - 164px); padding: 0 0 0 25px; }
.benefits-section .box .text h4 { margin: 0 0 6px; font-size: 15px; line-height: 27px; font-weight: 700; }

.north-section { padding: 50px 0; text-align: center; }
.north-section .main-title { margin: 0 0 40px; font-size: 15px; line-height: 27px; }
.north-section .main-title h2 { margin: 0 0 15px; font-size: 22px; line-height: 30px; font-weight: 700; }
.north-section .main { display: flex; flex-wrap: wrap; }
.north-section .main .box { width: 50%; padding: 15px 30px; font-size: 22px; line-height: 30px; font-weight: 700; display: flex; align-items: center; justify-content: center; border-right: 1px solid #5d666f; }
.north-section .main .box a { color: #f5a706 !important; }
.north-section .main .box:last-child { border-right: none; }

.solutions-slider.solutionsV2 { margin-top: -60px; }
.pt0 {padding-top: 0 !important;}

.contact-details-main-wrap { padding-top: 43px; padding-bottom: 60px; background-color: #f1f1f1; }
.contact-details-main-wrap.white-bg {  background-color: #fff; }
.contact-details-heading { text-align: center; margin-bottom: 35px; }
.contact-details-heading h2 { max-width: 797px; margin: 0px auto; font-weight: normal; line-height: normal; }

/* 15-09-2023-59 */
.automotive-hero-main-wrap { padding: 127px 0px; }
.automotive-hero-wrap h1 { font-size: 42px; color: #FFFFFF; font-weight: bold; text-transform: uppercase; margin-bottom: 0; line-height: 50px; }
.automotive-sections-menu-wrap { background-color: #3B3D3B; padding: 20px 0px; }
.automotive-sections-menu ul { padding-left: 0; margin-bottom: 0; display: flex; flex-flow: wrap; align-items: center; justify-content: center; }
.automotive-sections-menu ul li { display: inline-block; color: #fff; line-height: normal; padding-right: 12px; padding-left: 9px; position: relative; }
.automotive-sections-menu ul li a { font-weight: bold; text-transform: uppercase; text-decoration: none; font-size: 12px; line-height: normal; }
.automotive-sections-menu ul li:after { content: '|'; font-size: 12px; font-weight: bold; color: #949393; position: absolute; right: 0; top: 3px; }
.automotive-sections-menu ul li:last-child:after { display: none; }

.automotive-heading-content-btn-main-wrap { padding-top: 39px; }
.automotive-heading-content-btn-wrap { text-align: center; border-bottom: 1px solid rgb(235 235 235); padding-bottom: 39px; }
.automotive-heading-content-btn-wrap h2 { margin: 0; color: #F5A706; font-size: 22px; font-weight: bold; letter-spacing: 1px; }
.automotive-heading-content { margin-top: 24px; font-size: 15px; color: #3C3D3C; font-weight: 500; max-width: 100%; margin-left: auto; margin-right: auto; }
.automotive-heading-content-btn { margin-top: 28px; }
body .automotive-heading-content-btn a { background-color: #F5A705; color: #fff !important; text-decoration: none; padding: 15px 36px; line-height: normal; border-top-right-radius: 72px; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }
.automotive-two-part-content h2 { margin: 0; color: #F5A706; font-size: 22px; font-weight: bold; letter-spacing: 1px; line-height: normal; }
.automotive-two-part-content .automotive-heading-content { margin-top: 20px; max-width: 523px; margin-left: 0; }
.automotive-two-part-content { padding-right: 20px; }
.automotive-two-part-main-wrap { padding: 60px 0; }
.automotive-two-part-content .automotive-heading-content-btn { margin-top: 23px; }
.automotive-two-part-wrap .row { display: flex; align-items: flex-start; flex-flow: wrap; } 
.automotive-two-side-content-wrap { background-color: #F5F5F5; }
.automotive-two-part-content .automotive-heading-content ul { margin-bottom: 0; padding-left: 0; }
.automotive-two-part-content .automotive-heading-content ul li { display: inline-block; width: 100%; margin-bottom: 9px; padding-left: 19px; position: relative; }
.automotive-two-part-content .automotive-heading-content ul li:before { content: ''; position: absolute; left: 0; top: 10px; width: 5px; height: 5px; background-color: #F5A706; border-radius: 100%; }
.automotive-left-side-img .row { flex-flow: row-reverse; }
.automotive-left-side-img .automotive-two-part-content { padding-right: 0; padding-left: 0; }
.lite-gry-bg { background-color: #F5F5F5; }
.automotive-contact-main-wrap { padding: 60px 0; }
.automotive-contact-heading h2 { margin: 0; text-align: center; font-size: 23px; font-weight: bold; color: #3D4543; }
.automotive-contact-heading { margin-bottom: 42px; }

.construction-industrial .image iframe { width: 100%; height: 100%; }
.full-width-container.content-container > .row { margin:0px; }

.assembly-bottom-heading-details-main-wrap { padding: 50px 0px; text-align: center; }
.assembly-bottom-heading-details-wrap h2 { font-size: 22px; font-weight: bold; color: #F5A706; margin:0px; }
.assembly-bottom-heading-content { font-size: 15px; line-height: normal; margin-top: 19px;  }
.assembly-bottom-heading-content a { color: #F5A706 !important; font-weight: bold; }
.assembly-bottom-heading-content h3 { font-size: 23px; max-width: 710px; font-weight: bold; margin: 0px auto; margin-top: 25px; }

.assembly-heading-content-main-wrap { padding-bottom: 50px; padding-top: 50px; background-color:#3B3D3B; text-align:center;  }
.assembly-heading-content-wrap * { color:#ffffff;  }
.assembly-heading-content-wrap h2 { margin: 0; color: #F5A706; font-weight: bold; margin-bottom: 25px; font-size: 22px; line-height: normal; }
.assembly-heading-content {  font-size: 15px; font-weight: 500; }
.assembly-simple-heading-content-main-wrap { padding: 60px 0; }
.three-column-main-wrap { padding: 60px 0; }
.assembly-two-main-heading-details { text-align: center; margin-bottom:54px; }
.assembly-two-main-heading-details h3 { font-size: 22px; line-height: normal; margin: 0; margin-bottom: 15px; }
.assembly-two-content,.assembly-simple-heading-content { font-size: 15px; }
.three-column-wrap { margin-top: 26px; }
.three-column-details-wrap { display: flex; align-items: center; margin-bottom: 22px; }
.three-column-img { width: 359px; }
.three-column-part-content { width: calc(100% - 359px); }
.three-column-part-content { padding-left: 41px; }
.three-column-part-content h4,.assembly-simple-heading h4,.automotive-two-part-content h4 { margin: 0; font-weight: bold; text-transform: uppercase; font-size:15px; }
.three-column-heading-content { font-size: 15px; font-weight: 500; }
.three-column-img img { width: 100%; object-fit: cover; max-height: 216px; }


.assembly-simple-heading-content-main-wrap .assembly-simple-heading-content ul { margin-bottom: 0; padding-left: 0; }
.assembly-simple-heading-content-main-wrap .assembly-simple-heading-content ul li { display: inline-block; width: 100%; margin-bottom: 9px; padding-left: 19px; position: relative; }
.assembly-simple-heading-content-main-wrap .assembly-simple-heading-content ul li:before { content: ''; position: absolute; left: 0; top: 10px; width: 5px; height: 5px; background-color: #F5A706; border-radius: 100%; }
.assembly-two-main-heading-details-wrap { background: transparent; } 
.assembly-two-main-heading-details-wrap .col-md-6:last-child .automotive-heading-content { margin-top: 0; }
.assembly-two-main-heading-details-wrap .automotive-heading-content { margin-top:0px;  }
.assembly-two-main-heading-details-wrap .automotive-heading-content a { color: #F5A706 !important; font-weight: bold;   }






@media(min-width:1200px){

  .contact-details-heading h2 { font-size: 26px; line-height: normal;  }
}

@media(max-width: 1350px) {

  .solutions-slider .main button.slick-next { right: -30px; }
  .solutions-slider .main button.slick-prev { left: -30px; }

}

@media(max-width: 1200px) {

  .construction-industrial .text { padding-right: 30px; }

  .solutions-slider .box .img { height: 350px; display: flex; align-items: center; justify-content: center; }
  .solutions-slider .box .img img { height: 100%; object-fit: contain; }


}

@media(max-width: 1199px) {

  .nav-solutions { top: 0; }
  
  .solutions-slider .nav ul li a { font-size: 15px; line-height: 22px; }

  .automotive-hero-main-wrap { padding: 70px 0px; }
  .automotive-hero-wrap h1 { font-size: 30px; line-height: 38px; }
  .automotive-hero-wrap { max-width: 500px; }
  .automotive-sections-menu ul li { padding-bottom: 8px; padding-right: 9px; padding-left: 5px; }
  .automotive-heading-content-btn { margin-top: 18px; }
  .automotive-heading-content-btn-wrap { padding-bottom: 25px; }
  .automotive-two-part-main-wrap { padding: 40px 0; }
  .automotive-two-part-content { padding-right: 0; }

	.three-column-img { width: 280px; }
	.three-column-part-content { width: calc(100% - 280px); padding-left: 20px; }


}


@media(max-width: 991px) {

  .hero-solution h1 { font-size: 36px; line-height: 45px; }
  .hero-solution { min-height: 320px; }

  .construction-industrial .main { padding: 60px 0; }
  .construction-industrial .text { width: 100%; padding: 0; }
  .construction-industrial .image { margin: 20px 0 0; }

  .how-works { padding: 0 0 50px; }

  .solutions-slider { padding: 0 0 50px; }
  
  .construction-industrial.img-left .text { padding: 0 0 0 30px; }
  .benefits-section .box { /*width: 100%;*/ padding: 15px 0; }
  .north-section .main .box { font-size: 17px; line-height: 24px; }

  .solutions-slider .box .img { height: 310px; display: flex; align-items: center; justify-content: center; }
  .solutions-slider .box .img img { height: 100%; object-fit: contain; }

  .automotive-hero-main-wrap { padding: 50px 0px; background-position:right !important; }
  .automotive-heading-content { margin-top: 17px; }
 

}

@media(max-width: 999px) {

  .hero-solution h1 { font-size: 30px; line-height: 38px; }
  .hero-solution { min-height: 320px; }
  
  .solutions-slider.solutionsV2 { margin: 0; padding: 50px 0; }
  
  .construction-industrial .text { width: 100%; padding: 0; }
  .construction-industrial .main { padding: 40px 0; }
  .construction-industrial .image { width: 100%; margin: 30px 0 0; max-width: 400px; }  
  .construction-industrial.img-left .text { padding: 0 0 0 30px; }

  .benefits-section { padding: 50px 0; }
  .benefits-section .box { /*width: 100%;*/ padding: 15px 0; }
  
  .north-section .main .box { font-size: 17px; line-height: 25px; }

  .contact-details-iframe-form iframe { min-height: 819px; }
  .construction-industrial .image iframe { min-height: 230px; }

  .construction-industrial .image.two-image > img { margin-bottom: 30px; }

 

}

@media(max-width: 767px) {

  .container { padding: 0 30px; width: 100%; margin: 0; }

  .north-section .main .box { width: 100%; border-right: none; border-bottom: 1px solid; }
  .north-section .main .box:last-child { border-bottom: none; }
  .construction-industrial.img-left .image { margin: 30px 0 0; width: 100%; max-width: 400px; }
  .construction-industrial.img-left .text { width: 100%; padding: 0; }
  .construction-industrial.img-left .main { justify-content: flex-end; }

  .hero-solution h1 { font-size: 26px; line-height: 36px; }
  .nav-solutions .container { padding: 0 10px; }
  
  .solutions-slider .nav ul li a { font-size: 12px; line-height: 18px; }

  .contact-details-iframe-form iframe { min-height: 853px; }
  .contact-details-main-wrap { padding-bottom: 30px; }
  .contact-details-heading { margin-bottom: 25px; }

	.three-column-img { width: 100%; }
	.three-column-part-content { width: 100%; padding-left: 0; padding-top: 25px; }
	.three-column-details-wrap { flex-flow: wrap; }
	.three-column-main-wrap { padding: 40px 0; }


  
}

@media(max-width: 500px) {

  .benefits-section .box .text { width: 100%; padding: 0; margin: 15px 0 0; }
  
  .nav-solutions { padding: 8px 0; }
  .nav-solutions ul li a { font-size: 8px; line-height: 16px; padding:3px 5px; }

}

@media(max-width:1199px){
    body .mobile-padding-remove { padding-right: 5% !important; padding-left: 5% !important; }
    body .mobile-padding-remove span { font-size: 20px !important; }
    
}
@media(max-width:999px){
    body .mobile-iframe-form-wrap iframe.lazyloaded { min-height: 679px; }
    

}

@media(max-width:767px){
    body .mobile-padding-remove { padding-left:0px !important;padding-right:0px !important;}
    body .mobile-padding-remove span { font-size: 18px !important; }
   
    .mobile-iframe-form-wrap { margin-bottom: 0px !important; }

  .automotive-left-side-img .row { flex-flow: wrap; }
  .automotive-two-part-content .automotive-heading-content { max-width: 100%; }
  body .automotive-two-part-img { margin-top: 25px !important; width: 100%; }
  .automotive-left-side-img .row > div { width: 100%; }
  .automotive-two-part-main-wrap { padding: 30px 0; }
  .automotive-hero-wrap h1 { font-size: 22px; line-height: 29px; }

  .assembly-bottom-heading-content h3 { font-size: 18px; line-height: normal; }

}

@media(max-width:400px){

    body .solutions-slider .main button { top: 280px; }
}
