@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* CSS */
html,
body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
h1,
h2 {
  /* font-family: "Yanone Kaffeesatz", sans-serif; */
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
  font-weight: 700;
}
h4 {
  font-weight: 600;
  font-size: 18px;
}
p {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 200;
}
a:hover {
  color: #ee3230;
}
a {
  cursor: pointer;
}
.btn {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.default-btn,
.search-submit {
  padding: 8px 15px;
  background: #ee3230;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  border: 0;
}
.default-btn a:hover {
  color: #fff;
}
.section {
  padding-top: 65px;
  padding-bottom: 80px;
}
.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  min-height: 250px;
  transition: all 0.3s ease 0s;
}
.bg-img:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ee3230;
  opacity: 0;
  mix-blend-mode: multiply;
  -webkit-mix-blend-mode: multiply;
}
.bg-dark {
  background-color: #000000 !important;
}
/* Header */
.header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.header.fixed .top-action {
  margin-bottom: 0px;
}
.header.fixed .top-action {
  display: none !important;
}
.header.fixed .navbar-nav {
  background: transparent;
}

.header.fixed .navbar-brand img {
  width: 100px;
  transition: all 0.2s ease;
}
.header .navbar-brand img {
  width: 220px;
  transition: all 0.2s ease;
}
.header .nav-item {
  margin: auto 4px;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.header .nav-item:last-of-type {
  border: 0;
}
.header .nav-item .nav-link {
  color: #000000;
  padding-top: 6px;
  padding-bottom: 7px;
  font-weight: 600;
}
.header .nav-item .dropdown-item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f8f8f8;
}
.navbar-nav .dropdown-menu {
  background: #fde2e2;
  border-radius: 0;
  border-width: 0.5px;
  top: 38px;
  padding: 0;
  left: -4px;
}
.navbar-nav .dropdown-menu .nav-item {
  margin: 0;
}
.navbar-nav .dropdown-menu .nav-item a {
  padding: 5px 15px;
  font-size: 14px;
  border-color: #fbcece;
  font-weight: 300;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #fbcece;
}
.navbar-nav {
  background: #fde2e2;
}
.menu-box {
  margin-bottom: 18px;
}
.menu-box .top-action .feature {
  font-size: 24px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #eee;
  font-style: italic;
}
.menu-box .top-action .phone a {
  color: #ee3230;
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  font-weight: 700;
}
.icon-ul {
  list-style: none;
  margin-top: 1rem;
  padding: 0;
}
li {
  font-size: 17px;
}
.iconBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  -webkit-user-select: none;
  user-select: none;
  padding-left: 52px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  background-color: transparent;
  border: 0;
  border-radius: 50px;
  color: #000000;
  font-weight: 700;
}
.iconBtn:hover,
.iconBtn:focus {
  background-color: transparent;
  color: #fff;
}
.iconBtn i {
  position: absolute;
  left: 0;
  top: 1px;
  height: 100%;
  background-color: #ee3230;
  width: 44px;
  border-radius: 100%;
  line-height: 44px;
  color: #fff;
}
.iconBtn:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  transition: inherit;
  background-color: #000000;
  width: 45px;
  height: 45px;
  border: 1px solid #000000;
  transition: all 0.3s ease 0s;
}
.iconBtn:hover:after,
.iconBtn:focus:after {
  width: 100%;
  background-color: #ee3230;
}
.contact {
  letter-spacing: 0.15em;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #ee3230;
}
.text-primary {
  color: #ee3230 !important;
}
.text-white {
  color: #ffffff !important;
}
.overlay-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.four-options .title {
  font-size: 36px;
}
.four-options {
  padding-top: 50px;
  padding-bottom: 15px;
}
.service-one {
  padding-top: 50px;
}
/* Banner */
.get-a-quote {
  background-color: #ee3230;
  border-radius: 10px;
  padding: 20px 25px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center;
}
.get-a-quote:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 6px;
  transform: rotate(135deg);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #1a1a1a;
}
.get-a-quote:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 6px;
  transform: rotate(225deg);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #1a1a1a;
}
.get-a-quote .wpcf7-submit {
  background: #000000;
}
label {
  color: #fff;
  margin-bottom: 3px;
  font-size: 13px;
}
.wpcf7-submit {
  background: #ee3230;
  border: 0;
  color: #fff;
  width: 100%;
  padding: 6px 0;
  border-radius: 0.375rem;
}
textarea {
  height: 90px;
}
.form-control {
  padding: 0.5rem 0.75rem;
  font-size: 14px;
}
.wpcf7-spinner {
  position: absolute;
  right: 50%;
  top: 5px;
}
.form-btn {
  position: relative;
  margin-top: 15px;
}
.banner-img {
  height: 380px;
}
.banner-img img {
  height: 100%;
}
/* Four Options */
.work-item {
  margin: auto 15px;
  text-align: center;
  padding: 5px 20px;
  border-radius: 30px;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.work-item .icons {
  width: 130px;
  height: 130px;
  line-height: 100px;
  margin-top: 20px;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 100%;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: inline-block;
}
.work-item h4 {
  font-size: 24px;
}

.icon1 {
  background-image: url(../img/automatic-sliding.png);
}
.icon2 {
  background-image: url(../img/swing-handicap.png);
}
.icon3 {
  background-image: url(../img/complete-lock-keys.png);
}
.icon4 {
  background-image: url(../img/access-entry.png);
}
.work-item:hover,
.work-item.active {
  background-color: #000000;
  color: #ffffff;
  background-image: url(https://guildfordlocksmith.com/temp/action-iss-2/wp-content/uploads/2023/12/wave-bg-w.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.work-item:hover p,
.work-item.active p {
  color: #ffffff;
}
.sticky-img {
  top: 120px !important;
}
/* CTA */
.or {
  bottom: 5px;
  background-color: #fff;
  display: inline-block;
  z-index: 1;
}
.cta-section {
  padding: 40px 0;
}
.cta-section .lead {
  margin-bottom: 10px;
}
@-webkit-keyframes zoom-a {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 130% auto;
  }
}
@-moz-keyframes zoom-a {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 130% auto;
  }
}
@-o-keyframes zoom-a {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 130% auto;
  }
}
@keyframes zoom-a {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 130% auto;
  }
}
.type-a {
  -webkit-animation: zoom-a 35s linear infinite alternate; /* Safari 4+ */
  -moz-animation: zoom-a 35s linear infinite alternate; /* Fx 5+ */
  -o-animation: zoom-a 35s linear infinite alternate; /* Opera 12+ */
  animation: zoom-a 35s linear infinite alternate; /* IE 10+, Fx 29+ */
}

.service_sidebar .widget {
  border: 1px solid #eaeaea;
  border-radius: 6px;
  padding: 10px;
  background-color: #fafafa;
  margin-bottom: 15px;
}
.service_sidebar .widget h4 {
  margin-top: 8px;
}
.service_sidebar .search-field {
  padding: 6px 8px;
  border: 1px solid #dedede;
  border-radius: 6px;
  width: 99%;
}
.service_sidebar .search-submit {
  padding: 5px 10px;
}
.service_sidebar label {
  width: 74%;
}
.service_sidebar ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.service_sidebar ul a {
  font-size: 14px;
  color: #212121;
  text-decoration: none;
  font-weight: 500;
}
.service_sidebar ul a:hover {
  color: #ee3230;
}
.service_sidebar ul li:last-child {
  border-bottom: 0;
}
.service_sidebar ul li:before {
  content: "\f101";
  font-family: "FontAwesome";
  color: #ee3230;
  font-size: 14px;
  margin-right: 6px;
}
.service_sidebar ul ul li:before {
  content: "\f068";
  font-size: 8px;
  vertical-align: middle;
}
.service_sidebar ul li {
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
}
.service_sidebar ul ul {
  padding-top: 8px;
  border-top: 1px solid #ddd;
  margin-top: 8px;
}
.service_sidebar ul ul li a {
  color: #555;
  font-weight: 400;
}
.service_sidebar ul ul li {
  padding-left: 15px;
  border-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}
.service_sidebar .widget_media_image {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 6px;
}
.widget_media_image img {
  width: 100%;
  border-radius: 6px;
}
/* Footer */
.footer {
  padding-top: 80px;
  overflow: hidden;
  background-color: #000000 !important;
}
.footer:before {
  content: "";
  position: absolute;
  top: -80%;
  left: -45%;
  margin: auto;
  width: 150%;
  height: 150%;
  font-size: 920px;
  background: radial-gradient(
    circle closest-side,
    #000000 30%,
    rgba(255, 255, 225, 0) 100%
  );
  filter: blur(0.08em);
  z-index: 0;
  opacity: 0.45;
}
.footer .address-list,
.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer li {
  font-size: 15px;
}
.footer .address-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.footer .address-list li i {
  position: absolute;
  left: 0;
  top: 4px;
}
.footer .address-list li a {
  text-decoration: none;
  color: #fff;
}
.footer-list li {
  padding-bottom: 10px;
}

.footer-list li a {
  text-decoration: none;
  color: #fff;
}
.footer-list li a:hover,
.footer-list li a:focus {
  color: #ee3230;
}
.footer .border-r {
  border-right: 1px solid rgba(256, 256, 256, 0.2);
}
.footer-bottom {
  background: #212121;
}
.social-links .iconBtn:hover span {
  color: #fff;
}
/*  */
#backtotop {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 40px;
  color: #ee3230;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  white-space: nowrap;
  text-decoration: none;
  transform: rotate(-90deg);
}
#backtotop i {
  transition: all 0.3s ease 0s;
}
#backtotop:hover i {
  margin-left: 10px;
}
.get-a-quote-sec {
  display: none;
  margin: 15px 0;
}
div.get-a-quote {
  display: block;
}

.default-page {
  padding: 50px 0;
}

.breadcumb {
  margin-bottom: 20px;
}
.breadcumb a {
  color: #ee3230;
}
.page-template-template-contact .home-banner {
  height: 280px;
  overflow: hidden;
}
.page-template-template-contact .get-a-quote {
  display: none;
}
.page-template-template-contact .banner-img {
  height: 280px;
}
.page-template-template-contact label {
  color: #000;
}
.service-two {
  background-size: cover;
  padding-bottom: 0;
}
.service-two img {
  margin-top: -160px;
}
