/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 29 2026 | 10:37:54 */
.sixIconRow .wpb_column:hover .w-iconbox-icon {
	background: #ff2125;
}
.sixIconRow .wpb_column {
	background: linear-gradient(137.51deg, rgb(11, 11, 11) 7.46%, rgba(85, 85, 85, 0.2) 79.55%);
	border-radius: 15px;
	padding: 30px;
	margin-bottom: 30px;
}
.sixIconRow .wpb_column .w-iconbox-icon {
	background: #444;
	padding: 0px;
	border-radius: 10px;
	min-width: 60px;
	min-height: 60px;
}
.blogSection .owl-nav {
	position: absolute;
	bottom: -50px;
	top: auto;
}
.blogSection .owl-prev {
	right: 50px !important;
	left: auto !important;
	position: absolute !important;
}
.blogSection .owl-next {
	position: absolute !important;
	right: 00px !important;
	left: auto !important;
}


@media (max-width:600px){
.sixIconRow .wpb_column .wpb_wrapper {
	background: transparent;
	border-radius: 0;
	padding: 0 0 20px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #373636;
}
}