/*-------------------------------------------------------------------------------*/
.actions {
	width: 10px;
}

.clear {
	clear: both;
}

.c_footer {
	padding-right: 10px;
	text-align: right;
}

.dnntitle {}

.c_contentpane {
	text-align: left;
	padding: 2px 5px 0px 5px;
}
.wrap_content_container{
	padding: 0 1rem;
}
.ModuleTitle_MenuContainer {
	width: 100px !important;
}




.Footer-Container01 .footer-title {
	margin: 0px 0px 25px;
}

.Footer-Container02 .footer-title {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 9px;
	position: relative;
	margin-bottom: 35px;
}

.Footer-Container02 .footer-title:after {
	content: "";
	border-bottom: 2px solid;
	width: 30px;
	position: absolute;
	left: 0;
	bottom: -1px;
}

@media only screen and (max-width: 767px) {
	.Footer-Container01 .footer-title {
		margin-bottom: 15px;
	}

	.Footer-Container02 .footer-title {
		margin-bottom: 20px;
	}

}

.Footer-light-Container .dnntitle {
	margin-bottom: 25px;
}

.Footer-light-Container .dnntitle h6 {
	color: #dddddd;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0;
}

.Footer-White-Container .dnntitle {
	margin-bottom: 20px;
}

.Footer-White-Container .dnntitle h4 {
	color: #ffffff;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: 0;
}

.Container-01 {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 40px;
	padding-bottom: 45px;
}

.Container-01 .dnntitle {
	margin-bottom: 30px;
}

.Container-01 .dnntitle h3 {
	color: #fd4ea5;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: 0;
	margin: 0;
}


.DnnModule:last-child .Container-01 {
	border: none;
	margin-bottom: 0
}

.H1-Container {
	margin-bottom: 60px;
}

.H2-Container {
	margin-bottom: 50px;
}

.H3-Container {
	margin-bottom: 40px;
}

.H4-Container,
.H5-Container,
.H6-Container {
	margin-bottom: 35px;
}

.SideLineNilperBack-Container {
	background: url(/Portals/0/images/Work-Nilper.png);
	background-repeat: no-repeat;
}

.SideLine-Container .dnntitle,
.SideLineNilperBack-Container .dnntitle {
	text-align: center;
	font-weight: 600;
}

.SideLine-Container .subtitle,
.SideLineNilperBack-Container .subtitle {
	text-align: center;
	color: rgb(0 0 0 / 40%);
	position: relative;
	display: flex;
	gap: 1em;
	font-weight: 500;
	text-transform: uppercase;
	align-items: center;
	letter-spacing: 2px;
}

.SideLine-Container .subtitle:before,
.SideLineNilperBack-Container .subtitle:before {
	content: "";
	display: block;
	height: 1px;
	flex: 1 0 auto;
	background: #CBCBCB;
}

.SideLine-Container .subtitle:after,
.SideLineNilperBack-Container .subtitle:after {
	content: "";
	display: block;
	height: 1px;
	background: #CBCBCB;
	flex: 1 0 auto;
}

.DotInside-Container {}

.DotInside-Container .dnntitle span::before {
	content: "";
	background: var(--accent-color);
	width: 6px;
	height: 6px;
	display: inline-block;
	margin: 0 5px;
	border-radius: 50%;
	box-shadow: 0 0 6px rgba(215, 25, 33, 50%);
}

.DotInside-Container .dnntitle span {
	font-size: 16px;
	font-weight: 600;
}

.IconInside-Container {
	border: 1.5px solid rgb(241, 241, 241);
	position: relative;
}

.IconInside-Container .dnnicon img {
	width: auto;
	height: 16px;
	text-align: center;
	vertical-align: inherit;
	margin: auto 0px;
}

.IconInside-Container .dnntitle {
	margin: 0 30px;
	font-size: 16px;
	font-weight: 600;
}
@media screen and (max-width:480px){
	.IconInside-Container .dnntitle {
	margin: 4px 50px;
	font-size: 16px;
	font-weight: 600;
}
	.IconInside-Container .dnnicon {
	display: inline-block;
	position: absolute;
	right: 2px;
	background: var(--accent-color);
	width: 37px;
	height: 37px;
	border-radius: 50%;
	outline: 2px solid var(--accent-color);
	border: 3px solid #ffffff;
	text-align: center;
	vertical-align: middle;
	top: 21px;
}
}
.IconInside-Container .dnnicon {
	display: inline-block;
	position: absolute;
	right: -19px;
	background: var(--accent-color);
	width: 37px;
	height: 37px;
	border-radius: 50%;
	outline: 2px solid var(--accent-color);
	border: 3px solid #ffffff;
	text-align: center;
	vertical-align: middle;
	top: 21px;
}

.CenterTitle-Container .dnntitle {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
}
.SideTtitle .dnntitle{text-align: right;}