@charset "utf-8";
/* CSS Document */

/* Float Elements
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pf_din_text_comp_proregular';
    src: url('../fonts/ufonts.com_pfdintextcomppro-regular-webfont.eot');
    src: url('../fonts/ufonts.com_pfdintextcomppro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ufonts.com_pfdintextcomppro-regular-webfont.woff') format('woff'),
         url('../fonts/ufonts.com_pfdintextcomppro-regular-webfont.ttf') format('truetype'),
         url('../fonts/ufonts.com_pfdintextcomppro-regular-webfont.svg#pf_din_text_comp_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-reg-webfont.eot');
    src: url('../fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-reg-webfont.woff2') format('woff2'),
         url('../fonts/lato-reg-webfont.woff') format('woff'),
         url('../fonts/lato-reg-webfont.ttf') format('truetype'),
         url('../fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

img {max-width:100%;}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a{
	color:#0047bd;
	transition:opacity ease-in-out  0.2s;
}
a:hover{ opacity:0.7}
h1{
	font-size:40px;
	font-family:Verdana;
}
h3{
	font-family: 'pf_din_text_comp_proregular';
	font-size:35px;
	font-weight:normal;
}


/* Primary Styles
---------------------------------*/
body{
	background:#fff;
	font-family: 'open_sanslight';
	font-size:15px;
	font-weight:normal;
	color:#4c4c4c;
	margin:0;
}

/* Wrapper
---------------------------------*/
.wrapper
{
	max-width:1800px;
	padding-right:15px;
	padding-left:15px;
	margin:0 auto;
}
.logo{
  transition: all 0.6s ease-in-out;
	display:inline-block;
	float:left;
	margin-right:20px;
}
.header{
	padding:22px 0;
	width:100%;
	left:0;
	top:0;
	z-index:1;
	position:fixed;
	transition:all 0.3s ease-in-out;
}
.header.top{
	z-index:9998;
}
.header.active{
	background:#000;
	padding:12px 0;
}
.header img{ vertical-align:top;}
.header-right{
	width:75.1412429378531%;
	float:right;
	padding:22px 0;
}
.main-nav{
  margin-right: 255px;
	padding:7px 0;
}
.main-nav ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.main-nav ul li{
	font-family: 'open_sanslight';
	float:left;
	font-size:18px;
	margin-right:10px;
  position: relative;
}
.main-nav ul li a{
	color:#ffffff;
	text-decoration:none;
	display:inline-block;
	padding:8px;
}
.main-nav ul li .dropdown-menu {
  background: black;
}
.main-nav ul li .dropdown-menu a {
  font-size: 14px;
  display: block;
}
.main-nav ul li .dropdown-menu li {
  min-width: 180px;
  margin-right: 0px;
}







.calling{
	float:right;
	font-family: 'open_sanssemibold';
	font-size:26px;
	color:#fff;
  position: relative;
}

.aloa {
  position: absolute;
  left: -120px;
  top: 0;
}

.aloa2 {
  margin: auto;
  width: 44px;
}

.header.active .aloa {
  width: 45px;
}

.header.even .aloa {
  width: 67px;
}


.lisence {
  display: block;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

.keysearchwrapouter{


  width: 70%;
  margin: auto;
  position: absolute;
  top: 50%; left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);

	color:#fff;
	z-index:2;
}
.keysearchwrapouter .wrapper{
	max-width:855px;
}
.keysearchwrapouter h2,.keysearchwrapouter h4{
	text-align:center;
}
.keysearchwrapouter h4{
	font-size:30px;
	font-family: 'open_sanslight';
	margin:10px 0 15px;
}
.keysearchwrapouter h2{
	font-size:60px;
	font-family:Verdana;
	margin:15px 0 30px;
}
.keysearch-form{
	margin:0 20px;
	background:rgba(10,13,15,0.75);
	padding:0 0 10px;
}
.keysearch-form h3{
	font-family: 'open_sansregular';
	padding:10px 20px;
	line-height:30px;
	text-transform:uppercase;
	font-size:15px;
	background:#0a0d0f;
	margin:0;
}
.select-key{
	float:left;
	padding:0 20px;
	margin:20px 0;
	width:33.333%;
	position:relative;
}
.select-key label{
	display:block;
	margin-bottom:5px;
	font-size:15px;
	color:#bcbcbc;
	font-family: 'open_sansbold';

}
.select-key select{
	width:100%;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	border:0px;
	height:37px;
	background:#262a2d;
	position:relative;
	font-size:16px;
	color:#fff;
	padding:0 5px;
}
.select-key select option{
	padding:6px;
	border:0;
	outline:0;
	border-bottom:1px solid #fff;
}
.select-key:after{
	content:"";
	position:absolute;
	right:32px;
	bottom:14px;
	width:0;
	height:0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
}


.banner-slider-wrap{
	position:relative;

}
.banner-right-arrow,.banner-left-arrow{
	width:23px;
	height:37px;
	position:absolute;
	z-index:1000;
	top:50%;
	margin-top:-11px;
	display:block;
	background-repeat:no-repeat;
	background-position:0 0;
}
.banner-right-arrow{
	background-image:url(../img/banner-right-arrow.png);
	right:65px;
}
.banner-left-arrow{
	background-image:url(../img/banner-left-arrow.png);
	left:65px;
}

.block-padding{
	padding:80px 0;
}
.wellcome-carkey{
	text-align:center;
}
.wellcome-carkey h1{
	font-size:40px;
	font-family:Verdana;
	text-transform:uppercase;
	margin-top:0px;
	color:#101010;
}
.wrapper.small{
	max-width:830px;
}
.wrapper.medium{
	max-width:1480px;
}
.carkey-post{
	float:left;
	width:18.96551724137931%;
	margin-right:8.0%;
	margin-top:60px;
	margin-bottom:40px;
	text-align:left;
}
.carkey-post h3{
	color:#101010;
	margin:15px 0 20px;
	text-transform:uppercase;
}
.carkey-post:last-child{
	margin-right:0px;
}
.carkey-post p{
	margin-bottom:25px;
}
.blue-repeater-bg{
	background:url(../img/repeat-pic1.png) 0 0 repeat;
	min-height:300px;
}
.section1{
	min-height:150px;
	background:url(../img/curve-pic1.png) center top no-repeat;
}
.section1_content{
	width:45.19774011299435%;
	color:#fff;
	padding:65px 0;
	font-family: 'open_sansregular';
	min-height:590px;
}
.section1_content h2{
	color:#68c9fb;
	font-weight:normal;
	text-transform:uppercase;
	font-size:40px;
	font-family:Verdana;
	margin:0 0 25px;
	padding-bottom:70px;
	background:url(../img/underline-border2.png) center bottom no-repeat;
}
.three-column-list{
	margin-top:70px;
}
.three-column-list ul{
	padding:0 10px 0 0;
	margin:0px;
	list-style:none;
	float:left;
	min-width:220px;
}
.three-column-list ul li{
	margin-bottom:10px;
	padding-right:20px;
}
.serviceline{
	padding-top:0px;
	padding-bottom:70px;
	text-align:center;
}
.serviceline span{
	font-size:40px;
	margin-bottom:30px;
	font-family:Verdana;
	color:#fefefe;
	display:inline-block;
	margin-right:20px;
	text-transform:uppercase;
}
a.callbtn {
  transition: all 0.5s cubic-bezier(0.96, 0.51, 0.25, 1);
  display:inline-block;
  border:1px solid #ffffff;
  padding: 0px 35px;
  font-size:25px;
  text-decoration:none;
  color:#fefefe;
  font-family: 'pf_din_text_comp_proregular';
}

a.callbtn:hover {
  background-color: rgb(27, 103, 164);
  color: white;
      opacity: 1;
}

.carkey-post a.callbtn {
  border:1px solid rgb(20, 31, 124);
  color: rgb(20, 31, 124);
}

.carkey-post a.callbtn:hover {
  border:1px solid rgb(20, 31, 124);
  color: white;
      opacity: 1;
}

.section1_content .btnwrap {
  display: table;
  width: 100%;
  padding-top: 25px;
  text-align: left;
}

.section1_content.cbp-so-side.cbp-so-side-right .btnwrap {
  display: table;
  width: 100%;
  padding-top: 25px;
  text-align: right;
}

.section1.section2{
	min-height:150px;
	background:url(../img/curve-pic2.png) center top no-repeat;
}
.section1.section2 .section1_content{
	float:right;
	padding:40px 0;
	min-height:10px;
}
.section1.section2 .three-column-list ul li{
	padding-right:0px;
	padding-left:70px;
}

.gallery-slider-wrap{
	position:relative;
}
.galler-arrow-right,.galler-arrow-left{
	position:absolute;
	width:auto;
	height:100%;
	top:0;
	z-index:100;
}
.galler-arrow-right img,.galler-arrow-left img{
	max-height:100%;
	min-height:100%;
}
.galler-arrow-right{
	right:0px;
}
.galler-arrow-left{
	left:0px;
}
.gallery-slide-box{
	width:33.333%;
	float:left;
}
.gallery-slide-box img{
	min-width:100%;
}

.car-key-outer{
	padding:50px 0;
}
.car-key-outer h2{
	font-size:39px;
	font-family:Verdana;
	color:#101010;
	letter-spacing:-1px;
	text-transform:uppercase;
	word-spacing:-2px;
}
.car-key-outer .wrapper.small{
	max-width:870px;
	text-align:center;
}
.car-logo{
	text-align:center;
	margin-top:60px;
}
.car-logo ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.car-logo ul li{
	display:inline-block;
	margin-bottom:40px;
}

.wrapper.car-list{
	max-width:1505px;
}
.car-list ul{
	padding:0px;
	margin:90px 0;
	list-style:none;
	width:13.953488372093023%;
	margin-right:7.508305647840531%;
	float:left;
}
.car-list ul:last-child{
	margin-right:0px;
}
.car-list ul li{
	padding-left:40px;
	background:url(../img/lock-icon.png) left 4px no-repeat;
	font-family: 'latoregular';
	font-size:18px;
	margin-bottom:4px;
}
.car-list ul li a{
	color:#000000;
	text-decoration:none;
	display:block;
}
.align-center{
	text-align:center;
}

.testimonial-outer{
	background-image:url(../img/testimonial-bg.jpg) ;
  background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	padding:55px 0 15px;
}
.testimonialarrow-right{
	width:36px;
	height:64px;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-32px;
	background:url(../img/testimonial-arrow-right.png) 0 0 no-repeat;
	display:block;
	z-index:10;
}
.testimonialarrow-left{
	width:36px;
	height:64px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-32px;
	background:url(../img/testimonial-arrow-left.png) 0 0 no-repeat;
	display:block;
	z-index:10;
}

.testimonial-wrap{
	text-align:center;
	color:#fff;
	font-size:18px;
	font-family: 'latoregular';
}
.testimonial-wrap h2{
	font-size:33px;
	color:#ffffff;
	font-family: 'latoregular';
}
.testimonial-wrap .name{
	color:#fff;
	text-decoration:none;
	font-size:20px;
	display:inline-block;
}
.comment-rate{
	display:inline-block;
}
.comment-rate small{
	font-size:19px;
	color:#000000;
	display:block;
	margin-top:10px;
}
.underline{
	padding-bottom:13px;
	position:relative;
	margin-bottom:30px;
}
.underline:after{
	content:"";
	position:absolute;
	width:140px;
	height:1px;
	background:#fff;
	left:50%;
	margin-left:-70px;
	bottom:0px;
}
.header.bottom{
	position:static;
	background:#630404;
}
.footer{
	background:url(../img/repeat-pic1.png) 0 0 repeat;
	padding-top:80px;
}
.footer .wrapper{
	max-width:1200px;
}
.footer-nav{
	width:25%;
	float:left;
	margin-right:12.5%;
	color:#fff;
	font-family: 'open_sansregular';
	font-size:12px;
	margin-bottom:70px;
}
.footer-nav p{
	margin-bottom:30px;
}
.footer-nav a{
	color:#fff;
	text-decoration:none;
}
.footer-nav:last-child{
	margin-right:0px;
}
.footer-nav h6{
	padding-bottom:20px;
	margin-bottom:20px;
	background:url(../img/border1.png) left bottom no-repeat;
	font-family:Verdana;
	font-size:15px;
}
.footer-nav ul{
	padding:0px;
	margin:0px;
	list-style:none
}
.footer-nav ul li{
	margin-bottom:5px;
}
.social-links h6{
	font-size:12px;
	font-weight:normal;
	padding:0;
	background:none;
	margin-bottom:5px;
	font-family: 'open_sansregular';
}
.social-links ul li{
	display:inline-block;
	margin-right:15px;
}
.footer-nav.contactus{}
.footer-nav.contactus ul li{
	padding-left:30px;
	background-position:left 4px;
	background-repeat:no-repeat;
	margin-bottom:16px;
}
.location{
	background-image:url(../img/location.png);
}
.ph_no{
	background-image:url(../img/calling.png);
}
.emailid{
	background-image:url(../img/message.png);
}
.copyright{
	text-align:center;
	font-size:18px;
	font-family: 'latoregular';
	color:#fff;
}
.copyright span{
	vertical-align:top;
}
.header.even{
	background:#000000;
}
.whatyousee{
	background:url(../img/whatyousee-bg.png) center center no-repeat;
	background-size:cover;
	padding:15px 0;
	color:#fff;
	font-size:36px;
	color:#ffffff;
	font-family:Verdana;
	text-align:center;
}
.whatyousee h2{
	font-family:Verdana;
	font-size:58px;
	margin:0 0 5px;
	font-weight:normal;
	text-transform:uppercase;
}
.key-made{
	padding:0 0 5px;
}
.key-made .wrapper{
	max-width:1460px;
}
.key-made-wrap{
	text-align:center;
/*	padding:0 180px 0 220px;
	min-height:170px;
	background:url(../img/satisfaction.png) left 30% no-repeat, url(../img/minresponse.png) right 30% no-repeat;*/
}
.key-made-wrap h5{
	font-size:16px;
	color:#000000;
	font-family: 'open_sansregular';
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
}
.select-key-type{
	display:inline-block;
	margin-right:40px;
	position:relative;
}


.select-key-type select{
	width:160px;
	position:relative;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	border:0px;
	height:30px;
	background:#fff;
	position:relative;
	border:1px solid #b9b9b9;
	font-size:16px;
	padding:0 5px;
}
.select-key-type select option:first-child{ position:relative;}
.select-key-type select option:first-child:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100px;
	height:200px;
	display:block;
	z-index:10;
	background:#f00;
}
.select-key-type select option{
	padding:6px;
	border-bottom:1px solid #fff;
}
.select-key-type:after{
	content:"";
	position:absolute;
	right:12px;
	bottom:14px;
	width:0;
	height:0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #000 transparent transparent transparent;
}
.key-made-form label{
	color:#5c5c5c;
	font-size:15px;
	font-family: 'open_sansregular';
	margin-right:15px;
}

.form-group {
    margin-bottom: 5px;
}
.key-made-wrap h2 {
	font-size:30px;
  color: #058ac2;
	font-family:Verdana;
	margin:5px 0 10px;
}
.key-made-wrap h3 {
	margin:0;
	color:#b40000;
	font-size:28px;
	font-weight:700;
	font-family:Verdana;
}

.key-view-wrap{}
.key-view-wrap .wrapper{
	max-width:1270px;
}
.sidebar{
  /*
	width:242px;
	float:left;
  */
}
.right-container{
	float:right;
	width:800px;
}
.product-col {
	font-size:15px;
	font-family:Verdana;
	color:#000000;
  padding: 20px 0 20px;
  border-bottom: 1px solid #8a8a8a;
}

.product-col img{
  max-width: 100%;
}
.product-col span{
	display:block;
}
.product-col .price{
	font-weight:700;
	color:#0047bd;
	font-size:56px;
	margin:5px 0;
}
.product-col .labor_included{
	font-size:18px;
	color:#000000;
	font-weight:700;
	margin-bottom:10px;
}
.product-col .call-now{
	font-size:12px;
	color:#ffffff;
	font-weight:700;
	display:inline-block;
	padding:4px 10px;
	background: #b40000;

	margin-bottom:10px;
}
.product-col .save-many{
	color:#0047bd;
	font-weight:700;
	font-size:16px;
}
.product-col a:hover{
	opacity:1;
}
.sidebar h2{
	font-size:18px;
	color:#058ac2;
	font-weight:700;
	font-family:Verdana;
	text-align:center;
	text-transform:uppercase;
	padding-bottom:10px;
	margin-bottom:15px;
	background:url(../img/border2.png) bottom center no-repeat;
}
.sidebar-widget{
	margin-bottom:70px;
	text-align:center;
}
.whatyouget ol{
	padding:0px;
	color:#fff;
	font-family:Verdana;
}
.whatyouget  li{
	padding:5px 0 43px 30px;
	background:url(../img/bg1.png) 0 0 no-repeat;
	list-style-position:inside;
	font-size:26px;
	text-align:left;
}
.whatyouget  li a {
	color:#fff;
	text-decoration:none;
	margin-left:10px;
	text-transform:uppercase;
	font-family:Verdana;
	font-size:9.5px;
	position:relative;
	top:-5px;
}
.whatyouget.reason ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.whatyouget.reason li{
	background:url(../img/bg2.png) 0 0 no-repeat;
	position:relative;
}
.whatyouget.reason li:nth-child(1):after{
	background:url(../img/icon1.png) left center no-repeat;
    content: "";
    height: 31px;
    left: 18px;
    position: absolute;
    top: 6px;
    width: 35px;
    z-index: 10;
}
.whatyouget.reason li:nth-child(2):after{
	background:url(../img/icon2.png) left center no-repeat;
    content: "";
    height: 20px;
    left: 13px;
    position: absolute;
    top: 13px;
    width: 46px;
    z-index: 10;
}
.whatyouget.reason li:nth-child(3):after{
	background:url(../img/icon3.png) left center no-repeat;
    content: "";
    height: 31px;
    left: 24px;
    position: absolute;
    top: 7px;
    width: 35px;
    z-index: 10;
}
.whatyouget.reason li:nth-child(4):after{
	background:url(../img/icon4.png) left center no-repeat;
    content: "";
    height: 19px;
    left: 18px;
    position: absolute;
    top: 14px;
    width: 37px;
    z-index: 10;
}
.whatyouget.reason li a{
	margin-left:45px;
}
.header-margin{ margin-bottom:142px;}
.whatyouget.reason li{ padding:5px 0 39px 30px;}

.nav-icon{
	width:31px;
	height:31px;
	float:right;
	display:none;
	background:url(../img/nav-icon.png) 0 0 no-repeat;
	margin:15px 0 0 0;
}

#homeSlider {
  background-image: url('../img/slider-pic1.jpg');
  width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;

}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;

}

#testimonials .carousel-control {
  left: auto;
}

/*
#testimonials .carousel-control.right, #testimonials .carousel-control.left {
  background-image: none;
}
*/
.wrapper.testimonial-wrap {
    max-width: 960px;
}

/*
#gallery ul, #gallery ul li {
  margin: 0px;
  padding: 0px;
}
#gallery .carousel-control {
  width: 85px;
}
*/
.search-form {
  padding: 5px;
  z-index: 20;
  background-color: white;
}

.search-form .form-control {
  height: auto;
}

.search-form h5 {
    font-size: 16px;
    color: #000000;
    font-family: 'open_sansregular';
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.shadow {
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
}

.inner {
  background: none;
  min-height: auto;
}


.inner h1 {
  text-transform: uppercase;
  margin: 0;
color: #058ac2;
font-size: 42px;
font-weight: 700;
font-family: Verdana;
}

.sidebar-widget.address {
  text-align: left;
}

.sidebar-widget.address h2 {

    font-size: 18px;
    color: #058ac2;
    font-weight: 700;
    font-family: Verdana;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 15px;
    background: url(../img/border2.png) bottom center no-repeat;

}

.sidebar-widget.address .result-right-sidebar li {
  display: block;
  border-bottom: 1px solid #bbb;
  padding: 10px;
  text-decoration: none;
  color: black;
  font-size: 12px;
}
.sidebar-widget.address .result-right-sidebar li.qt {
  font-weight: bold;
  font-size: 14px;
}

.sidebar-widget.address .result-right-sidebar li:before {
  content: "\e013";
      font-family: 'Glyphicons Halflings';
      padding-right: 5px;
      color: rgb(44, 120, 34);
      font-size: 18px;
}

.sidebar-widget.address .result-right-sidebar li:hover {
opacity: 1;
background: #058ac2;
color: white;
}

.sidebar-widget.address .result-right-sidebar li:hover:before {
padding-left: 10px;
color: white;
}

.sidebar-widget.testimonial {
  padding-left: 28px;
  position: relative;
}
.sidebar-widget.testimonial span {
  display: block;
  text-align: right;
font-style: italic;
}

.sidebar-widget.testimonial:before {
  content: url('../img/quote.jpg');
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.sidebar-widget.testimonial #testimonials-sidebar {
  line-height: 1.8;
  border: 4px solid #002767;
  text-align: left;
  padding: 8px;
  padding-left: 41px;
  padding-top: 18px;
    padding-bottom: 20px;
  border-radius: 9px;
}

.whatyousee.inner-banner {
  padding: 30px;
  background: none;
  background-image: url('../img/inner-banner.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.whatyousee.inner-banner h2 {
text-shadow: 0px 3px 3px rgba(150, 150, 150, 1);
padding: 50px;
=
}

.inner-bottom-block {
  margin-top: 60px;
  padding-top: 20px;
  display: table;
  width: 100%;
  border-top: 1px solid #424242;
  margin-bottom: 30px;
}

.inner-bottom-block h3 {
  text-transform: uppercase;
  font-size: 21px;
  position: relative;
  vertical-align: middle;
}

.inner-bottom-block img {
  width: 100px;
}

#makeSlider {
  margin-top: 10px;
}
#map {
    width: 100%;
    height: 300px;
}

.services-page h2 {
    font-size: 18px;
    color: #c7081b;
    font-weight: 700;
    font-family: Verdana;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 15px;
    background: url(../img/border2.png) bottom left no-repeat;
}



.dbtn {
  display: inline-block;
  border: 1px solid #ffffff;
  background: #002767;
  padding: 3px 40px;
  font-size: 30px;
  text-decoration: none;
  color: #fefefe;
  font-family: 'pf_din_text_comp_proregular';
  margin-bottom: 20px;
}

ul.services-block li {
  margin: 10px;
  width: calc(92%/3);
  padding: 15px;
  color: white;
  background:#002767;
  text-align: center;
  min-height: 254px;
  vertical-align: top;
}
ul.services-block img {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

ul.services-block div {
font-size: 18px;
font-weight: bold;
}

ul.services-list, ul.services-list li {
  margin-top: 10px;
  text-align: center;
  font-size: 26px;
  padding: 10px;
}

.form-control {
  border-radius: 0px;
  height: 50px;
}

/* preloader */

.preloader {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #FFF;
  background-image: url(../img/preloader.jpg);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: fixed;
  overflow-y: hidden;
}
.preloader div {
  margin: auto;
  position: absolute;
  text-align: center;
  top: 30%;
  left: 0;
  bottom: 0;
  right: 0;
}
.preloader div img {
  margin: auto;
  margin-bottom: 30px;
}

.header.active .logo {
      width: 95px;
      margin: 8px 0;
}

.header.active {
    padding: 0px;
}
.header.active .header-right {
    padding: 5px 0;
}

.calling-top {
    background: white;
    color: black;
    font-size: 18px;
    padding: 12px 5px;
    margin-bottom: 5px;
    font-weight: bold;
    position: fixed;
    width: 100%;
    z-index: 9999;
  
}


.carkey-post img {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.carkey-post img:hover {
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.scrollicon {
  text-align: center;
  margin: auto;
  position: absolute;
  bottom: 4%;
  left: 0;
  right: 0;
}

.scrollicon img {
  cursor: pointer;
}

.header.bottom .btnwrap {
  float: right;
  margin: 6px 20px;
  display: none;
}

.index .header.bottom .btnwrap {
  display: block;
}
ul.list-bullets li:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  margin-right: 5px;
}

.copyright a {
  color: white;
  vertical-align: top;
}

img.sideImg {
  margin: auto;
}


.result-right-sidebar {
  padding-top: 20px;
}

.result-right-sidebar a {
  display: block;
  border-bottom: 1px solid #bbb;
  padding: 10px;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
}

.result-right-sidebar a:before {
  content: "\e258";
      font-family: 'Glyphicons Halflings';
      padding-right: 10px;
}

.result-right-sidebar a:hover {
opacity: 1;
background: #058ac2;
color: white;
}

.result-right-sidebar a:hover:before {
padding-left: 10px;
}

.acceptCC {
margin: 20px auto;
}




.banner-form-area{
    display: none;
}
.banner-list-area{
    padding-top: 50px;
    color: #fff;
}
.banner-list-area p{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    font-family: Verdana;
}
.banner-list-area ul{
    
}
.banner-list-area ul li{
    font-size: 20px;
    padding-top: 5px;
    display: block;
    font-weight: bold;
}
.banner-list-area ul li:before{
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    margin-right: 6px;
}

.mobile-banner-button{
   text-align: center;
   margin-top: 40px;
}
.mobile-banner-button a{
    color: #fff;
    background: #00a0fb;
    border: 2px solid #00a0fb;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}
.mobile-banner-button a:hover{
    background: #0398ec;
    text-decoration: none;
    border: 2px solid #0398ec;
}



