/*
Theme Name: Aluminar Systems
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2026
BlankSlate is distributed under the terms of the GNU GPL
*/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Josefin Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #28292d;
  margin: 0;
  padding: 0;
  &.in-transition {
    transition: transform 900ms ease;
  }
}

img {border:0;}

a {text-decoration:none}

.clear {
  clear: both;
}
.wrapper-1366 {
  max-width: 1366px;
  margin: 0 auto;
  width: 100%;
}
.header-container {
  display: flex;
  justify-content: space-between;
}
.logo {
  max-width: 380px;
  margin-left: 60px;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-wrapper {
  display: flex;
  flex-direction: column;
}
.super-nav {
  background-color: #6fa100;
  color: #fff;
  font-size: 20px;
  padding: 20px 0 20px 100px;
}
.super-nav a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}



/* Main Nav */
#primary_nav_wrap {
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size:20px;
  color: #9c9a9a;
  background: #fff;
  height: 65px;
  padding: 0;
  margin: 0 60px 0 0;
}

#primary_nav_wrap ul
{

  position:relative;
  margin:0;
  padding:0;
}

#primary_nav_wrap ul a
{
  display:block;
  text-decoration:none;
  font-family: 'Josefin Sans', sans-serif;
  font-size:18px;
  color: #9c9a9a;
  font-style: normal;
  text-transform: uppercase;
}
#primary_nav_wrap ul a:last-child {

}

#primary_nav_wrap ul li
{
  position:relative;
  padding:0;
}

#primary_nav_wrap ul li.current-menu-item
{
  background:#ddd;
}

#primary_nav_wrap ul li:hover a
{
  color: #231f20;
}

#primary_nav_wrap ul ul
{
  z-index: 10;
  display:none;
  position:absolute;
  top:100%;
  left:0;
  background-color:#fce5c3;
  padding:0;
  margin: 0;
  list-style: none;
}

#primary_nav_wrap ul ul li
{
  float:none;
  width: 100%;
  text-align: left;
  white-space:nowrap;
  padding: 0;
  margin: 0;
  border-top:2px solid white;
  border-right:3px solid white;
  border-left:3px solid white;
}
#primary_nav_wrap ul ul li:last-child {
  border-bottom:2px solid white;
}
#primary_nav_wrap ul ul li:hover {
  background:#42b1a6;
}

#primary_nav_wrap ul li ul li a {
  color: #231f20 !important;
  font-size: 16px;
  font-weight: normal;
}
#primary_nav_wrap ul li ul li a:hover {
  color: #fff !important;
  background-color: #efae07;
}


#primary_nav_wrap ul ul a
{
  line-height:120%;
  padding:10px 15px;
  color: #231f20 !important;
  font-size: 14px !important;
}
#primary_nav_wrap ul ul a::before {
  /*content: "• "*/
}

#primary_nav_wrap ul ul ul
{
  top:0;
  left:100%;
}

#primary_nav_wrap ul li:hover > ul
{
  display:block;
}
.inner-header .top-nav {
  background-color: #fff;
  border-left: 65px solid #3e83b1;
  padding-left: 200px;
}
.inner-header #primary_nav_wrap ul a {
  font-size: 18px;
}
.top-nav {
  font-family: 'Josefin Sans', sans-serif;
  font-size:20px;
  color: #9c9a9a;
}
.top-nav ul {
  list-style: disc;
  padding:0;
  margin: 20px 0 0 0;
}
.top-nav ul li {
  float: left;
  margin: 0 20px;
  text-indent: 3px;
}
.top-nav ul li:first-child {
  list-style: none;
}
.top-nav ul li a {
  color: #9c9a9a;
  font-weight: 500;
}
.top-nav ul li a:hover {
  color: #24349f;
}

.hero {
  background-image: url('_img/main-hero.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 610px;
  z-index: 5;
}
.hero-txt {
  position: absolute;
  left: 0;
  bottom: 100px;
  background-color: #f0af00;
  padding: 30px 60px;
}
.hero-txt h1 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 34px;
  font-weight: 500;
}
.hero-txt h1 span {
  font-size: 60px;
}

.content-area {
  background-color: #fbe9b8;
  background-image: url('_img/content-bg-box.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}
.entry-txt {
  background-color: #fff;
  padding: 40px 70px;
  margin-left: 92px;
}
.entry-txt p {
  color: #570000;
  font-size: 24px;
}
.entry-boxes {
  display: flex;
  justify-content: space-between;
  max-width: 1270px;
  margin: 0 auto;
}
.entry-box {
  margin: 20px 0;
  background-color: #fff;
  padding: 20px 40px;
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.entry-box p {
  color: #504f4f;
  font-weight: 400;
  margin: 20px 0;
  padding: 0;
}
.entry-box p.entry-title {
  color: #570000;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px 0;
}
.entry-box div.entry-img {
  max-width: 327px;
  max-height: 144px;
  overflow: hidden;
}
.entry-box div.entry-img img {
  width: 100%;
  height: auto;
  display: block;
}
a.entry-btn {
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #6dad56;
  padding: 10px 0 8px 0;
}
a:hover.entry-btn {
  background-color: #367800;
}

.client-row {
  background-color: #fff;
  padding: 60px 20px;
}
.client-row-text {
  max-width: 1075px;
  margin: 0 auto;
}
.client-row-text p {
  font-size: 18px;
  color: #858484;
}
p.client-row-title,
.client-row h3 {
  color: #570000;
  font-weight: 500;
  text-align: center;
  font-size: 31px;
}
.client-row-title span,
.client-row h3 span{
  font-size: 31px;
}
p.client-row-subtitle,
.client-row h5 {
  color: #570000;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
}


/* slider */
.partners-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  max-width: 1100px;
  margin: 0 auto;
}
.partners-left-arrow {
  max-width: 32px;
  max-height: 32px;
}
.partners-right-arrow {
  max-width: 32px;
  max-height: 32px;
}
.partners-left-arrow img, .partners-right-arrow img {
  width: 100%;
  height: auto;
}
.partners-logos {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 90%;
}

.owl-carousel {
  list-style: none;
}

.owl-carousel li {
  padding: 10px;
}

.partners-logo {
  max-width: 200px;
  width: 30%;
}
.partners-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.partners-dot-nav {
  display: flex;
  max-width: 200px;
  margin: 20px auto 0 auto;
  justify-content: space-between;
}
.partners-dot-nav a {
  width: 14px;
  height: 14px;
  background-image: url('_img/partner-dot-off.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.partners-dot-nav a.pdnon {
  background-image: url('_img/partner-dot-on.png');
}



.contact-row {
  background-color: #c3ddb9;
  height: 467px;
  margin:0;
  width: 100%;
  padding: 60px 20px;
}

.contact-form {
  padding:0;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}

.home-contact-form-inputs {
  /*padding-right: 80px;*/
}

.contact-form-title {
  font-size: 22px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  color: #367800;
}
.contact-form-title span {
  font-size: 36px;
}


.home-contact-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 464px;
}
.home-contact-form input[type=text] {
  width: 32%;
  margin: 10px 0;
  background-color: #fff;
  border: 1px solid #231f20;
  color: #3e83b1;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding: 10px;
  height: 45px;
  text-transform: uppercase;
}
.home-contact-form textarea {
  width: 97%;
  background-color: #fff;
  border: 1px solid #231f20;
  color: #3e83b1;
  font-size: 20px;
  padding: 10px 20px;
  min-height: 130px;
  text-transform: uppercase;
}
.hcs {
  text-align: right;
  display: block;
  width: 100%;
  margin: -50px 0 10px 0;
}
.home-contact-form input[type=submit] {
  background-color: #6bb04b;
  padding: 10px 60px 5px 60px;
  color: #fff;
  border: 2px solid white;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  font-size: 24px;
}
.home-contact-form input[type=submit]:hover {
  background-color: #367800;
}


.footer-about {
  display: flex;
  justify-content: space-between;
  max-width: 1110px;
  margin: 60px auto 60px auto;
}

.footer-about-txt {
  width: 33%;
  text-align: left;
  color: #979696;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
}
.footer-about-txt p {
  padding: 0;
  margin: 10px 0;
  font-style: italic;
}
.footer-about-txt p strong {
  font-size: 18px;
  font-weight: 900;
  color: #000;
  font-style: normal;
}

.footer-about-map {
  width: 33%;
  max-width: 320px;
  margin: 0 auto;
}
.footer-about-map img {
  width: 100%;
  height: auto;
  display: block;
}

.footer-about-addr {
  width: 62%;
}
.footer-about-addr p {
  margin:10px 0;
  padding: 0;
  font-size: 17px;
  color: #979696;
  font-weight: normal;
  line-height: 24px;
  text-align: right;
}
.footer-about-addr p strong {
  font-weight: 600;
  color: #000;
}

.footer-about-addr div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.footer-about-addr div p {
  width: 49%;
}
.footer-about-addr div div {
  width: 43%;
}
.footer-about-addr div div img {
  width: 100%;
  height: auto;
  display: block;
}

.footer-about-two {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 60px auto 60px auto;
  padding:0 20px;
}
.footer-about-two .footer-about-wrap:nth-child(1) {
  width: 42%;
  display: flex;
  justify-content: space-between;
}
.footer-about-two .footer-about-wrap:nth-child(2) {
  display: flex;
  justify-content: space-between;
  width: 54%;
}

.footer-about-two .footer-about-wrap:nth-child(1) div.faw-txt {
  width: 60%;
}
.footer-about-two .footer-about-wrap div.faw-txt {
  width: 55%;
  font-size: 18px;
  color: #000;
  font-style: normal;
}
.footer-about-two .footer-about-wrap div.footer-office-img img {
  width: 100%;
  height: auto;
  display: block;
}

.product-image-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 33.333%), 1fr));
  gap: 10px;
}

.product-image-row img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}

.product-text,
.product-text p{
  font-size: 20px;
  color: #570000;
  font-weight: normal;
}

@media only screen and (max-width:768px) {
  .footer-about-two {
    flex-direction: column;
  }
  .footer-about-two .footer-about-wrap {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-about-two .footer-about-wrap:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-about-two .footer-about-wrap:nth-child(2) {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width:425px) {
  .footer-about-two .footer-about-wrap {
    flex-direction: column;
  }
  .footer-about-two .footer-about-wrap div.faw-txt, .footer-about-two .footer-about-wrap div.footer-office-img {
    width: 100%;
  }
}

.footer-main {
  min-height: 224px;
  padding: 30px 20px;
  background-color: #570000;
}
.footer-social {
  display: flex;
  justify-content: center;
}
.footer-social a {
  display: block;
  max-width: 50px;
}
.footer-social a img {
  width: 100%;
  height: auto;
  display: block;
}
.footer-nav {
  margin: 40px 0 20px 0;
  font-size: 23px;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
  text-align: center;
}
.footer-nav span {
  margin: 0 5px;
}
.footer-nav a {
  font-size: 23px;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
}
.footer-copy {
  font-size: 14px;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  text-align: center;
}

.content-header {
  height: 402px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-wrapper {
  background-image: url('_img/about-us-banner.jpg');
  background-position: center center;
}
.contact-wrapper {
  background-image: url('_img/contact-banner.jpg');
  background-position: center center;
}
.product-wrapper {
  background-image: url('_img/products-banner.jpg');
  background-position: center center;
}
.ceiling-wrapper {
  background-image: url('_img/1700 X 600 px Ceiling Grid 3.jpg');
  background-position: center center;
}
.robotic-wrapper {
  background-image: url('_img/1700 X 600 px RABS 7.jpg');
  background-position: center center;
}
.modular-wrapper {
  background-image: url('_img/1700 x 600 px Modular Cleanrooms 7.jpg');
  background-position: center center;
}
.social-wrapper {
  background-image: url('_img/social-banner.jpg');
  background-position: center center;
}
.inner-content {
  background-color: #fff;
  font-size: 20px;
  color: #570000;
  font-weight: normal;
  padding: 60px 0;
}
.inner-content h1 {
  font-size: 21px;
}
.inner-content h1 span {
  font-size: 41px;
}
.icw {
  max-width: 1078px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-learn-more {
  text-align: right;
}
.content-learn-more a {
  color: #2a724a;
  font-size: 18px;
  font-weight: bold;
}

.about-img-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.about-img-row div {
  width: 32%;
}
.about-img-row div img {
  width: 100%;
  height: auto;
  display: block;
}
.about-img-txt-row {
  display: flex;
  justify-content: space-between;
}
.aitri {
  width: 32%;
}
.aitri div {
  width: 100%;
  margin: 10px 0;
}
.aitri div img {
  width: 100%;
  height: auto;
  display: block;
}
.aitrt {
  width: 66%;
}
.aitrt p {
  font-size: 20px;
  color: #570000;
  margin: 0 0 30px 0;
}
.aitrt p.aitrtt {
  margin: 0 0 10px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.aitrt p.aitrtt:first-child {
  margin-top: 20px;
}
.icw h3 {
  font-size: 34px;
  color: #570000;
  font-weight: 300;
}

.contact-info-wrap {
  display: flex;
  justify-content: space-between;
  color: #570000;
}

.ciw-left {
  text-align: right;
  width:40%;
}
.ciw-left p span, .ciw-right p span {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.ciw-div {
  margin: 0 10%;
  width: 2px;
  background-color: #570000;
}
.ciw-right {
  width: 40%;
}

/* slider-bar */
.slider-bar { overflow: hidden; margin: auto; border-bottom: 3px solid #8e9a78; width: 100%; position: relative; }
.slider-bar img { display: block; width: 100%; margin: auto; object-fit: cover; height: 100%; }
/*.slider-bar h2 {
  position: absolute; line-height: 89px; z-index: 1; left: 0px; top: 50%; text-align: center; padding: 0 85px 13px; font-size: 43px; color: #fff; width: 100%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);
}*/
.slider-bar h2 {
  position: absolute;
  z-index: 1;
  top:45%;
  text-align: center;
  /*left: 0;
  bottom: 50px;
  background-color: #f0af00;*/
  padding: 30px 60px;
  color: #fff;
  text-shadow: 2px 3px 14px #000000;
  margin: 0;
  font-size: 65px;
  font-weight: 500;
  display: block;
  width: 100%;
  text-transform: uppercase;
}
.slider-bar .flex-viewport li { height: auto; position: relative; }
.slider-bar ul { list-style: none; max-height: 610px; overflow: hidden; padding: 0; margin: 0;}

.slider-bar .overlay {height: 610px;}


.slider-bar .flex-prev { opacity: 0.4; width: 45px; height: 45px; text-indent: -9999px; z-index: 9; display: block; position: absolute; left: 20px; top: 50%; background: url(_img/prv_btn.png) no-repeat; background-size: cover; margin-top: -22px; }
.slider-bar .flex-next { opacity: 0.4; width: 45px; height: 45px; text-indent: -9999px; z-index: 9; display: block; position: absolute; right: 20px; top: 50%; background: url(_img/next_btn.png) no-repeat; background-size: cover; margin-top: -22px; }
.slider-bar .flex-prev:hover { opacity: 1; }
.slider-bar .flex-next:hover { opacity: 1; }

.prod-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin: 80px 0;
}
.prod-grid > div {
  width: 245px;
  margin: 20px 0;
  background-color: #71a000;
}
.prod-grid > div:nth-child(even) {
  background-color: #377800;
}
.prod-grid > div h4 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}
.prod-grid > div .prod-grid-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.prod-grid > div .prod-grid-txt {
  padding: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  min-height: 180px;
  position: relative;
}
.prod-grid > div .prod-grid-txt a {
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

h1.product-title {
  background-color: #f0af00;
  padding: 30px 20px 30px 4%;
  color: #fff;
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  margin-top: -40px;
  display: inline-block;
  width: 50%;
  text-transform: uppercase;
}
h1.product-title span {
  font-size: 48px;
}
.inner-bg {
  background-image: url('_img/content-bar-bg.jpg');
  background-position: top left;
  background-repeat: no-repeat;
}
.icw h2 {
  text-transform: uppercase;
  font-size: 24px;
  color: #570000;
  font-weight: bold;
}
.single-product-wrapper {
  display: flex;
  justify-content: space-between;
}
.single-product-img {
  max-width: 360px;
  width: 35%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-product-img img:nth-child(1) {
  width: 100%;
  height: auto;
  display: block;
}
.single-product-img img:nth-child(n+2) {
  margin-top:20px;
}


.single-product-txt {
  width: 60%;
}

.cgs-wrapper {

}

.cgs-top-img-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cgs-top-img-wrap div:nth-child(1) {
  width: 25%;
  max-height: 240px;
  overflow: hidden;
}
.cgs-top-img-wrap div:nth-child(2) {
  width: 73%;
  max-height: 240px;
  overflow: hidden;
}
.cgs-top-img-wrap div img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.cgs-btm-img {
  width: 100%;
}
.cgs-btm-img img {
  width: 100%;
  height: auto;
  display: block;
}

.lmc-top-img-wrap {
  width: 100%;
}
.lmc-top-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.lmc-gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.lmc-gallery div {
  width: 33%;
  min-height: 280px;
  margin: 20px 0;
}
.lmc-gallery div img {
  width: 100%;
  height: auto;
  display: block;
}
.lmc-01 {
  background-image: url("_img/lmc/12a.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.lmc-02 {
  background-image: url("_img/lmc/11a.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.lmc-03 {
  background-image: url("_img/lmc/15a.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.lmc-04 {
  background-image: url("_img/lmc/17a.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.lmc-05 {
  background-image: url("_img/lmc/13a.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.lmc-06 {
  background-image: url("_img/lmc/10a.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.mr-top-img {
  display: flex;
  justify-content: space-between;
}
.mr-top-img div:nth-child(1) {
  width: 40%;
}
.mr-top-img div:nth-child(2) {
  width: 58%;
}
.mr-top-img div img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mr-btm-img {
  display: flex;
  justify-content: space-between;
}
.mr-btm-img div:nth-child(odd) {
  width: 25%;
}
.mr-btm-img div:nth-child(2) {
  width: 46%;
}
.mr-btm-img div img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.sdb-top-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sdb-top-img div {
  width: 46%;
  margin: 20px 0;
}
.sdb-top-img div img {
  width: 100%;
  height: auto;
  display: block;
}

.sdb-txt-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sdb-txt-img div {
  width: 48%;
  max-height: 281px;
  overflow: hidden;
  margin: 20px 0;
}
.sdb-txt-img div img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}


.sdb-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sdb-gallery div {
  max-width: 498px;
  margin: 20px 0;
}
.sdb-gallery div img {
  width: 100%;
  height: auto;
  display: block;
}


.mbl {display: none;}

@media only screen and (min-width:1900px) {
  .slider-bar ul {
    max-height: none !important;
    overflow: auto !important;
  }
  .slider-bar .overlay {
    max-height: none !important;
  }
}

@media only screen and (max-width:1200px) {
  .icw h2 {
    padding-left: 40px;
  }
  .single-product-wrapper {
    padding-left: 40px;
  }
  .cgs-wrapper {
    padding-left: 40px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1080px) {
  .single-product-img img:nth-child(n+2) {
    margin-top:20px;
    width: 100%;
    height: auto;
    display: block;
  }
}
@media only screen and (max-width: 1010px) {
  .logo {
    margin-left: 10px;
  }
  #primary_nav_wrap {
    margin-right: 0;
  }
  .slider-bar {
    margin-top: 111px;
  }
  /*.slider-bar img {
    display: block;
   width: 100vw;
   height: 100vh;
   object-fit: cover;
   object-position: 50% -200px;
  }*/
  .slider-bar h2 {
    top:25%;
  }

}

@media only screen and (max-width: 900px) {
  .logo {
    width: 35%;
  }
  .nav-wrapper {
    width: 65%;
  }
  .top-nav ul li {
    margin:0 10px;
  }
  .super-nav {
    padding: 20px 20px 20px 20px;
    text-align: right;
  }


  .contact-row {
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
    height: auto;
  }
  .contact-form {
    padding: 40px 0 0 40px;
  }
  .home-contact-form {
    min-height: inherit;
  }
  .home-contact-form-inputs {
    padding-right: 40px;
  }
  .home-contact-form input[type="text"] {
    width: 49%;
  }
  .home-contact-form textarea {
    width: 98%;
  }
  .hcs {
    margin: 15px 0;
  }
  .footer-about {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px;
  }
  .footer-about-txt {
    order:3;
    width: 100%;
    max-width: inherit;
    text-align: left;
  }
  .footer-about-map {
    max-width: inherit;
    order: 1;
    width: 100%;
    margin: 0;
  }
  .footer-about-addr {
    max-width: inherit;
    order: 2;
    width: 100%;
    margin: 0 0 0 3%;
  }
  .footer-about-addr p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .header-container {display: none;}
  .mbl {display: inherit !important;}
  .dsk {display: none !important;}
  .slider-bar {height: auto !important;}
  .slider-bar ul {height: auto !important;}
  .slider-bar h2 {font-size: 40px; top:30%;}
  .inner-content-no-pad .icw {padding: 0 !important;}
  .mbl-nav {
    height: 111px;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    align-content: center;
    align-items: center;
  }
  .mbl-logo {
    width: 100%;
    margin-right: 20px;
  }
  .mbl-menu-lnk {

  }
  .mbl-logo img {
    width: 100%;
    max-width: 392px;
    height: auto;
  }
  .hamburger-on {display: none;}
  .mbl-menu {
    display: none;
    margin: 0;
    padding: 0;
    position: fixed;
    top:111px;
    width: 100%;
    z-index: 10000;
  }
  .mbl-menu li {
    text-align: left;
    border-bottom: 2px solid #fff;
  }
  .mbl-menu li:last-child {
    border-bottom: none;
  }
  .mbl-menu li a {
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    padding: 10px 0 10px 20%;
    color: #570000;
    background-color: #fce5c3;
    font-size: 23px;
    font-weight: 500;
  }
  .mbl-menu li a:hover {
    background: #cacdca;
    color: #24349f;
  }
  .mbl-menu ul {
    padding: 0;
    margin: 0;
  }
  .mbl-menu ul li a {
    font-weight: 400;
    background: #efae07;
    color: #fff;
  }
  .mbl-menu li.hasSubMenu a {
    background-image: url('_img/sub-off.png');
    background-position: 10% center;
    background-repeat: no-repeat;
  }
  .mbl-menu li.hasSubMenuOpen a {
    background-image: url('_img/sub-on.png');
    background-position: 10% center;
    background-repeat: no-repeat;
  }
  .hero {
    margin-top: 111px;
    background-image: url('_img/mbl-hero.jpg');
  }
  .entry-box div.entry-img {
    max-width: inherit;
    max-height: 305px;
  }
  .entry-boxes {
    flex-direction: column;
  }
  .entry-box {
    width: 100%;
  }
  .entry-txt {
    margin-left: 40px;
  }
  .entry-box p {
    text-align: center;
  }
  .content-header {
    margin-top: 111px;
  }
  .about-img-row.mbl {
    display: flex !important;
    flex-wrap: wrap;
  }
  .about-img-row.mbl div.about-img {
    width: 48%;
    margin: 10px 0;
  }
  .about-img-btm {
    width: 100%;
  }
  .about-img-btm img {
    width: 100%;
    height: auto;
    display: block;
  }
  .icw {
    padding: 0 20px;
  }
  .icw h1 {
    padding: 0 20px;
  }
  .icw p {
    padding: 0 20px;
  }
  .icw h3 {
    padding: 0 20px;
  }
  .inner-bg {
    background-image: none;
  }
  .aitrt {
    width: 100%;
  }
  .contact-info-wrap {
    flex-direction: column;
    padding-top: 0 20px;
  }
  .ciw-left {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
  }
  .ciw-right {
    width: 100%;
    text-align: center;
  }
  .ciw-div {display: none;}
  .contact-wrapper {
    background-position: 75%;
  }

  .prod-grid > div {
    width: 45%;
  }

  h1.product-title {
    width: 100%;
  }
  .icw h2, .single-product-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-product-wrapper {
    flex-direction: column;
  }
  .single-product-img {display:none;}
  .single-product-txt {width: 100%;}
  .icw p { padding: 0;}
  .single-prod-img-mbl {
    margin-bottom: 20px;
  }
  .single-prod-img-mbl img {
    width: 100%;
    height: auto;
    display: block;
  }
  .single-prod-img-d-mbl img {
    width: 48%;
    height: auto;
    display: inline-block;
  }
  .cgs-wrapper {
    padding-left: 20px;
  }
  .cgs-top-img-wrap div:nth-child(1) {
    display: none;
  }
  .cgs-top-img-wrap div:nth-child(2) {
    width: 100%;
  }
  .lmc-gallery div {
    width: 100%;
    max-height: inherit;
    overflow: hidden;
    margin: 20px 0;
  }
  .mr-top-img {
    flex-direction: column;
  }
  .mr-top-img > div {
    width: 100% !important;
    margin: 10px 0;
  }
  .sdb-gallery {
    flex-direction: column;
    padding-top: 0 20px;
  }
  .sdb-gallery div {
    width: 100%;
    max-width: inherit;
  }
  .sdb-txt {
    padding:0 20px;
  }
}
@media only screen and (max-width:480px) {
  .slider-bar h2 {font-size: 30px; top:20%;}
}
@media only screen and (max-width: 450px) {
  .slider-bar h2 {
    font-size: 40px;
  }
  .hero-txt {
    padding: 20px;
  }
  .hero-txt h1 {
    font-size: 1.5rem;
  }
  .hero-txt h1 span {
    font-size: 3rem;
  }
  .prod-grid > div {
    width: 100%;
  }
  .icw h2, .single-product-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 425px) {
  .slider-bar h2 {font-size: 20px; top:20%;}
  .entry-txt {padding: 20px 30px;}
  .footer-about-map {
    max-width: inherit;
    order: 1;
    width: 100%;
    margin: 0;
  }
  .footer-about-addr {
    max-width: inherit;
    order: 2;
    width: 100%;
    margin: 20px 0;
  }
  .home-contact-form input[type="text"] {
    width: 100%;
  }
  .footer-nav a{
    font-size: 16px;
  }
}