.grd-bg {
	background: radial-gradient(107.86% 303.96% at 18.1% 6.09%, #FFF9F3 0%, #F3F6FF 100%);
}

.common-dis {
	color: #494949;
	font-size: 18px;
	line-height: 1.6;
}

.case-study-banner {
	padding: 140px 0 40px;
	background: radial-gradient(107.86% 303.96% at 18.1% 6.09%, #FFF9F3 0%, #F3F6FF 100%);
	min-height: 85vh;
}

.case-study-banner>h1 {
	font-size: 56px;
	font-weight: 800;
	color: #212121;
	text-align: left;
}

.case-study-banner h1 span {
	color: #0083EB;
}

.case-study-rt {
	text-align: center;
}

.case-study-counter {
	display: flex;
	flex-flow: wrap;
	width: 100%;
	gap: 0px;
	margin-top: 30px;
	padding-top: 20px;
	max-width: 560px;
	width: 100%;
}
.case-counter {
	max-width: calc(25% - 0px);
	flex: calc(25% - 0px);
	text-align: center;
	border-right: 1px solid #ccc;
}

.case-counter:last-child {
	border-right: none;
}

.case-counter h4 {
	font-size: 26px;
	margin-bottom: 4px;
}

.case-icon {
	width: 80px;
	height: 80px;
	background: #fff;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
	line-height: 4.4;
	overflow: hidden;
	margin-right: 20px;
	padding: 4px;
}

.case-std-hd>h4 {
	font-size: 24px;
}

.case-process-rt img {
	width: 100%;
}

.case-ui-img img {
	width: 100%;
}

.case-dis-list ul li {
	margin-bottom: 20px;
	padding-left: 45px;
	position: relative;
	font-size: 18px;
	color: #494949;
	line-height: 1.8;
}

.case-dis-list ul li:last-child {
	margin-bottom: 0px;
}

.case-check {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
}
.board-card {
	padding: 30px 25px;
	border: 1px solid #E5EAF4;
}

.board-card h4 {
	color: #000;
}

.board-card p {
	color: #494949;
	font-size: 18px;
	line-height: 1.8;
}

.tech-card {
	padding: 30px 25px;
	background: #fff;
	margin-bottom: 25px;
}

.tech-card h4 {
	color: #000;
}

.tech-list-btm {
	display: flex;
	align-items: center;
	gap: 15px;
}
.tech-list-btm .tech-card-dtl {
	display: flex;
	align-items: center;
}
.tech-list-btm .tech-card-dtl .tech-btm-icn {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-right: 8px;
}

.tech-list-btm .tech-card-dtl h4 {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 18px
}

.deliver-inr {
	margin-top: 80px;
}

.deliver-card {
	background: #fff;
	padding: 50px;
	text-align: center;
	position: relative;
	border: 1px solid #eee;
	height: calc(100% - 25px);
	margin-bottom: 24px;
}
.deliver-icon {
	width: 71px;
	height: 71px;
	background: #0083EB;
	display: inline-block;
	border-radius: 50%;
	line-height: 3.8;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}

.deliver-card h4 {
	color: #000;
}

.deliver-card p {
	color: #494949;
}

.build-cta-inr {
	padding: 80px 20px;
	background: #0083EB;
}

.build-cta-inr h4 {
	color: #fff;
	font-size: 40px;
	margin-bottom: 15px;
	line-height: 1.4;
}

.build-cta-inr p {
	color: #fff;
	font-size: 18px
}

.theme-new-btn.white {
	background-color: #fff;
	color: #212121;
	border-color: #fff;
}

.theme-new-btn.white:hover {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

/****Case Study Section Start****/

.case-study-card {
	display: block;
	margin-bottom: 30px;
}

.case-study-card .case-study-img img {
	width: 100%;
}

.case-stdy-hd {
	display: flex;
	align-items: center;
	padding: 15px 15px;
	background: radial-gradient(107.86% 303.96% at 18.1% 6.09%, #FFF9F3 0%, #F3F6FF 100%);
}


.case-stdy-dis h4 {
	margin-bottom: 0px;
	font-size: 22px;
	color:#000;
}

.case-stdy-dis p {
	font-size: 16px;
	color: #494949;
}

/****Case Study Section End****/


/**** Andriod app swiper slider css start  ****/

.android-app-swiper-slider {
	position: relative;
}

.androidAppSwiper .swiper-slide {
	filter: saturate(0);
}

.androidAppSwiper .swiper-slide.swiper-slide-active {
	filter: saturate(1);
}

.androidAppSwiper .swiper-slide img {
	height: 474px;
	max-width: 227px;
	object-fit: cover;
}

.mockup-screen {
	height: 500px;
	width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.mockup-screen img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

/**** Andriod app swiper slider css end  ****/
.case-app-btn a {
	display: inline-block;
	transition: all .5s ease-in-out;
}

.case-app-btn a:hover {
	opacity: .85;
}

.case-stdy-icn {
	display: flex;
	width: 56px;
	height: 56px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 15px;
	background: #fff;
	align-items: center;
	justify-content: center;
	min-width: 56px;
	min-height: 56px;
}

.case-stdy-icn img {
	width: 100%;
	height: 100%;
	object-fit: none;
}



/****Portfolio Page Start****/
.portfolio-tabs .nav-item .nav-link {
	color: #000 !important;
	position: relative;
	border: none !important;
	font-size: 24px;
	font-weight: 500;
}

.portfolio-tabs .nav-item .nav-link.active::after {
	opacity: 1 !important;
}

.portfolio-tabs .nav-item .nav-link::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #0083EB;
	opacity: 0;
}

.portfolio-tabs .nav-tabs {
	border: none;
}

.project-tabs-sec .nav-item .nav-link {
	font-size: 18px;
	border: 1px solid #ccc !important;
	border-radius: 0 !important;
}

.project-tabs-sec .nav-item .nav-link::after {
	display: none !important;
}

.project-tabs-sec .nav-item .nav-link.active {
	color: #fff !important;
	border: 1px solid 0083EB !important;
	background: #0083EB !important;

}

/****Portfolio Page End****/

.filter-btn-card {
	display: inline-block;
	border: 1px solid #eaeaea;
	color: #000;
	padding: 10px 16px;
	transition: all .5s ease-in-out;
}

.filter-btn-card.active {
	color: #fff !important;
	border: 1px solid 0083EB !important;
	background: #0083EB !important;
}

.filter-btn-card:hover {
	color: #fff !important;
	border: 1px solid 0083EB !important;
	background: #0083EB !important;
}

.filter-btn-list {
	display: flex;
	gap: 10px;
	flex-flow: wrap;
	margin-top: 20px;
}

.portfolio-main-banner {
	padding: 40px 0 40px;
	background: radial-gradient(107.86% 303.96% at 18.1% 6.09%, #FFF9F3 0%, #F3F6FF 100%);
}


.portfolio-desc h1 span {
	color: #0083EB;
}

.portfolio-slider .swiper-slide img {
	width: 100%;
}

.port-inner-card {
	min-height: 400px;
	width: 100%;
	height: 400px;
	display: flex;
}
.port-inner-card img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.porfolio-slide-main {
	margin-top: 70px !important;
}

.visuals-sec {
	overflow: hidden;
}
.case-dis-list ul li h4 {
	color: #000;
}

@media (max-width:767px) {

.portfolio-main-banner {
	padding: 40px 0 40px;
}
}