/* ----------------------------------------------------------------

	Custom CSS



	Add all your Custom Styled CSS here for New Styles or

	Overwriting Default Theme Styles for Better Handling Updates

-----------------------------------------------------------------*/

/* home css */

.serviceimage {
	width: 261px;
	height: 200px !important;
	border-radius: 5px;
}



.client-item {
	display: flex;
	/* align-items: center; */
	justify-content: center;
	height: 200px;
	background: red;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 17px 0 rgba(0, 0, 0, 0.19);
}

#oc-clients img {
	padding: 10px;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.clientwrap .owl-stage-outer {
overflow: visible;

}

.eventsinnerimg {
	width: 825px;
	height: 500px !important;
	border-radius: 5px;
}


/* media query */
@media (max-width: 767.98px) {

	.projectimage{
		width:100% !important;
	}


	.projectgallery .grid-item {
		width: 100%;
		margin-bottom: 15px;
	}

	.projectimageinner {
		height: 200px !important;
	}
	.projecteventgalleryimg {
		width:  100% !important;
	}
	.sidebar1{
		display: none;
	}
	.sidebar2{
		display: none;
	}
	.categoryform{
		margin-left: 0px;
	}
	
	}




