* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;

}

h1 {
	font-size: 75px;
	font-weight: 600;
	font-family: "Inter", sans-serif;
	padding: 1rem 0;
}

h2 {
	font-size: 55px;
	font-weight: 600;
	font-family: "Inter", sans-serif;
	padding: 1rem 0;
}

p {
	font-size: 20px;
	font-family: "Inter", sans-serif;
	color: #a4a4a4;
	padding-bottom: 2rem;
}

.btn_blue a {
	background: #ffac12;
	padding: 15px 30px;
	transition: all 0.5s;
	border-radius: 10px;
	color: #fff;
	font-weight: 600;
	padding: 11px 35px;
	text-decoration: none;
	display: inline-block;

}

.btn_blue a:hover {
	background: black;
	color: #fff;
}

.head {
	padding: 5px;
	margin: 0;
	font-size: 15px;
	color: #5959ff;
	font-weight: 600;
	background: #ebedf0;
	width: 163px;
	text-align: center;
}

/********* header *********/

.top-bar {
	background: #ffac12;
	color: #fff;
}

.top-bar .right-wrap {
	display: flex;
	justify-content: end;
}

.main_header {
	padding: 2rem 0;
}

.main_header .ct-menu-list li a {
	font-size: 17px;
	padding-left: 20px;
	color: #6a6666;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s;
}

.main_header .ct-menu-list li a:hover {
	color: blue;
}

.main_header .left-icon li a {
	color: #000;
	text-decoration: none;
	background: #f2f2f5;
	padding: 15px;
	border-radius: 50px;
	font-size: 15px;
	transition: all 0.3s;
	display: inline-block;
}

.main_header .left-icon .btn_blue a:hover {
	color: #fff;
	background: #000;
}

.navbar-light .right_menu .btn_blue a {
	background: #ffac12;
	border-radius: 10px;
	color: #fff;
	font-weight: 600;
	padding: 11px 35px;
	display: inline-block;
	text-decoration: none;
}

.navbar-light .right_menu .btn_blue a:hover {
	background: black;
	transition: all 0.3s;
}

/***** banner ******/
#banner {
	background: #213345;
	color: #fff;
}

.banner .btn_blue a:hover {
	color: #fff;
	background: #000;
}

.right-banner img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.banner_content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 2rem 0 2rem 6rem;
}

.banner_content .short-head h5 {
	font-size: 17px;
	color: #ffac12;
}

.banner_content .main-head h1 {
	font-size: 75px;
	font-weight: 600;
	font-family: "Inter", sans-serif;
	padding: 1rem 0;
	line-height: 1;
}

.banner_content .info_p p {
	font-size: 20px;
	font-family: "Inter", sans-serif;
	color: #a4a4a4;
	padding-bottom: 1rem;
}

.banner_content .btn_blue a {
	padding: 15px 30px;
	transition: all 0.5s;
}

.banner_content .btn_blue a:hover {
	color: #000;
	background: #fff;
}

.right-banner {
	position: relative;
	right: -12px;
}

.right-banner .border-shape {
	position: absolute;
	top: -2px;
	left: -15px;
}

.right-banner .border-shape svg {
	width: 100%;
	height: 100%;
}

/**************** about ********/
#about {
	background: url(../example/about-bg.jpg)no-repeat center / cover;
	padding: 10rem 0;
}

.right-wrap .main-head h1 {
	font-size: 47px;
	font-weight: 700;
	color: #112437;
}

#about {
	background: url(../images/about-bg.jpg)no-repeat center / cover;
	padding: 9rem 0 13rem 0;
}

#about .right-wrap .info_p p {
	color: #646d74;
	font-size: 17px;
	padding: 0;
}

#about .right-wrap ul li {
	color: #000;
	line-height: 2;
	list-style: none;
	position: relative;
}

.right-wrap ul {
	padding-left: 1rem;
}

.right-wrap-part .right-wrap ul li::before {
	position: absolute;
	content: "";
	left: -17px;
	top: 40%;
	background: #3570FF;
	border-radius: 50px;
	width: 8px;
	height: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.right-wrap .btn_blue {
	padding-top: 20px;
}

.right-wrap .head {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: #5959ff;
	font-weight: 600;
	background: #ebedf0;
	max-width: 100px;
	text-align: center;
}

.cmn-img img {
	border-radius: 20px;
	width: 150px;
	height: 280px;
	object-fit: cover;
}

.left-wrap .cmn-img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.left-wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

.cmn-img.left-1 {
	left: 0px;
	top: 135px;
}

.cmn-img.left-2 {
	left: 177px;
	right: unset;
	top: 0px;
}

.cmn-img.left-3 {
	left: 177px;
	right: unset;
	top: 305px;
}

.cmn-img.left-4 {
	left: 350px;
	right: 12px;
	top: 135px;
	bottom: unset;
}

.left-wrap:after {
	position: ;
	position: absolute;
	content: "";
	width: 80px;
	height: 80px;
	top: 41px;
	background: #fac505;
	left: 80px;
	border-radius: 100px 0 0 0;
}

.left-wrap::before {
	content: "";
	position: absolute;
	content: "";
	width: 80px;
	height: 80px;
	top: 435px;
	background: #00f;
	left: 80px;
	border-radius: 0px 0 0 100px;
}

/************* solution *********/
.solution-heading {
	text-align: center;
}

.solution-heading span {
	text-transform: uppercase;
	color: #3570FF;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.16em;
	background: #EBEDF0;
	border-radius: 4px;
	padding: 3px 12px;
}

#solution {
	background: url(../images/service-bg.jpg)no-repeat scroll center / cover;
	padding: 5rem 0 18rem 0;
	z-index: 1;
	position: relative;
}

#solution::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #F7F8FB;
	z-index: -1;
	opacity: 0.68;
}

.image img {
	width: 100%;
	border-radius: 15px;
}

.containt {
	position: absolute;
	background: #fff;
	width: 290px;
	border-radius: 15px;
	padding: 20px;
	top: 327px;
}

.image {
	position: relative;
}

.containt {
	position: absolute;
	background: #fff;
	width: 302px;
	border-radius: 15px;
	padding: 30px;
	top: 270px;
}

.containt h3 {
	font-size: 22px;
	font-weight: 600;
	color: #333;
}

.containt span {
	font-size: 14px;
	color: #868282;
	font-weight: 400;
}

.next-icon a .fa {
	position: absolute;
	right: 0px;
	background: #3570ff;
	padding: 30px 20px;
	border-radius: 0 0px 15px 0;
	top: 334px;
	color: #fff;
}

.box-2 .next-icon a .fa {
	background: #fac505;
}

#CTA {
	position: relative;
	padding: 3rem 0;
	clip-path: polygon(0 0, 100% 13%, 100% 100%, 0% 100%);
	/* -webkit-clip-path: polygon(0 0, 100% 13%, 100% 100%, 0% 100%); */
	margin-top: -30px;
	background: url(../images/cta-shape.png);
	z-index: 1;
}

#CTA::before {
	position: absolute;
	content: "";
	z-index: -1;
	background: #1e3446;
	width: 100%;
	height: 100%;
	top: 7px;
	left: 0;
	-webkit-clip-path: polygon(0 0, 100% 13%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 13%, 100% 100%, 0% 100%);
}

#CTA::after {
	position: absolute;
	content: "";
	background: #fac505;
	top: -7px;
	width: 100%;
	height: 100%;
	z-index: -11;
	-webkit-clip-path: polygon(0 0, 100% 13%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 13%, 100% 100%, 0% 100%);
	left: 0;
}

.cta-head h3 {
	color: #fff;
	font-weight: 600;
	font-size: 35px;
	line-height: 46px;
}

#Team-Member {
	padding: 5rem 0;
}

.consent-team-item .consent-team-img img {
	border-radius: 15px;
}

.consent-team-item {
	position: relative;
}

.consent-team-item .consent-content {
	background: #fff;
	position: absolute;
	content: "";
	left: 0px;
	right: 15px;
	top: 230px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 6px 5px 10px #eeecec;
	padding: 15px;
}

.consent-team-item .consent-content h3 {
	font-size: 20px;
	font-weight: 600;
	color: #222;
}

/************* projects *********/
#projects {
	padding: 5rem 0 0 0;
	background: url(../images/bg.jpg)no-repeat scroll center/cover;
}

#projects .solution-heading {
	text-align: start;
}

#projects .btn_blue {
	text-align: end;
}

#projects .solution-heading h2 {
	font-size: 48px;
}

.project-img-col img {
	width: 100%;
	border-radius: 10px;
	object-fit: cover;
}

#projects .project-img-col {
	border-radius: 10px;
	position: relative;
}

#projects .project-content {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#projects .project-content .text span {
	font-size: 12px;
	font-weight: 500;
	background: orange;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}

#projects .project-img-col .project-content {
	position: absolute;
	left: 0;
	bottom: -100px;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	padding: 20px;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;

}

#projects .project-img-col:hover .project-content {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}

#projects .project-content .text span {
	font-size: 12px;
	font-weight: 500;
	background: orange;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}

#projects .project-content .text h3 {
	font-size: 18px;
	padding-top: 10px;
	color: #fff;
}

#projects .project-content .btn_blue a {
	background: #ffac12;
	padding: 15px 30px;
	transition: all 0.5s;
	border-radius: 10px;
	color: #fff;
	font-weight: 600;
	padding: 11px 24px;
	text-decoration: none;
	display: inline-block;
}

#projects .project-content .btn_blue a:hover {
	background: black;
	color: #fff;
}

.project .btn_blue {
	width: 40%;
}

.project-content .text {
	width: 60%;
}

#projects .project-img-col:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	background: blue;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

#projects .project-img-col:hover:before {
	visibility: visible;
	opacity: 0.4;
}

/************* testimonial *********/

#testimonial {
	background: url(../images/bg-1.jpg)no-repeat scroll top/cover;
	padding: 7rem 0;
	margin-top: 8rem;
	position: relative;
	z-index: 1;
}

#testimonial:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	background: #112437;
	opacity: 0.9;
	right: 0;
	z-index: -1;
	left: 0;
}

#testimonial .solution-heading h2 {
	color: #3570FF;
}

.testimonial .slick-prev,
.testimonial .slick-next {
	top: unset;
	bottom: 0;
	z-index: 1;
}

.testimonial .slick-list {
	padding-bottom: 100px;
}

.testimonial .slick-prev {
	left: 44%;
}

.testimonial .slick-next {
	right: 49%;
}

.testimonial .slick-prev:before,
.testimonial .slick-next:before {
	font-size: 50px;
}

.testimonial .slick-dots {
	visibility: hidden;
}

.testi-background {
	background: #fff;
	margin-right: 15px;
	padding: 40px 50px;
	border-radius: 15px;
}

.testi-wrap-head img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.testi-wrap-head .content {
	margin-left: 30px;
}

.testi-wrap-head .content h3 {
	font-weight: 700;
	font-size: 25px;
	color: #333;
}

.testi-wrap-head .content p {
	font-size: 17px;
	padding: 0;
}

.testi-background .text {
	font-size: 17px;
	font-family: revert;
	font-weight: 400;
	line-height: 2;
	padding: 30px 0px;
}

.ratings ul {
	margin: 0;
	padding: 0;
}

.ratings ul li {
	list-style: none;
	color: #ffa010;
	padding-right: 10px;
}

/************* Blogs *********/

#Blogs {
	margin: 5rem 0;
}

.blogs-box {
	border: 1px solid #ddd;
	padding: 2rem;
}

.content-wrap .img-wrap img {
	width: 100%;

}

.img-wrap {
	position: relative;
}

.content-wrap .img-wrap span {
	position: absolute;
	bottom: 0;
	display: inline-block;
	left: 0;
	background: #4c4cff;
	color: #fff;
	padding: 2px 10px;
}

.img-content h2 {
	font-size: 25px;
	padding-top: 30px;
	color: #333;
}

.img-content p {
	font-size: 16px;
	color: #817f7f;
	padding-bottom: 1rem;
}

.blogs-box:hover {
	background: #cacaca;
	transition: all 0.5s;
}

.blogs-box:hover .btn_blue a {
	background: #000;
}

.footer {
	background: url(../images/footer-bg.jpg)no-repeat scroll center/cover;
	position: relative;
	color: #fff;
	z-index: 1;
	margin-top: 5rem;
	padding: 5rem 0 1rem 0;
}

footer.footer:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.9;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
}

.cmn-footer-box .content {
	padding-top: 30px;
}

.cmn-footer-box .content p,
ul a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	/* line-height: 1.9; */
}

.cmn-footer-box .content ul li a {
	line-height: 40px;
}

.social-icon ul li {
	padding-right: 15px;
}

.social-icon ul li a .fa {
	color: #ddd;
	background: #444444;
	padding: 10px;
	border-radius: 50%;
	display: inline-block;
}

.services {
	padding-left: 40px;
}

.instagram .content ul li img {
	border-radius: 10px;
	padding: 3px;
}

.newsletter .content p {
	font-size: 19px;
	color: #ddd;
}

.copyright {
	background: #222;
}

.copyright p {
	font-size: 16px;
	padding: 15px 0;
	color: #fff;
	margin: 0;
}

@media(max-width: 1199px) {
	.right-wrap .main-head h1 {
		font-size: 35px;
		font-weight: 700;
		color: #112437;
	}

	.banner_content .main-head h1 {
		font-size: 40px;
	}

	#about {

		padding: 10rem 0;
	}

	.left-wrap .cmn-img img {
		width: 110px;
		height: 230px;
	}

	.left-wrap::before {

		width: 76px;
		height: 80px;
		top: 378px;
		left: 40px;
	}

	.cmn-img.left-4 {
		left: 264px;
		right: 12px;
		top: 135px;
		bottom: unset;
	}

	.cmn-img.left-3 {
		left: 130px;
		right: unset;
		top: 269px;
	}

	.cmn-img.left-2 {
		left: 130px;
		right: unset;
		top: 0px;
	}

	.cmn-img.left-1 {
		left: 0px;
		top: 130px;
	}

	.left-wrap::after {

		width: 76px;
		height: 80px;
		top: 35px;
		left: 40px;
		;
	}

	.solution-heading h2 {
		font-size: 35px;
		padding: 13px 0 0 0;
		margin: 0;
	}

	#Team-Member {
		padding: 5rem 0 10rem 0;
	}

	.containt {
		position: absolute;
		background: #fff;
		width: 302px;
		border-radius: 15px;
		padding: 30px;
		top: 220px;
	}

	.next-icon a .fa {
		position: absolute;
		right: -5px;
		background: #3570ff;
		padding: 30px 17px;
		border-radius: 0 0px 16px 0;
		top: 287px;
		color: #fff;
	}

	.consent-team-img img {
		width: 100%;
	}

	.consent-team-item .consent-content {
		background: #fff;
		position: absolute;
		content: "";
		left: 0px;
		right: 15px;
		top: 199px;
		border-radius: 10px;
		text-align: center;
		box-shadow: 6px 5px 10px #eeecec;
		padding: 15px;
	}

	#testimonial {
		padding: 5rem 0;
		margin-top: 5rem;
	}

	#projects .project-img-col {
		padding-bottom: 25px;
	}
}


@media(max-width: 991px) {
	.container {
		max-width: 80%;
	}

	.next-icon a .fa {
		right: -5px;
		padding: 15px 15px;
		top: 240px;
	}

	.header_nav ul li {
		font-size: 13px;
	}

	.containt h3 {
		font-size: 20px;
	}

	.containt {
		width: 216px;
		border-radius: 15px;
		padding: 20px 40px 10px 8px;
		top: 152px;
		left: 5px;
	}

	.containt h3 {
		font-size: 20px;
	}

	.next-icon a .fa {
		right: -5px;
		padding: 15px 15px;
		top: 240px;
	}

	.right-wrap .info_p p {
		font-size: 17px;
		padding-bottom: 1rem;
		margin: 0;
	}

	.right-wrap-part .right-wrap .main-head h1 {
		font-size: 24px;
	}

	.right-wrap-part .right-wrap {
		padding: 0 0px 0px 90px;
	}

	#about {
		padding: 6rem 0 10rem 0;
	}

	.containt {
		position: absolute;
		background: #fff;
		width: 222px;
		border-radius: 15px;
		padding: 10px;
		top: 161px;
	}

	.next-icon a .fa {
		position: absolute;
		right: -11px;
		background: #3570ff;
		padding: 20px 10px;
		border-radius: 0 0px 16px 0;
		top: 208px;
		color: #fff;
	}

	#solution {
		padding: 5rem 0 13rem 0;
	}

	.cta-shape img {
		width: 120px;
	}

	.cta-head h3 {
		font-size: 25px;
		line-height: 35px;
	}

	#CTA .btn_blue a {
		padding: 15px 30px;
		padding: 11px 25px;
	}

	.consent-team-item .consent-content h3 {
		font-size: 18px;
	}

	.consent-team-item .consent-content {
		right: 6px;
		top: 147px;
		padding: 10px;
	}

	#Team-Member {
		padding: 5rem 0 10rem 0;
	}

	#projects .solution-heading h2 {
		font-size: 35px;
	}

	#projects .project-content .text h3 {
		font-size: 17px;
		padding-top: 10px;
	}

	#projects .project-content .btn_blue a {
		font-size: 15px;
		padding: 5px 10px;
	}

	#projects .project-img-col img {
		width: 100%;
		border-radius: 10px;
		height: 220px;
		object-fit: cover;
	}

	.testimonial .slick-prev {
		left: 44%;
	}

	.testimonial .slick-next {
		right: 44%;
	}

	.content-wrap .btn_blue a {
		padding: 8px 25px;
	}

	.instagram .content ul li img {
		border-radius: 10px;
		padding: 1px;
	}

	.cmn-footer-box .content ul li a {
		line-height: 25px;
	}

	.cmn-footer-box h4 {
		font-size: 20px;
	}

}


@media(max-width: 767px) {
	.right-banner {
		display: none;
	}

	.banner_content {
		width: 100%;
		padding: 0;
		background: url(../images/bg-1.jpg)no-repeat scroll center/cover;
		height: 500px;
		position: relative;
		z-index: 1;
		text-align: center;
	}

	.banner_content::before {
		position: absolute;
		content: "";
		background: #000;
		height: 100%;
		width: 100%;
		left: 0;
		opacity: 0.8;
		z-index: -1;
	}

	.banner_content .info_p p {
		font-size: 15px;
		font-family: "Inter", sans-serif;
		color: #fff;
		padding-bottom: 1rem;
	}

	.banner_content .main-head h1 {
		font-size: 30px;
		margin: 0;
	}

	.banner_content .short-head h5 {
		font-size: 12px;
		color: #ffac12;
		padding-top: 10px;
		margin: 0;
	}

	.banner_content .btn_blue a {
		padding: 10px 15px;
		transition: all 0.5s;
	}

	/************ top-headr************/
	.top-bar {
		background: #ffac12;
		color: #fff;
		display: none;
	}

	/************ solution ************/
	.containt {
		position: absolute;
		background: #fff;
		width: 100%;
		border-radius: 0px 10px 10px 10px;
		padding: 10px 0px 10px 20px;
		top: 334px;
		left: 0;
	}

	.next-icon a .fa {
		position: absolute;
		right: 0px;
		background: #3570ff;
		padding: 28px 40px;
		border-radius: 0 0px 10px 0;
		top: 333px;
		color: #fff;
		left: 435px;
		text-align: right;
	}

	.image img {
		width: 100%;
		border-radius: 15px 15px 15px 15px;
		margin-bottom: 30px;
	}

	.containt h3 {
		font-size: 22px;
		margin: 0;
	}

	#solution {
		padding: 5rem 0 7rem 0;
	}

	/************ about responsive************/
	.left-wrap {
		margin: 0 auto;
		width: 290px;
		height: 390px;
	}

	.right-wrap-part .right-wrap {
		padding: 0;
		margin-top: 70px;
	}

	#about {
		padding: 3rem 0;
	}

	.right-wrap .head {
		margin: 0 auto;
	}

	.right-wrap-part .right-wrap .main-head h1 {
		font-size: 20px;
	}

	.right-wrap .btn_blue {
		padding-top: 20px;
		text-align: center;
	}

	.left-wrap .cmn-img img {
		width: 80px;
		height: 150px;
	}

	.left-wrap::before {
		width: 60px;
		height: 60px;
		top: 294px;
		left: 30px;
	}

	.cmn-img.left-4 {
		left: 205px;
		right: 12px;
		top: 135px;
		bottom: unset;
	}

	.cmn-img.left-3 {
		left: 105px;
		right: unset;
		top: 233px;
	}

	.cmn-img.left-2 {
		left: 105px;
		right: unset;
		top: 40px;
	}

	.cmn-img.left-1 {
		left: 0px;
		top: 130px;
	}

	.left-wrap::after {
		width: 60px;
		height: 60px;
		top: 60px;
		left: 26px;
	}

	.right-wrap-part .right-wrap {
		padding: 0;
	}

	.right-wrap .info_p p {
		font-size: 14px;
		padding-bottom: 1rem;
		margin: 0;
	}

	.right-wrap ul li {
		color: #646d74;
		line-height: 1.5;
		font-size: 15px;
	}

	/************ cta responsive************/
	.cta-head h3 {
		font-size: 18px;
		line-height: 21px;
	}

	.cta-shape img {
		width: 100px;
	}

	.button .btn_blue a {
		padding: 10px;
	}

	/************ team-member responsive************/
	.consent-team-item .consent-team-img img {
		border-radius: 15px;
		margin-bottom: 30px;
		height: 290px;
		object-fit: cover;
	}

	.consent-team-item .consent-content {
		right: 0;
		top: unset;
		border: 6px;
		bottom: 30px;
	}

	.consent-team-item .consent-content h3 {
		font-size: 18px;
	}

	.consent-team-item .consent-content span {
		font-size: 12px;
	}

	#Team-Member {
		padding: 3rem 0 3rem 0;
	}

	#projects .project-img-col {
		border-radius: 10px;
		position: relative;
	}

	#projects .last-box .project-content .text h3 {
		font-size: 15px;
	}

	#projects .last-box .project-content .text span {
		font-size: 10px;
	}

	#projects .last-box .project-content .project .btn_blue a {
		font-size: 10px;
		padding: 10px 13px;
	}

	.blogs-box {
		border: 1px solid #ddd;
		padding: 2rem;
		margin-bottom: 30px;
	}

	.testimonial .slick-next {
		right: 40%;
	}

	.testimonial .slick-prev {
		left: 40%;
	}
}


@media(max-width: 575px) {
	.banner_content::before {
		bottom: 0;
	}

	.right-wrap-part .right-wrap {
		padding: 0px 20px;
	}

	#solution .box {
		padding-bottom: 30px;
	}

	#solution .image img {
		width: 100%;
		border-radius: 15px 15px 0 0;
	}

	.containt {
		position: absolute;
		background: #fff;
		width: 100%;
		border-radius: 0 0 10px 0px;
		padding: 15px 30px;
		top: 347px;
		left: 0;
	}

	.next-icon a .fa {
		position: absolute;
		right: 1px;
		background: #3570ff;
		padding: 32px 32px;
		border-radius: 0 0px 10px 0;
		top: 347px;
		color: #fff;
		left: 385px;
		text-align: right;
	}

	#solution {
		padding: 5rem 0 5rem 0;
	}

	.cta-head h3 {
		font-size: 23px;
		line-height: 30px;
	}

	.cta-shape {
		text-align: end;
	}

	#CTA .button {
		text-align: left;
		margin-top: -36px;
	}

	.consent-team-item {
		position: relative;
		padding-bottom: 30px;
	}

	.consent-team-item .consent-content {
		right: 1px;
		top: unset;
		padding: 15px;
	}

	.consent-team-item .consent-team-img img {
		border-radius: 15px;
		margin-bottom: 30px;
		height: auto;
		object-fit: cover;
		object-position: center;
	}

	#Team-Member {
		padding: 3rem 0 3rem 0;
	}

	#projects .last-box .project-content .text h3 {
		font-size: 25px;
	}

	#projects .last-box .project-content .btn_blue a {
		font-size: 20px;
		padding: 10px 13px;
	}

	.project-img-col img {
		width: 100%;
		border-radius: 10px;
		object-fit: cover;
		padding-bottom: 15px;
	}

	.testimonial .slick-prev::before,
	.testimonial .slick-next::before {
		font-size: 32px;
	}

	.testimonial .slick-prev {
		left: 45%;
	}

	.testimonial .slick-next {
		right: 42%;
	}

	.slick-slider {
		margin-left: 30px;
	}

	#testimonial {
		padding: 3rem 0;
		margin-top: 5rem;
	}

	.img-content p {
		font-size: 16px;
		color: #817f7f;
		padding-bottom: 0;
	}

	.img-content h2 {
		padding-bottom: 0;
	}

	#Blogs {
		margin: 3rem 0;
	}

	.footer {
		margin-top: 0;
	}

	.services {
		padding-left: 15px;
	}

}

@media(max-width: 475px) {
	#solution .box .image .containt {
		padding: 15px 15px;
		top: 289px;
		left: 0;
	}

	.next-icon a .fa {
		display: none;

	}

	#projects .solution-heading h2 {
		font-size: 22px;
	}

	#projects .btn_blue {
		text-align: start;
		margin: 25px 0 15px 0;
	}

	.testimonial .slick-prev {
		left: 35%;
	}

	.testimonial .slick-next {
		right: 40%;
	}

	#solution .box .image {
		margin-bottom: 25px;
	}
}