@charset "utf-8";
/* CSS Document */

/*
    font-family: 'Calibri'; font-weight: normal;
    font-family: 'Calibri'; font-weight: bold;
    font-family: 'Calibri'; font-weight: normal; font-style: italic;
    font-family: 'League Spartan'; font-weight: normal;
    font-family: 'League Spartan'; font-weight: 500;
    font-family: 'League Spartan'; font-weight: 600;
*/

#banner {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  z-index: 0;
  margin: 0;
  overflow: hidden;
}

#banner .slidediv {
  position: relative;
  z-index: 0;
  height: 660px;
  background: #000000;
  border: 0px solid red;
  overflow: hidden;
}

#banner .slidediv .wrapper {
  position: relative;
}

#banner .slidediv img.bgimg {
  position: absolute;
  z-index: 0;
  opacity: 0.7;
}

.homebannerslider {
  margin: 0 !important;
}

.bannercontent_div {
  width: 100%;
  align-items: center;
  text-align: center;
  margin: 177px 0 0 0;
  position: relative;
  z-index: 0;
}

.bannertxt {
  font-size: 76px;
  color: #fff;
  line-height: 90px;
  text-align: center;
  padding: 0 30px;
  margin: 0;
  font-family: "League Spartan";
  font-weight: 600;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

#banner .smalltxt span {
  font-size: 20px;
  margin: 18px 0 0 0;
  float: left;
  width: 100%;
  text-align: center;
}

#banner .smalltxt span a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

#banner .smalltxt span a:hover {
  color: #fff;
  text-decoration: underline;
}

/*home banner right vertical dots*/
#banner .slick-dots {
  position: absolute;
  bottom: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 1;
  width: 20px;
  top: 50%;
  right: 2%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translate(0, -50%);
}
#banner .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 0 15px 0 !important;
  display: block;
}
#banner .slick-dots li button {
  position: relative;
  z-index: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
  border-radius: 50%;
}

#banner .slick-dots li.slick-active button {
  background: #178afc;
}

#banner .slick-dots li.slick-active button:before {
  content: "";
  position: absolute;
  z-index: 0;
  border: 3px solid #fff;
  background: transparent;
  width: 10px;
  height: 10px;
  top: -3px;
  left: -3px;
  border-radius: 50%;
}

#banner .btnbar a {
  margin: 0 10px;
  min-width: 265px;
}

/*deptartment section styles*/
section.dept_sec {
  width: 100%;
  clear: both;
  float: left;
  margin: 0;
  padding: 0;
  background: whitesmoke;
  height: 88px;
}

.deptcontainer {
  width: calc(100% + 10px);
  clear: both;
  float: left;
  margin: 9px 0 0 -5px;
  padding: 0;
  position: relative;
  z-index: 0;
  height: 60px;
}

.deptcontainer:before {
  content: "Airtight Divisions";
  position: absolute;
  z-index: 0;
  background: url(../../images/division-arrow.png) no-repeat 100% 5px;
  font-size: 18px;
  color: #616465;
  left: -110px;
  font-weight: 600;
  width: 75px;
  text-align: right;
  padding: 0 25px 0 0;
  line-height: 100%;
  top: 10px;
}

/*.deptbox {width: calc(25% - 10px);margin: 0 5px;float: left;position: relative;z-index: 0;padding: 15px 0;text-align: center;bottom: 0;}*/
.deptbox {
  width: calc(25% - 10px);
  margin: 0 5px 10px;
  float: left;
  position: relative;
  z-index: 0;
  padding: 15px 0;
  text-align: center;
  bottom: 0;
  display: inline-block;
  height: 60px;
}

.innrbx_abs {
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  padding: 15px;
  bottom: 0;
  height: 60px;
  overflow: hidden;
  transition: all ease-out 0.3s !important;
  -webkit-transition: all ease-out 0.3s !important;
  -moz-transition: all ease-out 0.3s !important;
  -ms-transition: all ease-out 0.3s !important;
}

.innrbx_abs:before {
  content: "";
  position: absolute;
  z-index: 0;
  background: url(../../images/circle-ouline.svg) no-repeat 0 0;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 18px;
  background-size: 30px;
  filter: brightness(0) invert(1);
  opacity: 0.5;
  transition: all ease-out 0.3s !important;
  -webkit-transition: all ease-out 0.3s !important;
  -moz-transition: all ease-out 0.3s !important;
  -ms-transition: all ease-out 0.3s !important;
}

.deptbox.depthover .innrbx_abs:before {
  width: 150px;
  height: 120px;
  right: 50%;
  top: 50%;
  opacity: 0.03;
  background-size: 100%;
  margin: -60px -75px 0 0;
  filter: invert(0) grayscale(0) brightness(0);
  transition: all ease-out 0.3s !important;
  -webkit-transition: all ease-out 0.3s !important;
  -moz-transition: all ease-out 0.3s !important;
  -ms-transition: all ease-out 0.3s !important;
}

/*.deptinfo {display: none;}*/
.deptname {
  font-size: 18px;
  font-family: "Calibri";
  font-weight: bold;
}

.bluebox .deptname,
.redbox .deptname,
.yellowbox .deptname,
.greenbox .deptname {
  color: #fff;
}

.deptbox.depthover .bluebox .deptname {
  color: #4ac8ed;
}

.deptbox.depthover .redbox .deptname {
  color: #fc0003;
}

.deptbox.depthover .yellowbox .deptname {
  color: #ffcc1f;
}

.deptbox.depthover .greenbox .deptname {
  color: #91cc05;
}

.deptbox.depthover .deptname {
  text-align: left;
  font-size: 22px;
}

.deptname span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
}

.deptbox.depthover .deptname span {
  display: block;
  width: 35px;
  margin: 0 8px 5px 0;
}

.deptname span img {
  width: 100%;
  filter: brightness(0) invert(1);
}

.depthover .deptname span img {
  width: 100%;
  filter: none;
}

.deptbox.depthover .innrbx_abs {
  padding: 30px 50px;
  background: #fff;
  transition: all ease-out 0.3s !important;
  -webkit-transition: all ease-out 0.3s !important;
  -moz-transition: all ease-out 0.3s !important;
  -ms-transition: all ease-out 0.3s !important;
  height: 215px;
}

.deptbox.depthover .deptinfo {
  display: block;
}

/*.deptbox.depthover{transform:translateY( -4px);}*/

.deptinfo {
  display: block;
}

.deptinfo p {
  color: transparent;
  display: -webkit-box;
  font-size: 18px;
  height: 55px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.deptbox.depthover .deptinfo p {
  color: #2e3233;
}

.deptbox .btn-theme.txtonlywhitebtn {
  margin: 5px 0 0 0;
  color: #2e3233;
  border-bottom: 1px solid #2e3233;
}

.deptbox .btn-theme.txtonlywhitebtn img {
  filter: brightness(1) invert(0.85);
}

.innrbx_abs.redbox .deptname span {
  width: 25px;
}

.innrbx_abs.greenbox .deptname span {
  width: 35px;
}

.bannercontent_div .smalltxt {
  margin: 3px 0 35px 0;
}

/*responsive styles*/
@media (max-width: 1900px) {
  section.dept_sec .wrapper {
    width: 80%;
  }

  .featureprod_slider_sec button.slick-next.slick-arrow {
    right: 18% !important;
  }
}

@media (max-width: 1600px) {
  .deptbox.depthover .innrbx_abs {
    padding: 30px 30px;
  }
}

@media (max-width: 1440px) {
  .innrbx_abs:before {
    right: 10px;
  }
}
@media (max-width: 1366px) {
  .deptbox.depthover .innrbx_abs {
    padding: 30px 20px;
  }
  .innrbx_abs:before {
    width: 20px;
    height: 20px;
    right: 10px;
    top: 20px;
  }
  .deptname {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 15px;
  }
  .innrbx_abs.redbox .deptname span {
    width: 20px;
  }
  .deptbox.depthover .deptname {
    padding-left: 0;
  }
  .innrbx_abs {
    padding: 15px 0;
  }
}
@media (max-width: 1270px) {
  .bannertxt {
    font-size: 60px;
    line-height: 100%;
  }

  .deptbox {
    width: calc(50% - 10px);
  }

  section.dept_sec .wrapper {
    width: 80%;
    margin: 0 0 0 15%;
  }
}

@media (max-width: 992px) {
  #banner .slidediv {
    height: 500px;
  }

  .bannercontent_div {
    margin: 80px 0 0 0;
  }

  .bannertxt {
    font-size: 50px;
  }
  .featureprod_slider_sec button.slick-next.slick-arrow {
    right: 3% !important;
  }
}

@media (max-width: 768px) {
  .bannertxt {
    font-size: 36px;
  }
  .bannercontent_div .smalltxt {
    font-size: 20px;
    margin: 5px 0 20px 0;
  }

  #banner .slidediv {
    height: 380px;
  }

  .bannercontent_div {
    margin: 40px 0 0 0;
  }

  section.dept_sec .wrapper {
    width: 94%;
    margin: 60px auto 0;
  }

  .deptcontainer:before {
    content: "Airtight Divisions";
    position: absolute;
    z-index: 0;
    background: url(../../images/division-arrow-horizontal.png) no-repeat center
      25px;
    font-size: 18px;
    color: #616465;
    left: 50%;
    font-weight: 600;
    width: 150px;
    text-align: center;
    padding: 0 0 50px 0;
    line-height: 100%;
    top: -50px;
    margin: 0 0 0 -75px;
  }

  .hm_contenttxt_sec {
    padding: 140px 0 30px;
  }
  #banner .btnbar a {
    min-width: auto;
  }
}

@media (max-width: 575px) {
  #banner .btnbar a {
    min-width: auto;
  }

  .bannertxt {
    font-size: 26px;
    margin: 0;
    padding: 0;
  }

  #banner .slidediv {
    height: 300px;
  }

  .bannercontent_div .btnbar a {
    padding: 8px 10px;
    margin-bottom: 5px !important;
  }

  .bannercontent_div {
    margin: 35px 0 0 0;
  }

  .bannercontent_div .smalltxt {
    font-size: 16px;
    margin: 5px 0 10px 0;
    padding: 0;
  }

  .bannercontent_div .smalltxt span {
    font-size: 16px;
    line-height: 20px;
  }

  .bannercontent_div .smalltxt span a {
    font-size: 20px;
  }

  .deptname span {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: block;
  }

  .innrbx_abs {
    height: 100px;
  }

  .deptbox {
    height: 100px;
  }

  .deptbox.depthover .deptname {
    font-size: 20px;
  }

  .innrbx_abs:before {
    width: 80px;
    height: 80px;
    right: 50%;
    top: 61%;
    margin: -40px -40px 0 0;
    opacity: 0.25;
  }

  .hm_contenttxt_sec {
    padding: 220px 0 30px;
  }

  .deptname {
    line-height: 100%;
    display: block;
  }

  #banner .smalltxt span {
    margin: 0;
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .bannercontent_div .smalltxt {
    font-size: 16px;
    margin: 5px 0 10px 0;
  }

  .bannertxt {
    font-size: 22px;
    margin: 0;
    padding: 0;
  }

  .bannercontent_div {
    margin: 25px 0 0 0;
  }

  .deptbox.depthover .deptname {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .deptbox.depthover .deptinfo p {
    font-size: 16px;
    line-height: 1.2;
    height: 40px;
  }
  .deptbox.depthover .innrbx_abs {
    padding: 15px 15px;
  }
  .deptbox .btn-theme.txtonlywhitebtn {
    font-size: 14px;
  }
  .bannercontent_div .smalltxt span a {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .bannercontent_div {
    margin: 10px 0 0 0;
  }
}
