/* Content Section */
.newtwork_content {
	display: none;
}
.newtwork_content.active {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	padding: 20px 0;
}

.digital_process {
	background: #eff2f9;
	padding: 100px 0;
}
main .top_txt {
	font-size: 1.1rem;
	line-height: 1.65rem;
	color: #00256a;
	/* margin: 1.5rem auto 1rem; */
	width: 80%;
	text-align: center;
	font-family: var(--Raleway);
	font-weight: 500;
}
.digital_process .btn {
	margin: 0 auto;
}
.digital_process .top_margin {
	margin-top: 300px;
}
.slide-up {
	width: 100%;
	display: flex;
}
.tagslider {
	width: 100%;
	display: inline-block;
	margin: 3rem 0 0;
	padding-bottom: 0;
}
main .splide__pagination__page {
	background: #dfe8e9;
	height: 16px;
	width: 16px;
}
main .splide__pagination__page.is-active {
	background: var(--yellow);
}
.tagslider .choose-slide {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	width: 100%;
	background: #fff;
	position: relative;
	border: 1px solid #d4dcff;
	border-radius: 30px;
	padding: 30px;
	cursor: pointer;
}
.tagslider .choose-slide:hover {
	background: var(--blue);
	transition: 1s;
}
.tagslider .choose-slide .icn {
	border-radius: 7px;
	border: 1px solid #d4dcff;
	background: #f3f7fb;
	padding: 20px;
	transition: transform 0.5s ease;
}
.tagslider .choose-slide .icn img {
	width: 45px;
	height: 45px;
}
#chooseus {
	height: auto !important;
}
.tagslider .choose-slide .bot_des {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}

.tagslider .choose-slide .bot_des h3 {
	font-size: 28px;
	font-weight: 600;
	color: var(--blue);
}
.tagslider .choose-slide .bot_des p {
	color: #333;
	font-size: 22px;
	font-weight: 400;
	margin: 0;
}
.tagslider .choose-slide:hover .icn {
	background-color: #fff;
	transition: transform 0.5s ease;
}
.tagslider .choose-slide:hover .bot_des h3 {
	color: #fff !important;
	transition: transform 0.5s ease;
}
.tagslider .choose-slide:hover .bot_des p {
	color: #fff !important;
	transition: transform 0.5s ease;
}
#particles-js {
	position: absolute;
	top: 10vh;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
  }
#hero-section {
	/* background-image: url(/assets/images/background/home-bg.svg); */
	/* position: relative;
	background-size: cover;
	background-position: center;
	background-color: midnightblue; */
	position: relative;
	height: 100vh;
	background-color: #1b1b70; /* Midnight Blue */
	overflow: hidden;
	color: white;
	/* text-align: center; */
}
#hero-heading,
#hero-para {
	color: #fff;
}

.homePage .tagslider .box h3 strong {
	width: 100%;
	font-weight: 600;
}

.slide-up .overlay {
	background-color: var(--blue);
	color: #fff;
	transform: translateY(100%);
	transition: transform 0.6s ease-out;
	padding: 1.5rem;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 1.5rem;
}
.slide-up .box:hover h3 {
	margin-bottom: 1.5rem;
}
.slide-up .box:hover .overlay {
	transform: translateY(0);
}
.slide-up .box:hover .overlay h3 {
	color: var(--white);
}
.make_mark_container {
	background: var(--white);
	padding: 1.5rem 0;
}
.make_mark_container .slider_container p {
	width: 100%;
	text-align: left;
	margin: 0.5rem 0;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: var(--light-gray-bg);
	font-family: var(--Raleway);
	font-size: 0.95rem;
	line-height: 1.25rem;
}
.slide-up .box .bot_des {
	transform: translateY(81%);
	transition: transform 0.6s ease-out;
	position: relative;
	z-index: 10;
}
.slide-up .box:hover .bot_des {
	transform: translateY(35%);
	color: var(--white);
	align-items: flex-start;
	align-content: flex-start;
}
.slide-up .box h3 {
	position: relative;
	z-index: 10;
	transition: all 0.2s;
}
.slide-up .box:hover h3 {
	color: var(--white);
}
.slide-up .box p {
	position: relative;
	z-index: 10;
	width: 100%;
	text-align: left;
	margin: 0.5rem 0;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: var(--light-gray-bg);
	font-family: var(--Raleway);
	font-size: 0.95rem;
	line-height: 1.25rem;
}
.slide-up .box:hover p {
	color: var(--white);
}
.slide-up .box:hover .show_desktop {
	display: none;
	transition: all 0.8s;
}
.slide-up .box:hover .show_mobile {
	display: block;
	transition: all 0.8s;
}
.content-placeholder {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.content-placeholder .row {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	width: 40%;
	margin-left: 3rem;
}
.content-placeholder .row .details {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.content-placeholder .row .details h3 {
	font-size: 2rem;
	line-height: 3rem;
	color: var(--white);
	font-weight: 700;
}
.content-placeholder .row .details p {
	font-size: 1.1rem;
	line-height: 1.75rem;
	color: var(--light-gray-bg);
	font-weight: 500;
	margin: 1rem 0 0;
	font-family: var(--Raleway);
}
.content-placeholder .image_side {
	width: 50%;
	/* background: url(/images/evo_process_img_bg.svg) no-repeat 50%; */
	min-height: 464px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: contain;
}
.content-placeholder .image_side .img_sec {
	width: 100%;
	position: relative;
	padding-top: 65%;
	display: flex;
	align-items: center;
}
.content-placeholder .image_side .img_sec img {
	position: absolute;
	top: 34px;
	left: 0;
	right: 0;
	bottom: 0;
	/* border-radius: 100% 100% 100% 0; */
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
	margin: 0 auto;
}
.content-placeholder .row .img {
	flex-shrink: 0;
	position: relative;
	width: calc(56px + 2vw);
	height: calc(56px + 2vw);
	font-size: 4rem;
	color: var(--yellow);
	line-height: 5rem;
}
.content-placeholder .row .img-text {
	background: #a7f4e0;
	width: 45%;
	min-width: 145px;
	height: 20px;
	margin-top: -20px;
	border-radius: 10px;
}
.content-placeholder .row .img-text:after {
	content: "";
	display: block;
	width: 80%;
	height: 10px;
	margin-top: 30px;
	background: #a7f4e0;
	border-radius: 10px;
}
.content-placeholder .text {
	background: #a7f4e0;
	width: 90%;
	height: 2vh;
	min-height: 12px;
	max-height: 14px;
	border-radius: 10px;
}
.content-placeholder .text.text--m {
	width: 80%;
	margin-top: 2vh;
	height: 2vh;
	min-height: 12px;
}
.content-placeholder .text.text--s {
	width: 70%;
	margin-top: 2vh;
	height: 2vh;
	min-height: 12px;
}
.content-placeholder .btn {
	width: 100%;
	height: 50px;
	margin-top: 20px;
	background-color: #11d5af;
	border-radius: 40px;
}
.benefits_container {
	background: #f2f3fc;
	padding: 4rem 0 5rem;
}
.benefits_details_cont {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
}
.benefits_details_cont ul {
	width: 100%;
	gap: 25px;
}
.benefits_details_cont ul,
.benefits_details_cont ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.benefits_details_cont ul li {
	width: 31.5%;
	background: var(--white);
	border-radius: 40px;
	padding: 30px;
	align-content: space-between;
	flex-wrap: wrap-reverse;
	gap: 20px;
	transition: transform 0.3s ease-in-out; /* Smooth transition for the hover effect */
}
.benefits_details_cont ul li:first-child {
	width: 66%;
	align-items: center;
	align-content: center;
}
.benefits_details_cont ul li .left_description {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.benefits_details_cont ul li .left_description h4 {
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: var(--blue);
	font-weight: 600;
}
.benefits_details_cont ul li .left_description p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4; /* number of lines to show */
	-webkit-box-orient: vertical;
	transition: all 0.5s ease-in-out;
}
.benefits_details_cont ul li:hover .left_description p {
	overflow: visible;
	text-overflow: unset;
	-webkit-line-clamp: unset; /* Remove line clamping */
	display: block; /* Make it fully visible */
	white-space: normal; /* Ensure text wraps properly */
  }
.benefits_details_cont ul li .icons_side {
	width: 30%;
}

.benefits_details_cont ul li .icons_side img {
	width: 100%;
}
.benefits_details_cont ul li:first-child .left_description {
	width: 60%;
	align-content: flex-start;
}
/*  */
.benefits_details_cont ul li:hover .left_description {
	margin-top: 0rem;
}
.process_container {
	background: var(--white);
	padding: 4rem 0;
}
.process_section {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.process_section .details {
	width: 30%;
	display: flex;
	flex-wrap: wrap;
}
.process_section .details h2 {
	text-align: left;
}
.process_section .details p {
	font-size: 1.5rem;
	line-height: 2.15rem;
	color: #00256a;
	font-weight: 500;
	margin: 0.5rem 0 1rem;
	font-family: var(--Raleway);
}
.process_section .circle_section {
	width: 51%;
	display: flex;
	position: relative;
	padding-top: 51%;
}
.process_section .circle_section img.circle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.process_section .circle_section .icn1 {
	position: absolute;
	top: 11rem;
	left: -4rem;
}
.media_tect_container {
	background: var(--gray-66);
	padding: 4rem 0;
	text-align: center;
	position: relative;
	min-height: 452px;
	align-items: center;
}
.media_tect_container .container {
	position: relative;
	z-index: 10;
}
.media_tect_container h2 {
	width: 50%;
	margin: 0 auto;
	display: inherit;
}
.media_tect_container:after {
	background: url(/images/bg_right.png) no-repeat 0 0;
	right: 10px;
}
.media_tect_container:after,
.media_tect_container:before {
	content: "";
	width: 436px;
	height: 436px;
	position: absolute;
	top: 9px;
}
.media_tect_container:before {
	background: url(/images/bg_left.png) no-repeat 0 0;
	left: 10px;
}
.media_tect_container p {
	font-size: 1.1rem;
	line-height: 1.5rem;
	color: #00256a;
	font-weight: 500;
	margin: 1rem 0 1.5rem;
	font-family: var(--Raleway);
}
.media_tect_container .btn {
	min-width: 180px;
	width: 10%;
	margin: 0 auto;
}
.cloudai_achievement_container {
	background: var(--white);
	padding: 5rem 0 3rem 0;
}
.achievement_slider {
	width: 99.987%;
	display: flex;
	margin-top: 25px;
}
.achievement_slider .splide__slide {
	min-height: 200px;
	overflow: hidden;
	background: var(--white);
	position: relative;
	border: 1px solid rgba(16, 76, 92, 0.31);
	border-radius: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 99%;
}
.testimonial_container {
	background: var(--white);
	padding: 2rem 0 3rem;
}
.testmonial_details {
	width: 88%;
	background: #e6f2f2;
	border-radius: 40px;
	position: relative;
	margin: 4rem auto;
	display: flex;
	align-items: flex-start;
}
.testimonial_slider {
	width: 90%;
	min-height: 410px;
	background: var(--blue);
	padding: 3rem;
	margin: -2rem auto;
	border-radius: 40px;
}
.testimonial_slider .name_section {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}
.testimonial_slider .name_section img {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	margin-right: 1.5rem;
	object-fit: cover;
}
.testimonial_slider .name_section .name {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}
.testimonial_slider .name_section .name strong {
	font-size: 1.5rem;
	line-height: 2rem;
	color: var(--white);
	font-weight: 600;
	width: 100%;
	display: flex;
}
.testimonial_slider .name_section .name span {
	font-size: 0.9rem;
	line-height: 1.1rem;
	color: var(--font-light-color);
	font-weight: 500;
	margin: 0.5rem 0;
	font-family: var(--Raleway);
}
.testimonial_slider .splide__slide p {
	font-size: 1rem;
	line-height: 1.85rem;
	color: var(--font-light-color);
	font-weight: 500;
	margin: 1.5rem 0 0;
	font-family: var(--Raleway);
}
.testimonial_slider .splide__pagination {
	bottom: -2em;
}
.testimonial_slider .splide__arrow--next,
.testimonial_slider .splide__arrow:hover {
	background: url(/images/ArrowCircleRight.png) no-repeat 0 0;
	width: 60px;
	height: 61px;
	right: -8rem;
}
.testimonial_slider .splide__arrow:before,
.testimonial_slider .splide__arrow:hover:before {
	border: none;
}
.testimonial_slider .splide__arrow--prev {
	background: url(/images/ArrowCircleRight.png) no-repeat 0 0;
	width: 60px;
	height: 61px;
	left: -8rem;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.testimonial_slider .splide__arrow:disabled {
	opacity: 0.6;
}
.blog_container {
	background: var(--white);
	padding: 3rem 0 4rem;
}
.blogs_details_container {
	margin: 2rem 0 0;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 20px;
}
.blogs_details_container .blog_box {
	width: 49%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.blogs_details_container .blog_box .blog_details {
	width: 76%;
	display: flex;
	padding: 4rem 1rem 4rem 9.25rem;
	border: 1px solid var(--light-gray-bg);
	flex-wrap: wrap;
	border-radius: 30px;
	margin-left: -8rem;
	background: #fff;
	position: relative;
	align-content: center;
}
.blogs_details_container .blog_box .blog_details h4 {
	font-size: 1.5rem;
	line-height: 1.95rem;
	color: var(--blue);
	font-weight: 600;
	width: 100%;
	display: flex;
	margin-bottom: 0.75rem;
}
.blogs_details_container .blog_box .blog_details a.read_more {
	font-size: 1rem;
	color: var(--blue);
	font-weight: 500;
	text-decoration: underline;
}
.blogs_details_container .blog_box .blog_details a.read_more:hover {
	color: var(--yellow);
}
.blogs_details_container .blog_box .img_sec {
	position: relative;
	z-index: 1;
	top: 0;
	width: 45%;
}
.blogs_details_container .blog_box .img_sec img {
	border-radius: 20px;
}
.blogs_details_container .btn {
	height: 46px;
}
@media (max-width: 1700px) {
	.tagslider .choose-slide {
		gap: 25px;
		padding: 25px;
	}
	.tagslider .choose-slide .icn {
		padding: 18px;
	}
	.tagslider .choose-slide .icn img {
		width: 40px;
		height: 40px;
	}

	.tagslider .choose-slide .bot_des h3 {
		font-size: 22px;
	}
	.tagslider .choose-slide .bot_des p {
		font-size: 18px;
		line-height: 28px;
	}
}
@media (min-width: 1600px) and (max-width: 2400px) {
	/* .tagslider .box {
      min-height: 410px;
    }
    .tagslider .box h3 {
      margin-bottom: 2rem;
    }
    .tagslider .box {
      padding: 2.5rem;
    }
    .slide-up .box .bot_des {
      transform: translateY(77%);
    }
    .tagslider .box h3 {
      align-items: end;
      font-size: 2.5rem;
      line-height: 3rem;
      font-weight: 600;
      color: var(--blue);
      text-align: left;
      align-content: end;
    }
    .tagslider .box .icn img {
      width: 111px;
      height: 111px;
    }
    .tagslider .box .icn {
      position: absolute;
      top: 2.5rem;
      left: 2.5rem;
      z-index: 2;
    }
    .slide-up .box:hover .bot_des {
      transform: translateY(39%);
    } */
	.benefits_details_cont ul li .left_description h4 {
		font-size: 1.5rem;
		line-height: 1.95rem;
	}
	.benefits_details_cont ul li .left_description p {
		font-size: 1.15rem;
		line-height: 1.75rem;
		margin: 0.65rem 0 1.5rem;
		width: 100%;
	}
	.benefits_details_cont ul li {
		padding: 40px;
		align-content: normal;
	}
	.benefits_details_cont {
		margin-top: 3rem;
	}
	.btn.line {
		height: 54px;
		font-size: 1.15rem;
	}
	.benefits_details_cont ul li:first-child .icons_side img {
		width: 20rem;
	}
	.media_tect_container h2 {
		font-size: 3.75rem;
		line-height: 4.5rem;
	}
	.media_tect_container p {
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
	.media_tect_container .btn {
		width: 200px;
	}
	.achievement_slider {
		padding-top: 3rem;
	}
	.achievement_slider .splide__slide img {
		margin: 2rem 0;
		width: 12rem;
	}
	.testimonial_slider {
		padding: 5rem;
	}
	.testimonial_slider .name_section img {
		width: 90px;
		height: 90px;
	}
	.testimonial_slider .splide__slide p {
		font-size: 1.25rem;
		line-height: 2.45rem;
		width: 98%;
	}
	.testimonial_slider .name_section {
		align-items: center;
	}
	.testimonial_slider .name_section .name strong {
		font-size: 1.85rem;
	}
	.testimonial_slider .name_section .name span {
		font-size: 1.1rem;
		line-height: 1.5rem;
		margin: 0.5rem 0 0;
	}
	.testimonial_slider .splide__arrow--next,
	.testimonial_slider .splide__arrow:hover {
		right: -9rem;
	}
	.testimonial_slider .splide__arrow--prev {
		left: -9rem;
	}
	.blogs_details_container .blog_box .blog_details {
		margin-left: -14rem;
		padding-left: 12rem;
	}
}
@media (max-height: 900px) {
	.banner_container .image_side img {
		height: 86vh;
		object-fit: contain;
		transition: all 0.3s ease;
	}
}
@media (max-width: 1300px) {
	.digital_process {
		padding: 80px 0;
	}
	.tagslider .choose-slide {
		gap: 20px;
		padding: 20px;
	}
	.tagslider .choose-slide .icn {
		padding: 15px;
	}
	.tagslider .choose-slide .icn img {
		width: 30px;
		height: 30px;
	}

	.tagslider .choose-slide .bot_des h3 {
		font-size: 20px;
	}
	.tagslider .choose-slide .bot_des p {
		font-size: 16px;
		line-height: 25px;
	}
	.blogs_details_container .blog_box .img_sec {
		width: 42%;
	}
	.blogs_details_container .blog_box .blog_details h4 {
		font-size: 1.3rem;
	}
	.blogs_details_container .blog_box .blog_details {
		padding: 3rem 1rem 3rem 9.25rem;
		width: 80%;
	}
	.process_section .circle_section .icn1 {
		width: 30%;
	}
	.content-placeholder .image_side {
		min-height: 424px;
	}
}
@media (max-width: 1080px) {
	.tagslider .box {
		min-height: 320px;
	}
	.benefits_details_cont ul {
		gap: 24px;
	}
	.blogs_details_container {
		gap: 30px 18px;
	}
	/* .benefits_details_cont ul li .icons_side {
		min-height: 6rem;
	} */
	.blogs_details_container .blog_box .blog_details h4 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.blogs_details_container .blog_box .blog_details {
		width: 83%;
	}
	.testimonial_slider .splide__arrow--next,
	.testimonial_slider .splide__arrow:hover {
		right: -7rem;
	}
	.testimonial_slider .splide__arrow--prev {
		left: -7rem;
	}
	.process_section .details p {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (max-width: 1023px) {
	.tagslider .choose-slide {
		gap: 20px;
		padding: 20px;
	}
	.tagslider .choose-slide .icn {
		padding: 10px;
	}
	.tagslider .choose-slide .icn img {
		width: 25px;
		height: 25px;
	}

	.tagslider .choose-slide .bot_des h3 {
		font-size: 18px;
	}
	.tagslider .choose-slide .bot_des p {
		font-size: 14px;
		line-height: 20px;
	}
	.content-placeholder .image_side .img_sec img {
		top: 15px;
	}
	.benefits_container {
		padding: 2.5rem 0 3rem;
	}
	.benefits_details_cont ul li:first-child {
		width: 100%;
	}
	.benefits_details_cont ul li {
		width: 48%;
	}
	.benefits_details_cont ul {
		gap: 30px 20px;
	}
	.media_tect_container {
		min-height: 350px;
	}
	.media_tect_container:before {
		background-size: 70%;
		background-position: 0 13%;
	}
	.media_tect_container:after {
		background-size: 70%;
		background-position: right 13%;
	}
	.achievement_slider .splide__slide {
		min-height: 170px;
	}
	.testimonial_container {
		padding-top: 1rem;
	}
	.testimonial_slider {
		width: 94%;
		padding: 3rem 1.5rem;
	}
	.testimonial_slider .splide__arrow--next,
	.testimonial_slider .splide__arrow:hover {
		right: -5rem;
	}
	.testimonial_slider .splide__arrow--prev {
		left: -5rem;
	}
	.blogs_details_container .blog_box {
		width: 100%;
	}
	.blogs_details_container .blog_box .blog_details {
		width: 79%;
		padding: 4.5rem 1rem 4.5rem 8.5rem;
	}
	.blogs_details_container .blog_box .img_sec {
		width: 34%;
	}
	.content-placeholder .image_side img {
		width: 250px;
		height: 250px;
	}
	.content-placeholder .image_side {
		min-height: 350px;
	}
	.cards-box .card {
		min-height: 360px;
	}
	.content-placeholder .row {
		width: 43%;
		margin-left: 2rem;
	}
	.content-placeholder .row .details h3 {
		font-size: 2rem;
	}
	.content-placeholder .row .details {
		margin-top: 0;
	}
	.content-placeholder .row .details p {
		font-size: 1rem;
		line-height: 1.5rem;
		margin-top: 0.5rem;
	}
	.tagslider .box {
		min-height: 300px;
	}
	.make_mark_container {
		padding: 4rem 0;
	}
	.testimonial_slider {
		padding: 3rem 1rem 1rem 1.5rem;
	}
	.testimonial_slider .splide__slide p {
		font-size: 0.9rem;
		line-height: 1.65rem;
	}
	.blog_container {
		padding-top: 1rem;
	}
	.process_section .details {
		width: 33%;
	}
	.process_section .details h2 {
		font-size: 2.15rem;
		line-height: 2.5rem;
	}
	.process_section .circle_section .icn1 {
		top: 10rem;
		left: -3rem;
	}
	.tagslider .box .icn .show_mobile {
		display: none;
	}
	.tagslider .box h3 {
		font-size: 1.25rem;
		line-height: 1.65rem;
		padding-bottom: 20px;
	}
	.tagslider .box:hover .icn .show_mobile {
		display: block;
		width: 65px;
	}
}
@media (max-width: 820px) {
	.blogs_details_container .blog_box .blog_details {
		width: 74%;
	}
	.blogs_details_container .blog_box .img_sec {
		width: 42%;
	}
}
@media only screen and (max-width: 767px) {
	/* .tagslider .box .icn .show_mobile {
      display: block;
    } */
	.cards-box {
		margin-bottom: 0;
	}
	.cards-box .card {
		min-height: 250px;
		border-radius: 20px;
	}
	.content-placeholder .image_side .img_sec img {
		display: none;
	}
	.cards-box .card:not(.hide)[data-slide="3"] .img,
	.cards-box .card:not(.hide)[data-slide="4"] .img,
	.cards-box .card:not(.hide)[data-slide="5"] .img {
		display: none;
	}

	main .top_txt {
		width: 100%;
		font-size: 0.9rem;
		line-height: 1.5rem;
	}
	main .splide__pagination__page {
		height: 12px;
		width: 12px;
	}
	/* .content-placeholder {
      flex-wrap: wrap-reverse;
    } */
	.content-placeholder .row {
		width: 100%;
		margin-left: 0;
	}
	.content-placeholder .row .details {
		flex-direction: column;
	}
	.content-placeholder .image_side {
		min-height: 310px;
		width: 100%;
		display: none;
	}
	.content-placeholder .row .img {
		top: 0.5rem;
		font-size: 2.6rem;
		position: absolute;
	}
	.content-placeholder .image_side img {
		width: 200px;
		height: 200px;
		top: 40px !important;
	}
	.content-placeholder .row .details h3 {
		font-size: 1.25rem;
		line-height: 1.75rem;
		text-align: center;
	}
	.content-placeholder .row .details p {
		font-size: 0.9rem;
		text-align: center;
	}
	.make_mark_container {
		padding-top: 1rem;
		padding-bottom: 3rem;
	}
	.make_mark_container h2 {
		text-align: left;
	}
	.make_mark_container .top_txt {
		text-align: left;
		margin-top: 0;
		margin-bottom: 0.5rem;
	}
	.btn_sec {
		justify-content: flex-start;
	}
	/* .tagslider .box .original {
      align-content: space-between;
    }
    .tagslider {
      padding-bottom: 0;
      margin-top: 2.5rem;
    }
    .tagslider .box {
      background: var(--blue);
      min-height: 270px;
      padding: 1.15rem;
      border: none;
    }
    .slide-up .overlay {
      display: none;
    }
    .slide-up .box h3 {
      color: var(--white);
      font-size: 1.1rem;
      line-height: 1.5rem;
      margin-bottom: 0.5rem;
    } */
	/* .slide-up .box .bot_des,
    .slide-up .box:hover .bot_des {
      transform: inherit;
    }
    .tagslider .box .icn img {
      width: 57px;
      height: 57px;
    }
    .tagslider .box .icn {
      top: 0;
      left: 0;
      z-index: 2;
      position: relative;
      min-height: 4.5rem;
    } */
	.make_mark_container .slider_container p {
		font-size: 0.85rem;
	}
	.benefits_container {
		padding: 1.5rem 0 2.5rem;
	}
	.benefits_details_cont {
		margin-top: 1.5rem;
	}
	.benefits_details_cont ul {
		gap: 20px 20px;
	}
	.benefits_details_cont ul li {
		padding: 1.25rem;
		width: 100%;
		border-radius: 20px;
	}
	.benefits_details_cont ul li:first-child .left_description {
		width: 100%;
		margin-top: 10px;
	}
	.benefits_details_cont ul li .icons_side {
		min-height: auto;
		width: 56%;
		margin: auto;
		justify-content: center;
		display: flex;
	}
	.benefits_details_cont ul li .left_description {
		justify-content: center;
		text-align: center;
		margin-top: 5px;
	}
	.btn.line {
		min-width: 50%;
	}
	.benefits_details_cont ul li .left_description p {
		font-size: 0.9rem;
		line-height: 1.4rem;
		width: 96%;
	}
	.process_container {
		padding: 2rem 0 3rem;
	}
	.process_section .details {
		width: 100%;
		margin-bottom: 1rem;
	}
	.process_section .details h2 {
		font-size: 1.75rem;
		line-height: 2rem;
	}
	.process_section .circle_section {
		width: 96%;
		padding-top: 96%;
		margin: 0 auto;
	}
	.process_section .circle_section .icn1 {
		width: 25%;
		left: -1.25rem;
		top: 8rem;
	}
	.media_tect_container:after,
	.media_tect_container:before {
		display: none;
	}
	.media_tect_container h2 {
		width: 90%;
		font-size: 2.25rem;
		line-height: 2.75rem;
	}
	.media_tect_container .btn {
		min-width: 180px;
		width: 50%;
		margin: 0 auto;
	}
	.media_tect_container p {
		font-size: 1rem;
		line-height: 1.5rem;
		margin: 1rem auto 1.5rem;
		width: 90%;
	}
	.cloudai_achievement_container {
		padding: 2rem 0;
	}
	.achievement_slider {
		padding: 1rem 0 2.5rem;
	}
	.testmonial_details {
		width: 100%;
		border-radius: 20px;
		margin: 3rem auto;
	}
	.testimonial_slider {
		padding: 1.5rem 1.25rem 1rem 1.5rem;
		border-radius: 20px;
		margin-left: 0;
	}
	.testimonial_slider .name_section img {
		width: 60px;
		height: 60px;
		margin-right: 0.75rem;
	}
	.testimonial_slider .name_section .name {
		width: 73%;
	}
	.testimonial_slider .name_section {
		align-items: center;
		margin-bottom: 1rem;
	}
	.testimonial_slider .name_section .name strong {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
	.testimonial_slider .name_section .name span {
		margin-bottom: 0;
		font-size: 0.85rem;
	}
	.testimonial_slider .splide__slide p {
		font-size: 0.85rem;
		line-height: 1.3rem;
		margin: 0 0 0.75rem;
		letter-spacing: 0.03rem;
	}
	.blog_container {
		padding-bottom: 2rem;
	}
	.blogs_details_container {
		margin-top: 1rem;
	}
	.blogs_details_container .blog_box .img_sec {
		width: 86%;
		margin: 0 auto;
		position: relative;
		text-align: center;
		justify-content: center;
		display: flex;
		padding-top: 56.25%;
	}
	.blogs_details_container .blog_box .img_sec img {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.blogs_details_container .blog_box .blog_details {
		width: 100%;
		padding: 6.5rem 1rem 1rem 1.5rem;
		border-radius: 20px;
		margin: -6rem 0 0;
	}
	.blogs_details_container .blog_box .blog_details h4 {
		font-size: 1.15rem;
		line-height: 1.6rem;
	}
	.blogs_details_container .btn_sec {
		justify-content: center;
		margin: 0;
	}
	.banner_container .left_side {
		justify-content: center;
	}
}
