.hero-intro-section {
	position: relative;
	background: linear-gradient(0deg, #EEFAFF 0%, #FFF 100%);
	padding: 100px 0;
	z-index: 1;
}
.hero-intro-section::before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url('../../../assets/images/global-ministry-sec-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	inset: 0;
	z-index: -1;
}
.hero-intro-image-col {
	max-width: 45%;
	width: 100%;
}
.hero-intro-sec-col {
	max-width: 53%;
	width: 100%;
}
.hero-intro-sec-image-wrap {
	padding-top: 304px;
}
.hero-intro-sec-wrapper {
	max-width: 283px;
	padding: 12px;
	border: 1px solid #E5F6FF;
	background: var(--color-white);
	filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.10));
	width: 100%;
	position: relative;
}
.hero-image-one {
	transform: rotate(-17deg);
	left: 3.2%;
	top: 17px;
	/* mask-image: url('../../../assets/images/shape.png');
	mask-repeat: no-repeat; */
}
/* .hero-image-one::after {
	content: "";
	width: 100%;
	height: 100%;
	mask-image: url('../../../assets/images/shape.png');
	position: absolute;
	inset: 0;
} */
.hero-image-two {
	top: 120px;
	transform: rotate(17deg);
	right: 11px;
}
.hero-image-three {
	transform: rotate(-17deg);
	top: -100px;
	left: 27px;
}
.circle-items-wrap {
	margin-top: 94px;
}
.circle-item-wrap {
	padding: 0 22px;
}
.circle-items {
	width: 145px;
	height: 145px;
	background-color: var(--color-brand-blue);
	border-radius: var(--radius-circle);
	box-shadow: 0 18px 26.2px 0 rgba(0, 0, 0, 0.25);
}
.circle-items-name {
	margin: 20px 0 0 0;
	font-family: var(--font-family-body);
	font-weight: var(--fw-700);
	text-align: center;
	text-transform: capitalize;
}
.circle-item-number {
	margin: 8px 0 0 0;
}
.circle-items::before {
	content: "";
	width: calc(100% + 12px);
	height: calc(100% + 10px);
	position: absolute;
	top: -10px;
	left: -7px;
	border: 1px solid var(--color-brand-blue);
	border-radius: var(--radius-circle);
}
.hero-intro-sec-title {
	margin: 0 0 24px 0;
}
.hero-intro-image-row {
	padding-top: 30px;
}
.hero-intro-sec-full-image-wrap {
	position: relative;
	left: -63px;
	top: -40px;
	width: 106.7%;
}
@media screen and (max-width:1860px){
.hero-intro-sec-full-image-wrap {
	top: -20px;
}
}
@media screen and (max-width:1600px){
	.hero-intro-sec-full-image-wrap {
	left: 0;
	top: 0;
	width: 100%;
}
.circle-items-wrap {
	margin-top: 80px;
}
}
@media screen and (max-width:1440px){
.circle-items-wrap {
	margin-top: 65px;
}
}
@media screen and (max-width:1360px){
.hero-intro-section {
	padding: 90px 0;
}
.circle-items {
	width: 140px;
	height: 140px;
}
.hero-intro-sec-wrap {
	align-items: center;
}
}
@media screen and (max-width:1200px){
	.hero-intro-section {
	padding: 80px 0;
}
	.circle-items-wrap {
	margin-top: 55px;
}
.circle-item-wrap {
	padding: 0 16px;
}
.circle-items {
	width: 130px;
	height: 130px;
}
}
@media screen and (max-width:993px){
	.hero-intro-section {
	padding: 50px 0 30px;
}
.hero-intro-image-col {
	max-width: 100%;
	order: 1;
}
.hero-intro-sec-col {
	max-width: 100%;
}
.hero-intro-sec-title {
	margin: 0 0 25px 0;
}
.hero-intro-sec-full-image-wrap {
	width: 65%;
	margin: 20px auto 0 auto;
}
}
@media screen and (max-width:768px){
.hero-intro-sec-full-image-wrap {
	width: 80%;
}
.circle-items {
	width: 110px;
	height: 110px;
}
.circle-items-wrap {
	margin-top: 50px;
}
}
@media screen and (max-width:480px){
.hero-intro-sec-full-image-wrap {
	width: 94%;
}
.hero-intro-sec-title {
	margin: 0 0 20px 0;
}
.circle-item-wrap {
	padding: 0;
}
.circle-items-wrap {
	margin-top: 50px;
	gap: 40px;
	justify-content: center;
}
}