.bg-theme {
  background-color: #1d8bc4; }

.color-theme {
  color: #1d8bc4; }

body {
  font-family: 'Lato', sans-serif; }

#site-header a.btn-outline-light:hover {
  color: #1d8bc4; }
#site-header .top-bar {
  padding: 4px 0;
  color: #fff; }
  #site-header .top-bar a {
    color: #fff; }
  #site-header .top-bar i {
    margin-left: 15px;
    margin-right: 5px; }
  #site-header .top-bar a.btn {
    margin-left: 15px; }
#site-header #brand {
  display: block;
  margin: 5px 0; }
#site-header nav > ul > li {
  padding: 0 20px;
  transition: .8s all;
  position: relative; }
  #site-header nav > ul > li > a {
    display: block;
    border-top: 3px solid transparent;
    font-weight: 300;
    transition: .8s all;
    padding: 0 5px;
    text-decoration: none;
    font-weight: bold;
    color: #1d8bc4;
    font-size: 110%; }
  #site-header nav > ul > li.active a, #site-header nav > ul > li:hover a {
    border-top-color: #1d8bc4; }
  @media (min-width: 992px) {
    #site-header nav > ul > li:hover ul {
      display: block; } }
  #site-header nav > ul > li ul {
    display: none;
    position: static;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    z-index: 10000; }
    @media (min-width: 767px) {
      #site-header nav > ul > li ul {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        padding: 15px;
        border-bottom: 2px solid #1d8bc4;
        box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.1098039216); } }
    #site-header nav > ul > li ul li a {
      text-align: center;
      text-decoration: none;
      display: block;
      padding: 7px;
      color: #424242;
      white-space: nowrap;
      text-transform: capitalize;
      transition: .9s all; }
      @media (max-width: 767px) {
        #site-header nav > ul > li ul li a {
          text-align: left; } }
    #site-header nav > ul > li ul li:hover a {
      background-color: #1d8bc4;
      color: #fff; }

.vertical-section-gutter, #home-services-cards {
  padding: 50px 0; }
  .vertical-section-gutter + .vertical-section-gutter, #home-services-cards + .vertical-section-gutter, .vertical-section-gutter + #home-services-cards, #home-services-cards + #home-services-cards {
    padding-top: 0; }
  .vertical-section-gutter + .vertical-section-gutter.distinct, #home-services-cards + .vertical-section-gutter.distinct, .vertical-section-gutter + .distinct#home-services-cards, #home-services-cards + .distinct#home-services-cards {
    padding-top: 50px; }
  @media (max-width: 767px) {
    .vertical-section-gutter, #home-services-cards {
      padding: 30px 0; }
      .vertical-section-gutter + .vertical-section-gutter.distinct, #home-services-cards + .vertical-section-gutter.distinct, .vertical-section-gutter + .distinct#home-services-cards, #home-services-cards + .distinct#home-services-cards {
        padding-top: 30px; } }

#home-services-cards {
  color: #424242; }
  #home-services-cards .icon-wrapper i {
    font-size: 380%;
    color: #1d8bc4; }
    @media (max-width: 767px) {
      #home-services-cards .icon-wrapper i {
        font-size: 250%; } }
  #home-services-cards h4, #home-services-cards p {
    color: #404040;
    margin: 30px 0; }
  #home-services-cards h4 {
    margin-bottom: -20px; }

#home-slogan {
  background: url("../images/slogan-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  padding: 30px; }
  #home-slogan h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 250%;
    font-weight: 300;
    text-shadow: 0 0 5px #c7c7c7; }

#home-solutions {
  color: #424242; }
  #home-solutions h3 {
    margin-bottom: 30px; }
  #home-solutions figure {
    background-color: #ddd; }
    #home-solutions figure .img-wrapper {
      height: 196px;
      overflow: hidden; }
    #home-solutions figure figcaption {
      padding: 30px 15px;
      color: #424242; }
      #home-solutions figure figcaption h4 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      #home-solutions figure figcaption p {
        height: 72px;
        overflow: hidden; }

#home-testimonials {
  padding: 80px 0;
  background: url("../images/testimonials-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  text-align: center;
  color: #fff; }
  @media (max-width: 767px) {
    #home-testimonials {
      padding: 30px 0; } }
  #home-testimonials .slick-slider {
    position: relative; }
    #home-testimonials .slick-slider .slick-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      outline: 0;
      cursor: pointer;
      width: 50px;
      height: 50px;
      font: 0/0 a;
      border: 0;
      background-color: transparent;
      background-size: cover; }
    #home-testimonials .slick-slider .slick-prev {
      background-image: url("../images/left-arrow.png");
      left: 0; }
    #home-testimonials .slick-slider .slick-next {
      background-image: url("../images/right-arrow.png");
      right: 0; }
  #home-testimonials h2 {
    font-weight: bold; }
  #home-testimonials .testimony-name {
    font-weight: bold; }
  #home-testimonials .img-wrapper {
    margin: 20px 0; }
    #home-testimonials .img-wrapper img {
      display: inline-block;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      border: 3px solid #fff; }
  #home-testimonials p {
    font-style: italic;
    max-width: 920px;
    margin: 50px auto; }
    #home-testimonials p i.fa-quote-left {
      margin-right: 7px; }
    #home-testimonials p i.fa-quote-right {
      margin-left: 7px; }

#home-brands {
  color: #424242; }
  #home-brands img {
    display: inline-block; }

#site-footer {
  background-color: #424242;
  color: #eee; }
  #site-footer a {
    color: #fff; }
  #site-footer .social-icons {
    padding: 15px 0;
    border-bottom: 1px solid #717171;
    margin-bottom: 15px; }
    #site-footer .social-icons a {
      color: #ababab;
      font-size: 220%;
      display: inline-block;
      margin: 0 15px; }
      #site-footer .social-icons a i {
        transition: .9s all; }
      #site-footer .social-icons a:hover.facebook i {
        color: #3F5996; }
      #site-footer .social-icons a:hover.twitter i {
        color: #00ABE9; }
      #site-footer .social-icons a:hover.google-plus i {
        color: #E2483D; }
      #site-footer .social-icons a:hover.youtube i {
        color: #FF222A; }
      #site-footer .social-icons a:hover.instagram i {
        color: #BE2979; }
      #site-footer .social-icons a:hover.linkedin i {
        color: #047AB2; }
  #site-footer h4 {
    margin-top: 15px; }
    #site-footer h4 span {
      display: inline-block;
      padding-bottom: 7px;
      margin-bottom: 15px; }
  #site-footer .quick-links a {
    display: block;
    color: #eee;
    margin-bottom: 10px;
    text-decoration: none;
    transition: .9s all; }
    #site-footer .quick-links a:hover {
      letter-spacing: 1px; }
  #site-footer form .form-control {
    background-color: #2A2E31;
    margin-bottom: 15px;
    resize: none;
    color: #fff;
    border: 1px solid #2A2E31; }
  #site-footer .copyright-bar {
    margin-top: 30px;
    background-color: #1e8bc5;
    padding: 15px 0;
    color: #fff; }
    #site-footer .copyright-bar a {
      color: inherit; }

.nav-toggler {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 0;
  font-size: 200%; }
  .nav-toggler i {
    color: #1d8bc4; }

.page {
  background-color: #f9f9f9;
  min-height: 400px; }
  .page .page-header {
    background-color: #1d8bc4;
    padding: 30px 0;
    text-align: center;
    color: #fff; }
    .page .page-header h2, .page .page-header h3 {
      margin: 0;
      text-transform: uppercase; }
  .page article {
    padding: 50px 0; }
    .page article .list-inline li {
      background: #fff;
      margin-right: 15px;
      padding: 15px;
      border-radius: 4px;
      border: 1px soldi #ddd;
      color: #1e8bc5;
      margin-bottom: 7px; }
    .page article p {
      line-height: 1.8;
      color: #333;
      text-align: justify; }
    .page article h4 {
      color: #1d8bc4; }
    .page article ul li {
      padding: 5px 0;
      line-height: 1.8; }
    .page article .card {
      height: 100%; }
    .page article table {
      background-color: #fff; }
  .page .advantages p {
    text-align: center;
    margin-bottom: 15px; }
  .page .advantages i {
    color: #1d8bc4;
    margin: 15px 0;
    font-size: 280%; }

#page-security-solutions .card p {
  overflow: auto; }

#page-contact {
  background-image: url("../images/slogan-bg.jpg");
  background-size: cover;
  background-attachment: fixed; }
  #page-contact h2 span {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff; }
  #page-contact a {
    color: #fff; }
  #page-contact address p {
    position: relative;
    padding-left: 40px;
    margin: 20px 0;
    color: #fff; }
    #page-contact address p span.fa {
      position: absolute;
      left: 0;
      top: 8px;
      color: #fff;
      font-size: 120%; }
  #page-contact .map-frame iframe {
    width: 100%;
    height: 250px;
    border: 0; }
  #page-contact .social-links {
    display: flex;
    margin-left: -6px;
    margin-top: 20px;
    margin-bottom: 20px; }
    #page-contact .social-links a {
      width: 40px;
      height: 40px;
      margin: 0 6px;
      text-align: center;
      transition: .9s all;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      border-radius: 4px;
      font-size: 160%; }
      #page-contact .social-links a:hover {
        text-decoration: none; }

.bg-transparent-contact {
  background: rgba(0, 0, 0, 0.32);
  padding: 40px;
  color: #fff;
  border-radius: 4px; }

@media (max-width: 767px) {
  #collapsableNav {
    display: none;
    margin: 10px -10px; }

  .exit-nav {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 160%; }

  #site-header nav > ul > li > a {
    color: #333;
    font-weight: normal; } }
#home-banner li {
  position: relative; }
  #home-banner li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1000; }
    @media (max-width: 992px) {
      #home-banner li:after {
        background-color: rgba(0, 0, 0, 0.6); } }
  #home-banner li .caption {
    max-width: 100%;
    margin: auto;
    font-size: 280%;
    font-weight: 400;
    z-index: 10000;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase; }
    @media (max-width: 1366px) {
      #home-banner li .caption {
        font-size: 220%; } }
    @media (max-width: 992px) {
      #home-banner li .caption {
        font-size: 12px; } }

#home-banner, #home-solutions {
  position: relative; }
  #home-banner#home-solutions .slick-slider, #home-solutions#home-solutions .slick-slider {
    padding-top: 57px; }
  #home-banner#home-solutions .slick-arrow, #home-solutions#home-solutions .slick-arrow {
    top: 50%;
    transform: translateY(-50%); }
  #home-banner#home-solutions .slick-next, #home-solutions#home-solutions .slick-next {
    right: -47px; }
  #home-banner#home-solutions .slick-prev, #home-solutions#home-solutions .slick-prev {
    left: -47px; }
  #home-banner .slick-arrow, #home-solutions .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    width: 47px;
    height: 47px;
    border: 0;
    font: 0/0 a;
    cursor: pointer;
    outline: 0; }
    #home-banner .slick-arrow:hover, #home-solutions .slick-arrow:hover {
      opacity: 0.7; }
    #home-banner .slick-arrow.slick-next, #home-solutions .slick-arrow.slick-next {
      right: 0;
      background: url("../images/right-arrow.png");
      background-size: cover; }
    #home-banner .slick-arrow.slick-prev, #home-solutions .slick-arrow.slick-prev {
      left: 0;
      background: url("../images/left-arrow.png");
      background-size: cover; }

#page-security-solutions .card-title {
  color: #1d8bc4; }

.btn-primary {
  background-color: #1d8bc4;
  border-color: #1d8bc4; }

/*# sourceMappingURL=main.css.map */
