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


body{
	color:#363f50;
	font-size:15px;
	}
a{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
a:focus{
	outline:none;
	}
img{
	max-width:100%;
	}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	margin-top:0;
	}
.btn{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.btn-default{
	background-color:transparent;
	border-color:#fff;
	color:inherit;
	}
.btn-default:focus,
.btn-default:hover{

	}
.btn-primary{
	}


.overflow-hidden{
	overflow:hidden;
	}

.media-links a {
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50px;
    display: inline-block;
	vertical-align:middle;
    font-size: 0;
    height: 30px;
    margin: 0 3px;
    width: 30px;
}
.media-links a:hover {
    background-color:#fff;
	border-color:#fff !important;
	}
.media-links a.facebook {
    background-image: url("../images/facebook.png");
	border:solid 1px #196a8b;
	}
.media-links a.gplus {
    background-image: url("../images/gplus.png");
	border:solid 1px #e74505;
	}



/* Header start here
====================*/
.header{
	
	}

.top-bar{
	background-color:#0b2a35;
	color:#ffffff;
	text-align:right;
	padding: 5px 0;
	font-size:16px;
	}

.number{
    background: rgba(0, 0, 0, 0) url("../images/phone.png") no-repeat scroll left center;
    border-right: 1px solid #708186;
    display: inline-block;
    margin-right: 10px;
    min-height: 19px;
    padding-left: 26px;
    padding-right: 10px;
	}
.location{
	background:url(../images/location.png) no-repeat left 0px;
	display: inline-block;
    min-height: 20px;
    padding-left: 26px;
	}
.navbar{
	background-color:#fff;
	border:none;
	border-radius:0;
    padding:0;
	margin:0;
	z-index:9999;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}

.navbar-brand{
	height:auto;
	padding-top:12px;
	padding-bottom:11px;
	}


.navbar-nav > li{
	display: inline-block;
    float: none;
    padding-left: 10px;
    vertical-align: middle;
	}
.navbar-nav > li + li:before{
	background-color: #26a5de;
    border-radius: 50%;
    content: "";
    display: inline-block;
    float: left;
    height: 10px;
    margin-left: -10px;
    margin-top: 15px;
    width: 10px;
	}

.navbar-nav > li > a{
	color:#0b2a35;
    font-size: 14px;
	font-weight:bold;
    padding: 10px;
    text-transform: uppercase;
	}
.navbar .nav > li > a:focus{
	background:none;
	}
.navbar .nav > li > a:hover,
.navbar .nav > li.active > a{
	background:none;
	color:#26a9e0;
	}
.navbar-toggle{
	background-color: #26a9e0;
    margin:44px 0 0 0;
	}
.navbar-toggle .icon-bar{
	background-color:#fff;
	}


.navbar.fixed{
	top:-100% !important;
	}
.is-sticky .navbar{
	top:0 !important;
	}
.is-sticky .navbar .navbar-brand{
	padding-top:5px;
	padding-bottom:5px;
	}
.is-sticky .navbar .navbar-brand > img{
	height: 40px;
	}



.banner{
	color:#fff;
	text-align:center;	
    position: relative;
	}
.banner .banner-caption{
	display: inline-block;
    padding: 20px 20px 0;
    position: relative;
	}
.banner-img{
	background:url(../images/main-image-tinting.jpg) no-repeat center bottom;
	background-size:cover;
	min-height:220px;
	}
.banner .banner-caption:before,
.banner .banner-caption:after{
	border-color:#fff;
	border-style:solid;
	border-width:5px 0 0 5px;
    content: "";
    display: inline-block;
    float: left;
    height: 63px;
    left: 0;
    position: absolute;
    top: 0;
    width: 68px;
	}
.banner .banner-caption:after{
	border-width: 0 5px 5px 0;
    bottom: 0;
    left: auto;
    right: 0;
    top: auto;
	}
.banner .banner-caption h1{
	font-family: "AharoniBold";
	font-size:60px;
	text-transform:uppercase;
	margin-bottom:-30px;
	}
.banner .banner-caption h1 span{
	font-family: "ManusTrial";
	font-size:90px;
	text-transform:capitalize;
	}
.banner .banner-caption p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:40px;
	}


/* Content start here
====================*/
.content{}


.content section{
	border-bottom:solid 1px #e2e2e2;
	padding:50px 0;
	position:relative;
	}
.content section:last-child{
	border:none;
	}

.title{
	color: #0b2a35;
    text-transform: uppercase;
	text-align:center;
	margin-bottom:30px;
	position:relative;
	z-index:99;
	}
.gr-bg{
	background-color:#f7f7f7;
	}

.list-style{
	margin:0;
	padding:0;
	list-style:none;
	}
.list-style li{
	background:url(../images/good.png) no-repeat left 5px;
	padding-left:16px;
	}



#services{
	}

.benefits,
.quality,
.service{
	background-image:url(../images/benefits.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:58px;
	}
.quality{
	background-image:url(../images/quality.png);
	}
.service{
	background-image:url(../images/service.png);
	}

.modal{
	z-index:9999;
	font-family: "HelveticaLTStdRoman";
	}
.modal-header{
	background-color: #0b2a35;
    color: #fff;    
    letter-spacing: 5px;
	}
.modal-header .close{
	border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-family: aharonibold;
    height: 30px;
    line-height: 0;
    opacity: 1;
    text-align: center;
/*    text-indent: 4px;*/
    width: 30px;
	}
.modal-backdrop{
	background-color:#fff;
	opacity:0.88;
	}

.btn-primary{
	background-color:#2493c4;
	}

#FreeQuote .modal-body{
	background:url(../images/Free-Quote-bg.jpg) no-repeat right center;
	background-size:cover;
	padding:70px 50px;
	}
#FreeQuote form{
	max-width:310px;
	}
#FreeQuote .form-group{
	margin-bottom:24px;
	}
#FreeQuote .form-control{
	font-size:18px;
	}
#FreeQuote .form-control.error{
	border-color:#f00;
	}
#FreeQuote label.error{
	display: block;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    position: absolute;
	color:#f00;
	}
#FreeQuote .btn-primary{
	padding-top: 20px;
	font-size:28px;
	overflow: hidden;
	position: relative;
	}
	
#FreeQuote .form-success{
    font-size: 18px;
	margin-top: 0;
    position: absolute;
    text-align: left;
    z-index: 99;
	width: 310px;
	}
#FreeQuote .success p{
	margin-bottom:25px;
	}
#FreeQuote .media-links{
	margin-left:0;
	}


#services .list-style li{
	color:#5c696f;
	min-height:40px;
	}
#services .btn-default{
	border-width: 2px;
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
    min-width: 275px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
	border-color:#26a9e0;
	color:#26a9e0;
	}
	
#services .btn-default:hover {
	background-color:#26a9e0;
	color: #fff;
	}

.testimonials{
	background:url(../images/Testimonials-bg.jpg) repeat;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	}
.testimonials:before{
	background:url(../images/bg-img.png) no-repeat top center;
    content: "";
    display: block;
    height: 57px;
    margin-top: -51px;
	margin-bottom:20px;
    width: 100%;
	}
.testimonials .owl-carousel{
    padding: 0 20px;
	}
.testimonials .owl-item .item{
	border: 1px solid transparent;
	border-radius: 5px;
	color:#5c5c5c;
	padding: 20px 25px;
	position:relative;
	}	
.testimonials .owl-item strong{
	background:url(../images/testimonial.png) no-repeat top left;
	color: #5c5c5c;
    display: block;
    font-weight: 700;
    margin-top: 25px;
    padding-top: 25px;
    text-transform: uppercase;
	}
.testimonials .owl-item .item:hover,
.testimonials .owl-item.active .item{
	background-color: #fff;
    border-color:#dadada;
    color: #a3a3a3;
	}
.testimonials .owl-item .item:hover:before,
.testimonials .owl-item.active .item:before{
	border-left: 2px solid #26a9e0;
    bottom: 20px;
    content: "";
    left: 0;
    position: absolute;
    top: 20px;
    width: 10px;
	}	
.testimonials .owl-item.active strong{
	color:inherit;
	}
.testimonials .owl-buttons div{
	background:url(../images/next-prev.png) no-repeat;
	bottom: 0;
    font-size: 0;
    height: 18px;
	left:0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 9px;
	}
.testimonials .owl-buttons div.owl-next{
	left:auto;
	right:0;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	}
.testimonials .owl-buttons div{}

.map{
	padding:0 !important;
	}
.map .embed-responsive-16by9{
	padding-bottom:35%;
	}
#contact-us{
	background:url(../images/contact-bg.jpg) no-repeat;
	background-size:cover;
	color: #fff;
	text-align:center;
	}
#contact-us h1{
	border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 8px;
    text-align: center;
	margin-bottom:40px;
	}
#contact-us form{
	max-width:740px;
	margin:auto;
	}	
#contact-us form .form-control{
	background-position: 13px center;
    background-repeat: no-repeat;
    border: 1px solid transparent;
	border-radius:8px;
    padding-left: 35px;
	box-shadow:none;
	-webkit-box-shadow:none;
	}
#contact-us form .form-control:focus{
	border-color:#000;
	box-shadow:none;
	-webkit-box-shadow:none;
	}
#contact-us .input-group-addon{
	position: absolute;
	left: 0;
	z-index: 9;
	background: none;
	border: none;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
}

/* #contact-us .form-control[name="name"]{
	background-image:url(../images/name-icon.png);
	}
#contact-us .form-control[name="phone"]{
	background-image:url(../images/phone-icon.png);
	}
#contact-us .form-control[name="email"],
#contact-us .form-control[name="message"]{
	background-image:url(../images/email-icon.png);
	background-position:13px 12px !important;
	} */

#contact-us form .btn{
	border-width: 2px;
	border-color:#fff !important;
    font-size: 23px;
    font-weight: bold;
    margin-top: 10px;
    min-width: 210px;
    padding-bottom: 10px;
    padding-top: 10px;
	position: relative;
	}
#contact-us form .btn:focus,
#contact-us form .btn:hover{
	background-color:#fff;
	color:#26a9e0;
	}

#contact-us form label.error{
	color: #000;
    font-size: 8px;
    position: absolute;
    right: 20px;
    top: 0;
	}
#contact-us textarea{
	resize: none;
}

.form-success,
.form-error{
	display:none;
	padding: 10px;
	margin-top: 10px;
	}
.form-success{
	}
.form-error{
	}


.form-group{
	position:relative;
	}
.stop-sscroll{
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
	}
	
#thank-you-message {
	border: 1px dashed #26a9e0;
	padding: 25px 0;
    text-align: center;
    margin: 25px 0;
	}

/* Footer start here
====================*/
.footer{
	color:#5c696f;
	padding:40px 0 30px;
	text-align:center;
	position:relative;
	}
.footer:after{}
.footer a{
	color:#6897e0;
	}
.copyright,
.media-links{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
	}
.footer .media-links a.facebook{
	background-image:url(../images/facebook-footer.png);
	border-color:#154d8d;
	}
.footer .media-links a.facebook:hover{
	background-image:url(../images/facebook.png);
	}
.created{
	margin-top:10px;
	}

.spinner{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	background: #fff;
	height: 100%;
	width: 100%;
}