@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css");
html {
  position: relative;
  min-height: 100%; }

body {
  color: #6e6e6e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Muli", "Lato","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  font-size: 18px; }

.accessWidget.top-right.distance10, .accessWidget.top-left.distance10 {
  top: 50% !important; }

.accessfont {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important; }

.accessWidget i {
  font-size: 40px !important;
  border-top: 2px solid #000 !important;
  border-left: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important; }

a {
  color: #4180FF;
  text-decoration: none; }

a:hover, a:focus {
  text-decoration: none;
  color: #6e6e6e; }

a:hover, a:focus, a:visited {
  outline: none;
  color: #fe6600;
  text-decoration: none; }

p {
  margin: 0 0 1.5em 0; }

.attribution {
  font-size: small;
  position: relative;
  bottom: 26px;
  left: 10px;
  float: left;
  z-index: 1; }
  .attribution a {
    color: #6e6e6e; }
  .attribution .mar {
    margin: 4px 14px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', 'Raleway', sans-serif;
  font-style: normal;
  color: black;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  -webkit-font-feature-settings: "lnum"; }

footer {
  background-color: #13131C;
  margin-top: 40px; }
  footer .footer-top {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 48px 0; }
    footer .footer-top .footer_contact {
      position: relative;
      background: #1b1b27;
      text-align: center;
      margin-top: 0px; }
      footer .footer-top .footer_contact .contact_info {
        padding: 0px 50px 0px 50px; }
        footer .footer-top .footer_contact .contact_info h4 {
          font-size: 22px;
          font-weight: 500;
          line-height: 30px;
          color: #ffffff;
          margin: 15px 0px; }
        footer .footer-top .footer_contact .contact_info .phone {
          position: relative;
          font-size: 24px;
          font-weight: 800;
          display: flex;
          align-items: center;
          justify-content: center;
          flex: auto;
          color: #ffffff;
          line-height: 32px;
          padding: 30px 30px;
          margin-top: 25px;
          border: 1px dashed #ff3b3e;
          word-break: break-word; }
          footer .footer-top .footer_contact .contact_info .phone span {
            font-size: 18px;
            font-weight: 500; }
          footer .footer-top .footer_contact .contact_info .phone img {
            padding-right: 10px; }
    footer .footer-top .footer-top__headings {
      color: #fff;
      font-size: 20px;
      margin-bottom: 18px;
      font-weight: 600;
      margin-bottom: 40px; }
    footer .footer-top ul {
      padding-left: 0;
      list-style: none; }
      footer .footer-top ul li {
        padding: 5px 0px; }
      footer .footer-top ul a {
        line-height: 1.9;
        color: #aab5c9;
        margin: 3px 0;
        font-size: 16px; }
    footer .footer-top .icon-container {
      display: inline-block; }
      footer .footer-top .icon-container a {
        margin-right: 3px;
        width: auto;
        color: rgba(250, 250, 250, 0.5); }
        footer .footer-top .icon-container a .fa {
          font-size: 30px; }
    footer .footer-top .textwidget p {
      margin: 11.5px 0; }
    footer .footer-top .lineswidget p {
      margin: 0; }
  footer .footer-bottom {
    padding: 20px 0 10px;
    line-height: 40px;
    text-align: center;
    background: #1b1b27; }
    footer .footer-bottom .footer-bottom__left {
      float: left;
      text-align: left; }
    footer .footer-bottom .footer-bottom__center {
      padding-top: 0; }
    footer .footer-bottom .footer-bottom__right {
      float: right;
      text-align: right;
      padding-top: 0; }
  footer .widget {
    padding-top: 0; }
  footer p, footer ul {
    margin: 0 0 11.5px; }

textarea {
  resize: vertical; }

.navbar-nav img {
  width: 30px;
  height: 30px;
  margin: -15px 15px -15px; }

.alert {
  margin-top: 20px; }

.thumbnail {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 5px #ccc, inset 0 0 0 #000; }

.fa {
  margin-right: 6px; }

.breadcrumb > .active {
  color: #dbdbdb; }

.container-fluid {
  padding-left: 80px;
  padding-right: 80px; }

.covid-19 {
  background-color: #C4210E;
  color: white;
  padding: 10px 0;
  text-align: center;
  font-size: 24px; }

section {
  padding: 80px 0 40px;
  position: relative; }

.img-fluid {
  max-width: 100%;
  height: auto; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

.main-header {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 10px 30px 0 rgba(0, 0, 0, 0.12); }
  .main-header .top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 6px 0;
    font-size: 16px; }
    .main-header .top-inner:before {
      position: absolute;
      content: '';
      top: 0;
      left: -14%;
      width: 128%;
      height: 100%;
      background: var(--heading-color, #2d2d2d);
      z-index: -1;
      clip-path: polygon(calc(100% - 10px) 0, calc(100% - 60px) 100%, 60px 100%, 10px 0); }
  .main-header .top-left li {
    color: #fff;
    display: inline-block;
    margin-right: 64px; }
    .main-header .top-left li i {
      margin-right: 20px;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      text-align: center;
      line-height: 35px;
      display: inline-block;
      color: var(--primary-color, #fe6600);
      background: rgba(255, 255, 255, 0.05); }
    .main-header .top-left li a {
      color: #fff; }
  .main-header .top-right {
    padding-left: 8px;
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
  .main-header .social-style-one {
    display: inline-block; }
    .main-header .social-style-one a {
      margin: 0 3px;
      width: 35px;
      height: 35px;
      font-size: 13px;
      border-radius: 50%;
      text-align: center;
      line-height: 35px;
      display: inline-block;
      background: rgba(255, 255, 255, 0.05); }
    .main-header .social-style-one .social-style-one a:first-child {
      margin-left: 0; }

.bg-orange {
  background: var(--primary-color, #fe6600); }

.text-orange {
  color: #fe6600; }

.header-upper {
  background: #fff; }
  .header-upper .header-inner {
    position: relative;
    padding: 4px 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease; }
    .header-upper .header-inner img {
      max-width: 100%;
      display: inline-block; }
  .header-upper .main-menu .navigation li {
    float: left;
    padding: 15px 25px;
    position: relative; }
    .header-upper .main-menu .navigation li a {
      position: relative;
      display: block;
      font-weight: 700;
      opacity: 1;
      text-transform: capitalize;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease; }
  .header-upper .menu-number {
    font-size: 25px;
    display: flex;
    align-items: center; }
    .header-upper .menu-number i {
      width: 52px;
      height: 52px;
      line-height: 52px;
      text-align: center;
      margin-right: 18px;
      border-radius: 12px;
      background: #fff1e7;
      color: #fe6600; }

.overlay {
  z-index: 1; }
  .overlay:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.3;
    background: #000000; }

.hero-home {
  background: url(../images/hero-bg.jpg); }

.hero-open-lock {
  background: url(../images/hero-bg2.jpg); }

.hero-lock-types {
  background: url(../images/hero-bg3.jpg); }

.hero-lock-change {
  background: url(../images/hero-bg4.jpg); }

.hero {
  height: 800px;
  margin-top: 50px;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  display: flex;
  align-items: center;
  text-shadow: 0 1px 1px #000;
  position: relative;
  overflow: hidden; }
  .hero h1 {
    color: #ffffff;
    margin: 35px 0 45px;
    line-height: 1.1;
    font-size: 70px;
    font-weight: 700; }
    .hero h1 span {
      display: inline-block; }
    .hero h1 .last:after {
      content: '.';
      color: var(--primary-color, #fe6600); }
  .hero .sub-title {
    font-weight: 700;
    font-size: 30px;
    color: #fff; }
    .hero .sub-title a {
      color: #C4210E; }
  .hero .content {
    border-left: 3px solid #fe6600;
    padding-left: 20px;
    color: #fff;
    max-width: 50%; }
  .hero .hero-inner {
    position: relative;
    z-index: 2; }

.content h4, .content h2 {
  color: #fe6600;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  font-weight: bold; }

.content h2 {
  color: #3c599a; }

.facts {
  padding: 100px 0;
  min-height: 100px;
  color: #fff; }
  .facts h2 {
    color: #fff; }

.bg_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.border_right {
  border-right: 2px solid orange;
  padding-right: 10px; }

.banner {
  background: #ff3b3e;
  border-radius: 10px; }
  .banner .banner-content {
    padding: 60px 0px; }
    .banner .banner-content .banner_text {
      padding-left: 70px;
      padding-right: 70px;
      border-right: 1px solid #ffffff;
      font-size: 36px;
      font-weight: 700;
      color: #ffffff; }
    .banner .banner-content .banner_phone {
      display: flex;
      align-items: center;
      height: 100%; }
      .banner .banner-content .banner_phone img {
        margin-right: 15px; }
      .banner .banner-content .banner_phone span {
        font-size: 36px;
        font-weight: 800; }
        .banner .banner-content .banner_phone span a {
          color: #ffffff; }

.box-content {
  padding: 30px 0 0; }
  .box-content h2 {
    font-size: 40px; }
  .box-content h3 {
    font-size: 18px;
    color: #fe6600; }
  .box-content h4 {
    font-size: 30px; }

.check-orange {
  list-style: none; }
  .check-orange li {
    margin-bottom: .7em;
    padding-left: 10px; }
    .check-orange li i {
      margin-right: 10px;
      color: #fe6600; }

.check-green {
  list-style: none; }
  .check-green li {
    margin-bottom: .7em;
    padding-left: 10px; }
    .check-green li i {
      margin-right: 10px;
      color: #4fce6a; }

.border_bottom {
  border-bottom: 2px solid #fe6600; }

.red {
  color: #ff0000; }

.orange {
  color: #fe6600; }

.strong {
  font-weight: 700; }

.side_panel .side_box {
  border: 2px solid #dadfe1;
  background-color: #fff;
  border-radius: 10px;
  background-clip: padding-box;
  margin-bottom: 24px;
  overflow: hidden;
  padding: 24px; }
  .side_panel .side_box .quotes h3 {
    font-size: 20px;
    margin-bottom: 8px; }
  .side_panel .side_box .quotes blockquote {
    font-size: .875rem;
    margin: 0; }
  .side_panel .side_box .own-rating {
    box-shadow: none;
    border-bottom: 0;
    width: 100%;
    margin-bottom: 16px;
    overflow: visible;
    display: flex;
    flex-direction: row;
    align-items: baseline; }
    .side_panel .side_box .own-rating .rating {
      float: left;
      margin-right: 14px; }
    .side_panel .side_box .own-rating .star-progress {
      width: 81px;
      height: 15px;
      background-image: url(../images/star-orange.png);
      background-position: 0 0;
      background-size: contain;
      margin-right: 14px; }

@media only screen and (max-width: 575px) {
  .header-top {
    display: none !important; }
  .navbar-light .navbar-brand img {
    max-width: 160px; }
  .navbar-collapse {
    padding: 10px 10px;
    background: #dbdbdb;
    margin: 10px -20px;
    border-radius: 10px; }
  .desktop {
    display: none !important; } }

#callnowbutton {
  display: none;
  position: fixed;
  text-decoration: none;
  z-index: 9999;
  width: 64px;
  height: 64px;
  border-radius: 80px;
  bottom: 15px;
  right: 20px;
  background-image: url(/static/s-pc1/images/mob-click.png); }

@media only screen and (max-width: 768px) {
  #callnowbutton {
    display: block; }
  .hero {
    height: 625px; }
    .hero h1 {
      font-size: 40px; }
    .hero .content {
      max-width: 100%; }
  .banner .banner-content .banner_text {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px; }
  .banner .banner-content .banner_phone {
    display: block;
    align-items: center;
    height: 100%;
    text-align: center; }
    .banner .banner-content .banner_phone img {
      margin-right: 15px; }
    .banner .banner-content .banner_phone span {
      display: block; }
  footer .footer-top .footer_contact .contact_info {
    padding: 0px 0px 30px 10px; } }
