.carousel .owl-theme .owl-controls .owl-buttons div.owl-prev{
	position: absolute;
	opacity: 1;
	left: 0;
	
	z-index: 1;
}
.carousel .owl-theme .owl-controls .owl-buttons div.owl-next{
	position: absolute;
	opacity: 1;
	right: 0;
	z-index: 1;
}


.carousel .owl-theme .owl-controls{
    text-align: center;
    margin: 0px;
}

.carousel .owl-theme .owl-controls .owl-buttons div{
	top:45%;
	
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 7px 15px 6px;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-image: url("../images/news/carousel/arrows.png");
    background-repeat: no-repeat;
    filter: Alpha(Opacity=50);
    opacity: 1;
    text-indent: -9999px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.carousel .owl-theme .owl-controls .owl-buttons div.owl-prev{
	background-position: 0px 0px;
}
.carousel .owl-theme .owl-controls .owl-buttons div.owl-prev:hover{
	background-position-y: -30px;
}
.carousel .owl-theme .owl-controls .owl-buttons div.owl-next {
    background-position: -30px 0px;
}
.carousel .owl-theme .owl-controls .owl-buttons div.owl-next:hover{
	background-position-y: -30px;
}
.carousel .owl-theme .owl-controls .owl-pagination{
	display: none;
}
.carousel .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 22px;
    height: 22px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    background-image: url("../images/news/carousel/bullet.png");
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.carousel .owl-theme .owl-controls .owl-page.active span,
.carousel .owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background-position-y: -20px;
}

.carousel .owl-carousel .owl-item a img{
	width: 100%;
	height: auto;
	margin: 0px;
}


.carousel .owl-carousel .services,.carousel .owl-carousel .project{
	margin: 10px;
}
.services h4{     text-transform: uppercase;padding: 10px;text-align:center;font-size: 16px;font-weight: 600; line-height: 23px;}
.services h4 a{    color: #00519b;}.services h3{     text-transform: uppercase;padding: 10px;text-align:center;font-size: 16px;font-weight: 600; line-height: 23px;}.services h3 a{    color: #00519b;}
.services-box{   position: relative; overflow: hidden}
.project{  position: relative;overflow: hidden;}
.project h4{ text-align:center;font-size:15px;font-weight: 600; line-height: 23px;margin-top:5px}
.project h4 a{color:#00529c;}
.project span {
    padding: 5px;
    float:left;
    color: #FFF;
    background: #00529c;
	margin-top:-3px;
	margin-right:3px;
    text-align: center;
}
.project-box {
  position: relative;
  overflow: hidden;
  background:#fff;
}

.project_zoom{  position: relative;overflow: hidden;}
.project_zoom img{-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;-ms-transition:all 1s ease;transition:all 1s ease;max-width:100%}
.project_zoom img:hover{-webkit-transform:scale(1.25);-moz-transform:scale(1.25);-ms-transform:scale(1.25);-o-transform:scale(1.25);transform:scale(1.25)}
.project_zoom img{max-width:100%;overflow:auto}

.carousel .owl-carousel .products{margin: 5px;}
.products h4{ text-align:center;font-size:16px;font-weight: 600;     text-transform: uppercase;line-height: 23px;padding: 10px 0px 10px 0px;}
.products h4 a{color: #00519b;}


.carousel .owl-carousel .news{
	margin: 5px;
}
.news h3{padding-top:3px; text-align:left;font-size:14px;font-weight: 500; line-height: 16px;}
.news h3 a{ color:#00529c;padding: 5px;text-align:left; }
.news span {
    padding: 5px;
    float:left;
    color: #FFF;
    background: #00529c;
	margin-top:-3px;
	margin-right:3px;
    text-align: center;
}
.news-box {
  position: relative;
  overflow: hidden;
  background: #e3e3e3;
}


.recentnews-box {   
  position: relative;
    overflow: hidden
}
.product-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.product-icon{
    position: absolute;
    font-size: 30px;
    color: #FFF;
    z-index: 9;
    top: -40px;
    left: calc(50% - 10px);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.product-icon a{font-size: 30px; color: #FFF;}

.recentnews-box:hover .product-icon{
    top: calc(50% - 35px);
    display: inline-block;
}
.recentnews-box:hover .product-mask{
    background: rgba(205,29,31,0.6);
}

@media (max-width:767px) {
	.project h4{ text-align:center;font-size:12px;font-weight: 600; line-height: 18px;margin-top:5px}
	.services h4{ 
	text-align:center;
	font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    margin-top: 10px;}
	.project h4{ 
	text-align:center;
	font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    margin-top: 10px;}
}