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

.digital-banner-left > h1 {
	font-size: 56px;
	font-weight: 800;
	color: #212121;
	line-height: 70px;
	text-align: left;
	text-transform: capitalize;
}

.digital-banner-left h1 span {
    color: #0083EB;
}

.digital-services{
	background: radial-gradient(107.86% 303.96% at 18.1% 6.09%, #FFF9F3 0%, #F3F6FF 100%);
}
.ready-sec-inr{
	background:#0083EB;

}
.ready-lft-dis > h4 {
	font-size: 42px;
	line-height: 56px;
	margin-bottom: 15px;
}
.ready-lft-dis > p {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 30px;
}
.ready-list li {
	position: relative;
	padding-left: 45px;
	margin-bottom: 15px;
}
.ready-list li .ready-check {
	position: absolute;
	left: 0;
	top: 0;
	display:inline-block;
	width:30px;
	height:30px;
}

.mission-high ul li {
	font-size: 20px;
	flex: calc(50% - 20px);
	max-width: calc(50% - 20px);
	position: relative;
	margin-bottom: 10px;
	padding-left: 40px;
}
.mission-high ul {
	display: flex;
	flex-flow: wrap;
	gap: 20px;
}
.mission-icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: 30px;
	height: 30px;
}

.what-we-card {
	display: flex;
	gap: 10px;
	margin-bottom: 50px;
}
.what-we-dis > h4 {
	color: #000;
	font-size: 24px;
}
.what-icon {
	width: 60px;
	height: 60px;
	display: inline-block;
	/* background: #F0F7FF; */
	border-radius: 50%;
	min-width: 60px;
	min-height: 60px;
	text-align: center;
	padding: 10px;
}
.what-we-digital {
	background: radial-gradient(107.86% 303.96% at 18.1% 6.09%, #FFF9F3 0%, #F3F6FF 100%);
}


/***Innovation section start***/
.innovate-card {
	background: radial-gradient(107.86% 303.96% at 18.1% 6.09%, #FFF9F3 0%, #F3F6FF 100%);
	height: calc(100% - 20px);
	padding: 25px 25px 45px 25px;
}
.digital-service-card {
	border: 1px solid #eee;
	padding: 20px;
	background: #fff;
	position: relative;
	transition: all .3s ease-in-out;
	margin-bottom: 24px;
	height: calc(100% - 24px);
}

.digital-service-card h4 {
	transition: all .2s ease-in-out;
}


.digital-service-card:hover {
	box-shadow: none;
}

.digital-service-card:hover h4 {
	color: #0083EB !important;

}

.digital-serv-icon {
    display: inline-block;
    margin-bottom: 15px;
    height: 60px;
    width: 60px;
}

@media (max-width: 1640px) {
	.digital-serv-icon {
    height: 40px;
    width: 40px;
}
}

.digital-serv-icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.what-we-inr {
	margin-top: 70px !important;
}
/***Innovation section end***/


/***CTA Section Start***/
.web-develop-inr {
	background: #0083EB;
}
.web-contact-dis h4 {
	font-size: 42px;
	color: #fff;
	line-height: 54px;
}
.web-contact-dis 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;
}

/***CTA Section End***/

@media (max-width:767px) {
.web-contact-dis h4 {
	font-size: 22px;
	line-height: 30px;
}

.web-contact-dis p {
	color: #fff;
	font-size: 14px;
}
}