.site-content {
	background-image: url(../images/bgr-md-1.png), url(../images/bgr-md-2.png);
	background-repeat: repeat, repeat;
	background-position: top, bottom;
	background-size: 100%, 100%;
}

.services-solutions {
	padding-bottom: 150px;
	/* background-image: url(../images/bgr-md-2.png); */
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: inherit;
}

.glo-hearder {
	margin-bottom: 48px;
	visibility: visible;
	animation-duration: 1s;
	animation-delay: 0.3s;
	animation-name: fadeIn;
}

.glo-hearder h2 {
	margin-bottom: 16px;
}

.glo-hearder p {
	color: #BABABA;
	font-weight: 400;
}

.solution-box {
	display: flex;
	gap: 60px;
	/* flex-wrap: wrap; */
}

.solution-items {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.solution-item {
	padding-bottom: 20px;
	border-bottom: 0.25px solid #BABABA
}

.solution-item:first-child {
	padding-top: 0px;
}

.solution-item:last-child {
	border-bottom: none;

}

.solution-item .solution-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.solution-item h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
	color: #FFFFFF;
}

.solution-item .solution-desc {
	display: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #BABABA;
	margin: 7px 0 0;
	max-width: 520px;
}

.solution-image {
	max-width: 500px;
}

.solution-item.open h3 {
	color: #FEA628;
}

.solution-item h3:hover {
	color: #FEA628;
	cursor: pointer;
}

.solution-icon-close {
	display: none;
}

.solution-icon-open {
	display: block;
}

.solution-item.open .solution-icon-open {
	display: none;
}

.solution-item.open .solution-icon-close {
	display: block;
}

.solution-btn {
	padding: 12.5px 40px;
	font-size: 20px;
	line-height: 30px;
	margin-top: 29px;
}

.services-features {
	/* background-image: url(../images/bgr-md-1.png); */
	padding-bottom: 150px;
}


.features-items {
	display: flex;
	flex-wrap: wrap;
	column-gap: 16px;
  	row-gap: 20px;
}


.features-item:nth-child(n+4) {
	flex: 1 1 calc(50% - 20px);
}

.features-item {
	background: #29294580;
	padding: 24px;
	display: flex;
	flex-direction: column;
	flex: 1 1 calc(33.333% - 20px);
	border-radius: 8px;
}

.features-item-header {
	display: flex;
	gap: 6px;
	margin-bottom: 16px;
	align-items: center;
}

.features-item-header-img {
	width: 72px;
	height: 72px;
	box-shadow: 0px 0px 10px 0px #00116540;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.features-item-header h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	flex: 1;
	margin: 0;
	min-height: 0;
	color: #FFFFFF;
}

.features-item ul li {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #BABABA;

}

.features-items .col-sm-4,
.features-items .col-sm-6 {
	padding-right: 10px;
	padding-left: 10px;
}

.features-items>div:nth-child(4) .features-item,
.features-items>div:nth-child(5) .features-item {
	margin-top: 20px;
	margin-bottom: -20px;
}


.list-of-clients {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
	justify-content: center;
}

.client-item img {
	max-width: 163px;
}

.our-client {
	padding-bottom: 150px;
	/* background-image: url(../images/bgr-md-2.png); */
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: inherit;
}

.certificates {
	padding-bottom: 118px;
	/* background-image: url(../images/bgr-md-2.png); */
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: inherit;
}

.list-of-certificates {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
	justify-content: center;
}

.certificate-item {
	border-radius: 8px;
	/* background: #29294580; */
	max-width: 135px !important;
	max-height: 135px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	flex: 1;
	margin-right: 0 !important;
}

.certificate-item img {
	max-width: 100px;
}


.certificates .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	gap: 32px;
}

.list-of-certificates {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
}


.project-item-category {
	color: #FEA628;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 8px;
}

.project-item-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	height: auto;
}

.inner-post a {
	border-radius: 8px;
	overflow: hidden;
}

.inner-post a:hover {
	border-radius: 8px;
	overflow: hidden;
}

.content-update .btn-more {
	margin-top: 16px;
}

.related-case-item {
	margin-bottom: 0px;
}

.view_new_project {
	margin-top: 48px;
}

.related-case {
	padding-bottom: 150px;
}

.faqs {
	padding-bottom: 150px;
}

.faq-item {
	border-radius: 8px;
	background: #29294580;
	padding: 16px;
}

.faqs-box {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 0 97px;
}

.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
}

.faq-answer h3 {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #BABABA;
	margin-top: 8px;

}


.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, opacity 0.4s ease;
	opacity: 0;
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #BABABA;
	margin-bottom: 0px;
}


.faq-item.open .faq-question {
	color: #FEA628;
	margin-bottom: 8px;
}

.faq-answer.show {
	max-height: 500px;
	opacity: 1;
}

.faq-item .faq-question:hover {
	color: #FEA628;
	cursor: pointer;
}

.faq-icon-close {
	display: none;
}

.faq-icon-open {
	display: flex;
	align-items: center;
}

.faq-item.open .faq-icon-open {
	display: none;
}

.faq-item.open .faq-icon-close {
	display: flex;
	align-items: center;
}

html,
body {
	scroll-behavior: smooth;
}

.features-item p {
	margin-bottom: 0px;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #BABABA;
}

.features-item-desc {
	list-style-position: inside;
}

.features-item-desc ul {
	padding-left: 8px;
}

.services-listing .btn-section {
	margin-top: 48px;
}

.technology {
	padding-top: 0 !important;
	padding-bottom: 150px !important;
}

.work-btn {
	font-size: 20px;
	line-height: 30px;
	margin-top: 48px;
	font-weight: 600;
	color: #FFFFFF;
}

.wiper-wrapper {
	display: flex;
	gap: 32px;
}


.uiux-banner .hero-banner .gradient-text {
	display: inline;
}

.uiux-banner .hero-banner .content .sv-desc {
	max-width: 439px;
}

.processes {
	padding-bottom: 150px;
}

.process-form {
	display: flex;
	gap: 48px;
}

@media (max-width: 768px) {
	.process-form {
    	flex-direction: column;  
  	}
}

.process-form-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #2CFFFE;
	margin-bottom: 8px;
}

.process-form-desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #BABABA;
	margin: 0px;
}

.process-item {
	background: #29294580;
	padding: 16px;
	border-radius: 8px;
}

.process-content div {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
}

.process-question {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	justify-content: space-between;
	color: #FFFFFF;
	margin-left: 8px;
}

.process-answer h3 {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #BABABA;
	margin-top: 8px;
}

.process-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex: 1;
}

.process-expand {
	display: flex;
	align-items: center;
}

.service-infomation {
	padding-bottom: 150px;
}

.infomation-list {
	display: flex;
	gap: 40px;
}

.infomation-item {
	flex: 1;
}

.infomation-image {
	max-width: 550px;
	max-height: 302px;
	margin-bottom: 16px;
}

.infomation-image img {
	border-radius: 8px;
}

.infomation-title {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;
}

.service-launch {
	padding-bottom: 150px;
}

.service-launch .glo-hearder {
	margin-bottom: 0;
}

.launch-title {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #BABABA;
	margin-bottom: 48px;
}

.launch-image {
	max-width: 1, 140px;
	max-height: 460px;
	position: relative;
}

.launch-btn {
	position: absolute;
	top: 50%;
	right: 100px;
	margin-top: 0px;
	transform: translateY(-50%);
}

/* .faqs {
	background-image: url(../images/bgr-md-2.png);
} */


/* .ct-page-frm {
	background-image: url(../images/bgr-md-2.png);
} */

.erp-development .features-item-header {
	gap: 16px;
}

.erp-development .features-item-header-img {
	background: none;
}

.erp-development .features-item:nth-child(n+4) {
	flex: 1 1 calc(33.333% - 20px);
}

.matching-service .service-item .service-title h3 {
	margin-right: 0px;
}

.matching-features,
.health-features {
	padding-bottom: 150px;
}

.matching-features-items,
.health-features-items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.matching-features-item,
.health-features-item {
	grid-column: span 1;
	background: rgba(41, 41, 69, 0.5);;
	padding: 40px 24px;
	gap: 24px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
}

.matching-features-item.span-2 {
    grid-column: span 2;
}

.matching-features-item.span-1 {
    grid-column: span 1;
}

@media(max-width: 992px) {
  	.matching-features-item,
	.health-features-item {
    	grid-column: span 2;  
  	}
  
  	.matching-features-item.span-2 {
    	grid-column: span 2;
	}

	.matching-features-item.span-1 {
    	grid-column: span 2;
	}
}

@media(max-width: 567px) {
  	.matching-features-item,
	.health-features-item {
    	grid-column: span 4;  
  	}
  
  	.matching-features-item.span-2 {
    	grid-column: span 4;
	}

	.matching-features-item.span-1 {
    	grid-column: span 4;
	}
}


.health-features-item {
 	padding: 16px 24px; 
  	justify-content: space-between;
}

.matching-features-item h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
}

.health-features-item h3 {
  	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: left;
}

.matching-features-item-img {
	display: flex;
	justify-content: center;
}

.matching-features-item-img img {
	max-width: 80px;
	max-height: 80px;
}

@media(min-width: 993px) {

	.matching-features-item.span-2,
	.matching-features-item.span-2 {
		grid-column: span 2;
	}

	.health-match-features .matching-features-items {
		grid-template-columns: repeat(12, 1fr);
	}

	.health-match-features .matching-features-item {
		grid-column: span 3;
	}

	.health-match-features .matching-features-item.span-3 {
		grid-column: span 3;
	}

	.health-match-features .matching-features-item.span-4 {
		grid-column: span 4;
	}

  	.health-match-features .matching-features-item h3 {
  		max-width: 318px;	
  	}

}
.financial-service .service-desc {
	flex-grow: 0;
}

.healthcare-service .features-item-header {
	gap: 16px;
}

.healthcare-service .features-item-header-img {
	width: 60px;
	height: 60px;
	background: none;
}

.healthcare-service .features-item {
	flex: 1 1 calc(50% - 20px);
}

.healthcare-service .services-features .btn-section {
	margin-top: 48px;
}

.health-features-item-img img {
	max-width: 150px;
	max-height: 150px;
}

.social-network .list-of-processes .process-item {
	grid-column: span 4;
}

.social-network .features-item-header-img {
	background: none;
}

@media only screen and (max-width: 1024px) {

	.related-case-item {
		margin-bottom: 30px;
	}

	.faqs-box {
		padding: 0px;
	}
}

@media only screen and (max-width: 760px) {

	.solution-box {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.solution-image {
		max-width: 100%;
	}

	.features-items {
		display: block;
	}

	.features-item {
		margin-top: 10px;
	}
}

/* ----------------------------Footer----------------------------------- */
footer .footer-block {
	margin: 0 auto;
	display: flex;
	font-size: 12px;
	line-height: 18px;
	flex-direction: column;
}

.footer-block .footer-left {
	display: flex;
	flex-direction: row;
	gap: 150px;
	margin-bottom: 40px;
}

.footer-block .footer-addresses {
	display: flex;
	flex-direction: row;
	gap: 36px;
}

@media (min-width: 993px) {
 	.footer-block .footer-addresses {
    	gap: 72px;  
  	}
}

.footer-item.f-item-2,
.footer-item.f-item-1 {
	gap: 24px;
}

.footer-block .footer-right {
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	gap: 20px;
}

.footer-right .footer-item {
	grid-column: span 2;
	gap: 24px;
}

.footer-right .footer-item.f-item-7 {
	grid-column: span 1;
}

.footer-item.f-item-8 {
	display: flex;
	gap: 56px;
}

.term-and-policy,
.term-and-policy a {
	color: #fff;
}

.f-item-8 .widget_text {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer-left .footer-logo {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer-logo img {
	height: 36px;
	width: auto;
}

.footer-logo .footer-socials {
	display: flex;
	gap: 16px;
}

.footer-socials .socials-item {
	padding: 0;
}

.footer-socials .socials-item img {
	height: 24px;
	width: 24px;
}

.footer-left .footer-item aside h3 {
	margin-bottom: 16px;
}

.footer-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer-form form {
	position: relative;
	width: 100%;
	max-width: 282px;
	height: 40px;
}

.footer-form form p {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

.footer-form form button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	background-color: transparent;
	border: none;
	height: 24px;
	width: 24px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.footer-form form button br {
	display: none;
}

.footer-form form button svg {
	height: 100%;
	width: 100%;
}

.footer-form form input {
	height: 100%;
	width: 100%;
	padding: 0 16px;
	border-radius: 50px;
}

.footer-form form input::placeholder {
	color: #C4C4C4;
	font-style: normal;
}

@media (max-width: 1440px) {
	footer .footer-block {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 1280px) {
	footer .footer-block {
		flex-direction: column;
		gap: 36px;
	}

	.footer-block .footer-addresses {
		flex-direction: row;
	}

	.footer-item.f-item-2 .widget,
	.footer-item.f-item-1 .widget {
		max-width: 480px;
	}

	.footer-block .footer-right {
		padding-right: 0;
		row-gap: 36px;
	}

	.btn-book span {
		display: none;
	}

}

@media (max-width: 992px) {
	.footer-block .footer-left {
		justify-content: center;
	}

	.footer-block .footer-addresses {
		flex-direction: column;
	}

	.footer-item.f-item-2,
	.footer-item.f-item-1 {
		flex: 1;
	}

	.footer-item.f-item-2 .widget,
	.footer-item.f-item-1 .widget {
		max-width: calc(100% - 58px);
	}

	.footer-block .footer-right {
		grid-template-columns: repeat(6, 1fr);
		width: unset;
		padding-left: 30px;
		padding-right: 30px;
	}

	.footer-right .footer-item {
		grid-column: span 2;
		display: flex;
		justify-content: flex-start;
	}

	.footer-right .footer-item.f-item-7 {
		grid-column: span 2;
	}

	.footer-item.f-item-3,
	.footer-item.f-item-4 {
		grid-column: span 3;
	}

	.footer-item.f-item-8 {
		grid-column-end: 4;
      	padding: 0 30px;
	}
}

@media (max-width: 768px) {
	.footer-item.f-item-8 {
		flex-direction: column-reverse;
		gap: 36px;
		align-content: flex-start;
		flex-wrap: wrap;
	}
}

@media (max-width: 640px) {
	.footer-block .footer-addresses {
		flex-direction: column;
	}

	.footer-block .footer-right {
		grid-template-columns: 1fr;
	}

	.footer-right .footer-item:not(.f-item-8) aside ul {
		display: unset;
	}

	.footer-item.f-item-8 {
		grid-column-end: 2;
	}

	.footer-block .footer-left {
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
	}
}

@media (max-width: 424px) {
 	.list-of-clients {
  		row-gap: 32px;
    	column-gap: 18px;
  	}
}