h1,h2,h3,h4,h5,h6,p,a,ul,li {
	font-family: "Figtree", sans-serif;
	line-height: 1.4;
}
p,a,ul,li {
	font-weight: 400;
	line-height: 1.6;
}
.main-navigation a.main-navigation-items-link, .main-navigation a.main-navigation-items-link:hover {
	color: #333333 !important;
}
.btn + .btn {
	margin-left: 15px;
}
.btn{
	height:52px;
	margin-top:30px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	font-size: 16px;
	font-weight: 400;
}
.btn-outline-primary {
	line-height: 43px;
	display: inline-block;
	border-radius: 4px;
	min-width: 220px;
	text-align: center;
	font-size: 16px;
	border: 1px solid rgb(147 20 219);
	background: none;
	color: rgb(147 20 219);
	font-weight: 400;
	text-transform: capitalize;
	padding: 5px 25px;
}
.btn-outline-primary:hover {
	background: rgb(147 20 219) !important;
	color: #fff;
}
.service-page-banner h4, .new-title h4, .struggling-channels h4{
	font-size:14px;
	letter-spacing: 2px;
	text-transform:uppercase;
	color: rgb(4, 57, 174);
	font-weight: 600;
	line-height: 1;
	margin-bottom: 30px;
}

.struggling-channels h4:has(+ h2){margin-bottom: 10px;}
.service-page-banner h1, .new-title h2{
	font-size:60px;
	color:#333;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 30px;
}
.new-title h4{margin-bottom: 20px;}
.new-title h2, .struggling-channels h2{
	font-size:44px;
	font-weight: 900;
	margin-bottom: 10px;
}
.service-page-banner h1 span{color: rgb(4, 57, 174);line-height: 1;}
.service-page-banner p, .new-title p, .struggling-channels p, .section p{
	color: #747474;
	font-size:18px;
}
.new-title p{max-width:800px; color:#747474;}
ul.tag {
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
	margin-top: 30px;
	color: rgb(51, 51, 51);
	padding-left: 0;
}
ul.tag li {
	position: relative;
	padding-left: 12px;
	font-size:14px;
}
ul.tag li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: rgb(24 149 70);
	border-radius: 50%;
	top: 50%;
	transform: translateY(-70%);
	left: 0px;
}
.bgwhite {
	padding: 20px 20px;
	border-radius: 10px;
}
.bgwhite .cross {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgb(251 239 239);
	color: rgb(219 36 36);
	margin-right: 10px;
}
.section h3 {
	margin-top: 50px;
	font-size: 20px;
	color: rgb(4 57 174);
	font-weight: 700;
	padding: 15px 25px;	
	border-left: 4px solid rgb(4 57 174);
}
.section .ul-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding-left: 0;
}
.section .ul-list li{
	width: calc(50% - 10px);
	position: relative;
	padding-left: 30px;
	margin: 0;
	font-weight:600;
}
.ul-list li:before {
	content: "\f00c";
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: rgb(24 149 70);
	font-size: 8px;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid rgb(24 149 70);
}
.bgwhite-row{
	padding: 35px 30px;
	border: none;
	border-radius: 10px;
	border-left: 3px solid  rgb(4, 57, 174);
	height: 100%;
	background: #fff;
	box-shadow: 0px 2px 10px #0000001A;
	display: flex;
	gap: 20px;
}
.bgwhite-row h4 {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
.bgwhite-row p, .tab-pane .bgwhite p, .tabbable-line p {
	color: #747474;
	font-size: 18px;
}
.bgwhite-row .numb {
	background: #ebf1fa;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items:center;
	justify-content:center;
	color:rgb(4 57 174);
	font-weight: 700;
}
.bgwhite-row .icon {
	background: #ebf1fa;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	display: flex;
	align-items:center;
	justify-content:center;
}
.bgwhite-row .icon img {
	max-width: 20px;
	max-height: 20px;
}
.capabilities-accodian {
	width: 100%;
}
.capabilities-accodian .panel-title{
	display:flex;
	gap: 20px;
}
.panel-default {
	border: none;
	border-radius: 10px;
	box-shadow: 0px 2px 10px #0000001A;
}
.capabilities-accodian .panel-default>.panel-heading {
	background-color: transparent;
	border-bottom: 1px solid #ddd;
	padding: 20px 20px;
}
.capabilities-accodian .panel-title a {
	display: flex;
	gap: 0 20px;
	align-items: center;
	position:relative;
	width: 100%;
	padding-right:20px;
}
.panel-heading:has(.collapsed) {
	border-bottom: none;
}
.panel-title .numb{	
	background: rgb(4, 57, 174);
	width: 48px;
	height: 48px;
	border-radius: 5px;
	display: flex;
	align-items:center;
	justify-content:center;	
	color:#ebf1fa;
	font-weight: 700;
}
.panel-title .numb:has(+ .collapsed) {
	background: #ebf1fa;
	color: rgb(4, 57, 174);
}
.panel-title a{
	font-size:20px;
	font-weight: 700;
}
.panel-title a:after {
	content: "\f106";
	font: normal normal normal 14px / 1 FontAwesome;
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 21px;
	color: #000;
	transform: translate(0px, -50%);
}
.panel-title a.collapsed:after {
	content: "\f107";
}
.panel-body {
	padding-left: 80px;
}
.panel-body li {
	position: relative;
}
.panel-body li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #0439ae;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
}
.deliverable_txt {
	margin-top: 30px;
	background: #ebf1fa;
	padding: 15px 20px;
	border-radius: 10px;
	border-left: 4px solid #0439ae;
}
.deliverable_txt span {
	color: #0439ae;
	font-weight: 600;
}
.struggling-channels .bgwhite{
	background: #ebf1fa;
	border: 1px solid rgb(12 72 151 / 15%);
	padding: 60px;
	position: relative;
	overflow:hidden;
}
.struggling-channels .bgwhite:before,.struggling-channels .bgwhite:after{
	content: "";
	position: absolute;
	border-radius: 50%;
	background: #0c4897;
	opacity: 0.1;
}
.struggling-channels .bgwhite:before{
	width: 300px;
	height: 300px;
	right:-150px;
	top:-150px;
}
.struggling-channels .bgwhite:after{
	width: 200px;
	height: 200px;
	left:-100px;
	bottom:-100px;
}
.credency-problem {
	margin-bottom: 50px;
}
.section .responsive-tabs li{
	margin-top: 0px;
}
.responsive-tabs li a {
	font-size: 16px;
	font-weight: 600;
	color: #333333;
}
.responsive-tabs li a:hover{
	background: #0439ae;
	color:#fff;
}
.nav-tabs.responsive-tabs >li.active>a, .nav-tabs.responsive-tabs >li.active>a:focus, .nav-tabs.responsive-tabs >li.active>a:hover {
	color: #fff;
	background: #0439ae;
	border: 1px solid #0439ae;
}
.responsive-tabs li.active:after{display:none;}
.tab-content .tab-pane.fade{opacity:1}
.accordion-link, .tab-content>.accordion-link.active {display:none;}
.tab-pane .bgwhite{
	position:relative;	
	padding-top: 45px;
	transition: 0.2s ease-in;
}
.tab-pane .bgwhite:hover{
	transform: translateY(-1px);
}
.tab-pane .bgwhite:before {
	position: absolute;
	content: "";
	width: 32px;
	height: 4px;
	background: #0439ae;
	border-radius: 10px;
	top: 25px;
	transition: 0.2s ease-in;
}
.tab-pane .bgwhite:hover::before {
	width: 48px;}
.tab-pane .bgwhite h4{
	font-size:16px;
}
.tab-pane .bgwhite p{
	font-size:14px;
}
.capabilities-accodian.process-accodian {
	padding-left: 75px;
	position: relative;
}
.process-accodian:before{
	content: "";
	height: calc(100% - 60px);
	width: 2px;
	position: absolute;
	background: linear-gradient(45deg, #0439ae10, #0439ae);
	left: 25px;
	top: 25px;
}
.process-accodian .panel.panel-default{
	position: relative;}
.process-accodian .panel.panel-default:before{
	content: "";
	position: absolute;
	height: 30px;
	width: 30px;
	left: -64px;
	top: 30px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #0b1689;
	transition: .05s ease-in;
}
.process-accodian .panel.panel-default:has(.collapsed)::before {
    background: #fff;
    height: 20px;
    width: 20px;
    left: -59px;
    top: 35px;
	transition: .05s ease-in;
}
.process-accodian .panel.panel-default:after{
	content: "";
	position: absolute;
	height: 16px;
	width: 16px;
	left: -57px;
	top: 37px;
	border-radius: 50%;
	border: 2px solid #0b1689;
	background: #0b1689;
	transition: .05s ease-in;
}
.process-accodian .panel.panel-default:has(.collapsed)::after {
	display: none;
}
.process-accodian .panel-default>.panel-heading {
	padding: 30px 20px;
}
.process-accodian h4.panel-title {
	margin: 0;
}
.process-accodian .step {
	font-size: 13px;
	font-weight: 600;
	color: #0b1689;
	letter-spacing: 2px;
	white-space:nowrap;
}
.process-accodian .panel-title a {
	font-size: 18px;
}
.process-accodian .panel-body {
	padding: 15px 15px 30px 80px;
}
.difference-table {
	margin-top: 70px;
	position: relative;
	background-image: linear-gradient(245deg, #0D193100 0%, #2C2254 0%, #142A48 100%, #11082B0F 100%);
	border-radius: 20px;
	color: #fff;
	padding: 50px;
}
.difference-table:before {
	content: "";
	position: absolute;
	top: -50px;
	left: 46%;
	transform: translateX(-55%);
	height: calc(100% + 100px);
	width: calc(34% + 30px);
	border-radius: 20px;
	background-image: linear-gradient(146deg, #05FEFD 0%, #477DE0 51%, #C805FA 100%);
}
.difference-table .card-gap p {
	font-size: 18px;
	font-weight: 300;
	color: #C5D1EE;
	padding: 5px 15px;
}
.difference-table .row:not(:first-child,:last-child) {
	border-bottom: 1px solid #D5E8FF45;
}
.difference-table .row:not(:last-child, :first-child) .card-gap:nth-child(2) {
	border-bottom: 1px solid #D5E8FF45;
}
.difference-table .row:first-child .card-gap p {
	font-size: 28px;
	font-weight: 600;
	margin-bottom:20px;
}
.difference-table .row:first-child .card-gap p {
	color: #fff !important;
}
.difference-table .row .card-gap{
	width:36%;
}
.difference-table .row .card-gap:nth-child(1){
	width:26%;
}
.difference-table .row .card-gap:nth-child(2) p{
	font-weight:400;
	color:#e7ebf5;
}
.white-border {
	border: 1px solid #D2D2D2;
	background: #fff;
	border-radius: 12px;
	padding: 70px 30px 30px;
	position: relative;
	height: 100%;
}
.white-border .tag-box {
	position: absolute;
	top: 0;
	padding: 5px 10px;
	background: transparent linear-gradient(255deg, #4B72DE 0%, #9048C8 100%, #37A8F7 100%);
	color: #fff;
	border-radius: 0 0 5px 5px;
	font-size: 14px;
	font-weight: 400;
}
.row.data-container {
	height: 115px;
	align-items: center;
	justify-content: center;
}
.data-container img{
	max-height: 90px;
	max-width: 160px;
}
.col-lg-3.col-md-3.col-xs-6:last-child .white-border img {
	height: 40px;
}
.dark-cta h5 {
	background: #0c48974d;
	color: rgb(161, 198, 247);
	border: 1px solid #0c489766;
	display: inline-block;
	padding: 4px 15px;
	border-radius: 20px;
	margin-bottom: 30px;
}
.dark-cta p{
	color: rgb(148, 174, 209);
}
.dark-cta ul {
	align-items: center;
	justify-content: center;
	gap: 0 60px;
	margin-top:30px;
	list-style:disc
}
.dark-cta ul li {
	font-weight: 400;
	color: rgb(148, 174, 209);
}

.section.custom_wins {
    padding: 50px 0 100px;
}
@media only screen and (min-width: 1601px) {

}

@media only screen and (max-width: 1600px) {

}
@media screen and (min-width: 768px) {
}
@media (max-width: 767px) {
	.row.d-flex {
		gap: 15px 0;
	}
	.mt-4 {
		margin-top: 20px !important;
	}
	section.section:first-child {
		margin-top: 60px !important;
	}
	.service-page-banner h4, .new-title h4, .struggling-channels h4{		
		margin-bottom: 15px;
	}
	.service-page-banner h1, .new-title h2 {
		font-size: 36px;
		margin-bottom: 10px;
		margin-top: 0;
	}
	.page-template-tp-general-template-hire p + .btn, .site-content p + .btn {
		margin-top: 15px;
	}
	ul.tag {
		margin-top: 15px;
	}
	.section .ul-list li {
		width: 100%;
		font-size: 16px;
	}
	.ul-list li:before{
		top: 16px;
	}
	.bgwhite-row {
		flex-wrap: wrap;
	}
	.panel-body {
		padding: 0 30px 30px;
	}
	.panel-body li:before{
		top: 15px;
	}
	.section.struggling-channels {
		padding: 0;
	}
	.responsive-tabs {
		display: none;
	}
	.tab-content>.accordion-link{
		display: block;
		background: #ebf1fa;
		padding: 5px 15px;
		border-radius: 5px;
		border: 1px solid #dde2ea;
		font-size: 18px;
		font-weight: 500;
		color:#333333;
		margin-bottom: 10px;
	}
	.tab-content>.accordion-link.active{
		display: block;
		color: #fff;
		background: #0439ae;
		border: 1px solid #0439ae;
	}
	.tab-content>.active {
		margin-bottom: 20px;
	}
	.capabilities-accodian.process-accodian {
		padding-left: 60px;
		padding-right: 20px;
	}
	.capabilities-accodian .panel-title a{
		align-items: flex-start;
	}
	.process-accodian .panel-body {
		padding: 15px 15px 30px 40px;
	}
	.process-accodian:before {
		left: 25px;
	}
	.process-accodian .panel.panel-default:has(.collapsed)::before{
	    left: -44px;
	}
	.process-accodian .panel.panel-default:before{
		left: -48px;
	}
	.process-accodian .panel.panel-default:after{
	    left: -41px;
	}
	.difference-table{
		padding: 20px 0px;
	}
	.difference-table:before{
		left: 50%;
		transform: translateX(-50%);
		width: calc(33% + 30px);
	}
	.difference-table .row:first-child .card-gap p {
		font-size: 18px;}
	.difference-table .row .card-gap:nth-child(1), .difference-table .row .card-gap {
		width: 31%;
	}
	.difference-table .row .card-gap:nth-child(1){padding:0 10px;}
	.difference-table .row .card-gap:nth-child(2) {
		width: 36%;
		padding: 0 10px;
	}
	.difference-table .card-gap:nth-child(3) p{
		padding: 5px 0px;
	}
	.difference-table .row:first-child .card-gap p{
		font-weight: 400;
	}
	.difference-table .row .card-gap:nth-child(2) p{padding:0;}
	.white-border{
		padding: 35px 15px 20px;
	}
	.row.data-container {
		height: 75px;
	}
	.data-container img {
		max-height: 50px;
		max-width: 100px;
	}
	.col-lg-3.col-md-3.col-xs-6:last-child .white-border img {
		height: 20px;
	}
	.section.dark-cta {
		padding: 50px 0;
	}
}


@media only screen and (min-width:480px) and (max-width:800px) {

}

@media only screen and (min-width:320px) and (max-width:480px) {

}