@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700,800);


/*carousel*/
.carousel{
	margin-top: 0px;
}
.carousel-caption{
	top: 50%;
	transform: translateY(-30%);
}


.carousel-caption h5{
	color:#046B9E;
}
/*carousel end*/

/*viewproducts*/
.viewproducts{

	padding-bottom: 30px;
	line-height: 50px;
	

}
.btn-primary{
	background-color: #046fa2;
	border-color: #ffffff;
	color: #ffffff;
	font-weight: bold;
	margin: 0 auto;
	text-decoration: none;
}
/*viewproduct end*/


/*middle*/
.middle{
	background-color: #c10b15;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #d1d1d1;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #d1d1d1;
	
}
.middle h2{
	padding: 40px;
	text-align: center;
	color: #fff;
}
/*middle*/





/*whatweoffer*/
.whatweoffer{	
	background: url(../img/bg.png);
	border-top-color: #046fa2;
	border-width: 5px;

}
.whatweoffer .col-md-4 img{
	-webkit-box-shadow: 0px 19px 31px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 19px 31px -9px rgba(0,0,0,0.75);
	box-shadow: 0px 19px 31px -9px rgba(0,0,0,0.75);
}
.whatweoffer h2{
text-align: center;


}
.whatweoffer p{
	text-align: center;

}
.whatweoffer h5{

}
.whatweoffer  .col-md-4{
	overflow: hidden;
	height: auto;
}
.whatweoffer  .col-md-4 img{

	-webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
.whatweoffer .col-md-4 img:hover{
	-webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
	
}
.space{
	margin: 0;
	padding: 0;
}
.products h5{

	font-family: "Raleway";
	font-weight: 500;
	display: block;
	text-align: left;
	color:#121212;
	font-size: 12px;
	letter-spacing: 0.5px;
}
.productC h3{
	padding: 20px;
	font-weight: 700;
}
.productC{
	padding-top: 20px;
	padding-bottom: 20px;
}
.btn{
	background-color: #c10b15;
	border-radius: 0;
	border-color: #c10b15;
	border-width: 3px;

}
.btn:hover{
	background-color: transparent;
	color: #c10b15;
	border-color: #c10b15;
	border-width: 3px;
	-webkit-transition: all 0.30s;
 	 transition: all 0.30s;	
}

.btn h6 a{
	text-decoration: none;
	color: #fff;
}
.btn h6 a:hover{
	text-decoration: none;
	color: #c10b15;
}

.headerButton h6 a{
	text-decoration: none;
	color: #fff;
}
.headerButton h6 a:hover{
	text-decoration: none;
	color: #fff;
}

.headerButton{
	color: #c10b15;
	border-color: #c10b15;
	border-width: 3px;
	background-color: transparent;
}
.headerButton:hover{
	color: #fff;
	border-color: #fff;
	border-width: 3px;
	background-color: #c10b15;
	-webkit-transition: all 0.30s;
 	 transition: all 0.30s;	
}

.headerTwoButton h6 a{
	text-decoration: none;
	color: #fff;
}
.headerTwoButton h6 a:hover{
	text-decoration: none;
	color: #fff;
}

.headerTwoButton{
	color: #c10b15;
	border-color: #c10b15;
	border-width: 3px;
	background-color: transparent;
}
.headerTwoButton:hover{
	color: #fff;
	border-color: #fff;
	border-width: 3px;
	background-color: #c10b15;
	-webkit-transition: all 0.30s;
 	 transition: all 0.30s;	
}


.p img{
	border: solid;
	border-color: #fff;
	border-width: 3px;
}

img.img-responsive{
	border:3px solid #9e0911;
}
/*image hover*/
.p {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  padding-bottom: 5px;
}

.p .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}
.p:hover{
	cursor: pointer;
}
.p:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.p img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.p:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.p h5 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.p a, p p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.p:hover a, .p:hover p, .p:hover h5 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/*image hover code end*/




/*whatweoffer end*/





}
.ic{
	margin-bottom:5px;
}





@media screen and (max-width: 780px){

.pageone{
	margin-top: 30px;
}
.headerButton{
	width: 65%;
}
.headerButton h6{
	font-size: 50%;
}
.headerTwoButton{
	width: 60%;
}
.headerTwoButton h6{
	font-size: 50%;
}
}


@media screen and (width: 680px){

.carousel-caption{
	top: 20%;
	transform: translateY(-30%);
}
.carousel-caption h1{
	font-size: 16px;
}
.carousel-caption p{
	font-size: 11px;
}

}

@media screen and (max-width: 580px){


.carousel-caption{
	top: 20%;
	transform: translateY(-30%);
}
.carousel-caption h1{
 font-size: 12px;
}
.carousel-caption p{
	font-size: 11px;
}

}



@media screen and (width: 580px){
.carousel-caption{
	top: 20%;
	transform: translateY(-30%);
}
.carousel-caption h1{
	font-size: 16px;
}
.carousel-caption p{
	font-size: 11px;
}
}




@media screen and (max-width: 580px){

.whatweoffer img{
	margin-top: 10px;
}


}

@media screen  and (width: 590px){

.whatweoffer img{
	margin-top: 10px;
}

}


.thumbnail{
	background-color: transparent;
	border-color: transparent;
}
.thumbnail> .caption h4{
	text-align: center;
}
.btn> .btn-primary{
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
}

.thumbnail h4{
	color: white;
}
.thumbnail< .caption p{
	text-align: left;
}


h4{
	
	color: #ffffff;
}

@media screen  and (max-width: 460px){
 h5{
 	font-size: 66%;
	}
.middle h2{
	padding: 40px;
	text-align: center;
	color: #fff;
	font-size: 25px;
}
}

@media screen  and (max-width: 360px){
 .products h5{
 	font-size: 60%;
	}
.middle h2{
	padding: 40px;
	text-align: center;
	color: #fff;
	font-size: 25px;
}
}