/*--------------------------------------------------------------
  # Challenge 
  --------------------------------------------------------------*/
  .row.text-blue.my-5 {
	align-items: center;
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}

.bg-lightgray {
	background: #f6f9ff;
}

.challenge-we-solve {
	position: relative;
}

.challenge-we-solve ul {
	list-style: none;
	position: relative;
	padding-left: 0;
}

.challenge-we-solve ul li {
	margin-bottom: 15px;
	border-bottom: 1px solid #a8c5cf;
	position: relative;
	padding-left: 37px;
	padding-top: 5px;
}

.challenge-we-solve ul li:last-child {
	border-bottom: 0px transparent !important;
}

.challenge-we-solve ul li:before {
	font-weight: 700;
	content: "";
	position: absolute;
	left: -8px;
	background: url(../../images/list-icon.svg) no-repeat center center;
	width: 30px;
	height: 30px;
	top: 5px;
}

.challenge-we-solve ul li h3,.challenge-we-solve ul li h2 {
	line-height: 140%;
	font-size: 20px !important;
	color: #0a72c2;
}

section.portfolio-detail {
	overflow: hidden;
}

.left-side-content.bg-lightgray:after {
	left: 100%;
	content: "";
	width: 200%;
	display: block;
	background-color: #f6f9ff;
	height: 100%;
	right: auto;
	position: absolute;
	z-index: 0;
	top: 0;
}

.left-side-content.bg-lightgray {
	position: relative;
	z-index: 1;
}

.portfolio-left-side .text-start {
	padding-right: 30px;
}

.border-radius-12 {
	border-radius: 12px;
}

@media (max-width: 767px) {
	.challenge-we-solve ul {
		padding-left: 0;
	}

	.challenge-we-solve ul li {
		padding-bottom: 10px;
		padding-left: 30px;
	}

	.challenge-we-solve ul li:before {
		top: 5px;
		width: 25px;
		height: 25px;
		background-size: 100%;
	}

	.portfolio-left-side .text-start {
		padding-right: 00px;
	}

	.row.text-blue.my-5 .col-2,
	.row.text-blue.my-5 .col-10 {
		width: 100%;
		text-align: center;
	}

	.row.text-blue.my-5 .col-10 .d-flex {
		justify-content: center;
		padding-left: 0;
		border-left: 0;
		text-align: center;
		padding-top: 10px;
	}

	.row.text-blue.my-5.col-10 .d-flex * {
		text-align: center;
	}

	.portfolio-left-side * {
		text-align: start;
	}
}

@media (max-width: 768px) {
	.left-side-content.bg-lightgray {
		margin-left: 0px;
	}

	.left-side-content.bg-lightgray h2.font-30.font-light.mt-4 {
		text-align: center;
	}

	.left-side-content.bg-lightgray:after {
		left: -14px;
		z-index: -1;
	}
}

/* .bullet-listing design */
.bullet-listing {padding-left:21px}
ul li .bullet-listing {
	padding-left: 0;
	list-style-type: initial !important;
}

.custom-li .bullet-listing {
	margin-left: -16px;
	position: relative;
	margin-top: 1rem !important;
}

ul li .bullet-listing li {
	font-size: 18px;
	color: #223037;
	font-weight: 400;
	padding-left: 0px !important;
	border: 0;
	margin-bottom: 0;
	line-height: 28px;
	padding-top: 0;
}

.bullet-listing li::before {
	display: none;
}

.bullet-listing li::marker {
	color: #fac848;
	font-size: 22px;
}

.text-blue h2,
.text-blue p {
	color: #012d61;
}

.text-blue .d-flex {
	border-left: 1px solid #a8c5cf;
	padding-left: 30px;
}
.portfolio-left-side h3{
	font-family:"Inter",sans-serif;font-size:26px!important;font-weight:400;line-height:32px;color:#051e29;text-align:start;
	margin-top: 1.5rem !important;
  }

@media (max-width: 1599px) {
	.bullet-listing li {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.bullet-listing li {
		font-size: 16px;
	}
}
 
.post-navigation .nav-links{display:flex; margin-bottom:1rem!important}
.post-navigation .nav-links .nav-previous {margin-right: 1rem!important;} 
.post-navigation .nav-links .pagin-bt {
	height: 50px;
    width: 50px;
    z-index: 5;
    border-radius: 6px;
    /* background-color: #fff; */
    transition: 0.5s all;
    font-size: 0;
    border: 0;
    box-shadow: none;
    outline: none;
    background-image: url(../../images/arrow-next.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 9px;
}
.post-navigation .nav-links .pagin-bt.disable{background-color:#e4edff;cursor:none;pointer-events:none}
.post-navigation .nav-links .pagin-bt:hover{background-color:#fac848}
.post-navigation .nav-links .pagin-bt.prev{transform:rotate(180deg)}
 
@media (max-width: 1599px) {
	.post-navigation .nav-links .pagin-bt{width:40px;height:40px;background-size:7px}.page-of{font-size:16px}
}
