/* 
 * Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}



.project-desc {
  text-align: center;
  padding: 15px 10px;
 
}
.project-desc .title {
  margin-bottom: 5px;
   
}

.project-desc h4.title {
  
  font-size: 14px;
}
.project-desc .title > a {
  color: #2f2f2f;
}
.section-dark .project-desc .title > a {
  color: #fff;
}
.project-desc .title > a:hover {
  color: #dc2a0b;
  text-decoration: none;
}
.project-desc .desc {
  color: #b4b8be;
  font-style: italic;
}
.section-dark .project-desc .desc {
  color: #aeaeae;
}
.project-item {
  margin-bottom: 30px;
}

.project-item .project-item-inner {
  background: #f7f7f7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section-dark .project-item .project-item-inner {
  background: rgba(255, 255, 255, 0.08);
}
.section-dark2 .project-item .project-item-inner {
  background: rgba(23, 91, 136, 0.08);
}
.project-item .project-img {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.project-item .project-img > img {
  margin-bottom: 0;
  width: 100%;
  height: auto;
   padding: 6px;
  background-color: #e5e5e5;
  border: 1px solid #cecece;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}
.section-dark .project-item .project-img > img {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.05);
}
.section-dark2 .project-item .project-img > img {
  background: rgba(23, 91, 136, 0.05);
  border-color:rgba(23, 91, 136, 0.05);
}
.section-dark h2 {
    display: inline-block;
    margin-bottom: 40px;
    text-transform: capitalize;
    width: auto;
	 font-weight: normal;
	   color: #fff;
}
.section-dark2 h2 {
    display: inline-block;
    margin-bottom: 40px;
    text-transform: capitalize;
    width: auto;
	 font-weight: normal;
	   
}
.project-item .overlay {
  position: absolute;
  top: 7px;
  left: 7px;
  overflow: hidden;
  right: 7px;
  bottom: 7px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.project-item .dlink,
.project-item .zoom {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  color: #dc2a0b;
  background: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 38px;
  text-align: center;
  z-index: 2;
}
.project-item  .overlay p {
  display: block;
  position: absolute;
   padding: 10px;
    margin:  0px;
  bottom: 0;
  width: 100%;
  height: 60px;
   color: #ffa920 ;
  background: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  text-align: center;
  z-index: 2;
}
.project-item .dlink:hover,
.project-item .zoom:hover {
  background: #dc2a0b;
  color: #fff;
}
.project-item .dlink .fa,
.project-item .zoom .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -19px 0 0 -19px;
}
.project-item .dlink {
  left: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.project-item .zoom {
  right: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.project-item .overlay p {
  bottom: 0;
  -webkit-transform: translate(0,100%);
  -ms-transform: translate(0,100%);
  transform: translate(0,100%);
}
.project-item .project-img:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.project-item .project-img:hover .dlink,
.project-item .project-img:hover .zoom 
, .project-item .project-img:hover .overlay p 
{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
} 
.section-dark {
  margin: 10px -100% 0px -100%;
  padding: 55px 100% 60px 100%;
  background: #2f2f2f;
  overflow: hidden;
}
.section-dark2 {
  margin: 10px -100% 0px -100%;
  padding: 55px 100% 60px 100%;
  background: #f1f2f7;
  overflow: hidden;
}
.section-light {
  margin: 50px -100% 70px -100%;
  padding: 55px 100% 60px 100%;
  background: #f7f7f7;
  overflow: hidden;
  border-top: 1px solid #e4e4e4;
}
.title-accent {
  padding-top: 5px;
}
.title-accent > h3 > span {
  font-family: 'Anton', sans-serif;
  font-size: 30px;
}
.section-dark .title-accent > h3 {
  color: #fff;
}
.section-dark .title-accent > h3 > span {
  color: #dc2a0b;
}
.title-centered {
  text-align: center;
}


.owl-carousel-wrapper {
	position: relative;
}
.owl-theme .owl-controls{
	text-align: center;
	margin-top: 20px;
}
.owl-theme .owl-item .project-item {
	margin: 10px 15px;
}

 
.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 25px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 25px;
}

@media (min-width: 768px) {
	.owl-theme .owl-controls .owl-buttons div {
		display: block;
	}
}
/* 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{
	color: #2f2f2f;
}
	.owl-theme:hover .owl-controls .owl-buttons div{
		opacity: 1;
	  	filter: alpha(opacity=100);
	}
	.owl-theme .owl-controls.clickable .owl-buttons div:hover:before {
		background: rgba(0,0,0,.1);
	}
	.owl-theme .owl-controls.clickable .owl-buttons div:hover:after {
		background: #fff;
	}

/* Styling Pagination*/
.owl-theme .owl-pagination {
	 
	text-align: center;
 
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-theme .owl-pagination .owl-page {
	position: relative;
	display: inline-block;
	margin: 0 8px;
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.owl-theme .owl-pagination .owl-page span {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border-radius: 50%;
	background-color: #ddd;
	background-color: rgba(0,0,0,0.3);
	text-indent: -999em; /* make the text accessible to screen readers */
	cursor: pointer;
	position: absolute;
}

.owl-theme .owl-pagination .owl-page span:focus {
	outline: none;
}

/* Pagination Effects */

.owl-theme .owl-pagination .owl-page span {
	-webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

.owl-theme .owl-pagination .owl-page span:hover,
.owl-theme .owl-pagination .owl-page span:focus {
	background-color: rgba(0,0,0,0.7);
}

.owl-theme .owl-pagination .owl-page.active span {
	background-color: #dc2a0b;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}



/* 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.gif) no-repeat center center
}

/* prev/next */
.prev-next-holder {
	position: relative;
	margin-top: 4px;
	padding-top: 32px;
}
	.prev-btn,
	.next-btn {
		display: inline-block;
		line-height: 34px;
	height: 34px;
	width: 34px;
	text-align: center;
	font-size: 18px;
		-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
		background: #373737;
		border: 1px solid #444;
		text-align: center;
		font-size: 18px;
		color: #aeaeae;
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		margin: 0 5px;
	}
	.prev-btn:hover,
	.next-btn:hover {
		text-decoration: none;
		background: #fff;
		border-color: #d9d9d9;
		cursor: pointer;
		color: #aeaeae;
	}
.prev-btn   i,
	.next-btn  i {
	line-height: 30px;
	 
	width: 100% !important;
	float: left;
	text-align: center;
}
/* prev/next */
.prev-next-holder2 {
	position: relative;
	margin-top: -60px;
	padding-bottom: 32px;
}
	.prev-btn2,
	.next-btn2 {
		display: inline-block;
		width: 30px;
		height:  30px;
		line-height:  30px;
		background: #0088CC ;
		border: 1px solid #00b4Ce ;
		text-align: center;
		font-size: 18px;
		color: #ffffff;
		 border-radius: 3px;
	}
	.prev-btn2:hover,
	.next-btn2:hover {
		text-decoration: none;
		background: #3e8e00 ;
		border-color: #3e8e00 ;
		cursor: pointer;
		color: #ffffff;
	}
		.prev-btn2   i,
	.next-btn2  i {
	line-height: 30px;
	 font-size: 20px;
	width: 100% !important;
	float: left;
	text-align: center;
}
 