.ss-services-circle,
.ss-services-circle * {
	box-sizing: border-box;
}

.ss-services-circle {
	transform: none;
	margin: 55px auto 90px;
	min-height: 0;
	position: relative;
	max-width: 1180px;
}

.ss-services-c-in {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(150px, 1fr));
	gap: 42px 32px;
	align-items: start;
	justify-items: center;
}

.ss-services-c-in:before {
	display: none;
}

.ss-services-c-details-con {
	display: none;
}

.ss-services-c-details-con:after {
	content: "";
	width: calc(100% + 30px);
	height: calc(100% + 30px);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 500px;
	border: 1px dashed rgba(0, 0, 0, .2);
	pointer-events: none;
}

.ss-services-c-details {
	text-align: center;
	padding: 45px 25px 25px;
}

.ss-services-c-details-title {
	font-size: 20px !important;
	margin: 0 0 10px;
}

.ss-services-c-details-desc {
	font-size: 13px;
	line-height: 1.6;
}

.ss-services-c-details-btn {
	color: #7e7e7e;
	border: 2px solid rgba(0, 0, 0, .1);
	padding: 5px 20px 6px;
	display: inline-block;
	margin: 18px 0 0;
	border-radius: 100px;
	font-size: 14px;
	text-decoration: none;
}

.ss-services-c-nav {
	width: auto;
	background: #00095b;
	display: inline-block;
	border-radius: 500px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.ss-services-c-nav a {
	color: rgba(255, 255, 255, .8);
	display: inline-block;
	width: 39px;
	line-height: 32px;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
}

.ss-services-c-num {
	color: #13181b;
	border: 4px solid #fc8936;
	width: 46px;
	height: 46px;
	line-height: 40px;
	border-radius: 1000px;
	display: block;
	position: absolute;
	background: #fff;
	text-align: center;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	z-index: 3;
	font-weight: 600;
}

.ss-services-icon-con {
	position: static !important;
	width: 150px;
	height: auto;
	background: transparent;
	border-radius: 0;
	transform: none !important;
	text-decoration: none;
	transition: opacity .35s ease, transform .35s ease;
	display: block;
	text-align: center;
}

.ss-services-icon-con.ss-icon-active {
	opacity: 1;
	transform: none;
}

.ss-services-icon-img {
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
	display: block;
	left: auto;
	top: auto;
	border-radius: 500px;
	box-shadow: 0 0 22px 0 rgba(0, 0, 0, .1);
	background: #def2f5;
}

.ss-services-icon-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity .35s ease, transform .35s ease;
}

.ss-services-icon-con:hover .ss-services-icon-img img {
	transform: scale(1.2) rotate(10deg);
}

.ss-services-icon-num {
	position: absolute;
	width: 34px;
	height: 34px;
	line-height: 34px;
	background: #00095b;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	border-radius: 500px;
	z-index: 1;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
}

.ss-services-icon-title {
	background: #fff;
	color: #777;
	text-align: center;
	display: block;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .04);
	border-radius: 10px;
	padding: 9px;
	transform: none;
	top: auto;
	position: relative;
	left: auto;
	min-width: 100%;
	margin-top: 12px;
	white-space: nowrap;
}

.ss-services-icon-title:after {
	content: "";
	background: #fff;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -4px) rotate(45deg);
	border-radius: 3px;
}

.owl-carousel {
	display: none;
	width: 100%;
	position: relative;
	z-index: 1;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-stage {
	position: relative;
	touch-action: manipulation;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.ss_posts_carousel_image {
	margin: 0 20px 30px;
	position: relative;
	z-index: 1;
}

.ss_posts_carousel_image > a {
	display: block;
	border-radius: 10px;
	overflow: hidden;
}

.ss_posts_carousel_image > a img {
	transition: opacity .35s ease, transform .35s ease;
}

.ss_posts_carousel_item:hover .ss_posts_carousel_image > a img {
	transform: scale(1.2);
	opacity: .7;
}

.ss_posts_carousel_item {
	position: relative;
	padding-bottom: 25px;
}

.ss_posts_carousel_date {
	display: block;
	color: #777;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 5px;
}

.ss_posts_carousel_title {
	display: block;
	margin-bottom: 15px;
	color: #00095b;
	text-decoration: none;
}

.ss_posts_carousel_details {
	padding: 0 25px 15px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.ss_posts_carousel_desc {
	color: #777;
}

.ss_posts_carousel_more {
	display: inline-block;
	color: #005174;
	font-size: 20px;
	text-decoration: none;
}

.ss_posts_carousel_m {
	text-align: center;
}

.ss_news_carousel_con {
	display: flex;
	align-items: center;
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
	border-radius: 4px;
	overflow: hidden;
}

.ss_news_carousel_title {
	background: #00095b;
	color: #fff;
	padding: 14px 24px;
	font-weight: 700;
	white-space: nowrap;
}

.ss_news_carousel {
	flex: 1;
	padding: 0 18px;
}

.ss_news_carousel_item a {
	color: #00095b;
	text-decoration: none;
}

.ss_icon_list {
	position: relative;
	display: block;
	text-align: center;
	transition: opacity .35s ease, transform .35s ease;
	clear: both;
}

.ss_icon_list_link {
	position: absolute;
	inset: 0;
	z-index: 3;
}

.ss_icon_list_img {
	width: 118px;
	max-width: 118px;
	margin: 0 auto 14px;
}

.ss_icon_list_img img {
	width: 100%;
	height: auto;
	display: block;
}

.ss_icon_list_title {
	color: #00095b;
	font-size: 21px !important;
	line-height: 1.35 !important;
	margin: 0 0 10px !important;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

.ss_icon_list_desc {
	color: #00095b;
	font-size: 15px;
	line-height: 1.45;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

.ss_icon_list_details {
	position: relative;
	z-index: 2;
	padding: 0;
}

.ss_icon_list .ss_icon_list_desc + .ss_icon_list_desc {
	margin-top: 14px;
}

.ss_icon_list + .ss_icon_list {
	border-top: 1px solid rgba(0, 0, 0, .05);
	padding-top: 10px;
	margin-top: 13px;
}

.ss_icon_list_desc [class*="ss_"],
.ss_icon_list_details [class*="ss_"] {
	white-space: normal;
}

.ss_icon_list:hover {
	transform: scale(.98);
}

.fusion-builder-row .fusion-layout-column,
.fusion-builder-row .fusion-column-wrapper {
	overflow-wrap: anywhere;
}

.fusion-button,
.fusion-button span,
.jwa-main-btn,
.jwa-main-btn span {
	white-space: normal;
}

.flex_cols > .fusion-row > .fusion-layout-column > .fusion-column-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 620px;
	height: auto !important;
	overflow: visible;
	padding-bottom: 34px;
}

.flex_cols > .fusion-row > .fusion-layout-column > .fusion-column-wrapper > * {
	flex-shrink: 0;
}

.flex_cols .fusion-button-wrapper,
.flex_cols .fusion-button,
.flex_cols .jwa-main-btn {
	margin-top: auto !important;
	position: relative;
	z-index: 4;
	align-self: center;
}

.flex_cols .fusion-text,
.flex_cols .fusion-text p {
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

.flex_cols .fusion-text p:last-child {
	margin-bottom: 28px;
}

.flex_cols .fusion-imageframe,
.flex_cols .imageframe-align-center {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1024px) {
	.ss-services-circle {
		transform: none;
		margin-bottom: 40px;
		min-height: auto;
	}

	.ss-services-c-in {
		grid-template-columns: repeat(2, minmax(140px, 1fr));
		gap: 35px 24px;
		padding-top: 0;
	}

	.ss-services-c-in:before {
		display: none;
	}

	.ss-services-c-details-con {
		display: none;
	}

	.ss-services-icon-con {
		position: relative !important;
		left: auto !important;
		top: auto !important;
		transform: none !important;
	}
}

@media (max-width: 640px) {
	.ss-services-c-in {
		grid-template-columns: 1fr;
	}
}
