@charset "utf-8";
/* CSS Document - Integrated Security Systems template */
/*===========================================================================================================*/
/*=========================================== SHARED ELEMENTS ===============================================*/
/*===========================================================================================================*/
.ss-hero h2,
.ss-benefits h2,
.ss-industries h2,
.ss-together h2,
.ss-cta h2 {
  color: #0b0b0b;
}
.ss-lead {
  text-align: center;
  font-size: 17px;
  line-height: 1.5em;
  margin-bottom: 50px;
}
/*=========================================== BUTTONS ======================================================*/
.ss-btn-red {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.ss-btn-red:hover,
.ss-btn-red:focus {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.ss-btn-black {
  color: #fff;
  background-color: #0b0b0b;
  border-color: #0b0b0b;
}
.ss-btn-black:hover,
.ss-btn-black:focus {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.ss-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
/*=========================================== CHECKLIST ====================================================*/
.ss-list-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.5px;
  color: #fff;
  margin: 0 0 25px;
}
.ss-checklist-2col {
  columns: 2;
  column-gap: 30px;
}
.ss-checklist li {
  display: flex;
  align-items: flex-start;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  font-size: 18px;
  line-height: 1.3em;
  color: #fff;
  margin-bottom: 22px !important;
}
.ss-checklist .ss-check {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #036003;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-align: center;
}
.ss-checklist .ss-check i {
  display: block;
  line-height: 1;
}
@media (max-width: 576px) {
  .ss-checklist-2col {
    columns: 1;
  }
  .ss-checklist li {
    font-size: 16px;
    margin-bottom: 16px !important;
  }
}
/*===========================================================================================================*/
/*=========================================== HERO ==========================================================*/
/*===========================================================================================================*/
.ss-hero {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 200px 0 90px;
}
.ss-hero .ss-hero-media {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.ss-hero .ss-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}
.ss-hero .container {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.ss-hero.ready .container {
  opacity: 1;
  animation: fadeInLeft 1.2s both;
}
.ss-hero .ss-badge {
  display: inline-block;
  background-color: #0b0b0b;
  color: #f4c41e;
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 18px;
  margin-bottom: 30px;
}
.ss-hero .ss-hero-title {
  font-size: 58px;
  font-weight: 400;
  line-height: 1.1em;
  color: #0b0b0b;
  margin: 0 0 30px;
}
.ss-hero .ss-hero-title strong {
  display: block;
  font-weight: 800;
}
.ss-hero p {
  max-width: 470px;
  font-size: 17px;
  line-height: 1.6em;
  margin-bottom: 22px;
}
.ss-hero .ss-btns {
  margin-top: 35px;
}
@media (max-width: 1200px) {
  .ss-hero {
    padding: 160px 0 70px;
  }
  .ss-hero .ss-hero-title {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .ss-hero {
    padding: 130px 0 60px;
  }
  .ss-hero .ss-hero-media {
    display: none;
  }
  .ss-hero .ss-hero-title {
    font-size: 38px;
  }
  .ss-hero p {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .ss-hero {
    padding: 100px 0 50px;
  }
  .ss-hero .ss-hero-title {
    font-size: 30px;
  }
  .ss-hero .ss-badge {
    font-size: 13px;
    padding: 10px 14px;
  }
}
/*===========================================================================================================*/
/*=========================================== WHY INTEGRATED ================================================*/
/*===========================================================================================================*/
.ss-benefits {
  position: relative;
  overflow: hidden;
  background-color: #f4f4f3;
  padding: 70px 0 60px;
}
.ss-benefits .container {
  opacity: 0;
}
.ss-benefits.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.ss-benefits .ss-benefit {
  text-align: center;
  padding: 0 25px;
  border-left: solid 1px #dcdcda;
}
.ss-benefits .row > div:first-child .ss-benefit {
  border-left: none;
}
.ss-benefits .ss-icon {
  display: block;
  font-size: 30px;
  line-height: 1em;
  color: #e01e26;
  margin-bottom: 25px;
}
.ss-benefits h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
  color: #0b0b0b;
  margin: 0 0 20px;
}
.ss-benefits .ss-benefit p {
  font-size: 17px;
  line-height: 1.7em;
  margin: 0;
}
@media (max-width: 991px) {
  .ss-benefits .ss-benefit {
    padding: 0 15px;
    margin-bottom: 45px;
  }
  .ss-benefits .ss-benefits-grid > div:nth-child(odd) .ss-benefit {
    border-left: none;
  }
}
@media (max-width: 768px) {
  .ss-benefits {
    padding: 50px 0 20px;
  }
  .ss-benefits .ss-benefit p {
    font-size: 15px;
  }
}
/*===========================================================================================================*/
/*=========================================== SOLUTIONS =====================================================*/
/*===========================================================================================================*/
.ss-solutions {
  position: relative;
  overflow: hidden;
  background-color: #0b0b0b;
  padding: 70px 0 60px;
}
.ss-solutions .container {
  opacity: 0;
}
.ss-solutions.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.ss-solutions h2 {
  color: #fff;
  margin-bottom: 60px;
}
.ss-solutions .ss-solution {
  text-align: center;
  padding: 0 10px;
  border-left: solid 1px #2a2a2a;
}
.ss-solutions .row > div:first-child .ss-solution {
  border-left: none;
}
.ss-solutions .ss-icon {
  display: block;
  font-size: 28px;
  line-height: 1em;
  color: #fff;
  margin-bottom: 25px;
}
.ss-solutions h4 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3em;
  color: #fff;
  min-height: 40px;
  margin: 0 0 18px;
}
.ss-solutions .ss-solution p {
  font-size: 16px;
  line-height: 1.6em;
  color: #9c9c9c;
  margin: 0;
}
@media (max-width: 1199px) {
  .ss-solutions .ss-solution {
    margin-bottom: 40px;
  }
  .ss-solutions .ss-solutions-grid > div:nth-child(3n + 1) .ss-solution {
    border-left: none;
  }
}
@media (max-width: 767px) {
  .ss-solutions {
    padding: 50px 0 20px;
  }
  .ss-solutions h2 {
    margin-bottom: 40px;
  }
  .ss-solutions .ss-solutions-grid > div .ss-solution {
    border-left: solid 1px #2a2a2a;
  }
  .ss-solutions .ss-solutions-grid > div:nth-child(odd) .ss-solution {
    border-left: none;
  }
  .ss-solutions .ss-solution p {
    font-size: 14px;
  }
}
/*===========================================================================================================*/
/*=========================================== INDUSTRIES ====================================================*/
/*===========================================================================================================*/
.ss-industries {
  position: relative;
  overflow: hidden;
  background-color: #f4f4f3;
  padding: 70px 0 70px;
}
.ss-industries .container {
  opacity: 0;
}
.ss-industries.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.ss-industries .ss-industries-grid {
  margin: 0 -6px 50px;
}
.ss-industries .ss-industries-grid > div {
  padding: 0 6px;
  margin-bottom: 12px;
}
.ss-industries .ss-industry {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #0b0b0b;
}
.ss-industries .ss-industry figure {
  margin: 0;
  overflow: hidden;
}
.ss-industries .ss-industry figure img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.ss-industries .ss-industry .info {
  flex: 1 1 auto;
  text-align: center;
  padding: 25px 25px 30px;
}
.ss-industries .ss-industry h4 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3em;
  color: #fff;
  margin: 0 0 15px;
}
.ss-industries .ss-industry p {
  font-size: 17px;
  line-height: 1.6em;
  color: #9c9c9c;
  margin: 0;
}
@media (max-width: 768px) {
  .ss-industries {
    padding: 50px 0;
  }
  .ss-industries .ss-industry p {
    font-size: 15px;
  }
}
/*===========================================================================================================*/
/*=========================================== WHY HAWK ======================================================*/
/*===========================================================================================================*/
.ss-why {
  position: relative;
  overflow: hidden;
  background-color: #0b0b0b;
  padding: 70px 0 50px;
}
.ss-why .container {
  opacity: 0;
}
.ss-why.ready .container {
  opacity: 1;
  animation: fadeInLeft 1.2s both;
}
.ss-why h2 {
  color: #fff;
  margin: 0 0 30px;
}
.ss-why p {
  font-size: 17px;
  line-height: 1.7em;
  color: #9c9c9c;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .ss-why {
    padding: 50px 0 30px;
  }
}
/*===========================================================================================================*/
/*=========================================== TOGETHER ======================================================*/
/*===========================================================================================================*/
.ss-together {
  position: relative;
  overflow: hidden;
  background-color: #f4f4f3;
  padding: 70px 0;
}
.ss-together .container {
  opacity: 0;
}
.ss-together.ready .container {
  opacity: 1;
  animation: fadeInLeft 1.2s both;
}
.ss-together h2 {
  margin: 0 0 30px;
}
.ss-together p {
  font-size: 17px;
  line-height: 1.7em;
  margin-bottom: 25px;
}
.ss-together .btn-layout {
  margin-top: 15px;
}
.ss-together .ss-figure {
  margin: 0;
  padding: 8px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgb(0 0 0 / 12%);
}
.ss-together .ss-figure img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .ss-together {
    padding: 50px 0;
  }
  .ss-together .ss-figure {
    margin-top: 40px;
  }
  .ss-together .ss-figure img {
    height: 240px;
  }
}
/*===========================================================================================================*/
/*=========================================== UPGRADE =======================================================*/
/*===========================================================================================================*/
.ss-upgrade {
  position: relative;
  overflow: hidden;
  background-color: #0b0b0b;
  padding: 70px 0 50px;
}
.ss-upgrade .container {
  opacity: 0;
}
.ss-upgrade.ready .container {
  opacity: 1;
  animation: fadeInLeft 1.2s both;
}
.ss-upgrade h2 {
  color: #fff;
  margin: 0 0 30px;
}
.ss-upgrade p {
  font-size: 17px;
  line-height: 1.7em;
  color: #9c9c9c;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .ss-upgrade {
    padding: 50px 0 30px;
  }
}
/*===========================================================================================================*/
/*=========================================== CTA ===========================================================*/
/*===========================================================================================================*/
.ss-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #f4c41e;
  padding: 65px 0 70px;
}
.ss-cta .container {
  opacity: 0;
}
.ss-cta.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.ss-cta h2 {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1em;
  color: #0b0b0b;
  margin: 0 0 20px;
}
.ss-cta p {
  font-size: 18px;
  color: #0b0b0b;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .ss-cta h2 {
    font-size: 38px;
  }
}
@media (max-width: 650px) {
  .ss-cta {
    padding: 45px 0 50px;
  }
  .ss-cta h2 {
    font-size: 28px;
  }
}
/*===========================================================================================================*/
/*=========================================== CLOSING BAR ===================================================*/
/*===========================================================================================================*/
.ss-closing {
  position: relative;
  overflow: hidden;
  background-color: #f4f4f3;
  padding: 45px 0;
}
.ss-closing .ss-closing-brand {
  display: flex;
  align-items: center;
}
.ss-closing .ss-closing-brand img {
  flex: 0 0 auto;
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-right: 15px;
}
.ss-closing .ss-closing-brand .info strong {
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #0b0b0b;
}
.ss-closing .ss-closing-brand .info span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #0b0b0b;
}
.ss-closing .ss-closing-note {
  text-align: right;
}
.ss-closing .ss-closing-note strong {
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3em;
  color: #0b0b0b;
  margin-bottom: 8px;
}
.ss-closing .ss-closing-note p {
  font-size: 16px;
  line-height: 1.6em;
  max-width: 520px;
  margin: 0 0 0 auto;
}
.ss-closing .ss-closing-note p strong {
  display: inline;
  font-size: 16px;
  color: #4f5153;
  margin: 0;
}
@media (max-width: 768px) {
  .ss-closing {
    padding: 35px 0;
  }
  .ss-closing .ss-closing-note {
    text-align: left;
    margin-top: 25px;
  }
  .ss-closing .ss-closing-note p {
    margin-left: 0;
  }
}
