img.Rounded{
	border-radius: 0px 24px;
}

p.tech-subtitle{
	font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.75px;
		text-transform: uppercase;
		margin-bottom: 0;
}

.box_cta_img img{
	max-width: 100%;
}

.tech_box_wrap img{
	border-radius: 0px 24px;
}

.single-taxonomy-thumb img { margin:auto; display: block; }
.content_btn { margin-bottom: 20px;}

.ls-gallery ul.gallery{
	list-style: none;
	padding:0;
	margin:0;
	display: flex;
	flex-wrap:wrap;
}

.ls-gallery ul.gallery li{
	width:31.33%;
	margin-right: 3%;
	margin-bottom: 3%;
}

.ls-gallery ul.gallery li:nth-of-type(3n){
	margin-right: 0;
}

.ls-gallery ul.gallery li img{
	width:100%;
	height:250px;
	object-fit: cover;
	box-shadow: 0 0 18px rgba(0,0,0,0.05);
	border:1px solid #ccc;
}

.ls-gallery .caption{
	margin:10px 0;
	text-align: center;
}

.align-center{
align-items: center;
}
.row-reverse{
	flex-direction: row-reverse !important;
}

.ls-div img{
	max-width: 100%;
}

.inline-images{
	display: flex;
	align-items: center; 
	flex-wrap: wrap;
	margin-bottom: 1em;


	img{
		width:31.33%;
		height:auto;
		margin-right: 3%;
		&:nth-of-type(3n){
			margin-right: 0;
		}
	}
}

.news-grid article{
	background: #f7f7f7;
}

ul.benefits{
		padding-left: 0;
		list-style-position: inside;
		list-style: none;

}

ul.benefits li{
padding-left:2em;
position: relative;
}

ul.benefits li:before{
	position: absolute;
	left:0;
	top:10%;
	content: "\f15e";
	font-family: dashicons;
		font-weight: normal;
	color:#c7de22;
	font-size: 26px;

}

.feature-box{
	border:1px solid #c7de22;
	border-radius: 5px;
	padding:1em;
	margin:2em 0;
}



@media (max-width: 991px) {
	.ls-gallery ul.gallery li{
		width:48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}

	.ls-gallery ul.gallery li:nth-of-type(3n){
		margin-right: 4%;
	}
	.ls-gallery ul.gallery li:nth-of-type(2n){
		margin-right: 0%;
	}



}


@media (max-width: 768px) {

	.techrow{
		flex-direction: column-reverse !important;
	}

	.techrow.row-reverse{
		flex-direction: column-reverse !important;
	}

	.techrow .col-6{
		max-width: 100% !important;
	}

	.techrow img{
		margin: 0 auto 1em;
		display: block;
	}

	.ls-gallery ul.gallery li img{
		height:150px;
	}

}