
/* Body
------------------------------------- */
body {
		background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    position: relative;
}

html,body {
      width: 100%;
     overflow-x: hidden;
  }

.post-masonry img {
    width: 100%;
    display: block;
}

/* Typography
------------------------------------- */
h1,h2,h3,h4,h5 {
  font-weight: bold;
}

h1 {
  font-size: 50px;
  line-height: 72px;
}

h2 {
  color: #337ab7;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 1px;
  padding-bottom: 12px;
}

h3 {
  color: #337ab7;
  font-size:inherit;
  letter-spacing: 26px;
  letter-spacing: 2px;
}

h5 {
  color: #ffa400;
  line-height: 28px;
  letter-spacing: 2px;
}

p {
  font-size: 12px;
  letter-spacing: 0.9px;
  line-height: 32px;
}


/* All Section styles
------------------------------------- */
#testimonial, #blog, #counter, #contact {
   	padding-top: 220px;
  	padding-bottom: 120px;
}

#about h3 {
  	padding-bottom: 12px;
}



/* navigation styles
/* ========================================== */
.navbar-default {

    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    margin: 0 !important;
	background-image:url('../images/city_bg_strip.jpg');


  }






.navbar-default .navbar-brand {
  font-size: 20px;
  font-weight: bold;
  margin: 0;

		height:170px;
		width:129px;
padding:0;


  }


.navbar-default li {
  margin: 15px 20px;
	margin-top: 20px;
}

.navaddress {

		text-align-last: right;
		margin-top: 20px;
    font-size: 95%;
		font-size:1.1em;
}

.navbar-default .navbar-nav li a{
    color: #303030;
    font-size: 100%;
    font-weight: bold;
    padding: 0px;
		font-size: 1.0em;
  }
.navbar-default .navbar-nav li a:hover {
    color: #666;

  }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ccc;
  background-color: transparent;

}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color:#ccc ;
  background-color: transparent;

}



.navbar-default .navbar-toggle {
     border: none;
     padding-top: 12px;
  }
.navbar-default .navbar-toggle .icon-bar {
    background: #666;
    border-color: transparent;

  }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.collapse navbar-collapse{
width:700px;


}











/* home section styles
/* ========================================== */
#home {
  background: url('../images/home_car1.jpg') repeat-y;

  -webkit-background-size: cover;
  background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  text-align: center;
  background-color: #000000;

}

#home .btn-danger {
  background: #ffa400 !important;
  margin-right: 20px;
}

.quotebutton{
font-size: 2em;
}



#home .btn-danger:hover {
  background: #ffc400 !important;
}

#home .btn {

  border-color: transparent;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 14px 52px;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}

#home .btn:hover {
  background: #ffa400;
}



#homevideo  {

  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  
  }
  





/* services section styles
/* ========================================== */



#services{

background-color: rgba(0, 0, 0, 0.5);
padding-bottom:20px;
background-image:url(../images/city_bg.jpg);
margin-bottom: 30px;
}



.fa-circle:before {



}



.col-md-6 img{
padding-top:5px;
padding-bottom:5px;


}



/* testimonial section styles
/* ========================================== */
#testimonial .item {
  text-align: center;
  display: block;
  width: 100%;
  padding-bottom: 62px;
}

#testimonial .item img {
  display: inline-block;
}

/* about section styles
/* ========================================== */
#about .container {
  	width: 100%;
  	padding: 0px;
  	margin: 0px;
}

#about .col-md-6 {
	padding: 0;
}

#about .about-des {
  	padding: 65px;
}

#about .about-des h3 {
	font-size: 26px;
}

#about .about-des h4 {
	font-size: 20px;
}

#about .about-des p {
	font-size: 16px;
	line-height: 32px;
}


/* blog section styles
/* ========================================== */
#blog h2, #blog h4 {
  text-align: center;
}

#blog h2 {
  padding-bottom: 12px;
  font-size: 32px;
}

#blog h4 {
  padding-bottom: 32px;
  letter-spacing: 0.9px;
}

#blog p {
	padding-top: 10px;
	font-size: 14px;
	line-height: 28px;
}

#blog .blog-wrapper {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#blog .blog-wrapper h3 a {
  color: #000000;
}


/* Counter section styles
/* ========================================== */
#counter {
   background: url('../images/counter-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 160px;
}

#counter .counter-number {
  color: #ffa400;
  font-size: 32px;
}

#counter .counter-text {
  color: #ffffff;
  letter-spacing: 2px;
}


/* contact section styles
/* ========================================== */
#contact {
  background: url('../images/city_bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

#contact .form-control {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 22px;
  transition: all 0.4s ease-in-out;
  padding: 10px;
  height: auto;

}

#contact input[type="submit"] {
  background: #000000;
  border:none;
  border-radius: 4px;
  font-weight: bold;
  letter-spacing: 1px;
  height: 50px;
  margin-top: 10px;
}

#contact input[type="submit"]:hover {
  background: #ffa400;
}

.form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #ffffff;
}
.form-control::-webkit-input-placeholder {
  color: #ffffff;
}

#contact .contact-detail {
  background: rgba(250,250,250,0.75);
  padding: 34px 10px 34px 60px;

}

#contact .contact-detail h2 {
  padding-bottom: 28px;
}

#contact .contact-detail div {
  padding-bottom: 10px;
}

.contactcon {
color:#fff;

padding: 20px;

}

hr{

width:50%;

}
.contactcon h1{

color:#fff;


}





.requestcta{
background-image: url(../images/city_bg.jpg);
margin-top: 15px;
}

.cap{
color:#337ab7;;


}


.row{
margin-left: 0px;
margin-right: 0px;



}


.topcap{

padding-top:100px;




}



.topcap 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;
	}

.topcap :hover {
	  border-radius: 50%;
	  -webkit-transform: rotate(360deg);
	     -moz-transform: rotate(360deg);
	       -o-transform: rotate(360deg);
	      -ms-transform: rotate(360deg);
	          transform: rotate(360deg);




}


 .fa-circle .fa-stack-2x{

content: "/6";


 }


 .img-circle{
content: "";
border-radius: 50%;
width: 90px;
height:90px;
z-index: .3;


}



.requestcta a{

float: right;

}


.quotebutton{

width:100%;


}

.quotebutton a{

padding:5px;
color:#eee;
}



.quotebuttons {

padding:5px;
color:#eee;
}


.galhold{
padding:10px;


}

#owl-demo .item{
  margin: 3px;

}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;

}

.brands img{
 width:100%;




}


/*  google maps styles
/* ========================================== */

#googleMap {

padding:20px;
margin-top: 30px;


}


.mapcap{
padding-top: 20px;




}



/* footer section styles
/* ========================================== */
footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

footer p {
  padding-right: 40px;
  padding-bottom: 20px;
  font-size: 14px;
}

footer a {
  color: #606060;
}

footer a:hover {
  color: #ffa400;
  text-decoration: none;
}

footer img {

float: left;
clear: left;
padding-right:15px;

}



.link-list a {
  color: #606060;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
}

.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
}
.social-icon li a {
  background: #3c3c3c;
  border-radius: 100%;
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-right: 2px;
}
.social-icon li a:hover {
  background: #ffa400;
}








.social-top {
  padding: 0;
  margin: -10;
  width:100px;
   float:right;

}
.social-top li {
  list-style: none;
  display: inline-block;

}
.social-top li a {
  background: #3c3c3c;
  border-radius: 100%;
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
  width: 22px;
  height: 22px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-right: -32px;


}











@media (max-width: 1280px) {
	#about .about-des {
		padding: 40px;
	}
	#about .about-des h3 {
		font-size: 38px;
	}

	#about .about-des h4 {
		font-size: 16px;
	}

	#about .about-des p {
		font-size: 13px;
		line-height: 24px;
	}

	footer h2{
	font-size: 95%;
padding-bottom:-10px;


}




}
/* mobile responsive section styles
/* ========================================== */
@media (max-width: 768px) {
  h1 {
    font-size: 53px;
  }
  #counter .counter-item {
    padding-top: 20px;
    padding-bottom: 20px;


  }

 #home img {

	margin-top:60px;

	}

.navaddress {
	font-size: 0.9em;
}



}

@media (max-width: 650px) {
  h1 {
    font-size: 40px;
  }
}

@media (max-width: 450px) {
  h1 {
    font-size: 49px;
    line-height: 38px;
  }
  #home h5 {
    font-size: 11px;
  }
  #home .btn {
    display: inline-block;
    padding: 14px 32px;
  }

  #home  {
		background: url(../images/home_car1.jpg) no-repeat center center;
	        -webkit-background-size: cover;
	        -moz-background-size: cover;
	        -o-background-size: cover;
	        background-size: cover;
	}


  #home img {

	margin-top:60px;

	}





		.navbar-default .navbar-brand {
		    font-size: 20px;
		    font-weight: bold;
		    margin: 0;
		    height: 25%;
		    width: 25%;

		    padding: 5px;
		}

		.navaddress {
			font-size: 0.8em;
			text-align: center;
			padding-left: 10px;
		}

}

@media (max-width: 375px) {
  h1 {
    font-size: 24px;
    line-height: 34px;
  }
  #home h5 {
    font-size: 9px;
  }

	#home  {
		background: url(../images/home_car1.jpg) no-repeat center center;
	        -webkit-background-size: cover;
	        -moz-background-size: cover;
	        -o-background-size: cover;
	        background-size: cover;
	}


#home img {

	margin-top:60px;

	}


.contactcon h1{
font:100%;

}

	


.navbar-default .navbar-brand {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    height: 25%;
    width: 20%;

    padding: 5px;
}

.navaddress {
	font-size: 0.9em;
	text-align: center;

}



.social-top {
  padding: 0;
  margin: -10;

   float:right;

}


}


@media (max-width: 375px) {
	
	
	button{
	background-color:#E2090D;	
	color:#ffffff;	
		
	}
	
	
	
}


