@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* font-family: "Inter", sans-serif; */

.fix-width-1175 {
	max-width: 1175px;
	width: 100%;
}


.header-new.header {
	/* position: relative; */
	z-index: 999;
	background: #ffffff;
}

.header-new.header .navbar {
	padding: 0;
	flex-direction: row;
	gap: 15px;
}

.header-new.header .navbar-toggler {
	position: relative;
	width: 22px;
	height: 18px;
	padding: 0;
	box-shadow: none !important;
	border: none;
	background: transparent;
	z-index: 9999;
}

.header-new.header .navbar-toggler .hamburger {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.header-new.header .navbar-toggler .hamburger-toggle {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}

.header-new.header .navbar-toggler .hamburger span {
	width: 100%;
	height: 2px;
	background: #002D74;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.header-new.header .navbar-toggler.open .hamburger span:first-child {
	top: 8px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.header-new.header .navbar-toggler.open .hamburger span:nth-child(2) {
	opacity: 0;
}

.header-new.header .navbar-toggler.open .hamburger span:last-child {
	margin: 0;
	top: -8px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

/* .header-new.header .navbar-toggler.collapsed .hamburger span {
	opacity: 1 !important;
	top: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
} */

.navbar-toggler {
	/* background-color: transparent !important; */
}

.lottie_logo{
	width: 100% !important;
}
.header-new.header .navbar-brand {
	/* position: absolute;
	left: 0; */
	z-index: 9999;
	padding: 0;
}

.header-new.header .navbar-collapse {
	justify-content: center;
	flex-wrap: wrap;
}

.header-new.header .navbar-nav {
	margin: 0;
}

.header-new.header .navbar-nav .nav-item {
	padding: 0;
	margin: 0 15px;
}

.header-new.header .navbar-nav .nav-item:first-child {
	margin-left: 0;
}

.header-new.header .navbar-nav .nav-item:last-child {
	margin-right: 0;
}

.header-new.header .navbar-nav .nav-item .nav-link {
	position: relative;
	display: flex;
	align-items: center;
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 172%;
	color: #1F2023;
	/* padding: 48px 0; */
	padding: 27px 0;
	margin: 0;
}

.header-new.header .navbar-nav .nav-item .nav-link:hover {
	color: #1668D7;
}

/* .header-new.header .navbar-nav .nav-item .nav-link:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	margin-top: 18px;
	height: 5px;
	width: 0;
	background: #B9DF10;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
} */

.header-new.header .navbar-nav .nav-item.active .nav-link,
.header-new.header .navbar-nav .nav-item.current-menu-item .nav-link,
.header-new.header .navbar-nav .nav-item.current-menu-parent .nav-link,
.header-new.header .navbar-nav .nav-item.current_page_parent .nav-link,
.header-new.header .navbar-nav .nav-item .nav-link.active,
.header-new.header .navbar-nav .nav-item .nav-link.current-menu-item,
.header-new.header .navbar-nav .nav-item .nav-link.current-menu-parent,
.header-new.header .navbar-nav .nav-item .nav-link.current_page_parent,
.header-new.header .navbar-nav .nav-item .nav-link:hover {
	color: #1668D7;
}

.header-new.header .navbar-nav .dropdown {
	position: unset !important;
}

.header-new.header .navbar-nav .dropdown>a:after {
	position: relative !important;
	top: 0 !important;
	width: 10px !important;
	height: 5px !important;
	/* background: url("../assets/images/mega-menu-nav-link-arrow-not-open.svg") no-repeat !important; */
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' width='14' height='7' viewBox='0 0 14 7' fill='none'%3E%3Cpath d='M12.28 1.46655L7.9333 5.81322C7.41997 6.32655 6.57997 6.32655 6.06664 5.81322L1.71997 1.46655' stroke='%231F2023' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100% !important;
	border: none !important;
	margin-left: 10px !important;
	transition: 0.4s !important;
	-webkit-transition: 0.4s !important;
	-moz-transition: 0.4s !important;
	-ms-transition: 0.4s !important;
	-o-transition: 0.4s !important;
}

.header-new.header .navbar-nav .dropdown>a:hover:after {
	/* background: url('../assets/images/mega-menu-nav-link-arrow-open.svg') no-repeat !important; */
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' width='14' height='7' viewBox='0 0 14 7' fill='none'%3E%3Cpath d='M12.28 1.46655L7.9333 5.81322C7.41997 6.32655 6.57997 6.32655 6.06664 5.81322L1.71997 1.46655' stroke='%231668D7' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100% !important;
}

.header-new.header .navbar-nav .dropdown-menu {
	left: 0;
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-moz-box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* .header-new.header .h-free-signin-block {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
} */

.header-new.header .h-free-signin-block .btn {
	/* margin: 0 7px; */
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 125%;
	padding: 12px 15px;
}

.header-new.header .h-free-signin-block .btn:first-child {
	margin-left: 0;
}

.header-new.header .h-free-signin-block .btn:last-child {
	margin-right: 0;
}


/* mega-menu-tabing */
.header-new .mega-menu-tabing {
	display: flex;
	flex-wrap: wrap;
}

.header-new .mega-menu-tabing>* {
	flex: 1 0 0;
	max-width: 100%;
}

.header-new .mega-menu-tabing .mega-menu-tab-items {
	flex: 0 0 auto;
	/* width: 447px; */
	width: 375px;
	background: #EDF1F6;
	/* padding: 120px 50px 35px; */
	padding: 80px 62px 35px;
}

.header-new .mega-menu-tabing .mega-menu-tab-items .nav-tabs {
	border: none;
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header-new .mega-menu-tabing .mega-menu-tab-items .nav-tabs .nav-item {
	display: block;
	margin: 0 0 45px !important;
	padding: 0;
	list-style-type: none;
}

.header-new .mega-menu-tabing .mega-menu-tab-items .nav-tabs .nav-item:last-child {
	margin-bottom: 0;
}

.header-new .mega-menu-tabing .mega-menu-tab-items .nav-tabs .nav-item .nav-link {
	padding: 0 !important;
	border: none;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.header-new .mega-menu-tabing .mega-menu-tab-items .nav-tabs .nav-item .nav-link:before {
	display: none;
}

.header-new .mega-menu-tabing .mega-menu-tab-items .nav-tabs .nav-item .nav-link:hover .mega-tab-item-block .mega-tab-item-detail .tab-item-title,
.header-new .mega-menu-tabing .mega-menu-tab-items .nav-tabs .nav-item .nav-link.active .mega-tab-item-block .mega-tab-item-detail .tab-item-title {
	color: #0C62FB;
}

.header-new .mega-menu-tabing .mega-menu-tab-items .nav-tabs .nav-item .nav-link:hover .mega-tab-item-block .mega-tab-item-detail .tab-item-title *:after,
.header-new .mega-menu-tabing .mega-menu-tab-items .nav-tabs .nav-item .nav-link.active .mega-tab-item-block .mega-tab-item-detail .tab-item-title *:after {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' width='15' height='18' viewBox='0 0 15 18' fill='none'%3E%3Cpath d='M7.54883 4.74194L13.3571 10.5502L7.54883 16.3584' stroke='%230C62FB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.3566 10.5496L1 10.5496' stroke='%230C62FB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
}

.header-new .mega-menu-tabing .mega-menu-tab-items .mega-tab-item-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: left;
}

.header-new .mega-menu-tabing .mega-tab-item-block>* {
	flex: 1 0 0;
	max-width: 100%;
}

.header-new .mega-menu-tabing .mega-tab-item-block .mega-tab-item-icon {
	flex: 0 0 auto;
	width: 50px;
	height: 50px;
	padding: 10px;
	display: flex;
	margin-right: 18px;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	box-shadow: 0px 4px 20px 0px rgba(23, 15, 73, 0.08);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.header-new .mega-menu-tabing .mega-tab-item-block .mega-tab-item-icon * {
	width: 40px;
}

.header-new .mega-menu-tabing .mega-tab-item-block .mega-tab-item-detail .tab-item-title {
	font-family: 'SofiaProBold';
	font-size: 16px;
	line-height: 24px;
	color: #170F49;
	margin-bottom: 7px;
}

.header-new .mega-menu-tabing .mega-tab-item-block .mega-tab-item-detail .tab-item-title * {
	display: inline-flex;
	align-items: center;
	position: relative;
	font-family: inherit;
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.header-new .mega-menu-tabing .mega-tab-item-block .mega-tab-item-detail .tab-item-title>*:after {
	position: relative;
	content: "";
	width: 15px;
	height: 18px;
	margin-left: 12px;
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' width='15' height='18' viewBox='0 0 15 18' fill='none'%3E%3Cpath d='M7.54883 4.74194L13.3571 10.5502L7.54883 16.3584' stroke='%23170F49' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.3566 10.5496L1 10.5496' stroke='%23170F49' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
}

.header-new .mega-menu-tabing .mega-tab-item-block .mega-tab-item-detail .tab-item-title a {
	color: inherit;
}

.header-new .mega-menu-tabing .mega-tab-item-block .mega-tab-item-detail .tab-item-title a:hover {
	color: #B9DF10;
}

.header-new .mega-menu-tabing .mega-tab-item-block .mega-tab-item-detail .detail {
	font-family: 'DMSansRegular';
	font-size: 18px;
	line-height: 111.111%;
	color: #6F6C90;
}

.header-new .mega-menu-tabing .mega-tab-item-block .mega-tab-item-detail .detail *:last-child {
	margin-bottom: 0;
}

.header-new .mega-menu-tabing .mega-menu-tab-content {
	/* padding: 80px 70px 50px; */
	padding: 50px;
	max-height: 575px;
	overflow: auto;
	background: #F9FAFB;
}

.header-new .mega-menu-tabing .mega-menu-tab-content .common-mega-tab-content>.row {
	/* margin: 0 -35px; */
	margin: 0 -25px;
}

.header-new .mega-menu-tabing .mega-menu-tab-content .common-mega-tab-content>.row>* {
	/* padding: 0 35px; */
	/* padding: 0 25px; */
}

.header-new .mega-menu-tabing .mega-menu-tab-content .tab-content {
	padding: 0;
}

.header-new .mega-menu-tabing .common-mega-tab-title {
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 142%;
	color: #475467;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.header-new .company-header .mega-menu-tabing .common-mega-tab-title {
	margin-bottom: 4px;
}

.header-new .platform-dropdown.company-header .mega-menu-tabing .mega-menu-tab-content .common-mega-menu-content-3-img {
	margin-top: 15px;
}

.header-new .mega-resources-tab-pane .mega-menu-tab-flex {
	display: flex;
}

.header-new .mega-resources-tab-pane .mega-menu-tab-flex .common-mega-menu-content {
	width: 32%;
	flex: 0 0 auto;
	margin: 0 24px 0 0;
}

.header-new .mega-resources-tab-pane .mega-menu-tab-flex .common-mega-menu-content:last-child {
	margin-right: 0;
}

.header-new .mega-resources-tab-pane .mega-menu-tab-flex .common-mega-menu-content ul li {
	flex: 0 0 100%;
}

.header-new .mega-menu-tabing .common-mega-tab-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.header-new .mega-menu-tabing .common-mega-tab-title a {
	text-decoration: none;
}

.header-new .mega-menu-tabing .common-mega-tab-title a:hover {
	color: #54C0E8;
}

.header-new .mega-menu-tabing .mega-tab-block {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}

.header-new .mega-menu-tabing .mega-tab-block>* {
	flex: 1 0 0;
	max-width: 100%;
}

.header-new .mega-menu-tabing .mega-tab-block .tab-icon {
	flex: 0 0 auto;
	width: 45px;
	height: 45px;
	padding: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	margin-right: 20px;
	box-shadow: 0px 4px 20px 0px rgba(23, 15, 73, 0.08);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.header-new .mega-menu-tabing .mega-tab-block .tab-icon * {
	width: 42px;
}

.header-new .mega-menu-tabing .mega-tab-block .tab-title {
	font-family: 'PoppinsSemiBold';
	font-size: 14px;
	line-height: 21px;
	color: #002D74;
	margin-bottom: 4px;
}

.header-new .mega-menu-tabing .mega-tab-block .tab-title * {
	font-family: inherit;
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.header-new .mega-menu-tabing .mega-tab-block .tab-title a {
	text-decoration: none;
}

.header-new .mega-menu-tabing .mega-tab-block .tab-title a:hover {
	color: #0C62FB;
}

.header-new .mega-menu-tabing .mega-tab-block .tab-detail .detail {
	font-family: 'PoppinsRegular';
	font-size: 14px;
	line-height: 21px;
	color: rgba(25, 25, 25, 0.9);
}

.header-new .mega-menu-tabing .mega-tab-block .tab-detail .detail *:last-child {
	margin-bottom: 0;
}

.header-new .mega-menu-tab-content .common-mega-tab-list ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.header-new .mega-menu-tab-content .common-mega-tab-list ul li {
	font-family: 'PoppinsSemiBold';
	font-size: 14px;
	line-height: 21px;
	flex: 0 0 50%;
	list-style-type: none;
	color: #002D74;
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}

.header-new .mega-menu-tab-content .common-mega-tab-list ul li span {
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	display: block;
	margin: 0 15px 0 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.header-new .mega-menu-tab-content .common-mega-tab-list ul li a {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 172%;
	color: #101828;
	text-decoration: none;
}

.header-new .mega-menu-tab-content .common-mega-tab-list ul li a:hover {
	color: #1668D7;
}

.header-new .mega-menu-case-study-block {
	width: 260px;
	flex: 0 0 auto;
	padding: 36px 27px;
	background-color: #002D74;
	margin: 0 0 0 49px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.header-new .mega-menu-case-study-top h5 {
	font-family: 'PoppinsRegular';
	font-size: 12px;
	line-height: 18px;
	color: #54C0E8;
	margin: 0 0 6px;
}

.header-new .mega-menu-case-study-top p {
	font-family: 'PoppinsSemiBold';
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	margin: 0;
}

.header-new .mega-menu-case-study-bottom a {
	font-family: 'PoppinsRegular';
	font-size: 12px;
	line-height: 18px;
	color: #54C0E8;
	text-decoration: none;
}

.header-new .mega-menu-case-study-bottom a:hover {
	color: #fff;
}

.header-new .mega-menu-tab-inner {
	display: flex;
}

.header-new .mega-menu-case-study-bottom {
	width: 100%;
	text-align: right;
}

.header-new .mega-menu-tabing .mega-industry-tab-pane .common-mega-tab-title {
	margin-bottom: 18px;
}

.header-new .common-mega-tab-content .detail {
	font-family: 'PoppinsRegular';
	font-size: 14px;
	line-height: 21px;
	color: rgba(25, 25, 25, 0.9);
	margin: 0 0 24px;
}

.header-new .common-mega-tab-content .detail p {
	margin: 0;
}

.header-new .mega-resources-tab-pane .common-mega-tab-list ul li {
	font-family: 'PoppinsRegular';
}

.header-new .features-menu {
	display: block;
}

.header-new .menu-bottom {
	padding: 15px 75px;
	background-color: #EDF1F6;
}

.header-new .menu-bottom ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-new .menu-bottom ul li {
	list-style-type: none;
	padding: 0 27px;
	border-right: 1px solid rgba(12, 98, 251, 0.3);
}

.header-new .menu-bottom ul li:last-child {
	padding-right: 0;
	border-right: none;
}

.header-new .menu-bottom ul li a {
	font-family: 'SofiaProBold';
	font-size: 16px;
	line-height: 24px;
	color: #0C62FB;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-new .menu-bottom ul li a:hover {
	opacity: 0.8;
}

.header-new .menu-bottom ul li a img {
	margin: 0 0 0 12px;
}

/* .header-new .mega-menu-tabing .mega-resources-tab-pane .common-mega-tab-title {
	margin-bottom: 36px;
} */

/* .header-new .mega-menu-tabing .mega-resources-tab-pane .mega-menu-tab-main {
	padding: 100px 25px 120px;
} */

.header-new .mega-menu-tabing .mega-resources-tab-pane .common-mega-tab-content {
	padding: 0;
}

.header-new .features-menu .common-mega-tab-content {
	padding: 50px;
}

.header-new .features-menu .mega-menu-tab-content {
	padding: 0;
}

/* mega-menu-tabing */

/* common */

.figure-with-no-margin figure {
	margin: 0;
}

/* common */

/* 21-9-2024 */

.header-new .mega-resources-tab-pane .mega-menu-tab-flex .common-mega-menu-content .new-common-dropdown-for-list ul li {
	/* display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 12px; */
	margin-bottom: 0;
	/* border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px; */
}

.header-new .mega-resources-tab-pane .mega-menu-tab-flex .common-mega-menu-content .new-common-dropdown-for-list ul li a {
	display: inline-flex;
	align-items: flex-start;
	width: 100%;
	gap: 12px;
	padding: 12px;
	margin-bottom: 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.header-new .mega-resources-tab-pane .mega-menu-tab-flex .common-mega-menu-content .new-common-dropdown-for-list ul li a:hover
 {
	background: #F4F9FF;
}

.header-new .mega-resources-tab-pane .mega-menu-tab-flex .common-mega-menu-content .new-common-dropdown-for-list ul li.current-menu-item a,
.header-new .mega-resources-tab-pane .mega-menu-tab-flex .common-mega-menu-content .new-common-dropdown-for-list ul li.current-menu-parent a,
.header-new .mega-resources-tab-pane .mega-menu-tab-flex .common-mega-menu-content .new-common-dropdown-for-list ul li.current_page_parent a,
.header-new .mega-resources-tab-pane .mega-menu-tab-flex .common-mega-menu-content .new-common-dropdown-for-list ul li.active a,
.header-new .mega-resources-tab-pane .mega-menu-tab-flex .common-mega-menu-content .new-common-dropdown-for-list ul li a.current-menu-item,
.header-new .mega-resources-tab-pane .mega-menu-tab-flex .common-mega-menu-content .new-common-dropdown-for-list ul li a.current-menu-parent,
.header-new .mega-resources-tab-pane .mega-menu-tab-flex .common-mega-menu-content .new-common-dropdown-for-list ul li a.current_page_parent,
.header-new .mega-resources-tab-pane .mega-menu-tab-flex .common-mega-menu-content .new-common-dropdown-for-list ul li a.active {
	background-color: #F4F9FF;
}

/* .header-new .mega-resources-tab-pane .mega-menu-tab-flex .common-mega-menu-content .new-common-dropdown-for-list ul li>.img-icon { */
.header-new .mega-resources-tab-pane .mega-menu-tab-flex .common-mega-menu-content .new-common-dropdown-for-list ul li .img-icon {
	width: 24px;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.common-mega-menu-content-3-img {
	margin-bottom: 24px;
}

.common-mega-menu-content-3-img img {
	width: 100%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.common-mega-menu-content-3-title {
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #101828;
	margin-bottom: 4px;
}

.common-mega-menu-content-3-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-bottom: 0;
}

.common-mega-menu-content-3-text {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 142%;
	color: #475467;
	margin-bottom: 12px;
}

.common-mega-menu-content-3-text * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-bottom: 0;
}

.mega-read-more {
	display: flex;
	align-items: center;
	gap: 8px;
}

.common-mega-menu-content-3-btn {
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 143%;
}

.common-mega-menu-content-3-btn a {
	color: #1668D7;
}

/* .common-mega-menu-content-3-btn a:hover {
	color: #1F2023;
} */

.common-mega-menu-content-3-btn * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-bottom: 0;
}

/* 21-9-2024 */



/* 1-10-24 */

.header-new.header .navbar-nav .dropdown-menu.platform-dropdown.case-study {
	max-width: 692px;
}

.header-new .platform-dropdown.case-study .mega-resources-tab-pane .mega-menu-tab-flex .common-mega-menu-content-above {
	flex: auto;
}

.header-new .platform-dropdown.case-study .mega-menu-tabing .mega-resources-tab-pane .mega-menu-tab-flex {
	/* min-height: 444px; */
	/* min-height: 407px; */
}

.header-new .platform-dropdown.company-header .mega-menu-tabing .mega-menu-tab-content .new-common-dropdown-for-list ul li {
	font-family: 'Inter';
}

.header-new .platform-dropdown.company-header .mega-menu-tabing .mega-menu-tab-content .new-common-dropdown-for-list ul li .title {
	font-family: inherit;
	font-weight: 500;
	color: #101828;
}

.header-new .platform-dropdown.company-header .mega-menu-tabing .mega-menu-tab-content .new-common-dropdown-for-list ul li .title * {
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.case-recognitions-img {
	display: flex;
	justify-content: space-between;
	align-items: center;
	row-gap: 28px;
}

.case-recognitions-img img {
	width: 100%;
	height: 100%;
	max-width: 75px;
}

/* .case-recognitions-img .recognitions-1 {
	max-width: 90px;
} */

.case-study-bottom .common-mega-tab-title * {
	background: linear-gradient(90deg, #563AE1 0%, #01E5C9 46%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.company-header .case-study-bottom .common-mega-tab-title * {
	display: inline-block;
	background: linear-gradient(90deg, #563AE1 0%, #01E5C9 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.company-header .new-common-dropdown-for-list .common-mega-menu-content-3-text {
	margin: 0;
}


.back-menu {
	display: inline-block;
	color: #0D6EFD;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	/* 150% */
}

.back-menu * {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.top-back {
	background-color: #fff;
	padding: 20px 16px;
	border-bottom: 6px solid #F9FAFB;
}

/* 1-10-24 */


.header.open .navbar-brand {
	z-index: 9;
}





/* ======================= Page ========================= */

.common-title {
	font-family: "Inter", sans-serif;
	color: #1D3A5B;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -0.48px;
}

.common-title * {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.common-detail {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #475467;
	font-weight: 600;
}

.common-detail * {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.detail {
	font-family: "Inter", sans-serif;
	color: #475467;
	font-size: 14px;
	font-weight: 400;
	line-height: 157.143%;
}

.detail * {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	color: inherit;
	font-weight: inherit;
	margin: 0;
}

.paragraph-medium {
	font-size: 20px;
	line-height: 150%;
	color: #475467;
}

.paragraph-medium * {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	color: inherit;
}

.block-title {
	font-family: "Inter", sans-serif;
	color: #1D3A5B;
	font-size: 50px;
	font-weight: 700;
	line-height: 68px;
	/* 136% */
	letter-spacing: -1px;
}

.block-title * {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	color: inherit;
	font-weight: inherit;
	margin: 0;
}

.deliver-scalable-block {
	max-width: 496px;
	width: 100%;
	margin: 0 0 0 auto;
}
.deliver-scalable-block-2 {
	max-width: 496px;
	width: 100%;
	margin: 0 auto 0 0;
}


.deliver-scalable-img {
	background: #F4F9FF;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 580px;
	width: 100%;
	height: 480px;
	margin: 0 auto 0 0;
}

.deliver-scalable-img * {
	max-width: 480px;
	max-height: 90%;
}

.deliver-scalable-top .detail {
	padding-top: 10px;
}

.deliver-scalable-list ul {
	margin: 0;
	padding: 40px 0 0 0;
	list-style-type: none;
}

.deliver-scalable-list li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 12px;
	padding-bottom: 32px;
}

.deliver-scalable-list li:last-child {
	padding: 0;
}

.deliver-scalable-list li .right-list > span {
	display: block;
}

.deliver-scalable-list li .right-list span {
	font-family: "Inter", sans-serif;
	color: #475467;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	/* 137.5% */
	padding-bottom: 5px;
}

.deliver-scalable-main {
	padding: 100px 0;
}

.deliver-scalable-section .row {
	padding-bottom: 100px;
}

.deliver-scalable-section .row:last-child {
	padding: 0;
}

.deliver-scalable-section .row:nth-child(even) {
	flex-direction: row-reverse;
}

.deliver-scalable-section .row:nth-child(even) .deliver-scalable-block {
	margin: 0 auto 0 0;
}

.deliver-scalable-section .row:nth-child(even) .deliver-scalable-img {
	margin: 0 0 0 auto;
}

.tag-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.tag-title img {
	margin-right: 8px;
}

.all-in-one-main {
	padding: 80px 0 160px;
	position: relative;
}

.all-in-one-main .all-in-one-title .detail {
	max-width: 775px;
	width: 100%;
	font-size: 16px;
}

.all-in-one-wrp {
	position: relative;
}

.all-in-one-1 {
	position: absolute;
	top: 0;
	right: 0;
}

.all-in-one-2 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.all-in-one-title .block-title {
	padding: 10px 0 3px;
}


.all-in-one-block {
	position: relative;
	padding: 38px 28px 28px;
	border-radius: 8px;
	border-top: 8px solid #1668D7;
	background: #FFF;
	box-shadow: 0px 30px 60px -12px rgba(50, 50, 93, 0.25), 0px 18px 0px -18px rgba(0, 0, 0, 0.30);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	height: 100%;
}

.all-in-one-block .all-in-one-img {
	position: relative;
	display: inline-block;
	padding-bottom: 12px;
	/* border-bottom: 2px solid #9966FF; */
}

.all-in-one-block .all-in-one-img::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #9966FF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.all-in-one-content {
	padding-top: 16px;
}

.all-in-one-content .common-detail {
	padding-bottom: 12px;
}

.all-in-one-section {
	padding: 60px 0 0;
}

.all-in-one-section .row {
	margin: 0 -9px;
	row-gap: 20px;
}

.all-in-one-section .row>* {
	padding: 0 9px;
}

.tag-title {
	font-family: "Inter", sans-serif;
	color: #96F;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	/* 155.556% */
}

.tag-title * {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.case-study-title .block-title {
	padding: 10px 0 3px;
}


.case-img {
	position: relative;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	width: 100%;
	flex: 0 0 784px;
}

.case-img .case-img-inner {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	height: 396px;
	/* box-shadow: 0px 30px 60px -12px rgba(50, 50, 93, 0.25), 0px 18px 36px -18px rgba(0, 0, 0, 0.30); */
}

.case-study-section.slick-slider .slick-slide.slick-current .case-img .case-img-inner {
    box-shadow: 0px 30px 60px -12px rgba(50, 50, 93, 0.25), 0px 18px 36px -18px rgba(0, 0, 0, 0.30);
}

.case-img-inner img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	object-fit: cover;
}

.case-img .case-img-inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #212121 0%, rgba(33, 33, 33, 0.90) 16.61%, rgba(33, 33, 33, 0.40) 49.5%, rgba(33, 33, 33, 0.90) 83.5%, #212121 100%);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.case-study-img-inner {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 40px 32px 40px 40px;

}

.right-case-block ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.right-case-block ul li {
	border-left: 2px solid;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 160px;
	width: 100%;
}

.right-case-block ul li {
	font-family: "Inter", sans-serif;
	display: block;
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.48px;
	padding: 0 0 0 16px;
	margin-bottom: 35px;
	min-height: 80px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.right-case-block ul li:last-child {
	margin: 0;
}

.right-case-block ul li span {
	font-family: "Inter", sans-serif;
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	/* 142.857% */
	padding-top: 10px;
}

.left-case {
	max-width: 470px;
	width: 100%;
}

.left-case a:hover {
	color: #96F;
}

.left-case a:hover img {
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
}

.left-case img {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.left-case a {
	font-family: "Inter", sans-serif;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: -0.4px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.pb-12 {
	padding-bottom: 12px;
}

.left-case a img {
	display: inline-block !important;
}

.case-study-blogs-wrp {
	padding-bottom: 120px;
}

.case-study-wrp-new {
	padding: 80px 0 160px;
}

.case-study-section .slick-list {
	/* padding: 60px 0 70px; */
	padding: 60px 0 40px;
}

.case-paregraph .detail {
	color: #535353;
	font-size: 16px;
	line-height: 26px;
}

.case-paregraph .detail strong {
	color: #212121;
	font-weight: 600;
}

.case-study-block {
	display: flex !important;
	justify-content: space-between;
	align-items: stretch;
	column-gap: 66px;
}

.case-profile {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 12px;
}

.case-img-icon {
	width: 100%;
	height: 100%;
	max-width: 48px;
}

.case-img-icon img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.case-profile .common-detail {
	color: #1D3A5B;
	font-weight: 600;
}

.case-profile .common-detail span {
	display: block;
	font-weight: 400;
}

.case-paregraph {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.case-study-logos {
	position: relative;
}

.case-study-logos .slick-list {
	padding-top: 1px;
}

.case-study-logos::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #E4E4E7;
}

.case-study-logos .case-logo-items {
	position: relative;
	padding: 32px 0 0 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
}

/* .case-logo-items::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	width: 80%;
	height: 1px;
	background-color: #0D6EFD;
} */

.case-logo-items img {
	margin: 0 auto;
	text-align: center;
}


/* .progressBarContainer {
	position: absolute;
	bottom: 20px;
	width:300px;
	left:150px;
} */

.progressBarContainer div {
	display: flex !important;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	padding: 0;
	cursor: pointer;
	color: #fff;
}

.progressBarContainer div:last-child {
	margin-right: 0;
}

.progressBarContainer div span.progressBar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	/* background-color: #0D6EFD; */
	background-color: rgba(255, 255, 255, 1);
	display: block;
}

.progressBarContainer div span.progressBar .inProgress {
	background-color: #0D6EFD;
	/* background-color: rgba(255, 255, 255, 1); */
	width: 0%;
	height: 1px;
}

.play-icon svg {
	width: 100%;
	height: 100%;
}

.play-icon {
	cursor: pointer;
	max-width: 80px;
	width: 100%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

.testimonials-video img {
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.testimonials-video {
	background-color: #000;
	min-height: 320px;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	position: relative;
}

.play-icon:hover {
	transform: scale(0.9) translate(-50%,-50%);
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	-webkit-transform: scale(0.9) translate(-50%,-50%);
	-moz-transform: scale(0.9) translate(-50%,-50%);
	-ms-transform: scale(0.9) translate(-50%,-50%);
	-o-transform: scale(0.9) translate(-50%,-50%);
}

.testimonials-video {
	max-width: 560px;
	width: 100%;
}

.testimonials-detail {
	padding: 0 0 0 15px;
}

.testimonials-detail .case-profile {
	padding-top: 40px;
}

.testimonials-detail .common-detail {
	font-size: 17px;
	line-height: 170%;
	font-weight: 400;
	color: #666;
}

.testimonials-detail .case-profile .common-detail {
	font-weight: 600;
	color: #1D3A5B;
	line-height: 145%;
}

.testimonials-detail .common-detail strong,
.testimonials-detail .common-detail b {
	color: #1D3A5B;
	font-weight: 700;
}

.testimonials-title .block-title {
	color: #1D3A5B;
	font-size: 36px;
	line-height: normal;
	font-weight: 700;
	letter-spacing: -0.72px;
}

.testimonials-main {
	position: relative;
}	

.testimonials-wrp {
	padding: 80px 0 100px;
}

.testimonials-section {
	padding: 40px 0 0;
}

.modal .close-btn {
	background-color: transparent;
	border: none;
	padding: 0;
	position: absolute;
	top: -36px;
	right: 0;
	color: #fff;
	opacity: 1;
}

.modal .close-btn:hover {
	color: #1668D7;
}

.modal .modal-content {
	border: none;
	background-color: transparent;
}

.modal .modal-dialog {
	max-width: 850px;
}

.modal .modal-body {
	width: 100%;
	height: 100%;
	padding: 0;
}

.modal-body iframe {
	width: 100%;
	height: 450px;
}

.testimonials-logo-items * {
	margin: 0 auto;
	text-align: center;
}

.testimonials-logos .slick-track {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.testimonials-logos {
	margin: 60px 0 0;
	position: relative;
}

.testimonials-logos::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #E4E4E7;
}

.testimonials-logos .testimonials-logo-items {
	position: relative;
	padding-top: 40px;
	/* border-top: 1px solid #D1D1D3; */
	min-height: 100px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

/* .testimonials-logos .testimonials-logo-items::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	color: #0C62FB;
} */

.featured-on-title .tag-title {
	background: linear-gradient(90deg, #553EE0 0%, #03E3CA 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.featured-on-title .tag-title * {
	display: inline-block;
	background: linear-gradient(90deg, #553EE0 0%, #03E3CA 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.featured-on-title img {
	position: relative;
	top: 5px;
	padding-left: 4px;
}

.featured-on-main {
	padding: 80px 0 40px;
}

.featured-on-block {
	border-radius: 16px;
	background: #F4F9FF;
	/* box-shadow: 0px 18px 36px -18px rgba(0, 0, 0, 0.10), 0px 30px 45px -30px rgba(50, 50, 93, 0.25); */
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	padding: 8px;
}

.featured-on-block {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	column-gap: 40px;
}

.featured-on-block .featured-on-img {
	width: 100%;
	height: 100%;
	max-width: 470px;
}

.featured-on-img * {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;

}

.featured-on-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.featured-on-top .detail {
	color: #1668D7;
	font-weight: 500;
	padding: 5px 12px;
	border-radius: 5px;
	background: rgba(202, 225, 255, 0.51);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.featured-on-top .detail ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.featured-on-top .detail ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.featured-on-top a:hover {
	color: #000;
}

.featured-on-top a:hover svg path {
	stroke: #000;
}

.featured-on-center {
	padding: 20px 0 40px;
}

.featured-on-content {
	padding-right: 32px;
}

.featured-on-center .detail {
	padding: 15px 0 3px;
}

.featured-on-center .detail a,
.featured-on-center .read-more a {
	color: #1668D7;
}

.featured-on-center .detail a:hover,
.featured-on-center .read-more a:hover {
	color: #000;
}

.featured-on-end ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 40px;
}

.featured-on-end ul li {
	font-family: "Inter", sans-serif;
	color: #1D3A5B;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.featured-on-end ul li a ,
.featured-on-end ul li span {
	color: #535353;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px; /* 157.143% */
}

.featured-on-end ul li a {
	color: #1668D7;
}

.featured-on-end ul li a:hover {
	color: #000;
}

.featured-on-section {
	/* padding: 40px 0 80px 0; */
	padding: 40px 0;
}

.featured-on-section .slick-arrow {
	position: absolute;
	bottom: 0;
	border: none;
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
	filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.06));
	-webkit-filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.06));
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	z-index: 9;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.featured-on-section .slick-arrow:hover {
	background-color: rgb(22, 104, 215);
}

.featured-on-section .slick-arrow svg path {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.featured-on-section .slick-arrow:hover svg path {
	stroke: #fff;
}

.featured-on-section .slick-arrow.slick-prev {
	left: 50%;
	transform: translateX(-35px);
	-webkit-transform: translateX(-35px);
	-moz-transform: translateX(-35px);
	-ms-transform: translateX(-35px);
	-o-transform: translateX(-35px);
}

.featured-on-section .slick-arrow.slick-next {
	left: 50%;
	transform: translateX(35px);
	-webkit-transform: translateX(35px);
	-moz-transform: translateX(35px);
	-ms-transform: translateX(35px);
	-o-transform: translateX(35px);
}

.featured-on-section .slick-slide {
	overflow: hidden;
}

.featured-on-section .featured-on-block {
	margin-bottom: 40px;
	/* box-shadow: 0px 9px 18px -9px rgba(0, 0, 0, 0.10), 0px 15px 22px -15px rgba(50, 50, 93, 0.25); */
	/* box-shadow: 0px 9px 9px -9px rgba(0, 0, 0, 0.10), 0px 15px 11px -15px rgba(50, 50, 93, 0.25); */
}

.featured-on-section .featured-on-block > * {
	flex: 1 0 0;
	max-width: 100%;
}

.featured-on-section .featured-on-block > .featured-on-img {
	flex: 0 0 auto;
	width: 470px;
	height: 325px;
}

.featured-on-section .featured-on-block .featured-on-content .featured-on-center .common-title > * {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.featured-on-section .featured-on-block .featured-on-content .featured-on-center .detail {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	padding-top: 5px;
}

.featured-on-section .featured-on-block .featured-on-content .featured-on-end ul li {
	font-size: 14px;
	line-height: 157.143%;
	color: #535353;
}

.featured-on-section .featured-on-block .featured-on-content .featured-on-end ul li span {
	font-weight: 500;
	font-size: 18px;
	line-height: 125%;
	color: #1D3A5B;
	margin-bottom: 5px;
}

.featured-on-section .featured-on-block .featured-on-top .detail {
	padding: 0;
	background: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.featured-on-section .featured-on-block .featured-on-top .detail ul {
	margin: 0 -10px;
}

.featured-on-section .featured-on-block .featured-on-top .detail ul li {
	margin: 0 10px 10px;
}

.featured-on-section .featured-on-block .featured-on-top .detail ul li a {
	display: inline-block;
	padding: 4px 12px;
	color: inherit;
	background: rgba(202, 225, 255, 0.51);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.featured-on-section .featured-on-block .featured-on-top .detail ul li a:hover {
	background: #cae1ff;
}

.featured-on-section .featured-on-block .featured-on-center {
	padding-top: 10px;
}

.case-tabbing {

}

.case-tabbing nav {
	border-bottom: 1px solid #D9DDE1;
}

.case-tabbing .nav-tabs .nav-link.active, .case-tabbing .nav-tabs .nav-item.show .nav-link {
	color: #1668D7;
}

.case-tabbing .nav-tabs .nav-link.active::before, .case-tabbing .nav-tabs .nav-item.show .nav-link::before {
	opacity: 1;
}

.case-tabbing .nav-tabs .nav-link::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	width: 100%;
	height: 3px;
	background-color: #1668D7;
	opacity: 0;
}

.case-tabbing .nav-tabs .nav-link:last-child {
	margin: 0;
}

.case-tabbing .nav-tabs .nav-link:hover {
	color: #1668D7;
}

.case-tabbing .nav-tabs .nav-link {
	position: relative;
	font-family: "Inter", sans-serif;
	padding: 0 0 12px;
	border: none;
	color: #687385;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-right: 28px;
}

.case-tabbing {
	padding: 25px 0 60px;
}

.case-study-list-main {
	padding: 40px 0;
}

.case-study-list-main .case-tabbing {
	padding-bottom: 25px;
}

.case-study-wrp-new .case-study-section.slick-initialized,
.case-study-logos.slick-initialized,
.testimonials-logos.slick-initialized,
.testimonials-section.slick-initialized,
.featured-on-section.slick-initialized {
	opacity: 1;
}

.case-study-wrp-new .case-study-section,
.case-study-logos,
.testimonials-logos,
.testimonials-section,
.featured-on-section {
	opacity: 0;
}

.testimonials-logos .slick-slide,
.case-study-logos .slick-slide {
	position: relative;
}

.case-study-logos .slick-slide:after,
.testimonials-logos .slick-slide:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 1px;
	background: #0D6EFD;
	transition: width 5s;
	-webkit-transition: width 5s;
	-moz-transition: width 5s;
	-ms-transition: width 5s;
	-o-transition: width 5s;
}

.testimonials-logos .slick-slide.slick-current:after,
.case-study-logos .slick-slide.slick-current:after {
	width: 100%;
	transition-delay: width 2s;
}

.testimonials-logos .slick-slide.slick-active.is-active:after,
.case-study-logos .slick-slide.slick-active.is-active:after {
	width: 100%;
}

/* .case-study-logos:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 1px;
	background: #0D6EFD;
	animation: slider_progress_animation 15s linear 3s infinite;
	-webkit-animation: slider_progress_animation 15s linear 3s infinite;
}

@keyframes slider_progress_animation {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

@-webkit-keyframes slider_progress_animation {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
} */

.testimonials-wrp .testimonials-custom-dots {
	margin-top: 60px;
}

.testimonials-wrp .testimonials-custom-dots,
.case-study-main .case-study-custom-dots {
	position: relative;
}

/* .case-study-main .case-study-custom-dots .progressbar-fill {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background-color: transparent;
	z-index: 9;
	background-image: linear-gradient(to right, #1668D7, #1668D7);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: all ease-in-out 5s;
	-webkit-transition: all ease-in-out 5s;
	-moz-transition: all ease-in-out 5s;
	-ms-transition: all ease-in-out 5s;
	-o-transition: all ease-in-out 5s;
} */

.testimonials-wrp .testimonials-custom-dots ul,
.case-study-main .case-study-custom-dots ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.testimonials-wrp .testimonials-custom-dots ul li,
.case-study-main .case-study-custom-dots ul li {
	position: relative;
	display: inline-flex;
	flex: 0 0 auto;
	width: 20%;
	max-width: 100%;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	margin: 0;
	height: 90px;
	list-style-type: none;
	border-top: 1px solid #E4E4E7;
	filter: grayscale(100%);
}

.testimonials-wrp .testimonials-custom-dots ul li:first-child,
.case-study-main .case-study-custom-dots ul li:first-child {
	padding-left: 0;
}

.testimonials-wrp .testimonials-custom-dots ul li:last-child,
.case-study-main .case-study-custom-dots ul li:last-child {
	padding-right: 0;
}

.testimonials-wrp .testimonials-custom-dots ul li:before,
.case-study-main .case-study-custom-dots ul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 1px;
	background: #1668D7;
}

/* .case-study-main .case-study-custom-dots ul li.is-active:before, */
/* .case-study-main .case-study-custom-dots ul li.slick-active:before {
	width: 100%;
	transition: all ease-in-out 5s;
	-webkit-transition: all ease-in-out 5s;
	-moz-transition: all ease-in-out 5s;
	-ms-transition: all ease-in-out 5s;
	-o-transition: all ease-in-out 5s;
} */

.testimonials-wrp .testimonials-custom-dots ul li.start-fill:before,
.case-study-main .case-study-custom-dots ul li.start-fill:before {
	width: 100%;
	transition-duration: 5s;
	/* transition: all linear 5s;
	-webkit-transition: all linear 5s;
	-moz-transition: all linear 5s;
	-ms-transition: all linear 5s;
	-o-transition: all linear 5s; */
}

.testimonials-wrp .testimonials-custom-dots ul li *,
.case-study-main .case-study-custom-dots ul li * {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	max-height: 70px;
}


/* testimonials slider dots */
.testimonials-section {
	overflow: hidden;
}

.testimonials-section .testimonials-video {
	position: relative;
	height: 320px;
	min-height: initial;
}

.testimonials-section .testimonials-video:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.30);
}

.testimonials-section .testimonials-video * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.testimonials-section .testimonials-video .play-icon {
	height: auto;
}

.testimonials-section .slick-dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 60px 0 0;
	padding: 0;
	list-style-type: none;
}

.testimonials-section .slick-dots li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20%;
	margin: 0;
	padding: 10px;
	height: 120px;
	list-style-type: none;
	cursor: pointer;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	border-top: 2px solid #E4E4E7;
}

.testimonials-section .slick-dots li * {
	max-height: 65px;
	max-width: 85%;
}

.testimonials-section .slick-dots li:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 100%;
	width: 100%;
	height: 2px;
	/* background: #1F2023; */
	background: #0C62FB;
	/*opacity: 1;*/
	visibility: hidden;
	transform-origin: center left;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
}

.testimonials-section .slick-dots li:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 100%;
	width: 0;
	height: 2px;
	background: #1668D7;
	z-index: 9;
	visibility: hidden;
}

.testimonials-section .slick-dots li.slick-active {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}

.testimonials-section .slick-dots li.slick-active:before {
	visibility: visible;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
}

.testimonials-section .slick-dots li.slick-active.start-anim:before {
	opacity: 0.15;
	transition-delay: 0.2;
	transition-duration: 0.5s;
}

.testimonials-section .slick-dots li.slick-active.start-anim:after {
	width: 100%;
	visibility: visible;
	/* transition: all linear 3s; */
	transition-delay: 0.5s;
	transition-duration: 6s;
}
/* testimonials slider dots */

/* case-study slider dots */
.case-study-wrp-new .case-study-section {
	overflow: hidden;
}

.case-study-wrp-new .case-study-section .slick-dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	max-width: 1175px;
	width: 100%;
	list-style-type: none;
}

.case-study-wrp-new .case-study-section .slick-dots li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20%;
	margin: 0;
	padding: 10px;
	height: 120px;
	list-style-type: none;
	cursor: pointer;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	border-top: 2px solid #E4E4E7;
}

.case-study-wrp-new .case-study-section .slick-dots li * {
	max-height: 65px;
	max-width: 85%;
}

.case-study-wrp-new .case-study-section .slick-dots li:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 100%;
	width: 100%;
	height: 2px;
	/* background: #1F2023; */
	background: #0C62FB;
	/*opacity: 1;*/
	visibility: hidden;
	transform-origin: center left;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
}

.case-study-wrp-new .case-study-section .slick-dots li:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 100%;
	width: 0;
	height: 2px;
	background: #1668D7;
	z-index: 9;
	visibility: hidden;
}

.case-study-wrp-new .case-study-section .slick-dots li.slick-active {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}

.case-study-wrp-new .case-study-section .slick-dots li.slick-active:before {
	visibility: visible;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
}

.case-study-wrp-new .case-study-section .slick-dots li.slick-active.start-anim:before {
	opacity: 0.15;
	transition-delay: 0.2;
	transition-duration: 0.5s;
}

.case-study-wrp-new .case-study-section .slick-dots li.slick-active.start-anim:after {
	width: 100%;
	visibility: visible;
	/* transition: all linear 3s; */
	transition-delay: 0.5s;
	transition-duration: 6s;
}
/* case-study slider dots */

/* amazon-ppc-sidebar-block */
.amazon-ppc-sidebar-block {
	padding: 0;
	margin-bottom: 35px;
	border: 1px solid #EAF3FF;
	box-shadow: 0px 11.388px 22.776px -11.388px rgba(0, 0, 0, 0.10);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.amazon-ppc-sidebar-block .amazon-ppc-sidebar-detail {
	padding: 24px 20px;
}

.amazon-ppc-sidebar-block .sidebar-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 125%;
	letter-spacing: -0.48px;
	color: #ffffff;
	margin-bottom: 30px;
}

.amazon-ppc-sidebar-block .sidebar-title * {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.amazon-ppc-sidebar-block .sidebar-title a {
	text-decoration: none;
}

.amazon-ppc-sidebar-block .sidebar-title a:hover {
	color: #01E5C9;
}

.amazon-ppc-sidebar-block .book-now-button .btn {
	font-weight: 600;
	color: #573AE1;
	padding: 8px 15px;
}

.amazon-ppc-sidebar-block .book-now-button .btn svg {
	margin-left: 12px;
}

.amazon-ppc-sidebar-block .book-now-button .btn:hover {
	color: #ffffff;
	background: #573AE1;
}

.amazon-ppc-sidebar-block .amazon-ppc-image {
	position: relative;
	padding-left: 20px;
	padding-top: 25px;
}

.amazon-ppc-sidebar-block .amazon-ppc-image * {
	width: 100%;
}

.amazon-ppc-sidebar-block .amazon-ppc-image .ppc-tag {
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	padding: 7px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	font-size: 10px;
	line-height: 100%;
	text-transform: uppercase;
	background: #ffffff;
	z-index: 9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.amazon-ppc-sidebar-block .amazon-ppc-image .ppc-tag img {
	margin-right: 5px;
	max-width: 16px;
}

.amazon-ppc-sidebar-block .amazon-ppc-image .ppc-tag.tag1 {
	transform: translate(-62px, -64px);
	-webkit-transform: translate(-62px, -64px);
	-moz-transform: translate(-62px, -64px);
	-ms-transform: translate(-62px, -64px);
	-o-transform: translate(-62px, -64px);
}

.amazon-ppc-sidebar-block .amazon-ppc-image .ppc-tag.tag2 {
	transform: translate(15px, -44px);
	-webkit-transform: translate(15px, -44px);
	-moz-transform: translate(15px, -44px);
	-ms-transform: translate(15px, -44px);
	-o-transform: translate(15px, -44px);
}

.amazon-ppc-sidebar-block .amazon-ppc-image .ppc-tag.tag3 {
	transform: translate(96px, -53px);
	-webkit-transform: translate(96px, -53px);
	-moz-transform: translate(96px, -53px);
	-ms-transform: translate(96px, -53px);
	-o-transform: translate(96px, -53px);
}

.amazon-ppc-sidebar-block .amazon-ppc-image .ppc-tag.tag4 {
	transform: translate(-138px, 63px);
	-webkit-transform: translate(-138px, 63px);
	-moz-transform: translate(-138px, 63px);
	-ms-transform: translate(-138px, 63px);
	-o-transform: translate(-138px, 63px);
}
/* amazon-ppc-sidebar-block */