body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height:17px;
  color: #000;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: 'liga';
  -ms-font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: '__Helvetica Neue LT Std_5';
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}
p {
  color: #787878;
  font-family: '__Helvetica Neue LT Std_5';
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  padding:0;
}
@font-face{
  font-family: '__Helvetica Neue LT Std_5';
  src:url(../fonts/helveticaneueltstd-lt_1.woff);
  font-style: normal;
  font-weight: 300;
}
@font-face{
  font-family: '__Helvetica Neue LT Std_5';
  src:url(../fonts/helveticaneueltstd-roman.woff);
  font-style: normal;
  font-weight:400;
}
@font-face{
  font-family: '__Helvetica Neue LT Std_5';
  src:url(../fonts/helveticaneueltstd-hv.woff);
  font-style: normal;
  font-weight:700;
}
@media (min-width: 1200px){
  .container {
      max-width: 1300px!important;
  }
}


.long-image{
  height: 100%;
}
section.image-seciton img {
  width: 100%;
  height: 100%;
}
.ada-image{
  height: 100%;
}
.pr0{
  padding-right: 0;
}
.pl0{
  padding-left: 0;
}
input:hover, input:focus {
  outline: none !important;
}
button.navbar-toggler:hover {
  background: none!important;
  border: none!important;
}
a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  color: #ff7e5f;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
h2 {
  font-size: 44px;
  line-height: 28px;
  color: #191d34;
  font-weight: 600;
  line-height: 1.222;
}
h3 {
  font-size: 24px;
  line-height: 25px;
}
h5 {
  font-size: 18px;
  line-height: 22px;
}  
b,
sup,
sub,
u,
del {
  color: #fe5c24;
}
h2 {
  font-size: 30px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
img {
  max-width: 100%;
}
a:focus, .button:focus, button:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.z_index {
  z-index: 9 !important;
  position: relative;
}  
.sub_menu {
  background-color: #fff;
  padding: 28px 0px 40px 0;
}
  section.heading {
    padding: 50px 0 30px 0;
    text-align: center;
}
a.header-logo {
  padding-left: 17px;
}
.main_menu .navbar-brand {
  padding-top: 0rem;
}
.main_menu .navbar {
  padding: 0px;
}
.main_menu .main-menu-item {
  text-align: right !important;
  justify-content: right;
}
.main_menu .main-menu-item ul li .nav-link {
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 15px 40px;
  font-family: '__Helvetica Neue LT Std_5';
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}
.main_menu .main-menu-item ul li .nav-link:hover {
  color: #fff;
  background: #3CC3F0;
}
.navbar-light .navbar-nav .nav-link:focus{
  color: #fff;
  background: #3CC3F0;
}
.menu_fixed {
  position: fixed;
  z-index: 9999 !important;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  top: 0;
}
.menu_fixed .navbar-brand img {
  max-width: 150px;
}
.menu_fixed .main-menu-item ul li .nav-link {
  padding: 25px 25px;
}
.menu_fixed span {
  color: #000 !important;
}
.navbar-nav{
  justify-content: space-between;
  width: 100%;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown .dropdown-menu {
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  margin-top: 0px;
  border: 0px solid rgba(0, 0, 0, 0.15) !important;
  background-color: #fafafa;
}
.dropdown:hover .dropdown-menu {
  transform: scale(1);
}
.inner-tab{
  text-align: center;
}
.hw-image {
  margin-bottom: 15px;
}
.access-image {
  margin-bottom: 15px;
}
.relative{
  position: relative;
}
.overlay-img {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
}
.bg-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}
.bg-text h1{
  color: #fff;
  text-align: left;
    padding-left: 25px;
}
.overlay-img2 {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
}
.text-center.bg-text2 {
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 40px 45px;
}
.overlay-inner {
  position: absolute;
  top: 75px;
  left: 648px;
  right: 0;
}
.text-center.bg-text2 img {
  width: auto;
  padding-bottom: 25px;
}
.new-overlay{
  position: absolute;
  top:0;
}
.relative:hover .overlay-img {
  opacity: 0;
  transition: 0.5s;
}
section.tab-view ul {
  width: 100%;
  padding: 0 34px;
}
section.tab-view .nav-tabs {
  border: none;
}
.service-open img {
  width: 100%;
}

.btn-get {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.banner_part {
  height: 541px;
  position: relative;
  overflow: hidden;
  background-image: url(../images/sbanner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.acs-banner{
  background-image: url(../images/abanner.jpg)!important;
}
.banner_part .banner_text {
  display: table;
  width: 100%;
  height: 541px;
}
.banner_part .banner_text .banner_text_iner {
  vertical-align: middle;
}
.banner_text.text-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_part .banner_text h1 {
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 0px;
}
input:focus {
  outline-offset: 0px;
}
.form-control:focus {
  box-shadow: 0 0 0 0rem;
}
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
button:hover {
  color: #fff!important;
  background-color: #0191f1!important;
  border-color: #0191f1!important;
}
.mobile-logo{
  display:none;
}
.navbar-collapse ul li a {
  text-transform: capitalize!important;
  font-weight: 500;
}
.main_menu_iner {
  background: #0191F1;
}
.get-button {
  padding-right: 30px;
  padding-top: 10px;
}
.lget-btn {
  background: none;
  color: #0191f1;
  border-radius: 50px;
  padding: 14px 50px;
  font-size: 18px;
  line-height: 22px;
  font-family: '__Helvetica Neue LT Std_5';
  font-weight: 400;
  border: 2px solid #0191f1;
}
.main_menu .main-menu-item ul li:last-child .nav-link {
  padding-right: 12px;
}
.main_menu .main-menu-item ul li:first-child .nav-link {
  padding-left: 27px;
}
.tab-view {
  padding-top: 70px;
}
.about-tab {
  padding: 130px 0;
}
.service-tab {
  padding: 130px 0;
}
.about-tab:hover {
  background: #D1D1D1;
}
.service-tab:hover {
  background: #D1D1D1;
}
.tab-view a.active .actv-tab{
  background: #ECF6FC;
}
.tab-view a.active .actv-tab h1{
  color: #545454;
}
.tab-content {
  padding: 40px 34px;
}
.about-open {
  padding-top: 50px;
}
.footer-inner {
  border-style: solid;
  border-color: #787878;
  border-width: 2px 0px 0px;
  padding-top: 50px;
}
.copy-right img {
  width: 258px;
  height: 46px;
}
.copy-right p {
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  padding-top: 12px;
}
.footer-links p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  padding-bottom: 35px;
}
.footer-social p {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-align: center;
}
.footer-social .get-button {
  text-align: right;
  padding-right: 10px;
}
.social-link {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}
.social-link a {
  padding-right: 36px;
}
.social-link a:last-child {
  padding-right: 0;
}
.social-link a:first-child {
  padding-left: 30px;
}
/*service*/
section.para-texting {
  padding: 60px 0;
  text-align: center;
}
section.service-three h1 {
  padding-top: 25px;
  padding-bottom: 15px;
}
section.service-three {
  padding-bottom: 100px;
}
.service-cont {
  height: 360px;
}
section.service-three img {
  width: 100%;
}
.srvc-mob-head h1 {
  font-size: 60px;
  position: relative;
  color: #0191F1;
}
.srvc-mob-head h1:after {
  content: "";
  height: 3px;
  width: 80px;
  background: #0191F1;
  display: block;
  position: absolute;
  left: 40%;
  top: 62px;
}
.banner_text_iner h1{
  position: relative;
  color: #0191F1;
}
.banner_text_iner h1:after {
  content: "";
  height: 5px;
  width: 90px;
  background: #0191F1;
  display: block;
  position: absolute;
  left: 40%;
  top: 100px;
}
section.access-sect {
  padding-top: 70px;
}
/* access & control */
section.access-bg-sect {
  padding: 70px 0;
}
.access-cont p {
  margin-bottom: 30px;
}
.access-bg {
  height: 580px;
  position: relative;
  overflow: hidden;
  background-image: url(../images/atouch2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.acs-bg-txt {
  padding-left: 30px;
  padding-top: 30px;
}
.acs-bg-txt h1 {
  color: #fff;
}
.acs-bg-txt p {
  color: #fff;
  padding-top: 20px;
}
.access-cont {
  padding-top: 20px;
}
/* door */
.d-banner{
  height: 541px;
  position: relative;
  overflow: hidden;
  background-image: url(../images/dbanner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.d-sect .access-cont {
  padding-top: 30px;
}
.d-three {
  padding-top: 70px;
}
.door-head-height {
  height: 136px;
}
/* locksmith */
.lock-bnr{
  background-image: url(../images/lsbanner.jpg)!important;
}
.lock-sect {
  padding-bottom: 70px;
}
/* contact */
.contact-bnr {
  background-image: url(../images/lcbanner.jpg);
}
.contact-text {
  padding-left: 160px!important;
  padding-right: 160px!important;
}
.bids h1 {
    line-height: 84px;
    font-size: 70px;
    font-weight: 700;
    color: #0191f1;
    padding-left: 15px;
}
.bids {
    border-left: 4px solid #0191f1;
}
section.contact-two {
  padding-left: 160px;
  padding-right: 160px;
  padding-bottom: 50px;
}
.cnt-img li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
span.cnt-info {
  padding-left: 45px;
}
section.contact-two .delivery:first-child {
  padding-bottom: 50px;
}
span.cnt-info h2 {
  line-height: 30px;
  color: #0191F1;
  font-size: 25px;
}
span.cnt-info h1 {
  color: #787878;
  line-height: 48px;
}
span.cnt-info p, h1, h2{
  word-break: break-all;
}
/* get quote */
section.contact-form {
  background: #ecf6fc;
  margin-top: 70px;
  padding: 70px 0;
}
.form-contact label {
  line-height: 20px;
  font-size: 20px;
  color: #787878;
  font-weight: 300;
  margin-bottom: 6px;
}
.form-contact label span {
  color: #FF0000;
}
.form-contact .form-group {
  margin-bottom: 59px;
}
.form-contact .form-control {
  border: 1px solid transparent;
  height: 45px;
  padding-left: 10px;
  font-size: 13px;
  padding-top: 0;
  border-radius: 0;
}
.form-contact textarea{
  padding-top: 10px!important;
}
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-contact .form-control::placeholder {
  color: #D2D2D2;
  font-size: 16px;
  line-height: 16px;
}
.form-contact textarea {
  height: 100% !important;
}
.contact_form button {
  border: none;
  position: relative;
  background-color: #0191F1;
  border-width: 0px;
  border-color: transparent;
  border-radius: 17px;
  text-align: center;
  padding: 8px 60px;
  line-height: 18px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
}
.get-banner{
  background-image: url(../images/lgbanner.jpg);
}
/* products */
.prod-para .para-text {
  padding: 28px!important;
  background-color: #ECF6FC;
  text-align: left!important;
}
.prod h1 {
  line-height: 30px;
  font-size: 25px;
  text-align: center;
  margin-bottom: 15px;
}
.prod .delivery {
  text-align: center;
}
/* detail */
.detail {
  padding-top: 110px!important;
  padding-bottom: 70px;
}
.detail .access-cont {
  padding-top: 50px;
}
.detail .serv-img {
  text-align: center;
}
.detail .access-cont h1 {
  margin-bottom: 25px;
}
.detail .access-cont p {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
section.service-three {
  padding-bottom: 10px;
}
section.service-three .lget-btn {
  margin-top: 40px;
  margin-bottom: 40px;
}
.service-cont {
  height: auto;
}
.social-link {
  padding-top: 0px;
}
.footer-desktop{
  display: none;
}
.copy-right {
  padding-bottom: 25px;
  text-align: center;
}
.footer-links p {
  text-align: center;
}
.mobile-logo{
  padding-left: 10px;
  margin-right: 0;
}
.overlay-img {
  position: relative;
}
.bg-text {
  position: relative;
}
.bg-text h1 {
  color: #000;
  text-align: center;
  padding: 20px 0;
}
.main_menu_iner .p0 {
  padding: 0;
}
.pr0 {
  padding-right: 15px;
}
.mobile-logo {
  display: block;
}
.sub_menu{
  display: none;
}
.main_menu_iner {
  padding: 20px 0px;
  background: #fff;
}
.navbar-light .navbar-toggler {
  border-color: transparent;
}
.navbar-collapse {
  z-index: 9999 !important;
  position: absolute;
  left: 0;
  top: 105px;
  width: 100%;
  background-color: #0191f1;
  text-align: center !important;
  padding: 30px;
}
.dropdown .dropdown-menu {
  transform: scale(1, 0);
  display: none;
}
.dropdown:hover .dropdown-menu {
  transform: scale(1);
  display: block;
}
.main_menu .main-menu-item {
  text-align: left !important;
}
.main_menu .main-menu-item .nav-item {
  padding: 10px 15px !important;
}
.main_menu .main-menu-item .nav-item a {
  padding: 8px 15px !important;
}
}
@media (min-width: 992px) {
  .footer-mobile{
    display:none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .overlay-inner {
    top: 5px;
    left: 192px;
}
.text-center.bg-text2 {
  width: 96%;
  padding: 17px 25px;
}
.text-center.bg-text2 p {
  font-size: 16px;
}
  .contact-text{
    padding-left: 0!important;
    padding-right: 0!important;
  }
  section.contact-two {
    padding-left: 0px;
    padding-right: 0px;
}
  .access-bg {
    height: 475px;
    background-position: 87% 100%;
}
  .door-head-height {
    height: 95px;
}
  .about-tab {
    padding: 50px 0;
}
.service-tab {
  padding: 50px 0;
}
  .banner_part {
    height: 320px;
    background-color: #f0eed4;
  }
  .banner_part .banner_text {
    text-align: center;
    padding-top: 0px;
    height: 320px;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .overlay-inner {
    top: 26px;
    left: 375px;
}
.text-center.bg-text2 {
  padding: 17px 25px;
}
  .contact-text {
    padding-left: 67px!important;
    padding-right: 67px!important;
}
section.contact-two {
  padding-left: 72px;
  padding-right: 72px;
}
.acs-banner .banner_text_iner h1:after {
  top: 150px;
}
.lock-bnr .banner_text_iner h1:after {
  top: 85px;
}
.access-bg {
  height: 690px;
}
.d-banner .banner_text_iner h1:after {
  top: 150px;
}
.door-head-height h1 {
  font-size: 37px;
}
  .service-cont {
    height: 410px;
  }
  .footer-social .lget-btn {
    padding: 14px 35px;
  }
  .social-link a:first-child {
    padding-left: 0;
  }
  .copy-right img {
    height: auto;
  }
  .bg-text h1 {
    font-size: 32px;
  }
  .main_menu .navbar-brand img {
    max-width: 200px;
  }
  .main_menu .main-menu-item ul li .nav-link {
    padding: 15px 10px;
  }
  .banner_part {
    background-size: cover;
    height: 410px;
  }
  .banner_part .banner_text {
    height: 410px;
  }
}
@media (max-width: 768px) {
.contact-text {
  padding-left: 0px!important;
  padding-right: 0px!important;
}
section.contact-two {
  padding-left: 0px;
  padding-right: 0px;
}
.bids {
  margin-bottom: 60px;
}
.copy-right {
  padding-bottom: 25px;
  text-align: center;
}
.footer-links {
  padding-top: 20px;
}
.social-link a:first-child {
  padding-left: 0;
}
header.main_menu .lget-btn {
  display: none;
}
.about-tab {
  padding: 0px 0;
}
.service-tab {
  padding: 30px 0;
}
.tab-view {
  padding-top: 0px;
}
.mob-tc{
  text-align: center;
}
section.heading {
  padding: 30px 0 30px 0;
}
.tab-view-desktop{
  display:none;
}
section.tab-view ul {
  padding: 0 0px;
}
}
@media (min-width: 769px) {
  .tab-view-mobile{
    display:none;
  }
}
@media (max-width: 576px) {
.get-banner{
  background-position: 100% 100%!important;
}
.acs-mob h1:after {
    top: 115px;
}
.d-mob h1:after {
  top: 115px;
}
.banner_part .banner_text h1 {
  display: none;
}
.srvc-mob-head {
  padding-bottom: 0px!important;
  padding-top: 50px!important;
}
  .navbar-collapse {
    top: 68px;
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  h3 {
    font-size: 20px;
  }
  h2 {
    font-size: 22px;
    line-height: 25px;
  }
  .main_menu .navbar-brand img {
    max-width: 240px;
  }
  .banner_part {
    height: 256px;
    background-color: #f0eed4;
  }
}
@media (min-width: 577px) {
  .srvc-mob-head{
    display:none;
  }
}
@media (max-width: 425px) {
  .access-bg {
    height: 1022px;
    background-position: 76% 100%;
}
  .banner_part {
    height: 256px;
    background-color: #f0eed4;
    background-position: 0% 100%;
  }
}
@media only screen and (min-width: 426px) and (max-width: 576px) {
  .lck-mob h1:after {
    top: 70px;
}
  .banner_part {
    height: 256px;
    background-color: #f0eed4;
    background-position: 0% 100%;
  }
  .acs-banner {
    height: 310px;
}
.access-bg {
  height: 760px;
  background-position: 82% 100%;
}
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .navbar-collapse {
    top: 81px;
  }
.acs-banner .banner_text {
    text-align: end!important;
}
.acs-banner .banner_text_iner h1:after {
  left: 65%;
  top: 149px;
}
.lock-bnr .banner_text_iner h1:after {
  left: 36%;
  top: 85px;
}
  .access-bg {
    height: 630px;
    background-position: 83% 100%;
}
  .d-banner .banner_text_iner h1:after {
    left: 65%;
    top: 149px;
}
  .d-banner .banner_text {
    text-align: end!important;
}
  .main_menu .navbar-brand img {
    max-width: 310px;
  }
  .banner_part {
    height: 240px;
    background-color: #f0eed4;
  }
  .banner_part .banner_text {
    text-align: center;
    padding-top: 0px;
    height: 240px;
    justify-content: flex-end;
  }
}
