.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	padding: 30px 0px 0px;
	box-shadow: 0px 0px 7px -1px;
}


#info {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fcf8e3;
	border: 1px solid #fbeed5;
	width: 95%;
	max-width: 900px;
	margin: 0 auto 40px auto;
	font-family: arial;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#info .info-wrapper {
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;

}

#info a {
	color: #c09853;
	text-decoration: none;
}

#info p {
	margin: 5px 0 0 0;
}


.container {
	position: relative;
	width: 1170px;
	margin: 0 auto;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#filters {
	margin: 0%;
	padding: 0;
	list-style: none;
	text-align: center;
}

#filters li {
	display: inline-block;
	margin-bottom: 20px;
}

#filters li span {
	display: block;
	padding: 0 36px;
	text-decoration: none;
	color: #10053a;
	cursor: pointer;
	font-size: 20px;
	margin-right: 5px;
	border-radius: 30px;
	text-transform: capitalize;
	background: #f6f6f6;
	white-space: nowrap;
	line-height: 48px;
	border: 1px solid #eee;
	font-weight: 600;
	transition: all ease-in-out 0.3s;
}

#filters li:hover span {
	color: #f7941d;
}

#filters li span.active {
	color: #fff !important;
	background: #f7941d;
}



#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
	float: left;
	overflow: hidden;
	height: auto;
	border: 1px solid #eee;
	width: 100%;
	padding: 15px;
	box-shadow: 0 12px 48px 0 rgb(109 117 141 / 15%);
	border-radius: 5px;
	position: relative;
}


.portfolio-wrapper {
	overflow: hidden;
	position: relative !important;
	background: #fff;
	border: none;
	text-align: center;
	border-radius: 0px;
	height: auto;
}

.app .portfolio-wrapper {
	position: relative !important;
	background: #fff;
	cursor: pointer;
	border: none;
	text-align: center;
	border-radius: 0px;
	height: auto;
	padding: 20px 0 28px;
}

.app .portfolio-wrapper h4 {
	padding-top: 0;
	font-size: 20px;
	font-weight: normal;
	color: #130F3A;
}

.seo .portfolio-wrapper h4 {
	padding-top: 0;
	font-size: 20px;
	font-weight: normal;
	color: #130F3A;
}

.app .carousel-item img {
	width: auto important;
	height: 500px !important;
}

.portfolio-modal .modal-dialog {
	max-width: 100%;
	margin: 1.75rem auto;
}

.portfolio-hover-view img {
	width: 100% !important;
	height: 500px !important;
}

.portfolio-wrapper h3 {
	/* box-shadow: 0px 0px 5px 3px #eee !important; */
	display: inline-block;
	/* position: absolute; */
	padding: 10px 20px;
	/* border-radius: 5px; */
	text-transform: none;
	font-size: 18px;
	font-weight: 400;
	/* margin-top: 15px; */
	background: #F9F9F9;
	width: 100%;
	color: #444;
}

.app .portfolio img {
	width: auto;
	position: relative;
	top: 0;
	-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	height: auto;
	padding-bottom: 17px;
}

.portfolio img {
	position: relative;
	top: 0;
	-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	height: auto;
	padding-bottom: 0px;
	max-height: 400px;
}

.portfolio .label {
	position: absolute;
	width: 100%;
	min-height: auto;
	bottom: -100%;
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.label-text p {
	margin-bottom: 0 !important;
	font-size: 15px;
	text-transform: capitalize;
}

.portfolio .label-bg {
	background: #00000033;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

.portfolio.webdes {
	min-height: 250px;
	background: url(https://www.codewareltd.com/assets/images/codeware_default.jpg);
}

.portfolio.app .inner {
	height: 450px !important;
	padding: 0px !important;
	border: 0px !important;
	box-shadow: none !important;
	border-radius: 0px !important;
	text-align: center;
}

.portfolio.app .inner {
	height: 450px !important;
	background: url(https://www.codewareltd.com/assets/images/phone.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	overflow: hidden !important;
}

.portfolio.app img {
	padding: 50px 0px 0;
	cursor: pointer;
}

.portfolio .label-text {
	color: #000;
	position: relative;
	z-index: 500;
	padding: 15px 0;
	text-align: left;
	background: #fff;
}

.app_title {
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: 600;
}

.portfolio .text-category {
	display: block;
	font-size: 16px;
}

.portfolio:hover .label {
	bottom: 0;
}

.portfolio:hover img {
	top: 0px;
}


.owl-carousel .owl-nav button.owl-next {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	position: absolute;
	right: -40px;
	top: 42%;
	font-size: 33px;
}

.owl-carousel .owl-nav button.owl-prev {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	position: absolute;
	left: -40px;
	top: 42%;
	font-size: 33px;
}


/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
		width: 768px;
	}
}


/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.container {
		width: 100%;
	}



	#ads {
		display: none;
	}

}


/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 100%;
	}

	#ads {
		display: none;
	}

}

/* #Clearing */

/* Self Clearing Goodness */
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.row:after,
.clearfix:after {
	clear: both;
}

.row,
.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}