@import "font-icons.css";
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_epG7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v22/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkKEo18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v22/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v22/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkM0o18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v22/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkCEv18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v22/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkBgv18E.ttf) format('truetype');
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?curz0z');
  src: url('fonts/icomoon.eot?curz0z#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?curz0z') format('truetype'), url('fonts/icomoon.woff?curz0z') format('woff'), url('fonts/icomoon.svg?curz0z#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-linkedin
{
 
  position: relative;
  
}
.icon-linkedin:before {
  content: "\e908";
}
.icon-facebook:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-twitter:before {
  content: "\e902";
}
.icon-youtube:before {
  content: "\e903";
}
.icon-customers:before {
  content: "\e904";
}
.icon-market:before {
  content: "\e905";
}
.icon-profit:before {
  content: "\e906";
}
.icon-truck:before {
  content: "\e907";
}
/* Animation */
@keyframes intro {
  0% {
    width: 100%;
    left: 0;
  }
  50% {
    width: 0%;
    left: 50%;
  }
  100% {
    width: 100%;
    left: 0px;
  }
}
@keyframes slide2Move {
  0% {
    margin-top: 7px;
  }
  50% {
    margin-top: 12px;
  }
  100% {
    margin-top: 7px;
  }
}
/*Common  */
html {
  min-height: 100%;
  scroll-behavior: smooth;
}
h1 {
  font-size: 70px;
  font-weight: 700;
  /*font-family: 'Montserrat', sans-serif;*/
  color: #ffffff;
  margin-bottom: 0;
}
h2 {
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
  margin-bottom: 35px;
}
h3 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
}
h4 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 30px;
}
h5 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
h6 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}
strong {
  font-weight: 600;
}
img {
  max-width: 100%;
}
p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 25px;
}
p.sm {
  font-size: 16px;
  line-height: 24px;
}
ul {
  margin: 0 ;
  padding: 0;
}
ul li {
  margin: 0 ;
  padding: 0;
  font-size: 18px;
  line-height: 32px;
}
ul.bullets {
  margin: 0 0 25px;
  list-style-type: disc;
}
ul.bullets li {
  margin: 0 0 2px 20px;
  padding: 0;
  font-weight: 500;
}
ul.bullets li ul {
  list-style-type: circle;
}
ul.bullets.three-cols {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}
ul.bullets.three-cols li {
  width: 29%;
  text-align: left;
  margin: 0 2%;
}
ul.bullets.two-cols {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
ul.bullets.two-cols li {
  width: 46%;
  text-align: left;
  margin: 0 2%;
}
ul.alpha {
  margin: 0 0 25px;
  list-style-type: lower-alpha;
}
ul.alpha li {
  margin: 0 0 15px 20px;
  padding: 0;
}
ul.numbers {
  margin: 0 0 25px;
  list-style-type: decimal;
}
ul.numbers li {
  margin: 0 0 15px 20px;
  padding: 0;
}
ul.hoz-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: disc;
}
ul.hoz-list li {
  padding: 0;
  margin: 0 30px;
  font-weight: 600;
}
ul.hoz-list.fw li
{
  width:100%;
  font-weight:500;
}
ul.vert-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: disc;
  max-width: 1200px;
  margin: 0 auto 30px;
}
ul.vert-list.w700 {
  max-width: 700px;
}
ul.vert-list li {
  padding: 0;
  margin: 0 30px;
  width: 100%;
  text-align: left;
}
.hide {
  display: none;
}
.form-control, textarea {
  padding: 0 5px;
}
.form-control::placeholder, textarea::placeholder {
  font-size: 16px;
}
.form-control[type="file"]{
  padding: 3px 15px 3px 3px;
  min-height:auto;
}
.nolink {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
.nolink:hover {
  color: inherit;
  text-decoration: none;
}
.txtlink {
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  color: #6c9830;
  display: inline-block;
}
.txtlink::before {
  left: 0;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  content: '';
  border-top: solid 1px #6c9830;
  bottom: 0px;
  position: absolute;
  opacity: .7;
}
.txtlink:hover {
  color: #8dc63f;
  text-decoration: none;
}
.txtlink:hover::before {
  animation: intro 0.5s ease-in-out;
}
.txtlink.backlink {
  position: absolute;
  top: 10px;
  left: 16px;
  padding-left: 15px;
  color: #6c9830;
}
.txtlink.backlink:before {
  display: none;
}
.txtlink.backlink::after {
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f104";
  position: absolute;
  left: 0;
  margin-top: 1px;
  transition: all 0.4s ease-in-out;
}
.txtlink.backlink:hover::after {
  left: -5px;
  transition: all 0.4s ease-in-out;
}
hr {
  border-top: #b7b4b2 1px solid;
  margin: 25px 0 55px;
  width: 100%;
}
hr.small-width {
  width: 50%;
  display: block;
}
.container {
  max-width: 1330px;
}
.container-fluid {
  max-width: 1750px;
}
.container-fluid.short {
  max-width: 1500px;
}
footer .container-fluid, .sub-footer .container-fluid  {
  max-width: 100%;
  padding: 0 40px;
}
.brd-btm-green {
  border-bottom: 4px solid #8dc63f;
}
.brdr-green {
  border: 1px solid #8dc63f;
}
.green {
  color: #8dc63f;
}
.cbtn,
body .form input.cbtn {
  font-size: 16px;
  border: solid 1px transparent;
  background-color: #8dc63f;
  padding: 0 60px;
  font-weight: 600;
  color: #ffffff;
  height: 45px;
  line-height: 42px;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.45s ease-in-out;
}
.cbtn.sm,
body .form input.cbtn.sm {
  height: 30px;
  line-height: 27px;
  border-radius: 3px;
  padding: 0 20px;
}
.cbtn.pdf,
body .form input.cbtn.pdf {
  background-image: url('../images/pdf_icon.png');
  background-position: 90% center;
  background-repeat: no-repeat;
  text-align: left;
  padding: 0 60px 0 30px;
  background-color: #e1e1e1;
  color: #8dc63f;
  border: solid 1px #8dc63f;
}
.cbtn:hover,
body .form input.cbtn:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
.cbtn:focus,
body .form input.cbtn:focus {
  outline: none;
}
main,
footer {
  /*a:not(.cbtn):not(.logo):not(.carousel-control-prev):not(.carousel-control-next):not(.thumb):not(.noline):not(.prods):not(.d-r)
  {
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    color: @primary;
    display: inline-block;
    &::before
    {
      left: 0;
      max-width: 100%;
      width: 100%;
      overflow: hidden;
      content: '';
      border-top: solid 1px @primary;
      bottom: 0px;
      position: absolute;
      opacity: .7;
    }
    &:hover
    {
      &::before
      {
        animation: intro .5s ease-in-out;
      }
    }
  }*/
}
main .noline,
footer .noline {
  color: #8dc63f;
  display: inline-block;
  position: relative;
}
main .noline::before,
footer .noline::before {
  left: 50%;
  max-width: 100%;
  width: 0;
  overflow: hidden;
  content: '';
  border-top: solid 1px #8dc63f;
  bottom: 0px;
  position: absolute;
  opacity: .7;
}
main .noline:hover,
footer .noline:hover {
  text-decoration: none;
}
main .noline:hover::before,
footer .noline:hover::before {
  transition: all 0.45s ease-in-out;
  left: 0;
  width: 100%;
}
.m-t-50 {
  margin-top: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-t-100 {
  margin-top: 100px;
}
.m-b-100,
.row-bot-margin {
  margin-bottom: 30px;
}
.pl15 {
  padding-left: 15px;
}
ul {
  margin: 20px 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
}
.graybg {
  background-color: #e1e1e1;
}
.form {
  margin-top: 50px;
}
.form input,
.form textarea,
.form select {
  width: 100%;
  min-height: 60px;
  border: solid 1px #cccccc;
  background-color: transparent;
  color: #000000;
  padding: 10px 20px;
  transition: all 0.35s ease-in-out;
  border-radius: 0px;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  background-color: #ffffff;
  outline: none;
  box-shadow: 0px 0px 0px 2px #cccccc;
}
.form input.valError,
.form textarea.valError,
.form select.valError,
.form input.valFormError,
.form textarea.valFormError,
.form select.valFormError,
 .valFormError {
  border: solid 1px red;
}
.form input.valError:focus,
.form textarea.valError:focus,
.form select.valError:focus,
.form input.valFormError:focus,
.form textarea.valFormError:focus,
.form select.valFormError:focus,
.valFormError:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 0, 0, 1);
}
.alert-dismissible .close {
  padding: 5px 10px;
}
.form textarea {
  height: 150px;
}
.form #formMsg {
  width: 50%;
  text-align: left;
  min-width: 310px;
  float: left;
 
}
main .form #formMsg{
  margin-top: -60px;
  width: 100%;
}
.form .required {
  color: #ff0000;
}
.m-view {
  display: none;
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
.d-r {
  background-color: rgba(255, 255, 255, 0.85);
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -33px;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all 0.45s ease-in-out;
}
.d-r:before {
  background-image: url('../images/down_arrow.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: slide2Move 1s infinite;
  position: absolute;
  left: 26px;
  content: '';
  width: 30px;
  height: 30px;
  top: 0px;
}
.thumb a,
.b-arw {
  position: absolute;
  z-index: 2;
  background: white;
  width: 60px;
  height: 60px;
  transition: 0.5s;
  background: url('../images/r-arw.png') #ffffff -8px 19px no-repeat;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
}
.thumb a:hover,
.b-arw:hover {
  background-position: 18px 19px;
  background-color: #8dc63f;
}
.inline-div {
  display: inline-flex;
  margin-left: 30px;
}
.subsModel .modal-dialog,
.emailModel .modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
}
.subsModel .modal-dialog .modal-content,
.emailModel .modal-dialog .modal-content {
  border-radius: 0;
}
.subsModel .modal-dialog .popup_close,
.emailModel .modal-dialog .popup_close {
  position: absolute;
  left: 100%;
  z-index: 99;
  top: 0px;
  opacity: .8;
}
.mediaModel {
  margin-right: -15px;
}
.mediaModel .modal-dialog {
  max-width: 95%;
  width: 889px;
  top: 50%;
  transform: translateY(-50%) !important;
}
.mediaModel .modal-dialog .popup_close {
  position: absolute;
  left: 100%;
  z-index: 99;
  top: -50px;
  margin-left: -50px;
}
.mediaModel .modal-dialog .modal-content {
  background: transparent;
  border-radius: 0;
  border: 0;
}
.mediaModel .modal-dialog .modal-content .modal-body {
  padding: 0 !important;
}
.mediaModel .modal-dialog .modal-content .modal-body iframe {
  width: 1000px;
  max-width: 100%;
  height: 500px;
}
.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}
.contentModal {
  margin-right: -15px;
}
.contentModal .modal-dialog {
  max-width: 95%;
  width: 889px;
  top: 50px;
}
.contentModal .modal-dialog .popup_close {
  position: absolute;
  left: 100%;
  z-index: 99;
  top: -50px;
  margin-left: -50px;
}
.contentModal .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
}
.contentModal .modal-dialog .modal-content .modal-body {
  padding: 30px !important;
}
.two-col {
  display: flex;
  flex-wrap: wrap;
}
.two-col div {
  width: 150px;
}
.two-col div label {
  font-weight: 600;
}
.two-col div:nth-child(2n) {
  width: calc(100% - 150px);
}
table {
  margin: 0 0 25px;
  width: 100%;
}
table td,
table th {
  padding: 4px 8px;
  font-size: 18px;
}
table thead th {
  background-color: #ababab;
  color: #ffffff;
}
table tbody tr {
  background-color: #dcdcdc;
}
table tbody tr:nth-child(even) {
  background-color: #ececec;
}
table tbody tr td {
  color: #000000;
}
.search-container {
  position: fixed;
  top: -100%;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.94);
  z-index: 999;
  transition: all 0.4s ease-in-out;
}
.search-container .container {
  position: relative;
}
.search-container .cls {
  position: absolute;
  right: 20px;
  top: 00px;
  font-size: 40px;
  color: #323232;
}
.search-container .cls:hover {
  color: #8dc63f;
}
.search-container button,
.search-container .srch_btn {
  position: absolute;
  right: 11px;
  background-color: transparent;
  border: 0;
  font-size: 40px;
  cursor: pointer;
  color: #000000;
}
.search-container button:hover,
.search-container .srch_btn:hover {
  color: #8dc63f;
}
.search-container input {
  width: 100%;
  border: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
  font-size: 30px;
  height: 60px;
  background: transparent;
  outline: none;
}
.search-container input:focus {
  border: 0;
  border-bottom: solid 3px #8dc63f;
}
body.show-search header .navbar .logo {
  margin-left: -48px;
}
body.show-search .search-container {
  top: 0;
}
.mjb_nos {
  width: 100%;
  padding: 20px;
  display: block;
  border: dotted 1px #000;
  background-color: #ffffff;
  border-radius: 5px;
}
.mjb_nos > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 50px;
  background-color: #f1ece9;
  border-radius: 5px;
}
.mjb_nos > div .items {
  width: 30%;
  margin: 20px 1.5% 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  position: relative;
}
.mjb_nos > div .items h3 {
  font-weight: 400;
  margin: 0 ;
  position: absolute;
  left: 50%;
  background-color: #ffffff;
  color: #8dc63f;
  padding: 0 15px;
  line-height: 50px;
  border-radius: 5px 5px 0 0 ;
  top: -50px;
  transform: translate(-50%, 0);
}
.mjb_nos > div .items div {
  width: 100%;
  padding: 15px;
  color: #ffffff;
  font-size: 18px;
  border-radius: 5px ;
  min-height: 200px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: relative;
}
.mjb_nos > div .items div span {
  position: absolute;
  left: 0;
  min-height: 64px;
  bottom: 0;
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 0 0 5px 5px;
}
.mjb_nos > div .items div.emp {
  background-image: url('../images/home/sh_emp.jpg');
}
.mjb_nos > div .items div.sb {
  background-image: url('../images/home/sh_school.jpg');
}
.mjb_nos > div .items div.sc {
  background-image: url('../images/home/sh_supply.jpg');
}
.mjb_nos > div .items div.ply {
  background-image: url('../images/home/sh_plywood.jpg');
}
.mjb_nos > div .items div.ship {
  background-image: url('../images/home/sh_ship.jpg');
}
.mjb_nos h4 {
  background: url('../images/by_numbers_logo.png') no-repeat 0 0;
  width: auto;
  height: 64px;
  padding-left: 130px;
  line-height: 68px;
  display: inline-block;
}
.mjb_nos.build {
  max-width: 1200px;
  width: 100%;
  margin: 50px auto ;
  background-color: #f9f9f9;
}
.mjb_nos.build h4 {
  background: url('../images/build_logo.png') no-repeat right 0;
  padding-left: 0;
  padding-right: 80px;
  font-size: 24px;
  margin-bottom: 10px;
}
.mjb_nos.build > div {
  background-color: #fff;
  padding-top: 20px;
}
.mjb_nos.build > div .items {
  width: 23%;
  margin: 20px 1%;
}
.mjb_nos.build > div .items h3 {
  position: relative;
  top: auto;
  transform: none;
  left: auto;
}
.mjb_nos.build > div .items span {
  min-height: auto;
  margin-top: 10px;
  display: block;
  padding: 10px;
  color: #323232;
  background-color: #000000;
  color: #ffffff;
  font-size: 15px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.mjb_nos.build > div .items img {
  max-height: 90px;
}
.mjb_nos.build > div .items a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  border: solid 1px transparent;
  transition: all 0.4s ease-in-out;
}
.mjb_nos.build > div .items a:hover {
  border: solid 1px #8dc63f;
  background-color: #f8f8f8;
}
.mjb_nos.build > div .items a:hover span {
  background-color: #8dc63f;
}
.mjb_nos.build > div .items a:hover h3 {
  background-color: #f8f8f8;
}
.core-img .data img {
  margin-bottom: 20px;
  width: 100%;
}
.highlight {
  background-color: #ffff00;
}
.lightbg {
  background-color: #f4f4f4;
}
.hideMaster.hide {
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.hideMaster.rdmore {
  max-height: 2000px !important;
}
.gr-brdr {
  border: solid 2px #8dc63f;
}
.abt-tag {
  color: #8dc63f;
  margin: 60px 0 10px;
  font-weight: 400;
}
.tab-text h6 {
  font-weight: bold;
  margin-bottom: 15px;
}
.tab-text p {
  margin-bottom: 15px;
}
.tab-text p strong {
  display: none;
}
table.cab-tab tr td {
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  width: 20%;
  background-color: #ffffff;
  border-bottom: solid 3px #8dc63f;
}
table.cab-tab tr td img {
  max-height: 60px;
}
table.thcol,
table.tocol {
  margin-bottom: 0;
}
table.thcol tr td,
table.tocol tr td {
  background-color: #ffffff;
  vertical-align: top;
}
table.thcol tr td h6,
table.tocol tr td h6 {
  width: 270px;
  text-align: left;
  margin: 0 auto;
}
table.thcol tr td img,
table.tocol tr td img {
  max-height: 100px;
  float: left;
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}
table.thcol tr td p,
table.tocol tr td p {
  display: inline-block;
}
table.tocol tr td h6 {
  width: 100%;
}
.tbwrp,
table.cab-tab {
  width: 100%;
  margin-bottom: 0;
}
/*navigation  */
.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 999;
}
.overlay.active {
  display: block;
}
#call-side-menu-1,
.popup_close {
  padding-top: 15px;
  display: inline-block;
  font-size: 17px;
  left: 30px;
  margin-top: 0;
  top: 0;
  background-color: #323232;
  color: #ffffff;
  border-radius: 0 0 0 0;
  outline: none;
  width: 50px;
  height: 50px;
  line-height: 38px;
  text-align: center;
  border: solid 1px transparent;
  transition: background-color 0.45s ease-in-out;
  position: absolute;
}
#call-side-menu-1 .bar1,
.popup_close .bar1,
#call-side-menu-1 .bar2,
.popup_close .bar2,
#call-side-menu-1 .bar3,
.popup_close .bar3 {
  width: 28px;
  height: 2px;
  background-color: #ffffff;
  margin: 4px 5px;
  transition: all 0.45s ease-in-out;
  position: relative;
}
#call-side-menu-1 .bar1,
.popup_close .bar1 {
  transform: rotate(-45deg) translate(0, 8px);
}
#call-side-menu-1 .bar3,
.popup_close .bar3 {
  transform: rotate(45deg) translate(0, -9px);
}
#call-side-menu-1 .bar2,
.popup_close .bar2 {
  opacity: 0;
}
#call-side-menu-1:hover,
.popup_close:hover {
  background: #8dc63f;
}
#call-side-menu-1:hover .bar1,
.popup_close:hover .bar1 {
  width: 11px;
  left: 0;
  transform: rotate(-45deg);
  top: 1px;
  margin-left: 10px;
}
#call-side-menu-1:hover .bar2,
.popup_close:hover .bar2 {
  opacity: 1;
  margin-left: 10px;
}
#call-side-menu-1:hover .bar3,
.popup_close:hover .bar3 {
  width: 11px;
  left: 0;
  transform: rotate(45deg);
  top: -1px;
  margin-left: 10px;
}
.popup_close:hover {
  background: #8dc63f;
}
.popup_close:hover > div {
  width: 28px !important;
  height: 2px!important;
  background-color: #ffffff;
  margin: 4px 5px!important;
  transition: all 0.45s ease-in-out;
  position: relative!important;
  left: auto!important;
  top: 0!important;
}
.popup_close:hover .bar1 {
  transform: rotate(-45deg) translate(0, 8px) !important;
}
.popup_close:hover .bar3 {
  transform: rotate(45deg) translate(0, -9px) !important;
}
.popup_close:hover .bar2 {
  opacity: 0;
}
#call-side-menu {
  position: absolute;
  margin-top: 0;
  left: 15px;
  top: 25px;
  width: 50px;
  height: 50px;
  background-color: #8dc63f;
  border: solid 1px transparent;
  border-radius: 0 0 0 0;
  padding-top: 16px;
  margin-top: -27px;
  padding-left: 0px;
  transition: all 0.45s ease-in-out;
}
#call-side-menu .bar1,
#call-side-menu .bar2,
#call-side-menu .bar3 {
  width: 28px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  margin: 4px auto;
  transition: all 0.3s ease-in-out;
  position: relative;
}
#call-side-menu:hover {
  background: #8dc63f;
}
#call-side-menu:hover .bar1 {
  width: 11px;
  right: 0;
  transform: rotate(45deg);
  top: 1px;
  margin-right: 10px;
}
#call-side-menu:hover .bar3 {
  width: 11px;
  right: 0;
  transform: rotate(-45deg);
  top: -1px;
  margin-right: 10px;
}
#slider-menu {
  width: 600px;
  position: fixed;
  top: 0;
  left: -650px;
  height: 100vh;
  z-index: 999;
  background: #ffffff;
  transition: all .3s;
  overflow: hidden;
  max-width: 100%;
}
#slider-menu.active {
  left: 0;
  z-index: 9999;
}
#slider-menu #wrapper {
  width: 100%;
  padding-right: 17px;
  overflow: auto;
  height: 100%;
}
#slider-menu #wrapper .menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 50px 0 100px;
}
#slider-menu #wrapper .nav-content {
  padding: 60px 31px 0 50px;
  width: 100%;
}
#slider-menu #wrapper .nav-content hr {
  margin-top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  width: 100%;
  margin-bottom: 20px;
}
#slider-menu #wrapper .nav-content ul {
  list-style: none;
}
#slider-menu #wrapper .nav-content ul.sub-content {
  width: max-content;
}
#slider-menu #wrapper .nav-content ul.sub-content li {
  position: relative;
}
#slider-menu #wrapper .nav-content ul.sub-content li.main-menu.with-submenu::after {
  display: none;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  position: absolute;
  right: -25px;
  z-index: 9999;
  top: 26px;
}
#slider-menu #wrapper .nav-content ul.sub-content li.main-menu.with-submenu > a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  position: absolute;
  right: -25px;
  top: 18px;
}
#slider-menu #wrapper .nav-content ul.sub-content li.main-menu.with-submenu:hover a::after {
  transform: rotate(-90deg);
}
#slider-menu #wrapper .nav-content ul.sub-content li.main-menu.with-submenu:hover .sub-menu {
  display: block;
  z-index: 1;
}
#slider-menu #wrapper .nav-content ul.sub-content > li {
  border-top: 1px solid transparent;
  width: max-content;
}
#slider-menu #wrapper .nav-content ul.sub-content > li > a {
  text-transform: uppercase;
}
#slider-menu #wrapper .nav-content ul.sub-content > li > a.nolink {
  cursor: default;
}
#slider-menu #wrapper .nav-content ul.sub-content > li:hover {
  border-color: #bbb;
}
#slider-menu #wrapper .nav-content ul.sub-content .sub-menu {
  display: none;
  position: absolute;
  padding: 16px 0 16px 145px;
  top: -1px;
  padding-top: 0;
  min-width: 440px;
  left: 45px;
  border-top: 1px solid #bbb;
}
#slider-menu #wrapper .nav-content ul.sub-content .sub-menu ul {
  margin: 0;
}
#slider-menu #wrapper .nav-content ul.sub-content .sub-menu ul li {
  background: #ffffff;
  padding-left: 10px;
}
#slider-menu #wrapper .nav-content ul.sub-content a {
  color: #000000;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  z-index: 999;
  font-weight: 600;
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;
}
#slider-menu #wrapper .nav-content ul.sub-content a:hover {
  color: #8dc63f;
}
#slider-menu #wrapper .menu_footer {
  width: 100%;
  text-align: center;
  padding: 20px 0 10px;
}
#slider-menu #wrapper .menu_footer h4 a {
  color: #000000;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 0px;
}
#slider-menu #wrapper .menu_footer h4 a:hover {
  text-decoration: none;
}
#slider-menu #wrapper .menu_footer .social-media {
  padding: 0;
  display: none;
}
#slider-menu #wrapper .menu_footer .social-media ul {
  margin: 0;
  display: flex;
  padding: 0;
  position: relative;
  left: 0;
  top: 29px;
  width: auto;
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
}
#slider-menu #wrapper .menu_footer .social-media ul li {
  margin: 0 15px 15px 0;
}
#slider-menu #wrapper .menu_footer .social-media ul li a {
  color: #000000;
  font-size: 26px;
  background-color: transparent;
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  font-weight: 300;
  border-radius: 50%;
}
#slider-menu #wrapper .menu_footer .social-media ul li a i {
  font-weight: 300;
}
#slider-menu #wrapper .menu_footer .social-media ul li a i::before {
  font-family: fontawesome;
}
#slider-menu #wrapper .menu_footer .social-media ul li a:hover {
  color: #323232;
}
#slider-menu #wrapper .logo_footer {
  text-align: center;
  padding-bottom: 15px;
  width: 60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
/*header  */
body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  padding-top: 75px;
}
header {
  position: fixed;
  width: 100%;
  z-index: 998;
  top: 0;
  height: 75px;
  background-color: transparent;
  transition: all 0.35s ease-in-out;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
}
body.home header {
  background-color: #fff;
}
header .sup {
  position: fixed;
  right: 0;
  top: 130px;
}
header .container-fluid {
  max-width: 100%;
}
header .navbar {
  justify-content: space-between;
  font-size: 12px;
  padding: 0;
}
/*header .navbar .logo {
  padding-top: 5px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
}*/
header .navbar .logo {
  margin-top: 0px;
  transition: all 0.35s ease-in-out;
  width: 135px;
  position: absolute;
  left: 10px;
  border-radius: 50%;
  padding: 0 8px;
  top: 0;
  background-color: #fff;
}
header .navbar .logo img {
  position: relative;
  left: 1px;
  top: 3px;
}
header .navbar .c-login {
  margin-top: 10px;
  font-size: 16px;
  position: relative;
  left: 80px;
  top: 5px;
  font-weight: 600;
  transition: all 0.35s ease-in-out;
}
header .navbar .c-login a {
  color: #000000;
}
header .navbar .c-login a i {
  font-size: 18px;
}
header .navbar .c-login a.srch {
  font-size: 18px;
}
header .navbar .c-login a:hover {
  color: #8dc63f;
  text-decoration: none;
}
header .navbar .ph {
  margin-top: 10px;
  transition: all 0.35s ease-in-out;
  margin-right: 20px;
  top: 5px;
  right: 0;
  position: absolute;
}
header .navbar .ph .num {
  font-size: 24px;
  font-weight: 600;
  color: #323232;
  transition: all 0.35s ease-in-out;
}
header .navbar .ph .num a {
  color: #323232;
  text-decoration: none;
}
header .navbar .ph .srch {
  font-size: 28px;
  top: 3px;
  color: #323232;
  margin-right: 20px;
  position: relative;
}
header .navbar .ph .srch:hover {
  color: #8dc63f;
}
header .navbar .ph .email {
  margin-right: 15px;
  text-align: center;
  font-size: 28px;
  color: #323232;
  top: 3px;
  position: relative;
}
header .navbar .ph .email:hover {
  color: #8dc63f;
  text-decoration: none;
}
header.trans, body.home header.trans {
  background-color: rgba(0,0,0,0.65);
  height: 75px;
}
header.trans .navbar .logo img {
  width: 60px;
}
header.trans .navbar .ph {
  top: 0;
  margin-top: 0;
}
header.trans .navbar .ph .email {
  bottom: -30px;
}
header  .nav-links ul {
  margin: 0;
}
header .nav-links > ul > li {
  position: relative;
  transition: all 0.2s ease-in-out;
}
header .nav-links > ul > li > a {
  line-height: 75px;
  transition: all 0.2s ease-in-out;
  display: inherit;
}
header .nav-links > ul > li:hover > a {
  background-color: rgba(0,0,0,0.94);
  transition: all 0.2s ease-in-out;
}
header .nav-links li > div {
  position: absolute;
  
  overflow: hidden;
  background-color: rgba(0,0,0,0.94);
  width: auto;
  max-height: 0;
  transition: all 0.2s ease-in-out;
  padding: 0 22px;
  
}
header .nav-links li > div ul {
  margin: 0;
}
header .nav-links li > div a {
  font-size: 16px;
  white-space: nowrap;
  padding: 5px 0;
  color: #fff;
}

header .nav-links li:hover > div li {
  border-bottom: solid 1px rgba(255,255,255,0.2);
  line-height: 45px;
}
header .nav-links li:hover > div li:last-child {
  border: 0;
}
header .nav-links li a {
  color: #000;
  padding:0 15px;
  font-size: 22px;
  font-weight: 500;
}
header .nav-links li.social {
  padding-left: 0px;
}
header .nav-links li.social a {
  margin: 0 ;
  font-size: 22px;
}
header .nav-links li:hover > a {
  color: #8dc63f;
  text-decoration: none;
}
/*footer  */
footer {
  width: 100%;
  background-color: #202020;
  padding: 40px 0 0;
  float: left;
}
footer .social {
  width: 100%;
  float: left;
  margin-top: 10px;
}
footer .social a {
  font-size: 18px;
  color: #fff;
  margin-right: 15px;
}
footer p, .s-form p {
  color: #fff;
} 
footer .social a:hover {
  color: #8dc63f;
  text-decoration: none;
}
footer .ft-menu > div {
  width: 20%;
}
footer  h5, .s-form h5 {
  font-size: 20px;
}
footer h5, footer .ft-menu a {
  color: #fff;
}
footer h5, footer .ft-menu a:hover, .s-form h5 {
  color: #8dc63f;
  text-decoration: none;
}
footer .ft-menu > div ul {
  margin: 0;
}
footer .ft-menu > div ul li {
  font-size: 14px;
}
footer  .cbtn {
  padding:0 10px;
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
  background-color: transparent;
  border: solid 1px #8dc63f;
}
footer  .cbtn:hover {
  background-color: #8dc63f;
  border: solid 1px #8dc63f;
  color: #fff;
}
footer .addr p {
  font-size: 16px;
}
.sub-footer {
  width: 100%;
  background-color: #171717;
  padding: 10px 0;
  text-align: center;
  float: left;
}
.sub-footer p {
  color: #ffffff;
  font-size: 14px;
  margin: 0;
}
.sub-footer p a {
  color: #ffffff;
  padding: 0;
  margin: 0 10px;
  display: inline-block;
  position: relative;
}
.sub-footer p a:first-child {
  margin-left: 40px;
}
.sub-footer p a::before {
  left: 50%;
  width: 100%;
  max-width: 0;
  overflow: hidden;
  content: '';
  border-top: solid 1px #8dc63f;
  bottom: 0px;
  position: absolute;
  opacity: .7;
  transition: all 0.2s ease-in-out;
}
.sub-footer p a:hover {
  text-decoration: none;
  color: #8dc63f;
}
.sub-footer p a:hover::before {
  left: 0;
  max-width: 100%;
}
/*Sustainability*/


.sust #sust_accordion .card {
    margin-bottom: 30px;
    border: 0;
}

.sust #sust_accordion .card .card-header {
    border: 0;
    border-radius: 2px;
    padding: 0;
}

.sust #sust_accordion .card .card-header .btn-header-link {
    color: #000;
    display: block;
    text-align: left;
    color: #222;
    white-space:normal;
    font-weight: bold;
    padding: 20px;
}
.sust #sust_accordion .card .card-header.btn.focus, .btn:focus {
    box-shadow: none;
}
.sust #sust_accordion .card .card-header .btn-header-link img {
    width: 80px;
    height: 80px;
    float:right;
    margin-right:25px;
    margin-bottom: 20px;
}
.sust #sust_accordion .card .card-header .btn-header-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    position: absolute;
    right: 20px;
    top: 40px;
}

.sust #sust_accordion .card .card-header .btn-header-link.collapsed {
    color: #000;
}

.sust #sust_accordion .card .card-header .btn-header-link.collapsed:after {
    content: "\f107";
}
.sust #sust_accordion .card .collapsing {
    line-height: 30px;
}

.sust #sust_accordion .card .collapse {
    border: 0;
}

.sust #sust_accordion .card .collapse.show {
    line-height: 30px;
    color: #222;
}
.card-body ul li {
    list-style-type: disc;
    margin-left: 15px;
}
.card-body ul li ul li {
    list-style-type: circle;
    margin-left: 15px;
}
#sust_accordion h5{
    font-size:18px;
    line-height: 24px;
    width: 50%;
}
#sust_accordion ul li ul
{
  margin:10px 0 25px;
}
/*section  */
section {
    padding: 100px 0;
    width: 100%;
}
section.subs {
  padding: 50px 0;
  background-color: #323232;
  margin-top: 100px;
  text-align: center;
}
section.subs h5 {
  color: #ffffff;
  margin: 0 ;
}
section.gray {
  background-color: #f8f8f8;
}
section.lightbg {
  background-color: #f8f8f8;
}
section.pale {
  background-color: #f1ece9;
}
section.h-banner {
  position: relative;
  overflow: hidden;
  height: auto;
}

section.h-banner .carousel-item::after{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.40);
  content: '';
  z-index: 99;
}
section.h-banner .content {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  max-width: 850px;
  z-index: 999;
  transform: translateY(-50%);
}
section.h-banner .carousel-inner .carousel-item:nth-child(3) .content,
section.h-banner .carousel-inner .carousel-item:first-child .content,
section.h-banner .carousel-inner .carousel-item:nth-child(5) .content
 {
  left: auto;
  right: 0;
}
section.h-banner .content h1 {
  text-transform: capitalize;
  
  margin: 0 auto;
}
section.h-banner .content .container {
  max-width: 100%;
  padding: 0 100px;
}
#video-box video {
  width: 100%;
  height: auto;
}
section.master {
  text-align: center;
  justify-content: center;
  position: relative;
}
section.master.homebg {
  position: relative;
  padding-bottom: 60px;
}
section.master.homebg::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url('../images/home/fade_img.jpg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 2000px;
  opacity: 0.15;
}
section.master h3 {
  margin: 50px 0 35px;
}
section.master hr {
  width: 50%;
  margin: 25px auto 55px;
}
section.innermaster {
  padding-bottom: 0;
  text-align: center;
  padding-top: 0 !important;
}
section.innermaster hr {
  margin: 80px auto 0;
  width: 50%;
}
section.innermaster.mmjbcon .col-sm-12 {
  position: relative;
}
section.innermaster.mmjbcon .col-sm-12::before {
  width: 100px;
  height: 100px;
  content: '';
  background: url('../images/build_logo.png') #ffffff no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: -50px;
  left: 100px;
  padding: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
section.innermaster.mmjbcon .col-sm-12::after {
  position: absolute;
  border-left: solid 2px #8dc63f;
  content: '';
  bottom: -200px;
  height: 200px;
  left: 150px;
}
section.gallery .prod-gal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.gallery .thumb {
  position: relative;
  width: calc(50% - 20px);
  overflow: hidden;
  margin-bottom: 40px;
  min-height: 475px;
}
section.gallery .thumb h4 {
  position: absolute;
  z-index: 1;
  left: 50px;
  top: 50px;
  color: #000000;
}
section.gallery .thumb .fade {
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.gallery .thumb .img {
  height: 475px;
  transition: 1s;
  width: 100%;
  background-size: 100%;
  background-position: center;
  background-size: cover;
}
section.gallery .thumb .img.cab {
  background-image: url('../images/home/cabinet-img.jpg');
}
section.gallery .thumb .img.door {
  background-image: url('../images/home/door-img.jpg');
}
section.gallery .thumb .img.mould {
  background-image: url('../images/home/mould-img.jpg');
}
section.gallery .thumb .img.door {
  background-image: url('../images/home/door-img.jpg');
}
section.gallery .thumb .img.transport {
  background-image: url('../images/home/transportaion-img.jpg');
}
section.gallery .thumb .img.furniture {
  background-image: url('../images/home/furniture-img.jpg');
  min-height: 991px;
}
section.gallery .thumb .img.manufacturing {
  background-image: url('../images/home/manufacturing-img.jpg');
}
section.gallery .thumb .img.supply {
  background-image: url('../images/home/supply-img.jpg');
}
section.gallery .thumb .img.vos {
  background-image: url('../images/home/vos-img.jpg');
}
section.gallery .thumb .img.global {
  background-image: url('../images/home/global-img.jpg');
}
section.gallery .thumb .img-small {
  height: 273px;
  transition: 1s;
  width: 100%;
}
section.gallery .grp {
  width: calc(50% - 20px);
}
section.gallery .grp .thumb {
  width: 100%;
}
section.gallery.serv .thumb {
  width: 100%;
  min-height: 273px;
}
.career-sec, .video-sec {
  background-color: rgba(0, 0, 0, 0.03);
}
.career-sec {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 50% auto;
  min-height: 620px;
  position: relative;
  padding: 100px 0 50px;
}
.career-sec h2 {
  position: relative;
  padding: 10px 20px;
  background-color: #6c9830;
  color: #fff;
  left: 0;
  width: calc(100% + 150px);
}
section.raw .accordion {
  border-bottom: solid 1px rgba(0,0,0,0.8);
}
section.raw .accordion .card {
  border: 0;
  background-color: transparent;
}
section.raw .accordion .card .collapse.show
{
  background-color: rgba(255,255,255,0.4);
}
section.raw .accordion .card-header {
  background-color: transparent;
  border-bottom: solid 0px rgba(0,0,0,0.8);
  border-top: solid 1px rgba(0,0,0,0.8);
  padding: 0;
}
section.raw .accordion .card-header button {
  padding: 1.25rem;
  font-size: 26px;
  color: #000;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
section.raw .accordion .card-header button span::before {
  content: '+';
  font-size:36px;
  line-height: 30px;
}
section.raw .accordion .card-header button[aria-expanded="true"] {
  background-color: #fff;
}
section.raw .accordion .card-header button[aria-expanded="true"] span::before {
  content: '-';
 
}
section.raw .accordion .card-header:hover {
  background-color: rgba(255,255,255,0.4);
}
section.raw .accordion .card-header button:hover
{
  text-decoration: none;
 background-color: rgba(0, 0, 0, 0.03);
  color:#6c9830;
}
section.raw .accordion .card-header button:visited,
section.raw .accordion .card-header button:focus
{
  text-decoration: none;
}
section.raw .accordion .card-header button h4 {
  margin: 0;
  font-size: 36px;
}
section.raw .accordion .card-body h5 {
  margin-bottom: 30px;
}
section.raw .panel {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: #d2d2d2 1px solid;
}
section.raw .panel:last-child {
  border-bottom: 0;
}

section.raw .panel .rm-img {
  width: 200px;
  height: 200px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  background-color: #000000;
  display: inline-block;
  z-index: 1;
}
section.raw .panel .rm-img a {
  border-radius: 0;
}
section.raw .panel .rm-img img {
  width: 100%;
  position: absolute;
  border-radius: 0;
  left: 0;
}
section.raw .panel .details i {
  transition: 0.25s;
}
section.raw .panel .details a {
  color: #8dc63f;
}
section.raw .panel .details a:hover {
  text-decoration: none;
}
section.raw .panel .details a:hover i {
  margin-left: 5px;
}
section.raw .panel h4 {
  font-size: 32px;
  margin-bottom: 10px;
}
section.loc-sec {
  padding: 100px 0;
}
section.loc-sec .centers {
  position: relative;
}
section.loc-sec .centers:hover .b-arw {
  opacity: 1;
}
section.loc-sec .centers::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  content: '';
}
section.loc-sec .centers h5 {
  position:absolute;
  bottom: 20px;
  margin: 0;
  margin-top: -20px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 8;
}
section.loc-sec .locs > div {
  display: flex;
  justify-content: space-between;
}
section.loc-sec .locs > div > div {
  width: 32%;
}
section.loc-sec .locs > div > div img {
  width: 100%;
}
section.locations #map {
  height: calc(100vh - 110px);
  width: 100%;
}
section.locations #map .gm-style-iw-d div {
  font-size: 16px;
  line-height: 24px;
}
section.locations #map .gm-style-iw-d div .mt20 {
  font-size: 12px;
  line-height: 18px;
}
section.locations #map .gm-style-iw-d a {
  color: #8dc63f;
}
section.locations .loc-text {
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 50px;
}
section.locations hr {
  width: 40%;
  margin: 0 auto;
}
section.locations .stlabel label {
  width: 80%;
  font-size: 20px;
  font-weight: 600;
}
section.locations .stlabel select {
  width: 16px;
  padding: 8px 0;
  border: 0;
  border-bottom: solid 1px #ccc;
  width: 80%;
  outline: none;
}
section.locations .loc-tabs > .row {
  margin-bottom: 30px;
}
section.locations .loc-tabs > .row div:nth-child(3),
section.locations .loc-tabs > .row div:last-child,
section.locations .loc-tabs > .row h6 {
  text-align: left;
}
section.locations .loc-tabs > .row h6 {
  font-size: 20px;
  font-weight: 600;
}
section.locations .loc-tabs > .row .fa {
  font-family: Fontawesome;
  margin: 0 auto;
  color: #323232;
  font-size: 18px;
  background: url(../images/tick.png) no-repeat 0 0;
  width: 26px;
  height: 16px;
}
section.locations .loc-tabs > .row .fa::before {
  display: none;
}
section.locations .loc-tabs > .row p {
  position: relative;
  line-height: 1.6;
  text-align: left;
}
section.locations .loc-tabs > .row.dp p::before {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  background-color: #f54242;
  border-radius: 50%;
  top: 5px;
  content: '';
}
section.locations .loc-tabs > .row.wh p::before {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  background-color: #42abf5;
  border-radius: 50%;
  top: 5px;
  content: '';
}
section.locations .loc-tabs .loc-addr p {
  margin: 0 0 50px;
  font-size:17px;
}
section.testmonials .testi {
  background: url('../images/testi_icon_w.jpg') no-repeat 100px 0;
  background-size: 50px;
  border-left: solid 0px #818181;
  padding: 0px 200px 0 200px;
  text-align: center;
  min-height: 450px;
}
section.testmonials .testi h5 {
  color: #000;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}
section.testmonials .testi h3 {
  color: #8dc63f;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 ;
}
section.testmonials.lightbg .testi {
  background: url('../images/testi_icon.jpg') no-repeat 100px 0;
}
section.products {
  padding: 50px 0;
}
section.products.mmjbcon .col-sm-12 {
  position: relative;
  padding-left: 250px;
}
section.products.mmjbcon .col-sm-12::after {
  position: absolute;
  border-left: solid 2px #8dc63f;
  content: '';
  top: 0;
  height: calc(100% + 30px);
  left: 152px;
}
section.products.mmjbcon .col-sm-12 .data {
  padding-top: 100px;
}
section.products.mmjbcon .col-sm-12 .data h5 {
  position: relative;
}
section.products.mmjbcon .col-sm-12 .data h5::before {
  font-family: 'icomoon';
  width: 100px;
  font-size: 60px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  text-align: center;
  line-height: 85px;
  height: 100px;
  color: #8dc63f;
  font-weight: 100;
  content: " ";
  background-size: 70px;
  position: absolute;
  bottom: -30px;
  left: -145px;
  border: solid 2px #8dc63f;
  padding: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
section.products.mmjbcon .col-sm-12 .data h5.cnct-cust::before {
  content: "\e904";
}
section.products.mmjbcon .col-sm-12 .data h5.cnct-supply::before {
  content: "\e907";
}
section.products.mmjbcon .col-sm-12 .data h5.cnct-mkt::before {
  content: "\e905";
}
section.products.mmjbcon .col-sm-12 .data h5.cnct-prof::before {
  content: "\e906";
}
section.products.mmjbcon .col-sm-12 .data h5.cnct-win::before {
  display: none;
}
section.products.search-results .data hr {
  margin: 30px 0 ;
  border-top: solid 1px #ccc;
}
section.products.search-results .data a {
  color: #8dc63f;
}
section.products.search-results .data h5 {
  margin-top: 0;
}
section.products.search-results .data p {
  max-height: 60px;
  overflow: hidden;
  position: relative;
}
section.products.docs p {
  margin-bottom: 10px;
}
section.products.docs a {
  width: 100%;
  position: relative;
  padding-right: 0;
  margin-bottom: 10px;
}
section.products.docs .data a:last-child {
  width: auto;
  padding-right: 50px; 
}
section.products.docs a::before {
  display: none;
}
section.products.docs a img {
  border: solid 1px #ccc;
  margin-bottom: 0px;
  width: 100%;
  border-radius: 5px;
}
section.products.docs a::after {
  content: " ";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background: url('../images/r-arw.png') #ffffff no-repeat -9px 8px;
  background-size: 32px;
  transform: rotate(90deg);
  transition: all 0.45s ease-in-out;
}
section.products.docs .data a:last-child::after {
  bottom:-2px ;
}
section.products.docs a.read::after {
  transform: rotate(0deg);
}
section.products.docs a:hover::after {
  background-position: 7px 8px;
  background-color: #8dc63f;
}
section.products.docs a.nopdf::after {
  display: none;
}
section.products.teams .nolink {
  margin-top: 10px;
  display: inline-block;
}
section.products h4 {
  line-height: 1;
  position: relative;
  top: -5px;
}
section.products h4.p-tle {
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
  display: inline-block;
}
section.products h4.p-tle.mat {
  background-image: url('../images/CORE-icon-gr.png');
}
section.products h4.p-tle.prod {
  background-image: url('../images/PRODUCTS-icon-gr.png');
}
section.products h4.p-tle.comp {
  background-image: url('../images/COMPONENTS-icon-gr.png');
}
section.products h4.p-tle.fini {
  background-image: url('../images/FINISHES-icon-gr.png');
}
section.products .img {
  width: calc(50% - 40px);
  position: relative;
}
section.products .img h4 {
  position: absolute;
  top: 50px;
  left: 50%;
  padding: 10px;
  transform: translateX(-50%);
  margin: 0;
  color: #000000;
  white-space: nowrap;
}
section.products .img .img_cont {
  width: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
}
section.products .img .img_cont.hw {
  background-image: url('../images/prods/cabinet/Hardwood-Plywood.jpg');
}
section.products .img .img_cont.pbm {
  background-image: url('../images/pbm.jpg');
}
section.products .img .img_cont.hpc {
  background-image: url('../images/prods/cabinet/composite-panels.jpg');
}
section.products .img .img_cont.epc {
  background-image: url('../images/prods/cabinet/end-panels.jpg');
}
section.products .img .img_cont.dc {
  background-image: url('../images/prods/cabinet/drawer-components.jpg');
}
section.products .img .img_cont.ffdl {
  background-image: url('../images/prods/cabinet/face-frames.jpg');
}
section.products .img .img_cont.mcc {
  background-image: url('../images/prods/cabinet/modular-cabinets.jpg');
}
section.products .img .img_cont.tlsl {
  background-image: url('../images/prods/furniture/timberlandlsl.jpg');
}
section.products .img .img_cont.test {
  background-image: url('../images/prods/furniture/timberlandlsl.jpg');
}
section.products .img .img_cont.imm {
  background-image: url('../images//moulding.jpg');
}
section.products .img .img_cont.mjbs {
  background-image: url('../images//mjbs.jpg');
}
section.products .img .img_cont.ps {
  background-image: url('../images//ps.jpg');
}
section.products .img .img_cont.exp {
  background-image: url('../images//exp.jpg');
}
section.products .img .img_cont.lsl {
  background-image: url('../images//lsl.jpg');
}
section.products .img .img_cont.lvl {
  background-image: url('../images//lvl.jpg');
}
section.products .img .img_cont.pw {
  background-image: url('../images//pw.jpg');
}
section.products .img .img_cont.lm {
  background-image: url('../images//lm.jpg');
}
section.products .img .img_cont.wtfl {
  background-image: url('../images//wtfl.jpg');
}
section.products .img .img_cont.whpl {
  background-image: url('../images//whpl.jpg');
}
section.products .img .img_cont.hpla {
  background-image: url('../images//hpla.jpg');
}
section.products .img .img_cont.si {
  background-image: url('../images//si.jpg');
}
section.products .img .img_cont.gc {
  background-image: url('../images//gc.jpg');
}
section.products .img .img_cont.warehouse {
  background-image: url('../images//warehouse.jpg');
}
section.products .img .img_cont.gs {
  background-image: url('../images//gs.jpg');
}
section.products .img .img_cont.mspd {
  background-image: url('../images//mspd.jpg');
}
section.products .img .img_cont.edi {
  background-image: url('../images//edi.jpg');
}
section.products .img .img_cont.eq {
  background-image: url('../images//eq.jpg');
}
section.products .img .img_cont.benfvos {
  background-image: url('../images//benfvos.jpg');
}
section.products .img .img_cont.csr {
  background-image: url('../images//csr.jpg');
}
section.products .img .img_cont.cab-doors {
  background-image: url('../images/prods/cabinet/cabinet-doors.jpg');
}
section.products .img .img_cont.inlay {
  background-image: url('../images/prods/cabinet/inlay.jpg');
}
section.products .img .img_cont.moldings {
  background-image: url('../images/prods/cabinet/molding.jpg');
}
section.products .img .img_cont.cv {
  background-image: url('../images/prods/about/coreval.jpg');
}
section.products .img .img_cont.charity {
  background-image: url('../images/prods/about/charity.jpg');
}
section.products .img .img_cont.stiles {
  background-image: url('../images/prods/doors/stiles.jpg');
}
section.products .img .img_cont.lock {
  background-image: url('../images/prods/doors/lock.jpg');
}
section.products .img .img_cont.core {
  background-image: url('../images/prods/doors/core.jpg');
}
section.products .img .img_cont.scl {
  background-image: url('../images/prods/doors/scl.jpg');
}
section.products .img .img_cont.golf {
  background-image: url('../images/sbanner_golf.jpg');
}
section.products .img .img_cont.schoolbus {
  background-image: url('../images/sbanner_schoolbus.jpg');
}
section.products .img .img_cont.cargo {
  background-image: url('../images/sbanner_cargo.jpg');
}
section.products .img .img_cont.boxtruck {
  background-image: url('../images/sbanner_boxtruck.jpg');
}
section.products .img .img_cont.trans_rv {
  background-image: url('../images/sbanner_rv.jpg');
}
section.products .img .img_cont.sbanner_semi {
  background-image: url('../images/sbanner_semi.jpg');
}
section.products .img .img_cont.trans_coreimg {
  background-image: url('../images/trans_coreimg.jpg');
}
section.products .img .img_cont.sbanner_doors {
  background-image: url('../images/sbanner_doors.jpg');
}
section.products .img .img_cont.doors_core {
  background-image: url('../images/doors_core.jpg');
}
section.products .data {
  width: 50%;
}
section.products .data h5 {
  margin-top: 80px;
  font-weight: 600;
}
section.products .data h5:first-child {
  margin-top: 0;
}
section.products .new-stru .d-flex.col-sm-12 {
  display: block !important;
  text-align: center;
  margin-bottom: 40px;
}
section.products .new-stru .d-flex.col-sm-12 h5 {
  font-weight: 600;
  margin-bottom: 20px;
}
section.products .new-stru .img {
  margin-bottom: 20px;
  width: 100%;
}
section.products .new-stru .data {
  width: auto;
  clear: both;
}
section.products .new-stru .data .links-logo {
  flex-wrap: wrap;
}
section.products .new-stru .data .links-logo li {
  padding: 0 20px;
}
section.products .new-stru .data .links-logo li img {
  width: 100%;
}
section.products .new-stru .data p:last-child {
  margin-bottom: 0;
}
section.products .prod-block {
  position: relative;
  border-top: solid 3px #8dc63f;
  padding-top: 10px;
  border-bottom: solid 3px #8dc63f;
  background-color: #f6f6f6;
  margin-bottom: 15px;
}
section.products .prod-block p {
  width: 60%;
  text-align: left;
  float: left;
  margin-top: 15px;
  font-weight: 500;
}
section.products .prod-block h4 {
  padding: 20px 0;
  margin: 15px 0;
  text-transform: uppercase;
  width: 28%;
  float: left;
  text-align: left  ;
  margin-left: 10px;
}
section.products .prod-block h4.p-tle {
  padding-left: 80px;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
  display: inline-block;
}
section.products .prod-block h4.p-tle.mat {
  background-image: url('../images/CORE-icon-gr.png');
}
section.products .prod-block h4.p-tle.prod {
  background-image: url('../images/PRODUCTS-icon-gr.png');
}
section.products .prod-block h4.p-tle.comp {
  background-image: url('../images/COMPONENTS-icon-gr.png');
}
section.products .prod-block h4.p-tle.fini {
  background-image: url('../images/FINISHES-icon-gr.png');
}
section.products .prod-block > div {
  display: inline-block;
  width: 28%;
}
section.products .prod-block > div h4 {
  float: none;
  width: 100%;
  clear: both;
}
section.products .prod-block > div h4 + h4 {
  margin-top: 0;
}
section.products .prod-block > div + p {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 68%;
}
section.products.carsl .prod-itms {
  text-align: center;
}
section.products.carsl .prod-itms h5 {
  font-weight: 600;
  text-align: center;
  margin-left: 0;
  font-size: 32px;
}
section.products.carsl .prod-itms .carousel-item {
  height: auto;
}
section.products.carsl .prod-itms .carousel-control-prev,
section.products.carsl .prod-itms .carousel-control-next {
  height: 100px;
  top: 190px;
  font-size: 102px;
  color: #ffffff;
}
.ytVideo {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  display: inline-block;
}
.ytVideo::before {
  position: absolute;
  background-color: rgba(50, 50, 50, 0.1);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  transition: all 0.45s ease-in-out;
}
.ytVideo::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  background-image: url('../images/player.png');
  background-size: contain;
  opacity: 0.8;
  width: 53px;
  height: 37px;
  transform: translate(-50%, -50%);
  transition: all 0.45s ease-in-out;
}
.ytVideo:hover::before {
  background-color: rgba(50, 50, 50, 0.3);
}
.ytVideo:hover::after {
  opacity: 1;
}
.m-view {
  display: none;
}
/*banner  */
section {
  padding: 100px 0;
  width: 100%;
}
section.carousel {
  margin-bottom: 0; 
}
section.h-banner {
  padding: 0 !important;
}
section.carousel .carousel-indicators {
  left: auto;
  right: 50px;
  margin: 0;
  flex-wrap: wrap;
  width: 20px;
  height: 175px;
  bottom: auto;
  top: 50%;
  margin-top: -87px;
  z-index: 100;
}
section.carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.45s ease-in-out;
}
section.carousel .carousel-indicators li:hover{
  background-color: #fff;
}
section.carousel .carousel-indicators li.active
{
  height: 40px;
  border-radius: 10px;
  transition: all 0.45s ease-in-out;
  background-color: #8dc63f;
}
section.carousel .carousel-inner .carousel-item {
  height: auto;
}
/*section.carousel .carousel-inner .carousel-item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  content: '';
}*/
section.carousel .carousel-inner .carousel-item p {
  font-size: 30px;
}
section.carousel .carousel-inner .carousel-item img {
 height: auto;
  position: relative;
}
section.carousel .carousel-inner .carousel-caption {
  left: 20%;
  top: 36%;
  text-align: left;
  z-index: 999;
}
section.carousel .carousel-control-prev,
section.carousel .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  display: none;
  z-index: 99;
}
section.carousel .carousel-control-prev .fa,
section.carousel .carousel-control-next .fa {
  font-size: 70px;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
section.carousel .carousel-control-prev:hover,
section.carousel .carousel-control-next:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
section.mainBanner {
  padding: 0 !important;
  background-size: cover;
  height: 500px;
  display: flex;
  margin-bottom: 100px;
  align-items: center;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  justify-content: center;
}
section.mainBanner + .products {
  padding-top: 0 !important;
}
section.mainBanner > div {
  position: relative;
}
section.mainBanner hr {
  margin: 20px 0;
  border-top: solid 1px #ffffff;
}
section.mainBanner hr.small-width {
  margin: 20px auto;
}
section.mainBanner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
}
section.mainBanner h1 {
  text-align: center;
  width: 100%;
  position: relative;
  color: #ffffff;
  max-width: 100%;
  margin: 0 auto;
}
section.mainBanner h3 {
  color: #ffffff;
}
section.mainBanner.cabinet {
  background-image: url('../images/prods/cabinet/banner_cabinet.jpg');
  background-position: center;
}
section.mainBanner.composite {
  background-image: url('../images/materials/composites/banner_comp_panels.jpg');
  background-position: center;
}
section.mainBanner.lslbanner {
  background-image: url('../images/materials/ew/banner_lsl.jpg');
  background-position: center;
}
section.mainBanner.lvlbanner {
  background-image: url('../images/banner_lvl.jpg');
  background-position: center;
}
section.mainBanner.bannerpw {
  background-image: url('../images/materials/pv/banner_pw.jpg');
  background-position: center;
}
section.mainBanner.lumber {
  background-image: url('../images/materials/lumber/banner_lubmer.jpg');
  background-position: center;
}
section.mainBanner.tfl {
  background-image: url('../images/materials/tfl/banner_tfl2.jpg');
  background-position: center;
}
section.mainBanner.login {
  background-image: url('../images/banner_login.jpg');
  background-position: center;
}
section.mainBanner.contact {
  background-image: url('../images/banner_contact.jpg');
  background-position: 0 0;
}
section.mainBanner.furniture {
  background-image: url('../images/prods/furniture/banner_funiture.jpg');
  background-position: right 0;
}
section.mainBanner.moulding {
  background-image: url('../images/prods/millwork/banner_moulding.jpg');
  background-position: right 0;
}
section.mainBanner.hpl {
  background-image: url('../images/banner_hpl.jpg');
  background-position: right 0;
}
section.mainBanner.industries {
  background-image: url('../images/industries_banner.jpg');
  background-position: right 0;
}
section.mainBanner.mc {
  background-image: url('../images/services/mc/banner_mc.jpg');
  background-position: right 0;
}
section.mainBanner.supplychain {
  background-image: url('../images/services/sc/banner_supplychain.jpg');
  background-position: right 0;
}
section.mainBanner.vos {
  background-image: url('../images/services/vos/banner_vos.jpg');
  background-position: right 0;
}
section.mainBanner.gss {
  background-image: url('../images/services/gss/banner_gss.jpg');
  background-position: right 0;
}
section.mainBanner.doors {
  background-image: url('../images/prods/doors/banner_doors.jpg');
  background-position: right 0;
}
section.mainBanner.trans {
  background-image: url('../images/prods/transport/banner_trans.jpg');
  background-position: right 0;
}
section.mainBanner.leisure {
  background-image: url('../images/banner_leisure.jpg');
  background-position: right 0;
}
section.mainBanner.transit {
  background-image: url('../images/banner_transit.jpg');
  background-position: right 0;
}
section.mainBanner.work {
  background-image: url('../images/banner_work.jpg');
  background-position: right 0;
}
section.mainBanner.about {
  background-image: url('../images/about/mjb/banner_aboutmjb.jpg');
  background-position: center 0;
}
section.mainBanner.events {
  background-image: url('../images/news/banner_events.jpg');
  background-position: right 0;
}
section.mainBanner.mngteam {
  background-image: url('../images/about/leadership/banner_mngmnt.jpg');
  background-position: right 0;
}
section.mainBanner.mjbc {
  background-image: url('../images/about/connection/banner_mjbcon.jpg');
  background-position: right 0;
}
section.mainBanner.links {
  background-image: url('../images/banner_links.jpg');
  background-position: right 0;
}
section.mainBanner.careers {
  background-image: url('../images/careers/banner_careers.jpg');
  background-position: center center;
}
section.mainBanner.loc {
  background-image: url('../images/locations/banner_loc.jpg');
  background-position: right 0;
}
section.mainBanner.search {
  background-image: url('../images/banner_search.jpg');
  background-position: right 0;
}
section.mainBanner.coors {
  background-image: url('../images/about/coors/coorsr_banner.jpg');
  background-position: center 0;
}
section.mainBanner.search h5 {
  color: #ffffff;
  margin: 0;
}
section.mainBanner.testi {
  background-image: url('../images/testimonials/banner_testi.jpg');
  background-position: right 0;
}
section.mainBanner.privacy {
  background-image: url('../images/banner_privacy.jpg');
  background-position: right 0;
}
section.mainBanner.terms {
  background-image: url('../images/banner_terms.jpg');
  background-position: right 0;
}
section.mainBanner.sust {
  background-image: url('../images/news/banner_sust.jpg');
  background-position: right 0;
}
section.mainBanner.lit {
  background-image: url('../images/news/banner_lit.jpg');
  background-position: right 0;
}
section.mainBanner.bs {
  background-image: url('../images/banner_bs.jpg');
  background-position: right 0;
}
section.mainBanner.blog {
  background-image: url('../images/news/blog/banner_blog.jpg');
  background-position: right 0;
}
section.mainBanner.blog_f {
  background-image: url('../images/news/blog/banner_blog_f.jpg');
  background-position: right 0;
}
section.mainBanner.outreach {
  background-image: url('../images/about/outreach/banner_outreach.jpg');
  background-position: left 0;
}
section.mainBanner.sales {
  background-image: url('../images/banner_sales.jpg');
  background-position: left 0;
}
section.mainBanner.newcust {
  background-image: url('../images/banner-customer.jpg');
  background-position: left 0;
}
section.mainBanner.newsup {
  background-image: url('../images/banner-supplier.jpg');
  background-position: left 0;
}
/*map  */
area {
  outline: 0;
  border: 0;
  position: relative;
}
#alt {
  position: absolute;
  background: transparent;
  padding: 10px 15px;
  color: white;
  width: auto;
  max-width: 250px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  transition: 0.25s;
}
section.locations .loc-tabs h5 {
  font-weight: 600;
}
.ctct-form-defaults
{
    background-color: transparent !important;
    padding: 15px 0 0 !important;
}
.ctct-form-embed .ctct-form-field
{
    width:48%;
    float:left;
    margin-right:2%;
    text-align: left;
    margin-bottom:15px;
}
.ctct-form-embed .ctct-form-field input
{
    width:100%;
}
div.ctct-form-embed div.ctct-form-defaults label
{
    font-size:14px;
    margin:0 0 5px !important;
}
.ctct-form-button
{
        font-size: 12px;
    border: solid 1px transparent;
    background-color: #8dc63f;
    padding: 0 20px;
    font-weight: 600;
    color: #ffffff;
    height: 35px;
    line-height: 30px;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.45s ease-in-out;
}
.ctct-form-defaults .ctct-form-header
{
    margin:0 !important;
}
div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text
{
    margin:0 0 8px !important;
}
.ctct-popup-content div.ctct-form-popup form.ctct-form-custom
{
  padding: 30px;
}
.ctct-popup-content .ctct-form-popup.form_0 .ctct-form-custom .ctct-form-button
{
  padding: 0 !important;
  line-height: 100%;
}
.ctct-popup-content div.ctct-form-popup form.ctct-form-custom label.ctct-form-label
{
  font-size: 15px !important;
  margin-bottom: 6px !important;
}
.prod-list {
  background-color: #f4f4f4;
}
.prod-list .prods > a, .prod-list .prods > div {
  width: calc(25% - 20px);
  display: inline-block;
  margin-right: 30px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
  transition: all 0.5s ease-in-out;
}
.prod-list .prods > a:hover,.prod-list .prods > div:hover{
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-in-out;
}
.prod-list .prods > a h5, .prod-list .prods > div h5 {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  padding: 5px;
  background-color: rgba(255,255,255,1);
 height: 50px;
 transition: all 0.5s ease-in-out;
 display: flex;
 
 justify-content: center;
 align-items: center;
}
.prod-list .prods.leadership > div h5 {
  height: 65px;
  min-height: 65px;
  display: block;
  line-height: 19px;
  font-weight: 500;
  font-size: 16px;
  padding-top: 10px;
}
.prod-list .prods.leadership > div.lg h5 {
  padding-top: 5px;
}
.prod-list .prods.leadership > div h5 strong{
  width: 100%;
  font-weight: 700;
  font-size: 20px;
}
.prod-list .prods > a:hover h5, .prod-list .prods > div:hover h5 {
  height: 60px;
  background-color: rgba(255,255,255,1);
  transition: all 0.5s ease-in-out;
}

/*.prod-list .prods.leadership > div:hover h5 {
  height: 80px;
}
.prod-list .prods.leadership > div:hover h5 {
  height: 80px;
}
*/
.prod-list .prods.leadership > div, .prod-list .prods.leadership > a:hover,.prod-list .prods.leadership > div:hover{
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.30);
  transition: all 0.5s ease-in-out;
}

.prod-list .prods > a:last-child, .prod-list .prods > div:last-child {
  margin-right: 0;
}
@keyframes slide {
  from {
    margin-left: 25px;
  }
  to {
    margin-left: 0px;
  }
}
.vimeo-sec h4 {
  text-align: center;
}
.vimeo-sec iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
/*responsive  */
.testmonials .testi-carousel img {
  height:50px;
  margin: 0 auto 20px;
  width: auto;
}
.testi-carousel .owl-nav {
  text-align: center;
}
.testi-carousel .owl-nav button {
  outline: none;
}
.testi-carousel .owl-nav .fa {
  font-size: 30px;
  color: #8dc63f;
}
@media only screen and (min-width: 1600px) {
  section.carousel {
    height: auto;
    overflow: hidden;
  }
  section.h-banner {
    height: auto;
  }
}
@media only screen and (max-width: 1600px) {
  section.h-banner .content h1 {
    font-size: 52px;
  }
  section.h-banner .content {
    max-width: 600px;
  }
  section.h-banner .content .container {
    padding: 0 100px 0 30px;
  }
  section.mainBanner {
    height: 400px;
    margin-bottom: 60px;
  }
  section.products.carsl .prod-itms .carousel-control-next,
  section.products.carsl .prod-itms .carousel-control-prev {
    font-size: 75px;
  }
}
@media only screen and (max-width: 1350px) {
   section.h-banner .content {
    max-width: 550px;
  }
  body h1 {
    font-size: 50px;
  }
  section.h-banner .content h1 {
    font-size: 42px;
  }
  body h2 {
    font-size: 45px;
    line-height: 52px;
  }
  body h3 {
    font-size: 30px;
    line-height: 50px;
  }
  body h4 {
    font-size: 26px;
    line-height: 45px;
  }
  body h5 {
    font-size: 20px;
  }
  body p.big {
    font-size: 26px;
    line-height: 40px;
  }
  #slider-menu #wrapper .logo_footer {
    position: relative;
    margin-top: 60px;
  }
  section.carousel .carousel-indicators {
    bottom: 20px;
  }
  section.prods .cntry .wrp .tle {
    min-height: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .s-view {
    display: none !important;
  }
}
@media only screen and (max-width: 1280px) {
  section.testmonials .testi{
    min-height: 500px;
  }
  .prod-carousel:not(.three-col) > div {
    width: 32%;
  }
  .prod-carousel:not(.three-col)::after {
    width: 32%;
    content: '';
  }
  section.gallery.serv .thumb {
    min-height: auto;
  }
  section.gallery.serv .thumb .img-small {
    height: 150px;
  }
  section.mainBanner {
    height: 350px;
  }
  section.products .new-stru .img_cont {
    min-height: 250px;
  }
  section.products.carsl .prod-itms .carousel-control-next,
  section.products.carsl .prod-itms .carousel-control-prev {
    font-size: 70px;
    top: 137px;
  }
  section.prods .cntry .wrp {
    justify-content: flex-end;
  }
  section.prods .cntry .wrp > div,
  section.prods .cntry .wrp .prods {
    min-width: 315px;
  }
  section.prod-details .details .wrp .prods .imgs {
    min-width: 315px;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  section.h-banner .content h1 {
    max-width: 750px;
    margin: 0 auto;
  }
  body .prod-carousel .owl-nav {
    top: 80px;
  }
  footer .addr {
    order: 1;
  }
  footer .s-form {
    order: 2;
  }
  footer .ft-menu {
    order: 3;
    margin-top: 40px;
  }
  footer .ft-menu > div {
    padding-right: 20px;
  }
  .sub-footer .cbtn {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 993px) {

  header .natoggle {
    display: none;
  }
  
  header .nav-links li:hover > div {
    max-height: 2000px;
    padding: 10px 22px;
    transition: all 0.5s ease-in-out;
  }
  body section.gallery .thumb:hover a {
    opacity: 1;
  }
  body section.gallery .thumb:hover .fade {
    opacity: 1;
  }
  body section.gallery .thumb:hover .img {
    transform: scale(1.1);
  }
  body section.raw .panel:hover {
    background-color: rgba(0,0,0,0.04);
  }
  body section.raw .panel:hover .rm-img {
    overflow: hidden;
    border-radius: 0;
  }
  body section.raw .panel:hover .rm-img img {
    opacity: 0.6;
    transform: scale(1.15);
    transition: 1s;
    border-radius: 0;
  }
  body section.raw .panel:hover .rm-img a {
    opacity: 1;
  }
}
@media only screen and (max-width: 992px) {
  body .prod-carousel .owl-nav {
    top: 120px;
  }
  .prod-list .prods > a, .prod-list .prods > div {
    width: calc(50% - 20px);
    max-width: 308px;
    margin: 0 0 30px
  }
  .prod-list .row.mb-5, .prod-list .row.mb-5 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  }
 
  section.new-crsl.pt-5 {
    padding-top: 0 !important;
  }
  section.new-crsl.pt-5 img {
    display: none;
  }
  .prod-carousel.two-col.pr-5 {
    padding-right: 0 !important;
  }
  .prod-carousel.two-col.pl-5,.gray  h4.pl-5 {
    padding-left: 0 !important;
    margin-top: 20px;
  }
  body .new-crsl h2 {
    margin-top: 0px;
    margin-bottom: 30px !important;
  }
  body .new-crsl img {
    width: 100%;
  }
 
  section.h-banner .content {
    position: relative;
    max-width: 100%;
   
    transform: translateY(0%);
  }
  section.h-banner .content .container {
    padding: 40px 15px;
    background-color: #000;
    min-height: 175px;
    display: flex;
    align-items: center;
  }
  section.h-banner .content h1 {
    color: #6c9830;
    font-size: 36px;
    padding: 0 5%;
  }
  section.carousel .carousel-indicators {
    top: 50px;
    bottom: auto;
    margin-top:0px;
  }
 
  header .nav-links li.expand > div {
    max-height: 2000px;
    padding: 10px 22px;
    transition: all 0.5s ease-in-out;
  }
  header .nav-links {
    position: fixed;
    padding: 20px;
    width: 300px;
    background-color: rgba(0, 0, 0, .95);
    top: 0;
    right: -100%;
    height: 100vh;
    transition: 0.5s;
  }
  header .nav-links ul {
    flex-wrap: wrap;
    margin-top: 50px;
  }
  header .nav-links ul li:not(.social) {
    width: 100%;
    position: relative;
  }
  header .nav-links ul li.social {
    padding-left: 0 !important;
    margin-top: 40px;
  }
  header .nav-links ul li a {
    line-height: 50px;
    color: #fff;
  }
  header .nav-links li:not(.social) a {
    padding: 0 5px;
  }
  header .nav-links ul li ul {
    margin-bottom: 20px;
  }
  header .nav-links ul li ul li a {
    line-height: 40px;
  }
  header .nav-links > ul > li:hover > a {
    background-color: transparent;
  }
  header .nav-links ul li.w-submenu::after {
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    top: 14px;
    text-align: center;
    position: absolute;
    right: 0;
    color: #fff;
    font-family: fontawesome;
    content: '\f107'  ;
    transition: 0.5s;
  }
  header .nav-links ul li.w-submenu.expand::after {
    transform: rotate(-180deg);
    transition: 0.5s;
  }
  header .nav-links li > div , header .nav-links li.expand > div{
    position: relative;
    background-color: transparent;
    padding: 0px;
  }
  .natoggle {
    position: absolute;
    width: 45px;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 8px;
    z-index: 9998;
    border: 0;
    background: transparent;
    transition: all 0.4s;
    outline: none !important;
    cursor: pointer;
    text-align: right;
    padding:0;
    border-radius: 2px;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  .ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 600ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .nav-toggle-active  .hamRotate{
    transform: rotate(45deg);
    margin-top: -5px !important;
    margin-left: -10px;
  }
  .ham1 .top {
    stroke-dasharray: 40 139;
  }
  .ham1 .line {
    fill: none;
    transition: stroke-dasharray 600ms, stroke-dashoffset 600ms;
    stroke: #6c9830;
    stroke-width: 5.5;
    stroke-linecap: round;
  }
  .ham1 .double-line,.ham1  .line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 60px 0;
    border-top: 1px solid #EEE;
    transition: 0.3s;
  }
  .ham1 .bottom {
    stroke-dasharray: 40 180;
  }
  
  .nav-toggle-active .ham1 .top {
    stroke-dashoffset: -98px;
    stroke: #6c9830;
    transition: 0.5s;
  }
  .nav-toggle-active .ham1 .middle {
    stroke: #6c9830;
    transition: 0.5s;
  }
  .nav-toggle-active .ham1 .bottom{
    stroke-dashoffset: -138px;
    stroke: #6c9830;
    transition: 0.5s;
  }
  .nav-toggle-active + .nav-links {
    right: 0;
    transition: 0.5s;
  }
  body {
    padding-top: 75px !important;
  }
  body .d-r {
    display: none;
  }
  body.show-search {
    padding-right: 0;
  }
  body .m-b-100,
  body .row-bot-margin {
    margin-bottom: 50px;
  }
  body .m-view {
    display: inline-block;
  }
  body .d-view {
    display: none !important;
  }
  header {
    height: 75px;
  }
  header #call-side-menu {
    top: 42px;
    padding-top: 10px;
    height: 45px;
    left: 0;
  }
  /*header .navbar .logo {
    width: 70px;
    display: inline-block;
  }
  header .navbar .logo img {
    max-width: 100%;
  }*/
  header .navbar .ph {
    margin-top: 0px;
    top: 0;
    margin-right: 0;
  }
  header .navbar .ph .num a {
    color: #323232 !important;
  }
  header .navbar .c-login {
    top: 10px;
    margin-top: 0;
    left: 60px;
  }
  header .navbar .c-login a.srch {
    font-size: 32px;
    color: #323232 !important;
  }
  header .navbar .c-login .sprt {
    margin-top: 15px;
    display: inherit;
  }

  #slider-menu #wrapper .nav-content ul.sub-content li.main-menu.with-submenu::after {
    display: inline-block;
    left: 145px;
    right: auto;
    top: 20px;
  }
  #slider-menu #wrapper .nav-content ul.sub-content li.main-menu.with-submenu:hover::after {
    transform: rotate(-90deg);
  }
  #slider-menu #wrapper .nav-content ul.sub-content li.main-menu.with-submenu > a::after {
    display: none;
  }
  .m-t-100 {
    margin-top: 70px;
  }
  .m-b-100 {
    margin-bottom: 70px;
  }
  section {
    padding: 70px 0;
  }
  section.carousel h1 {
    font-size: 30px;
  }
  section.carousel .carousel-inner .carousel-caption {
    top: 25%;
  }
  section.carousel .carousel-inner .carousel-item p {
    font-size: 22px;
  }
  section.locations {
    background-image: -webkit-repeating-linear-gradient(270deg, #f8f8f8, #f8f8f8 75%, #ffffff 75%, #ffffff 100%);
    background-image: -moz-repeating-linear-gradient(270deg, #f8f8f8, #f8f8f8 75%, #ffffff 75%, #ffffff 100%);
    background-image: -ms-repeating-linear-gradient(270deg, #f8f8f8, #f8f8f8 75%, #ffffff 75%, #ffffff 100%);
    background-image: -o-repeating-linear-gradient(270deg, #f8f8f8, #f8f8f8 75%, #ffffff 75%, #ffffff 100%);
    background-image: repeating-linear-gradient(-180deg, #f8f8f8, #f8f8f8 75%, #ffffff 75%, #ffffff 100%);
  }
  section.prods .cntry .wrp {
    justify-content: space-between;
  }
  section.prods .cntry .wrp .tle {
    width: 100%;
    padding: 0 0 50px 0;
    margin: 0;
    text-align: center;
    background-image: none !important;
  }
  section.resources {
    padding-bottom: 0;
  }
  section.resources .rsrs > div {
    width: 48%;
    margin-bottom: 60px;
  }
  section.gallery .thumb,
  section.gallery .grp {
    width: 100%;
  }
  section.gallery .thumb .img.furniture,
  section.gallery .grp .img.furniture {
    min-height: 475px;
  }
  section.gallery .prod-gal .thumb a {
    width: 100%;
    height: 100%;
    background: none !important;
    transform: translateX(0%) translateY(0%);
  }
  section.gallery.serv .col-lg-3 {
    margin-bottom: 40px !important;
  }
  section.gallery.serv .thumb .img-small {
    height: 110px;
  }
  section.testmonials .testi {
    padding: 100px 20px 0 40px;
  }
  section.raw .panel {
    text-align: center;
  }
  section.raw .panel .rm-img {
    margin: 0 auto 25px;
  }
  section.raw .panel h4 {
    margin-bottom: 5px;
  }
  section.products .prod-block h4.p-tle {
    margin-left: 0;
    padding-left: 0;
    padding-top: 80px;
    background-size: 70px;
    background-position: center top;
    text-align: center;
  }
  section.products .prod-block h4 + p {
    margin-left: 25px;
  }
  section.products .new-stru .img_cont {
    min-height: 125px;
  }
  section.products.carsl .prod-itms .carousel-control-next,
  section.products.carsl .prod-itms .carousel-control-prev {
    top: 200px;
  }
  .prod-list .prods {
    flex-wrap: wrap;
  }
  .prod-list .prods > a {
    width: calc(50% - 10px);
    margin: 0 0 40px;
  }
  /*section .thumb a,
  section .b-arw {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    transform: translateX(0%) translateY(0%);
  }*/
  section.locations.map {
    padding-bottom: 0;
  }
  section.locations #map {
    height: calc(100vh - 75px);
  }
  .career-sec {
    background-size: 70% auto;
    background-position: right 0;
  }
  .career-sec .col-sm-6 {
    background-color: #fff;
  }
  .career-sec h2 {
    left: -15px;
  }
  .loc-sec .cbtn ,.sub-footer .cbtn {
    padding: 0 20px;
    text-align: center;
  }
  .sub-footer .cbtn {
    width: 255px;
    margin-bottom: 10px;
  }
  section.loc-sec .centers h5 {
    font-size: 18px;
  }
  .sub-footer p span {
    display: inherit;
  }
}
@media only screen and (max-width: 767px) {
 .button-group .cbtn {
    width: 100%;
 }
  .abt-btns li{
    width: 49%;
  }
  section.carousel .carousel-indicators {
    top: 270px;
    bottom: auto;
    margin-top:0px;
    margin: 0;
    padding: 0;
    right: 0;
    width: 100%;
    height: auto;
  }
  section.h-banner .content h1 {
    font-size: 28px;
  }
  section.h-banner .content .container {
    padding: 20px 15px;
  }
  section.carousel .carousel-indicators li.active {
    height: 10px;
    width: 40px;
  }

  header .navbar .logo {
    width: 110px;
    top: 10px;
    left: 0;
  }
  body .prod-carousel .owl-nav {
    top: 95px;
  }
  body .prod-carousel h5 {
    font-size: 16px;
    width: 95%;
  }
  section.new-crsl {
    padding: 40px 0 !important;
  }
  body .new-crsl .cbtn {
    width: 100%;
    text-align: center;
  }
  .prod-carousel >div {
    width: 48% !important;
  }
  .prod-carousel::after {
    display: none;
  }
  section.loc-sec .centers h5 {
    font-size: 22px;
  }
  .prod-list .prods > a h5 {
    line-height: 24px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .career-sec {
    background-size: auto 400px;
    padding-top: 400px;
  }
  .career-sec .col-sm-6 {
    background-color: transparent;
  }
  .career-sec h2 {
    width: calc(100% + 30px);
  }
  section.loc-sec .locs > div {
    flex-wrap: wrap;
  }
  section.loc-sec .locs > div > div {
    width: 100%;
    margin: 20px 0;
  }
  section.loc-sec, section.prod-acc {
    padding: 40px 0;
  }
  .ctct-form-embed .ctct-form-field
{
    width:100%;
    margin-right:0%;
}
  ul.bullets.two-cols li {
    width: 100%;
    margin: 0 0 2px 20px;
  }
  .txtlink.backlink {
    top: -35px;
  }
  #call-side-menu {
    left: 0;
  }
  #call-side-menu-1 {
    left: 15px;
    top: 15px;
  }
  #slider-menu #wrapper .nav-content ul.sub-content {
    padding: 0;
  }
  #slider-menu #wrapper .nav-content ul.sub-content .sub-menu {
    left: 0;
    min-width: 260px;
    position: relative;
    padding-left: 0;
    border: 0 !important;
  }
  #slider-menu #wrapper .nav-content ul.sub-content .sub-menu ul {
    padding: 0;
  }
  #slider-menu #wrapper .nav-content ul.sub-content .sub-menu ul li a {
    padding: 5px 0;
  }
  #slider-menu #wrapper .menu_footer {
    padding: 0 0 80px;
  }
  #slider-menu #wrapper .menu_footer h3 a {
    margin: 0;
  }
  #slider-menu #wrapper .menu_footer .cbtn {
    margin-bottom: 0;
  }
  #slider-menu #wrapper .logo_footer {
    position: relative;
    bottom: 0;
  }
  ul.bullets.three-cols li {
    width: 100%;
    margin: 0 0 2px 20px;
  }
  .emailModel .modal-dialog,
  .subsModel .modal-dialog {
    top: 20px;
    transform: translateY(0%) !important;
  }
  .emailModel .modal-dialog .popup_close,
  .subsModel .modal-dialog .popup_close {
    margin-left: -50px;
  }
  .form textarea {
    height: 80px;
  }

  header .navbar .c-login,
  header.trans .navbar .c-login {
    left: 100px;
    z-index: 9;
  }
  header .navbar .ph,
  header.trans .navbar .ph {
    position: absolute;
    left: 70px;
    top: 13px;
    width: 55%;
  }
  header .navbar .ph .num,
  header.trans .navbar .ph .num {
    display: none;
  }
  header .navbar .ph .email,
  header.trans .navbar .ph .email {
    bottom: 8px;
    width: 30px;
    background-color: transparent;
    padding: 0;
    font-size: 30px;
    color: #323232;
    left: 0px;
    right: auto;
  }
  header .navbar .ph .email span,
  header.trans .navbar .ph .email span {
    display: none;
  }
  header .navbar .ph .email .fa,
  header.trans .navbar .ph .email .fa {
    display: inline-block;
  }
  /*header .navbar .logo,
  header.trans .navbar .logo {
    right: 0;
    left: auto;
    transform: inherit;
    margin: 0;
    width: 60px;
    background-image: url('../images/site-logo.png');
    background-color: transparent;
    background-position: center 5px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    top: 5px;
  }*/
  body ul.hoz-list li {
    width: 100%;
    text-align: left;
  }
  body .m-b-100,
  body .row-bot-margin {
    margin-bottom: 30px;
  }
  body.home header .logo,
  body.home header.trans .logo {
    background-image: url('../images/site-logo-w.png');
  }

  body p.big {
    font-size: 20px;
    line-height: 32px !important;
  }
  body h3 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px !important;
  }
  body h3.mb-5 {
    margin-bottom: 20px !important;
  }
  body h4 {
    font-size: 30px;
    line-height: 42px;
  }
  body .pl15 {
    padding-left: 0px;
  }
  .mjb_nos h4 {
    font-size: 18px;
  }
  section.mainBanner h3 {
    font-size: 20px;
    margin-bottom: 15px !important;
  }
  .mjb_nos > div {
    padding: 0 15px;
  }
  .mjb_nos > div .items {
    width: 100% !important;
    margin: 40px 0;
  }
  .mjb_nos > div .items h3 {
    margin-bottom: 10px !important;
  }
  .mjb_nos > div .items span {
    min-height: 0;
  }
  section.master.homebg::before {
    background-size: cover;
    background-position: center;
  }

  section.testmonials img {
    width: 75%;
    margin: 0 auto;
  
    display: inherit;
  }
  section.testmonials .testi {
    border: 0;
    padding: 60px 0 0;
    background-position: 20px 0;
    margin-top: 50px;
    min-height: 900px;
  }
  section.testmonials.lightbg .testi {
    background-position: center top;
  }
  section.carousel h1 {
    font-size: 30px;
  }
  section.carousel p {
    display: none !important;
  }
  section.carousel .carousel-control-prev .fa,
  section.carousel .carousel-control-next .fa {
    font-size: 50px;
  }
  section.carousel .carousel-inner .carousel-item {
    overflow: hidden;
  }
  section.carousel .carousel-inner .carousel-item img {
    height: 300px;
    max-width: none;
  }
  section.mainBanner {
    height: 250px;
    padding-top: 0 !important;
  }
  section.mainBanner h1 {
    font-size: 32px;
  }
  section.mainBanner hr {
    width: 50%;
    margin: 15px auto;
  }
  section.prod-details .details .wrp .prods {
    flex-wrap: wrap;
  }
  section.prod-details .details .wrp .prods .info-p div {
    width: 100%;
  }
  section.innermaster.mmjbcon .col-sm-12 {
    margin: 0 20px;
  }
  section.innermaster.mmjbcon .col-sm-12::before {
    left: -20px;
  }
  section.innermaster.mmjbcon .col-sm-12::after {
    left: 25px;
  }
  section.innermaster.teams hr {
    margin-top: 0;
  }
  section.products.mmjbcon .col-sm-12 {
    padding-left: 100px;
  }
  section.products.mmjbcon .col-sm-12::after {
    left: 47px;
  }
  section.products.mmjbcon .col-sm-12 .data {
    padding-top: 50px;
  }
  section.products.mmjbcon .col-sm-12 .data h5 {
    margin-top: 0px;
  }
  section.products.mmjbcon .col-sm-12 .data h5::before {
    left: -82px;
    width: 60px;
    height: 60px;
    background-size: 40px;
    line-height: 40px;
    bottom: -10px;
    font-size: 37px;
  }
  section.products.carsl .prod-itms h5 {
    padding-left: 0;
    text-align: center;
    font-size: 20px ;
  }
  section.products .core-img {
    margin-bottom: 0;
  }
  section.products .core-img .d-flex.col-sm-12 {
    margin: 0;
  }
  section.products .prod-block h4.p-tle {
    margin-left: 0;
    width: 100%;
    padding-left: 0;
    padding-top: 80px;
    background-size: 70px;
    background-position: center top;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  section.products .prod-block h4 + p {
    margin-left: 0px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  section.products .prod-block + .data .col-sm-3 {
    margin-bottom: 40px;
  }
  section.products .prod-block + .data .col-sm-3 img {
    margin-bottom: 15px;
  }
  section.products .prod-block + .data .row {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  section.products .prod-block > div {
    width: 100%;
    text-align: center;
  }
  section.products .prod-block > div + p {
    text-align: center;
    width: 90%;
  }
  section.products.teams .new-stru {
    margin-bottom: 0;
  }
  section.products.teams .new-stru .d-flex.col-sm-12 {
    margin-bottom: 0;
  }
  section.products.teams .new-stru ul {
    margin: 0 !important;
  }
  section.products.teams .new-stru ul li {
    margin-right: 0 !important;
  }
  section.products .new-stru .img_cont {
    min-height: 0;
  }
  section.products .new-stru .d-flex.col-sm-12 h5 {
    margin-bottom: 15px;
  }
  section.gallery.serv .thumb {
    margin-bottom: 10px !important;
  }
  section.gallery.serv .thumb .img-small {
    height: 225px;
  }
  section.gallery.serv .thumb + h6 {
    margin-bottom: 40px;
  }
  footer {
    padding-bottom: 30px;
  }
  footer .col-sm-4 {
    text-align: center !important;
    padding-bottom: 40px;
  }
  footer .ft_logo {
    width: 100%;
    border: 0;
    margin-bottom: 30px;
  }
  .tbwrp {
    width: calc(100% - 0px);
    overflow: auto;
  }
  .tbwrp table {
    min-width: 500px;
  }
  footer .ft-menu > div {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.15);
  }
  footer .ft-menu {
    margin-top: 0;
    margin-bottom: 0;
  }
  footer .ft-menu > div ul {
    height: auto;
    max-height: 0;
    transition: 0.5s;
    overflow: hidden;
   
  }
  footer .ft-menu > div.expand ul {
    max-height: 2000px;
    transition: 0.5s;
    margin-bottom: 15px;
  }
  footer .ft-menu > div h5 {
    position: relative;
    margin-bottom: 0;
    
  }

  footer .ft-menu > div h5::after{
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    top: 14px;
    text-align: center;
    position: absolute;
    right: 0;
    color: #fff;
    font-family: fontawesome;
    content: '\2b'  ;
    transition: 0.5s;
    font-size: 13px;
  }
  footer .ft-menu > div.expand h5::after {
    content: '\f068'  ;
    transition: 0.5s;
  }
  footer .s-form {
    order: 2;
    padding-bottom: 30px;
  }
  footer .addr {
    order: 1;
    padding-bottom: 30px;
  }
  footer .ft-menu {
    order: 3;
  }
  .sub-footer .cbtn {
    width: 100%;
    margin:0 0 15px;
    text-align: center;
  }
  body .sub-footer p {
    width: 100%;
     text-align: center;
  }
  .coors .row .img-blc{
    order: 1;
    margin-bottom: 20px;
  }
  .coors .row .txt-blc{
    order: 2;
  }
  .coors .row.pb-5{
    padding-bottom: 0 !important;
  }
 
}
@media only screen and (max-width: 600px) {
  body .new-crsl h2 {
    font-size: 36px;
  }
  .abt-btns li{
    width: 100%;
    max-width: 100%;
  }
  section.raw .accordion .card-header button {
    padding-left: 0;
    font-size: 20px;
  }
  body.home h2 {
    text-align: center;
  }
  section.raw .accordion .card-header button h4 {
    font-size: 28px;
  }
  .prod-list .prods > a, .prod-list .prods > div {
    width: 100%;
    margin: 0 auto 40px !important;
  }
  .prod-carousel > div {
    width: 100% !important;
    margin-bottom: 40px;
  }
  .innermaster.new-crsl .mb-5 {
    margin-bottom: 0 !important;
  }
  .innermaster.new-crsl .mt-5 {
    margin-top: 0 !important;
  }
  .innermaster.new-crsl  h2.mb-5,   .innermaster.new-crsl  h2{
    font-size: 32px;
    line-height: 38px;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  .innermaster.new-crsl .pr-5 {
    padding-right: 15px !important;
  }
  .m-img {
    margin-top: 0;
    padding-top: 0;
  }
  section.locations .loc-tabs > .row img {
    width: 100%;
  }
  .prod-list h4 {
    text-align: center;
  }
  footer .container-fluid, .sub-footer .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  section.carousel .carousel-inner .carousel-item:first-child img
  {
    margin-left: -75px;
  }
  section.carousel .carousel-inner .carousel-item:nth-child(2) img
  {
    margin-left: -290px;
  }
  section.carousel .carousel-inner .carousel-item:nth-child(5) img
  {
    margin-left: -180px;
  }
  section.carousel .carousel-inner .carousel-item:nth-child(4) img,
  section.carousel .carousel-inner .carousel-item:nth-child(6) img
  {
    margin-left: -350px;
  }
  section.carousel .carousel-control-prev, section.carousel .carousel-control-next {
    display: block;
    top: 140px;
    height: 50px;
  }
  .prod-carousel >div {
    width: 100% !important;
  }
  body .tab-text p strong {
    display: inline-block;
  }
  body .tab-text h6.dview {
    display: none;
  }
  body .form #formMsg {
    width: 100%;
  }
  body .m-view {
    display: inline-block;
  }
  body .d-view {
    display: none;
  }
  body .loc-tabs .scolor {
    font-size: 22px !important;
    font-weight: bold;
  }
  body #slider-menu #wrapper {
    padding: 0;
  }
  body .sub-footer p {
    line-height: 25px;
  }
  body .sub-footer p span {
    display: block;
  }
  body section.subs .cbtn {
    display: block;
  }
  body section.products .new-stru .data .links-logo li {
    width: 45%;
  }
  body section.products .prod-block {
    margin-bottom: 40px;
  }
  body section.products.carsl .prod-itms {
    margin-bottom: 0;
  }
  body section.products.carsl .prod-itms .carousel-control-next,
  body section.products.carsl .prod-itms .carousel-control-prev {
    top: 105px;
    font-size: 50px;
  }
  body section.locations {
    background-image: -webkit-repeating-linear-gradient(270deg, #f8f8f8, #f8f8f8 0%, #ffffff 0%, #ffffff 100%);
    background-image: -moz-repeating-linear-gradient(270deg, #f8f8f8, #f8f8f8 0%, #ffffff 0%, #ffffff 100%);
    background-image: -ms-repeating-linear-gradient(270deg, #f8f8f8, #f8f8f8 0%, #ffffff 0%, #ffffff 100%);
    background-image: -o-repeating-linear-gradient(270deg, #f8f8f8, #f8f8f8 0%, #ffffff 0%, #ffffff 100%);
    background-image: repeating-linear-gradient(-180deg, #f8f8f8, #f8f8f8 0%, #ffffff 0%, #ffffff 100%);
  }
  body section.locations .loc-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  body section.locs .loc-tabs > .row div:first-child {
    padding-right: 0 !important;
  }
  body section.locs .loc-tabs > .row div:first-child p {
    font-size: 18px;
  }
  body section.prods .cntry .wrp > div,
  body section.prods .cntry .wrp > a {
    width: 100%;
  }
  body section.prod-details .details .wrp .prods .imgs {
    margin: 0 auto;
  }
  body section.carousel .carousel-inner .carousel-caption {
    left: 15%;
  }
  body section.carousel h1 {
    font-size: 26px;
    text-align: center;
  }
  body section.resources {
    padding-bottom: 20px;
  }
  body section.resources .rsrs > div {
    width: 100%;
    margin-bottom: 40px;
  }
 
}


/* prod carousel */
ul li, ol li {
  font-weight: 500;
}
.prod-carousel h5 {
  font-size: 18px;
  line-height: 26px;
  padding: 5px 15px;
  font-weight: 700;
  background: #8dc63f;
    text-align: left;
    padding-left: 15px;
    color: #fff;
    box-shadow: 2px 4px 6px rgb(0 0 0 / 20%);
    margin-top: -20px;
    z-index: 9999;
    position: relative;
    width: 90%;
    max-width:400px;
    float: left;
    z-index:9;
    margin-right: 0px;
}
.prod-carousel.one-col h5 {
  max-width: 270px;
}
.prod-carousel .info {
  text-align: left;
  width: 100%;
  float: left;  
  padding-top: 20px;
}
.prod-carousel .info h6 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0px;
}
.prod-carousel .info p {
  font-size: 18px;
  line-height: 30px;
  max-width: 90%;
  margin-bottom: 10px;
}
.prod-carousel .info ul {
  margin-top: 0;
  max-width: 95%;
}
.prod-carousel .info ul ul {
  list-style-type:circle;
  margin: 10px 0 20px;
}
.desc {
  list-style-type: disc;
}
.desc li {
  margin-left: 20px;
}
.m-img {
  margin-top: 5em;
}
.new-crsl .cbtn {
  padding: 0 15px;
  width: 49%;
  text-align: center;
  margin-bottom: 15px;
}
 .owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 3px;
  border: solid 1px #aaa;
  border-radius: 50%;
  outline: none;
}
 .owl-carousel button.owl-dot.active {
  background-color: #8dc63f;
}
.owl-dots {
  text-align: center;
}
.abt-btns li {
  width: 600px;
  max-width: 32%;
}
.abt-btns li .cbtn {
 width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.prod-carousel {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.prod-carousel > div {
  width: 19%;
  margin-bottom: 0px;
}
.prod-carousel.three-col > div {
  width: 32%;
}
.prod-carousel.two-col > div {
  width: 48%;
}
.prod-carousel.one-col > div, .prod-carousel.owl > div {
  width: 100%;
}
.prod-carousel.two-col > div div {
  width: auto;
}
.prod-carousel > div img {
  width: 100%;
}
.prod-carousel .owl-nav {
  position: absolute;
  top: 120px;
  width: 100%;
  padding: 0 10px;
  z-index: 9;
  display: flex;
    justify-content: space-between;
}
.prod-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #8dc63f !important;
  outline: none;
  border-radius: 50%;
  color: #fff;
}
.prod-carousel .owl-nav button:hover {
  background-color: #000 !important;
}
.prod-carousel .owl-nav button i {
  color: #fff;
}
.prod-carousel .owl-nav button.disabled {
  opacity: 0.2;
  background-color: #323232!important;
  cursor: default;
}
.contact-iframe {
  width: 100%;
  height: 550px;
  float: left;
  filter: grayscale(0);
  border:0;
}

.map-container {
  position: relative;
}
.map-container::before {
  content: '';
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
}
body .sk-ww-linkedin-page-post .sk_branding {
  display: none !important;
}
.legacy-content img {
  width: 100%;
  max-width: 100%;
}
.legacy-content .col-lg-6 {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
}
.legacy-content p{
  font-size: 22px;
    line-height: 40px;
}
.legacy-content small {
 width: 100%;
 text-align: center;
 padding-top:10px;
 font-weight: 500;
}
.cc-animate.cc-revoke.cc-bottom
{
  bottom: -9999px !important;
}