* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.identity-access-solution {
	padding: 100px 0;
	background-size: cover;
	background-color: #20386c;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("https://d3cconsulting.com/wp-content/uploads/2023/12/building.png");
}

.identity-access-solution .solution-section {
	padding-left: 20px;
}

.identity-access-solution .solution-section .services-heading h1 {
	width: 100%;
	color: #ffffff;
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 60px;
	text-align: center;
	text-transform: capitalize;
}

.identity-access-solution .solution-section .strategies-sec {
	display: flex;
	flex-wrap: wrap;
	margin-top: 100px;
	align-items: center;
	justify-content: center;
}

.identity-access-solution .solution-section .strategies-sec .single-strategy {
	width: 25%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.identity-access-solution .solution-section .strategies-sec .single-strategy .circle {
	z-index: 1;
	width: 150px;
	height: 150px;
	padding: 17px 12px;
	text-align: center;
	border-radius: 50%;
	background-color: #ffffff;
}

.identity-access-solution .solution-section .strategies-sec .single-strategy:nth-child(1) .circle {
	border: solid 15px #8674fe;
}

.identity-access-solution .solution-section .strategies-sec .single-strategy:nth-child(2) .circle {
	border: solid 15px #66c8ff;
}

.identity-access-solution .solution-section .strategies-sec .single-strategy:nth-child(3) .circle {
	border: solid 15px #fd8f66;
}

.identity-access-solution .solution-section .strategies-sec .single-strategy:nth-child(4) .circle {
	border: solid 15px #f9e634;
}

.identity-access-solution .solution-section .strategies-sec .single-strategy .circle-info {
	width: 220px;
	height: auto;
	margin-top: 5px;
	padding: 15px 30px;
	border-radius: 60px;
	background-color: #ffffff;
}

.identity-access-solution .solution-section .strategies-sec .single-strategy .circle-info .title {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	font-style: unset;
	line-height: 20px;
	text-align: center;
	text-transform: capitalize;
}

/*** Small-Screens-(Portrait Mode)-Start ***/
@media (min-width: 280px) and (max-width: 575px) {
	.identity-access-solution .solution-section .services-heading h1 {
		font-size: 24px;
		line-height: 40px;
	}

	.identity-access-solution .solution-section .strategies-sec .single-strategy {
		width: 100%;
		margin-bottom: 60px;
	}

	.identity-access-solution .solution-section .strategies-sec .single-strategy:last-child {
		margin-bottom: 0;
	}

	.identity-access-solution .solution-section {
		padding-left: 0;
	}
}

/*** Small-Screens-(Portrait Mode)-End ***/


/*** Medium-Screens-(Tablet/Ipad Devices)-Start ***/
@media (min-width: 768px) and (max-width: 991px) {
	.identity-access-solution .solution-section .services-heading h1 {
		font-size: 40px;
		line-height: 50px;
	}

	.identity-access-solution .solution-section .strategies-sec .single-strategy {
		width: 50%;
		margin-bottom: 50px;
	}

	.identity-access-solution .solution-section {
		padding-left: 0;
	}
}

/*** Medium-Screens-(Tablet/Ipad Devices)-End ***/

/**************************************/
.flex-me {
	display: flex;
}

@media (min-width: 992px) {
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%
	}
}

@media (max-width: 992px) {
	.flex-me {
		flex-direction: column;
	}
}

/**************************************/