.diagram-cycle .custom_background {
	background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 7px;
}
.diagram-cycle .cls-1,
.diagram-cycle .cls-2 {
	fill:#FC9E00;
}
.diagram-cycle .cls-2,
.diagram-cycle .cls-3 {
	fill-rule:evenodd;
}
.diagram-cycle .cls-3 {
	fill:#fc9e00;
}
.diagram-cycle .cls-4 {
	fill:#3f3f3f;
}

.diagram-cycle a:hover .cls-1,
.diagram-cycle a:hover .cls-2 {
	fill: #FC9E00;
}

.diagram-cycle a.active .cls-1,
.diagram-cycle a.active .cls-2,
.diagram-cycle a.active .cls-4 {
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	fill: #384141;
}

.diagram-cycle a.active .cls-1.font_color,
.diagram-cycle a.active .cls-2.font_color,
.diagram-cycle a.active .cls-4.font_color {
	fill: #fff;
}

.diagram-cycle .fas.fa-circle {
	font-size: 4px;
	color: #FC9E00;
	vertical-align: middle;
}

.diagram-cycle .title_font_size {
	font-size: 1.5em;
}

.style_number_description {
	background-color: #384141;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: white;
    font-weight: 600;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	padding-top: 3px;
	margin-left: 15px;
}

.style_title_description {
	margin-top: 5px;
	margin-left: 10px;
}

#diagrams-section {
	padding: 30px 0 !important;
}

/* phone */
@media screen and (max-width: 425px) {
	.diagram-cycle li {
		font-size: 12px;
	}
}

/* tablet */
@media screen and (max-width: 767.99px) {
	.diagram-cycle li {
		font-size: 12px;
	}
}

@media screen and (min-width: 768px) {
	#diagrams-section {
		/* height: 850px !important; */
	}
	.diagram-cycle li {
		font-size: 12px;
	}
	.custom-container {
		width: 85%;
	}
	.diagram-cycle .title_div {
		min-height: 60px !important;
		margin-bottom: 15px;
	}
}

/* laptop */
@media screen and (min-width: 1024px) {
	#diagrams-section {
		/* height: 890px !important; */
	}
	.diagram-cycle .title_font_size {
		font-size: 1.6em;
	}
	.diagram-cycle li {
		font-size: 13px;
	}
}

@media screen and (min-width: 1200px) {
	#diagrams-section {
		/* height: 850px !important; */
	}
}

/* laptop L */
@media screen and (min-width: 1440px) {
	#diagrams-section {
		/* height: 900px !important; */
	}
	.diagram-cycle li {
		font-size: 13px;
	}
	.diagram-cycle .title_font_size {
		font-size: 1.7em;
	}
}

/* XL */
@media screen and (min-width: 2000px) {
	#diagrams-section {
		/* height: 920px !important; */
	}
	.diagram-cycle li {
		font-size: 14px;
	}
	.diagram-cycle .title_font_size {
		font-size: 1.8em;
	}
	.custom-container {
		width: 60%;
	}
}