@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

body {
  background: #fff;
  color: #444;
  font: 20px/34px 'Oswald', sans-serif;
  min-width: 320px;
}

img {
  vertical-align: top;
}

a {
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0 0 10px;
  font-weight: 400;
}

h1 {
  font-size: 50px;
  line-height: 56px;
  margin-bottom: 12px;
}

h2 {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 12px;
}

h3 {
  font-weight: 300;
  font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 12px;
}

h4 {
  font-size: 23px;
  line-height: 32px;
}

p {
  margin-bottom: 1.5em;
}

#page {
  position: relative;
  overflow: hidden;
  min-height: 1080px;
}

.container {
  width: 100%;
  max-width: 1200px;
}

.btn-style1 {
  border: 0;
  font-size: 30px;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 10px;
  height: 63px;
  background-color: #f08605;
  border-radius: 4px;
  box-shadow: 0 5px 0 #d27504, inset 0 0 4px rgba(255, 255, 190, 0.16);
}

.btn-style1:hover,
.btn-style1:focus {
  color: #fff;
  opacity: 0.8;
  outline: none;
  text-decoration: none;
}

.btn-style2 {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  font-size: 38px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 20px 25px;
  height: 92px;
  background-color: #41a7eb;
}

.btn-style2:hover,
.btn-style2:focus {
  color: #fff;
  opacity: 0.8;
  outline: none;
  text-decoration: none;
}

.top-btm-gutter1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-btm-gutter2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.top-btm-gutter3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-btm-gutter4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.top-btm-gutter5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.top-btm-gutter6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.top-btm-gutter7 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.top-btm-gutter8 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.top-btm-gutter9 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.top-gutter9 {
  padding-top: 90px;
}

.d-t {
  display: table;
  width: 100%;
}

.d-t .d-tc {
  display: table-cell;
  vertical-align: middle;
}

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

.bg-cover>img {
    display: none;
}

#header {
  position: relative;
  padding-top: 22px;
  padding-bottom: 18px;
}

.logo-wrap {
  overflow: hidden;
}

.logo-wrap .logo {
  float: left;
}

.logo-wrap .contact-number {
  float: right;
  width: 47%;
  text-align: right;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  padding-top: 10px;
}

.logo-wrap .contact-number a {
  color: #41a7eb;
  font-weight: 700;
  text-transform: uppercase;
}

.logo-wrap .contact-number a span {
  font-weight: 300;
  color: #282828;
}

.logo-wrap .contact-number a span.bracket {
  line-height: 1.05;
  color: #41a7eb;
  vertical-align: top;
}

.consultation-form-wrap {
  overflow: hidden;
  margin-bottom: 80px;
  background: #000 url(../images/banner-img.jpg) no-repeat center;
  background-size: cover;  
  padding: 70px 0;
} 

.intro-block {
  float: left;
  width: 60%;
  padding: 0 40px 0 0;
  color: #fff;
}

.intro-block h1 {
  font-size: 44px;
  line-height: 1.3;
  margin: 0 0 20px;
  font-weight: 400;
}

.promo-list {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  font-size: 22px;
  line-height: 30px;
}

.promo-list li {
  margin-bottom: 20px;
  padding-left: 26px;
  position: relative;
}

.promo-list li:before {
  content: "";
  background: url(../images/icon-bullet.png) no-repeat;
  position: absolute;
  left: 0;
  top: 11px;
  width: 14px;
  height: 9px;
}

.call-us-today {
  position: relative;
}

.call-us-today:after {
  content: "";
  background: url(../images/icon-arrow.png) no-repeat;
  width: 84px;
  height: 37px;
  position: absolute;
  right: 38px;
  top: -20px;
}

.call-us-today:before {
  content: "or";
  font-size: 22px;
  position: absolute;
  right: 30px;
  top: 31px;
  color: #fff;
}

.call-us-today a {
  position: relative;
}

.call-us-today a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 46px 0 46px 34px;
  border-color: transparent transparent transparent #41a7eb;
  position: absolute;
  right: -34px;
  top: 0;
}

.call-us-today a span {
  font-weight: 300;
  vertical-align: top;
  line-height: 1.2;
}

.consultation-form {
  padding: 40px 30px 35px;
  text-align: center;
  float: right;
  width: 40%;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.4);
  margin-top: -695px;
}

.consultation-form .heading-wrap {
  font-weight: 300;
  margin-bottom: 35px;
  color: #282828;
  display: inline-block;
}

.consultation-form h2 {
  font-size: 54px;
  line-height: 1.1;
  font-weight: 700;
  color: #282828;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.consultation-form .heading-wrap .sub-heading {
  margin: 0;
  color: #41a7eb;
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  letter-spacing: 1px;
}

.consultation-form .heading-wrap .sub-heading:before {
  content: "";
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
}

.consultation-form .heading-wrap .sub-heading span {
  display: inline-block;
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.consultation-form .row {
  margin-left: -5px;
  margin-right: -5px;
}

.consultation-form .form-group {
  margin-bottom: 15px;
  width: 100%;
  float: left;
  padding: 0 5px;
}

.consultation-form .form-group.half-width {
  width: 50%;
}

.consultation-form .form-control {
  background: #f9ffff;
  height: 54px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 4px;
  border: 1px solid #d0d5d5;
  color: #bbb;
}

.consultation-form textarea.form-control {
  height: 74px !important;
  width: 100% !important;
}

.consultation-form .btn-submit {
  margin-top: 8px;
  outline: none;
  width: 100%;
  display: block;
}

.consultation-form .form-control.ui-state-error {
    border: 1px solid #FF0000 !important;
}

.consultation-form .thank-you-message .thank-you-heading,
.consultation-form .thank-you-message p {
    color: #333;
}

.two-col {
  overflow: hidden;
  margin: 0 -40px;
}

.two-col .col {
  width: 50%;
  padding: 0 40px;
  float: left;
}

.about-block  {
  margin-bottom: 80px;
}

.about-block .desc {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 11px 19.1px 32px rgba(0, 0, 0, 0.12);
  padding: 90px 70px 75px;
  margin: 0 0 0 -100px;
  position: relative;
  font-size: 24px;
  line-height: 46px;
  font-weight: 300;
}

.about-block .desc:before {
  content: "";
  background: url(../images/icon-key.png) no-repeat;
  width: 127px;
  height: 46px;
  position: absolute;
  right: 32px;
  top: 20px;
}

.about-block .desc:after {
  content: "";
  background: url(../images/icon-keyhole.png) no-repeat;
  width: 187px;
  height: 184px;
  position: absolute;
  right: -92px;
  bottom: -92px;
}

.about-block .desc  h2 {
  color: #f08605;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.about-block  .img-holder img {
  max-width: 100%;
}

.certified-block {
  background: #f8f8f8;
  padding: 20px 0;
}

.certified-block .container {
  max-width: 1350px;
}

.certified-block .desc {
  padding-right: 15px;
}

.certified-block h2 {
  font-size: 48px;
  color: #282828;
  font-weight: 600;
  text-transform: uppercase;
}

.choose-lock h2 {
  display: block;
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  background: #41a7eb;
  padding: 15px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.choose-lock .col {
  color: #bbbbbb;
  font-weight: 300;
  padding: 0;
}

.choose-lock .col-txt {
  background-color: #222222;
  min-height: 355px;
}

.choose-lock .col .img-holder {
  width: 100%;
  min-height: 355px;
}

.choose-lock .col .d-t {
  height: 100%;
}

.choose-lock .col .panel-text {
  padding: 10px 25px;
}

.call-us-block {
  background: #f08605;
  padding: 20px 15px;
  color: #fff;
}

.call-us-block .contact-number a {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.call-us-block .contact-number a:hover,
.call-us-block a:hover {
  text-decoration: underline;
}

.call-us-block .contact-number a span.bracket {
  font-weight: 300;
}

.call-us-block p,
.call-us-block a {
  display: inline-block;
  margin: 0;
  font-size: 24px;
  color: #fff;
}

#footer {
  background: #fbfcfc;
  padding: 20px 0;
  font-size: 16px;
  color: #787878;
}

#footer .copyright p {
  margin: 0;
}

@media (max-width: 1199px) {
  .intro-block {
    float: none;
    width: auto;
    padding: 0;
    text-align: center;
  }

  .form-block {
    margin-bottom: 80px;
  }

  .consultation-form {
    margin-top: 0;
    float: none;
    width: auto;
  }

  .promo-list li {
    padding-left: 0;
  }

  .call-us-today:after,
  .promo-list li:before {
    display: none;
  }

  .call-us-today:before {
    right: 50%;
    bottom: -48px;
    top: auto;
  }
}

@media (max-width: 991px) {
  .form-block,
  .consultation-form-wrap {
    margin-bottom: 50px;
  }
  .about-block {
    text-align: center;
    padding: 0px 0 0;
    margin: 0 0 45px;
  }
  .about-block .d-t,
  .about-block .d-tc {
    display: block;
  }
  .about-block .desc {
    margin: 0;
  }
  .certified-block {
    text-align: center;
    padding: 50px 0 20px;
  }
  .certified-block .d-t,
  .certified-block .d-tc {
    display: block;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 17px;
    line-height: 30px;
  }

  .logo-wrap .logo {
    max-width: 200px;
  }
  .logo-wrap .logo img {
    max-width: 100%;
  }
  .logo-wrap .contact-number {
    width: auto;
    font-size: 20px;
  }

  .consultation-form-wrap {
    padding: 30px 0 70px;
  }

  .intro-block h1 {
    font-size: 25px;
  }

  .promo-list {
    font-size: 16px;
    line-height: 20px;
  }

  .btn-style2 {
    font-size: 20px;
    padding: 15px 15px;
    height: 58px;
  }

  .call-us-today a:before {
    display: none;
  }

  .consultation-form {
    padding: 30px 15px;
  }

  .consultation-form h2 {
    font-size: 30px;
  }

  .consultation-form .heading-wrap .sub-heading {
    font-size: 14px;
  }

  .consultation-form .form-control {
    height: 44px;
    font-size: 14px;
  }

  .btn-style1 {
    font-size: 20px;
    height: 50px;
  }

  .about-block .desc {
    padding: 90px 25px 75px;
    position: relative;
    font-size: 20px;
    line-height: 35px;
  }

  .about-block .desc h2 {
    font-size: 25px;
  }

  .certified-block h2 {
    font-size: 25px;
    line-height: 1.4;
  }

  .certified-block .img-holder img {
    max-width: 100%;
  }

  .choose-lock h2 {
    font-size: 25px;
    line-height: 1.4;
  }

  .call-us-block .contact-number a {
    font-size: 25px;
    margin: 0;
  }

  .call-us-block p, .call-us-block a {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .logo-wrap {
    text-align: center;
  }

  .logo-wrap .logo {
    margin: 0 auto;
    float: none;
    display: inline-block;
  }

  .logo-wrap .contact-number {
    float: none;
    text-align: center;
    display: block;
  }

  .choose-lock .col {
    float: none;
    width: 100% !important;
    right: auto;
    left: auto;
    min-height: 0 !important;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }

  .choose-lock .bg-cover {
    background: none !important;
    text-align: center;
  }

  .choose-lock .bg-cover > img {
    display: inline-block !important;
    max-width: 100%;
  }

  .choose-lock .col .img-holder {
    min-height: 0;
  }
} 

