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

@media (max-width: 768px) {
	.img {
		max-width: 100%;
		height: auto;
	}
}

.table {
	display: table;
}

.row {
	display: table-row;
}

.cell {
	display: table-cell;
}

.table.inner-padding .row .cell {
	padding: 3%;
}

.easy-table {
	display: table;
}

.easy-table>div {
	display: table-cell;
}

.table-bordered {
	border-collapse: collapse;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #666;
	padding: 8px;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -o-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	flex-flow: row wrap;
}

.flex.inner-padding>.flex-item {
	padding: 3%;
}

.align-left {
	text-align: left;
}

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.valign-middle {
	vertical-align: middle;
}

.valign-top {
	vertical-align: top;
}

.valign-bottom {
	vertical-align: bottom;
}

img.align-right {
	float: right;
}

@media (max-width: 786px) {
	img.align-right {
		float: none;
		margin: 0;
	}
}

ul.custom {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.custom ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.check li {
	line-height: 1.8;
}

ul.check.normalize li {
	list-style-position: inside;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

ul.check li:before {
	content: "\f00c";
	font-family: "FontAwesome";
	margin-right: 8px;
}

ul.circle li:before {
	content: "\f058";
}

ul.check.green li:before {
	color: #25AE88;
}

ul.check.yellow li:before {
	color: #fdc101;
}

ul.check.blue li:before {
	color: #244796;
}


ul.right-angle li {
	margin-bottom: 10px;
	padding-left: 1em;
}

ul.right-angle li:last-child {
	margin-bottom: 0;
}

ul.right-angle li:before {
	content: "\f105";
	color: #244796;
	font-family: "FontAwesome";
	display: inline-block;
	margin-left: -1em;
	width: 1em;
}

a.view,
input.view {
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
}

a.view:after,
input.view:after {
	content: "\f178";
	font-family: "FontAwesome";
	margin-left: 8px;
}

a.view.button,
input.view.button {
	padding: 15px 30px 15px 30px;
	border-radius: 40px;
	display: inline-block;
	min-width: 200px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}

@media (max-width: 480px) {

	a.view.button,
	input.view.button {
		padding: 20px 10px 20px 10px;
	}

	a.view.button.thin {
		padding: 11px 30px 11px 30px;

	}

}


a.view.yellow {
	color: #fdc101;
}

a.view.blue-hover:hover {
	color: #F8981D;
}

a.view.blue,
a.view.button.blue,
input.view.button.blue {
	color: white;
	background-color: #244796;

}

a.view.button.green,
input.view.button.green {
	color: white;
	background-color: #25AE88;
}

a.view.blue:hover,
a.view.button.blue:hover,
input.view.button.blue:hover {
	color: white;
	background-color: #07F;
}

a.view.button.blue.invert,
input.view.button.blue.invert {
	color: white;
	background-color: #07F;
}

a.view.button.blue.invert:hover,
input.view.button.blue.invert:hover {
	color: white;
	background-color: #244796;
}

a.view.button.yellow-hover:hover,
input.view.button.yellow-hover:hover {
	background-color: #fdc101 !important;
}

.title {
	font-family: "GothamProNarrowBold";
	font-size: 26px;
	color: #244796;
	line-height: 1.2;
	margin: 0;
}

@media (min-width: 768px) {
	.title {
		font-size: 36px;
	}
}

.relative {
	position: relative;
}

.m-bottom-none {
	margin-bottom: 0;
}

.m-top-none {
	margin-top: 0 !important;
}

.m-auto {
	margin-left: auto;
	margin-right: auto;
}

.clear {
	overflow: hidden;
	clear: both;
}

.cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}



.content h2,
.content .title-before {
	font-family: "GothamProNarrowBold";
	line-height: 1.2;
	margin: 12px 0;
	text-align: center;
	margin-bottom: 4%;
}

.title-before.text-white {
	color: #FFFFFF;
}

.content .title-before.align-left {
	text-align: left;
}

.content .title-before {
	margin-bottom: 0;
}

/* Title wrap */

.title-before {
	color: #78788C;
	font-family: "GothamProNarrowBold";
	font-size: 18px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.contact-form .title-before {
	color: #fff;
}

.title-before:before {
	content: "<";
	margin-right: 8px;
}

.title-before:after {
	content: "/>";
	margin-left: 8px;
}

@media (max-width: 768px) {
	.title-before {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.title-before {
		font-size: 12px;
	}
}


@media (max-width: 340px) {
	.title-before {
		font-size: 8px;
	}
}


#content>div:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) and (min-width: 680px) {
	.home .content .title-before {
		font-size: 20px;
	}
}

/* microsoft partner */
.home .content .microsoft-partner {
	margin-bottom: 8%;
	margin-top: 8%;
}

.microsoft-partner h4 img {
	margin-left: 14px;
	vertical-align: middle;
}

@media (max-width: 480px) {
	.content .microsoft-partner>* {
		font-size: 18px;
	}

	.microsoft-partner h4 img {
		margin-left: 4px;
	}

	.microsoft-partner img {
		width: 120px;
	}
}

/* technology */
.content .technology h2 {
	margin-bottom: 4%;
}




.view-wrap .view {
	color: #244796;
	font-size: 18px;
	letter-spacing: 2px;
}

.view-wrap .view:hover {
	color: #07F;
}

.span-a {
	font-weight: bold;
	font-size: 16px;
	color: #244796;
}

.full-height {
	height: 100%;
}

.full-width {
	width: 100%;
}

.margin-bottom-none {
	margin-bottom: 0px;
}

.font-weight-bold {
	font-weight: bold;
}

.one-fourth {
	width: 25%;
}

.three-fourth {
	width: 75%;
}

.half {
	width: 50%;
}

.one-thrid {
	width: 33.33%;
}

.two-thrid {
	width: 66.66%;
}

.one-fifth {
	width: 20%;
}

@media (max-width: 768px) {

	.table.responsive,
	.table.responsive>.row,
	.table.responsive>.row>.cell {
		display: block;
	}

	.table.responsive .cell.one-thrid,
	.table.responsive .cell.half,
	.table.responsive .cell.three-fourth,
	.table.responsive .cell.one-fourth,
	.table.responsive .cell.one-fifth,
	.table.responsive .cell.two-thrid {
		width: 100%;
	}

}

.hover-img-container .hover-img {
	display: none;
}

.hover-img-container:hover .hover-img {
	display: inline-block;
}

.hover-img-container:hover .img {
	display: none;
}

.page-pesponsive .content .container-s,
.page-pesponsive .content .container-m,
.page-pesponsive .content .container-l {
	padding-bottom: 3%;
	padding-top: 3%;
}

.page-pesponsive .content .container-s.first {
	padding-top: 0;
}


@media (max-width: 480px) {

	.page-pesponsive .content .container-s,
	.page-pesponsive .content .container-m,
	.page-pesponsive .content .container-l {
		padding-bottom: 8%;
		padding-top: 8%;
	}
}


.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

.video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}


.ebook-banner {
	padding: 15px;
	margin: 15px;
	margin-top: 0;
	width: 300px;
	height: 250px;
}

@media (max-width: 480px) {
	.ebook-banner {
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-right: 0;
	}
}

a.ebook-baner-btn {
	background-color: #FF7800;
	color: white;
	padding: 15px;
	line-height: 54px;
}

.m-top-3 {
	margin-top: 3%;
}

.m-top-6 {
	margin-top: 6%;
}

.m-top-7 {
	margin-top: 7%;
}

.m-y-none {
	margin-top: 0;
	margin-bottom: 0;
}

.m-y-6 {
	margin-top: 6%;
	margin-bottom: 6%;
}

.m-bottom-3 {
	margin-bottom: 3%;
}

.m-bottom-6 {
	margin-bottom: 6%;
}

.p-none {
	padding: 0 !important;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.mobile-show {
	display: none !important;
}

@media (max-width: 768px) {
	.hide.mobile-show {
		display: block !important;
	}

	.mobile-show {
		display: block !important;
	}

	.show.mobile-hide {
		display: none !important;
	}

	.mobile-hide {
		display: none !important;
	}

	.table.responsive>.row>.cell.mobile-hide {
		display: none !important;
	}
}

img.store-button {
	width: auto !important;
	display: inline !important;
	height: 40px;
}

.mobile-form-container {
	padding: 20px !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	display: none !important;
}


/* columns */
.col-33 {
	width: 33%;
}

.col-30 {
	width: 30%;
}

.col-50 {
	width: 50%;
}

.col-25 {
	width: 25%;
}

.col-23 {
	width: 23%;
}

.col-75 {
	width: 75%;
}

.col-66 {
	width: 66%;
}

@media (max-width: 768px) {

	.flex.responsive .col-50,
	.flex.responsive .col-75,
	.flex.responsive .col-66,
	.flex.responsive .col-25,
	.flex.responsive .col-23,
	.flex.responsive .col-33,
	.flex.responsive .col-30 {
		width: 100%;
	}
}

/* end columns */

.space-around {
	justify-content: space-around;
}

/* tech stack */

.competence-block .item {
	background-color: white;
	margin: 30px auto 30px auto;
	padding: 50px;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
}

.competence-block .item .left,
.competence-block .item .right {
	width: 50%;
	display: flex;
}

.competence-block .item .left>* {
	margin: auto;
}


.competence-block .item .right>* {
	margin: auto 0;
}


@media (max-width: 768px) {

	.competence-block .item .left,
	.competence-block .item .right {
		width: 100%;
	}

	.competence-block .item {
		padding: 10px;
	}
}

/* end tech stack */


/* what we do cards */
.what-we-do-cards {
	padding-top: 3%;
	padding-bottom: 3%;
}

.what-we-do-cards a {
	text-decoration: underline;
}

.what-we-do-cards .stack-container {
	flex-flow: row nowrap;

}

.what-we-do-cards .stack-container .stack-info {
	width: 36%;
}

.what-we-do-cards .stack-container .stack-block {
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #244796;
}

.what-we-do-cards .stack-container .stack-img {
	width: 28%;
	margin: 0 20px 0 20px;
	align-self: center;
}

.what-we-do-cards .stack-container>div .h4 {
	color: #244796;
	font-size: 24px;
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

@media (max-width: 1208px) {
	.what-we-do-cards {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 1172px) {
	.what-we-do-cards .stack-container .stack-info {
		width: 40%;
	}

	.what-we-do-cards .stack-container .stack-info p {
		font-size: 16px;
	}

	.what-we-do-cards .stack-container .stack-img {
		width: 20%;
		align-self: center;
	}
}


@media (max-width: 896px) {
	.what-we-do-cards .stack-container {
		justify-content: space-between;
	}

	.what-we-do-cards .stack-container .stack-info {
		width: 45%;
	}

	.what-we-do-cards .stack-container .stack-img {
		display: none;
	}
}

@media (max-width: 768px) {
	.what-we-do-cards .stack-container {
		display: block;
	}

	.what-we-do-cards .stack-container .stack-info {
		width: 100%;
	}

	.what-we-do-cards .stack-container .stack-info .stack-block.align-right {
		text-align: left !important;
	}
}

/* end what we do cards */

/* why us block */

.why-us-block {
	padding-top: 3%;
	padding-bottom: 3%;
}

.why-us-block a {
	text-decoration: underline;
}

.why-us-block .flex.container-6 {
	gap: 40px;
	flex-flow: row nowrap;
	padding: 0;
}

.why-us-block .container-6 .details {
	width: 50%;
}

.why-us-block .rumble li {
	margin: 3% 0;
}

.why-us-block .container-6 .short {
	width: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	/* padding: 30px; */
	align-items: center;
	background-image: url(/wp-content/uploads/2018/07/6_1_background.jpg);
}

.why-us-block .container-6 ul.rumble {
	list-style: disc;
	padding-left: 20px;
	color: #244796;
}

@media (max-width: 1208px) {
	.why-us-block {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 768px) {
	.why-us-block .flex.container-6 {
		flex-flow: column nowrap;
	}

	.why-us-block .container-6 .details {
		width: 100%;
	}

	.why-us-block .container-6 .short {
		width: 100%;
		padding: 10px;
	}
}

/* end why us block */

/* cta block */

.cta-block {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3%;
	padding-bottom: 3%;
}

.cta-block.cta-container .cta {
	padding: 0;
}

@media (max-width: 1208px) {
	.cta-block {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* end cta block */

/* case block */

.case-block {
	/* padding-top: 8%;
	padding-bottom: 8%; */
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	position: relative;
	min-height: 100%;
}

.case-block .container-s {
	margin: 0 auto;
	width: 1188px;
	padding: 0;
}

.case-block .case-study {
	width: 50%;

}

.case-block .case-study .h3 {
	color: #fff;
}

.case-block .case-study a.view {
	/* color: #5D99D2; */
	transition: color 0.3s ease;
}

.case-block .case-study a.view:hover {
	color: #fff;
}

@media (max-width: 1208px) {
	.cta-block {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.case-block .case-study {
		padding-left: 20px;
		padding-right: 20px;
	}


}

@media (max-width: 710px) {
	.case-block .case-study {
		width: 100%;
	}
}

/* end case block */

/* what we do block */

.what-we-do-block {
	padding-top: 3%;
	padding-bottom: 3%;
}

.what-we-do-block .offers-block {
	justify-content: space-between;
	flex-flow: wrap;
}

.what-we-do-block a {
	text-decoration: underline;
}

.what-we-do-block .offer-block {
	box-shadow: rgba(0, 0, 0, 0.04) 2.509px 6.535px 6px 0px;
	width: 30%;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(220, 220, 220);
	border-image: initial;
	padding: 20px;
	margin: 1.5% auto;
	transition: box-shadow 0.3s ease-in-out;
	background: #fff;
	border: none;
	padding: 30px;
}

.what-we-do-block .offer-block .outer-container {
	min-height: 200px;
	padding-left: 1em;
	display: flex;
	justify-content: flex-start;
	position: relative;
	height: 100%;
	flex-flow: column;
}

.what-we-do-block .offer-block .outer-container::before {
	content: ">";
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	color: rgb(36, 71, 150);
	font-size: 24px;
	font-weight: bold;
	font-family: GothamProNarrowBold;
}

.what-we-do-block .offer-block .h4 {
	min-height: 47px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.what-we-do-block .offer-block:hover {
	box-shadow: rgba(0, 0, 0, 0.24) 2.509px 6.535px 13px 0px;
}

@media (max-width: 768px) {
	.what-we-do-block .offers-block {
		background-color: #eee;
	}

	.what-we-do-block .offer-block {
		box-shadow: none;
		width: 100%;
		padding: 40px 10px;
		margin: 0 auto;
		position: relative;
		border: 1px solid rgb(220, 220, 220);
	}

	.what-we-do-block .offer-block .outer-container {
		padding-left: 0;
		justify-content: center;
		min-height: 1px;
		height: auto;
	}

	.what-we-do-block .offer-block .outer-container .h4 {
		color: #5d9cd5;
		min-height: 1px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.offer-block .responsive-hide-box {
		display: none;
		transition: opacity 1s ease-out;
		opacity: 0;
	}

	.offer-block:hover {
		box-shadow: none;
	}

	.what-we-do-block .offer-block .outer-container:after {
		content: '\f0da';
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		color: #5d9cd5;
		font-size: 26px;
		font-weight: bold;
		font-family: "FontAwesome";
	}

	.offer-block.active {
		padding: 10px 10px;
	}

	.offer-block.active .outer-container .h4 {
		transform: unset;
		position: static;
	}

	.offer-block.active .responsive-hide-box {
		display: inline;
		opacity: 1;
		transition: opacity 1s ease-out;
		margin-top: 3%;
	}

	.what-we-do-block .offer-block .outer-container::before {
		display: none;
	}

	.what-we-do-block .offer-block:hover {
		box-shadow: none;
	}

	.what-we-do-block .offer-block.active .outer-container:after {
		content: "\f0d7";
		top: 9px;
		transform: unset;
	}
}

@media (max-width: 480px) {

	.what-we-do-block .offer-block .outer-container .h4,
	.what-we-do-block .offer-block .outer-container:after {
		font-size: 20px;
	}
}

/* end what we do block */

/* tab block */

.tab-block {
	padding-top: 3%;
	padding-bottom: 3%;
}

.tab-block .container-inner {
	display: flex;
	background: white;
	padding: 40px;
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	border: 1px solid #bdbdbd;
}

.tab-block .left-panel {
	background: white;
	/* height: fit-content; */
	max-width: 707px;
	width: 100%;
	border-right: 1px solid #bdbdbd;
}

.tab-block .item-tabs-block {
	color: #244796;
	cursor: pointer;
	position: relative;
	transition: background-color 0.3s, color 0.3s;
	font-size: 16px;
	font-weight: 700;
	padding-left: 15px;
	float: left;
	width: 45%;
	margin-bottom: 15px;
	margin-right: 34px;
}

.tab-block .item-tabs-block:before {
	content: ">";
	position: absolute;
	left: 0;
	top: 11px;
	transform: translateY(-50%);
	color: #244796;
	border-radius: 50%;
}

.tab-block .content-tabs-block {
	padding-left: 30px;
	max-width: 353px;
	width: 100%;
	background-color: #fff;
}

@media (min-width: 768px) {
	.tab-block .content-tabs-block .tabs-title {
		width: max-content;
	}
}

.tab-block .content-tabs-block-section {
	display: none;
}

.tab-block .card {
	display: flex;
	gap: 30px;
}

.tab-block .card-logo {
	width: 17%;
}

.tab-block .card-content {
	width: 83%;
}

.tab-block .responsive {
	height: auto;
	max-width: 100%;
}

.tab-block .content-tabs-block .tabs-title {
	line-height: 26px;
	margin-bottom: 15px;
	color: #244796;
	margin-top: 0;
	font-weight: 700;
	font-size: 24px;
}

.tab-block .content-tabs-block p,
.tab-block .content-tabs-block ul li {
	color: #666666;
	font-size: 18px;
}

.tab-block .item-tabs-block:hover,
.tab-block .item-tabs-block.active,
.tab-block .item-tabs-block:hover:before,
.tab-block .item-tabs-block.active:before {
	color: #0077ff;
}

.tab-block .item-tabs-block:hover,
.tab-block .item-tabs-block.active,
.tab-block .item-tabs-block:hover:before,
.tab-block .item-tabs-block.active:before {
	color: #0077ff;
}

.content-tabs-block-section.active {
	display: block;
}

@media (min-width: 767px) {
	.tab-block .left-panel {
		max-width: 50%;
	}

	.tab-block .item-tabs-block {
		width: 40% !important;
	}

	.tab-block .content-tabs-block {
		max-width: 570px;
		width: 100%;
	}
}

@media (max-width: 992px) {
	.tab-block .item-tabs-block {
		width: 45%;
		margin-right: 10px;
	}
}

@media (max-width: 767px) {
	.tab-block .container-inner {
		background: transparent;
		padding: 0;
		border: none;
		flex-direction: column;
		align-items: center;
		margin-top: 40px;
	}

	.tab-block .content-tabs-block-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}

	.content-tabs-block {
		padding: 40px;
		margin-top: 30px;
		max-width: none;
		border: 1px solid #bdbdbd;
		margin-top: 30px;
	}

	.tab-block .left-panel {
		-ms-overflow-style: none;
		border-right: none;
		display: flex;
		white-space: nowrap;
		overflow-x: auto;
		scrollbar-width: none;
		background: transparent;
		padding-right: 20px;
	}

	.tab-block .item-tabs-block:nth-child(1) {
		margin-left: 30px;
	}

	.tab-block .item-tabs-block {
		font-size: 14px;
		gap: 6px;
		padding: 20px;
		background: white;
		padding: 10px 15px 10px 15px;
		border-radius: 35px;
		border: 1px solid #244796;
		float: none;
		width: auto;
	}

	.tab-block .content-tabs-block-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}

	.tab-block .content-tabs-block {
		/* padding: 40px; */
		margin-top: 30px;
		max-width: none;
		border: 1px solid #bdbdbd;
		margin-top: 30px;
	}

	.tab-block .card {
		display: flex;
		gap: 20px;
		flex-direction: column;
	}

	.tab-block .card-logo,
	.tab-block .card-content {
		width: 100%;
	}

	.tab-block .item-tabs-block:before {
		display: none;
	}

	.tab-block .item-tabs-block.active {
		background: #1f87ff;
		border: 1px solid #1f87ff;
		color: #fff;
	}

	.tab-block .responsive {
		max-width: 100px;
		margin-top: 0;
	}

	.tab-block .content-tabs-block p,
	.tab-block .content-tabs-block ul li {
		font-size: 16px;	
	}	

	.benefits .item:last-child img {
        display: none;
    }

	.benefits .img-list-container {
        position: relative !important;
        margin: 0 10%;
    }

}

/* end tab block */

/* modules block */

.modules-block {
	padding-top: 3%;
	padding-bottom: 3%;
}

.modules-block .flex.container-3.m-top-6 {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-template-rows: repeat(2, auto);
	gap: 20px;
	grid-auto-flow: row;
	justify-items: center;
}

@media (min-width: 1183px) {

	.modules-block .flex.container-3 .block {
		width: max-content;
	}
}

.modules-block .flex.container-3 .block:nth-child(3) {
	grid-column: span 2;
}

@media (max-width: 768px) {
	.modules-block .flex.container-3.m-top-6 {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: unset;
	}

	.modules-block .flex.container-3 .block:nth-child(3) {
		grid-column: unset;
	}
}

.modeling-process {
	padding-top: 3%;
	padding-bottom: 3%;
	background-image: url(/wp-content/uploads/2025/02/bg-modeling-process.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%
}

.modeling-process .container {
	width: 1188px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px
}

@media(max-width: 1208px) {
	.modeling-process .container {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px
	}
}

.modeling-process-cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media(max-width: 768px) {
	.modeling-process-cards {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px
	}
}

.modeling-process-card {
	background-color: #fff;
	padding: 40px
}

.modeling-process-card-title {
	color: #244796;
	font-weight: 700;
	font-size: 32px;
	line-height: 30px;
	margin-bottom: 30px
}

@media(max-width: 768px) {
	.modeling-process-card-title {
		font-size: 24px;
	}
}

.modeling-process-card ol {
	counter-reset: item;
	padding-left: 0;
}

.modeling-process-card ol li {
	color: #666;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	list-style: none;
}

.modeling-process-card ol li:before {
	content: counter(item);
	counter-increment: item;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #807dfa;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	margin-right: 15px
}




/* related block */

.related-block {
	padding-top: 3%;
	padding-bottom: 3%;
}

.related-block .related-pages-slider .item {
	margin: 30px;

	padding: 40px;
	background-color: #FFFFFF;
}

.related-block .related-pages-slider .item h4 {
	color: #4E4E4E;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 56px;
}

.case-block .vvt-slider.inside-arrows .slick-prev {
	left: 60px;

}

.case-block .vvt-slider.inside-arrows .slick-next {
	right: 60px;

}

.case-block .h3.text-white {
	color: #fff !important;
}

.delivering-servises {
	padding-top: 3%;
	padding-bottom: 3%;
	background-color: #F5F1FD;
}

.delivering-servises .icon-list-block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 60px;
}

.delivering-servises .icon-list-block .item {
	padding: 20px;
	display: flex;
}

.delivering-servises .icon-list-block .icon-container {
	width: 100px;
	height: 100px;
	min-width: 100px;
	min-height: 100px;
	background: #DCF9FF;
	border-radius: 10px;
	display: flex;
}

.delivering-servises .icon-list-block .icon-container svg,
.delivering-servises .icon-list-block .icon-container img {
	margin: auto;
}

.delivering-servises .icon-list-block .info-container {
	margin-left: 30px;
}

.delivering-servises .icon-list-block .item .title {
	margin-top: 0;
	font-size: 36px;
	color: #244796;
}

.delivering-servises .icon-list-block .item p {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.delivering-servises .icon-list-block {
		column-gap: 20px;
	}

	.delivering-servises .icon-list-block .item {
		flex-flow: column;
	}

	.delivering-servises .icon-list-block .info-container {
		margin-left: 0;
	}

	.delivering-servises .icon-list-block .icon-container {
		margin: 0 auto 20px auto;
	}
}

@media (max-width: 520px) {
	.delivering-servises .icon-list-block {
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
	}

	.delivering-servises .icon-list-block .item .title {
		text-align: center;
	}

	.delivering-servises .icon-list-block .item .title {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

.smart-tools {
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #EAFAF1;
}
.smart-tools .title-before.text-white {
  color: #999999;
}
.smart-tools h2.align-center.text-white {
  color: #244796;
}
/* @media (max-width: 1699px) and (min-width: 1200px) { */
@media (min-width: 1200px) {
  .smart-tools .custom-container {
      padding-left: calc((100% - 1180px) / 2);
  }
}
  .smart-tools .case-list.use-case-list-slider.inside-dots.slick-initialized.slick-slider.slick-dotted {
    background: transparent;
  }
  .smart-tools .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.smart-tools .slick-track {
  display: flex !important;
}
@media (min-width: 687px) {
  .smart-tools .slick-slide {
      height: inherit !important;
  }
}
.smart-tools  .container-list {
  height: 100%;
  padding: 40px;
  background-color: #fff;
  box-sizing: border-box;
  margin: 0 15px;
}
.smart-tools  .case-list .development-process-slider-title {
  color: #244796;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 15px;
  font-family: "GothamProNarrow", sans-serif;
}
.smart-tools .case-dp p {
  font-family: "Roboto", sans-serif;
  color: #666666;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
}
.smart-tools.development-process .slick-dots {
  bottom: -60px;
}
.smart-tools .case-list li {
  color: #666;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
.smart-tools.development-process .slick-dots li button {
  background-color: #dedede;
}
.smart-tools.development-process .slick-dots li.slick-active button {
  background-color: #5f9ad5;
}



  .blue-f {
    color: #5d9cd5;
  }

  .btn-new-y {
    background: #fff !important;
    color: #414449 !important;
    padding: 15px 30px 15px 30px;
    border-radius: 40px;
    display: inline-block;
    min-width: 200px;
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset; */
    /* transition: all 0.3s ease; */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: none;
    line-height: 25px;
  }

  .btn-new-y:hover {
    background: #fdc238 !important;
  }

  .btn-new-ar {
    background: #fff !important;
    color: #414449 !important;
    padding: 15px 30px 15px 30px;
    border-radius: 40px;
    display: inline-block;
    min-width: 200px;
    /* transition: all 0.3s ease; */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    text-align: center;
    line-height: 25px;
  }
.header a.btn-new-ar {
    color: #414449 !important;
}
.button {
text-decoration: none !important;
}
  .btn-new-ar::after {
    content: "\f178";
    font-family: "FontAwesome";
    margin-left: 8px;
    color: #414449;
  }

  .btn-new-ar:hover {
    background: #fdc238 !important;
  }

  .back-y {
    background-color: #fdc238 !important;
    color: #414449 !important;
  }

  .back-y:hover {
    background-color: #f8981d !important;
  }

  .btn-new-ar:hover::after {
    color: #414449 !important;
  }

  .m-header {
    margin-top: 25px;
  }

  @media (max-width: 480px) {
    .btn-new-y,
    .btn-new-ar {
      padding: 11px 30px 11px 30px;
    }
  }
 .m-top-7 {
    margin-top: 7%;
  }

  .info-box__title {
    color: #4e4e4e;
    font-family: GothamProNarrow, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
    #content * {
        line-height: 1.3 !important;
    }
    .text-white {
        color: #fff !important;
    }
