.bg-pink{
	background-color: rgba(250,205,96,1);
}
.text-pink{
	color: rgba(250,205,96,1);
}
.side-border-pink{
	border-top: 7px solid;
	width: 40px;
	border-color: rgba(250,205,96,1);
	height: 7px;
}
.vertical-border{
	border-left: 7px solid;
	width: 7px;
	border-color: rgba(250,205,96,1);
	height: 40px;
}
.radial-bg{
	background: url('/assets/svg/4/misson-bg-circle.svg');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.triangle-bg{
	background: url('/assets/svg/4/misson-bg-triangle-sm.svg');
	background-repeat: no-repeat;
	background-position: right bottom;
}

.design-bg-one{
	background: url('/assets/svg/4/design-1.svg');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 80%;
}

.design-bg-two{
	background: url('/assets/svg/4/design-2.svg');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 80%;
}
.design-bg-three{
	background: url('/assets/svg/4/design-3.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 80%;
}
.design-bg-four{
	background: url('/assets/svg/4/design-4.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 80%;
}
.design-bg-five{
	background: url('/assets/svg/4/design-5.svg');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 80%;
}
.design-bg-six{
	background: url('/assets/svg/4/design-6.svg');
	background-repeat: no-repeat;
	background-color: rgba(250,205,96,1);
	background-position: right top;
	background-size: 80%;
}
.programmes-bg{
	background: url('/assets/svg/4/programmes-bg-circle.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

@media (max-width: 768px) {
	.radial-bg-sm{
		background: url('/assets/svg/4/misson-bg-circle.svg');
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 60%;
	}
	.triangle-bg {
		background-position: 15px bottom !important;
	}
}