.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

.col-4 {
	flex: 0 0 33.333%;
	max-width: 33.333%;
	padding: 15px;
}

.col-6 {
	width: 50%;
}

.w-64 {
	width: 64%;
}

.w-36 {
	width: 36%;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.nested-column {
	padding: 10px 0;
}

.factsheet_img {
	width: 60px;
	background: white;
	height: 60px;
	padding: 5px;
}

.factsheet_logo_wrap {
	background: url(/wp-content/plugins/inc42-datalabs-api/assets/img/factsheet_bg.svg);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 33.8%;
	justify-content: center;
	background-repeat: no-repeat;
	padding: 0 2.3rem;
	background-size: contain;
}

.factsheet_heading {
	color: #FFF;
	text-align: center;
	margin-bottom: 0px !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: capitalize;
	padding: 17px 5px;
	margin: 0px;
	text-align: center;
}

.factsheet_img_wrap {
	justify-content: center;
	display: flex;
}

.factsheet_content {
	padding: 0px;
	margin: 0px;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


.grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 0px;
	padding: 0px;
}

.factsheet_links {
	color: #ffffff !important;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;

}

span.note_title {
	color: #E4391B;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.dl_icon img {

	width: 110px !important;
	display: block;
	border-radius: 0px !important;
}

span.note_content {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}

.note_section {
	display: flex;
	justify-content: space-between;
	width: -webkit-fill-available;
	align-items: center;
	padding: 16px 0px;
	margin-left: -0.8rem;
	margin-right: 0.7rem;
}

.next_icon {
	display: grid;
	align-items: center;
	width: 18px;
}

.factsheet_icon_wrap {
	display: flex;
	justify-content: space-between;

}

.factsheet_label-v2 {
	color: #ffffff;
	text-align: left;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	justify-content: left;
	display: flex;
	text-transform: capitalize;
	line-height: normal;
}

.item {
	cursor: pointer;
	background-color: #E4391B;
	text-align: center;
	padding: 18.5px 22px;
	border-radius: 12px;
	margin: 5px;
	font-size: 30px;
	gap: 5px;
	display: grid;
}

.item1,
.item2,
.item3 {
	background-color: #f3f5fb;
	text-align: center;
	padding: 18.5px 22px;
	border-radius: 12px;
	margin: 5px;
	font-size: 30px;
	gap: 26px;
	display: grid;
}

.item1 {
	grid-area: 1 / 1 / 2 / 3;
}

.item2 {
	grid-area: 2 / 1 / 3 / 3;
}

.item3 {
	grid-area: 1 / 3 / 2 / 5;
}

.item {
	grid-area: 2 / 3 / 2 / 5;
}

.factsheet_label {
	color: #000;
	text-align: left;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	justify-content: left;
	display: flex;
	text-transform: capitalize;
}

.factsheet_value {
	color: #000;
	font-size: 17px;
	text-align: left;
	font-style: normal;
	font-weight: 700;
	display: flex;
	justify-content: left;

}

p.factsheet_heading:after {
	content: "";
	height: 11px;
	position: absolute;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABJklEQVR4nO3ZTQrCMBQE4LmE8ecirjyC4PE8j72BWusF6gXc6OpJIIu09C+pmIm8gbcIdpGPCaZQIH32AN4AZOZQQF7/AInJEsA1d8gKwM1tvsoVYrwm7gA2OUJMBwK5QUwPIiuIGUBkAzEtxLrjGXqIAXAZQTQgBwCPL1xIsVP03BOl+710a4xB6oQIO6cZiAaE6YwZ7zhVA8eJGhKDoIPEIqggcxA0EB9h7wu7Ds3TTTLIGKLo+WtuZ+smCWQB4OwdJ/tq3k7wvn4NmYKgh0xFUENCELQQH3F2a+QIOQYiaCE7h5mKoIXERBRCFtFGyCLaCFlEGyGLaCNkEW2ELKKNkEW0EbKINkIW0UbIItpI7o3UiT+GDk0dArGfpxkxdk92b5PyAVtTkgo9Lu0/AAAAAElFTkSuQmCC);
	width: 15px;
	filter: invert(1);
	margin-left: 4px;
	background-size: contain;
	background-repeat: no-repeat;
}

div#factsheet_inc42 .container {
	padding-right: 5px;
	padding-left: 11px;
}

.item1,
.item3 {
	margin-top: 0px;
}

.item,
.item2 {
	margin-bottom: -1px;
}


/* carousel crosslink css code*/
.carousel_container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px;
	border-radius: 12px;
	background: #F6F6FB;
}

.carousel_container .top_section {
	display: flex;
	justify-content: space-between;
}

.carousel_container .top-wrap {
	display: flex;
}

.carousel-logo {
	border-radius: 6px;
	border: 1px solid #E4E4E4;
	background: #ECECF6;
	align-items: center;
	display: flex;
	padding: 6px 10px;
	gap: 10px;
}

span.logo-text {
	color: #000;
	font-family: "Plus Jakarta Sans";
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.carousel-logo img {
	width: 4rem !important;
	border-radius: 0px !important;
}

.carousel-button-wrap a.explore-btn {
	color: #FFF !important;
	font-family: "Plus Jakarta Sans";
	font-size: 10px;
	border-radius: 4px;
	background: #000;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	display: flex;
	width: 240px;
	height: 37px;
	padding: 6px 12px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.carousel-factsheet-button-wrap a.explore-btn {
	color: #FFF !important;
	font-family: "Plus Jakarta Sans";
	font-size: 10px;
	border-radius: 4px;
	background: #000;
	font-style: normal;
	font-weight: 500;
	width: fit-content;
	line-height: 22px;
	display: flex;
	height: 37px;
	padding: 6px 12px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-transform: uppercase;
}

.carousel-button-wrap a.explore-btn:after {
	content: "\e806";
	font-family: 'inc-font-icons';
}

.carousel-button-wrap {
	display: flex;
	justify-content: end;
}

.carousel_container .slider {
	width: 80%;
	margin: auto;
}

.carousel_container .slider img {
	width: 100%;
	border-radius: 10px;
}

.carousel-inc42 {
	width: 103%;
	margin-bottom: 0 !important;
	margin-left: -11px;
}


.carousel_container .slick-next:before {
	content: "\e806" !important;
	font-family: 'inc-font-icons' !important;
	background: black !important;
	background-clip: text !important;
}

.carousel_container .slick-prev:before {
	content: "\e805" !important;
	font-family: 'inc-font-icons' !important;
	background: black !important;
	background-clip: text !important;
}

.carousel-inc42 button.slick-prev.slick-arrow,
.carousel-inc42 button.slick-next.slick-arrow {
	border-radius: 4px;
	background: #FFEFEF;
	display: flex;
	padding: 16px 5px;
	align-items: center;
	gap: 10px;
}

.carousel-inc42 .slick-prev {
	left: 15px !important;
}

.carousel-inc42 .slick-next {
	right: 15px !important;
}

.carousel_container .slick-dots li.slick-active button {
	background: black !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 30px !important;
	height: 1px;
	border-radius: 12px !important;
}

.carousel_container .slick-dots li button {
	width: 10px !important;
	height: 10px !important;
	background: #E5E5EF !important;
	justify-content: center;
	display: inline-flex !important;
	flex-direction: row;
}

.carousel_container p.carousel_heading {
	color: #000;
	font-family: "Plus Jakarta Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.8px;
	text-transform: capitalize;
	margin: 0 !important;
	padding: 0;
}

.carousel_container a.carousel_links {
	align-items: center;
	display: flex;
}

.carousel_container img.carousel_img.img-fluid {
	width: 27px !important;
	height: 27px;
	border-radius: 2px !important;
}

.carousel_img_wrap {
	align-items: center;
	display: flex;
	height: 38px;
	background: white;
	padding: 6px;
	border-radius: 3px;
	border: 0.5px solid #E4E4E4;
}

.carousel_container .top-wrap {
	display: flex;
	gap: 10px;
	align-items: center;
}

.carousel_container .slick-dots {
	display: none !important;
}

.carousel_container .slider-wrapper {
	height: 313px;
	padding: 16px 24px;
	border-radius: 8px;
	border: 1px solid #DFDFF1;
	background: #FFF;
	margin-top: 18px;
}

.carousel_container h2.carousel-title {
	color: #000;
	font-family: "Plus Jakarta Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	/* 250% */
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
}

.carousel-img img {
	width: 100% !important;
}

.carousel-row {
	display: flex;
}

.carousel-col-md-3 {
	margin: 8px 0;
}

h3.carousel-factsheet-title {
	color: #4A4A4A;
	font-family: "Plus Jakarta Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	line-height: normal;
	letter-spacing: -0.48px;
	text-transform: capitalize;
	margin-bottom: 6px;
}

p.carousel-factsheet-sub-title {
	margin: 0;
	color: #000;
	font-family: noto sans, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.carousel-factsheet {
	display: flex;
	flex-direction: column;
	margin: auto 0;
	padding: 7% 0 0 0;
}

.carousel-factsheet-button-wrap a.explore-btn:after {
	font-family: 'inc-font-icons';
	content: "\e80b";
	transform: rotate(180deg);
}

.carousel-factsheet-button-wrap {
	padding: 5% 0;
	margin-top: -8px;
}

.carousel-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 16px;
}

.carousel_container span.more-founders {
	color: black;
}

.carousel-img a {
	width: 100%;
}

.carousel-inc42 .slick-prev,
.carousel-inc42 .slick-next {
	display: block;
}

.carousel-img a {
	margin: 0 auto;
}

.carousel-img {
	width: 100%;
	display: flex;
	margin: 20px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
	align-items: center;
	justify-content: center;
}

#carousel-dekstop {
	display: block;
}

#carousel-mobile {
	display: none;
}


/* Responsive css of carousel datalabs */
@media screen and (min-width: 0px) and (max-width: 992px) {

	/* Carousel css for responsive*/
	.carousel_container .slick-dots {
		bottom: -10px;
		display: block !important;

	}

	.carousel-button-wrap {
		padding-top: 2.8rem;
		justify-content: center;
	}

	.carousel_container .slider-wrapper {
		height: 270px;
	}

	.carousel-img img {
		width: 100% !important;
	}

	.carousel-row {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}

	.carousel-factsheet {
		padding: 5% 0px;
	}

	p.carousel-factsheet-sub-title {
		font-size: 12px;
		line-height: normal;
	}

	h3.carousel-factsheet-title {
		font-size: 12px !important;
	}

	.carousel-factsheet-button-wrap a.explore-btn {
		gap: 3px;
		letter-spacing: 0px;
	}

	.carousel_container .top_section {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}

	.carousel-logo {
		border-radius: 6px;
		border: 0px solid #FFF;
		background: #ececf600;
		align-items: center;
		display: flex;
		padding: 0px 10px;
		gap: 10px;
		position: relative;
	}

	.carousel-logo-wrap {
		justify-content: end;
		display: flex;
	}

	.carousel_container .logo-text::before {
		content: '';
		position: absolute;
		left: -34%;
		top: 50%;
		transform: translateY(-50%);
		width: 34%;
		height: 2px;
		background: rgba(0, 0, 0, 0.15);
	}

	.carousel-inc42 .slick-prev,
	.carousel-inc42 .slick-next {
		visibility: hidden;
	}

	.carousel-img {
		background-size: contain;
	}

	.carousel-col-md-3 {
		margin: 0px 0px;
	}

	.single .single-with-sidebar .entry-content {
		padding-right: 0px !important;
	}

	.carousel-inc42 {
		margin-left: -8px;
	}

	.carousel_container {
		width: 110%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 24px;
		border-radius: 0;
		background: #F6F6FB;
		margin-left: -15px;
	}

	#carousel-dekstop {
		display: none;
	}

	#carousel-mobile {
		display: block;
	}


	/* crousal css end  */

	.note_section {
		margin-left: -0.8rem;
		margin-right: -1.3rem;

	}

	.note-wrap {
		width: 60%;
		line-height: 16px;
	}

	.row.mob-row {
		flex-direction: column;
	}

	.w-64 {
		width: 100%;
	}

	.dl_icon img {
		display: block;
		height: 20px;
		border-radius: 0 !important;
	}

	.w-36 {
		width: 100%;
	}

	.factsheet_img {
		max-width: 100px;
		height: 74px;
	}

	.factsheet_heading {
		text-align: left;
		margin: 0px;
		padding: 5px;
		padding-top: 1rem;
	}

	.factsheet_content {
		margin: 0px 6px;
		text-align: left;
	}

	.mob-space {
		margin-left: 0.3rem;
	}

	.grid-container {
		padding: 7px 0px 0px 0px;
	}

	.factsheet_logo_wrap {
		background: url(https://asset.inc42.com/2024/08/factsheet_bg_mob.png);
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		background-repeat: no-repeat;
		padding: 12px 17px 14px 18px;
		background-size: cover;
		padding-left: 14px;
		border-radius: 12px;
		background-position: center;
	}

	span.note_content {
		font-size: 10px;

	}

	span.note_title {
		font-size: 10px;

	}

	.factsheet_links {
		font-size: 13px;
	}

	.factsheet_label-v2 {
		font-size: 12px;
	}

	.factsheet_value {
		font-size: 13px;
	}

	.factsheet_label {
		font-size: 12px;
	}

	.item {
		padding: 5.5px 10px;
	}

	.item1,
	.item2,
	.item3 {
		padding: 5.5px 10px;
	}

	.item1,
	.item2 {
		margin-left: 0px;
	}

	.item,
	.item3 {
		margin-right: -1px;
	}
}

/* header file clean  */

.carousel-inc42 button.slick-prev.slick-arrow,
.carousel-inc42 button.slick-next.slick-arrow {
	width: 20px;
	height: 10px;
}

.carousel_container .slick-dots li.slick-active button {
	width: 15px !important;
}