.our-partners {
	display: flex;
	flex-direction: column;
	gap: 80px;
	padding: 5vh 0;
}

.slick-container{
	width: 100%;
}
.slick-container img {
	width: 200px;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
  }
@media(max-width:1400px){
	.our-partners {
		gap: 50px;
	}
}
@media (max-width: 750px) {
	.our-partners {
		gap: 30px;
	}
	.slick-container img {
		width: 150px;
	}
}
@media (max-width: 500px) {
	.slick-container img {
		width: 100px;
	}
}
.about_container {
	padding: 5rem 0 2rem;
}
.about_container h3.head_txt {
	font-size: 2rem;
	line-height: 2rem;
	color: var(--blue);
	text-align: center;
	font-weight: 700;
	margin-bottom: 1.5rem;
}
.about_container .about-text {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	color: #01236f;
	font-weight: 400;
	font-size: 20px;
}
main .top_txt {
	font-size: 1.1rem;
	line-height: 1.65rem;
	color: var(--gray);
	margin: 0.5rem auto 1rem;
	width: 50%;
	text-align: center;
	font-family: var(--Raleway);
	font-weight: 500;
}
main .splide__pagination__page {
	background: #dfe8e9;
}
main .splide__pagination__page.is-active {
	background: var(--yellow);
}
.about_details_box {
	padding: 3rem;
	display: flex;
	flex-direction: column;
}
.about_content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
}
.about_content:first-child {
	margin-bottom: 2rem;
}
.about_content .details {
	width: 38%;
	display: flex;
	flex-wrap: wrap;
	margin-left: 3rem;
}
.about_content .details h3 {
	font-size: 2.75rem;
	line-height: 3rem;
	color: var(--white);
	font-weight: 700;
	width: 100%;
}
.about_content .details p {
	font-size: 1.125rem;
	line-height: 1.75rem;
	color: var(--light-gray-bg);
	font-weight: 500;
	margin: 1rem 0 0;
	font-family: var(--Raleway);
	text-wrap: pretty;
}
.about_content .image_side {
	width: 51%;
	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;
}
.about_content:first-child .image_side .img_sec img {
	border-radius: 100% 100% 0 100%;
}
.about_content .image_side .img_sec {
	width: 70%;
	position: relative;
	padding-top: 70%;
	display: flex;
	align-items: center;
}
.about_content .image_side .img_sec img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100% 100% 100% 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0 auto;
}
.about_content:first-child .image_side {
	background: url(../../../images/about-box_img_bg.svg) no-repeat 50%;
	background-size: contain;
}
.about_content:first-child .details {
	margin: 0 3rem 0 0;
}
.core_values_container {
	background: var(--white);
	padding: 4rem 0 2rem;
}
.core_values_cont {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	margin-top: 2.25rem;
}
.core_values_cont ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 19px;
	justify-content: space-between;
}
.core_values_cont ul li {
	width: 23.5%;
	display: flex;
	background: var(--orange-light);
	border-radius: 30px;
	padding: 2rem 1.25rem 1.5rem 1.5rem;
	flex-wrap: wrap;
	min-height: 310px;
	align-content: space-between;
}
.core_values_cont ul li .icons_side {
	min-height: 6.5rem;
	width: 40%;
}
.core_values_cont ul li .left_description {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
@media (max-width: 768px) {
	.about_container {
		padding: 3rem 0 2rem;
	}
	.core_values_cont ul li .left_description {
		flex-direction: column;
	}
}
.core_values_cont ul li .left_description h4 {
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: var(--blue);
	font-weight: 600;
	text-wrap: wrap;
}
.core_values_cont ul li .left_description p {
	font-size: 1rem;
	line-height: 1.5rem;
	color: var(--blue);
	font-weight: 500;
	margin: 0.75rem 0 0;
	font-family: var(--Raleway);
	min-height: 72px;
}
.empowering_container {
	background: var(--white);
	padding: 4rem 0 2rem;
}
.empowering_container .details_container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.details_container .img_sec {
	width: 50%;
	display: flex;
	position: relative;
	padding-top: 40%;
}
.details_container .img_sec img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 30px;
}
.details_container .right_details_sec {
	width: 47%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: flex-end;
}
.details_container .right_details_sec h2 {
	text-align: left;
}
.empowering_slider {
	width: 93%;
	display: flex;
	padding: 2rem;
	background: #dfe8e9;
	border-radius: 30px;
}
.empowering_slider .year {
	width: 100%;
	display: flex;
	font-size: 3.75rem;
	line-height: 4rem;
	font-weight: 300;
	color: var(--blue);
}
.empowering_slider p {
	font-size: 1rem;
	line-height: 1.55rem;
	color: var(--blue);
	font-weight: 500;
	margin: 1rem 0 0;
	font-family: var(--Raleway);
}
.empowering_slider .splide__pagination {
	bottom: 3rem;
	left: -2.5rem;
	width: 5%;
}
.empowering_slider .splide__pagination li {
	margin-bottom: 1px;
}
.empowering_slider .splide__pagination__page {
	background: #c7e8e8;
}
.empowering_slider .splide__pagination__page.is-active {
	background: var(--blue);
}
.cloudai_achievement_container {
	background: var(--white);
	padding: 2rem 0;
}
@media (min-width: 1440px) {
	.cloudai_achievement_container {
		padding: 4rem 0 2rem;
	}
}
.achievement_slider {
	width: 99.987%;
	display: flex;
	padding: 2rem 0;
}
.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: 3rem 0 2rem;
}
.testmonial_details {
	width: 88%;
	background: #e6f2f2;
	border-radius: 40px;
	position: relative;
	margin: 4rem auto;
	display: flex;
	align-items: flex-start;
}
.testimonial_slider {
	width: 90%;
	background: var(--blue);
	padding: 3rem;
	margin: -2rem auto;
	border-radius: 40px;
}
.testimonial_slider.leaders {
	background: var(--gray-other);
	padding: 2rem 3rem;
}
.testimonial_slider.leaders .splide__pagination {
	display: none;
}
.testimonial_slider.leaders li {
	display: flex;
	align-items: center;
}
.testimonial_slider .image_section {
	width: 39%;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	margin-right: 1.5rem;
}
.testimonial_slider .testimonial_des {
	width: 57%;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	align-content: flex-start;
}
.testimonial_slider .testimonial_des .name {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}
.testimonial_slider .testimonial_des .name strong {
	font-size: 2rem;
	line-height: 2.25rem;
	color: var(--blue);
	font-weight: 600;
	width: 100%;
	display: flex;
}
.testimonial_slider .testimonial_des .name span {
	font-size: 1.5rem;
	line-height: 1.75rem;
	color: var(--gray);
	font-weight: 500;
	margin: 0.35rem 0 0;
	font-family: var(--Raleway);
}
.testimonial_slider.leaders .splide__slide p {
	font-size: 1rem;
	line-height: 1.65rem;
	color: var(--gray);
	font-weight: 500;
	margin: 0.75rem 0 0;
	font-family: var(--Raleway);
}
.testimonial_slider .testimonial_des .social_icns {
	margin-top: 1rem;
	display: flex;
	width: 100%;
}
.testimonial_slider .testimonial_des .social_icns a {
	margin-right: 1rem;
}
.testimonial_slider .splide__pagination {
	bottom: -2rem;
}
.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;
}
.our_team_container {
	background: var(--white);
	padding: 4rem 0 1rem;
}
.teams_section {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.our_team_slider {
	margin-top: 2rem;
	width: 100%;
	display: inline-flex;
	padding-bottom: 3rem;
	flex-wrap: wrap;
	gap: 25px;
	align-content: flex-start;
}
.our_team_slider li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 25px;
	width: 31%;
}
.team_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: var(--gray-66);
	border-radius: 30px;
	padding: 1rem;
}
.team_box .img_sec {
	width: 100%;
	display: flex;
	position: relative;
	padding-top: 100%;
}
.team_box .img_sec img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 20px;
	object-fit: cover;
}
.team_description {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 1rem;
}
.team_description p {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
	line-height: 1.65rem;
	color: var(--blue);
	font-weight: 500;
	margin: 0;
}
.team_description p span {
	width: 100%;
	font-size: 1.1rem;
	color: var(--gray);
}
.team_description .social {
	display: flex;
}
.our_team_slider .splide__pagination li {
	width: auto;
}
.our_team_container.show_desktop ul.our_team_slider {
	overflow: auto;
	padding-bottom: 0;
}
.career_container {
	background: var(--white);
	padding: 4rem 0 6rem;
}
.career_content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background: var(--gray-66);
	border-radius: 40px;
	padding: 1rem;
}
.career_content .details {
	width: 38%;
	display: flex;
	flex-wrap: wrap;
	margin-left: 3rem;
}
.career_content .details h2 {
	color: var(--blue);
	text-align: left;
}
.career_content .details p {
	font-size: 1.1rem;
	line-height: 1.75rem;
	color: var(--gray);
	font-weight: 500;
	margin: 0.5rem 0 2rem;
	font-family: var(--Raleway);
}
.career_content .image_side {
	width: 51%;
	background: url(../../../images/career_line_bg.png) no-repeat 50%;
	min-height: 416px;
	display: flex;
	justify-content: end;
	align-items: center;
	background-size: contain;
}
.career_content .image_side .img_sec {
	width: 64%;
	position: relative;
	padding-top: 62%;
	display: flex;
	align-items: center;
	margin-right: 3rem;
}
.career_content .image_side .img_sec img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0 auto;
}
.our_vision_mission {
	padding-bottom: 2rem;
}
@media (min-width: 1500px) and (max-width: 2400px) {
	.banner_container .left_side h1 {
		font-size: 3.5rem;
		line-height: 4.5rem;
	}
	.about_content .image_side .img_sec {
		margin: 3rem;
	}
	.about_content .details h3 {
		font-size: 3.5rem;
		line-height: 4.5rem;
	}
	.about_content .details p {
		font-size: 1.125rem;
		line-height: 1.75rem;
		width: 96%;
	}
	.about_container h3.head_txt {
		font-size: 2.5rem;
		line-height: 3rem;
	}
	.about_container .about-text {
		font-size: 26px;
	}
	.about_details_box {
		margin-top: 4rem;
	}
	.our_vision_mission {
		padding-bottom: 2rem;
	}
	.core_values_container .top_txt {
		width: 45%;
		font-size: 1.45rem;
		line-height: 2.25rem;
	}
	.core_values_cont {
		margin-top: 4rem;
	}
	.core_values_cont ul li .icons_side img {
		width: 5rem;
	}
	.core_values_cont ul li {
		padding-left: 2.5rem;
		padding-bottom: 2rem;
		min-height: 390px;
	}
	.core_values_cont ul li .left_description h4 {
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
	.core_values_cont ul li .left_description p {
		font-size: 1.45rem;
		line-height: 1.95rem;
		min-height: 93px;
	}
	.core_values_container,
	.empowering_container {
		padding: 4rem 0 2rem;
	}
	.empowering_slider {
		padding: 3rem;
	}
	.empowering_slider .year {
		font-size: 4.75rem;
		line-height: 5rem;
	}
	.empowering_slider p {
		font-size: 1.45rem;
		line-height: 2rem;
	}
	.empowering_slider .splide__pagination {
		bottom: 5rem;
	}
	main .splide__pagination__page {
		width: 12px;
		height: 12px;
	}
	.empowering_slider .splide__pagination li {
		margin-bottom: 5px;
	}
	.testimonial_slider.leaders {
		padding: 3rem 0;
	}
	.testimonial_slider .image_section {
		justify-content: center;
	}
	.testimonial_slider .image_section img {
		width: 75%;
	}
	.testimonial_slider .testimonial_des {
		width: 50%;
	}
	.testimonial_slider .testimonial_des .name strong {
		font-size: 3rem;
		line-height: 4rem;
	}
	.testimonial_slider .testimonial_des .name span {
		font-size: 1.85rem;
		line-height: 2rem;
	}
	.testimonial_slider .splide__slide p {
		font-size: 1.45rem;
		line-height: 2.15rem;
		margin: 1.5rem 0 0.75rem;
	}
	.testimonial_slider .testimonial_des .social_icns img {
		width: 3.5rem;
	}
	.team_box {
		padding: 1.25rem;
	}
	.team_description {
		margin-top: 1.5rem;
	}
	.team_description p {
		font-size: 1.5rem;
		line-height: 2.15rem;
	}
	.team_description p span {
		font-size: 1.35rem;
	}
	.team_description .social img {
		width: 3rem;
	}
	.our_team_container {
		padding: 4rem 0 2rem;
	}
	.our_team_container.show_desktop ul.our_team_slider {
		height: auto;
		gap: 40px;
		margin-top: 3rem;
	}
	.achievement_slider {
		padding-top: 3rem;
	}
	.achievement_slider .splide__slide img {
		margin: 2rem 0;
		width: 12rem;
	}
	.career_content .details p {
		font-size: 1.45rem;
		line-height: 2.15rem;
		margin: 1rem 0 3rem;
		width: 88%;
	}
	.career_content .image_side {
		padding: 1rem;
	}
	.career_content .details {
		margin-left: 6rem;
	}
	.career_content .details .btn {
		min-width: 220px;
	}
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.about_content .details p {
		font-size: 0.9rem;
		line-height: 1.5rem;
	}
}
@media (max-width: 1200px) {
	.about_content:first-child .details {
		margin: 0 2rem 0 0;
	}
	.about_content:first-child {
		margin-bottom: 2rem;
	}
	.about_content .image_side {
		min-height: 384px;
	}
	.career_content .image_side {
		min-height: 386px;
	}
}
@media (max-width: 1080px) {
	.core_values_cont ul {
		gap: 18px;
	}
	.core_values_cont ul li .left_description p {
		min-height: 90px;
	}
	.career_content .image_side {
		min-height: 336px;
	}
	.core_values_cont ul li {
		align-content: space-between;
		min-height: 290px;
	}
	.details_container .right_details_sec h2 {
		font-size: 2rem;
	}
	.tagslider .box {
		min-height: 320px;
	}
	.testimonial_slider .splide__arrow--next,
	.testimonial_slider .splide__arrow:hover {
		right: -7rem;
	}
	.testimonial_slider .splide__arrow--prev {
		left: -7rem;
	}
	.cloudai_achievement_container {
		padding: 2rem 0;
	}
}
@media (max-width: 1023px) {
	.digital_process {
		padding-top: 1rem;
		padding-bottom: 0;
	}
	.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;
	}
	.cards-box .card {
		min-height: 360px;
	}
	.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;
	}
	.our_team_container.show_desktop {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 900px) {
	.core_values_cont ul li {
		width: 48.5%;
	}
}
@media (max-width: 820px) {
	.about_details_box {
		padding: 2rem 1rem;
	}
	.about_content .image_side {
		min-height: 304px;
	}
	.about_content .details p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.about_content .details h3 {
		font-size: 2.5rem;
	}
	main .top_txt {
		width: 65%;
	}
	.core_values_container {
		padding: 3rem 0;
	}
	.core_values_cont ul li {
		width: 48.5%;
	}
	.core_values_cont ul li .left_description p {
		min-height: auto;
	}
	.details_container .right_details_sec h2 {
		font-size: 1.75rem;
		line-height: 2.15rem;
		margin-top: 0;
	}
	.empowering_slider {
		padding: 1.25rem;
		border-radius: 20px;
	}
	.empowering_slider .splide__pagination {
		left: -1.75rem;
	}
	.empowering_slider p {
		margin-top: 0.75rem;
	}
	.testimonial_slider .splide__slide p {
		line-height: 1.35rem;
	}
	.team_description p {
		font-size: 1rem;
		width: 75%;
		line-height: 1.4rem;
	}
	.team_description p span {
		font-size: 0.9rem;
	}
	.career_content .details {
		margin-left: 1.5rem;
	}
	.testimonial_slider.leaders {
		border-radius: 30px;
		padding: 2rem;
	}
	.career_content {
		border-radius: 30px;
	}
	.career_content .details h2 {
		font-size: 2rem;
		line-height: 2.5rem;
		margin-bottom: 0;
	}
	.career_content .details p {
		font-size: 1rem;
		line-height: 1.55rem;
		margin-bottom: 1rem;
	}
	.career_content .image_side {
		min-height: 266px;
	}
}
@media only screen and (max-width: 767px) {
	.top_container {
		background: linear-gradient(to bottom, #ffffff85, #0088ff2b, #0088ff2b);
		padding-bottom: 0;
	}
	.banner_container.inner {
		background-position: center 40px;
		background-size: 155%;
		padding-bottom: 2rem;
	}
	.banner_container.inner .image_side {
		margin-bottom: 3rem;
	}
	/* .our_vision_mission {
      background: var(--blue-slide);
    } */
	/* .about_container {
      background: linear-gradient(1turn, #dfdfdf 34%, #dfdfdf 67%);
    } */
	.about_container .about-text {
		padding-top: 20px;
		font-size: 16px;
	}
	.about_txt:after {
		content: "";
		background: linear-gradient(0deg, #dfdfdf 20%, hsla(0, 0%, 100%, 0) 112.31%);
		width: 100%;
	}
	.about_container h3.head_txt {
		font-size: 2.5rem;
		line-height: 1.75rem;
		margin-bottom: 0.5rem;
	}
	.about_details_box {
		border-radius: 20px;
		padding: 1rem 0;
		margin-top: 1rem;
	}
	.about_content .image_side {
		width: 100%;
		min-height: auto;
		margin-bottom: 1rem;
		padding: 1rem 0;
	}
	.about_content .details {
		width: 100%;
		margin: 0;
	}
	.about_content {
		flex-wrap: wrap-reverse;
	}
	.about_content:first-child {
		flex-wrap: wrap;
		margin-bottom: 1rem;
	}
	.about_content:first-child .details {
		margin: 0;
	}
	.about_content .details h3 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.about_content .details p {
		font-size: 0.9rem;
		line-height: 1.5rem;
		margin-top: 0.5rem;
	}
	.core_values_cont {
		margin-top: 0.5rem;
	}
	.core_values_cont ul li {
		width: 100%;
		min-height: 240px;
		border-radius: 20px;
	}
	.core_values_cont ul li .left_description p {
		font-size: 0.9rem;
	}
	.empowering_container {
		padding: 1rem 0 5rem;
	}
	.empowering_container .details_container {
		position: relative;
	}
	.details_container .img_sec {
		width: 100%;
		display: flex;
		position: relative;
		padding-top: 65%;
		margin-top: 5.25rem;
	}
	.details_container .img_sec img {
		border-radius: 20px;
	}
	.details_container .right_details_sec {
		width: 100%;
	}
	.details_container .right_details_sec h2 {
		font-size: 1.5rem;
		line-height: 2rem;
		margin-top: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	.empowering_slider {
		width: 100%;
		margin-top: 1rem;
	}
	.empowering_slider .splide__pagination {
		bottom: -2rem;
		left: auto;
		width: 100%;
	}
	.digital_process {
		padding-top: 0;
		/* background: linear-gradient(1turn, #fff 34%, #dfe9e9 67%); */
		padding-bottom: 1rem;
	}
	main .top_txt {
		width: 100%;
		font-size: 0.9rem;
		line-height: 1.5rem;
	}
	main .splide__pagination__page {
		height: 12px;
		width: 12px;
	}
	.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;
	}
	.btn_sec {
		justify-content: flex-start;
	}
	.tagslider {
		padding-bottom: 0;
		margin-top: 2.5rem;
	}
	.tagslider .box {
		background: var(--blue);
		min-height: auto;
		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;
	}
	.btn.line {
		min-width: 90%;
	}
	.cloudai_achievement_container {
		padding: 1rem 0;
	}
	.achievement_slider {
		padding: 1rem 0 2.5rem;
	}
	.testmonial_details {
		width: 100%;
		border-radius: 20px;
		margin: 3rem auto;
	}
	.testimonial_slider.leaders li {
		flex-wrap: wrap;
	}
	.testimonial_slider.leaders {
		border-radius: 20px;
		padding: 2rem 1rem;
		margin-left: 0;
	}
	.testimonial_slider .image_section {
		width: 70%;
		display: flex;
		flex-wrap: wrap;
		align-items: start;
		margin: 0 auto 1rem;
	}
	.testimonial_slider .testimonial_des {
		width: 100%;
	}
	.testimonial_slider .testimonial_des .name {
		width: 100%;
		justify-content: center;
	}
	.testimonial_slider .testimonial_des .name strong {
		justify-content: center;
		font-size: 1.5rem;
	}
	.testimonial_slider .testimonial_des .name span {
		font-size: 1.25rem;
		line-height: 1.35rem;
	}
	.testimonial_slider .splide__slide p {
		text-align: center;
	}
	.testimonial_slider .testimonial_des .social_icns {
		justify-content: center;
	}
	.testimonial_slider .testimonial_des .social_icns a {
		margin: 0 0.5rem;
	}
	.blog_container {
		padding-bottom: 2rem;
	}
	.testmonial_details .splide__arrows {
		width: 40%;
		display: flex;
		margin: 0 auto;
		position: absolute;
		bottom: -1rem;
		right: 0;
		left: 0;
	}
	.testmonial_details .splide__arrow--prev {
		left: 0;
		top: 0;
		bottom: -5rem;
	}
	.testimonial_slider .splide__arrow--next,
	.testimonial_slider .splide__arrow:hover {
		right: 0;
		top: 0;
		bottom: -7rem;
	}
	.testimonial_slider .splide__arrow--next {
		transform: none;
	}
	.our_team_container {
		padding-top: 3rem;
	}
	.our_team_slider li {
		flex-wrap: nowrap;
		gap: 15px;
	}
	.team_box {
		width: 100%;
		flex: none;
		border-radius: 20px;
	}
	.career_container {
		padding-bottom: 2.5rem;
	}
	.career_content {
		flex-wrap: wrap-reverse;
	}
	.career_content .details {
		width: 100%;
		margin: 0 0 0.5rem;
		justify-content: center;
	}
	.career_content .image_side {
		width: 100%;
	}
	.career_content .image_side .img_sec {
		width: 82%;
		padding-top: 82%;
		margin: 0 auto;
	}
	.career_content .image_side {
		min-height: 342px;
		background-size: 150% 100%;
	}
	.career_content .details h2 {
		font-size: 1.5rem;
		line-height: 2rem;
		text-align: center;
	}
	.career_content .details p {
		text-align: center;
		margin-top: 0;
	}
}