.page-promotions-list-name a {
  color: #222;
  font-family: "Montserrat - Semi Bold";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 14px;
  height: 67px;
  text-decoration: none;
}
.page-promotions-list-name a:hover {
  text-decoration: none;
}

.float-left {
  width: 100%;
  float: left;
}

.breadcrumbs {
  padding-left: 3px;
}
.breadcrumbs a {
  color: #fff;
}
.breadcrumbs .current-item {
  color: #fff;
}
.breadcrumbs .sep {
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
}
.breadcrumbs span {
  color: #fff;
}

.phone-footer {
  color: #fff;
  display: block;
}
.phone-footer i {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.phone-footer:hover {
  color: #fff;
  text-decoration: none;
}

.email-footer {
  color: #fff;
  display: block;
}
.email-footer i {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.email-footer:hover {
  color: #fff;
  text-decoration: none;
}

.home-slider ul {
  display: none;
}

.title-img-text {
  z-index: 3;
}

.title-img-text h1 {
  max-width: 740px;
}

.home-news-name a {
  color: #222;
}

.header-navigation-menu .menu-item-has-children {
  position: relative;
}
.header-navigation-menu .menu-item-has-children:hover .sub-menu {
  display: block;
}
.header-navigation-menu .menu-item-has-children .sub-menu {
  position: absolute;
  left: 0;
  top: 17px;
  background: #fff;
  width: 250px;
  padding: 15px;
  display: none;
}
.header-navigation-menu .menu-item-has-children .sub-menu li {
  margin-bottom: 10px;
  display: block;
}
.header-navigation-menu .menu-item-has-children .sub-menu li a {
  color: #222;
}
.header-navigation-menu .menu-item-has-children .sub-menu li a:hover {
  text-decoration: underline;
}

.panel-menu-list .sub-menu {
  padding-left: 20px;
}
.panel-menu-list .sub-menu li a {
  font-size: 16px;
}

.archive-page {
  padding-top: 60px;
  padding-bottom: 60px;
}
.archive-page h2 {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.archive-page h2:after {
  content: "";
  position: absolute;
  left: 30px;
  top: -10px;
  width: 60px;
  height: 5px;
  background: #A11E2F;
}
.archive-page h2 a {
  color: #222222;
}
.archive-page .panel-protection-list li {
  height: 125px;
}
.archive-page .panel-protection-list li a {
  padding-top: 50px;
}

.copyrighted {
  position: inherit;
  left: inherit;
  transform: inherit;
  width: 100%;
  display: block;
}

.copyright-content {
  flex-wrap: wrap;
}
@media all and (max-width: 520px) {
  .copyright-content {
    justify-content: center !important;
  }
}
.copyright-content a {
  color: #FFF;
  text-decoration: underline;
}

.add-service {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.add-service .add-single-service {
  margin: 20px;
  padding: 40px;
  background-size: cover;
  background-position: center center;
  color: #FFF;
  flex-basis: 30%;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media all and (max-width: 767px) {
  .add-service .add-single-service {
    flex-basis: 45%;
  }
}
@media all and (max-width: 600px) {
  .add-service .add-single-service {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.add-service .add-single-service:before {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.add-service .add-single-service span {
  color: #FFF;
  z-index: 2;
  position: relative;
}

.panel-protection-list-img img {
  text-indent: -9999px;
}

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