/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 16px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #999;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 40px;
	height: 3px;
	margin: 5px 5px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	background: #999;
	transition:ease-in-out 0.3s; -webkit-transition:ease-in-out 0.3s; -moz-transition:ease-in-out 0.3s; -ms-transition:ease-in-out 0.3s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #111;
	border-color: transparent;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.html) no-repeat center center
}


#blog { margin:50px auto 40px auto}
.blogGrid1 {
	list-style: none;
}
.blogGrid1 .llll {
	margin-bottom: 30px;
}
.blogGrid1 .llll .postimg {
	position: relative;
	display: block;
	margin: 0;
	overflow: hidden;
            border-radius: 10px 10px 0px 0px;
}
.blogGrid1 .llll .postimg img {
    height: 250px;
	width: 100%;
	-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;
}
.blogGrid1 .llll:hover .postimg img {
	-ms-transform: scale(1.2) rotate(5deg);
	-moz-transform: scale(1.2) rotate(5deg);
	-webkit-transform: scale(1.2) rotate(5deg);
	-o-transform: scale(1.2) rotate(5deg);
	transform: scale(1.2) rotate(5deg);
}
.blogGrid1 .llll .post-header {
	margin-bottom: 15px;
	background: #333;
	padding: 20px 15px; text-align:center;
}
.blogGrid1 .llll .post-header .date {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	padding-bottom: 10px;
}
.blogGrid1 .llll .post-header .date i {
	margin-right: 5px;
}
.blogGrid1 .llll .post-header h4 a {text-align:center;
	color: #ace1fa;
}
.blogGrid1 .llll .post-header h4 a:hover {text-align:center;
	text-decoration: underline;
	color: #fff;
}
.blogGrid1 .llll p {
	font-size: 14px;
}
.blogGrid1 .readmore {
	display: inline-block;
	margin-top: 25px;
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	background: #e80a0a;
}
.blogGrid1 .readmore i {
	margin-left: 7px;
}
.blogGrid1 .readmore:hover {
	text-decoration: none;
	background: #000
}


/*---------------------------------------
   General               
-----------------------------------------*/

html {
	-webkit-font-smoothing: antialiased;
}
a {
	transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
	color: #e80a0a;
	text-decoration: none !important;
}
a:hover, a:active, a:focus {
	color: #e80a0a;
	outline: none;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.parallax-section {
	background-attachment: fixed !important;
	background-size: cover !important;
}
.section-title-2 {
	margin: 0;
	padding-bottom: 30px;
	text-align: center;
}
.section-title-2 h5 {
	position: relative;
	font-size: 38px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 42px;
}
.section-title-2 h5:after {
	content: '';
	background: #e80a0a;
	height: 2px;
	width: 60px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -29px;
}
.section-title-2 h5:before {
	content: '';
	background: #e80a0a;
	height: 9px;
	width: 7px;
	position: absolute;
	bottom: -33px;
	left: 50%;
	margin-left: -3px
}
.section-title-2 h5 span {
	color: #e80a0a;
	font-weight: 700;
}


.section-title-2 h5 samp {
	color: #666; font-size:27px;
	font-weight: 700;
}
.section-title-2 p {
	max-width: 800px;
	margin: auto;
}
.parallax-section {
	padding: 20px 0;
	position: relative;
}
#counter, #service, #contact, #address {
	text-align: center;
}
/*---------------------------------------
     Preloader section              
-----------------------------------------*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background: none repeat scroll 0 0 #ffffff;
}
