.new-tag:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 60px solid #0280e1;
    border-right: 60px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.new-tag h6 {
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 3%;
    left: 4%;
    font-size: .9em;
}
.glry-w3agile-grids .new-tag h6 {
    text-align: left;
    left: 3%;
}
.agile-products:hover .new-tag:before {
    border-top-color: #f44336;
}
.owl-carousel .item {
    margin: 1em;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
	-webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
	-o-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
	-ms-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
}
/*-- featured products --*/
/*  Demo 10 */
.glry-w3agile-grids {
	background-color: #FFF;
	display: block; 
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0 0 0 0 #555;
	-moz-box-shadow: 0 0 0 0 #555;
	-o-box-shadow: 0 0 0 0 #555;
	-ms-box-shadow: 0 0 0 0 #555;
	box-shadow: 0 0 0 0 #555;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.glry-w3agile-grids a {
    display: block;
}
.glry-w3agile-grids img {
    width: 70%;
    margin: 2em auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.glry-w3agile-grids:hover img {
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-o-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	opacity: 1;
	filter: alpha(opacity=100);
}
.glry-w3agile-grids:hover .view-caption {
	-webkit-transform: translate3d(-30%, 0px, 0px);
	-moz-transform: translate3d(-30%, 0px, 0px);
	-o-transform: translate3d(-30%, 0px, 0px);
	-ms-transform: translate3d(-30%, 0px, 0px);
	transform: translate3d(-30%, 0px, 0px);
}
.glry-w3agile-grids .view-caption {
	background-color: rgba(0, 0, 0, 0.85);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	padding: 7% 5% 5% 35%;
	text-align: left;
	top: 0;
	z-index: 99;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate3d(-110%, 0px, 0px);
	-moz-transform: translate3d(-110%, 0px, 0px);
	-o-transform: translate3d(-110%, 0px, 0px);
	-ms-transform: translate3d(-110%, 0px, 0px);
	transform: translate3d(-110%, 0px, 0px);
}
.glry-w3agile-grids .view-caption h4 {
    border-bottom: 1px solid #ccc;
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: 'Offside', cursive;
	font-weight: 600;
	text-transform: capitalize;
}
.glry-w3agile-grids .view-caption h4 a {
    color: #f44336; 
}
.glry-w3agile-grids .view-caption p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
}
.glry-w3agile-grids .view-caption h5 {
    font-size: 1.5em;
    color: #fff;
    background: #3075f1;
    width: 60px;
    height: 60px;
    line-height: 2.9em;
	-webkit-border-radius: 62%;
	-moz-border-radius: 62%;
	-o-border-radius: 62%;
	-ms-border-radius: 62%;
    border-radius: 62%;
    text-align: center;
    margin: 1em auto;
} 
.agileits-form{
    position: relative;
    text-align: center;
}
/* Core Owl Carousel CSS File v1.3.3 */
 
.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);
	-moz-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; 
} 
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
    display: inline-block;
    background: #d2d2d2;
    margin: 0 0.3em;
    position: relative;
    width: 40px;
    height: 35px;
}
.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);
}
.owl-buttons {
    position: absolute;
    top: -21%;
    right: 0;
}
.owl-buttons div{
    color: transparent;
}
.owl-buttons .owl-prev:before,.owl-buttons .owl-next:before  {
    content: "\f104";
    font-family: 'FontAwesome';
    color: #000;
    font-size: 2em;
    line-height: 1.25em;
    left: 14px;
    position: absolute;
}
.owl-buttons .owl-next:before {
    content: "\f105"; 
}
/* 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);
}  
.owl-pagination {
    display: none;
}
@media(max-width:640px){
.owl-controls .owl-page, .owl-controls .owl-buttons div { 
    width: 36px;
    height: 30px;
}
.owl-buttons .owl-prev:before, .owl-buttons .owl-next:before { 
    font-size: 1.5em;
    line-height: 1.4em; 
}
}
@media(max-width:480px){
.owl-buttons { 
    top: -17%; 
}
}
@media(max-width:414px){
.owl-buttons {
    top: -15%;
}
}
@media(max-width:375px){
.owl-buttons { 
    top: -32px; 
}
}