.g-bg-customblue{
	background-color: #02a4ff!important;
}

.g-bg-customgrey{
	background-color: #f7f7f7!important;
}

.u-ns-bg-v1-bottom.g-bg-customblue::before, .g-parent.g-bg-customblue .u-ns-bg-v1-bottom::before {
    border-top-color: #02a4ff;
}

.u-ns-bg-v1-bottom.g-bg-customgrey::before, .g-parent.g-bg-customgrey .u-ns-bg-v1-bottom::before {
    border-top-color: #f7f7f7;
}

.u-ns-bg-v1-top.g-bg-customblue::before, .g-parent.g-bg-customblue .u-ns-bg-v1-top::before {
    border-bottom-color: #02a4ff;
}

.u-ns-bg-v1-top.g-bg-customgrey::before, .g-parent.g-bg-customgrey .u-ns-bg-v1-top::before {
    border-bottom-color: #f7f7f7;
}

.bg-ictbpo-count{
	background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/ict-bpo-bg.jpg) no-repeat center center, rgba(0, 0, 0, 0);
    background-blend-mode: overlay;
    background-size: cover;
}

.g-top-custom{
    top: 10rem;
}

.g-min-height-box--md{
	min-height:185px;
}

@media (max-width: 767px) {
	.g-top-custom {
		top: 2rem;
	}
}