:root {
	--main-menu-width: 1150px;
	--menu-item-width: 241px;
	--menu-shift-x: 10px;
	--menu-item-shift-x: 24px;
	--menu-item-shift-y: 16px;
}
/*
	! normalize.css v3.0.2 | MIT License | git.io/normalize
	1. Set default font family to sans-serif.
	2. Prevent iOS text size adjust after orientation change, without disabling user zoom.
*/

html{
	font-family:  sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%;} /* 2 */
/* Remove default margin. */
body{
	margin: 0;
	font-family:  sans-serif;
	}
.alignright{
	float: right;
	margin: 15px;}
.alignleft{
	float: left;
	margin: 15px;}
.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;}
h1{
	font-size: 40px;}
h2{
	font-size: 32px;}
h3{
	font-size: 28px;}
@media only screen and (max-width: 500px){
	h1{
		font-size: 36px;}
	h2{
		font-size: 28px;}
	h3{
		font-size: 24px;}}
.dotted-list li{
	list-style-type: disc !important;}
.dotted-list{
	padding-left: 2.5%;}
.dotted-list-ui-ux li{
	list-style-type: disc !important;}
.dotted-list-ui-ux{
	padding-left: 5%;}
.dotted-list-devops ul{
	list-style: none;}
.dotted-list-devops li{
	color:#1cbbed;
	list-style-type: disc !important;}
.dotted-list-devops li span{
	color:#4e4e4e;
	list-style-type: disc !important;}
/* HTML5 display definitions
* ========================================================================== */
/*
	Correct `block` display not defined for any HTML5 element in IE 8/9.
	Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
	Correct `block` display not defined for `main` in IE 11.
*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{
	display: block;}
/*
	1. Correct `inline-block` display not defined in IE 8/9.
	2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio, canvas, progress, video{
	display: inline-block;/* 1 */
	vertical-align: baseline;/* 2 */}
/*
	Prevent modern browsers from displaying `audio` without controls.
	Remove excess height in iOS 5 devices.
*/
audio:not([controls]){
	display: none;
	height: 0;}
/*
	Address `[hidden]` styling not present in IE 8/9/10.
	Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
	[hidden], template{
	display: none;}
/* Links
* ========================================================================== */
/* Remove the gray background color from active links in IE 10. */
a{
	background-color: transparent;
	color: #1cbbed;
	}
a:active, a:hover{
	outline: 0;
	    color: #1cbbed;}
/* Improve readability when focused and also mouse hovered in all browsers. */
/* Text-level semantics
* ========================================================================== */
/* Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title]{
	border-bottom: 1px dotted;}
/* Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong{
	font-weight: bold;}
/* Address styling not present in Safari and Chrome. */
dfn{
	font-style: italic;}
/* Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1{
	font-size: 2em;
	margin: 0.67em 0;}
/* Address styling not present in IE 8/9. */
mark{
	background: #ff0;
	color: #000;}
/* Address inconsistent and variable font size in all browsers. */
small{
	font-size: 80%;}
/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;}
sup{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em;}
sub{
	bottom: -0.25em;}
/* Embedded content
* ========================================================================== */
/* Remove border when inside `a` element in IE 8/9/10. */
img{
	border: 0;
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;}
/* Correct overflow not hidden in IE 9/10/11. */
svg:not(:root){
	overflow: hidden;}
/* Grouping content
* ========================================================================== */
/* Address margin not present in IE 8/9 and Safari. */
figure{
	margin: 1em 40px;}
/* Address differences between Firefox and other browsers. */
hr{
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;}
/* Contain overflow in all browsers. */
pre{
	overflow: auto;}
/* Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp{
	font-family: monospace, monospace;
	font-size: 1em;}
/* Forms
* ========================================================================== */
/*
	Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set.
	1. Correct color not being inherited.
		Known issue: affects color of disabled elements.
	2. Correct font properties not being inherited.
	3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button, input, optgroup, select, textarea{
	color: inherit;/* 1 */
	font: inherit;/* 2 */
	margin: 0;/* 3 */}
/* Address `overflow` set to `hidden` in IE 8/9/10/11. */
button{
	overflow: visible;
	text-transform: none;}
/*
	Address inconsistent `text-transform` inheritance for `button` and `select`.
	All other form control elements do not inherit `text-transform` values.
	Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
	Correct `select` style inheritance in Firefox.
*/
select{
	text-transform: none;}
/*
	1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
	2. Correct inability to style clickable `input` types in iOS.
	3. Improve usability and consistency of cursor style between image-type `input` and others.
*/
button, html input[type="button"]{
	-webkit-appearance: button;/* 2 */
	cursor: pointer;/* 3 */}
input[type="reset"], input[type="submit"]{
	-webkit-appearance: button;/* 2 */
	cursor: pointer;/* 3 */}
/* Re-set default cursor for disabled elements. */
button[disabled], html input[disabled]{
	cursor: default;}
/* Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner{
	border: 0;
	padding: 0;}
input{
	line-height: normal;/* 2 */}
input::-moz-focus-inner{
	border: 0;
	padding: 0;}
input[type="checkbox"], input[type="radio"]{
	box-sizing: border-box;
	/* 1 */
	padding: 0;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button{
	height: auto;}
input[type="search"]{
	-webkit-appearance: textfield;/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;/* 2 */
	box-sizing: content-box;}
	input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration{
	-webkit-appearance: none;}
/*
	Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet.
	It's recommended that you don't attempt to style these elements.
	Firefox's implementation doesn't respect box-sizing, padding, or width.
	1. Address box sizing set to `content-box` in IE 8/9/10.
	2. Remove excess padding in IE 8/9/10.
	Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`.
	1. Address `appearance` set to `searchfield` in Safari and Chrome.
	2. Address `box-sizing` set to `border-box` in Safari and Chrome (include `-moz` to future-proof).
	Remove inner padding and search cancel button in Safari and Chrome on OS X.
	Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance).
/* Define consistent border, margin, and padding. */
fieldset{
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;}
/*
	1. Correct `color` not being inherited in IE 8/9/10/11.
	2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend{
	border: 0;/* 1 */
	padding: 0;/* 2 */}
/* Remove default vertical scrollbar in IE 8/9/10/11. */
textarea{
	overflow: auto;}
/*
	Don't inherit the `font-weight` (applied by a rule above).
	NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup{
	font-weight: bold;}
/* Tables
* ========================================================================== */
/* Remove most spacing between table cells. */
table{
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #4e4e4e;}
td, th{
	padding: 0;
	border: 1px solid #4e4e4e;}
@media only screen and (max-width: 992px){
	table{
		margin: 0 10px !important;}}
header, body, html, div, p, a, button, span, em, strong, img, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, td, tr, form, fieldset, label, select, input, textarea{
	padding: 0;
	margin: 0;
	outline: none;
	list-style: none;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
a:hover, a:active, a:focus{
	text-decoration: none;
	outline: none;}
/* Colors */
/* !Animate.css - http://daneden.me/animate Licensed under the MIT license -http://opensource.org/licenses/MIT Copyright (c) 2015 Daniel Eden */
.animated{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;}
.animated.infinite{
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;}
.animated.hinge{
	-webkit-animation-duration: 2s;
	animation-duration: 2s;}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY{
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;}
@-webkit-keyframes bounce{
	0%,20%,53%,80%,100%{
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);}
	40%,43%{
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);}
	70%{
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);}
	90%{
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);}}
@keyframes bounce{
	0%,20%,53%,80%,100%{
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);}
	40%,43%{
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);}
	70%{
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);}
	90%{
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);}}
.bounce{
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;}
@-webkit-keyframes flash{
	0%,50%,100%{
		opacity: 1;}
	25%,75%{
		opacity: 0;}}
@keyframes flash{
	0%,50%,100%{
		opacity: 1;}
	25%,75%{
		opacity: 0;}}
.flash{
	-webkit-animation-name: flash;
	animation-name: flash;}
@-webkit-keyframes pulse{
	0%{
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);}
	50%{
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);}
	100%{
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);}}
@keyframes pulse{
	0%{
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);}
	50%{
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);}
	100%{
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);}}
.pulse{
	-webkit-animation-name: pulse;
	animation-name: pulse;}
@-webkit-keyframes rubberBand{
	0%{
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);}
	30%{
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);}
	40%{
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);}
	50%{
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);}
	65%{
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);}
	75%{
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);}
	100%{
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);}}
@keyframes rubberBand{
	0%{
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);}
	30%{
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);}
	40%{
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);}
	50%{
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);}
	65%{
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);}
	75%{
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);}
	100%{
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);}}
.rubberBand{
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;}
@-webkit-keyframes shake{
	0%,100%{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);}
	10%,30%,50%,70%,90%{
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);}
	20%,40%,60%,80%{
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);}}
@keyframes shake{
	0%,100%{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);}
	10%,30%,50%,70%,90%{
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);}
	20%,40%,60%,80%{
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);}}
.shake{
	-webkit-animation-name: shake;
	animation-name: shake;}
@-webkit-keyframes swing{
	20%{
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);}
	40%{
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);}
	60%{
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);}
	80%{
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);}
	100%{
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);}}
@keyframes swing{
	20%{
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);}
	40%{
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);}
	60%{
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);}
	80%{
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);}
	100%{
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);}}
.swing{
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;}
@-webkit-keyframes tada{
	0%{
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);}
	10%,20%{
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);}
	30%,50%,70%,90%{
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);}
	40%,60%,80%{
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);}
	100%{
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);}}
@keyframes tada{
	0%{
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);}
	10%,20%{
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);}
	30%,50%,70%,90%{
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);}
	40%,60%,80%{
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);}
	100%{
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);}}
.tada{
	-webkit-animation-name: tada;
	animation-name: tada;}
@-webkit-keyframes wobble{
	0%{
		-webkit-transform: none;
		transform: none;}
	15%{
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);}
	30%{
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);}
	45%{
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);}
	60%{
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);}
	75%{
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);}
	100%{
		-webkit-transform: none;
		transform: none;}}
@keyframes wobble{
	0%{
		-webkit-transform: none;
		transform: none;}
	15%{
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);}
	30%{
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);}
	45%{
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);}
	60%{
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);}
	75%{
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);}
	100%{
		-webkit-transform: none;
		transform: none;}}
.wobble{
	-webkit-animation-name: wobble;
	animation-name: wobble;}
@-webkit-keyframes jello{
	11.1%{
		-webkit-transform: none;
		transform: none;}
	22.2%{
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);}
	33.3%{
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);}
	44.4%{
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);}
	55.5%{
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);}
	66.6%{
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);}
	77.7%{
		-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
		transform: skewX(0.39063deg) skewY(0.39063deg);}
	88.8%{
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg);}
	100%{
		-webkit-transform: none;
		transform: none;}}
@keyframes jello{
	11.1%{
		-webkit-transform: none;
		transform: none;}
	22.2%{
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);}
	33.3%{
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);}
	44.4%{
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);}
	55.5%{
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);}
	66.6%{
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);}
	77.7%{
		-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
		transform: skewX(0.39063deg) skewY(0.39063deg);}
	88.8%{
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg);}
	100%{
		-webkit-transform: none;
		transform: none;}}
.jello{
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;}
@-webkit-keyframes bounceIn{
	0%,20%,40%,60%,80%,100%{
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
	0%{
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);}
	20%{
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);}
	40%{
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);}
	60%{
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);}
	80%{
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);}
	100%{
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);}}
@keyframes bounceIn{
	0%,20%,40%,60%,80%,100%{
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
	0%{
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);}
	20%{
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);}
	40%{
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);}
	60%{
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);}
	80%{
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);}
	100%{
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);}}
.bounceIn{
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;}
@-webkit-keyframes bounceInDown{
	0%,60%,75%,90%,100%{
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
	0%{
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);}
	60%{
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);}
	75%{
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);}
	90%{
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);}
	100%{
		-webkit-transform: none;
		transform: none;}}
@keyframes bounceInDown{
	0%,60%,75%,90%,100%{
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
	0%{
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);}
	60%{
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);}
	75%{
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);}
	90%{
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);}
	100%{
		-webkit-transform: none;
		transform: none;}}
.bounceInDown{
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;}
@-webkit-keyframes bounceInLeft{
	0%,60%,75%,90%,100%{
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
	0%{
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);}
	60%{
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);}
	75%{
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);}
	90%{
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);}
	100%{
		-webkit-transform: none;
		transform: none;}}
@keyframes bounceInLeft{
	0%,60%,75%,90%,100%{
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
	0%{
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);}
	60%{
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);}
	75%{
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);}
	90%{
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);}
	100%{
		-webkit-transform: none;
		transform: none;}}
.bounceInLeft{
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;}
@-webkit-keyframes bounceInRight{
	0%,60%,75%,90%,100%{
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
	0%{
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);}
	60%{
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);}
	75%{
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);}
	90%{
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);}
	100%{
		-webkit-transform: none;
		transform: none;}}
@keyframes bounceInRight{
	0%,60%,75%,90%,100%{
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
	0%{
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);}
	60%{
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);}
	75%{
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);}
	90%{
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);}
	100%{
		-webkit-transform: none;
		transform: none;}}
.bounceInRight{
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;}
@-webkit-keyframes bounceInUp{
	0%,60%,75%,90%,100%{
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
	0%{
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);}
	60%{
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);}
	75%{
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);}
	90%{
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);}
	100%{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);}}
@keyframes bounceInUp{
	0%,60%,75%,90%,100%{
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
	0%{
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);}
	60%{
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);}
	75%{
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);}
	90%{
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);}
	100%{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);}}
.bounceInUp{
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;}
@-webkit-keyframes bounceOut{
	20%{
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);}
	50%,55%{
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);}
	100%{
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);}}
@keyframes bounceOut{
	20%{
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);}
	50%,55%{
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);}
	100%{
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);}}
.bounceOut{
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;}
@-webkit-keyframes bounceOutDown{
	20%{
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);}
	40%,45%{
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);}}
@keyframes bounceOutDown{
	20%{
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);}
	40%,45%{
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);}}
.bounceOutDown{
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;}

@-webkit-keyframes bounceOutLeft{
	20%{
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);}}
	@keyframes bounceOutLeft{
	20%{
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);}}
.bounceOutLeft{
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;}
@-webkit-keyframes bounceOutRight{
	20%{
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);}}
@keyframes bounceOutRight{
	20%{
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);}}
.bounceOutRight{
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;}
@-webkit-keyframes bounceOutUp{
	20%{
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);}
	40%,45%{
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);}}
@keyframes bounceOutUp{
	20%{
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);}
	40%,45%{
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);}}
.bounceOutUp{
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;}
@-webkit-keyframes fadeIn{
	0%{
		opacity: 0;}
	100%{
		opacity: 1;}}
	@keyframes fadeIn{
	0%{
		opacity: 0;}
	100%{
		opacity: 1;}}
.fadeIn{
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;}
@-webkit-keyframes fadeInDown{
	0%{
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);}
	100%{
		opacity: 1;
		-webkit-transform: none;
		transform: none;}}
@keyframes fadeInDown{
	0%{
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);}
	100%{
		opacity: 1;
		-webkit-transform: none;
		transform: none;}}
.fadeInDown{
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;}
@-webkit-keyframes fadeInDownBig{
	0%{
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);}
	100%{
		opacity: 1;
		-webkit-transform: none;
		transform: none;}}
	@keyframes fadeInDownBig{
	0%{
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);}
	100%{
		opacity: 1;
		-webkit-transform: none;
		transform: none;}}
.fadeInDownBig{
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;}
@-webkit-keyframes fadeInLeft{
	0%{
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);}
	100%{
		opacity: 1;
		-webkit-transform: none;
		transform: none;}}
@keyframes fadeInLeft{
	0%{
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);}
	100%{
		opacity: 1;
		-webkit-transform: none;
		transform: none;}}
.fadeInLeft{
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;}
@-webkit-keyframes fadeInLeftBig{
	0%{
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);}
	100%{
		opacity: 1;
		-webkit-transform: none;
		transform: none;}}
@keyframes fadeInLeftBig{
	0%{
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);}
	100%{
		opacity: 1;
		-webkit-transform: none;
		transform: none;}}
.fadeInLeftBig{
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;}
@-webkit-keyframes fadeInRight{
	0%{
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);}
	100%{
		opacity: 1;
		-webkit-transform: none;
		transform: none;}}
@keyframes fadeInRight{
	0%{
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);}
	100%{
		opacity: 1;
		-webkit-transform: none;
		transform: none;}}
.fadeInRight{
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;}
@-webkit-keyframes fadeInRightBig{
	0%{
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);}
	100%{
		opacity: 1;
		-webkit-transform: none;
		transform: none;}}
@keyframes fadeInRightBig{
	0%{
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);}
	100%{
		opacity: 1;
		-webkit-transform: none;
		transform: none;}}
.fadeInRightBig{
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;}
@-webkit-keyframes fadeInUp{
	0%{
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);}
	100%{
		opacity: 1;
		-webkit-transform: none;
		transform: none;}}
@keyframes fadeInUp{
	0%{
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);}
	100%{
		opacity: 1;
		-webkit-transform: none;
		transform: none;}}
.fadeInUp{
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;}
@-webkit-keyframes fadeInUpBig{
	0%{
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);}
	100%{
		opacity: 1;
		-webkit-transform: none;
		transform: none;}}
@keyframes fadeInUpBig{
	0%{
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);}
	100%{
		opacity: 1;
		-webkit-transform: none;
		transform: none;}}
.fadeInUpBig{
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;}
@-webkit-keyframes fadeOut{
	0%{
		opacity: 1;}
	100%{
		opacity: 0;}}
@keyframes fadeOut{
	0%{
		opacity: 1;}
	100%{
		opacity: 0;}}
.fadeOut{
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;}
@-webkit-keyframes fadeOutDown{
	0%{
		opacity: 1;}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);}}
@keyframes fadeOutDown{
	0%{
		opacity: 1;}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);}}
.fadeOutDown{
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;}
@-webkit-keyframes fadeOutDownBig{
	0%{
		opacity: 1;}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);}}
@keyframes fadeOutDownBig{
	0%{
		opacity: 1;}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);}}
.fadeOutDownBig{
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;}
@-webkit-keyframes fadeOutLeft{
	0%{
		opacity: 1;}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);}}
@keyframes fadeOutLeft{
	0%{
		opacity: 1;}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);}}
.fadeOutLeft{
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;}
@-webkit-keyframes fadeOutLeftBig{
	0%{
		opacity: 1;}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);}}
@keyframes fadeOutLeftBig{
	0%{
		opacity: 1;}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);}}
.fadeOutLeftBig{
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;}
@-webkit-keyframes fadeOutRight{
	0%{
		opacity: 1;}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);}}
@keyframes fadeOutRight{
	0%{
		opacity: 1;}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);}}
.fadeOutRight{
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;}
@-webkit-keyframes fadeOutRightBig{
	0%{
		opacity: 1;}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);}}
@keyframes fadeOutRightBig{
	0%{
		opacity: 1;}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);}}
.fadeOutRightBig{
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;}
@-webkit-keyframes fadeOutUp{
	0%{
		opacity: 1;}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);}}
@keyframes fadeOutUp{
	0%{
		opacity: 1;}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);}}
.fadeOutUp{
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;}
@-webkit-keyframes fadeOutUpBig{
	0%{
		opacity: 1;}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);}}
@keyframes fadeOutUpBig{
	0%{
		opacity: 1;}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);}}
.fadeOutUpBig{
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;}
@-webkit-keyframes flip{
	0%{
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;}
	40%{
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;}
	50%{
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;}
	80%{
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;}
	100%{
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;}}
@keyframes flip{
	0%{
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;}
	40%{
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;}
	50%{
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;}
	80%{
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;}
	100%{
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;}}
.animated.flip{
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;}

@-webkit-keyframes flipInX{
	0%{
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;}
	40%{
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;}
	60%{
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;}
	80%{
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);}
	100%{
		-webkit-transform: perspective(400px);
		transform: perspective(400px);}}
@keyframes flipInX{
	0%{
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;}
	40%{
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;}
	60%{
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;}
	80%{
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);}
	100%{
		-webkit-transform: perspective(400px);
		transform: perspective(400px);}}
.flipInX{
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;}
@-webkit-keyframes flipInY{
	0%{
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;}
	40%{
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;}
	60%{
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;}
	80%{
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);}
	100%{
		-webkit-transform: perspective(400px);
		transform: perspective(400px);}}
@keyframes flipInY{
	0%{
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;}
	40%{
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;}
	60%{
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;}
	80%{
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);}
	100%{
		-webkit-transform: perspective(400px);
		transform: perspective(400px);}}
.flipInY{
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;}
@-webkit-keyframes flipOutX{
	0%{
		-webkit-transform: perspective(400px);
		transform: perspective(400px);}
	30%{
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;}
	100%{
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;}}
	@keyframes flipOutX{
	0%{
		-webkit-transform: perspective(400px);
		transform: perspective(400px);}
	30%{
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;}
	100%{
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;}}
.flipOutX{
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;}
@-webkit-keyframes flipOutY{
	0%{
		-webkit-transform: perspective(400px);
		transform: perspective(400px);}
	30%{
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;}
	100%{
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;}}
@keyframes flipOutY{
	0%{
		-webkit-transform: perspective(400px);
		transform: perspective(400px);}
	30%{
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;}
	100%{
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;}}
.flipOutY{
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;}
@-webkit-keyframes lightSpeedIn{
	0%{
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;}
	60%{
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;}
	80%{
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;}
	100%{
		-webkit-transform: none;
		transform: none;
		opacity: 1;}}
@keyframes lightSpeedIn{
	0%{
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;}
	60%{
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;}
	80%{
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;}
	100%{
		-webkit-transform: none;
		transform: none;
		opacity: 1;}}
.lightSpeedIn{
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;}
@-webkit-keyframes lightSpeedOut{
	0%{
		opacity: 1;}
	100%{
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;}}
@keyframes lightSpeedOut{
	0%{
		opacity: 1;}
	100%{
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;}}
.lightSpeedOut{
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;}
@-webkit-keyframes rotateIn{
	0%{
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;}
	100%{
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;}}
@keyframes rotateIn{
	0%{
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;}
	100%{
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;}}
.rotateIn{
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;}
@-webkit-keyframes rotateInDownLeft{
	0%{
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;}
	100%{
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;}}
@keyframes rotateInDownLeft{
	0%{
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;}
	100%{
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;}}
.rotateInDownLeft{
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;}

@-webkit-keyframes rotateInDownRight{
	0%{
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;}
	100%{
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;}}
@keyframes rotateInDownRight{
	0%{
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;}
	100%{
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;}}
.rotateInDownRight{
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;}
@-webkit-keyframes rotateInUpLeft{
	0%{
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;}
	100%{
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;}}
@keyframes rotateInUpLeft{
	0%{
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;}
	100%{
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;}}
.rotateInUpLeft{
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;}
@-webkit-keyframes rotateInUpRight{
	0%{
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;}
	100%{
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;}}
@keyframes rotateInUpRight{
	0%{
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;}
	100%{
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;}}
.rotateInUpRight{
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;}
@-webkit-keyframes rotateOut{
	0%{
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;}
	100%{
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;}}
@keyframes rotateOut{
	0%{
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;}
	100%{
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;}}
.rotateOut{
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;}
@-webkit-keyframes rotateOutDownLeft{
	0%{
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;}
	100%{
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;}}
@keyframes rotateOutDownLeft{
	0%{
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;}
	100%{
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;}}
.rotateOutDownLeft{
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;}
@-webkit-keyframes rotateOutDownRight{
	0%{
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;}
	100%{
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;}}
@keyframes rotateOutDownRight{
	0%{
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;}
	100%{
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;}}
.rotateOutDownRight{
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;}
@-webkit-keyframes rotateOutUpLeft{
	0%{
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;}
	100%{
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;}}
@keyframes rotateOutUpLeft{
	0%{
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;}
	100%{
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;}}
.rotateOutUpLeft{
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;}
@-webkit-keyframes rotateOutUpRight{
	0%{
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;}
	100%{
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;}}
@keyframes rotateOutUpRight{
	0%{
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;}
	100%{
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;}}
.rotateOutUpRight{
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;}
@-webkit-keyframes hinge{
	0%{
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;}
	20%,60%{
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;}
	40%,80%{
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;}
	100%{
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;}}
@keyframes hinge{
	0%{
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;}
	20%,60%{
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;}
	40%,80%{
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;}
	100%{
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;}}
.hinge{
	-webkit-animation-name: hinge;
	animation-name: hinge;}
@-webkit-keyframes rollIn{
	0%{
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);}
	100%{
		opacity: 1;
		-webkit-transform: none;
		transform: none;}}
@keyframes rollIn{
	0%{
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);}
	100%{
		opacity: 1;
		-webkit-transform: none;
		transform: none;}}
.rollIn{
	-webkit-animation-name: rollIn;
	animation-name: rollIn;}
@-webkit-keyframes rollOut{
	0%{
		opacity: 1;}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);}}
@keyframes rollOut{
	0%{
		opacity: 1;}
	100%{
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);}}
.rollOut{
	-webkit-animation-name: rollOut;
	animation-name: rollOut;}
@-webkit-keyframes zoomIn{
	0%{
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);}
	50%{
		opacity: 1;}}
@keyframes zoomIn{
	0%{
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);}
	50%{
		opacity: 1;}}
.zoomIn{
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;}
@-webkit-keyframes zoomInDown{
	0%{
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}
	60%{
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}
@keyframes zoomInDown{
	0%{
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}
	60%{
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}
.zoomInDown{
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;}
@-webkit-keyframes zoomInLeft{
	0%{
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}
	60%{
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}
@keyframes zoomInLeft{
	0%{
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}
	60%{
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}
.zoomInLeft{
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;}
@-webkit-keyframes zoomInRight{
	0%{
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}
	60%{
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}
@keyframes zoomInRight{
	0%{
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}
	60%{
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}
.zoomInRight{
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;}
@-webkit-keyframes zoomInUp{
	0%{
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}
	60%{
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}
@keyframes zoomInUp{
	0%{
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}
	60%{
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}
.zoomInUp{
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;}
@-webkit-keyframes zoomOut{
	0%{
		opacity: 1;}
	50%{
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);}
	100%{
		opacity: 0;}}
@keyframes zoomOut{
	0%{
		opacity: 1;}
	50%{
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);}
	100%{
		opacity: 0;}}
.zoomOut{
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;}
@-webkit-keyframes zoomOutDown{
	40%{
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}
	100%{
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}
@keyframes zoomOutDown{
	40%{
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}
	100%{
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}
.zoomOutDown{
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;}
@-webkit-keyframes zoomOutLeft{
	40%{
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);}
	100%{
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;}}
@keyframes zoomOutLeft{
	40%{
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);}
	100%{
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;}}
.zoomOutLeft{
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;}
@-webkit-keyframes zoomOutRight{
	40%{
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);}
	100%{
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;}}
@keyframes zoomOutRight{
	40%{
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);}
	100%{
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;}}
.zoomOutRight{
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;}
@-webkit-keyframes zoomOutUp{
	40%{
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}
	100%{
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}
@keyframes zoomOutUp{
	40%{
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}
	100%{
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}
.zoomOutUp{
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;}
@-webkit-keyframes slideInDown{
	0%{
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;}
	100%{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);}}
@keyframes slideInDown{
	0%{
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;}
	100%{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);}}
.slideInDown{
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;}
@-webkit-keyframes slideInLeft{
	0%{
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;}
	100%{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);}}
@keyframes slideInLeft{
	0%{
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;}
	100%{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);}}
.slideInLeft{
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;}
@-webkit-keyframes slideInRight{
	0%{
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;}
	100%{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);}}
@keyframes slideInRight{
	0%{
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;}
	100%{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);}}
.slideInRight{
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;}
@-webkit-keyframes slideInUp{
	0%{
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;}
	100%{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);}}
@keyframes slideInUp{
	0%{
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;}
	100%{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);}}
.slideInUp{
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;}
@-webkit-keyframes slideOutDown{
	0%{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);}
	100%{
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);}}
@keyframes slideOutDown{
	0%{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);}
	100%{
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);}}
.slideOutDown{
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;}
@-webkit-keyframes slideOutLeft{
	0%{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);}
	100%{
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);}}
@keyframes slideOutLeft{
	0%{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);}
	100%{
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);}}
.slideOutLeft{
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;}
@-webkit-keyframes slideOutRight{
	0%{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);}
	100%{
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);}}
@keyframes slideOutRight{
	0%{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);}
	100%{
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);}}
.slideOutRight{
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;}
@-webkit-keyframes slideOutUp{
	0%{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);}
	100%{
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);}}
@keyframes slideOutUp{
	0%{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);}
	100%{
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);}}
.slideOutUp{
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;}
/*
	!Chosen, a Select Box Enhancer for jQuery and Prototype by Patrick Filler for Harvest, http://getharvest.com

	Version 1.8.2
	Full source at https://github.com/harvesthq/chosen
	Copyright (c) 2011-2017 Harvest http://getharvest.com

	MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
*/
/* @group Base */
.chosen-container{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;}
.chosen-container *{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;}
.chosen-container .chosen-drop{
	position: absolute;
	top: 100%;
	z-index: 1010;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	clip: rect(0, 0, 0, 0);}
.chosen-container.chosen-with-drop .chosen-drop{
	clip: auto;}
.chosen-container a{
	cursor: pointer;}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name{
	margin-right: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	color: #999999;}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after{
	content: ":";
	padding-left: 2px;
	vertical-align: top;}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single{
	position: relative;
	display: block;
	overflow: hidden;
	padding: 4px 0 4px 0;
	height: auto;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	color: #7a7a7a;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;}
.chosen-container-single .chosen-default{
	color: #999;}
.chosen-container-single .chosen-single span{
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;}
.chosen-container-single .chosen-single-with-deselect span{
	margin-right: 38px;}
.chosen-container-single .chosen-single abbr{
	position: absolute;
	top: 6px;
	right: 26px;
	display: block;
	width: 12px;
	height: 12px;
	background: url('/wp-content/themes/devcom/assets/css/../images/arrow-dark.svg') no-repeat 99% 50%;
	font-size: 1px;}
.chosen-container-single .chosen-single abbr:hover{
	background-position: -42px -10px;}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover{
	background-position: -42px -10px;}
.chosen-container-single .chosen-single div{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%;}
.chosen-container-single .chosen-single div b{
	display: block;
	width: 100%;
	height: 100%;
	background: url('/wp-content/themes/devcom/assets/css/../images/arrow-dark.svg') no-repeat 99% 50%;}
.chosen-container-single .chosen-search{
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap;}
.chosen-container-single .chosen-search input[type="text"]{
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	background: url('/wp-content/themes/devcom/assets/css/../images/arrow-dark.svg') no-repeat 99% 50%;
	font-size: 1em;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;}
.chosen-container-single .chosen-drop{
	margin-top: 1px;
	background-clip: padding-box;}
.chosen-container-single.chosen-container-single-nosearch .chosen-search{
	position: absolute;
	clip: rect(0, 0, 0, 0);}
/* @end */
/* @group Results */
.chosen-container .chosen-results{
	color: #7a7a7a;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 5px 4px 4px 0;
	padding: 0 0 0 4px;
	max-height: 240px;
	-webkit-overflow-scrolling: touch;}
.chosen-container .chosen-results li{
	display: none;
	margin: 0;
	padding: 5px 9px;
	font-size: 14px;
	list-style: none;
	line-height: 18px;
	word-wrap: break-word;
	-webkit-touch-callout: none;}
.chosen-container .chosen-results li.active-result{
	display: list-item;
	cursor: pointer;}
.chosen-container .chosen-results li.disabled-result{
	display: list-item;
	color: #ccc;
	cursor: default;}
.chosen-container .chosen-results li.highlighted{
	color: #1cbbed;}
.chosen-container .chosen-results li.no-results{
	color: #777;
	display: list-item;
	background: #f4f4f4;}
.chosen-container .chosen-results li.group-result{
	display: list-item;
	font-weight: bold;
	cursor: default;}
.chosen-container .chosen-results li.group-option{
	padding-left: 15px;}
.chosen-container .chosen-results li em{
	font-style: normal;
	text-decoration: underline;}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices{
	position: relative;
	overflow: hidden;
	margin: 0;
	cursor: pointer;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ccc;}
.chosen-container-multi .chosen-choices li{
	float: left;
	list-style: none;}
.chosen-container-multi .chosen-choices li.search-field{
	margin: 0;
	padding: 0;
	white-space: nowrap;}
.chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	margin: 0;
	padding: 0;
	height: 34px;
	outline: 0;
	cursor: pointer;
	border: 0 !important;
	background: transparent !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #7a7a7a;
	font-size: 14px;
	text-transform: uppercase;
	line-height: normal;
	border-radius: 0;
	width: 25px;}
.chosen-container-multi .chosen-choices li.search-choice{
	position: relative;
	margin: 3px 5px 3px 0;
	padding: 3px 20px 3px 5px;
	border: 1px solid #aaa;
	max-width: 100%;
	border-radius: 3px;
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-size: 100% 19px;
	background-repeat: repeat-x;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	color: #333;
	line-height: 13px;
	cursor: default;}
.chosen-container-multi .chosen-choices li.search-choice span{
	word-wrap: break-word;}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
	position: absolute;
	top: 4px;
	right: 3px;
	display: block;
	width: 12px;
	height: 12px;
	background: url('data:image/webp;base64,UklGRrABAABXRUJQVlA4WAoAAAAQAAAAMwAAJAAAQUxQSB0BAAABkLtt+/llT7bNrd12jb8p27Ubm2t3bbZt11/gGm3z5fdefvo+L8eIYOS2jSOmHGe2+BXEWUazbkTkuWnBahlPbuTzhGVWoR94Sn/CjTMr8n+FgHvmIcoWIMRzj4/UclOevrLzlPQk1a0AgBEFLI4dlbGAJ09yu8cmkekZgHtrBQaxoFQuFjyJyHnNmogkAJJJvigAmSSyWjFO8pneAHiyE8l0W9Fz9QEAZsVmVv8/JbMkLrMiiMqsCOIy+28uPXt7VXbFV8B2NLMGnJXUAimsQrBlQuRy+2rFqR7OREQ5COfUJmhKHxvPqQpSp7UIYZycfjxJVPRyf16qEWfFAUcXAGqJtdy7drcraoAG4q9SoEmfv4u+QEL8NSGdEAIAVlA4IGwAAADQBACdASo0ACUAPkkcikQioaEapAAoBIS0gAHxg8xSrQzO95dgiNQyot246gwnwAD+2yU/8U0C31tr8D6Kmiye7uPUhd8/acGkY/5qGZmBazuVR/7v9hDf/7bftx2CV99CH//+0xVPzrHgAAA=') -42px 1px no-repeat;
	font-size: 1px;}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{
	background-position: -42px -10px;}
.chosen-container-multi .chosen-choices li.search-choice-disabled{
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	color: #666;}
.chosen-container-multi .chosen-choices li.search-choice-focus{
	background: #d4d4d4;}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{
		background-position: -42px -10px;}
.chosen-container-multi .chosen-results{
	margin: 0;
	padding: 0;}
.chosen-container-multi .chosen-drop .result-selected{
	display: list-item;
	color: #ccc;
	cursor: default;}
/* @end */
/* @group Active */
.chosen-container-active.chosen-with-drop .chosen-single div{
	border-left: none;
	background: transparent;}
.chosen-container-active .chosen-choices li.search-field input[type="text"]{
	color: #222 !important;}
/* @end */
/* @group Disabled Support */
.chosen-disabled{
	opacity: 0.5 !important;
	cursor: default;}
.chosen-disabled .chosen-single, .chosen-disabled .chosen-choices .search-choice .search-choice-close{
	cursor: default;}
/* @end */
/* @group Right to Left */
.chosen-rtl{
	text-align: right;}
.chosen-rtl .chosen-single{
	overflow: visible;
	padding: 0 8px 0 0;}
	.chosen-rtl .chosen-single span{
	margin-right: 0;
	margin-left: 26px;
	direction: rtl;}
.chosen-rtl .chosen-single-with-deselect span{
	margin-left: 38px;}
.chosen-rtl .chosen-single div{
	right: auto;
	left: 3px;}
.chosen-rtl .chosen-single abbr{
	right: auto;
	left: 26px;}
.chosen-rtl .chosen-choices li{
	float: right;}
.chosen-rtl .chosen-choices li.search-field input[type="text"]{
	direction: rtl;}
.chosen-rtl .chosen-choices li.search-choice{
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 19px;}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close{
	right: auto;
	left: 4px;}
.chosen-rtl.chosen-container-single .chosen-results{
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0;}
.chosen-rtl .chosen-results li.group-option{
	padding-right: 15px;
	padding-left: 0;}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{
	border-right: none;}
.chosen-rtl .chosen-search input[type="text"]{
	padding: 4px 5px 4px 20px;
	background: url('data:image/webp;base64,UklGRrABAABXRUJQVlA4WAoAAAAQAAAAMwAAJAAAQUxQSB0BAAABkLtt+/llT7bNrd12jb8p27Ubm2t3bbZt11/gGm3z5fdefvo+L8eIYOS2jSOmHGe2+BXEWUazbkTkuWnBahlPbuTzhGVWoR94Sn/CjTMr8n+FgHvmIcoWIMRzj4/UclOevrLzlPQk1a0AgBEFLI4dlbGAJ09yu8cmkekZgHtrBQaxoFQuFjyJyHnNmogkAJJJvigAmSSyWjFO8pneAHiyE8l0W9Fz9QEAZsVmVv8/JbMkLrMiiMqsCOIy+28uPXt7VXbFV8B2NLMGnJXUAimsQrBlQuRy+2rFqR7OREQ5COfUJmhKHxvPqQpSp7UIYZycfjxJVPRyf16qEWfFAUcXAGqJtdy7drcraoAG4q9SoEmfv4u+QEL8NSGdEAIAVlA4IGwAAADQBACdASo0ACUAPkkcikQioaEapAAoBIS0gAHxg8xSrQzO95dgiNQyot246gwnwAD+2yU/8U0C31tr8D6Kmiye7uPUhd8/acGkY/5qGZmBazuVR/7v9hDf/7bftx2CV99CH//+0xVPzrHgAAA=') no-repeat -30px -20px;
	direction: rtl;}
.chosen-rtl.chosen-container-single .chosen-single div b{
	background-position: 6px 2px;}
/** Cookie add-on */
.cookie-notification{
	display: none;
	width: 650px;
	margin-left: -325px;
	padding: 20px 50px;
	position: fixed;
	left: 50%;
	bottom: 30px;
	background: rgba(40, 175, 189, 0.8);
	color: #fff;
	font-size: 16px;
	z-index: 100;}
.cookie-notification > a{
	color: #fff;
	font-weight: 700;
	text-decoration: underline;}
.cookie-notification > a:hover{
	text-decoration: underline;}
.cookie-notification .actions{
	display: block;
	margin: 14px 0 0 0;
	text-align: center;}
.cookie-notification .actions .cookie-close{
	display: inline-block;
	vertical-align: top;
	padding: 6px 15px;
	font-size: 14px;
	background: rgba(255, 255, 255, 0.8);
	color: #1b2327;}
.cookie-notification .actions .cookie-close:hover{
	opacity: 0.7;
	text-decoration: none;}
@media only screen and (max-width: 768px){
	.cookie-notification{
		width: 90%;
		left: calc(5% - 10px);
		bottom: 20px;
		margin: 0;
		padding: 20px 10px;}}
#policy-links{
	display: block;}
#policy-links a{
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-decoration: none;}
#policy-links a:hover{
	text-decoration: underline;}
/* Fonts */
/* General */
body{
/*font-family: "Libre Franklin", sans-serif;*/
	font-weight: 400;
	font-family: "PT Sans";
	}
/* Animations */
.hidden{
	visibility: hidden;}
.delay-0-5{
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
	animation-duration: 1.5s;}
.delay-1-0{
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
	animation-duration: 1.5s;}
.delay-1-5{
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
	animation-duration: 1.5s;}
.delay-2-0{
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s;
	animation-duration: 1.5s;}
.delay-2-5{
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	animation-delay: 2.5s;
	animation-duration: 1.5s;}
.delay-3{
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	animation-delay: 3s;
	animation-duration: 1.5s;}
.delay-3-5{
	-webkit-animation-delay: 3.5s;
	-moz-animation-delay: 3.5s;
	animation-delay: 3.5s;
	animation-duration: 1.5s;}
.delay-4{
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	animation-delay: 4s;
	animation-duration: 1.5s;}
/* Intl tel input config override */
.iti-flag{
	background-image: url('/wp-content/themes/devcom/assets/css/../images/flags.png.webp');}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	.iti-flag{
		background-image: url('/wp-content/themes/devcom/assets/css/../images/flags@2x.png.webp');}}
/* Owl slider pagination */
.owl-pagination{
	text-align: center;
	padding-bottom: 20px;
	margin-top: 17px}
.owl-pagination .owl-page{
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	margin: 0 16px 0 0;
	background: #d7d7d7;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;}
.owl-pagination .owl-page:hover{
	background: #4e4e4e;
	cursor: pointer;}
.owl-pagination .owl-page:last-child{
	margin-right: 0;}
.owl-pagination > .active{
	background: #1cbbed;}
.owl-pagination > .active:hover{
	background: #1cbbed;}
/* Nav */
.nav-wide{
	width: 100%;
	height: 110px;
	position: fixed;
	top: 0;
	z-index: 99;
	-webkit-transition: all, 0.4s, ease;
	-moz-transition: all, 0.4s, ease;
	-o-transition: all, 0.4s, ease;
	transition: all, 0.4s, ease;
	transition-duration: 0.4s;
	background-blend-mode: multiply;
	background-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));}
@media only screen and (max-width: 500px){
	.nav-wide{
		height: 80px;}
	.nav-wide .nav .contacts{
		display: none !important;}}
.nav-wide .nav{
width: 100%;
max-width: 1122px;
	margin: 0 auto;
	padding: 20px 0 17px;
	-webkit-transition: all, 0.4s, ease;
	-moz-transition: all, 0.4s, ease;
	-o-transition: all, 0.4s, ease;
	transition: all, 0.4s, ease;
	transition-duration: 0.4s;}
	
.page-template-dc-AI-Readiness-Audit .nav-wide .nav {
    max-width: 1024px;
}


.nav-wide .nav .contacts{
	display: inline-block;
	border-left: 1px solid #fff;
	padding-left: 15px;}
.nav-wide .nav .contacts a{
	color: #fff;
	font-size: 15px;}
.nav-wide .nav .contacts a:hover{
	padding-bottom: 2px;
	border-bottom: 1px solid #1cbbed;}
@media only screen and (max-width: 1150px){
	.nav-wide .nav{
		width: 100%;
		padding: 19px 24px;}}
@media only screen and (max-width: 500px){
	.nav-wide .nav{
		width: 100%;
		padding: 19px 24px;
		overflow: hidden;}}
.nav-wide .nav .bars{
	display: none;
	vertical-align: top;
	width: 32px;
	height: 32px;
	padding: 2px 0;}
@media only screen and (max-width: 1150px){
	.nav-wide .nav .bars{
		display: inline-block;}}
.nav-wide .nav .bars .bar{
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	margin-bottom: 9px;}
.nav-wide .nav .bars .bar:last-child{
	margin-bottom: 0;}
.nav-wide .nav .logo{
	display: inline-block;
	vertical-align: top;}
@media only screen and (max-width: 1150px){
	.nav-wide .nav .logo{
		float: right;
		width: 128px;
		height: 32px; 
		padding-top: 0px;}}
.nav-wide .nav .logo img{
	width: auto;
	height: 48px;}
@media only screen and (max-width: 500px){
	.nav-wide .nav .logo img{
		position: relative;
		top: -5px;
		left: -8px;}}
.nav-wide .nav .main-menu{
	display: block;
	float: right;
	padding: 0px 0 0px;}
@media only screen and (max-width: 1150px){
	.nav-wide .nav .main-menu{
		display: none;
		padding-top: 0;}}
.nav-wide .nav .main-menu .menu-header{
	display: none;
	margin-bottom: 24px;
	overflow: hidden;}
@media only screen and (max-width: 1150px){
	.nav-wide .nav .main-menu .menu-header{
		display: block;}}
.nav-wide .nav .main-menu .menu-header > .close{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url('/wp-content/themes/devcom/assets/css/../images/ex.svg') no-repeat 50% 50%;
	transition: opacity 0.5s, transform 0.7s ease-out;
	-moz-transition: opacity 0.5s, -moz-transform 0.7s ease-out;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.7s ease-out;}
.nav-wide .nav .main-menu .menu-header > .close:hover{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);}
.nav-wide .nav .main-menu .menu-header > .logo{
	float: right;
	width: 128px;
	height: 32px;
	overflow: hidden;}
.nav-wide .nav .main-menu .menu-header > .logo img{
	width: auto;
	height: 32px;
	top: 0;
	left: 0;}
@media only screen and (max-width: 500px){
	.nav-wide .nav .main-menu .menu-header{
		display: block;}}

.nav-wide .nav .main-menu .li-first-main {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 53px;	
}  
.nav-wide .nav .main-menu ul > li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 var(--menu-shift-x);
	font-size: 16px;
	color: #1cbbed;}
.nav-wide .nav .main-menu ul > li a{
	padding: 7px 0 8px;
	color: #fff;}
@media only screen and (max-width: 1150px){
	.nav-wide .nav .main-menu ul > li a{
		color: #1cbbed;
		width: max-content;}}
.nav-wide .nav .main-menu ul > li a:hover{
	border-bottom: 1px solid #1cbbed;}
.nav-wide .nav .main-menu ul > li a.active{
	border-bottom: 1px solid #1cbbed;}
.nav-wide .nav .main-menu ul > li .active .arrow{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);}
.nav-wide .nav .main-menu ul > li.contact-us{
	margin-left: 9px;
	padding: 0;}
.nav-wide .nav .main-menu ul > li.contact-us a{
	padding: 7px 18px 8px 19px;
	background: #E30B5C;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;}
.nav-wide .nav .main-menu ul > li.contact-us a:hover{
	border-bottom: 0;
	color: #4e4e4e;
	background: #fff;}
.nav-wide .nav .main-menu ul > li .drop .arrow{
			transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
	display: inline-block;
	width: 10px;
	height: 4px;
	position: relative;
	top: -2px;
	margin-left: 5px;
	background: url('/wp-content/themes/devcom/assets/css/../images/arrow.svg') no-repeat 50% 50%;}
@media only screen and (min-width: 500px){
	.nav-wide .nav .main-menu ul > li .drop:hover .arrow{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);}}
.nav-wide .nav .main-menu ul > li .drop-active .arrow{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);}
.nav-wide .nav .main-menu ul > li .drop-menu{
	display: none;
	width: var(--menu-item-width);
	position: absolute;
	top: 28px;
	left: 13px;
	padding-top: 18px;
	z-index: 3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;}

.nav-wide .nav .main-menu ul > li .drop-menu.active,
.nav-wide .nav .main-menu ul > li:hover .drop-menu{
    display: block;	
}
	

.nav-wide .nav .main-menu ul > li.li-services .drop-menu,
.nav-wide .nav .main-menu ul > li.li-industries .drop-menu,
.nav-wide .nav .main-menu ul > li.li-company .drop-menu,	
.nav-wide .nav .main-menu ul > li.li-expertise .drop-menu{
	 
	  background: #fff;
 
			
	padding-top: 18px;
	z-index: 3;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
padding: 20px 20px 16px 20px;
        visibility: visible;
        position: fixed;
  top: 70px;
        left: 0px;
        width: 100%;	
box-shadow: 0px 11px 20px 0px rgba(0,0,0,0.25);		
left: calc(50% - 561px);
width: 100%;
    max-width: 1122px;
	}

.nav-wide.nav-scrolled .nav .main-menu ul > li.li-services .drop-menu,
.nav-wide.nav-scrolled .nav .main-menu ul > li.li-industries .drop-menu,
.nav-wide.nav-scrolled .nav .main-menu ul > li.li-company .drop-menu,	
.nav-wide.nav-scrolled .nav .main-menu ul > li.li-expertise .drop-menu{
  top: 55px;

	}
	
	
.nav-wide .nav .main-menu ul > li.li-services .drop-menu a.active,
.nav-wide .nav .main-menu ul > li.li-industries .drop-menu a.active,
.nav-wide .nav .main-menu ul > li.li-company .drop-menu a.active,	
.nav-wide .nav .main-menu ul > li.li-expertise .drop-menu a.active {
    border-bottom: 0;
}

.nav-wide .nav .main-menu ul > li .drop-menu ul{
	background: #fff;
	border: 1px solid #1cbbed;}
	
.nav-wide .nav .main-menu ul > li .drop-menu > ul{
	
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
  max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    
	
	}	

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu > li,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu > li,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu > li,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise > li {
    display: block;
    padding: 0;
    width: 25%;
	position: relative;
	padding-left: 20px;
}
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu > li a:hover,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu > li a:hover,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu > li a:hover,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise > li a:hover {
    color: #4e4e4e;
    background: transparent;
    border-bottom: 0;
    height: 100%;
}




.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise > li {
	padding-left: 5px;
															   
																 
			
				   
		
			 
			
					   
		   
											   
													
 
 
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu > li > a,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu > li > a,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu > li > a,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise > li > a {
	font-size: 0;
	    display: none;
	
}

.nav-wide .nav .main-menu ul#menu-services-menu > li .sub-menu,
.nav-wide .nav .main-menu ul#menu-industries-menu > li .sub-menu,
.nav-wide .nav .main-menu ul#menu-company-menu > li .sub-menu,
.nav-wide .nav .main-menu ul#menu-expertise > li .sub-menu {
    display: block !important;
    position: relative;
    inset-inline-start: 0;
    inset-block-start: 0;    border: 0;
	    width: 100%;
		    background: transparent;
  opacity: 1!important;
  visibility: visible!important;
}

.nav-wide .nav .main-menu ul#menu-services-menu > li > .sub-menu > li,
.nav-wide .nav .main-menu ul#menu-industries-menu > li > .sub-menu > li,
.nav-wide .nav .main-menu ul#menu-company-menu > li > .sub-menu > li,
.nav-wide .nav .main-menu ul#menu-expertise > li > .sub-menu > li {
 
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu .sub-menu .sub-menu li > a,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu .sub-menu .sub-menu li > a,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .sub-menu .sub-menu li > a,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise .sub-menu .sub-menu li > a{
	padding-left: 25px;
	    padding-top: 4px;
    padding-bottom: 4px;
	
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu .sub-menu .sub-menu li > a:before,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu .sub-menu .sub-menu li > a:before,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .sub-menu .sub-menu li > a:before,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise .sub-menu .sub-menu li > a:before{
	content: '';
	position: absolute;
	width: 4px; 
	height: 4px;
	background: #1cbbed;
left: 15px;
top: 12px;
	display: block;
	border-radius: 50%;					

}


.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu > li > .sub-menu > li > a,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu > li > .sub-menu > li > a,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu > li > .sub-menu > li > a,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise > li > .sub-menu > li > a{
    padding-top: 2px;
    padding-bottom: 5px;

}
#menu-expertise .size-18{
	 
}


#menu-services-menu .size-18 > a,
#menu-industries-menu .size-18 > a,
#menu-company-menu .size-18 > a,
#menu-expertise .size-18 > a{
font-size: 16px !important;
font-weight: bold;
margin-bottom: 5px;
margin-top: -3px;
padding-top: 0 !important;
line-height: 1;
}


.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise {
   background: transparent;
    border: 0;
}	

.menu-image-3 a,
.menu-image-2 a,
.menu-image-1 a{
padding-top: 125px !important;
  position: relative;
  background: transparent !important;
  color: #1CBBED !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 14px !important;
  text-decoration: underline;
  padding-bottom: 0 !important;
}

.menu-image-3 a {
    padding-top: 122px !important;
}



.menu-image-1 a:before{
content: '';
    position: absolute;
    left: 0;
top: 0px;
    width: 100%;
height: 120px;
    background: url('/wp-content/uploads/2025/06/menu-3.jpg.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;	
}

.menu-image-2 a:before{
content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 120px;
    background: url('https://devcom.com/wp-content/uploads/2026/03/mobile-app-development-for-shooting-bg-308x110.jpg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;	
}
.menu-image-2 a {
 padding-top: 123px !important;
}

.menu-image-3 a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
    background: url('https://devcom.com/wp-content/uploads/2026/03/React-Native-Push-Notifications-Setup-Implementation-2026-308x110.jpg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;	
}


.invisible-item > a {
	font-size: 0px !important;
    padding-top: 58px !important;
    display: block !important;
	
}

.last-item-1{
padding-right: 0px !important;
padding-left: 0px !important;
width: 255px !important;
margin-left: auto;				  
}

.no-hover a{
    padding-left: 0 !important;
   text-align: center;
padding-top: 32px !important;
}



.menu-item-o14 a {
font-size: 14px !important;
line-height: 24px;
font-weight: 400;
text-align: center;
padding-right: 0 !important;
margin: auto !important;
width: 236px;
}


.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu > li.w-26,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu > li.w-26{
width: 275px;
} 

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu > li.w-28, 
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu > li.w-28{
width: 315px;
padding-left: 50px;
}
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu > li.w-28{
    padding-left: 56px;
	}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu > li.w-20, 
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu > li.w-20{
width: 236px;
padding-left: 27px;
}
 
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu .invisible-item > a,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu .invisible-item > a {
font-size: 0px !important;
padding-top: 18px !important;
display: block !important;
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu > li.w-26:after{
content: '';
position: absolute;
right: 0px;
top: 0;
height: 138px;
width: 1px;
background: #D8D8D8;
	
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu > li.w-26:after{
content: '';
position: absolute;
right: 0;
top: 0px;
height: 138px;
width: 1px;
background: #D8D8D8;
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu > li.w-26{
width: 275px;
padding-left: 0;
}
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu > li.w-28{
width: 255px;
padding-left: 72px;
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu > li.w-20{
width: 295px;
padding-left: 25px;
}


.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise > li.expert-1-b {
width: 320px;
padding-left: 10px;
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise > li.expert-1-b .sub-menu .sub-menu{
  max-width: 240px;
}


.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise > li.expert-2-b {
  padding-left: 16px;
  width: 270px;
}
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise > li.expert-3-b {
  padding-left: 15px;
  width: 270px;
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise > li.expert-4-b {
width: 220px;
padding-left: 30px;
}


.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu .no-hover a {
padding-top: 32px !important;
width: 100%;
max-width: 236px;
text-align: center;
line-height: 24px;
padding-right: 0;
margin-left: 10px;
}



.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise .sub-menu .sub-menu li > a:before {
  left: 0px;
  top: 12px;
  border-radius: 50%;
}
 
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise .sub-menu .sub-menu li > a {
padding-left: 10px;
padding-top: 6px;
padding-bottom: 6px;
font-size: 14px;
padding-right: 0;
line-height: 1;
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise  .exp-3{
  width: 26%;
}

 .nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise .sub-menu .sub-menu .sub-menu{
  padding-left: 10px;
padding-bottom: 4px;
  
 }
 
 

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise .sub-menu .sub-menu .sub-menu li > a:before {
display: none;	
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise .sub-menu .sub-menu .sub-menu li > a {
padding-top: 2px;
padding-bottom: 2px;
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise  .bottom-spase-v-2{
margin-bottom: 30px;	
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise  .bottom-top-spase-v-2{
padding-top: 28px;
padding-bottom: 23px;
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise .expert-4-b-1{
margin-bottom: 28px;
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .about-b-1{
width: 278px;
padding-left: 0;
}


.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .about-b-1 a{

    width: 100%;
    max-width: 236px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    line-height: 24px;
    margin-left: 8px;

}


.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .about-b-2{
padding-left: 85px;
width: 270px;
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .about-b-3{
padding-left: 48px;
width: 245px;
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .about-b-4 {
width: 255px;
padding-left: 0;
padding-right: 0;
margin-left: auto;
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .about-b-2 a,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .about-b-3 a{
    font-size: 16px;
    font-weight: bold;
margin-bottom: 21px;
}
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .about-b-2 ul li:nth-child(1) a,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .about-b-3 ul li:nth-child(1) a{
  padding-top: 0;
  line-height: 1;
  margin-top: -2px;
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .about-b-2 ul li:nth-child(3) a,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .about-b-3 ul li:nth-child(3) a{
margin-bottom: 0px;
}


 
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .about-b-1:after {
content: '';
position: absolute;
right: 0;
top: 0;
height: 138px;
width: 1px;
background: #D8D8D8;
}





.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu > li.w-26{
padding-left: 0px;
padding-right: 20px;
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise > li > .sub-menu > .size-18 > a {
  padding-left: 0;
}


 .nav-wide .nav .main-menu ul > li.li-expertise .drop-menu {padding: 20px 20px 12px 20px;}
 
 

.nav-wide .nav .main-menu .li-first-main.li-contact{
padding-right: 0;	
}
.nav-wide .nav .main-menu ul > li .drop-menu ul > li{
	display: block;
	padding: 0;width: 100%;}
.nav-wide .nav .main-menu ul > li .drop-menu ul > li.book_a_call{
	margin: 0;}
.nav-wide .nav .main-menu ul > li .drop-menu ul > li.book_a_call a{
	background: #fff;}
.nav-wide .nav .main-menu ul > li .drop-menu ul > li a{
	display: block;
	padding: 10px 15px;
	color: #4e4e4e;
	font-size: 14px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;}
.nav-wide .nav .main-menu ul > li .drop-menu ul > li a:hover{
	color: #fff;
	background: #1cbbed;
	border-bottom: 0;
	height: 100%}
.nav-wide .nav .menu-responsive{
	display: none;
	width: 100%;
	height: 100%;
	padding: 24px;
	float: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 10;}
.nav-wide .nav .menu-responsive ul{
	height: 100%;}
.nav-wide .nav .menu-responsive ul > li{
	display: block;
	width: 100%;
	margin-bottom: var(--menu-item-shift-y);
	overflow: hidden;}
.nav-wide .nav .menu-responsive ul > li.book_a_call{
	position: absolute;
	bottom: 24px;
	left: calc(50% - 64px);}
.nav-wide .nav .menu-responsive ul > li.book_a_call a{
	display: inline-block;
	padding: 8px 28px;
	color: #1cbbed;}
@media only screen and (max-width: 1150px){
	.nav-wide .nav .menu-responsive ul > li.book_a_call a{
		color: #fff;}}
.nav-wide .nav .menu-responsive ul > li .drop a .arrow{
	inline-size: 18px;
	block-size: 8px;
	float: right;
	background: url('/wp-content/themes/devcom/assets/css/../images/arrow-big.svg') no-repeat 50% 50%;
	position: relative;
	inset-block-start: 4px;}
.nav-wide .nav .menu-responsive ul > li .drop-menu{
	position: static;
	inline-size: 100%;
	margin-inline-start: var(--menu-item-shift-x);
	padding-inline-end: var(--menu-item-shift-x);}
.nav-wide .nav .menu-responsive ul > li .drop-menu ul{
	border: 0;}
.nav-wide .nav .menu-responsive ul > li .drop-menu ul > li.book_a_call{
	position: static;}
.nav-wide .nav .menu-responsive ul > li .drop-menu ul > li a{
	display: block;
	padding: 0;
	color: #1cbbed;}
.nav-wide .nav .menu-responsive ul > li .drop-menu ul > li a:hover{
	background: #fff;
	color: #1cbbed;
	text-decoration: underline;}
/* Nav scrolled add-on */
.nav-scrolled{
	background: #1cbbed;
	height: 53px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);}
@media only screen and (max-width: 500px){
 }
.nav-scrolled .nav{
	padding: 5px 0 0;}
@media only screen and (max-width: 1150px){
	.nav-scrolled .nav{
		padding: 10px 20px 0;}
	.nav-scrolled .nav .logo{
		position: relative;
		top: -5px;}}
.nav-scrolled .nav .main-menu ul > li.contact-us a{
	background: #fff;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all, 0.4s, ease;
	-moz-transition: all, 0.4s, ease;
	-o-transition: all, 0.4s, ease;
	transition: all, 0.4s, ease;
	transition-duration: 0.4s;
	color: #1cbbed;}
.nav-scrolled .nav .main-menu ul > li.contact-us a:hover{
	background: #fff;
	color: #1cbbed;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);}
	/*.nav-scrolled .nav .main-menu ul > li a{*/
	/*  color: #fff;}*/
.nav-scrolled .nav .main-menu ul > li .drop .arrow{
	background: url('/wp-content/themes/devcom/assets/css/../images/arrow-white.svg') no-repeat 50% 50%;}
.main-menu ul li ul .ancestor span.arrow{
	position: absolute;
	background: url('/wp-content/themes/devcom/assets/css/../images/arrow-blue-up.svg') no-repeat 50% 50%;
	inline-size: 10px;
	block-size: 100%;
	inset-inline-end: 10px;
	inset-block-start: 0;}
.main-menu ul li ul .ancestor.active span.arrow {
	transform: rotate(0deg);
	background: url('/wp-content/themes/devcom/assets/css/../images/arrow-blue-right.svg') no-repeat 50% 50%}
.main-menu ul li ul .ancestor.active:hover span.arrow {
	transform: rotate(0deg);
	background: url('/wp-content/themes/devcom/assets/css/../images/arrow-white-right.svg') no-repeat 50% 50%}
.nav-wide .nav .main-menu ul > li .sub-menu{
	display: none;
	position: absolute;
	inset-inline-start: 100%;
	inset-block-start: 0;}
.nav-wide .nav .main-menu .drop-menu > ul .sub-menu {
	box-sizing: border-box;
	inline-size: var(--menu-item-width);}
@media only screen and (max-width: 1150px){
	
.nav-wide .nav .main-menu ul > li .drop .arrow {
    background: url('/wp-content/themes/devcom/assets/css/../images/arrow-big.svg') no-repeat 50% 50%;
	display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    margin-left: 10px;
	right: 0;
	 transform: rotate(180deg);
}
.nav-wide .nav .main-menu ul > li.acctive .drop .arrow {
    transform: rotate(0deg);
}
	.nav-wide .nav .main-menu ul > li .drop-menu ul>li.menu-item-has-children>a>span.arrow {
		inline-size: 18px;
		block-size: 8px;
		background: url('/wp-content/themes/devcom/assets/css/../images/arrow-big.svg') no-repeat 50% 50%;
		inset-block-start: 4px;
		inset-inline-end: 0px;}
	.nav-wide .nav .main-menu ul > li .drop-menu ul>li.menu-item-has-children>a.active>span.arrow {
		background: url('/wp-content/themes/devcom/assets/css/../images/arrow-big-down.svg') no-repeat 50% 50%;
		inset-block-start: 4px;
		inset-inline-end: 0px;}
	.nav-wide .nav .main-menu ul > li .drop-menu ul li.menu-item-has-children a.active:hover span.arrow {
		background: url('/wp-content/themes/devcom/assets/css/../images/arrow-big-down.svg') no-repeat 50% 50%;}
	.nav-wide .nav .main-menu ul > li .sub-menu{
		display: none;
		position: static;
		inline-size: 100%;
		margin-inline-start: var(--menu-item-shift-x);
		margin-block-start: var(--menu-item-shift-y);
		overflow: hidden;}
	.nav-wide .nav .main-menu .drop-menu > ul .sub-menu{
		inline-size: calc(100% - var(--menu-item-shift-x));
	}
li.ancestor{
    position: relative;
}
.main-menu ul li ul .ancestor span.arrow {
	background: url('/wp-content/themes/devcom/assets/css/../images/arrow-big.svg');
    height: 16px;
    width: 100%;
    left: 0;
    top: 0;
    background-position: right center;
	background-repeat: no-repeat;
	z-index: 9;
}
.main-menu ul li ul .ancestor.active span.arrow,
.main-menu ul li ul .ancestor.active:hover span.arrow {
    transform: rotate(0deg);
    width: 16px;
    left: auto;
    right: 0;
}

	}
/* Header */
.header{
    height: 450px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	background-color: black;
	    padding-left: 20px;
    padding-right: 20px;}
 
.header-video.header{
height: 640px;
    display: block;
}
@media only screen and (max-width: 992px){
	.header{
		width: 100%;
	height: 400px;}
	.header-video.header{
height: 440px;
    display: block;
}
.header-video .vid-desc {
  
    margin: 29px 0 0px 0px;
}
}
.header .slogan-main{
    width: 100%;
    margin: 0 auto 0px;
    padding-top: 0;
    text-align: center;
    max-width: 1024px;	
	}
	
 	

@media only screen and (max-width: 992px){
	.header .slogan-main{
		padding-top: 0px;}}
@media only screen and (max-width: 768px){
	.header .slogan-main{
		width: 100%;
		margin-bottom: 10px;
		padding: 0px 0px 0;
		visibility: visible;}}
@media only screen and (max-width: 500px){
	.header .slogan-main{
		padding: 0px 5px 0;}}
.header .slogan-main p{
	margin-bottom: 6px;
	text-align: center;
	font-size: 42px;
	font-weight: 500;
	color: #fff;
	font-weight: bold;}
.header .slogan-main h1{
	margin-bottom: 10px;
	text-align: center;
	font-size: 42px;
	font-weight: 500;
	color: #fff;
	font-weight: bold;
	width: 100%;
	}
@media only screen and (max-width: 500px){
	.header .slogan-main p{
		font-size: 32px;}
	.header .slogan-main h1{
		font-size: 32px;}}
.header .big-projects-slogan p{
	font-size: 52px;}
.header .slogan-bottom{
    width: 100%;
    margin: 0;}
.header .slogan-bottom a{
	color: #fff;}
.header .slogan-bottom a:hover{
	text-decoration: underline;}
@media only screen and (max-width: 768px){
	.header .slogan-bottom{
	 }}
.header .slogan-bottom p{
     font-family: "PT Sans";
	font-size: 16px;
	text-align: center;
	color: #fff;
	    max-width: 100%;
    width: 100%;
    margin: 0 auto;
	}
.header .slogan-bottom-dynamic p{
	line-height: 38px;}
.header .header-buttons{
	width: 400px;
	margin: 85px auto 0;
	text-align: center;}
@media only screen and (max-width: 992px){
	.header .header-buttons{
		margin-top: 55px;}}
@media only screen and (max-width: 500px){
	.header .header-buttons{
		width: 128px;
		margin: 25px auto 0;}}
.header .header-buttons a{
	display: inline-block;
	vertical-align: top;
	padding: 7px 24.5px 8px 25.5px;
	font-size: 16px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;}
.header .header-buttons a:first-child{
	background: #1cbbed;
	color: #fff;
	margin-right: 64px;}
.header .header-buttons a:first-child:hover{
	background: #1ca2d3;}
.header .header-buttons a:last-child{
	background: #fff;
	color: #1cbbed;}
.header .header-buttons a:last-child:hover{
	background: #bff8ff;}
@media only screen and (max-width: 500px){
	.header .header-buttons a{
		display: block;
		width: 100%;
		padding: 7px 0 8px;}
	.header .header-buttons a:first-child{
		margin: 0 0 24px 0;}}
@media only screen and (max-width: 782px){
	.scroll-down{
		top: 418px !important;
		right: 46% !important;}}
.scroll-down{
	position:absolute;
	right: 49%;
	cursor: pointer;}
.scroll-down .chevron-down{
	width: 35px;
	-webkit-transition: all 0.3s ease;;
	-moz-transition: all 0.3s ease;;
	-o-transition: all 0.3s ease;;
	transition: all 0.3s ease;}
.scroll-down .chevron-down:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);}
@media only screen and (max-height: 768px) and (min-width: 1024px){
	.header{
	}
		
 

		}
/* Header services */
.header-services{
	/*background: url('/wp-content/themes/devcom/assets/css/../images/img-back-services@2x.jpg') no-repeat 50% 50%/cover;*/}
@media only screen and (max-width: 768px){
	.header-services .slogan-main{
		padding-top: 10px;}}
.header-services .slogan-bottom{
	    width: 100%;
    max-width: 1024px;
    padding-left: 20px;
    padding-right: 20px;
	font-family: "PT Sans";

	}
.header-services .header-buttons a:last-child{
	margin-right: 0;}
/* Video Header*/
.header-video .header-left{
	float: left;
	width: 42%;
	text-align: right;
	margin: 110px auto 0;}
.header-video .header-left .logo img{
	width: 220px;}
.header-video .header-right{
	float: right;
	text-align: left;
	width: 54%;}
.header-video .header-right .slogan-bottom{
	margin: 0;
	width: auto;
}
.header-video .header-right .slogan-bottom p{
	text-align: left !important;
	margin-bottom: 0;
	margin: 0;}
.header-video .header-right .slogan-main{
	margin: 0 0 20px 0;
	width: auto;
	padding-top: 180px;}
.header-video .header-right .slogan-main h1{
	text-align: left !important;}
.header-video .vid-desc{
	color: #fff;
	margin: 50px 0;}
.header-video .watch-vid{
	position: relative;
	top: -110px;
	left: 310px;
	width: 80px;}
	
.page-template-page-home-v2 .header-video .watch-vid{
left: 310px;
}
	
	
.header-video .watch-vid .vid-img{
	width: 80px;
	height: 80px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;;
	-moz-transition: all 0.3s ease;;
	-o-transition: all 0.3s ease;;
	transition: all 0.3s ease;}
.header-video .watch-vid .vid-img:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);}
.video-popup{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	text-align: center;}
.video-popup .popup-bg{
	position: absolute;
	background-color: rgba(0,0,0,.8);
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;}
.video-popup .popup-content{
	z-index: 1;
	position: relative;
	margin: auto;
	top: 20%;
	width:1024px;
	height:576px;}
iframe{
	width:1024px;
	height:576px;}
.video-popup .popup-close{
	background: url('/wp-content/themes/devcom/assets/css/../images/cross-out.svg') no-repeat 100% 100% / cover;;
	width: 35px;
	height: 35px;
	position: fixed;
	z-index: 1;
	top: 20px;
	right: 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;;
	-moz-transition: all 0.3s ease;;
	-o-transition: all 0.3s ease;;
	transition: all 0.3s ease;}
.video-popup .popup-close:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);}
.header-video .bottom-container{
	width: 300px;
	margin: 0 auto;}
.header-video .bottom-container .watch-vid{
	left: 230px;}
@media only screen and (max-width: 1025px){
	iframe{
		width:920px;
		height:480px;}
	.video-popup .popup-content{
		width:920px;
		height:480px;}
	.header-video .header-left{
		width: 35%;}
	.header-video .header-right{
		width: 60%;}
	.header-video .header-right .slogan-main h1{
		padding: 0;}}
@media only screen and (max-width: 992px){
	iframe{
		width:720px;
		height:480px;}
	.video-popup .popup-content{
		width:720px;
		height:480px;}
	.header-video .header-right .slogan-main{
		padding: 125px 0 0;}
	.header-video .header-left{
		margin: 40px auto 0;}
	.header-video .header-left .logo img{
		width: 75%;}}
@media only screen and (max-width: 500px){
	iframe{
		width:100%;
		height:320px;}
	.video-popup .popup-content{
		width:100%;
		height:320px;}
	.header-video .header-left{
		float: none;
		width:100%;
		margin: 10px 0 0 0;}
	.header-video .header-left .logo{
		margin:0 auto;
		width: 25%;}
	.header-video .header-left .logo img{
		width: 100%;}
	.header-video .header-right{
		float: none;
		width: 100%;}
	.header-video .header-right .slogan-main{
		padding: 20px 0 0 0 !important;}
	.header-video .header-right .slogan-main h1{
		text-align: center !important;}
	.header-video .header-right .vid-desc{
		text-align: center;
		margin: 0;}
	.header-video .header-right .watch-vid{
		position: inherit;
		margin: 25px auto 0 ;}
	.header-video .header-right .vid-desc{
		text-align: center;
		margin: 0;
		margin-top: 15px;
		margin-right: 26px;}
	.header-video .header-right .watch-vid{
		position: inherit;
		margin: 0px 0 0 0;}
	.home-page .bottom-header{
		display: flex;
		justify-content: center;}}
/* Header projects */
.header-projects{
background: url('/wp-content/themes/devcom/assets/css/../images/img-back-projects@2x.jpg.webp') no-repeat 50% 50%/cover;}
@media only screen and (max-width: 768px){
	.header-projects .slogan-main{
		padding-top: 160px;}}
.header-projects .slogan-bottom{
	width: 1024px;}
.header-projects .header-buttons a:last-child{
	margin-right: 0;}
/* Header blog */
.tech-blog-page-main .header-blog{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/wp-content/themes/devcom/assets/css/../images/blog.jpg.webp') no-repeat 50% 50%/cover;}
.news-page-main .header-blog{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/wp-content/themes/devcom/assets/css/../images/news.jpg.webp') no-repeat 50% 50%/cover;}
.header-blog{
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/wp-content/themes/devcom/assets/css/../images/img-back-blog@2x.jpg.webp') no-repeat 50% 50%/cover;}
@media only screen and (max-width: 768px){
	.header-blog .slogan-main{
	padding-top: 10px;}
	}
.header-blog .slogan-bottom{
	width: 1024px;}
.header-blog .header-buttons a:last-child{
	margin-right: 0;
	font-size: 16px;}
 
@media only screen and (max-width: 1150px){
	.header-contacts{
		border-bottom: 1px solid #5fd9ff;}}
@media only screen and (max-width: 768px){
	.header-contacts{
		background: url('/wp-content/themes/devcom/assets/css/../images/img-back-contactus@2x.jpg.webp') no-repeat 50% 0/cover;}}
.header-contacts .slogan-main{
	  }
.main-contacts .wrapper-form{
	position: relative;
	top: 20px;
	margin: 0 auto;
	padding: 24px;
	width: 600px;
	height: 510px;
	border-radius: 15px;
	background: #f8f8f8;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;}
@media only screen and (max-width: 1150px){
	.main-contacts .wrapper-form{
		width: 100%;
		background: transparent;
		height: 300px;
		position: static;
		padding: 75px 0 0 0;}}
.main-contacts .wrapper-form .heading{
	font-size: 36px;
	font-weight: 500;
	color: #4e4e4e;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 24px;}
@media only screen and (max-width: 1150px){
	.main-contacts .wrapper-form .heading{
		color: #fff;
		text-transform: none;}}
.main-contacts .wrapper-form .data-wrapper{
	overflow: hidden;}
.main-contacts .wrapper-form .data-wrapper .data-manager{
	float: right;
	width: 202px;
	height: 280px;
	color: #4e4e4e;
	text-align: center;
	margin-right: 25px;}
@media only screen and (max-width: 1150px){
	.main-contacts .wrapper-form .data-wrapper .data-manager{
		float: none;
		width: 100%;
		color: #fff;
		text-align: center;
		margin-right: 0;}}
.main-contacts .wrapper-form .data-wrapper .data-manager > .photo{
	display: inline-block;
	width: 160px;
	height: 160px;
	background: url('/wp-content/themes/devcom/assets/css/../images/igork.jpg.webp') no-repeat 50% 0/contain;
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px;
	-khtml-border-radius: 90px;
	-o-border-radius: 90px;
	-ms-border-radius: 90px;
	border-radius: 90px;}
.main-contacts .wrapper-form .data-wrapper .data-manager .name{
	margin-top: 24px;
	font-size: 20px;}
.main-contacts .wrapper-form .data-wrapper .data-manager .position{
	margin-top: 8px;
	font-size: 14px;}
.main-contacts .wrapper-form .data-wrapper .data-form{
	float: left;
	width: 540px;
	height: 510px;}
@media only screen and (max-width: 1150px){
	.main-contacts .wrapper-form .data-wrapper .data-form{
		float: none;
		width: 100%;
		height: auto;
		padding: 24px;
		text-align: center;
		background: #1cbbed;}}
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .required-fields,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .required-fields{
	margin: 3px 0 0 0;
	font-size: 10px;
	color: #6d6e70;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group{
	display: block;
	position: relative;
	margin-bottom: 24px;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group label,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group label{
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 8px;
	font-size: 10px;
	color: #6d6e70;}
@media only screen and (max-width: 1150px){
	.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group label,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group label{
		color: #fff;}}
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group input[type="text"],
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group input[type="email"],
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group textarea,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group input[type="text"],
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group input[type="email"],
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group textarea{
	width: 100%;
	height: 43px;
	padding: 20px 8px 2px;
	background: #fff;
	font-size: 12px;
	border: 1px solid #d7d7d7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group input[type="text"]::-webkit-input-placeholder,
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group input[type="email"]::-webkit-input-placeholder,
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group textarea::-webkit-input-placeholder,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group input[type="text"]::-webkit-input-placeholder,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group input[type="email"]::-webkit-input-placeholder,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group textarea::-webkit-input-placeholder{
	color: #bcbcbc;
	font-size: 12px;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group input[type="text"]:-moz-placeholder,
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group input[type="email"]:-moz-placeholder,
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group textarea:-moz-placeholder,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group input[type="text"]:-moz-placeholder,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group input[type="email"]:-moz-placeholder,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group textarea:-moz-placeholder{
	color: #bcbcbc;
	font-size: 12px;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group input[type="text"]::-moz-placeholder,
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group input[type="email"]::-moz-placeholder,
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group textarea::-moz-placeholder,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group input[type="text"]::-moz-placeholder,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group input[type="email"]::-moz-placeholder,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group textarea::-moz-placeholder{
	color: #bcbcbc;
	font-size: 12px;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group input[type="text"]:-ms-input-placeholder,
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group input[type="email"]:-ms-input-placeholder,
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group textarea:-ms-input-placeholder,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group input[type="text"]:-ms-input-placeholder,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group input[type="email"]:-ms-input-placeholder,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group textarea:-ms-input-placeholder{
	color: #bcbcbc;
	font-size: 12px;}
@media only screen and (max-width: 1150px){
	.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group input[type="text"],
	.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group input[type="email"],
	.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group textarea,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group input[type="text"],
	.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group input[type="email"],
	.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group textarea{
		background: #5fd9ff;
		border: 0;}
	.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group input[type="text"]::-webkit-input-placeholder,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group input[type="email"]::-webkit-input-placeholder,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group textarea::-webkit-input-placeholder,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group input[type="text"]::-webkit-input-placeholder,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group input[type="email"]::-webkit-input-placeholder,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group textarea::-webkit-input-placeholder{
		color: #1ca2d3;
		font-size: 12px;}
	.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group input[type="text"]:-moz-placeholder,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group input[type="email"]:-moz-placeholder,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group textarea:-moz-placeholder,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group input[type="text"]:-moz-placeholder,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group input[type="email"]:-moz-placeholder,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group textarea:-moz-placeholder{
		color: #1ca2d3;
		font-size: 12px;}
	.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group input[type="text"]::-moz-placeholder,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group input[type="email"]::-moz-placeholder,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group textarea::-moz-placeholder,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group input[type="text"]::-moz-placeholder,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group input[type="email"]::-moz-placeholder,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group textarea::-moz-placeholder{
		color: #1ca2d3;
		font-size: 12px;}
	.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group input[type="text"]:-ms-input-placeholder,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group input[type="email"]:-ms-input-placeholder,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group textarea:-ms-input-placeholder,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group input[type="text"]:-ms-input-placeholder,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group input[type="email"]:-ms-input-placeholder,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group textarea:-ms-input-placeholder{
		color: #1ca2d3;
		font-size: 12px;}}
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group textarea,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group textarea{
	height: 176px;
	resize: none;
	padding-top: 23px;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group-phone,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group-phone{
	display: block;
	position: relative;
	margin-bottom: 24px;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group-phone .intl-tel-input .flag-container,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group-phone .intl-tel-input .flag-container{
	position: static;
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	width: 68px;
	height: 43px;
	background: #fff;
	border: 1px solid #d7d7d7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;}
@media only screen and (max-width: 1150px){
	.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group-phone .intl-tel-input .flag-container,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group-phone .intl-tel-input .flag-container{
		background: #5fd9ff;
		border: 0;}}
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group-phone .intl-tel-input .flag-container .selected-flag,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group-phone .intl-tel-input .flag-container .selected-flag{
	width: 100%;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group-phone .intl-tel-input input[type="text"],
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group-phone .intl-tel-input input[type="text"]{
	display: inline-block;
	vertical-align: top;
	width: 180px;
	height: 43px;
	padding: 20px 8px 2px;
	background: #fff;
	font-size: 12px;
	border: 1px solid #d7d7d7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group-phone .intl-tel-input input[type="text"]::-webkit-input-placeholder,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group-phone .intl-tel-input input[type="text"]::-webkit-input-placeholder{
	color: #bcbcbc;
	font-size: 12px;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group-phone .intl-tel-input input[type="text"]:-moz-placeholder,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group-phone .intl-tel-input input[type="text"]:-moz-placeholder{
	color: #bcbcbc;
	font-size: 12px;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group-phone .intl-tel-input input[type="text"]::-moz-placeholder,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group-phone .intl-tel-input input[type="text"]::-moz-placeholder{
	color: #bcbcbc;
	font-size: 12px;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group-phone .intl-tel-input input[type="text"]:-ms-input-placeholder,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group-phone .intl-tel-input input[type="text"]:-ms-input-placeholder{
	color: #bcbcbc;
	font-size: 12px;}
@media only screen and (max-width: 1150px){
	.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group-phone .intl-tel-input input[type="text"],
	.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group-phone .intl-tel-input input[type="text"]{
		background: #5fd9ff;
		border: 0;}
	.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group-phone .intl-tel-input input[type="text"]::-webkit-input-placeholder,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group-phone .intl-tel-input input[type="text"]::-webkit-input-placeholder{
		color: #1ca2d3;
		font-size: 12px;}
	.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group-phone .intl-tel-input input[type="text"]:-moz-placeholder,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group-phone .intl-tel-input input[type="text"]:-moz-placeholder{
		color: #1ca2d3;
		font-size: 12px;}
	.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group-phone .intl-tel-input input[type="text"]::-moz-placeholder,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group-phone .intl-tel-input input[type="text"]::-moz-placeholder{
		color: #1ca2d3;
		font-size: 12px;}
	.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group-phone .intl-tel-input input[type="text"]:-ms-input-placeholder,
	.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group-phone .intl-tel-input input[type="text"]:-ms-input-placeholder{
		color: #1ca2d3;
		font-size: 12px;}}
.main-contacts .wrapper-form .data-wrapper .data-form .form-left .input-group-phone label,
.main-contacts .wrapper-form .data-wrapper .data-form .form-right .input-group-phone label{
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 84px;
	font-size: 10px;
	color: #6d6e70;
	z-index: 1;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-left{
	display: inline-block;
	vertical-align: top;
	width: 256px;
	margin-right: 24px;}
@media only screen and (max-width: 1150px){
	.main-contacts .wrapper-form .data-wrapper .data-form .form-left{
		display: block;
		width: 260px;
		margin: 0 auto 24px;}}
.main-contacts .wrapper-form .data-wrapper .data-form .form-right{
	display: inline-block;
	vertical-align: top;
	width: 256px;}
@media only screen and (max-width: 1150px){
	.main-contacts .wrapper-form .data-wrapper .data-form .form-right{
		display: block;
		width: 260px;
		margin: 0 auto 24px;}}
.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom{
	display: block;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom .input-upload{
	display: block;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom .input-upload .icon{
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom .input-upload .icon label{
	display: block;
	width: inherit;
	height: inherit;
	background: url('/wp-content/themes/devcom/assets/css/../images/btn-upload-grey.svg') no-repeat 50% 50%/contain;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom .input-upload .icon label:hover{
	opacity: 0.7;
	cursor: pointer;}
@media only screen and (max-width: 1150px){
	.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom .input-upload .icon label{
		background: url('/wp-content/themes/devcom/assets/css/../images/btn-upload.svg') no-repeat 50% 50%/contain;}}
.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom .input-upload .icon input[type="file"]{
	display: none;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom .input-upload .desc{
	display: inline-block;
	vertical-align: middle;
	width: 205px;
	overflow: hidden;
	margin-left: 8px;
	font-size: 14px;
	color: #4e4e4e;}
@media only screen and (max-width: 1150px){
	.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom .input-upload .desc{
		color: #fff;}}
.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom .input-upload .desc .file-name{
	position: relative;
	top: 6px;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom .input-upload .desc .file-name-incorrect{
	top: 0;
	color: red;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom .input-upload .desc #file-remove{
	float: right;
	width: 32px;
	height: 32px;
	background: url('data:image/webp;base64,UklGRlABAABXRUJQVlA4TEQBAAAvH8AHEAehoG0bKR2T8Se4e0ODYSRJiQYJg/zTcokA3n/nn1EkW43miAL8m0EDKMhx895eAFStBoS3gCDwAsLKUPDCRKzJcPv/Az6ABwhDEYFTvDEm+BGvoWDEcCWx0PRsBwEOY9tqItwMGMjR1H+Z+vn6t4KI/itw20ZJd8z4CIZon0sKxoRU5p3d0JqdQuTyesVQtbqQrgOeG9UNxRVh8+qW/NLGWzdKfkhOrcHo0JZO3U8cenZjWwgaVNUgHwroJ1WjeubpFsHbAZBxVsYymAE/9H5xjgwAizLb4XGIz1ug+rwFPKB9viq9nsVcqJREJQWcvj/zcYLBEeLMxzFkbKASEpVUqJSZyrw7WkduZ5l2LpmxVVPQK3Iv5RfnKeG9xO712D04om83wXuNvotJCkRyhO+C/K7I75L8rv/1L5D/FQY=') no-repeat;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom .input-upload .desc #file-remove:hover{
	opacity: 0.8;
	cursor: pointer;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom .input-accept{
	margin-top: 24px;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom .input-accept .check{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom .input-accept .check label{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid #bcbcbc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom .input-accept .check label:hover{
	cursor: pointer;
	opacity: 0.7;}
	input[name="policy"]:checked ~ .wpcf7-list-item-label #form-check-label:after,
.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom .input-accept .check .check-show:after{
	position: absolute;
	content: " ";
	top: 1px;
	left: 5px;
	width: 3px;
	height: 9px;
	border: solid #1cbbed;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);}
.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom .input-accept .check input{
	display: none;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom .input-accept .desc{
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	font-size: 14px;
	line-height: 20px;
	color: #4e4e4e;}
@media only screen and (max-width: 1150px){
	.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom .input-accept .desc{
		color: #fff;}}
.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom .input-accept .desc .check-label-right:hover{
	cursor: pointer;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom .input-accept .desc a{
	color: #4e4e4e;
	font-weight: 500;}
@media only screen and (max-width: 1150px){
	.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom .input-accept .desc a{
		color: #fff;}}
.main-contacts .wrapper-form .data-wrapper .data-form .form-bottom .input-accept .desc a:hover{
	text-decoration: underline;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-actions .input-send{
	margin-top: 22px;}
@media only screen and (max-width: 1150px){
	.main-contacts .wrapper-form .data-wrapper .data-form .form-actions .input-send{
		text-align: center;}}
.main-contacts .wrapper-form .data-wrapper .data-form .form-actions .input-send input[type="submit"]{
	display: inline-block;
	width: 128px;
	height: 32px;
	padding: 7px 0 8px;
	background: #1cbbed;
	color: #fff;
	text-align: center;
	border: 0;
	box-shadow: 0 2px 4px 0 rgba(138, 138, 138, 0.5);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all, 0.4s, ease;
	-moz-transition: all, 0.4s, ease;
	-o-transition: all, 0.4s, ease;
	transition: all, 0.4s, ease;
	transition-duration: 0.4s;}
.main-contacts .wrapper-form .data-wrapper .data-form .form-actions .input-send input[type="submit"]:hover{
	box-shadow: 0 2px 4px 0 rgba(138, 138, 138, 0.9);
	cursor: pointer;}
@media only screen and (max-width: 1150px){
	.main-contacts .wrapper-form .data-wrapper .data-form .form-actions .input-send input[type="submit"]{
		margin: 0;
		background: #fff;
		color: #1cbbed;}}
/* Speedbar */
.speedbar{
	height: 50px;}
@media only screen and (max-width: 992px){
	.speedbar{
		height: auto;}}
.speedbar .speedbar-center{
	width: 1024px;
	margin: 0 auto;
	padding: 15px 0;
	color: #4e4e4e;
	font-size: 14px;}
@media only screen and (max-width: 992px){
	.speedbar .speedbar-center{
		width: 100%;
		padding: 24px;}}
@media only screen and (max-width: 500px){
	.speedbar .speedbar-center{
		text-align: center;}}
.speedbar .speedbar-center span,
.speedbar .speedbar-center a{
	padding: 0 5px;}
.speedbar .speedbar-center a span{
	padding: 0 0px;  
}
.speedbar .speedbar-center span:first-child,
.speedbar .speedbar-center a:first-child{
	padding-left: 0;}
.speedbar .speedbar-center span:last-child span{
	color: #1cbbed;}
.speedbar .speedbar-center a{
	display: inline-block;
	vertical-align: top;
	color: #4e4e4e;}
.speedbar .speedbar-center a:hover{
	text-decoration: underline;}
.speedbar .speedbar-default-width{
width: 100%;
    padding-left: 35px;
    padding-right: 35px;
	}
@media only screen and (max-width: 1150px){
	.speedbar .speedbar-center{
		padding-left: 34px;}
	.speedbar .speedbar-default-width{
		width: 100%;}}
.speedbar-first{
	margin-top: 35px;}
@media only screen and (max-width: 1150px){
	.speedbar-contacts{
		display: none;}}
.speedbar-contacts .speedbar-center{
	width: 100%;
	padding-left: 20px;}
/* Front slider */
.header-front{
	position: relative;}
.header-front .slogan-main{
	position: absolute;
	top: 295px;
	left: calc(50% - 325px);
	padding-top: 0;}
@media only screen and (max-width: 992px){
	.header-front .slogan-main{
		top: 100px;}}
@media only screen and (max-width: 500px){
	.header-front .slogan-main{
		width: 100%;
		left: auto;
		text-align: center;}
		.header-front .slogan-main p{
		font-size: 26px;}}
.header-front .slogan-bottom{
	position: absolute;
	top: 420px;
	left: calc(50% - 302px);}
@media only screen and (max-width: 992px){
	.header-front .slogan-bottom{
		top: 220px;}}
.header-front .header-buttons{
	position: absolute;
	top: 505px;
	left: calc(50% - 200px);}
@media only screen and (max-width: 992px){
	.header-front .header-buttons{
		top: 260px;}}
@media only screen and (max-width: 768px){
	.header-front .header-buttons{
		top: 210px;}}
@media only screen and (max-width: 500px){
	.header-front .header-buttons{
		width: 100%;
		left: auto;
		text-align: center;}
	.header-front .header-buttons a{
		display: block;
		width: 200px;
		margin: 0 auto 15px;}
	.header-front .header-buttons a:first-child{
			margin: 0 auto 15px auto;}}
.header-front #front-header-slider{
	width: 100%;
	height: 746px;}
@media only screen and (max-width: 992px){
	.header-front #front-header-slider{
		height: 440px;}}
.header-front #front-header-slider .slide{
	height: 746px;}
@media only screen and (max-width: 992px){
	.header-front #front-header-slider .slide{
		height: 440px;}}
.header-front #front-header-slider .front-slide-1{
	background: url('/wp-content/themes/devcom/assets/css/../images/front-1.jpg.webp') no-repeat 50% 50%/cover;}
.header-front #front-header-slider .front-slide-2{
	background: url('/wp-content/themes/devcom/assets/css/../images/front-2.jpg.webp') no-repeat 50% 50%/cover;}
.header-front #front-header-slider .front-slide-3{
	background: url('/wp-content/themes/devcom/assets/css/../images/front-3.jpg.webp') no-repeat 50% 50%/cover;}
.header-front #front-header-slider .front-slide-4{
	background: url('/wp-content/themes/devcom/assets/css/../images/front-4.jpg.webp') no-repeat 50% 50%/cover;}
.header-front #front-header-slider .front-slide-5{
	background: url('/wp-content/themes/devcom/assets/css/../images/front-5.jpg.webp') no-repeat 50% 50%/cover;}
.header-front #front-header-slider .front-slide-6{
	background: url('/wp-content/themes/devcom/assets/css/../images/front-6.jpg.webp') no-repeat 50% 50%/cover;}
.header-front #front-header-slider .owl-controls{
	width: 100%;
	position: absolute;
	bottom: 30px;}
/* Contacts & map */
.contacts-map{
	width:600px;
	height:510px;
	margin: 0 auto;
	font-size: 0;}
@media only screen and (max-width: 1150px){
	.contacts-map{
		width: 100%;}}
.contacts-map > .contacts{
	display: block;
	vertical-align: top;
	width: 100%;
	padding: 30px 0 0 0;    
	font-size: 14px;
	color: #4e4e4e;
	text-align: left;}
@media only screen and (max-width: 1150px){
	.contacts-map > .contacts{
		width: 100%;}}
.contacts-map > .contacts .cols-offices-contacts{     
	margin-top: 30px;}
@media only screen and (max-width: 1150px){
	.contacts-map > .contacts .cols-offices-contacts{
		padding-top: 10px;}}
@media only screen and (max-width: 992px){
	.contacts-map > .contacts .cols-offices-contacts{
		display: block;
		margin: 0;
		text-align: center;
		border-top: 1px solid #fff;}}
@media only screen and (max-width: 768px){
	.contacts-map > .contacts .cols-offices-contacts .owl-controls{
		margin-top: 30px;}
	.contacts-map > .contacts .cols-offices-contacts .owl-controls .owl-pagination > .active{
		background: #bff8ff;}}
@media only screen and (max-width: 500px){
	.contacts-map > .contacts .cols-offices-contacts{
		padding: 24px 0;}}
.contacts-map > .contacts .cols-offices-contacts .cols-office{       
	vertical-align: top;
	width: 167px;
	height: 290px;}
.contacts-map > .contacts .cols-offices-contacts .cols-office:last-child{
	margin-left: 43px;}
@media only screen and (max-width: 1150px){
	.contacts-map > .contacts .cols-offices-contacts .cols-office:last-child{
		margin-left: 0;}}
.contacts-map > .contacts .cols-offices-contacts .cols-office h3{
	font-size: 20px;
	font-weight: 500;}
.contacts-map > .contacts .cols-offices-contacts .cols-office .address{
	display: block;
	margin-top: 8px;
	font-size: 14px;
	line-height: 20px;}
.contacts-map > .contacts .cols-offices-contacts .cols-office .address p{
	margin-bottom: 0;}
.contacts-map > .contacts .cols-offices-contacts .cols-office .contact-data{
	margin-top: 24px;}
.contacts-map > .contacts .cols-offices-contacts .cols-office .contact-data .title{
	display: block;
	font-size: 14px;
	line-height: 20px;}
.contacts-map > .contacts .cols-offices-contacts .cols-office .contact-data .title .icon{
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	margin-right: 4px;}
.contacts-map > .contacts .cols-offices-contacts .cols-office .contact-data .title .icon-email{
	background: url('/wp-content/themes/devcom/assets/css/../images/icon-email.svg') no-repeat 50% 50%/contain;}
.contacts-map > .contacts .cols-offices-contacts .cols-office .contact-data .title .icon-skype{
	background: url('/wp-content/themes/devcom/assets/css/../images/icon-skype.svg') no-repeat 50% 50%/contain;}
.contacts-map > .contacts .cols-offices-contacts .cols-office .contact-data a{
	display: inline-block;
	font-size: 14px;
	text-decoration: underline;}
.contacts-map > .contacts .cols-offices-contacts .cols-office .contact-data a:hover{
	text-decoration: none;}
.contacts-map > .contacts .cols-offices-contacts .owl-controls{
	margin-top: 32px;}
.contacts-map > .contacts .cols-offices-contacts .owl-controls .active{
	background: #6d6e70;}
.contacts-map > .map{
	display: inline-block;
	vertical-align: top;
	width: 713px;
	height: 448px;}
@media only screen and (max-width: 1150px){
	.contacts-map > .map{
		width: 100%;}}
@media only screen and (max-width: 500px){
	.contacts-map > .map{
		height: auto;}}
.contacts-map > .map .location-map{
	display: block;
	width: 100%;
	height: 100%;}
@media only screen and (max-width: 500px){
	.contacts-map > .map .location-map img{
		width: 100%;
		height: auto;}}
/* Tech blog */
.tech-blog-wrap{
	display: block;
	width: 1024px;
	margin: 0 auto;}
@media only screen and (max-width: 1150px){
	.tech-blog-wrap{
		width: 100%;}}
.tech-blog-wrap a{
	color: #1cbbed;
	text-decoration: underline !important;}
	
.tech-blog-wrap a.book-a-call-btn{
    display: block;
    text-align: center;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    border: 1px solid #1cbbed;
    padding: 5px 10px;
    border-radius: 30px;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 400;
		background: #1cbbed;
    color: #fff;
}

.tech-blog-wrap a.book-a-call-btn:hover{
	background: #1cbbed;
    color: #fff;
}

.tech-blog-wrap a:hover{
	text-decoration: dashed !important;}
.tech-blog-wrap a .published{
	display: none;}
.tech-blog-wrap .entry-content{
	padding: 40px 0 24px;
	font-size: 16px;
	    text-align: justify;
	color: #4e4e4e;}
.tech-blog-wrap .entry-content p{
margin-bottom: 18px;
	    text-align: justify;}
.tech-blog-wrap .entry-footer{
	height: auto;
	background: none;
	padding: 0 0 24px;}
.tech-blog-wrap .entry-meta{
	padding: 0 0 24px;}
.tech-blog-wrap .comments-area{
	padding: 20px 0 24px;
	border-top: 1px solid #d7d7d7;}
.tech-blog-wrap .comments-area .comments-title{
	margin-bottom: 24px;
	padding-top: 40px;
	color: #4e4e4e;
	font-size: 20px;
	font-weight: 300;
	text-align: center;}
.tech-blog-wrap .comments-area .comment-list .comment-body .comment-meta{
	display: inline-block;
	vertical-align: top;
	width: 130px;
	background: none;}
.tech-blog-wrap .comments-area .comment-list .comment-body .comment-meta .comment-author img{
	width: 90px;
	height: 90px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	-khtml-border-radius: 45px;
	-o-border-radius: 45px;
	-ms-border-radius: 45px;
	border-radius: 45px;}
.tech-blog-wrap .comments-area .comment-list .comment-body .comment-meta .comment-author .fn{
	color: #1ca2d3;}
.tech-blog-wrap .comments-area .comment-list .comment-body .comment-meta .comment-author .says{
	display: none;}
.tech-blog-wrap .comments-area .comment-list .comment-body .comment-content{
	display: inline-block;
	vertical-align: top;
	width: 700px;
	margin-left: 25px;}
.tech-blog-wrap .comments-area .comment-list .comment-body .reply{
	display: block;
	width: 100%;
	text-align: right;}
.tech-blog-wrap .comments-area .comment-list .comment-body .reply > a .icon{
	display: none;}
.tech-blog-wrap .comments-area .comment-respond .comment-reply-title{
	margin-bottom: 24px;
	padding-top: 40px;
	color: #4e4e4e;
	font-size: 20px;
	font-weight: 300;
	text-align: center;}
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-notes{
	color: #6d6e70;
	font-size: 12px;
	padding: 8px 0;}
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-comment,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-author,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-email,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-url{
	display: block;
	position: relative;
	margin: 8px 0 16px;}
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-comment label,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-author label,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-email label,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-url label{
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 8px;
	font-size: 10px;
	color: #6d6e70;}
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-comment input[type="text"],
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-comment input[type="email"],
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-comment input[type="url"],
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-comment textarea,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-author input[type="text"],
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-author input[type="email"],
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-author input[type="url"],
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-author textarea,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-email input[type="text"],
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-email input[type="email"],
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-email input[type="url"],
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-email textarea,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-url input[type="text"],
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-url input[type="email"],
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-url input[type="url"],
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-url textarea{
	width: 100%;
	height: 32px;
	padding: 15px 8px 2px;
	background: #fff;
	font-size: 12px;
	border: 1px solid #d7d7d7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;}
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-comment input[type="text"]::-webkit-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-comment input[type="email"]::-webkit-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-comment input[type="url"]::-webkit-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-comment textarea::-webkit-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-author input[type="text"]::-webkit-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-author input[type="email"]::-webkit-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-author input[type="url"]::-webkit-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-author textarea::-webkit-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-email input[type="text"]::-webkit-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-email input[type="email"]::-webkit-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-email input[type="url"]::-webkit-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-email textarea::-webkit-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-url input[type="text"]::-webkit-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-url input[type="email"]::-webkit-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-url input[type="url"]::-webkit-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-url textarea::-webkit-input-placeholder{
	color: #bcbcbc;
	font-size: 12px;}
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-comment input[type="text"]:-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-comment input[type="email"]:-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-comment input[type="url"]:-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-comment textarea:-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-author input[type="text"]:-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-author input[type="email"]:-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-author input[type="url"]:-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-author textarea:-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-email input[type="text"]:-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-email input[type="email"]:-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-email input[type="url"]:-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-email textarea:-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-url input[type="text"]:-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-url input[type="email"]:-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-url input[type="url"]:-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-url textarea:-moz-placeholder{
	color: #bcbcbc;
	font-size: 12px;}
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-comment input[type="text"]::-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-comment input[type="email"]::-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-comment input[type="url"]::-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-comment textarea::-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-author input[type="text"]::-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-author input[type="email"]::-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-author input[type="url"]::-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-author textarea::-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-email input[type="text"]::-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-email input[type="email"]::-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-email input[type="url"]::-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-email textarea::-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-url input[type="text"]::-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-url input[type="email"]::-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-url input[type="url"]::-moz-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-url textarea::-moz-placeholder{
	color: #bcbcbc;
	font-size: 12px;}
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-comment input[type="text"]:-ms-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-comment input[type="email"]:-ms-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-comment input[type="url"]:-ms-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-comment textarea:-ms-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-author input[type="text"]:-ms-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-author input[type="email"]:-ms-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-author input[type="url"]:-ms-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-author textarea:-ms-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-email input[type="text"]:-ms-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-email input[type="email"]:-ms-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-email input[type="url"]:-ms-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-email textarea:-ms-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-url input[type="text"]:-ms-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-url input[type="email"]:-ms-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-url input[type="url"]:-ms-input-placeholder,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-url textarea:-ms-input-placeholder{
	color: #bcbcbc;
	font-size: 12px;}
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-comment textarea,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-author textarea,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-email textarea,
.tech-blog-wrap .comments-area .comment-respond .comment-form .comment-form-url textarea{
	height: 128px;
	resize: none;}
.tech-blog-wrap .comments-area .comment-respond .comment-form .form-submit{
	margin-top: 22px;
	text-align: right;}
.tech-blog-wrap .comments-area .comment-respond .comment-form .form-submit input[type="submit"]{
	display: inline-block;
	width: 128px;
	height: 32px;
	padding: 7px 0 8px;
	background: #1cbbed;
	color: #fff;
	text-align: center;
	border: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all, 0.4s, ease;
	-moz-transition: all, 0.4s, ease;
	-o-transition: all, 0.4s, ease;
	transition: all, 0.4s, ease;
	transition-duration: 0.4s;}
.tech-blog-wrap .comments-area .comment-respond .comment-form .form-submit input[type="submit"]:hover{
	box-shadow: 0 2px 4px 0 rgba(138, 138, 138, 0.9);}
.tech-blog-wrap .post-navigation{
	display: none;}
/* Page sitemap */
.page-sitemap{
	display: block;
	width: 1024px;
	margin: 0 auto;}
@media only screen and (max-width: 1150px){
	.page-sitemap{
		width: 100%;}}
@media only screen and (max-width: 992px){
	.page-sitemap{
		padding-bottom: 50px;}}
.page-sitemap .sitemap-title{
	font-size: 36px;
	font-weight: 500;
	padding: 80px 0;
	text-align: center;
	text-transform: uppercase;
	color: #4e4e4e;}
@media only screen and (max-width: 1150px){
	.page-sitemap .sitemap-title{
		padding: 40px 0;}}
.page-sitemap .sitemap-cols{
	display: block;
	width: 500px;
	margin: 0 auto;
	min-height: 600px;}
@media only screen and (max-width: 500px){
	.page-sitemap .sitemap-cols{
		width: 100%;
		min-height: 300px;}}
.page-sitemap .sitemap-cols .col{
	display: inline-block;
	vertical-align: top;}
@media only screen and (max-width: 500px){
	.page-sitemap .sitemap-cols .col{
		display: block;
		width: 100%;
		margin: 0 0 15px 0;
		padding: 0 44px;}}
.page-sitemap .sitemap-cols .col a{
	color: #1cbbed;}
.page-sitemap .sitemap-cols .col a:hover{
	text-decoration: underline;}
.page-sitemap .sitemap-cols .col ul > li{
	display: block;
	font-size: 20px;
	margin-bottom: 24px;}
@media only screen and (max-width: 500px){
	.page-sitemap .sitemap-cols .col ul > li{
		margin-bottom: 16px;}}
.page-sitemap .sitemap-cols .col ul > li > ul{
	margin-left: 20px;}
.page-sitemap .sitemap-cols .col ul > li > ul li{
	display: block;
	font-size: 14px;
	margin-bottom: 16px;}
.page-sitemap .sitemap-cols .col:first-child{
	width: 230px;
	margin-right: 70px;}
@media only screen and (max-width: 500px){
	.page-sitemap .sitemap-cols .col:first-child{
		width: 100%;
		margin-right: 0;}}
.page-sitemap .sitemap-cols .col:last-child{
	width: 195px;}
@media only screen and (max-width: 500px){
	.page-sitemap .sitemap-cols .col:last-child{
		width: 100%;}}
/* Page policy */
.page-policy{
	display: block;
	width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;}
.sec-speedbar{
	margin-top: 76px;}
@media only screen and (max-width: 992px){ 
	.sec-speedbar{
		margin-top: 61px;}
	.page-policy{
		padding-bottom: 50px;}}
@media only screen and (max-width: 500px){ 
	.sec-speedbar{
		margin-top: 25px;}}
@media only screen and (max-width: 1150px){
	.page-policy{
		width: 100%;}}
.page-policy .policy-title{
	font-size: 36px;
	font-weight: 500;
	padding: 40px 0 10px 0;
	text-align: center;
	text-transform: uppercase;
	color: #4e4e4e;}
@media only screen and (max-width: 1150px){
	.page-policy .policy-title{
		padding: 80px 0 40px 0;}}
.page-policy .policy-nav{
	display: block;
	position: absolute;
	top: 205px;
	left: 0;
	width: 320px;
	padding: 0 40px 0 24px;
	border-right: 1px solid #d7d7d7;}
@media only screen and (max-width: 1150px){
	.page-policy .policy-nav{
		display: none;}}
.page-policy .policy-nav ul li{
	display: block;
	margin-bottom: 22px;}
.page-policy .policy-nav ul li a{
	display: inline-block;
	font-size: 20px;
	color: #1cbbed;}
.page-policy .policy-nav ul li a:hover{
	text-decoration: underline;}
.page-policy .policy-fixed{
	position: fixed;}
.page-policy .policy-text{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	padding: 0 0 0 40px;}
@media only screen and (max-width: 1150px){
	.page-policy .policy-text{
		display: block;
		width: 100%;
		min-height: 1000px;
		padding: 0 24px;}}
@media only screen and (max-width: 500px){
	.page-policy .policy-text{
		min-height: 500px;
		float: none;}}
.page-policy .policy-text .item{
	margin-bottom: 40px;}
@media only screen and (max-width: 1150px){
	.page-policy .policy-text .item{
		margin-bottom: 20px;}}
.page-policy .policy-text .item .head{
	display: block;
	margin-bottom: 16px;}
.page-policy .policy-text .item .head a{
	display: inline-block;
	font-size: 20px;
	color: #4e4e4e;}
@media only screen and (max-width: 1150px){
	.page-policy .policy-text .item .head a{
		display: block;
		color: #1cbbed;
		position: relative;
		padding-right: 25px;}
	.page-policy .policy-text .item .head a:after{
		display: block;
		width: 16px;
		height: 8px;
		content: " ";
		position: absolute;
		top: 7px;
		right: 1px;
		background: url('/wp-content/themes/devcom/assets/css/../images/arrow-big.svg') no-repeat 100% 50%;}}
		@media only screen and (max-width: 1150px){
.page-policy .policy-text .item .head .active:after{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);}}
.page-policy .policy-text .item .info{
	color: #4e4e4e;}
@media only screen and (max-width: 1150px){
	.page-policy .policy-text .item .info{
		display: none;}}
.page-policy .policy-text .item .info p{
	margin-bottom: 16px;
	font-size: 14px;}
@media only screen and (max-width: 1150px){
	.page-policy .policy-text .item .info p{
		margin: 0;}
	.page-policy .policy-text .item .info p:after{
		display: block;
		width: 100%;
		height: 16px;}}
.page-policy .policy-text .item .info p a{
	color: #1cbbed;}
.page-policy .policy-text .item .info p a:hover{
	text-decoration: underline;}
/* Reliable */
.reliable{
	margin: 0 auto;
	padding: 40px 0 40px;
	width: 974px;}
@media only screen and (max-width: 992px){
	.reliable{
		width: 100%;
		padding: 50px 20px 45px;}}

.reliable .icon{
	display: inline-block;
	vertical-align: top;
	width: 73px;
	height: 73px;
	margin-right: 24px;}
.reliable .icon img{
	width: 100%;
	height: 100%;}
@media only screen and (max-width: 992px){
	.reliable .icon{
margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 15px;
        margin-top: -15px;
		}}
.reliable .desc{
	display: inline-block;
	vertical-align: top;
	width: 750px;
	color: #4e4e4e;
	font-size: 14px;
	line-height: 20px;}
@media only screen and (max-width: 992px){
	.reliable .desc{
		width: 100%;}}
/* Wide separator */
.wide-sep{
	width: 100%;
	height: 1px;
	background: #d7d7d7;
	/*margin-top: 35px;*/
	/*margin-bottom: 35px;*/}
.wide-sep-api-page{
	width: 100%;
	height: 1px;
	background: #d7d7d7;
	margin-top: 60px;
	margin-bottom: 0px;}
/* @media only screen and (max-width: 1150px){
	.wide-sep{
	display: none;}}*/
@media only screen and (max-width: 1150px){
	.wide-sep-expertise{
		display: block;
		margin-top: 24px;}}
@media only screen and (max-width: 1150px){
	.wide-sep-blog{
		display: block;}}
/* Services */
.services{
	margin-bottom: 60px;}
/* Core Technologies */
.expertise-page .header .header-buttons a:last-child{
	background: #fff;
	color: #1cbbed;
	margin-right: 0px}
.core-technologies .core-technologies-block-list{
	width: 1024px;
	margin: 0 auto;
	position: relative;}
@media only screen and (max-width: 992px){
	.core-technologies .core-technologies-block-list{
		width: 100%;}}
.core-technologies .core-technologies-block-list .core-technologies-column{
	display: inline-block;
	vertical-align: top;
	width: 470px;}
@media only screen and (max-width: 1150px){
	.core-technologies .core-technologies-block-list .core-technologies-column{
		width: 100%;}}
.core-technologies .core-technologies-block-list .core-technologies-column .item{
	width: 470px;
	display: block;
	margin-bottom: 40px;
	height: 100px;}
.core-technologies .core-technologies-block-list .core-technologies-column .item:nth-child(2){
	margin-bottom: 40px;}
.core-technologies .core-technologies-block-list .core-technologies-column .item:nth-child(3), .core-technologies .core-technologies-block-list .core-technologies-column .item:nth-child(4){
	/*margin-left: 400px;*/}
.core-technologies .core-technologies-block-list .core-technologies-column .item:nth-child(5){
	margin-top: 80px;}
@media only screen and (max-width: 1150px){
	.core-technologies .core-technologies-block-list .core-technologies-column .item{
		display: block;
		width: 100%;
		margin: 0 0 24px 0;}
	.core-technologies .core-technologies-block-list .core-technologies-column .item:nth-child(2){
		margin-bottom: 24px;}
	.core-technologies .core-technologies-block-list .core-technologies-column .item:nth-child(3), .core-technologies .core-technologies-block-list .core-technologies-column .item:nth-child(4){
		margin-left: 0;}
	.core-technologies .core-technologies-block-list .core-technologies-column .item:nth-child(5){
		margin-top: 0;}}
.core-technologies .core-technologies-block-list .core-technologies-column .item .icon{
	display: inline-block;
	vertical-align: top;
	width: 64px;
	height: 64px;}
@media only screen and (max-width: 1150px){
	.core-technologies .core-technologies-block-list .core-technologies-column .item .icon{
		display: block;
		width: 100%;
		margin-bottom: 16px;
		text-align: center;}}
.core-technologies .core-technologies-block-list .core-technologies-column .item .icon img{
	width: 100%;
	height: 100%;}
@media only screen and (max-width: 1150px){
	.core-technologies .core-technologies-block-list .core-technologies-column .item .icon img{
		width: auto;}}
.core-technologies .core-technologies-block-list .core-technologies-column .item .info{
	display: inline-block;
	vertical-align: top;
	width: 376px;
	margin-left: 24px;
	color: #4e4e4e;
	text-align: left;}
@media only screen and (max-width: 1150px){
	.core-technologies .core-technologies-block-list .core-technologies-column .item .info{
		display: block;
		width: 100%;
		margin-left: 0;
		text-align: center;}}
.core-technologies .core-technologies-block-list .core-technologies-column .item .info .ex-title{
	font-size: 20px;
	margin-bottom: 16px;}
.core-technologies .core-technologies-block-list .core-technologies-column .item .info .ex-desc{
	font-size: 14px;
	line-height: 20px;}
@media only screen and (max-width: 1150px){
	.core-technologies .core-technologies-block-list .service-slider{
		display: none;}}
.core-technologies .core-technologies-block-list .service-slider .slide{
	display: block;
	text-align: center;}
.core-technologies .core-technologies-block-list .service-slider-1{
	float: right;
	width: 360;
	height: 230px;
	margin-right: 110px;}
.core-technologies .core-technologies-block-list .service-slider-1 .owl-controls{
	margin-top: 10px;}
.service-slider-2 .ui-ux-slider-2{
	display: none;}
.service-slider .devops-slider-1{
	display: none;}
.core-technologies .core-technologies-block-list .service-slider-2{
	position: absolute;
	top: 300px;
	left: 0;
	width: 320px;
	height: 280px;}
.core-technologies .core-technologies-block-list .service-slider-2 .owl-controls{
	margin-top: 16px;}
/*Expertise-page*/
.expertise-page .projects{
	background: none;}
.expertise-page .projects .inner-block-header{
	background: none;}
.expertise-page .blog-block{
	background: none;}
.expertise-page .blog-block .inner-block-header{
	background: none;}
/* Inner block header */
.inner-block-header{
	width: 1024px;
	margin: 0 auto;
	padding: 40px 0 60px 0 ;
	text-align: center;}

.inner-block-header.v2 {
    padding: 40px 0 20px 0;
	width: 100%;
	max-width: 1024px;
}
.inner-block-header.v2 .block-desc {
    font-size: 16px;
    line-height: 25px;
}

.inner-block-header.v2 .block-title{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;	
}

.faq-service .panel,
.faq-service .panel p {
    font-size: 14px;
    line-height: 25px;
	    text-align: justify;
}
.faq-service .panel p {
	margin-bottom: 10px;
}

.cta-2-0.v2 .cta-2-0-block-list{
	    padding-top: 0;
}



.cta-2-0.v2 .get-in-touch .cols-main .cols-form {
    margin: 5px 0 0;

}
.cta-2-0.v2 .banner-form-001 {

    margin-top: 0px;
}
.cta-2-0.v2 .item.animate-expertise-2 {
    padding-top: 15px;
}

@media only screen and (max-width: 992px){
	.inner-block-header{
		width: 100%;
		padding: 60px 0;}}
@media only screen and (max-width: 768px){
	.inner-block-header{
		padding: 30px 0 15px;}}
@media only screen and (max-width: 992px){
	.inner-block-header .block-title{
		margin: 0 0 24px 0;
		padding-bottom: 10px;
		}}
@media only screen and (max-width: 768px){
	.inner-block-header .block-title{
		margin: 0;
		border: 0;}}
.inner-block-header a:hover{
	text-decoration: underline;}
/* .inner-block-header .block-desc{
	display: inline-block;
	vertical-align: middle;
	padding-left: 24px;
	border-left: 1px solid #4e4e4e;}*/
/* <------------------------------------- About us --------------------------------------> */     
.about-us .delay-0-5{
	-webkit-animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	animation-delay: 0.25s;
	animation-duration: 0.5s;}
.about-us .delay-1-0{
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
	animation-duration: 0.5s;}
.about-us .delay-1-5{
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
	animation-delay: 0.75s;
	animation-duration: 0.5s;}
.about-us .delay-2-0{
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
	animation-duration: 0.5s;}
.wide-sep-about-us.first-separator{
	margin-top: 0;}
.inner-block-header .block-desc{
	display: block;
	vertical-align: middle;
	padding-left: 0px;
	border-left: 0px solid #4e4e4e;
	font-size: 14px;
	color: #4e4e4e;
	text-align: center;
	line-height: 20px;}
.inner-block-header .block-title{
	display: block;
	vertical-align: middle;
	margin-right: 0px;
	font-size: 36px;
	font-weight: 500;
	color: #4e4e4e;
	text-transform: uppercase;}
.inner-block-header .We-do-IT-together .block-desc{
	text-align: left;
	display: inline-block;
	display: inline-block;
	vertical-align: top;
	margin-right: 24px;
	font-size: 36px;
	font-weight: 500;
	color: #4e4e4e;
	text-transform: uppercase;}
 
.about-us .services-and-core-tech-stack{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: auto;
	margin-top: 14px;
	margin-bottom: 0px;
	height: 398px;
	align-content: space-between;}
.about-us .expertise .expertise-block-list{
	width: 1024px;
	margin: 0 auto;
	position: relative;
	padding: 15px 0px 0px 0px;
	display: flex;}
 
.about-us .expertise .expertise-block-list .expertise-column .item .partner-info .ex-title{

	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 23px;
	color: #4E4E4E;}
.inner-block-list .expertise-vision-and-values{
	margin-top: 0px;
	margin-bottom: 60px;}
.about-us .expertise-vision-and-values{
	margin-top: 0px;
	margin-bottom: 60px;
	margin-left: -5px;}
/* .about-us .We-do-IT-together .first{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	margin-left: 23px;
	margin-right: 0px;
	margin-bottom: 15px;}*/
.about-us .mission{
	width: 100%;
	height: auto;
	padding-bottom: 0px;}
.about-us .expertise .expertise-block-list .expertise-column .item .partner-info{
	display: flex;
	justify-content: center;}
.about-us .expertise .expertise-block-list .expertise-column .item .partner-info .info-text{
	vertical-align: top;
	text-align: left;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-left: 29px;
	text-align: start;

	font-weight: normal;
	font-style: normal;
	line-height: 24px;
	font-size: 14px;
	height: 100%;}
.about-us .expertise .expertise-block-list .expertise-column .item .partner-icon{
	display: inline-block;
	margin-right: 0px;
	vertical-align: top;
	width: auto;
	height: 145px;}
.about-us .expertise .expertise-block-list .expertise-column .item{
	width: 470px;
	display: block;
	margin-bottom: 0px;
	margin-left: 25px;
	height: 100%;}
.about-us{
	padding: 0 20px;}
.about-us .We-do-IT-together .owl-pagination{
	margin-top: 0px;
	margin-left: 0px; 
	padding: 20px 0 3px 0;}
.recognition-list-about .item{
	padding: 0 !important;}
.our-people .about-devcom-photos{
	width: 100%;
	margin: 0 0px;
	text-align: center;}
.about-us .our-people .inner-block-header{
	width: 100%;
	/* width: 400px; */
	margin: 0 auto;
	padding: 40px 0 40px 0;
	text-align: center;}
.about-us .our-people{
	margin-top: 0px; 
	margin-bottom: 0px;}
.about-us .mission .top-desc{
	text-align: left;
	width: 1024px;
	top: 0px;
	left: 10px;

	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #4E4E4E;
	margin-bottom: 0px;}
.about-us .block-text{
	text-align: left;
	margin-top: 16px;
	padding: 10px;
	padding-bottom: 16px;
	color: #4E4E4E;

	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;}
/* .wide-sep-about-us-awards-section{
	width: 0;
	height: 0;
	margin-top: 0;
	margin-bottom: 0;
	display: none;}*/
.wide-sep-about-us-awards-section{
	width: 100%;
	height: 1px;
	background: #d7d7d7;
	margin-top: 60px;
	margin-bottom: 0px;}
.We-do-IT-together .owl-wrapper-outer{
	height: 100% !important;}
.We-do-IT-together .item.animated.animate-services.fadeInLeft.item{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
	margin: 0 0px 0px 0;}
.about-us .vision-and-values-item{
	display: flex;
	margin-bottom: 10px;
}
.about-us .vision-and-values-item .icon{
	width: 20.33px;
	height: 13px;
	margin-top: 4px;
}
.about-us .vision-and-values-item .ex-title .ex-desc{

	color: #4E4E4E;
}
/* <------------------------------------- About us mobile --------------------------------------> */
@media only screen and (max-width: 1150px){
	.about-us .service.animated{
		width: 100% !important;
		height: 100% !important;
		/* margin-bottom: 10px !important; */}
	.about-us .service.animated .services-text{
		width: 100%;
		height: auto;}
	.about-us .service.animated.services-and-core-tech-stack-verticals{
		margin-bottom: 60px !important;}}
@media only screen and (max-width: 1025px){
	@media only screen and (min-width: 520px){
		.about-us .expertise .expertise-block-list .expertise-column .item .partner-info{
			display: flex;
			justify-content: center;
			flex-direction: inherit;}}
	.about-us .expertise .expertise-block-list .expertise-column .item .partner-icon{
		display: flex;
		vertical-align: top;
		width: auto;
		justify-content: inherit;
		height: 145px;
		margin-right: 0px;
		margin-left: 0;
		margin-bottom: 17px;}
	.about-us .mission .top-desc{
		padding: 10px 10px;}
	.about-us .about-devcom-photos .owl-controls{
		padding-right: 15px;}
	.about-us .recognition .items-list{
		width: auto !important;}
	.about-us .inner-block-header{
		width: 100%;
		padding: 60px 0 30px;}
	.about-us .expertise .expertise-block-list .expertise-column .item .partner-info .ex-title{

		font-style: normal;
		font-weight: normal;
		font-size: 20px;
		line-height: 23px;
		color: #4E4E4E;
		margin-top: 15px;}
	.about-us .We-do-IT-together .first{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 100%;
		margin-left: 0px !important;;
		margin-right: 0px;
		margin-bottom: 0px;}
	.inner-block-list .We-do-IT-together .item{
		display: inline-block;
		vertical-align: top;
		width: auto;
		height: auto;
		margin: 0 0px 0px 0;
		padding: 0 0px;}
	.about-us .services-and-core-tech-stack .service{
		width: 100%;
		height: 175px;
		margin-bottom: 30px !important;;
		padding: 15px;
		text-align: initial;
		background: #FFFFFF;
		border: 1px solid #E5E5E5;
		box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
		position: relative;}
	.about-us .expertise .expertise-block-list .expertise-column .item .partner-info .info-text{
		vertical-align: top;
		text-align: left;
		width: 100%;
		justify-content: center;
		align-items: center;
		margin-left: 20px;}
	.about-us .mission .misson-illustration{
		display: none !important;}}
.about-us .mission .top-desc{
	text-align: left;
	width: 100%;
	top: 0px;
	left: 0px;

	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #4E4E4E;
	margin-bottom: 0px;}
/* .about-us .inner-block-header .block-desc{
	display: flex;
	width: 100%;
	padding: 0 20px;
	border: 0;
	justify-content: center;
	text-align: center;}*/
@media only screen and (max-width: 768px){
	.about-us .inner-block-header .block-desc{
	 }

		
		}
@media only screen and (max-width: 520px){
	.about-us .expertise .expertise-block-list .expertise-column .item .partner-info .info-text{
		vertical-align: top;
		text-align: center;
		width: 100%;
		justify-content: center;
		align-items: center;
		margin-left: 0px;}
	.about-us .expertise .expertise-block-list .expertise-column .item .partner-info{
		display: flex;
		justify-content: center;
		flex-direction: column;}}
.wide-sep-expertise{
	/*display: none;*/
	margin-top: 0;}
.about-us .expertise .expertise-block-list .expertise-column .item .partner-icon{
	display: flex;
	vertical-align: top;
	width: auto;
	justify-content: inherit;
	height: 145px;
	margin-right: 0px;
	margin-left: 0;
	margin-bottom: 0px;}
.about-us .recognition .owl-pagination{
	padding: 30px 0 0px 0;
	margin: 0px 0px 0px 0px;}
.about-us .recognition .items-list .owl-controls{
	display: flex;
	justify-content: center;
	height: 100%;}
.about-us .We-do-IT-together .first{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	margin-left: 17px;
	margin-right: 0px;
	margin-bottom: 0px;}
.about-us .services-and-core-tech-stack{
	display: flex;
	justify-content: space-between;
	width: auto;
	height: auto;
	margin-top: 14px;
	margin-bottom: 0px;}
.about-us .services-and-core-tech-stack .service{
	width: 460px;
	height: 175px;
	margin-bottom: 60px;
	padding: 15px;
	text-align: initial;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	position: relative;}
@media only screen and (max-width: 1025px) and (min-width: 767px) {
	.about-us .mission .top-desc{
		text-align: left;
		width: 100%;
		top: 0px;
		left: 0px;

		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 24px;
		color: #4E4E4E;
		margin-bottom: 60px;}
	.about-us .mission .misson-illustration{
		display: none !important;}
	.wide-sep-expertise{
		display: none;
		margin-top: 0;}
	.about-us .expertise .expertise-block-list .expertise-column .item .partner-icon{
		display: flex;
		vertical-align: top;
		width: auto;
		justify-content: inherit;
		height: 145px;
		margin-right: 0px;
		margin-left: 0;
		margin-bottom: 17px;}
	/* .about-us .We-do-IT-together .owl-carousel .owl-item{
		width: 234px !important;}
	.about-us .We-do-IT-together .owl-carousel .owl-wrapper{
		left: 30px !important;}*/
	.about-us .recognition .owl-pagination{
		padding: 30px 0 0px 0;
		margin: 0px 0px 0px 0px;}
	.about-us .recognition .items-list .owl-controls{
		display: flex;
		justify-content: center;
		height: 100%;}
	/* .about-us .expertise .expertise-block-list .expertise-column .item .partner-info .info-text{
		vertical-align: top;
		text-align: center;
		width: 100%;
		justify-content: center;
		align-items: center;
		margin-left: 20px;}*/
	.about-us .We-do-IT-together .first{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;	}
	.about-us .services-and-core-tech-stack{
		display: flex;
		justify-content: space-between;
		width: auto;
		height: auto;
		margin-top: 14px;
		margin-bottom: 0px;
	 }
	/* .about-us .services-and-core-tech-stack .service{
		width: auto;
		height: auto;
		margin-bottom: 21px;
		padding: 15px;
		text-align: initial;
		background: #FFFFFF;
		border: 1px solid #E5E5E5;
		box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
		position: relative;}*/}
@media only screen and (max-width: 992px){
	.inner-block-header .block-desc{
		display: block;
		width: 100%;
		padding: 0 20px;
		border: 0;}
	.about-us .expertise .expertise-block-list .expertise-column .item{
		display: flex;
		width: 100%;
		margin: 0px 0 35px 0 !important;
		text-align: center;
		justify-content: center;}
	.about-us .We-do-IT-together .inner-block-header{
		width: 100%;
		padding: 15px 0 30px;}}
@media only screen and (max-width: 768px){
	.inner-block-header .block-desc{
		display: none;}}
.inner-block-header .block-desc p{
	font-size: 14px;
	color: #4e4e4e;
	text-align: center;
	margin-bottom: 5px;}
.inner-block-header .block-desc p:last-child{
	margin: 0;}
@media only screen and (max-width: 992px){
	.inner-block-header .block-desc p{
		text-align: center;}}
/*--- About DevCom page ---*/
.r-pos{
	position: relative;}
.about-page .header .header-buttons a:last-child{
	margin-right: 0px;
}
.about-page .expertise .expertise-block-list .expertise-column .item .info .ex-desc{
	height: 100px;}
@media only screen and (max-width: 1025px){
	.about-page .expertise .expertise-block-list .expertise-column .item .info .ex-desc{
		height: auto;}}
.key-facts .reliable{
	padding:0;}
.about .key-facts-list .item{
	height: auto;}
.about .key-facts-list .item .title{
	font-size: 36px;
	color: #1cbbed;
	margin-top: 0;}
.about .key-facts-list .item .desc{
	text-align: center;}
.team-slider .items{
	display: block;
	width: 100%;
	height: 300px;}
.team-slider .items .team-img{
	width: 100%;}
.team-slider .items .team-img img{
	width: 98%;
	height: 100%;}
.team-slider .owl-pagination{
	padding: 60px 0 60px 0;}
.recognition .items-list {
	width: 1024px !important;}
.recognition .owl-pagination{
    padding: 10px 0 60px 0;}
/* About us page*/
.info{
	text-align: center;
	font-family: sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
	font-size: 14px;
	margin-left: 10px;}
.info-about-us{
	text-align: start;

	font-weight: normal;
	font-style: normal;
	line-height: 24px;
	font-size: 14px;
	margin-left: 10px;}
.about-devcom-photos .image-show{
	background-size: cover;
	background-position: center;
	width: 240px;
	height: 160px;}
.wide-sep-about-us{
	width: 100%;
	height: 1px;
	background: #d7d7d7;
	margin-top: 60px;
	margin-bottom: 0px;}
.wide-sep-about-us.projects{
	width: 100%;
	height: 1px;
	background: #d7d7d7;
	margin-top: 0px;
	margin-bottom: 0px;}
.about-devcom-photos{
	width: 1024px;
	margin: 0 auto;
	text-align: center;}
.about-us .info-about-us .ex-title{

	color: #4E4E4E;
	line-height: 24px;
	font-size: 20px;}
.about-us .info-about-us .ex-desc{

	color: #4E4E4E;}
/* .about-us .image-block{
	display: flex; 
	justify-content: space-between;
	align-items: center;
	height: 215px;
	margin-left: auto;
	margin-right: auto;}*/
/* .about-us .first{
	display: flex; 
	justify-content: space-between;
	align-items: center;
	height: 100%;
	margin-left: 80px;
	margin-right: 100px;  
	margin-bottom: 38px;}*/
/*--- qa and testing ---*/
ul.qa-and-testing-dotted-list{
	padding: 0;
	margin: 0;
	text-align: initial;}
.qa-and-testing-dotted-list li{
	margin-top: 10px;
	font-size: 14px}
.qa-and-testing-dotted-list .qa-dotlist{
	height: 10px;
	width: 13.55px;}
.about-us .description{
	position: relative;
	display: flex;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #4e4e4e;
	padding: 0px 0 40px 0;}
.description .qa-and-testing{
	text-align: initial;
	display: inline-block;
	width: 634px;}
.description .key-fact-list{
	position: absolute;
	right: -22px;
	text-align: initial;
	display: inline-block;
	width: 350px;
	margin-left: 42px}
.description .key-fact-list .items{
	border-left: 4px solid #1CBBED;
	display: inline-block;
	vertical-align: top;
	width: 145px;
	height: 62px;
	margin: 24px 0px 0px 20px;}
.description .key-fact-list .items .title{
	display: inline-block;
	font-weight: bold;
	width: 135px;
	margin: 5px 0 0 12px;
	height: 20px;
	font-size: 20px;
	color: #1CBBED;
	text-align: left;}
.qa-and-testing-list{
	display: flex;
	width: 1024px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	text-align: center;}
.description .key-fact-list .items .desc{
	display: inline-block;
	width: 135px;
	margin: 0 0 0 12px;
	height: auto;
	font-size: 14px;
	text-align: left;}
.qa-and-testing-list .qa-and-testing-box{
	display: inline-block;
	width: 303px;
	height: 277px;
	margin-right: 55px;}
.qa-and-testing-list .qa-and-testing-box:nth-child(3){
	margin-right: 0;}
.qa-and-testing-list .qa-and-testing-box .qa-and-testing-info .icon{
	left: -18px;
	top: -17px;
	background-color: white;
	position: absolute;
	height: 90px;
	width: 90px;
	border: 1px solid #E5E5E5;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	border-radius: 90px;}
.qa-and-testing-list .qa-and-testing-box .qa-and-testing-info{
	position: relative;
	margin: 16px 16px 16px 16px;
	display: inline-block;
	width: 271px;
	height: 245px;
	color: #4e4e4e;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;}
.qa-and-testing-list .qa-and-testing-box .qa-and-testing-info .qa-desc{
	width: 163px;
	height: 173px;
	margin-left: 97px;}
.qa-and-testing-list .qa-and-testing-box .qa-and-testing-info .qa-title{
	width: 163px;
	height: 20px;
	font-size: 20px;
	text-align: initial;
	margin: 22px 0 21px 97px;}
.qa-and-testing-services .service-desc{
	display: flex;
	width: 1024px;
	margin: 0 auto;
	padding: 0 0 40px 0;}
.qa-and-testing-process .qa-and-testing-process-box{
	display: flex;
	width: 1024px;
	margin: 0 auto;
	padding: 0 0 60px 0;}
.qa-and-testing-services .service-desc .item{
	color: #4e4e4e;
	width: 460px;
	text-align: initial;
	margin: 0 44px 0 16px;}
.qa-and-testing-services .service-desc .item .title{
	font-size: 20px;
	margin-bottom: 5px;}
.qa-and-testing-services .service-desc .item .desc{
	font-size: 14px;
	line-height: 20px;}
.qa-and-testing-services .testing-types-desc{
	width: 984px;
	margin: 0 auto;
	padding: 0;}
.qa-and-testing-services .testing-types-desc .item{
	color: #4e4e4e;
	text-align: initial;}
.qa-and-testing-services .testing-types-desc .item .title{
	font-size: 20px;
	margin-bottom: 5px;}
.qa-and-testing-services .testing-types-desc .item .desc{
	margin: 10px 0 10px 0;
	font-size: 14px;
	line-height: 24px;
	text-align: initial;}
.qa-and-testing-services .testing-types-desc .item .block-box{
	height: 120px;
	margin-bottom: 40px;}
.qa-and-testing-services .testing-types-desc .item .block-box .block{
	display: inline-block;
	border: 1px solid #1CBBED;
	text-align: center;
	width: 180px;
	font-size: 14px;
	height: 40px;
	margin: 9px 16px 9px 0;}
.qa-and-testing-services .testing-types-desc .item .block-box .block:nth-child(5), .qa-and-testing-services .testing-types-desc .item .block-box .block:nth-child(10){
	margin-right: 0px;}
.qa-and-testing-services .testing-types-desc .item .block-box .block p{
	margin: 9px 0 9px 0;}
.qa-and-testing-process-box .item{
	position: relative;
	margin-left: 25px;
	color: #4E4E4E;
	width: 176px;
	height: 240px;
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);}
.qa-and-testing-process-box .item-partnr{
	margin:auto;
	height:150px;}
.qa-and-testing-process-box .item .icon{
	position: absolute;
	right: -17px;
	top: 15px;}
.qa-and-testing-process-box .item .title{
	height: 69px;
	font-size: 20px;
	margin: 12px 15px 0 13px;}
.qa-and-testing-process-box .item .title .icon{
	right: -17px;
	position: absolute;}
.qa-and-testing-process-box .item .desc{
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 0 13px;}
/*qa and testing media */
@media only screen and (max-width: 1025px){
	.about-us .description{
		display: block;}
	.description .qa-and-testing{
		text-align: initial;
		display: block;
		width: auto;}
	.description .key-fact-list{
		position: inherit;
		right: initial;
		text-align: center;
		display: block;
		width: auto;
		margin: 0px 0 16px 0;}
	.description .key-fact-list .items{
		margin: 0 0 24px 0;}
	.description .key-fact-list .items .desc{
		padding: 0px;}
	.qa-and-testing-services .service-desc{
		padding: 0 0 40px 0;
		display: block;
		width: auto;}
	.qa-and-testing-services .service-desc .item{
		display: block;
		width: auto;
		margin: 0 16px 40px 16px;}
	.qa-and-testing-services .testing-types-desc{
		width: auto;
		padding: 0;}
	.qa-and-testing-services .testing-types-desc .item .block-box{
		height: auto;}
	.qa-and-testing-process .qa-and-testing-process-box{
		display: block;
		width: auto;
		margin: auto;
		padding: 0 0 40px 0;
		text-align: center;}
	.qa-and-testing-services .inner-block-header{
		padding-bottom: 30px;}
	.qa-and-testing-process-box .item{
		position: relative;
		margin: 25px 25px 25px 25px;
		color: #4E4E4E;
		width: 325px;
		height: auto;
		display: inline-block;
		background: #FFFFFF;
		border: 1px solid #E5E5E5;
		box-sizing: border-box;
		box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);}
	.qa-and-testing-process-box .item .title{
		height: 35px;
		font-size: 20px;
		margin: 12px 15px 0 13px;}
	.qa-and-testing-process-box .item-partnr .title{
		height:60px;}
	.qa-and-testing-process-box .item .desc{
		font-size: 14px;
		line-height: 24px;
		margin: 0 13px 13px 13px;}
	.qa-and-testing-list{
		padding: 0px;
		display: block;
		width: auto;
		padding-bottom: 40px;
		margin: auto;}
	.qa-and-testing-list .qa-and-testing-box{
		display: inline-block;
		vertical-align: top;
		margin: 25px 25px 25px 25px;}
	.qa-and-testing-list .qa-and-testing-box:nth-child(3){
		display: inline-block;
		vertical-align: top;
		margin: 25px 25px 25px 25px;}
	.qa-and-testing-services .testing-types-desc .item .title{
		margin: 0 20px 5px 20px;}
	.qa-and-testing-services .testing-types-desc .item .desc{
		margin: 10px 20px 10px 20px;}
	.qa-and-testing-services .testing-types-desc .item .block-box .block{
		width: 170px;
		margin: 9px 0 9px 10px;}}
/*--- qa and testing end ---*/
.about-us .image-block .image{
	height: 122px;
	width: 122px;}
.about-us .image{
	width: 122px;
	height: 122px;}
.about-us .image-block img{
	width: 100%;
	height: 100%;}
.inner-block-list .item-about-us{
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: auto;
	margin: auto;}
.expertise-block-list .partners{
	width: 470px;
	display: block;
	margin-bottom: 0px;
	margin-left: 25px;
	height: 100%;
	margin: 0 24px 40px 0;}
.about-us .partners .partner-icon{
	display: flex;
	vertical-align: top;
	width: auto;
	justify-content: inherit;
	height: 145px;
	margin-right: 0px;
	margin-left: 0;
	margin-bottom: 0px;}
.about-us .partners .partner-info{
	display: flex !important;
	justify-content: center;
	vertical-align: top;
	width: 100%;
	color: #4e4e4e;
	text-align: left;}
.about-us .partners .info-text{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-left: 29px;
	text-align: start;

	font-weight: normal;
	font-style: normal;
	line-height: 24px;
	font-size: 14px;
	height: 100%;}
.about-us .partners .info-text .ex-title{
	color: #4e4e4e;}
.about-us .desc{
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: #4e4e4e;}
.about-us .expertise-block-list .icon{
	font-size: 14px;}
.about-us .owl-pagination{
	margin-top: 40px;
	margin-left: 15px;
	padding: 0px 0 0px 0;}
@media only screen and (max-width: 1025px){
	.recognition .owl-pagination{
		padding: 10px 0 60px 0;}
	.about-us .desc{
		padding: 0 20px;}}
@media only screen and (max-width: 1025px){
	.team-slider{
		display: block;
		text-align: center;
		padding-left: 25px;
		padding-right: 25px;}
	.about-us .image-block .img{
		width: 200px;}}
@media only screen and (max-width: 768px){
	.team-slider .items{
		height: 200px;}
	.recognition .items-list {
		width: 90% !important;}
	.about-us .image-block .img{
		width: auto;}}
/*--- About us - Mission ---*/
.mission{
	position: relative;
	width: 1024px;
	height: auto;/*700*/
	margin: 0 auto;
	text-align:center;}
.mission p{
	color: #4e4e4e;
	font-size: 14px;
	line-height: 25px;
	text-align: left;}
.mission .misson-illustration{
	padding-top: 20px;
	width: 100%}
.mission .misson-illustration img{
	width: 100%;
	text-align: center;}
.mission .top-desc{            
	text-align: left;
	width: 1024px;
	top: 10px;
	left: 10px;

	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #4E4E4E;
	margin-bottom: 60px;}
.mission .bottom-desc{
	position: absolute;
	width: 890px;
	bottom: 25px;
	left: 130px;}
@media only screen and (max-width: 768px){
	.mission{
		width: 100%;
		height: auto;
		padding-bottom: 50px;}
	.mission .misson-illustration{
		display: none;
		/* padding-top: 30px; */}
	.mission .top-desc{
		position: relative;
		width: 100%;
		top: -2%;
		left: 2%;}
	.mission .bottom-desc{
		width: 81%;
		left: 15%;
		bottom: 0;}
	.mission .misson-illustration img{
		width: 95%;}}
@media only screen and (max-width: 720px){
	.mission p{
		text-align: justify;}
	.mission .top-desc{
		position: relative;
		width: 100%;
		left: 0;
		padding: 10px 20px;}
	.mission .bottom-desc{
		position: relative;
		width: 100%;
		left: 0;
		padding: 10px 20px;}
	.mission .misson-illustration img{
		width: 90%;}}
/*Thank You page */
.thank-you-mobile{
	display: none;}
@media only screen and (max-width: 768px){
	.thank-you-mobile{
		display: inline-block;
		color: #4e4e4e;
		margin: 15px 15px;
		padding-bottom: 35px;}
	.thank-you-mobile a{
		color: #4e4e4e;
		text-decoration: underline;}}
/* 404 page */
.not-found-page .actions{
	margin-top: 40px; 
	text-align: center;}
.not-found-page .actions a{
	display: inline-block;
	vertical-align: top;
	background: #1cbbed;
	color: #fff;
	font-size: 14px;
	padding: 7px 20px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;}
.not-found-page .actions a:hover{
	background: #1ca2d3;}
.not-found-page .scroll-down{
	display: none;}
/* How we work page*/
.how-we-work-page .header .header-buttons a:last-child{
	margin-right: 0px;}
.dev-stages{
	margin-bottom: 80px;
	margin-left: 24px;}
.dev-stages .stages{
	margin-left: 0px;}
.dev-stages .inner-block-list .item{
	width: 177px;
	height: 325px;}
.dev-stages .inner-block-list .item .title{
	width: 100%;}
.dev-stages .inner-block-list .item:nth-child(4n) .title{
	width: 100%;}
.dev-stages .inner-block-list .item:nth-child(4n){
	margin-right: 24px;}
.dev-stages .inner-block-list .item .numb{
	display: inline-block;
	color: #1cbbed;
	font-size: 36px;
	text-align: left;
	padding: 20px 0 0 0;
	font-weight: 700;}
@media only screen and (max-width: 1025px){
	.dev-stages{
		padding-bottom: 0 !important;
		margin-left: 0;}
	/*.dev-stages .inner-block-list .stages{
		padding: 0 15px 0 15px;}*/
	.dev-stages .inner-block-list .item{
		width: 230px;
		height: auto;}
	.dev-stages .inner-block-list .item .desc{
		text-align: justify;}
	.dev-stages .inner-block-list .item:nth-child(2n){
		margin: 0 24px 0 0;}
	.dev-stages .inner-block-list .item:nth-child(4n){  
		margin: 0 24px 0 0;}
	.dev-stages .inner-block-list .item:nth-child(5n){
		margin: 0 0 0 0;}}
@media only screen and (max-width: 768px){
	.dev-stages .inner-block-list .item:nth-child(2n){
		margin: 0 24px 0 0;}
	.dev-stages .inner-block-list .item:nth-child(4n){  
		margin: 0 24px 0 0;}
	.dev-stages .inner-block-list .item:nth-child(5n){
		margin: 0 0 0 0;}}
@media only screen and (max-width: 500px){
	.dev-stages .inner-block-list .item{
		width: 100%;}
	.dev-stages .inner-block-list .item:nth-child(2n){
		margin: 0 auto 24px;}
	.dev-stages .inner-block-list .item:nth-child(4n){  
		margin: 0 auto 24px;}
	.dev-stages .inner-block-list .item:nth-child(5n){
		margin: 0 auto 24px;}}
	.inner-block-list .image-container{
		padding-bottom: 80px;}
	.inner-block-list .image-container .agile{
		display: inline-block;
		width: 48.5%;
		text-align: left;}
.inner-block-list .image-container .waterfall{
	display: inline-block;
	width: 48.5%;
	text-align: right;}
@media only screen and (max-width: 768px){
	.inner-block-list .image-container{
		padding-bottom: 30px;}
	.inner-block-list .image-container .agile{
		display: block;
		margin: 0 auto;
		width: 80%;
		text-align:center;
		padding-bottom: 50px;}
	.inner-block-list .image-container .waterfall{
		display: block;
		width: 70%;
		margin-left: 10%;
		text-align:center;}}
/* Career page */
.career-page .do-it-together .about-us.inner-block-list .desc a:visited{
	color:#1cbbed;}
.career-page .header .header-buttons a:last-child{
	margin-right: 0px;}
.career-page .do-it-together .about-us .image-block{
	margin: 0px 0 0px 0;}
.career-page .why-join-us .join-us-column{
	display: inline-block;
	vertical-align: top;
	width: 330px;
	padding-bottom: 80px;}
.career-page .why-join-us .join-us-column .item{
	width: 330px;
	display: block;
	margin-left: 25px;
	margin-bottom: 0;
	height: auto;}
@media only screen and (max-width: 768px){
	.career-page .why-join-us .join-us-column{
		margin-bottom: 20px;}}
@media only screen and (max-width: 1025px){
	.career-page .why-join-us .join-us-column{
		padding-bottom: 0;}
	.career-page .do-it-together .about-us .image-block{
		margin: 0;}}
.career-page .why-join-us .join-us-column .item .icon{
	display: inline-block;
	vertical-align: top;
	width: 64px;
	height: 64px;}
.career-page .why-join-us .join-us-column .item .icon img{
	display: block;
	width: 100%;
	height: 100%;}
.career-page .why-join-us .join-us-column .item .info{
	width: 230px;
	display: inline-block;
	text-align: left;
	margin-left: 20px;
	color: #4e4e4e;
	font-size: 14px;}
.career-page .hiring .desc{
	text-align: justify;
	font-size: 14px;
	color: #4e4e4e;
	margin: 30px 0 50px 0;}
@media only screen and (max-width: 1025px){
	.career-page .hiring{
		padding: 0 10px 0 10px;}}
@media only screen and (max-width: 500px){
	.career-page .why-join-us .join-us-column .item{
		margin-left:0;}
	.career-page .why-join-us .join-us-column .item .icon{
		margin-bottom: 22px;}}
/*Quick start*/
@media only screen and (max-width: 1025px){
	.quick-start .infografic{
		display: none;}
	.quick-start .infografic-mobile{
		display: block !important;}}
.quick-start .infografic-mobile .item .title p{
	display: inline-block;
	color: #1cbbed;
	font-weight: 700;
	font-size: 26px;}
.quick-start .infografic-mobile .item .title{
	width: 90%;}
.quick-start .infografic-mobile .item .icon{
	width: 64px;
	height: 64px;
	margin: 0 auto;}
.quick-start .infografic{
	width: 960px;
	height: 960px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	color: #4e4e4e;}
.quick-start .infografic .oval-3{
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(960px - 255px);
	height: calc(960px - 255px);
	border: 4px solid rgba(28,187,237,0.5);
	opacity: .3;
	border-radius: 1000px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);}
.quick-start .infografic .oval-2{
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(960px - 286px);
	height: calc(960px - 286px);
	border: 2px solid rgba(28,187,237,0.5);
	opacity: .3;
	border-radius: 1000px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);}
.quick-start .infografic .oval-1{
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(960px - 542px);
	height: calc(960px - 542px);
	border: 4px solid rgba(28,187,237,0.5);
	opacity: .3;
	border-radius: 1000px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);}
.quick-start .infografic .box{
	position: absolute;
	width: 180px;}
.quick-start .infografic .box .icon{
	width: 64px;
	height: 64px;}
.quick-start .infografic .box h3{
	font-size: 20px;
	margin: 10px 0 10px 0;}
.quick-start .infografic .box p{
	font-size: 14px;
	width: 250px;}
.quick-start .infografic .info-1{
	top: 160px;
	left: 175px;}
.quick-start .infografic .info-2{
	top: 160px;
	right: 110px;}
.quick-start .infografic .info-3{
	top: 610px;
	right: 110px;}
.quick-start .infografic .info-4{
	top: 610px;
	left: 175px;}
.quick-start .infografic .numb{
	position: absolute;
	font-size: 36px;
	font-weight: 700;
	color: #1cbbed;}
.quick-start .infografic .info-1-num{
	top: 220px;
	left: 120px;}
.quick-start .infografic .info-2-num{
	top: 220px;
	right: 320px;}
.quick-start .infografic .info-3-num{
	top: 670px;
	right: 320px;}
.quick-start .infografic .info-4-num{
	top: 670px;
	left: 120px;}
/* Vacancies */
.career-page .projects-list{
	text-align: left !important;}
@media only screen and (max-width: 500px){
	.career-page .projects-list{
		text-align: center !important;}}
.projects-list .vacancy{
	cursor: pointer;
	background: rgb(28,187,237); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(28,187,237,1) 0%, rgba(83,203,241,1) 75%, rgba(135,224,253,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(28,187,237,1) 0%,rgba(83,203,241,1) 75%,rgba(135,224,253,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(28,187,237,1) 0%,rgba(83,203,241,1) 75%,rgba(135,224,253,1) 100%);
	color: #fff;
	padding: 15px 15px 15px 15px;
	text-align: left;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-transition: all 0.3s ease;;
	-moz-transition: all 0.3s ease;;
	-o-transition: all 0.3s ease;;
	transition: all 0.3s ease;}
.projects-list .vacancy:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);}
.projects-list .vacancy .job-title{
	height: 90px;
	margin-bottom: 10px;}
.projects-list .vacancy .job-title a{
	color: #fff;
	font-size: 20px;
	font-weight: 700;}
.projects-list .vacancy .location{
	font-size: 16px;}
.projects-list .vacancy .date{
	font-size: 14px;}
/* Expertise */
.expertise .expertise-block-list{
	width: 1024px;
	margin: 0 auto;
	position: relative;
	padding: 15px 0px 0px 0px;
	/* padding: 15px 0px 0px 0px; */}
.expertise .actions{
	text-align: center;
	padding: 0 0 80px;}
.expertise-page .owl-pagination{
	padding: 40px 0 80px 0;}
@media only screen and (max-width: 1024px){
	.expertise-page .owl-pagination{
		padding: 50px 0 0 0;}}
@media only screen and (max-width: 992px){
	.expertise-page .owl-pagination{
		padding: 40px 0 20px 0;}}
.expertise .actions a{
	display: inline-block;
	vertical-align: top;
	background: #1cbbed;
	color: #fff;;
	font-size: 14px;
	padding: 8px 17px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;}
.expertise .actions a:hover{
	background: #d7d7d7;
	color: #4e4e4e;}
@media only screen and (max-width: 992px){
	.expertise .expertise-block-list{
		width: 100%;}}
.expertise .expertise-block-list .expertise-column{
	display: inline-block;
	vertical-align: top;
	width: 505px;}
/* < ------------------------ Сareer-pagek ---------------------------------> */
.career-page .about-us .desc{
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	color: #4e4e4e;
	margin-bottom: 35px;}
.career-page .about-us .desc a:link{
	color: #1CBBED;}
.career-page .item-about-us.img{
	margin-right: 20px;}
.career-page .about-devcom-photos{
	width: auto;}
.career-page .about-devcom-photos .img img{
	height: 160px;}
@media only screen and (max-width: 1150px){
	.career-page .career-images{
		flex-flow: column;}
	.career-page .item-about-us.img{
	margin-right: 0px;}}
/* < ------------------------ Api page expertise ---------------------------------> */
.expertise.api-development-expertise .expertise-column .item:nth-child(2){
	margin-bottom: 0px !important;
}
.expertise .expertise-block-list .api-column{
	display: flex;
	justify-content: space-between;
	width: 100%}
/* < ------------------------ Api page first block ---------------------------------> */
@media only screen and (max-width: 992px){
	.expertise .expertise-block-list .expertise-column{
	display: flex;
	justify-content: space-between;
	width: 100%;
 }}
.expertise .expertise-block-list .api-column .expertise-first-block-desc .item .ex-title{

	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px; 
	margin-bottom: 16px;}
.expertise .expertise-block-list .api-column .expertise-first-block-desc .item{
	display: flex;
	padding: 15px;
	height: 135px;
	margin-bottom: 40px;
	margin-left: 25px;}
.expertise .expertise-block-list .api-column .item .info{
	display: inline-block;
	vertical-align: top;
	margin-left: 24px;
	color: #4e4e4e;
	text-align: left;
	width: 71%;}
.expertise .expertise-block-list .api-column .item .ex-desc{
	font-size: 14px;
	line-height: 20px;}
.expertise .expertise-block-list .api-column .item .icon img{
	vertical-align: top;
	width: 64px;
	height: 64px;}
.expertise .expertise-block-list .api-column .expertise-first-block-image{
	margin-right: 82px;
	margin-top: 6px;
}
/* < ------------------------ Api page second block ---------------------------------> */
.expertise .expertise-block-list .api-column-two{
	display: flex;
	justify-content: space-between;
	margin-right: 22px;
	margin-top: 42px;
	margin-bottom: 53px;}
.expertise .expertise-block-list .api-column-two .expertise-second-block-desc .item{
	display: flex;      
	padding: 15px;}
.expertise .expertise-block-list .api-column-two .expertise-second-block-desc .item .ex-title{

	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;}
.expertise .expertise-block-list .api-column-two .expertise-second-block-desc .item .ex-desc{
	font-size: 14px;
	line-height: 20px;
	width: 100%;}
.expertise .expertise-block-list .api-column-two .expertise-second-block-desc{
	margin-left: 54px;}
.expertise .expertise-block-list .api-column-two .item .icon img{
	vertical-align: top;
	width: 64px;
	height: 64px;}
.expertise .expertise-block-list .api-column-two .item .info{
	display: inline-block;
	vertical-align: top;
	margin-left: 24px;
	color: #4e4e4e;
	text-align: left;}
.expertise .expertise-block-list .api-column-two .expertise-second-block-image img{
	margin-top: 34px;
	margin-left: 50px;
	margin-right: 23px;}
.expertise .inner-block-header-api-page{
	margin-left: 430px;
	width: 1024px;
	margin: 0 auto;
	padding: 30px 0 40px 0;
	text-align: center;}
.expertise .inner-block-header-api-page .block-title{
	display: inline-block;
	vertical-align: middle;
	margin-right: 24px;

	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 47px;
	text-align: right;
	text-transform: uppercase;
	color: #4E4E4E;}
.expertise .inner-block-header-api-page .block-desc{
	display: inline-block;
	vertical-align: middle;
	padding-left: 24px;
	border-left: 1px solid #4e4e4e;
	font-size: 14px;
	color: #4e4e4e;
	text-align: left;}
@media only screen and (max-width: 1150px){
	.wide-sep-api-page :last-of-type{
		display: none;}
	/* .expertise .inner-block-header-api-page{
		display: none;}*/
	@media only screen and (max-width: 768px){
		.expertise .inner-block-header-api-page .block-desc{
			display: none;}
		.expertise .inner-block-header-api-page{
			margin-left: 430px;
			width: auto;
			margin: 0 auto;
			padding: 0px 0 0px 0;
			text-align: center;}
		.expertise .inner-block-header-api-page .block-title{
			display: inline-block;
			vertical-align: middle;

			font-style: normal;
			font-weight: normal;
			font-size: 36px;
			line-height: 47px;
			text-align: right;
			text-transform: uppercase;
			margin-top: 40px;
			margin-right: 0px;
			color: #4E4E4E;}}
	.expertise .expertise-block-list .api-column .item .info{
		display: inline-block;
		vertical-align: top;
		color: #4e4e4e;
		text-align: left;}
	.expertise .expertise-block-list .api-column{
		justify-content: space-between;
		width: 100% ;
		flex-flow: column;}
	.expertise .expertise-block-list .api-column .item .icon{
		display: block;
		margin-bottom: 16px;
		text-align: center;
		padding: 14px;}
	.expertise .expertise-block-list .api-column-two .item .info{
		display: inline-block;
		vertical-align: top;
		margin-left: 0px;
		color: #4e4e4e;
		text-align: left;}
	.expertise .expertise-block-list .api-column .item .info{
		display: inline-block;
		vertical-align: top;
		margin-left: 0px;
		color: #4e4e4e;
		text-align: left;
		width: 100%;}
	.expertise .expertise-block-list .api-column .item{
		display: block;
		margin-top: 5px;
		text-align: center;}
	.expertise .expertise-block-list .api-column-two .item{
		display: block;
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: center;
		margin-left: 0px;}
	.expertise .expertise-block-list .api-column .expertise-first-block-desc .item {
		display: flex;
		padding: 23px;
		height: 15px;
		flex-flow: column;
		margin-bottom: 0px;
		margin-left: 0px;
		height: 100%;}
	.expertise .expertise-block-list .api-column .expertise-first-block-desc .item .ex-title{
		text-align: center;

		font-style: normal;
		font-weight: normal;
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 16px;
		margin-top: 0px;}
	.expertise .expertise-block-list .api-column .expertise-first-block-desc .icon{
		width: 64px;
		height: 64px;
		display: block;
		margin-bottom: 16px;
		align-self: center;
		margin-left: 0px;
		padding: 0px;}
	.expertise .expertise-block-list .api-column .expertise-first-block-desc .item .ex-desc{
		font-size: 14px;
		line-height: 20px;}
	.expertise .expertise-block-list .api-column-two .expertise-second-block-desc .item .ex-title{
		text-align: center;

		font-style: normal;
		font-weight: normal;
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 16px;
		margin-top: 0px;}
	.expertise .expertise-block-list .api-column-two .expertise-second-block-desc .item .ex-desc{
		font-size: 14px;
		line-height: 20px;}
	.expertise .expertise-block-list .api-column-two{
		justify-content: space-between;
		width: 100% ;
		flex-flow: column-reverse; 
		margin-top: 0px;
		margin-bottom: 0px;}
	.expertise .expertise-block-list .api-column-two .expertise-second-block-desc .item{
		width: 100%;
		display: flex;
		flex-flow: column;
		padding: 30px 23px 30px 23px;
		height: 100%;}
	.expertise .expertise-block-list .api-column-two .item .icon{
		width: 64px;
		height: 64px; 
		display: block;
		margin-bottom: 16px;
		align-self: center;
		margin-left: 0px;
		padding: 0px;}
	.expertise .expertise-block-list .api-column-two .item .icon img{
		width: 100%;
		height: 100%;}
	.expertise .expertise-block-list .api-column-two .expertise-second-block-image img{
		display: none;}
	.expertise .expertise-block-list .api-column .expertise-first-block-image img{
		display: none;}}
@media only screen and (max-width: 1150px){
	.expertise .expertise-block-list .expertise-column{
		width: 100%;
		display: block;}}
.expertise .expertise-block-list .expertise-column .item{
	width: 470px;
	display: block;
	margin-bottom: 40px;
	margin-left: 25px;
	height: 100%;}
.expertise .expertise-block-list .expertise-column .item:nth-child(2){
	margin-bottom: 80px;}
	.expertise .expertise-block-list .expertise-column .item:nth-child(3), .expertise .expertise-block-list .expertise-column .item:nth-child(4),
.expertise .expertise-block-list .expertise-column .item:nth-child(7), .expertise .expertise-block-list .expertise-column .item:nth-child(8){
	margin-left: 540px;}
.expertise .expertise-block-list .expertise-column .item:nth-child(5){
	margin-top: 80px;}
@media only screen and (max-width: 1150px){
	.expertise .expertise-block-list .expertise-column .item{
		display: block;
		width: 100%;
		margin: 20px 0 24px 0;
		text-align:center;}
	.about-us  .expertise .expertise-block-list .expertise-column .item{
		display: flex;
		width: 100%;
		margin: 20px 0 35px 0;
		text-align: center;
		justify-content: center;}
	.expertise .expertise-block-list .expertise-column .item:nth-child(2){
		margin-bottom: 24px;}
	.expertise .expertise-block-list .expertise-column .item:nth-child(3), .expertise .expertise-block-list .expertise-column .item:nth-child(4){
		margin-left: 0;}
	.expertise .expertise-block-list .expertise-column .item:nth-child(5){
		margin-top: 0;}}
.expertise .expertise-block-list .expertise-column .item .icon{
	display: inline-block;
	vertical-align: top;
	width: 64px;
	height: 64px;}
.expertise .expertise-block-list .expertise-column .item .info{
	display: block;
	width: 100%;
	margin-left: 0;
	text-align: left;}
/* .expertise .expertise-block-list .expertise-column .item .info{
	display: block;
	width: 100%;
	margin-left: 0;
	text-align: left;
	padding: 0 24px;}*/
@media only screen and (max-width: 1150px){
	.expertise .expertise-block-list .item .icon{
		display: block;
		width: 100%;
		margin-bottom: 16px;
		text-align: center;}}
.expertise .expertise-block-list .item .icon img{
	display: block;
	height: 100%;
	width: 100%;}
@media only screen and (max-width: 1150px){
	.expertise .expertise-block-list .expertise-column .item .icon img{
		width: 100%;}}
.row-item{
	display: flex;
	margin-bottom: 10px;}
.row-item .info{

	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	margin-left: 10px;}
.row-item .info .ex-title{
	font-size: 20px;
	margin-bottom: 4px;}
.row-item .icon{
	width: 20.33px;
	height: 13px;
	margin-top: 4px;}
.expertise .expertise-block-list .expertise-column .item .info{
	display: inline-block;
	vertical-align: top;
	width: 376px;
	margin-left: 24px;
	color: #4e4e4e;
	text-align: left;
	margin-bottom:0px;}
/* Our-Partners */
.expertise .expertise-block-list .expertise-column .item .partner-info{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	color: #4e4e4e;
	text-align: left;}
.expertise .expertise-block-list .expertise-column .item .partner-info .info-text{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 60%;}
.expertise .expertise-block-list .expertise-column .item .partner-icon{
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	width: auto;
	height: 100%;}
.expertise .expertise-block-list .expertise-column .item .partner-info .ex-title{
	margin-bottom: 12px;}
.expertise .expertise-block-list .partner-info{
	display: block;}
/*----------------*/
.expertise .expertise-block-list .item .info a{
	color: #4e4e4e;}
.expertise .expertise-block-list .expertise-column .item .info .ex-title{
	font-size: 20px;
	margin-bottom: 16px;}
.expertise .expertise-block-list .expertise-column .item .info .ex-desc{
	font-size: 14px;
	line-height: 20px;
	    text-align: justify;
		}
@media only screen and (max-width: 1150px){
	.expertise .expertise-block-list .expertise-column .item .info{
		display: block;
		width: 100%;
		margin-left: 0;
		text-align: left;
		padding: 0 24px;}
	.about-us .expertise .expertise-block-list{
		width: auto;
		display: block;}
	.expertise .expertise-block-list .expertise-column .item .info .ex-title{
		text-align: center;}
	.expertise .expertise-block-list .expertise-column .item .partner-info{
		display: inline-block;
		vertical-align: top;
		width: 100%;
		color: #4e4e4e;
		text-align: left;}}
@media only screen and (max-width: 1150px){
	.expertise .expertise-block-list .service-slider{
		display: none !important;}}
.expertise .expertise-block-list .service-slider .slide{
	display: block;
	text-align: center;}
.expertise .expertise-block-list .service-slider-1{
	float: right;
	width: 320px;
	height: 230px;
	margin-right: 110px;}
.expertise .expertise-block-list .healthcare-slider-1{
	float: right;
	width: 320px;
	height: 230px;
	margin: 50px 20px 0 0;}
.expertise .expertise-block-list .healthcare-slider-2{
	position: absolute;
	top: 460px;
	left: 15px;
	width: 320px;
	height: 280px;}
.expertise .expertise-block-list .healthcare-slider-3{
	position: absolute;
	width: 360px;
	height: 230px;
	margin-right: 20px;
	right: 0px;
	top: 800px}
.expertise .expertise-block-list .service-slider-1 .owl-controls{
	margin-top: 10px;}
.expertise .expertise-block-list .service-slider-2{
	position: absolute;
	top: 360px;
	left: 0;
	width: 320px;
	height: 280px;}
.expertise .expertise-block-list .service-slider-4{
    position: absolute;
    top: 1100px;
    left: 99px;
    width: 320px;
    height: 280px;}
	
.expertise .expertise-block-list .service-slider-3{
    position: absolute;
  
    right: 98px;
    width: 320px;
    height: 280px;
    top: 772px;}
.expertise .expertise-block-list .ui-ux-slider-2{
	position: absolute;
	top: 490px;
	left: 0;
	width: 320px;
	height: 280px;}
.expertise .expertise-block-list .service-slider-2 .owl-controls{
	margin-top: 16px;}
.cloud-image{
	width:64px;
	height:64px;}
/* Inner block header */
.inner-block-header{
	margin-left: 430px;
	width: 1024px;
	margin: 0 auto;
	padding: 40px 0 40px 0;
	text-align: center;}
/* .inner-block-header .expertise-block-list .icon{
	width: 1024px;}*/
@media only screen and (max-width: 992px){
	.inner-block-header{
		width: 100%;
		padding: 60px 0;}}
@media only screen and (max-width: 768px){
	.inner-block-header{
		padding: 40px 0 15px;}}
/* .inner-block-header .block-title{
	font-family: PT Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 47px;
	text-align: right;
	text-transform: uppercase;}*/
@media only screen and (max-width: 992px){
	.inner-block-header .block-title{
		margin: 0 0 24px 0;
		padding-bottom: 10px;
	 }}
@media only screen and (max-width: 768px){
	.inner-block-header .block-title{
		margin: 0;
		border: 0;}}
.inner-block-header a:hover{
	text-decoration: underline;}
@media only screen and (max-width: 992px){
	.inner-block-header .block-desc{
		display: block;
		width: 100%;
		padding: 0 20px;
		border: 0; 
		text-align: center;}}
 
.inner-block-header .block-desc p{
	font-size: 14px;
	color: #4e4e4e;
	text-align: center;
	margin-bottom: 0px;}
.inner-block-header .block-desc p:last-child{
	margin: 0;}
@media only screen and (max-width: 992px){
	.inner-block-header .block-desc p{
		text-align: center;}}
/* Inner block list */
.inner-block-list{
	width: 1024px;
	margin: 0 auto;
	text-align: center;}
.inner-block-list .expertise{
	margin-bottom: 18px;}
.inner-block-list .desc-area{
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
	padding: 0 24px 24px 24px;
	color: #4e4e4e;}
@media only screen and (max-width: 992px){
	.inner-block-list{
		width: 100%;}}
.inner-block-list .item{
display: inline-block;
    vertical-align: top;

    width: calc(33.3% - 20px);
    height: auto;
    margin: 0 24px 40px 0;}
.inner-block-list .item.item-11{
width: 34%;
  	
}
.inner-block-list .item.item-21{
width: 34%;
    margin-right: 0;	
}
.inner-block-list .item.item-01 {
    margin-right: 0;
}


	
.inner-block-list .item:nth-child(5n){
	margin-right: 0;}
.inner-block-list .item:nth-child(4n) .title{
}
@media only screen and (max-width: 992px){

.inner-block-list .item .title {
    width: 100%;
    margin-top: 16px;
    height: auto;
    font-size: 20px;
    color: #4e4e4e;
    text-align: center;
}
.inner-block-list .item.item-11 {
    width: 100%;
}
.inner-block-list .item.item-21 {
    width: 100%;
    margin-right: 0;
}

	.inner-block-list .item{
width: 100%;
        padding: 0;
        margin: 0 0px 40px 0;}
	.inner-block-list .item:nth-child(2n){
		margin-right: 0;}}
@media only screen and (max-width: 768px){
	.inner-block-list .item{
		padding: 0 5px;}}
@media only screen and (max-width: 500px){
	.inner-block-list .item{
		display: block;
		width: 100%;
		margin: 0 auto 24px;
		padding: 0 24px;}}
.inner-block-list .item .icon{
	display: block;
	width: 100%;
	height: 64px;
	text-align: center;}
.inner-block-list .item .title{
	display: inline-block;
	width: 170px;
	margin-top: 16px;
	height: 50px;
	font-size: 20px;
	color: #4e4e4e;
	text-align: center;}
@media only screen and (max-width: 500px){
	.inner-block-list .item .title{
		height: auto;}}
.inner-block-list .item .desc{
	display: block;
	margin-top: 16px;
	font-size: 14px;
	line-height: 20px;
	color: #4e4e4e;
	text-align: justify;}
.inner-block-list .item .bot{
	display: block;
	margin-top: 4px;
	text-align: justify;}
.inner-block-list .item .bot a{
	color: #1cbbed;
	font-size: 12px;}
.inner-block-list .item .bot a:hover{
	text-decoration: underline;}
/* Projects */
/*.projects{
	background: #f8f8f8;}
.projects .inner-block-header{
	background: #f8f8f8;}*/
/* Projects list */
.projects-list{
	display: block;
	width: 1024px;
	margin: 0 auto;
	/*padding-bottom: 54px;*/
	text-align: center;}
@media only screen and (max-width: 1150px){
	.projects-list{
		width: 100%;
		padding: 0 0 35px 0;
		text-align: center;}}
@media only screen and (max-width: 992px){
	.projects-list{
		padding-right: 0;}
	.projects-list .owl-item > .item{
		width: 90%;
		margin-right: 0;}}
.projects-list .item{
	display: inline-block;
	vertical-align: top;
	width: 308px;
	margin: 0 26px 40px 0;}
.projects-list .item:nth-child(3n){
	margin-right: 0;}
@media only screen and (max-width: 1150px){
	.projects-list .item{
		width: 33%;
		margin-right: 0;
		padding: 25px;}}
@media only screen and (max-width: 992px){
	.projects-list .item{
		width: 50%;
		margin-right: 0;}}
@media only screen and (max-width: 768px){
	.projects-list .item{
		width: 80%;}}
.projects-list .item .item-info{
	display: block;
	width: inherit;
	text-align: center;}
.projects-list .item .item-info:hover .image img{
	opacity: 0.9;}
.projects-list .item .item-info:hover .title{
	color: #1cbbed;}
@media only screen and (max-width: 1150px){
	.projects-list .item .item-info{
		width: 100%;}}
.projects-list .item .item-info .image{
	display: block;
	width: 100%;
	height: 200px;}
.projects-list .item .item-info .image img{
	width: 100%;
	height: 100%;}
.projects-list .item .item-info .title{
	display: inline-block;
	width: 210px;
	margin-top: 16px;
	font-size: 20px;
	color: #4e4e4e;}
.projects-list .post{
display: block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 13px 0 13px;
    box-sizing: border-box;}
	
.projects-list .post .post-thumbnail > a{
	display: block;
	width: 100%;
	height: 110px;
	overflow: hidden;}
.projects-list .post .post-thumbnail > a img{
	width: 100%;
	height: auto;}
.projects-list .post .entry-header .entry-title{
	display: block;
	width: 280px;
	height: 70px;
	font-size: 18px;
	margin: 16px auto 0;
	text-align: center;}
@media only screen and (max-width: 500px){
	.projects-list .post .entry-header .entry-title{
		height: auto;}}
.projects-list .post .entry-header .entry-title > a{
	font-size: 18px;
	font-weight: 300;
	color: #4e4e4e;}
.projects-list .post .entry-header .entry-title > a:hover{
	text-decoration: underline;}
.projects-list .post .entry-content{
    margin-top: 5px;
    font-size: 14px;
    text-align: justify;
    color: #4e4e4e;}
.projects-list .post .entry-meta .more{
	display: block;
	margin-top: 4px;
	font-size: 14px;
	text-align: left;}
.projects-list .post .entry-meta .more a{
	color: #1cbbed;}
.projects-list .post .entry-meta .more a:hover{
	text-decoration: underline;}
/* Projects block on Services page */
.projects-services{
	background: #fff;}
@media only screen and (max-width: 500px){
	.projects-services{
		background: #f8f8f8;
		padding-bottom: 40px;}}
.projects-services .inner-block-header{
	background: #fff;}
@media only screen and (max-width: 500px){
	.projects-services .inner-block-header{
		background: #f8f8f8;}}
.projects-services .projects-list{
	padding-bottom: 0;
	text-align: center;}
.projects-services .projects-list .item .item-info .image img{
	width: 272px;
	height: auto;}
.projects-services .projects-list .item .item-info .title{
	width: 230px;}
.projects-services .actions{
	text-align: center;
	padding: 20px 0 80px;}
@media only screen and (max-width: 500px){
	.projects-services .actions{
		display: none;}}
.projects-services .actions a{
	display: inline-block;
	vertical-align: top;

	font-size: 14px;
	padding: 8px 17px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
		background: #1cbbed;
	color: #fff;}
.projects-services .actions a:hover{
	background: #d7d7d7;
	color: #4e4e4e;}
/* Projects page */
.projects-page{
	background: #fff;
	display: block;
	width: 1024px;
	margin: 0 auto;
	padding-bottom: 54px;}
@media only screen and (max-width: 1150px){
	.projects-page{
		width: 100%;
		padding: 0 0 35px 0;
		text-align: center;}}
@media only screen and (max-width: 992px){
	.projects-page{
		padding-right: 0;}
	.projects-page .owl-item > .item{
		width: 90%;
		margin-right: 0;}}
.projects-page .projects-filter{
	width: 1024px;
	margin: 0 auto 24px;
	padding: 80px 0 40px;}
@media only screen and (max-width: 1150px){
	.projects-page .projects-filter{
		width: 100%;
		padding: 20px 0 30px;}}
@media only screen and (max-width: 768px){
	.projects-page .projects-filter .chosen{
		margin: 0 0 10px 0;}}
.projects-page .projects-filter .chosen-container{
	margin-right: 26px;}
@media only screen and (max-width: 768px){
	.projects-page .projects-filter .chosen-container{
		margin: 0 0 10px 0;}}
.projects-page .projects-page-list{
	padding-bottom: 0;}
.projects-page .projects-page-list .item{
	display: inline-block;
	vertical-align: top;
	width: 308px;
	margin: 0 26px 40px 0;}
.projects-page .projects-page-list .item:nth-child(3n){
	margin-right: 0;}
.projects-page .projects-page-list .item .item-info{
	display: block;
	width: inherit;
	text-align: center;}
.projects-page .projects-page-list .item .item-info:hover .image img{
	opacity: 0.9;}
.projects-page .projects-page-list .item .item-info .title{
	display: block;
	width: 230px;
	margin: 16px auto 0;
	text-align: center;}
.projects-page .projects-page-list .item .item-info .title a{
	font-size: 20px;
	color: #4e4e4e;}
.projects-page .projects-page-list .item .item-info .title a:hover{
	text-decoration: underline;}
.projects-page .projects-page-list .item .item-info .desc{
	margin-top: 16px;
	font-size: 12px;
	text-align: left;
	color: #4e4e4e;}
.projects-page .projects-page-list .item .item-info .more{
	display: block;
	margin-top: 4px;
	font-size: 12px;
	text-align: left;}
.projects-page .projects-page-list .item .item-info .more a{
	color: #1cbbed;}
.projects-page .projects-page-list .item .item-info .more a:hover{
	text-decoration: underline;}
.projects-page .actions{
	text-align: center;
	padding: 20px 0 40px;}
@media only screen and (max-width: 500px){
	.projects-page .actions{
		display: none;}}
.projects-page .actions a{
	display: inline-block;
	vertical-align: top;
	background: #d7d7d7;
	color: #4e4e4e;
	font-size: 14px;
	padding: 8px 17px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;}
	.projects-page .actions a:hover{
		background: #1cbbed;
		color: #fff;}
/* Blog page */
.projects-page-main .blog-page .blog-page-list .projects-page-wrapper .entry-content{
	display: inline-block !important;}
.projects-page-main .projects-page-wrapper .entry-meta{
	display: inline-block !important;}
.post-page .entry-content{
	display: block !important;}
.entry-header .more{
	margin: 35px 20px 0 0;
	text-align: right;}
.news-page-main .blog-page{
	width: 1024px;}
.blog-page{
	background: #fff;
	display: block;
	width: 1250px;
	margin: 0 auto;
	padding-bottom: 54px;
	overflow: hidden;}
/** Projects aside filter */
.projects-aside-filter{
	display: block;
	width: 180px;}
.projects-aside-filter a{
	color: #1cbbed;}
.projects-aside-filter a:hover{
	text-decoration: underline;}
.projects-aside-filter .filter-selected{
	font-weight: 700;}
.projects-aside-filter .base{
	margin-bottom: 4px;}
.projects-aside-filter .base a{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;}
.projects-aside-filter .base .filter-selected{
	font-weight: 700;}
.projects-aside-filter ul{
	margin: 0 0 10px 18px;}
.projects-aside-filter ul li{
	list-style-type: square;
	color: #1cbbed;
	margin: 0 0 3px 0;}
.projects-aside-filter ul li a{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: 300;}
.pagination .nav-links{
	text-align: center;
	margin-bottom: 80px;}
.pagination .nav-links span{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;}
.pagination .nav-links span.page-numbers{
	padding: 7px 20px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;}
.pagination .nav-links span.page-numbers.current{
	color: #4e4e4e;
	background-color: #d7d7d7;}
.pagination .nav-links a{
	display: inline-block;
	vertical-align: top;
  color: #4e4e4e;
  background-color: #d7d7d7;
	font-size: 14px;
	padding: 7px 20px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;margin-left: 2px;
margin-right: 2px;}
@media only screen and (max-width: 1150px){
	.blog-page{
		width: 100%;
		padding: 0 0 35px 0;
		text-align: center;}
	.news-page-main .blog-page{
		width: 100%;}}
@media only screen and (max-width: 992px){
	.blog-page{
		padding-right: 0;}
	.blog-page .owl-item > .item{
		width: 90%;
		margin-right: 0;}}
.blog-page .blog-page-list{
	padding: 80px 0 0 0;}
@media only screen and (max-width: 1150px){
	.blog-page .blog-page-list{
		padding: 0;}}
.blog-page .blog-page-list .projects-filter{
	margin-bottom: 24px;}
.blog-page .blog-page-list .projects-filter .chosen-container{
		margin-right: 12px;}
.blog-page .blog-page-list .projects-aside-filter{
	float: left;
	width: 180px;
	margin-right: 15px;}
@media only screen and (max-width: 1250px){
	.blog-page .blog-page-list .projects-aside-filter{
		margin-left: 15px;}}
@media only screen and (max-width: 1150px){
	.blog-page .blog-page-list .projects-aside-filter{
		float: none;
		width: 100%;
		margin: 10px 0;
		padding: 0 0 24px 0;
		text-align: center;
		display: none;}
	.blog-page .blog-page-list .projects-aside-filter .col{
		display: inline-block;
		vertical-align: top;
		width: 45%;
		margin-right: 25px;
		text-align: left;}
	.blog-page .blog-page-list .projects-aside-filter .col:last-child{
		margin-right: 0;}
	.blog-page .blog-page-list .projects-aside-filter .col ul li{
		display: inline-block;
		vertical-align: top;
		width: 45%;}}
@media only screen and (max-width: 992px){
	.blog-page .blog-page-list .projects-aside-filter{
		display: inline-block;}
	.blog-page .blog-page-list .projects-aside-filter .col{
		display: inline-block;
		text-align: center;
		width: 100%;}
	.blog-page .blog-page-list .projects-aside-filter .col ul{
		display: none;}
	.blog-page .blog-page-list .projects-aside-filter .col ul li{
		width: 100%;}}
.blog-page .blog-page-list .projects-page-wrapper{
    width: 1024px;
	margin: 0 auto;}
 
.blog-page .blog-page-list .projects-page-wrapper.projects-main1 {
    width: 1011px;
    float: right;
}


.author-mini-card .auth-image {
width: 70px;
display: block;
overflow: hidden;
height: 70px;
border-radius: 50%;
}
.author-mini-card a {
  display: flex;
  color: #000;
text-decoration: none !important;
  align-content: center;
}

.author-mini-card img{

    width: 100%;
    height: auto;

}
.author-mini-card a .auth-name {
	font-size: 18px;
  padding: 15px 0 0 10px;
}

.author-mini-card a .auth-name span {
	font-size: 14px;

}

.author-mini-card .auth-pre{
	display: block;
	margin-bottom: 10px;

}





@media only screen and (max-width: 1150px){
	.blog-page .blog-page-list .projects-page-wrapper{
		float: none;
		width: 100%;
		margin: 10px 0;}
.blog-page .blog-page-list .projects-page-wrapper.projects-main1 {
  float: none;
  width: 100%;
  margin: 10px 0;
}
		}
.blog-page .blog-page-list .item{
	display: inline-block;
	vertical-align: top;
	width: 308px;
	margin: 0 26px 40px 0;}
.blog-page .blog-page-list .item:nth-child(3n){
	margin-right: 0;}
.blog-page .blog-page-list .item .item-info{
	display: block;
	width: inherit;
	text-align: center;}
.blog-page .blog-page-list .item .item-info:hover .image img{
	opacity: 0.9;}
.blog-page .blog-page-list .item .item-info .title{
	display: block;
	width: 230px;
	margin: 16px auto 0;
	text-align: center;}
.blog-page .blog-page-list .item .item-info .title a{
	font-size: 20px;
	color: #4e4e4e;}
.blog-page .blog-page-list .item .item-info .title a:hover{
	text-decoration: underline;}
.blog-page .blog-page-list .item .item-info .desc{
	margin-top: 16px;
	font-size: 12px;
	text-align: left;
	color: #4e4e4e;}
.blog-page .blog-page-list .item .item-info .more{
	display: block;
	margin-top: 4px;
	font-size: 12px;
	text-align: left;}
.blog-page .blog-page-list .item .item-info .more a{
	color: #1cbbed;}
.blog-page .blog-page-list .item .item-info .more a:hover{
	text-decoration: underline;}
.blog-page .blog-page-list .post{
	display: inline-block;
	vertical-align: top;
    width: calc(33.33% - 33px);
	min-width: 308px;
	margin: 0 13px 40px 13px;}
.post-thumbnail > a{
	display: block;
	width: 100%;
	height: 110px;
	overflow: hidden;}
.blog-page .blog-page-list .post .post-thumbnail > a img{
	width: 100%;
	height: auto;}
.blog-page .blog-page-list .post .entry-header .entry-title{
    display: block;
    width: 100%;
    height: 75px;
    font-size: 20px;
    margin: 16px auto 0;
    text-align: center;
    overflow: hidden;
    line-height: 23px;
    padding-left: 0;
    padding-right: 0;
    text-align: left !important;
		}
		
.blog-page .blog-page-list .post .entry-header .entry-title > a{
	font-size: 20px;
	font-weight: 300;
	color: #4e4e4e;}
.blog-page .blog-page-list .post .entry-header .entry-title > a:hover{
	text-decoration: underline;}
.blog-page .blog-page-list .post .entry-content{
margin-top: 5px;
	font-size: 14px;
	text-align: left;
	color: #4e4e4e;}
.blog-page .blog-page-list .post .entry-meta .more{
	display: block;
	margin-top: 4px;
	font-size: 14px;
	text-align: left;}
.blog-page .blog-page-list .post .entry-meta .more a{
	color: #1cbbed;}
.blog-page .blog-page-list .post .entry-meta .more a:hover{
	text-decoration: underline;}
.blog-page .actions{
	text-align: center;
	padding: 20px 0 40px;}
@media only screen and (max-width: 500px){
	.blog-page .actions{
		display: none;}
	.blog-page .blog-page-list .post .entry-header .entry-title{
		height: auto;}}
.blog-page .actions a{
background: #d7d7d7;
	color: #4e4e4e;
	display: inline-block;
	vertical-align: top;
 
	font-size: 14px;
	padding: 8px 17px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;}
.blog-page .actions a:hover{
background: #1cbbed;
color: #fff;}
.list-buttons a.active{
	background: #1cbbed;
	color: #fff;}
.blog-page .actions a.disable{

background: #1cbbed;
color: #fff;	
}	
/* Contract block on Service page */
/*.contract{
	background: #f8f8f8;}*/
@media only screen and (max-width: 1150px){
	.contract{
		background: #fff;
		padding-bottom: 40px;}}
/*.contract .inner-block-header{
	background: #f8f8f8;}*/
@media only screen and (max-width: 1150px){
	.contract .inner-block-header{
		background: #fff;}}
.contract .contract-list .item{
	width: 309px;
	margin: 0 24px 0 0;}
@media only screen and (max-width: 500px){
	.contract .contract-list .item{
		width: 100%;
		text-align: center;
		margin-right: 0;}}
.contract .contract-list .item:first-child .title{
	}
.contract .contract-list .item:last-child{
	margin-right: 0;}
.contract .contract-list .item .title{
	width: 200px;}
.contract .contract-list .owl-controls{
	margin-top: 24px;}
.contract .actions{
	text-align: center;
	padding: 10px 0 0px;}
@media only screen and (max-width: 500px){
	.contract .actions{
		display: none;}}
.contract .actions a{
	display: inline-block;
	vertical-align: top;
	background: #1cbbed;
	color: #fff;
	font-size: 14px;
	padding: 8px 17px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;}
.contract .actions a:hover{
background: #d7d7d7;
    color: #4e4e4e;
	
	}
/* Blog block Service page */
/*.blog-block{
	background: #f8f8f8;}
.blog-block .inner-block-header{
	background: #f8f8f8;}*/
.blog-block .blog-single{
	width: 1024px;
	margin: 0 auto;
	padding-bottom: 40px;
	text-align: center;}
@media only screen and (max-width: 1150px){
	.blog-block .blog-single{
		width: 100%;}}
.blog-block .blog-single .left-picture{
	display: inline-block;
	vertical-align: top;
	width: 476px;
	height: 336px;
	margin: 0 24px 0 0;}
@media only screen and (max-width: 1150px){
	.blog-block .blog-single .left-picture{
		display: block;
		margin: 0 auto;
		height: auto;
		text-align: center;}
	.blog-block .blog-single .left-picture img{
		width: 80%;
		height: auto;}}
@media only screen and (max-width: 500px){
	.blog-block .blog-single .left-picture{
		display: block;
		width: 100%;
		text-align: center;}
	.blog-block .blog-single .left-picture img{
		width: 80%;
		height: auto;}}
.blog-block .blog-single .right-data{
	display: inline-block;
	vertical-align: top;
	width: 476px;
	padding: 105px 0 0 0;
	text-align: left;}
@media only screen and (max-width: 1150px){
	.blog-block .blog-single .right-data{
		width: 100%;
		padding: 24px 24px 0;
		text-align: center;}}
.blog-block .blog-single .right-data .title{
	display: inline-block;
	font-size: 20px;
	margin-bottom: 16px;
	color: #4e4e4e;}
.blog-block .blog-single .right-data .title:hover{
	text-decoration: underline;}
.blog-block .blog-single .right-data .desc{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 4px;
	color: #4e4e4e;}
.blog-block .blog-single .right-data .more{
	display: inline-block;
	color: #1cbbed;
	font-size: 12px;}
.blog-block .blog-single .right-data .more:hover{
	text-decoration: underline;}
.blog-block .actions{
	text-align: center;
	padding: 0 0 40px;}
.blog-block .actions a{
	display: inline-block;
	vertical-align: top;
	background: #1cbbed;
	color: #fff;
	font-size: 14px;
	padding: 8px 17px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;}
.blog-block .actions a:hover{
		background: #d7d7d7;
	color: #4e4e4e;
}
/* Discuss */
.discuss{
	width: 100%;
	height: 416px;
 
	text-align: center;
	padding-left: 20px;
    padding-right: 20px;}
@media only screen and (max-width: 768px){
	.discuss{
		height: 315px;}}
.discuss h2, .discuss .h2 {
	padding-top: 108px;
	font-size: 36px;
	font-weight: 500;
	color: #fff;}
@media only screen and (max-width: 768px){
	.discuss h2, .discuss .h2{
		padding: 80px 20px 0 0;}}
@media only screen and (max-width: 500px){
	.discuss h2, .discuss .h2{
		padding: 60px 35px 0;}}
.discuss .info{
	margin-top: 28px;}
@media only screen and (max-width: 992px){
	.discuss .info{
		padding: 0 20px;}}
@media only screen and (max-width: 768px){
	.discuss .info{
		 }}
.discuss .info p{
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;}
.discuss .actions{
	margin-top: 40px;}
	 .post-page .actions.v2{
		 text-align: center;
    padding-top: 30px;
		 text-align: center;
	 }

	 .post-page .actions.v2 a,
.discuss .actions a{
	display: inline-block;
	vertical-align: top;
	background: #1cbbed;
	color: #fff;
	font-size: 14px;
	padding: 7px 20px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;}
		 .post-page .actions.v2 a{	 
text-decoration: none !important;	 
padding: 15px 50px 16px;
	 }
	 
.discuss .actions a:hover{
	    background: #d7d7d7;
    color: #4e4e4e;
	}
/* Discuss partner */
.discuss-partnership{
	width: 100%;
	height: 416px;
	background: url('/wp-content/themes/devcom/assets/css/../images/discuss.jpg.webp') no-repeat 50% 50%/cover;
	text-align: center;}
@media only screen and (max-width: 768px){
	.discuss-partnership{
		height: 315px;}}
.discuss-partnership h2{
	padding-top: 108px;
	font-size: 36px;
	font-weight: 500;
	color: #fff;}
@media only screen and (max-width: 768px){
	.discuss-partnership h2{
		padding: 80px 20px 0 0;}}
@media only screen and (max-width: 500px){
	.discuss-partnership h2{
		padding: 60px 35px 0;}}
.discuss-partnership .info{
	margin-top: 28px;}
@media only screen and (max-width: 992px){
	.discuss-partnership .info{
		padding: 0 20px;}}
@media only screen and (max-width: 768px){
	.discuss-partnership .info{
		display: none;}}
.discuss-partnership .info p{
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;}
.discuss-partnership .actions{
	margin-top: 40px;}
.discuss-partnership .actions a{
	display: inline-block;
	vertical-align: top;
	background: #1cbbed;
	color: #fff;
	font-size: 14px;
	padding: 7px 20px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;}
.discuss-partnership .actions a:hover{
	background: #1ca2d3;}
/*net development*/
.net-development{
	width: 1024px;
	padding: 0 24px 0 24px;
	margin: auto;
	color: #4e4e4e;

	font-size: 14px;
	padding-bottom: 40px;}
.net-development .block-list{
	padding: 40px 0 40px 0;}
.net-development .block-list .block .block-img{
	float: right;
	display: inline-block;}
.net-development .block-list .block .block-text{
	display: inline-block;
	width: 482px;
	margin-top: 50px;}
.net-development .block-list .block-text{
	line-height: 24px;
	margin-bottom: 20px;}
.net-development .block-list .block-text .actions{
	margin-top: 25px;}
.net-development .block-list .block-text .actions a{
	display: inline-block;
	vertical-align: top;
	background: #1cbbed;
	color: #fff;
	font-size: 14px;
	padding: 5px 28px 6px;
	border-radius: 3px;}
.cards-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}
.net-development .cards-block .development-services-cards{
	width: auto;
	height: 146px;
	margin: 12px;
	padding: 15px;
	text-align: initial;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	position: relative;}
.net-development .cards-block .services-text{
	width: 100;
	height: 100%;

	font-style: normal;
	font-weight: normal;
	color: #4E4E4E;
	font-size: 14px;
	line-height: 24px;
	margin-left: 0px;}
.net-development .cards-block .services-text-line .icon img{
	width: 13.5px;
	height: 10px;}
.net-development .cards-block .services-title{
	position: relative;
	margin-top: 0px;
	margin-left: 88px;
	margin-bottom: 9px;

	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;}
.net-development .cards-block .services-text-line{
	display: flex;
	margin-left: 87px;
	margin-bottom: 3px;}
.development-services-cards .main-icon{
	border-radius: 50%;
	width: 90px;
	height: 90px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	left: -24px;
	position: absolute;
	top: -21px;}
.development-services-cards .main-icon img{
	width: 100%;
	height: 100%;
	padding: 8px 13px 11px 13px;
	margin: 1px;}
@media only screen and (max-width: 1024px){
	.net-development{
		width: auto;}
	.net-development .block-list .block .block-img{
		float: none;
		display: block;}
	.net-development .block-list .block .block-text{
		width: auto;}
	.net-development .block-list .block .block-img img{
		width: 100%;}
	.net-development .block-list{
		padding-bottom: 30px;}
	.net-development .block-list .block-text .actions{
		text-align: center;}
	.net-development .cards-block .development-services-cards{
		height: auto;}}
/*end net development*/
/* Industries */
.industries .inner-block-list .item{
	height: 300px;}
@media only screen and (max-width: 768px){
	.industries .inner-block-list{
		padding-bottom: 35px;
		text-align: center;}
	.industries .inner-block-list .owl-item > .item{
		display: inline-block;
		padding: 0px 20px;
		margin: 0 0 24px 0;}}
.industries .inner-block-list .item:nth-child(2) .title{
	width: 100px;}
.industries .inner-block-list .item .title{
	width: 195px;
	height: 48px;}
/* Recognition */
.recognition{
	/*background: #f8f8f8;*/
	padding-bottom: 1px;}
.recognition .items-list{
	display: block;
	width: 510px;
	/*height: 128px;*/
	margin: 0 auto;
	position: relative;
	text-align: center;}
.recognition .actions{
	margin-top: 30px;
	text-align: center;}
.recognition .actions a{
	display: inline-block;
	vertical-align: top;
	background: #d7d7d7;
	color: #4e4e4e;
	font-size: 14px;
	padding: 8px 17px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;}
.recognition .actions a:hover{
	color: #fff;
	background: #1cbbed;}
@media only screen and (max-width: 768px){
	.recognition .items-list{
		width: 100%;
		padding: 0 15px;}
	.recognition .actions{
		padding-top: 50px;}}
@media only screen and (max-width: 500px){
	.recognition .items-list{
		padding: 0;}}
.recognition .items-list .item{
    display: flex;
    vertical-align: top;
    width: 100%;
 
    margin: 0;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    height: 200px;}
.recognition .items-list .item:nth-child(3){
	margin-right: 0;}
@media only screen and (max-width: 768px){
	.recognition .items-list .item{
		margin-right: 0;}}
.recognition .items-list .item-badge-usa img{
	padding-top: 5px;}
.recognition .items-list .owl-controls{
	display: block;
	text-align: center;}
/* DISCOVERY PHASE SERVICE page */
.discovery-phase-page .wide-sep{
	margin-top: 60px; 
	margin-bottom: 0px;}
.discovery-phase-page .inner-block-header{
	display: flex;
	text-align: left;
	align-items: center;
	padding: 40px 40px 40px 40px;
	    flex-wrap: wrap;}
.discovery-phase-page .inner-block-header .block-title{
	white-space: nowrap;
	margin-right: 0;}
@media only screen and (max-width: 1050px){
	.cards-block .discovery-phase-cards{
		height: 100% !important;
		width: 100% !important;
		padding-bottom: 25px !important;}
	.cards-block{
		padding-left: 0px;
		padding-right: 0px;}
	.discovery-phase-page .inner-block-header{
		display: flex;
		flex-direction: column;
		width: 100%;}
	.discovery-phase-page .inner-block-header .block-title{
		margin: 0 0 24px 0;
		padding-bottom: 10px;
		white-space: inherit;}
 
	.discovery-phase-page .inner-block-header .block-desc{
		border: none;}
	.discovery-phase-page .inner-block-list{
		width: 100%;}}
.cards-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 5px;
	padding-right: 10px;}
.cards-block .discovery-phase-cards{
	width: 460px;
	height: auto;
	margin: 12px;
	padding: 15px;
	text-align: initial;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	position: relative;}
.cards-block .services-text{
	width: 100%;
	height: 100%;

	font-style: normal;
	font-weight: normal;
	color: #4E4E4E;
	font-size: 14px;
	line-height: 24px;
	margin-left: 6px;}
.cards-block .services-text-line .icon img{
	width: 13.5px;
	height: 10px;}
.cards-block .services-title{
	position: relative;
	margin-top: 0px;
	margin-left: 88px;
	margin-bottom: 9px;

	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;}
.cards-block .services-text-line{
	display: flex;
	margin-left: 87px;
	margin-bottom: 3px;}
.product-discovery-team .team-image img{
	width: 466px;
	height: 260px;
	margin-left: 22px;}
.product-discovery-team .team-block{
	display: flex;
	margin-top: 10px;
	margin-right: 28px;}
.discovery-phase-page .discovery-phase-heder-column .block-title{
	width: 686px;}
.discovery-phase-page .block-text{
	width: 100%;
	height: 100%;

	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #4E4E4E;}
.discovery-phase-page .services{
	padding: 0 0 0 0;}
.discovery-phase-page .discovery-phase-case{
	display: flex;
	margin-top: 15px;}
.discovery-phase-page .discovery-phase-case .ex-title{

	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	color: #4E4E4E;
	margin-left: 18px;}
.discovery-phase-page .discovery-phase-case .icon img{    
	width: 20.33px;
	height: 15px;}
.discovery-phase-page .info-about-us{
	margin-left: 32px;
	margin-top: 10px;}
.discovery-phase-cards .main-icon{
border-radius: 50%;
	width: 90px;
	height: 90px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	left: -24px;
	position: absolute;
	top: -21px;}
.discovery-phase-cards .main-icon img{
	width: 100%;
	height: 100%;
	padding: 8px 13px 11px 13px;
	margin: 1px;}
.wide-sep.discovery{
	margin-top: 60px;
	margin-bottom: 0px;
	display: flex;}
.discovery-phase-heder-column.inner-block-header{
	padding: 40px 0 28px 0;
	justify-content: center;}
/* discovery-phase-service mobile */
@media only screen and (max-width: 1150px){
	.product-discovery-team .team-image img{
		width: 100%;
		height: 100%;
		margin-top: 31px;
		max-width: 500px;
		margin-left:0px;}
	.discovery-phase-page .discovery-phase-case .icon{
		margin-top: 2px;}
	.discovery-phase-page .info-about-us{
		margin-left: 0px;
		margin-top: 0px;}
	.discovery-phase-page{
		padding: 0px 20px 0px 20px;}
	.product-discovery-team .team-block{
		display: flex;
		flex-flow: column-reverse;
		margin-top: 0px;
		margin-right: 0px;}
	.discovery-phase-page .discovery-phase-case .ex-title{
		margin-left: 10px;
		text-align: left;}
	.discovery-phase-page .discovery-phase-heder-column .block-title{
		width: auto;}
	.discovery-phase-page .inner-block-header{
		padding: 40px 0 15px !important;}
		
	@media only screen and (max-width: 1050px){
		.cards-block .discovery-phase-cards{
			height: 100% !important;
			width: 100% !important;
			padding-bottom: 25px !important;}
		.discovery-phase-page .inner-block-header{
			display: flex;
			flex-direction: column;
			width: 100%;}
		.discovery-phase-page .inner-block-header .block-title{
			margin: 0 0 24px 0;
			padding-bottom: 10px;
			white-space: inherit;}
		.discovery-phase-page .inner-block-header .block-desc{
			border: none;}
		.discovery-phase-page .inner-block-list{
			width: 100%;}
		@media only screen and (min-width: 850px){
			.discovery-phase-page .inner-block-header .block-title{
				}}}}
/*Home page*/
.home-page .industries .owl-wrapper-outer{
	height: 210px;}
@media only screen and (max-width: 768px){
	.home-page .industries .inner-block-list .owl-item > .item{
		display: inline-block;
		margin: 0px 0 0px 0;
		padding: 0px 20px;
		height: 210px;}
	.home-page .inner-block-list.industries-list.owl-carousel.owl-theme{
		margin-bottom: 40px;}
	.home-page .industries .inner-block-list{
		padding-bottom: 0px;}
	.home-page .expertise .actions{
		padding: 26px 0 60px;}
	.home-page .industries .inner-block-list .item .title{
		margin-top: 7px;
		width: 100%;
		height: 27px;}
	.home-page .industries .inner-block-header .block-title{
		padding-bottom: 17px;}
	.home-page .owl-pagination{
		margin-top: 29px;}}
/*wide-sep-mobile-hidden*/
@media only screen and (max-width: 500px){
	.wide-sep.mobile-hidden{
		display:none;}}
.bottom-expertise-separator{
	margin-top: 20px;}
@media only screen and (max-width: 1150px){
	.bottom-expertise-separator{
		margin-top: 60px;}}
/*Services*/
/* Web Development Services */
.web-development-service .expertise-block-list .service-slider-2{
    left: 0;
    width: 485px;
    height: 290px;
    top: 330px;}
.web-development-service .expertise-block-list .service-slider-1{
    margin-top: -30px;
    width: 485px;
    height: 290px;
    margin-right: 0;
	}
.web-development-service .expertise-block-list .service-slider-3 {
    right: 0;
    width: 485px;
    height: 290px;
    top: 792px;
}
.web-development-service .expertise-block-list .service-slider-4 {

    top: 1150px;
    left: 0;
    width: 485px;
    height: 290px;
}
.web-development-service.expertise .expertise-block-list .expertise-column .item:nth-child(8),
.web-development-service.expertise .expertise-block-list .expertise-column .item:nth-child(9),	
.web-development-service.expertise .expertise-block-list .expertise-column .item:nth-child(5) {
    margin-top: 0px;
    margin-left: 540px;
}

.web-development-service.expertise .expertise-block-list .expertise-column .item:nth-child(7){
    margin-left: 25px;	
}
/* Custom Software Development Services */
.custom-software-development-services .expertise-block-list .service-slider-1{
	margin-top: 38px;
	margin-right: 98px;}
.custom-software-development-services .expertise-block-list .service-slider-2{
	top: 372px;
	left: 99px;}
 	
/* Mobile Application Development Services */
.mobile-application-development-services .expertise-block-list .service-slider-1{
	margin-right:119px;
	    position: relative;
 
	}
.mobile-application-development-services .expertise-block-list .service-slider-2{
	left: 141px;}
/* Software Support */
.software-support .expertise-block-list .service-slider-1{
	margin-right: 127px;
	margin-top: 47px;}
.software-support .expertise-block-list .service-slider-2{
	left: 133px;}
/* Industries */
.industries .inner-block-list .item{
	height: 300px;}
@media only screen and (max-width: 768px){
	.industries .inner-block-list{
		padding-bottom: 35px;
		text-align: center;}
	.industries .inner-block-list .owl-item > .item{
		display: inline-block;
		padding: 0px 20px;
		margin: 0 0 24px 0;}}
 
.industries .inner-block-list .item .title{
	width: 195px;
	height: 48px;}
/* Healthcare Software Development  */
@media only screen and (max-width: 1025px){
	.helthcare-software-development .about-us .desc{
		padding: 0px;
		margin-bottom: 60px;}}
.helthcare-software-development .expertise-block-list .healthcare-slider-1{
	margin: 79px 107px 0 0;}
.helthcare-software-development .expertise-block-list .healthcare-slider-2{
	left: 84px;}
.helthcare-software-development .expertise-block-list .healthcare-slider-3{
	margin-right: 63px;}
/* Logistics & Transportation Software Development */
.logistics-and-transportation-software-development .expertise-block-list .service-slider-2{
	left: 112px;
	top: 414px;}
/* Construction & Engineering Software Development */
.construction-and-engineering-doftware-development .expertise-block-list .service-slider-1{
	margin-right: 127px;
	margin-top: 37px;}
.construction-and-engineering-doftware-development .expertise-block-list .service-slider-2{
	top: 383px;
	left: 99px;}
/* Fintech Software Development */
.fintech-software-development-industry .expertise-block-list .service-slider-1{
	margin-top: 39px;
	margin-right: 110px;}
.fintech-software-development-industry .expertise-block-list .service-slider-2{
	top: 397px;
	left: 99px;}
/* Software Development Services for Media */
.software-development-services-for-media-industry .expertise-block-list .service-slider-2{
	left: 142px;
	top: 317px;}
/* Information Technology Services */
.information-technology-services .expertise-block-list .service-slider-2{
	top: 382px;
	left: 115px;}
/* E-commerce & Retail Software Development */
.e-commerce-and-retail-software-development .expertise-block-list .service-slider-2{
	left: 93px;}
/* Sports & Entertainment Software Development */
.sports-and-entertainment-software-development .expertise-block-list .service-slider-1{
	margin-right: 123px;}
.sports-and-entertainment-software-development .expertise-block-list .service-slider-2{
	top: 332px;
	left: 126px;}
/* Sales & Marketing Software Solutions */
.sales-and-marketing-software-solutions .expertise-block-list .service-slider-2{
	top: 415px;
	left: 114px;}
/*Clients reviews */
.clients-reviews{
	padding-bottom: 0px;}
.clients-reviews .inner-block-list .map-container{
	width: 50%;
	float: right;
	text-align: center;}
.clients-reviews .inner-block-list .map-container img{
	width: 80%;
	height: auto;}
.clients-reviews .inner-block-list .swiper-container{
	width: 50%;
	height: 250px;
	    margin-bottom: 40px;
	text-align: left;
	/*background: gray;*/}
.swiper-button-prev{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%231cbbed'%2F%3E%3C%2Fsvg%3E") !important;}
.swiper-button-next{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%231cbbed'%2F%3E%3C%2Fsvg%3E") !important;}
.clients-reviews .inner-block-list .swiper-container .swiper-slide{
	padding-left: 75px;
	padding-right: 50px;
	font-size: 16px;
	color: #4e4e4e;
	line-height: 25px;}
.clients-reviews .inner-block-list .swiper-container .swiper-slide .name{
	font-size: 36px;
	line-height: 37px;
	margin-bottom: 20px;
	color: #4e4e4e;}
.clients-reviews .inner-block-list .swiper-container .swiper-slide .position{
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
 
	margin: -15px 0 20px 0;}
.clients-reviews .inner-block-list .swiper-container .swiper-slide .nano .nano-content{ 
	padding-right: 15px;
	text-align: justify;
 
	}
	
.clients-reviews .inner-block-list .swiper-container .swiper-slide .nano .nano-pane{
	width: 5px;
	background: #1cbbed;}
.clients-reviews .inner-block-list .swiper-container .swiper-slide .nano .nano-slider{
	background: #4e4e4e;}

	
@media only screen and (max-width: 500px){
	.clients-reviews{
		padding-bottom: 0px;}
	.clients-reviews .inner-block-list .map-container{
		display: block;
		width: 100%;
		margin: 0;
		padding: 0 0 25px 0;
		text-align: center;
		float: none;}
	.clients-reviews .inner-block-list .map-container img{
		width: 80%;}
	.clients-reviews .inner-block-list .swiper-container{
		display: block;
		width: 100%;
		text-align: center;}
	.clients-reviews .inner-block-list .swiper-container .swiper-slide{
		padding-left: 40px;
		padding-right: 30px;}}
/* Get in touch */
.wpcf7-response-output{
	border: 0px solid #00a0d2 !important;
	color: #4e4e4e !important;
	text-align: center!important;
	margin: 0 !important;}
body .wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    bottom: -15px;
    left: 0;
	display: none;
}

.single-project-v3 .get-in-touch,
.home-page .get-in-touch{
	background: #1cbbed !important;}
.single-project-v3 .wpcf7-response-output,
.home-page .wpcf7-response-output {
    border: 0px solid #4e0000 !important;
    color: #4e0000 !important;
    text-align: center!important;
    margin: 0 !important;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.input-accept .wpcf7-not-valid .reqq,
.single-project-v3 .wpcf7-not-valid-tip,
.home-page .wpcf7-not-valid-tip {
    color: #4e0000 !important;
}

.single-project-v3 .get-in-touch .cols-main .cols-form form .input-group input[type="text"], 
.single-project-v3 .get-in-touch .cols-main .cols-form form .input-group input[type="email"], 
.single-project-v3 .get-in-touch .cols-main .cols-form form .input-group textarea, 
.single-project-v3 .get-in-touch .cols-main .cols-form form .input-group select,

.home-page .get-in-touch .cols-main .cols-form form .input-group input[type="text"], 
.home-page .get-in-touch .cols-main .cols-form form .input-group input[type="email"], 
.home-page .get-in-touch .cols-main .cols-form form .input-group textarea, 
.home-page .get-in-touch .cols-main .cols-form form .input-group select{
	/*background: #5fd9ff;*/
	border: 2px solid transparent;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;}
	.wpcf7-form-control.wpcf7-acceptance {
    display: flex;
	border-bottom: 2px solid transparent;
}

.wpcf7-form .wpcf7-not-valid{
border-bottom: 2px solid #eb0909 !important;	
}	
.wpcf7-form .wpcf7-not-valid::placeholder{
color: #eb0909 !important;	
}

body .wpcf7-form .wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid{
border-bottom: 2px solid transparent !important;	
}

body .wpcf7-form .wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid .desc .reqq,
body .wpcf7-form .wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid .desc a,
body .wpcf7-form .wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid .desc{
color:  #eb0909 !important;	
}
body .wpcf7-form .wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid .check {
    border: 1px solid #eb0909 !important;
}
.cols-main .cols-form form .input-accept .wpcf7-list-item-label:before {
content: '';
position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #00baff;
    left: 0;
    top: 15px;	
	    border-radius: 3px;
}

.home .get-in-touch .cols-main .cols-form form .input-accept .wpcf7-list-item-label:before{
 border: 1px solid #fff;	
}



body .wpcf7-form .wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item-label:before {
 
    border: 1px solid #eb0909;
}

input[name="policy"]:checked ~ .wpcf7-list-item-label:after{
    position: absolute;
    content: " ";
    top: 17px;
    left: 6px;
    width: 3px;
    height: 9px;
    border: solid #4e4e4e;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.home .get-in-touch input[name="policy"]:checked ~ .wpcf7-list-item-label:after{
    position: absolute;
    content: " ";
    top: 17px;
    left: 6px;
    width: 3px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);

}




.home-page .discuss .actions #how-we-work{
	display: inline-block !important;}
.home-page .get-in-touch .cols-main .cols-form form .input-group-phone .intl-tel-input input[type="text"]{
	/*background: #5fd9ff;*/
	border: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;}
.home-page .get-in-touch .cols-main .cols-form form .input-upload .icon label{
	background: url('/wp-content/themes/devcom/assets/css/../images/btn-upload.svg') no-repeat 50% 50%/contain;}
.home-page .get-in-touch .cols-main .cols-form form .input-group-phone .intl-tel-input .flag-container{
	background: #fff;
	border: 0 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;}
.single-project-v3 .get-in-touch .cols-main .cols-form .form-title,
.home-page .get-in-touch .cols-main .cols-form .form-title{
	color: #fff;}
.single-project-v3 .get-in-touch .cols-main .cols-form .form-desc,
.home-page .get-in-touch .cols-main .cols-form .form-desc{
	color: #fff;}
.single-project-v3 .get-in-touch .cols-main .cols-form form .input-upload .desc,
.home-page .get-in-touch .cols-main .cols-form form .input-upload .desc{
	color: #fff;}
.single-project-v3 .get-in-touch .cols-main .cols-form form .input-accept .desc,
.home-page .get-in-touch .cols-main .cols-form form .input-accept .desc{
	color: #fff;}
.single-project-v3 .get-in-touch .cols-main .cols-form form .input-accept .desc a,
.home-page .get-in-touch .cols-main .cols-form form .input-accept .desc a{
	color: #fff;}
.single-project-v3 .get-in-touch .cols-main .cols-form form .input-group-phone .intl-tel-input input[type="text"]::-webkit-input-placeholder,
.home-page .get-in-touch .cols-main .cols-form form .input-group-phone .intl-tel-input input[type="text"]::-webkit-input-placeholder{
	color: #808080;
	font-size: 12px;}
.single-project-v3 .get-in-touch .cols-main .cols-form form .input-group-phone .intl-tel-input input[type="text"]:-moz-placeholder,
.home-page .get-in-touch .cols-main .cols-form form .input-group-phone .intl-tel-input input[type="text"]:-moz-placeholder{
	color: #808080;
	font-size: 12px;}
.single-project-v3 .get-in-touch .cols-main .cols-form form .input-group-phone .intl-tel-input input[type="text"]::-moz-placeholder,
.home-page .get-in-touch .cols-main .cols-form form .input-group-phone .intl-tel-input input[type="text"]::-moz-placeholder{
	color: #808080;
	font-size: 12px;}
.single-project-v3 .get-in-touch .cols-main .cols-form form .input-group-phone .intl-tel-input input[type="text"]:-ms-input-placeholder,
.home-page .get-in-touch .cols-main .cols-form form .input-group-phone .intl-tel-input input[type="text"]:-ms-input-placeholder{
	color: #808080;
	font-size: 12px;}
	
input[name="policy"]:checked ~ .wpcf7-list-item-label #form-check-label:after,
.single-project-v3 .get-in-touch .cols-main .cols-form form .input-accept .check .check-show:after,
.home-page .get-in-touch .cols-main .cols-form form .input-accept .check .check-show:after{
	position: absolute;
	content: " ";
	top: 1px;
	left: 6px;
	width: 3px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;;}
.single-project-v3 .get-in-touch .cols-address .contact-right .cols-offices .cols-office h3,
.home-page .get-in-touch .cols-address .contact-right .cols-offices .cols-office h3{
	color: #fff;}
.single-project-v3 .get-in-touch .cols-address .contact-right .cols-offices .cols-office .address,
.home-page .get-in-touch .cols-address .contact-right .cols-offices .cols-office .address{
	color: #fff;}
.single-project-v3 .get-in-touch .cols-address .contact-right .cols-offices .cols-office .contact-data,
.home-page .get-in-touch .cols-address .contact-right .cols-offices .cols-office .contact-data{
	color: #fff;}
.single-project-v3 .get-in-touch .cols-address .contact-right .cols-offices .cols-office .contact-data a,
.home-page .get-in-touch .cols-address .contact-right .cols-offices .cols-office .contact-data a{
	color: #fff;}
.single-project-v3 .get-in-touch .cols-address .contact-right .cols-offices .cols-office .contact-data .title .icon-email,
.home-page .get-in-touch .cols-address .contact-right .cols-offices .cols-office .contact-data .title .icon-email{
	background: url('/wp-content/themes/devcom/assets/css/../images/icon-email.svg') no-repeat 50% 50%/contain;}
.single-project-v3 .get-in-touch .cols-main .cols-form form .input-send input[type="submit"],
.home-page .get-in-touch .cols-main .cols-form form .input-send input[type="submit"]{
	background: #fff;
	color: #1cbbed;}
.single-project-v3 .get-in-touch .cols-main .cols-form form .input-send input[type="submit"]:hover,
.home-page .get-in-touch .cols-main .cols-form form .input-send input[type="submit"]:hover{
	border: none;
	color: #5fd9ff;}
.single-project-v3 .get-in-touch .cols-main .cols-form form .input-accept .check,
.home-page .get-in-touch .cols-main .cols-form form .input-accept .check{
	border: 1px solid #fff;}
.single-project-v3 .get-in-touch .cols-address .contact-right .cols-offices .cols-office .icon-location,
.home-page .get-in-touch .cols-address .contact-right .cols-offices .cols-office .icon-location{
	background: url('/wp-content/themes/devcom/assets/css/../images/icon-location.svg') no-repeat 50% 50%/contain;}
.single-project-v3 .get-in-touch .cols-address .contact-right .cols-offices .cols-office .icon-phone,
.home-page .get-in-touch .cols-address .contact-right .cols-offices .cols-office .icon-phone{
	background: url('/wp-content/themes/devcom/assets/css/../images/icon-phone.svg') no-repeat 50% 50%/contain;}
.single-project-v3 .get-in-touch .cols-main .cols-form form .input-upload .desc #file-remove,
.home-page .get-in-touch .cols-main .cols-form form .input-upload .desc #file-remove{
	background: url('data:image/webp;base64,UklGRlABAABXRUJQVlA4TEQBAAAvH8AHEAehoG0bKR2T8Se4e0ODYSRJiQYJg/zTcokA3n/nn1EkW43miAL8m0EDKMhx895eAFStBoS3gCDwAsLKUPDCRKzJcPv/Az6ABwhDEYFTvDEm+BGvoWDEcCWx0PRsBwEOY9tqItwMGMjR1H+Z+vn6t4KI/itw20ZJd8z4CIZon0sKxoRU5p3d0JqdQuTyesVQtbqQrgOeG9UNxRVh8+qW/NLGWzdKfkhOrcHo0JZO3U8cenZjWwgaVNUgHwroJ1WjeubpFsHbAZBxVsYymAE/9H5xjgwAizLb4XGIz1ug+rwFPKB9viq9nsVcqJREJQWcvj/zcYLBEeLMxzFkbKASEpVUqJSZyrw7WkduZ5l2LpmxVVPQK3Iv5RfnKeG9xO712D04om83wXuNvotJCkRyhO+C/K7I75L8rv/1L5D/FQY=') no-repeat;}
@media only screen and (max-width: 992px){
	.get-in-touch .cols-address .contact-right .cols-offices{
		border-top: 1px solid #fff;}}
.wpcf7 .ajax-loader{
	float:right;}
.get-in-touch{
	/*background: #1cbbed;*/}
.get-in-touch .inner-block-header .block-title{
	color: #fff;}
.get-in-touch .inner-block-header .block-desc{
	border-left: 0px solid #fff;}
.get-in-touch .inner-block-header .block-desc p{
	color: #fff;}
.get-in-touch .cols-main{
   
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;}
@media only screen and (max-width: 992px){
	.get-in-touch .cols-main{
		width: 100%;
		margin: 0;
		padding: 0;}}
.get-in-touch .cols-main .cols-form{
display: block;
    margin: 35px 0 0 0px;
    vertical-align: top;
    width: 500px;}
.get-in-touch .cols-main .cols-form .form-left{
	width: 48%;
	float: left;}
.get-in-touch .cols-main .cols-form .form-right{
	width: 48%;
	float: right;}
.get-in-touch .cols-main .cols-form .form-bottom{
	display: inline-block;
	width: 100%;}
.get-in-touch .cols-main .cols-form .form-title{
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 20px;
	color: #4e4e4e}
.get-in-touch .cols-main .cols-form .form-desc{
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 10px;
	color: #4e4e4e}
.get-in-touch .cols-address{
    width: 216px;
    float: right;
    margin-top: 35px;}
@media only screen and (max-width: 992px){
	.get-in-touch .cols-main .cols-form{
		display: block;
		width: 100%;
		margin: 0;
		padding: 0 0 25px 0;
		overflow: hidden;
		text-align: center;}
	.get-in-touch .cols-main .cols-form .form-title{
		font-size: 20px;}
	.get-in-touch .cols-main .cols-form .form-desc{
		font-size: 16px;}
	.get-in-touch .cols-main .cols-form .form-left{
		width: 100%;}
	.get-in-touch .cols-main .cols-form .form-right{
		width: 100%;}
	.get-in-touch .cols-main .cols-form form .input-group-phone .intl-tel-input input[type="text"]{
		width: 190px !important;}
	.get-in-touch .cols-main .cols-form form .input-group-phone .intl-tel-input .flag-container{
		width: 60px !important;}
	.get-in-touch .cols-address{
			width: 100%;
			float: unset;}}
@media only screen and (max-width: 1024px){
	.fake{
		height: 370px;}}
@media only screen and (max-width: 992px){
	.fake{
		height: 0;}
	.get-in-touch .cols-main .cols-form form{
		display: inline-block;
        width: 100%;
        max-width: 360px;}}
.get-in-touch .cols-main .cols-form form .required-fields{
	margin: 3px 0 0 0;
	font-size: 12px;
	color: #4e4e4e;}
.get-in-touch .cols-main .cols-form form .required-fields:after{
	margin: 3px 0 0 0;
	font-size: 12px;
	color: #4e4e4e;
	padding-top: 24px;}
.get-in-touch .cols-main .cols-form form .input-group{
	display: block;
	position: relative;
	margin-bottom: 24px;}
	.get-in-touch .cols-main .cols-form form .input-group label{
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 8px;
	font-size: 12px;
	color: #4e4e4e;
	z-index: 1 !important}
.get-in-touch .cols-main .cols-form form .input-group input[type="text"],
.get-in-touch .cols-main .cols-form form .input-group input[type="email"],
.get-in-touch .cols-main .cols-form form .input-group textarea,
.get-in-touch .cols-main .cols-form form .input-group select{
	width: 100%;
	height: 43px;
	padding: 0px 8px 0px 8px;
	/*background: #5fd9ff;*/
	font-size: 14px;
	border: 2px solid #4e4e4e;
	
border: 1px solid #D2DAE2;
    height: 43px;
    width: 100%;
    padding: 5px 15px;
    border-radius: 8px;
    color: #4E4E4E;
    text-align: left;

	
	}
.get-in-touch .cols-main .cols-form form .input-group input[type="text"]::-webkit-input-placeholder,
.get-in-touch .cols-main .cols-form form .input-group input[type="email"]::-webkit-input-placeholder,
.get-in-touch .cols-main .cols-form form .input-group textarea::-webkit-input-placeholder{
	color: #4e4e4e;
	font-size: 12px;}
.get-in-touch .cols-main .cols-form form .input-group input[type="text"]:-moz-placeholder,
.get-in-touch .cols-main .cols-form form .input-group input[type="email"]:-moz-placeholder,
.get-in-touch .cols-main .cols-form form .input-group textarea:-moz-placeholder{
	color: #4e4e4e;
	font-size: 12px;}
.get-in-touch .cols-main .cols-form form .input-group input[type="text"]::-moz-placeholder,
.get-in-touch .cols-main .cols-form form .input-group input[type="email"]::-moz-placeholder,
.get-in-touch .cols-main .cols-form form .input-group textarea::-moz-placeholder{
	color: #4e4e4e;
	font-size: 12px;}
.get-in-touch .cols-main .cols-form form .input-group input[type="text"]:-ms-input-placeholder,
.get-in-touch .cols-main .cols-form form .input-group input[type="email"]:-ms-input-placeholder,
.get-in-touch .cols-main .cols-form form .input-group textarea:-ms-input-placeholder{
	color: #4e4e4e;
	font-size: 12px;}
.get-in-touch .cols-main .cols-form form .input-group textarea{
	height: 244px;
	resize: none;
	padding-top: 14px;}

.career-page .get-in-touch .cols-main .cols-form form .input-group textarea {
    height: 177px;
}
	
.get-in-touch .cols-main .cols-form form .input-group-phone{
	display: block;
	position: relative;
	margin-bottom: 24px;}
	
.get-in-touch .cols-main .cols-form form .required-fields {
    padding-top: 35px;
    padding-bottom: 10px;
}

.page-template-dc-career .get-in-touch .cols-main .cols-form form .required-fields {
    padding-top: 0px;
    padding-bottom: 0px;
}


.get-in-touch .cols-main .cols-form form .input-group-phone .intl-tel-input .flag-container{
	position: static;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	width: 50px;
	height: 43px;
	/*background: #5fd9ff;*/
	border: 2px solid #4e4e4e;}
.get-in-touch .cols-main .cols-form form .input-group-phone .intl-tel-input .flag-container .selected-flag{
	width: 100%;}
.get-in-touch .cols-main .cols-form form .input-group-phone .intl-tel-input input[type="text"]{
	display: inline-block;
	vertical-align: top;
	width: 185px;
	height: 43px;
	padding: 20px 8px 2px;
	/*background: #5fd9ff;*/
	font-size: 12px;
	border: 2px solid #4e4e4e;}
.get-in-touch .cols-main .cols-form form .input-group-phone .intl-tel-input input[type="text"]::-webkit-input-placeholder{
	color: #a9a9a9;
	font-size: 12px;}
.get-in-touch .cols-main .cols-form form .input-group-phone .intl-tel-input input[type="text"]:-moz-placeholder{
	color: #a9a9a9;
	font-size: 12px;}
.get-in-touch .cols-main .cols-form form .input-group-phone .intl-tel-input input[type="text"]::-moz-placeholder{
	color: #a9a9a9;
	font-size: 12px;}
.get-in-touch .cols-main .cols-form form .input-group-phone .intl-tel-input input[type="text"]:-ms-input-placeholder{
	color: #a9a9a9;
	font-size: 12px;}
.get-in-touch .cols-main .cols-form form .input-group-phone label{
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 84px;
	font-size: 12px;
	color: #4e4e4e;
	z-index: 1 !important;}
.get-in-touch .cols-main .cols-form form .input-upload{
	display: block;}
.get-in-touch .cols-main .cols-form form .input-upload .icon{
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;}
.get-in-touch .cols-main .cols-form form .input-upload .icon label{
	display: block;
	width: inherit;
	height: inherit;
	background: url('/wp-content/themes/devcom/assets/css/../images/btn-upload-grey.svg') no-repeat 50% 50%/contain;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;}
.get-in-touch .cols-main .cols-form form .input-upload .icon label:hover{
	box-shadow: 2px 2px 2px #858585;
	cursor: pointer;}
.get-in-touch .cols-main .cols-form form .input-upload .icon input[type="file"]{
	display: none;}
.get-in-touch .cols-main .cols-form form .input-upload .desc{
	display: inline;
	vertical-align: middle;
	width: 205px;
	overflow: hidden;
	margin-left: 8px;
	font-size: 14px;
	color: #4e4e4e;}
.get-in-touch .cols-main .cols-form form .input-upload .desc .file-name{
	position: relative;
	top: 6px;}
.get-in-touch .cols-main .cols-form form .input-upload .desc .file-name-incorrect{
	color: red;}
.get-in-touch .cols-main .cols-form form .input-upload .desc #file-remove{
	float: right;
	width: 32px;
	height: 32px;
	background: url('data:image/webp;base64,UklGRggBAABXRUJQVlA4TPsAAAAvH8AHEFdgpm2bcih/bkWxa5JpKGjbyDn+KBeI/R81AZAwkIH+3QzhySAThtglrkayighg/7PpwWAwGJ+7/DYUuK2tvWn+ViWxdxrBA+Q+uyZPgD/EArR0OpqAPaVfpAki+q/AbRslw2N8BRH1ugWAQQtiouGI5ta4dNrWSYyIEk5dacSpYjHyvAcL1DeGr+95mwJAJ1g5PhXfMGFFCZRleOL1gDLEniOJoZ1iAPDzitLI3cvBpPL+zkwjWDdO9Igey4iTOFmfuV3aKQY5dQ+KUQPAj6EtL+uOFt03qA4ek+cfnSAJ/Dg1oIhssWRiy9P/YPKfzPlHk/+MAAA=') no-repeat;}
.get-in-touch .cols-main .cols-form form .input-upload .desc #file-remove:hover{
	opacity: 0.8;
	cursor: pointer;}
.get-in-touch .cols-main .cols-form form .input-accept{
	margin: 0px 0 20px 0;	position: relative;}
@media only screen and (max-width: 768px){
	.get-in-touch .cols-main .cols-form form .input-accept{
		text-align: left;}
	.get-in-touch .cols-main .cols-form form .input-upload{
		text-align: left;}}
.get-in-touch .cols-main .cols-form form .input-accept .check{
	position: relative;
	display: inline-block;
	vertical-align: middle; 
	width: 16px;
	height: 16px;           
	border: 1px solid #00baff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;}
.get-in-touch .cols-main .cols-form form .input-accept .check label{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;}
.get-in-touch .cols-main .cols-form form .input-accept .check label:hover{
	cursor: pointer;
	opacity: 0.7;}
	input[name="policy"]:checked ~ .wpcf7-list-item-label #form-check-label:after,
.get-in-touch .cols-main .cols-form form .input-accept .check .check-show:after{
	position: absolute;
	content: " ";
	top: 1px;
	left: 6px;
	width: 3px;
	height: 9px;
	border: solid #4e4e4e;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);}
.get-in-touch .cols-main .cols-form form .input-accept .check input{
	display: none;}
.get-in-touch .cols-main .cols-form form .input-accept .desc{
	display: inline;
	vertical-align: middle;
	margin-left: 8px;
	font-size: 10px;
	line-height: 1.2;
	color: #4e4e4e;
padding-left: 25px;
		position: relative;}
.get-in-touch .cols-main .cols-form form .input-accept .desc .check-label-right:hover{
	cursor: pointer;}
.get-in-touch .cols-main .cols-form form .input-accept .desc a{
	color: #00baff;
	font-weight: 500;}
	.get-in-touch .cols-main .cols-form form .input-accept .desc a:hover{
	text-decoration: underline;}
.get-in-touch .cols-main .cols-form form .input-send{
	text-align: center;}
	input[type="submit"]{
	display: inline-block;
	width: 100%;
	height: 42px;
	padding: 7px 0 8px;
	background: #1cbbed;
	color: #fff;
	text-align: center;
	border: 0;
	box-shadow: 0 2px 4px 0 rgba(138, 138, 138, 0.5);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all, 0.4s, ease;
	-moz-transition: all, 0.4s, ease;
	-o-transition: all, 0.4s, ease;
	transition: all, 0.4s, ease;
	transition-duration: 0.4s;}
.get-in-touch .cols-main .cols-form form .input-send input[type="submit"]:hover{
	box-shadow: 0 2px 4px 0 rgba(138, 138, 138, 0.9);
	color: #4e4e4e;
	background: #fff;
	border: 2px solid #333;}
/*.get-in-touch .cols-main .contact-right{
	display: inline-block;
	vertical-align: top;
	margin-left: 39px;
	width: 500px;}*/
@media only screen and (max-width: 500px){
	.get-in-touch .cols-main .contact-right{
		width: 100%;
		margin: 0;}}
.get-in-touch .cols-address .contact-right .cols-offices{
	display: block;}
@media only screen and (max-width: 992px){
	.get-in-touch .cols-address .contact-right .cols-offices .cols-office:last-child {
    margin-left: 0;
}
	.get-in-touch .cols-address .contact-right .cols-offices{
display: block;
        text-align: center;
        border-top: 0px solid #fff;
        padding-bottom: 10px;
        margin: 0;}}
@media only screen and (max-width: 768px){
	.get-in-touch .cols-address .contact-right .cols-offices .owl-controls{
		margin-top: 30px;}
	.get-in-touch .cols-address .contact-right .cols-offices .owl-controls .owl-pagination > .active{
		background: #bff8ff;}}
@media only screen and (max-width: 500px){
	.get-in-touch .cols-address .contact-right .cols-offices{
		padding: 24px 0;}}
.get-in-touch .cols-address .contact-right .cols-offices .cols-office{
	display: inline-block;
	vertical-align: top;
	width: 167px;}
.get-in-touch .cols-address .contact-right .cols-offices .cols-office:last-child{
	margin-left: 43px;}
@media only screen and (max-width: 768px){
	.get-in-touch .cols-address .contact-right .cols-offices .cols-office:last-child{
		margin-left: 0;}
	.get-in-touch .cols-address .contact-right .cols-offices .cols-office{
		padding: 0 0 24px 0;
		width: 256px;
		text-align:left;}}
.get-in-touch .cols-address .contact-right .cols-offices .cols-office h3{
	font-size: 20px;
	font-weight: 500;
	color: #4e4e4e;}
.get-in-touch .cols-address .contact-right .cols-offices .cols-office .address{
	display: block;
	margin-top: 8px;
	font-size: 14px;
	line-height: 20px;
	color: #4e4e4e;}
.get-in-touch .cols-address .contact-right .cols-offices .cols-office .address p{
	margin-bottom: 0;}
.get-in-touch .cols-address .contact-right .cols-offices .cols-office .contact-data{
	margin-top: 24px;
	color: #4e4e4e;}
.get-in-touch .cols-address .contact-right .cols-offices .cols-office .contact-data .title{
	display: block;
	font-size: 14px;
	line-height: 20px;}
.get-in-touch .cols-address .contact-right .cols-offices .cols-office .contact-data .title .icon{
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	margin-right: 4px;}
.get-in-touch .cols-address .contact-right .cols-offices .cols-office .contact-data .title .icon-email{
	background: url('/wp-content/themes/devcom/assets/css/../images/icon-email-dark.svg') no-repeat 50% 50%/contain;}
.get-in-touch .cols-address .contact-right .cols-offices .cols-office .contact-data .title .icon-skype{
	background: url('/wp-content/themes/devcom/assets/css/../images/icon-skype-dark.svg') no-repeat 50% 50%/contain;}
.get-in-touch .cols-address .contact-right .cols-offices .cols-office .icon-location{
	background: url('/wp-content/themes/devcom/assets/css/../images/icon-location-dark.svg') no-repeat 50% 50%/contain;}
.get-in-touch .cols-address .contact-right .cols-offices .cols-office .icon-phone{
	background: url('/wp-content/themes/devcom/assets/css/../images/icon-phone-dark.svg') no-repeat 50% 50%/contain;}
.get-in-touch .cols-address .contact-right .cols-offices .cols-office .contact-data a{
	color: #4e4e4e;
	text-decoration: underline;}
.get-in-touch .cols-address .contact-right .cols-offices .cols-office .contact-data a:hover{
	text-decoration: none;}
/*Privacy*/
@media only screen and (max-width: 1025px){
	.gdpr-framework-privacy-tools .gdpr-download-button, .gdpr-framework-privacy-tools .gdpr-export-button, .gdpr-framework-privacy-tools .gdpr-delete-button{
		padding-left: 24px;}}
/*Post bottom*/
.post-bottom{
	width: 1024px;
	height: 120px;
	margin: 0 auto;
	background: #fff;}
.gallery .post-bottom .share-options{
	display: none;}
.post-bottom .post-tags{
	display: inline-block;
	width: 70%;
	vertical-align: middle;
	text-align: left;
	padding: 0;}
@media only screen and (max-width: 1025px){
	.post-bottom .post-tags{
		padding: 0 15px;}
	.post-bottom .share-options{
		padding-right: 15px;}}
.post-bottom .post-tags .tag-title{
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 13px;
	border: 1px solid #1cbbed;
	padding: 2px 4px;
	margin: 5px;
	user-select: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;}
.post-bottom .post-tags .tag-title a{
	color: #1cbbed;
	text-decoration: none !important;}
.post-bottom .post-tags .tag-title:hover a{
    color: #4e4e4e;
	}
.post-bottom .post-tags .tag-title:hover {
    border-color: #d7d7d7;
    background: #d7d7d7;
	}		
.post-bottom .share-options .share-title{
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
	color: #4e4e4e;}
.post-bottom .share-options{
	display: inline-block;
	height: 100%;
	/*background: #f8f8f8;*/
	width: 29.5%;
	vertical-align: middle;
	text-align: right;}
@media only screen and (max-width: 500px){
	.post-bottom .share-options{
		text-align: center;}}
.post-bottom .share-options .share-nav{
	display: inline-block;
	vertical-align: middle;
	/*margin: 10px;*/}
.post-bottom .share-options .share-nav .share-btn{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;}
.post-bottom .share-options .share-nav .share-btn i{
	font-size: 18px;
	text-align: center;
	color: #1cbbed;
	border: 1px solid #1cbbed;
	border-radius: 50%;
	width: 40px;
	padding: 10px 0;height: 40px;
box-sizing: border-box;}
.post-bottom .share-options .share-nav .btn-linkedin:hover i{
	color: #0077B5;
	border: 1px solid #0077B5;}
.post-bottom .share-options .share-nav .btn-facebook:hover i{
	color: #3b5998;
	border: 1px solid #3b5998;}
.post-bottom .share-options .share-nav .btn-twitter:hover i{
	color: #1da1f2;
	border: 1px solid #1da1f2;}
.post-bottom .share-options .share-nav .btn-google-plus:hover i{
	color: #d34836;
	border: 1px solid #d34836;}
@media only screen and (max-width: 1150px){
	.post-bottom{
		width: 100%;}}
@media only screen and (max-width: 768px){
	.post-bottom{
		text-align: center;}
	.gallery .post-bottom{
		text-align: left;}
	.post-bottom .post-tags{
		display: none;}
	.gallery .post-bottom .post-tags{
		display: inline-block;
		width: 100%;}
	.post-bottom .share-options{
		width:35%;
		text-align: center;}}
@media only screen and (max-width: 500px){
	.post-bottom .share-options{
		width:90%;}}
/* Footer */
.scroll-top{
	z-index: 1;
	color: #fff;
	background: #1cbbed;
	font-size: 32px;
	position: fixed;
	bottom: 85px;
	right: 15px;
	border-radius: 50%;
	padding: 5px 13px;
	cursor: pointer;}
.scroll-top .chevron-up{
	width: 25px;}
footer{
	display: block;
	width: 100%;}
@media only screen and (max-width: 768px){
	footer{
		background: none;}}
footer h3{
	font-size: 16px;
	color: #4e4e4e;
	padding: 0 !important;}
footer h4{
	font-size: 14px;
	font-weight: 400;
	padding: 0 !important;
	color: #4e4e4e;}
footer .footer-content{
max-width: 1024px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: 100%;}
footer .footer-content .footer-block{
display: block;
	font-size: 14px;
}
footer .footer-content .footer-block .cols-office{
 
	    line-height: 20px;
    color: #4e4e4e;}
footer .footer-content .footer-block-1{
	    width: 110px;	
	}
footer .footer-content .footer-block-2{
    width: 245px;	
	}
footer .footer-content .footer-block-4{
width: 240px;
}	
footer .footer-content .footer-block-3{
    width: 189px;
}
footer .footer-content .footer-block-5{
	width: 230px;
}

footer .footer-content .footer-block-6 {
width: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
}
footer .footer-content .footer-block.footer-block-7{
    display: block;
    font-size: 14px;
    width: 75%;
	overflow: hidden;
	position: relative;
	    height: 288px;
}


footer .footer-content .footer-block-6  .social {
    display: block;
    padding: 0;
}
 footer .footer-content .footer-block-6 .logo {
    padding-bottom: 0;
}

footer .footer-content .footer-block-6 .contacts {
display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 10px;
	width: 100%;
}
footer .footer-content .footer-block-6 .emails {
    padding-top: 0 !important;
    margin-left: 0px;
	   margin-bottom: 10px;
}

footer .footer-content .footer-block-6 .phone{
margin-left: 0px;
    margin-bottom: 10px;
}
 
footer .footer-content .footer-block .title{
	font-size: 16px;
	font-weight: bold;
	color: #4e4e4e;}
footer .footer-content .footer-block .title{
	min-height: 48px;
}	
footer .footer-content .footer-block .title, .logo{
	padding-bottom: 15px;}
footer .footer-content .footer-block .title, .logo:last-child{
	padding-top: 15px;}
footer .footer-content .footer-block .emails{
	padding-top: 15px;}
footer .footer-content .footer-block a{
	color: #4e4e4e;}
footer .footer-content .footer-block li a {
line-height: 1.7;
    position: relative;
    padding-left: 20px;
    display: block;
}
footer .footer-content .footer-block li a:before {
content: '➢';
   
    display: block;
    width: 18px;
    height: 16px;
    position: absolute;
    top: 0px;
    margin-left: 0px;
    left: -3px;
  color: #1acaff;
	
}
footer .footer-content .footer-block a:hover{
	text-decoration: underline;}
@media only screen and (max-width: 992px){
	footer .footer-content{
		width: 100%;}}
footer .upper-footer{
	padding: 40px 0 10px 0;}
@media only screen and (max-width: 1024px){
	footer h3, h4{
		text-align: left !important;}
	footer .upper-footer{
		padding: 40px 25px 40px 25px;}
 }
footer .footer-bottom{
	height: 80px;}
footer .footer-content .copy{
	position: absolute;
	top: 33px;
	font-size: 14px;
	color: #4e4e4e;}
@media only screen and (max-width: 1024px){
	footer .footer-content .copy{
		left: 25px;}}
@media only screen and (max-width: 768px){
	footer .footer-content .copy{
		display: block;
		position: static;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 24px 0;
		text-align: center;
		background: #f8f8f8;}
 }
footer .footer-content .links{
	display: block;
	float: left;
	margin-left: 300px;
	padding: 33px 0 0 0;}
@media only screen and (max-width: 1024px){
	footer .footer-content .links{
		margin-left: 325px;}}
@media only screen and (max-width: 992px){
	footer .footer-content .links{
		margin-left: 320px;}}
@media only screen and (max-width: 768px){
	footer .footer-content .links{
		float: none;
		margin: 0;
		padding: 24px 0 0 0;
		text-align: center;
		background: #f8f8f8;width: 100%;}}
footer .footer-content .links a{
	display: inline-block;
	vertical-align: top;
	margin: 0 12px 0 12px;
	font-size: 14px;
	color: #1cbbed;}
footer .footer-content .links a:hover{
	text-decoration: underline;}
footer .footer-content .links a:last-child{
	margin-right: 0;}
footer .footer-content .social{
	display: block;
	padding: 20px 0 0 0;}
footer .footer-content .mobile-social{
	display: none;}
@media only screen and (max-width: 768px){
	footer .footer-content .social{
		margin: 0;
		padding: 24px 0 0 0;
		text-align: center;
		background: #f8f8f8;width: 100%;}
	footer .footer-content .mobile-social{
		display: block;}}
footer .footer-content .social a{
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	margin-right: 5px;}
footer .footer-content .social a:last-child{
	margin: 0;}
 
/* Portfolio projects template */
.projects-portfolio-page{
	display: block;
	width: 1024px;
	margin: 0 auto;
	padding: 40px 0;
	min-height: 300px;
	line-height: 20px;}
@media only screen and (max-width: 1150px){
	.projects-portfolio-page{
		width: 100%;}}
.projects-portfolio-page ul{
	display: block;}
.projects-portfolio-page ul li{
	display: inline-block;
	vertical-align: top;
	width: 130px;
	margin: 0 20px 20px 0;
	font-size: 16px;
	color: #4e4e4e;}
.blc-header{
	display: block;
	width: 100%;
	font-size: 32px;
	color: #1cbbed;
 
	text-align: center;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;}
	
.tech-blog-wrap .entry-content .blc-header p{
	display: none;
}
.tech-blog-wrap .entry-content .blc-header h2 {
 margin-bottom: 28px;
}

.tech-blog-wrap .entry-content .blc-header h2 span{
	display: block;
	width: 100%;
  
	text-align: center;
	margin: 0px 0 0 0;
	padding: 26px 0 0 0;}


@media only screen and (max-width: 500px){
	.blc-header{
		line-height: 35px;
		margin: 15px 0;}}
.blc-icons{
	display: block;
	width: 100%;
	margin: 12px 0;
	text-align: center;}
.blc-icons .blc-tool-block{
	display: inline-block;
	vertical-align: top;
	width: 130px;
	margin: 0 0 25px 0;}
.blc-icons .blc-tool-block img{
	width: 65%;
	height: auto;}
.blc-icons .blc-feature-block{
	display: inline-block;
	vertical-align: top;
	width: 160px;
	margin: 0 0 25px 0;}
.blc-icons .blc-feature-block img{
	width: auto;
	height: 70px;
	max-width: 70px;}
.blc-icons .blc-feature-block .feature-title{
	display: block;
	margin-top: 7px;
	padding: 0 15px 0;
	color: #4e4e4e;
	font-size: 14px;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4{
	margin-bottom: 12px;
	color: #1cbbed;
	font-weight: 300;}
	
.entry-content h3{
	font-family: "PT Sans";
} 

.entry-content h4{
	font-size: 20px;
	text-transform: none;
	font-family: "PT Sans";
}	

.entry-content ol{
	margin: 0 0 18px 30px;}
.entry-content ol li{
	list-style-type: decimal;
	margin: 0 0 6px 0;}
.entry-content a{
	color: #11b1e2;
	text-decoration: none;}
.entry-content a:hover{
	text-decoration: underline;}
.entry-content p{
	font-family: "PT Sans";
	line-height: 24px;}
@media only screen and (max-width: 1150px){
	
	.entry-content p img{
		max-width: 100%;
		height: auto;}
	.entry-content h1, h2{
		text-align: center !important;}
	.post-page .entry-content ul{
		padding: 0 24px;}
	.post-page .posted-on{
		padding: 0 0 0 24px;}}
@media only screen and (max-width: 500px){
	/*.entry-content p img{
		max-width: 50%;
		height: auto;}}*/
	.pagination{
		display: block;}
	.pagination h2{
		font-size: 22px;
		font-weight: 300;
		color: #1cbbed;
		text-transform: uppercase;}
	.pagination .nav-links{
		display: block;
		text-align: center;}
		.pagination .nav-links .page-numbers{
		margin-right: 14px;}
		.pagination .nav-links a{
		display: inline-block;
		vertical-align: top;
	
	 
		font-size: 14px;
		padding: 7px 20px 8px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		border-radius: 3px;}
	.pagination .nav-links a:hover{
		background: #1ca2d3;}
	.pagination .nav-links .icon-arrow-right{
		display: none;}
	.service-slider-horiz-web-dev-2{
		margin-top: 60px;}
	.service-slider-horiz-1{
		margin-top: 15px;}
	.service-slider-horiz-2{
		margin-top: 30px;}}
/*Person Container */
.person-container{
	text-align: center;}
.person-container .person{
	display: inline-block;
	margin: 20px 20px;}
.person-container .person .name{
	font-weight: 700;}
.person-container .person .social{
	display: inline-block;}
.person-container .person .social .linked, .email{
	display: inline-block;
	margin: 0 5px;
	font-size: 20px;}
.person-container .person .social .linked a{
	color: #0077b5;}
.person-container .person .social .email a{
	color: #d34836;}
.dev-stages.devops-services-expertise{
	margin-bottom: 60px;}
/* DevOps-as-a-Service */
.key-facts-list.owl-carousel.owl-theme{
	margin-top: 30px}
.key-facts-list.owl-carousel.owl-theme .owl-pagination{
	margin-bottom: 20px}
.dev-stages.devops-services-expertise{
	margin-bottom: 60px;}
.devops-services-expertise .ui-ux-desc p{
	margin-bottom: 50px}
.key-facts.devops-services-expertise .key-facts-list.owl-carousel.owl-theme{
	margin-bottom: 40px;}
@media only screen and (max-width: 1150px){
	.devops-services-expertise .ui-ux-desc p{
		margin-bottom: 50px}
	.devops-services-expertise .devopsitem .desc{
		line-height: 23px;}
	.devops-services-expertise .inner-block-list .devopsitem{
		margin: 20px 0px 0px 0px !important;
		padding: 0px 25px;}}
.dev-stages.devops-services-expertise{
	margin-bottom: 50px;
	padding: 0px;}
.devops-services-expertise .devopsitem .desc{
		line-height: 23px;}
/* Healthcare Software Development  */
@media only screen and (max-width: 1025px){
	.helthcare-software-development .about-us .desc{
		padding: 0px;
		margin-bottom: 60px;}}
/* UI UX */
.ui-ux-expertise .ui-ux .ui-ux-block-list .ui-ux-slider-2{
	top: 455px;
	left: 65px;}
.key-facts.ui-ux-expertise .desc.ui-ux-desc{
	padding: 0px;}
.dev-stages{
	padding-bottom: 80px;
	margin-left: 24px;}
.dev-stages .stages{
	padding-left: 0px;}
.dev-stages .inner-block-list .devopsitem{
	width: 310px;
	margin: 0 10px 0 10px;
	height: 230px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	font-size: 14px;}
.dev-stages .inner-block-list .devopsitem .title{
	font-size: 20px;
	font-weight: bold;
	width: 100%;}
.dev-stages .inner-block-list .devopsitem .desc{
	margin-left: 20px;}
.dev-stages .inner-block-list .devopsitem .arrow-1{
	width: 75px;
	height: 32px;}
.dev-stages .inner-block-list .devopsitem .arrow-2{
	width: 136px;
	height: 32px;}
.dev-stages .inner-block-list .devopsitem .arrow-3{
	width: 240px;
	height: 32px;}
.dev-stages .inner-block-list .devopsitem .numb{
	display: inline-block;
	color: #1cbbed;
	font-size: 36px;
	text-align: left;
	padding: 20px 0 0 0;
	font-weight: 700;}
.services-and-core-tech-stack{
	display: flex; 
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1024px;
	margin-top: 14px;
	margin-bottom: 15px;}
.services-and-core-tech-stack .service{
	width: 47%;
	height: 175px;
	margin-bottom: 45px;
	padding: 15px;
	text-align: initial;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	position: relative;}
	
.services-and-core-tech-stack .service .services-title{
	width: 143px;
	height: 25px;
	left: calc(50% - 143px/2 - 400px);
	top: 610px;

	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	color: #1CBBED;
	line-height: 24px;}
.services-and-core-tech-stack .service .services-title a{
color: #1CBBED;	
}	
.services-and-core-tech-stack .service .services-text{
	width: 421px;
	height: 50px;
	left: calc(50% - 421px/2 - 261px);
	top: 641px;  

	font-style: normal;
	font-weight: normal;
	color: #4E4E4E;
	font-size: 14px;
	line-height: 24px;}
.services-and-core-tech-stack .service .icon{
	right: -17px;
	position:absolute;}
.our-people .inner-block-header{
	width: 1024px;
	margin: 0 auto;
	padding: 40px 0 40px 0;
	text-align: center;}
.our-people{
	margin-top: 10px;
	margin-bottom: 60px;}
@media only screen and (max-width: 900px){
	.services-and-core-tech-stack{
		display: block;
		width: 100%;}
	.services-and-core-tech-stack .service{
		width: 100%;
		height: 100%;
		margin-bottom: 23px;
		padding: 15px;
		text-align: initial;
		background: #FFFFFF;
		border: 1px solid #E5E5E5;
		box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
		position: relative;}
	.services-and-core-tech-stack .service .services-text{
		width: 100%;
		height: 100%;
		left: calc(50% - 421px/2 - 261px);
		top: 641px;  
		
		font-style: normal;
		font-weight: normal;
		color: #4E4E4E;
		font-size: 14px;
		line-height: 24px;}
	.our-people .inner-block-header{
		width: 400px;
		margin: 0 auto;
		padding: 40px 0 40px 0;
		text-align: center;}}
/* .inner-block-list r-pos .top-desc{
	width: 486px;
	height: 49px;
	left: calc(50% - 486px/2 + 202.5px);
	top: 108px;  
	font-family: PT Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;  
	color: #4E4E4E;}*/
@media only screen and (max-width: 1025px){
	.dev-stages{
		padding-bottom: 0 !important;
		margin-left: 0;}
	/*.dev-stages .inner-block-list .stages{
		padding: 0 15px 0 15px;}*/
	.dev-stages .inner-block-list .devopsitem{
		width: 230px;
		height: auto;}
	.dev-stages .inner-block-list .devopsitem .desc{
		text-align: justify;}}
@media only screen and (max-width: 500px){
	.dev-stages .inner-block-list .devopsitem{
		width: 100%;}}
.ui-ux .ui-ux-block-list{
	width: 1024px;
	margin: 0 auto;
	position: relative;}
.ui-ux .actions{
	text-align: center;
	padding: 0 0 80px;}
.ui-ux-page .owl-pagination{
	padding: 40px 0 80px 0;}
@media only screen and (max-width: 1024px){
	.ui-ux-page .owl-pagination{
		padding: 50px 0 0 0;}}
@media only screen and (max-width: 992px){
	.ui-ux-page .owl-pagination{
		padding: 40px 0 20px 0;}}
.ui-ux .actions a{
	display: inline-block;
	vertical-align: top;
	background: #d7d7d7;
	color: #4e4e4e;
	font-size: 14px;
	padding: 8px 17px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;}
.ui-ux .actions a:hover{
	background: #1cbbed;
	color: #fff;}
@media only screen and (max-width: 992px){
	.ui-ux .ui-ux-block-list{
		width: 100%;}}
.ui-ux .ui-ux-block-list .ui-ux-column{
	display: inline-block;
	vertical-align: top;
	width: 505px;}
@media only screen and (max-width: 1150px){
	.ui-ux .ui-ux-block-list .ui-ux-column{
		width: 100%;
		display: block;}}
.ui-ux .ui-ux-block-list .ui-ux-column .item{
	width: 470px;
	display: block;
	margin-bottom: 40px;
	margin-left: 25px;}
.ui-ux .ui-ux-block-list .ui-ux-column .item:nth-child(2){
	margin-bottom: 80px;}
.ui-ux .ui-ux-block-list .ui-ux-column .item:nth-child(3), .ui-ux .ui-ux-block-list .ui-ux-column .item:nth-child(4){
	margin-left: 500px;}
.ui-ux .ui-ux-block-list .ui-ux-column .item:nth-child(5){
	margin-top: 80px;}
/* Cloud Computing Services */
.cloud-computing-services .ui-ux .ui-ux-block-list .cloud-column .item .info .ex-title{
	margin-bottom: 10px;}
.cloud-computing-services .ui-ux .ui-ux-block-list .cloud-column .item .info .ex-title a:visited{
	color: #4E4E4E;}
.cloud-computing-services .ui-ux .ui-ux-block-list .cloud-column .item .info .ex-title a:link{
	color: #4E4E4E;}
.cloud-computing-services .ui-ux .ui-ux-block-list .cloud-column .item:nth-child(2){
	margin-bottom: 39px;}
.cloud-computing-services .about-us{
	padding: 0 0px;}
/**/
.ui-ux .ui-ux-block-list .cloud-column{
	display: inline-block;
	vertical-align: top;
	width: 505px;}
@media only screen and (max-width: 1150px){
	.ui-ux .ui-ux-block-list .cloud-column{
		width: 100%;
		display: block;}}
.ui-ux .ui-ux-block-list .cloud-column .item{
	width: 470px;
	display: block;
	margin-bottom: 40px;
	margin-left: 25px;}
.ui-ux .ui-ux-block-list .cloud-column .item:nth-child(2),.ui-ux .ui-ux-block-list .cloud-column .item:nth-child(3),.ui-ux .ui-ux-block-list .cloud-column .item:nth-child(6),.ui-ux .ui-ux-block-list .cloud-column .item:nth-child(7),  .ui-ux .ui-ux-block-list .cloud-column .item:nth-child(8){
	margin-bottom: 80px;}
.ui-ux .ui-ux-block-list .cloud-column .item:nth-child(4),.ui-ux .ui-ux-block-list .cloud-column .item:nth-child(5), .ui-ux .ui-ux-block-list .cloud-column .item:nth-child(9), .ui-ux .ui-ux-block-list .cloud-column .item:nth-child(10){
	margin-left: 500px;}
/**/
@media only screen and (max-width: 1150px){
	.ui-ux .ui-ux-block-list .ui-ux-column .item{
		display: block;
		width: 100%;
		margin: 0 0 24px 0;
		text-align:center;}
		.ui-ux .ui-ux-block-list .ui-ux-column .item:nth-child(2){
			margin-bottom: 24px;}
		.ui-ux .ui-ux-block-list .ui-ux-column .item:nth-child(3), .ui-ux .ui-ux-block-list .ui-ux-column .item:nth-child(4){
			margin-left: 0;}
		.ui-ux .ui-ux-block-list .ui-ux-column .item:nth-child(5){
			margin-top: 0;}
		.ui-ux .ui-ux-block-list .cloud-column .item{
			display: block;
			width: 100%;
			margin: 0 0 24px 0;
			text-align:center;}
		.ui-ux .ui-ux-block-list .cloud-column .item:nth-child(2),.ui-ux .ui-ux-block-list .cloud-column .item:nth-child(3),.ui-ux .ui-ux-block-list .cloud-column .item:nth-child(6),.ui-ux .ui-ux-block-list .cloud-column .item:nth-child(7){
			margin-bottom: 24px;}
		.ui-ux .ui-ux-block-list .cloud-column .item:nth-child(4),.ui-ux .ui-ux-block-list .cloud-column .item:nth-child(5),  .ui-ux .ui-ux-block-list .cloud-column .item:nth-child(8), .ui-ux .ui-ux-block-list .cloud-column .item:nth-child(9){
			margin-left: 0;}
		.ui-ux .ui-ux-block-list .cloud-column a:visited{
			color: #4e4e4e;}
		.ui-ux .ui-ux-block-list .cloud-column a:link{
			color: #4e4e4e;}}
.ui-ux .ui-ux-block-list .ui-ux-column .item .icon{
	display: inline-block;
	vertical-align: top;
	width: 64px;
	height: 64px;}
.ui-ux .ui-ux-block-list .cloud-column .item .icon{
	display: inline-block;
	vertical-align: top;
	width: 64px;
	height: 64px;}
@media only screen and (max-width: 1150px){
	.ui-ux .ui-ux-block-list .item .icon{
		display: block;
		width: 100%;
		margin-bottom: 16px;
		text-align: center;}}
.ui-ux .ui-ux-block-list .item .icon img{
	display: block;
	width: 100%;
	height: 100%;}
@media only screen and (max-width: 1150px){
	.ui-ux .ui-ux-block-list .ui-ux-column .item .icon img{
		width: 100%;}
	.ui-ux .ui-ux-block-list .cloud-column .item .icon img{
		width: 100%;}}
.ui-ux .ui-ux-block-list .ui-ux-column .item .info{
	display: inline-block;
	vertical-align: top;
	width: 376px;
	margin-left: 24px;
	color: #4e4e4e;
	text-align: left;}
.ui-ux .ui-ux-block-list .ui-ux-column .item .info .ex-title{
	font-size: 20px;
	margin-bottom: 16px;}
.ui-ux .ui-ux-block-list .ui-ux-column .item .info .ex-desc{
	font-size: 14px;
	line-height: 20px;}
.ui-ux .ui-ux-block-list .cloud-column .item .info{
	display: inline-block;
	vertical-align: top;
	width: 376px;
	margin-left: 24px;
	color: #4e4e4e;
	text-align: left;}
.ui-ux .ui-ux-block-list .cloud-column .item .info .ex-title{
	font-size: 20px;}
.ui-ux .ui-ux-block-list .cloud-column a:visited{
	color: #4e4e4e;}
.ui-ux .ui-ux-block-list .cloud-column a:link{
	color: #4e4e4e;}
.ui-ux .ui-ux-block-list .cloud-column .item .info .ex-desc{
	font-size: 14px;
	line-height: 20px;}
@media only screen and (max-width: 1150px){
	.ui-ux .ui-ux-block-list .ui-ux-column .item .info{
		display: block;
		width: 100%;
		margin-left: 0;
		text-align: left;
		padding: 0 24px;}
	.ui-ux .ui-ux-block-list .ui-ux-column .item .info .ex-title{
		text-align: center;}
	.ui-ux .ui-ux-block-list .cloud-column .item .info{
		display: block;
		display: block;
		width: 100%;
		margin-left: 0;
		text-align: left;
		padding: 0 24px;}
	.ui-ux .ui-ux-block-list .cloud-column .item .info .ex-title{
		text-align: center;}}
.ui-ux .ui-ux-block-list .service-slider .slide{
	display: block;
	text-align: center;}
.ui-ux .ui-ux-block-list .service-slider-1{
	float: right;
	width: 360px;
	height: 340px;
	margin-right: 110px;}
.ui-ux .ui-ux-block-list .service-slider-1 .owl-controls{
	margin-top: 10px;}
.ui-ux .ui-ux-block-list .service-slider-2{
	position: absolute;
    top: 450px;
    left: 0;
    width: 365px;
    height: 440px;}
.ui-ux .ui-ux-block-list .service-slider-3{
    position: absolute;
    top: 960px;
    right: 0;
    width: 365px;
    height: 440px;}
.ui-ux .ui-ux-block-list .devops-slider-1{
	float: right;
	width: 360px;
	height: 230px;
	margin-right: 110px;
	top: 20px;}
.ui-ux .ui-ux-block-list .devops-slider-2{
	position: absolute;
	top: 580px;
	left: 20px;
	width: 360px;
	height: 280px;}
.ui-ux .ui-ux-block-list .devops-slider-3{
	position: absolute;
	width: 360px;
	height: 230px;
	margin-right: 110px;
	right: 0px;
	top: 1110px}
.ui-ux .ui-ux-block-list .saas-slider-1{
	float: right;
	width: 360px;
	height: 230px;
	margin-right: 110px;
	top: 20px;}
.ui-ux .ui-ux-block-list .saas-slider-2{
	position: absolute;
	top: 500px;
	left: 70px;
	width: 360px;
	height: 280px;}
.ui-ux .ui-ux-block-list .saas-slider-3{
	position: absolute;
	width: 360px;
	height: 230px;
	margin-right: 90px;
	right: 0px;
	top: 950px}
.cloud-desc .cloud-service-diagram{
	width: 974px;
	margin: auto;
	padding-bottom: 0px;
	text-align: center;}
.ui-ux .ui-ux-block-list .cloud-slider-1{
	float: right;
	width: 360px;
	height: 230px;
	margin-right: 110px;
	top: 120px;}
.ui-ux .ui-ux-block-list .cloud-slider-2{
	position: absolute;
	top: 661px;
	left: 60px;
	width: 360px;
	height: 280px;}
.ui-ux .ui-ux-block-list .cloud-slider-3{
	position: absolute;
	width: 360px;
	height: 230px;
	margin-right: 90px;
	right: 0px;
	top: 1119px}
.ui-ux .ui-ux-block-list .cloud-slider-4{
	position: absolute;
	top: 1750px;
	left: 60px;
	width: 360px;
	height: 280px;}
.ui-ux .ui-ux-block-list .ui-ux-slider-2{
	position: absolute;
	top: 490px;
	left: 20px;
	width: 320px;
	height: 280px;}
.ui-ux .ui-ux-block-list .service-slider-2 .owl-controls{
	margin-top: 16px;}
.ui-ux-desc p{
	width:974px;
	margin: auto;
	padding-bottom:0px;}
.cloud-desc p{
	width:974px;
	margin: auto;
	padding-bottom:40px;}
.single-format-aside  .entry-content  h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 41px;
  margin-top: 45px;
  margin-bottom: 30px;
}

.single-format-aside  .entry-content  ul li {
  line-height: 24px;
  margin-bottom: 5px;
}

.single-format-aside  .entry-content ul {
  padding-left: 30px;
}

body.single-format-aside  ul.list-result {
display: flex;
padding-left: 0;
justify-content: center;
padding-top: 30px;
  flex-wrap: wrap;
	    width: 100%;
}
.single-format-aside .entry-content ul.list-result li {
 min-width: 200px;
  text-align: center;
}
.single-format-aside .entry-content ul.list-result.v4 li {
    min-width: 200px;
    text-align: center;
    width: 25%;
}

.single-format-aside .entry-content ul.list-result span {
  display: block;
  text-align: center;
  height: 85px;
}

.single-format-aside .entry-content ul.list-result li p {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}


.single-format-aside .entry-content ul.list-technologies {
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-content: center;
    flex-wrap: wrap;
	    width: 100%;
}


.single-format-aside .entry-content ul.list-technologies li{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: center;
width: 100px;
}
.single-format-aside .entry-content ul.list-technologies li .image-wrapper {
    max-width: 80%;
}
.single-format-aside .entry-content ul.list-technologies li .image-wrapper img{
  max-width: 100%;
    width: 100%;
}
.single-format-aside .entry-content ul.list-technologies.v3 li p{
	    width: 100%;
    text-align: center;
}
.single-format-aside .entry-content ul.list-technologies.v3 li {
    width: 33.33%;
}

.single-format-aside .entry-content .list-with-icon li{
    display: flex;
    align-items: center;
	    margin-bottom: 20px;
}

.single-format-aside .entry-content .list-with-icon li span{
    margin-right: 10px;
}

.about-author .container{
	width: 100%;
	max-width: 1024px;
    margin: 0 auto;
	 display: flex;
	 flex-wrap: wrap;
}

.author-image img {
    height: auto;
    width: 100%;
}
/* ver1 */
.author-image  {
    width: 100px;
}

.author-info{
    width: calc(100% - 100px);
    padding-left: 10px;
}

.author-info h3{
    color: #4e4e4e;
	font-size: 18px;
}

/* ver2 */
.author-image {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
}

.author-bio{
    width: 100%;
    padding-top: 10px;
}

.author-bio p{
    margin-bottom: 10px;
}


.about-author {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
	    padding-left: 15px;
    padding-right: 15px;
}


.author-socials img {
    width: 30px;
    height: auto;
}
.author-socials  a{
    display: block;
	color: #4e4e4e;
	margin-right: 10px;
}
.author-socials  a span{
    margin-left: 5px;
}

.author-socials  {
    width: 100%;
    display: flex;
    align-items: center;
}


.maintenance-template .about-us .services-and-core-tech-stack .service{
width: 30%;
height: auto;
background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(28,187,237,1) 100%);
border-radius: 10px;
overflow: hidden;
border: 0px;
}
.maintenance-template .services-and-core-tech-stack .service .services-title{
	color: #fff;
}

.maintenance-template .services-and-core-tech-stack .service .services-text{
	width: auto;
height: auto;
color: #fff;
}



.nft-platforms .block-title {
  font-weight: bold;
  font-size: 20px;
}

.benefits-container.v-2 .benefits-item{
width: 50%;	
}
.why-choose.v2 strong, 
.why-choose h3{
display: flex;
font-size: 20px;	
}
.why-choose.v2 strong .icon, 
.why-choose h3 .icon{
margin-right: 10px;	
}


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

body .benefits-container.v-2 .desc,
.benefits-container.v2 .desc {

    padding-top: 30px;
}
body .benefits-container.v-2 .icon-container,
body .benefits-container.v2 .icon-container {
    height: 100px;
}

.maintenance-template.v5 .about-us .services-and-core-tech-stack .service {
  width: 19%;
}





.about-us.v2 .services-and-core-tech-stack .service {
 
  height: auto;
}
.about-us.v2 .services-and-core-tech-stack .service .services-title {
  height: auto;
}
.about-us.v2 .services-and-core-tech-stack .service .services-text {
  width: 100%;
  height: auto;
}


.services-and-core-tech-stack .service.centered .services-title {
    text-align: center;
}
.services-and-core-tech-stack .service.centered .services-text {
    width: 100%;
    height: auto;
    text-align: center;
}

.single-post article ol li,
.single-post article ul li,
.tech-blog-wrap article ol li,
.tech-blog-wrap article ul li {
margin-bottom: 19px;
 line-height: 24px;
}

.benefits-container.v22 .benefits-item .icon-container.v2 {
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.benefits-container.v22 h3{
    font-size: 18px;
    margin-bottom: 10px;
}

.benefits-container.v22 .benefits-item img {
    height: 50px;
}

.benefits-container.v22 h3 a{
    color: #4e4e4e;
}

.faq-service-column .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-service .faq-service-column .accordion.active:hover {
    background-color: #1cbbed;
    color: #fff;
}
.faq-service .faq-service-column .accordion.active {
    margin-bottom: 10px;
}
.faq-service  .faq-service-column .accordion h3{
	font-size: 18px;
}

.faq-service .faq-service-column div {
    width: 100%;
}


.contact-title-containert      {
    padding-top: 40px;
}

.tech-service{

    padding-bottom: 40px;
}

.inner-block-list.benefits-container {
    padding-bottom: 40px;
}

.inner-block-list.tools-platforms,
.why-dev-v2,
.inner-block-list.our-partnerships {
    padding-bottom: 40px;

}


.aboutb.v2 .services-and-core-tech-stack .service {
  width: 49%;
  height: auto;
  background: rgb(2,0,36);
  background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(28,187,237,1) 100%);
  border-radius: 10px;
  overflow: hidden;
  border: 0px;
  margin-bottom: 20px;
}

.inner-block-list.benefits-container .inner-block-header p {
    line-height: 25px;
	color: #4e4e4e;
}


.inner-block-list.why-choose.v2 {
padding-bottom: 25px;
}

body #toc_container ul li a {
    text-decoration: none !important;
    display: block;
    width: 100%;
    text-align: left;
}

div#toc_container {
    width: 100% !important;
}

body #toc_container ul li a span:after{
	content: '.';
}


.blog-page-list-items {
  display: flex;
  flex-wrap: wrap;
justify-content: flex-start;
  width: 100%;
}

.pagination .nav-links span.page-numbers.current,
.pagination .nav-links .page-numbers.current {

  background: #1cbbed;
color: #fff;
}

.pagination.hide{
  width: 100%;
  display: none;
}

.pagination.qeq{
    display: block;	
	width: 100%;
}


.single-format-aside .entry-content ul.list-technologies.v1 li {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    width: 100%;
    flex-wrap: nowrap;
}
.single-format-aside .entry-content ul.list-technologies.v1 li img{
    max-width: 100%;
    height: auto;
    margin-right: 0px;
}

.single-format-aside .entry-content ul.list-technologies.v1 li span {
    margin-right: 20px;
    width: 130px;
}
.single-format-aside .entry-content ul.list-technologies.v1 li p{
    width: calc(100% - 150px);
}

ul.numbers-circle li span{
	
    color: #1CBBED;
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 1px solid #6D6E70;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;


}

.list-technologies.v4 {
	
}


.single-format-aside .entry-content ul.list-technologies.v4 li p {
    width: 100%;
    text-align: center;
}

.single-format-aside .entry-content ul.list-technologies.v4 li {
    width: 20%;
}

.single-format-aside .entry-content ul.list-technologies.v4 li .icon-tech{
	
    height: 95px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;

}


.page-template-dc-career .get-in-touch .inner-block-header .block-title {
 color: #4e4e4e;
}

.list-solution li{
	display: flex;
}
.list-solution li .text{

    width: calc(100% - 75px);
    padding-left: 10px;

}


.ui-ux .ui-ux-block-list .ui-ux-column .item .info .ex-title a {
    color: #4e4e4e;
}


.expertise-service-column .item .ex-title a{
    color: #000;	
}


.benefits-container.v2 .benefits-item {
    padding-bottom: 60px;
    width: 33.33%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.benefits-container.v3 .benefits-item {

    width: 50%;

}

.benefits-container.v2.blue .benefits-item .subtitle-01{
color: #1CBBED;
font-size: 18px;
line-height: 24px;
}

.inner-block-list .ui-ux-desc .benefits-item p {
    width: 100%;
    padding-bottom: 0;
}
.inner-block-list .ui-ux-desc .benefits-item a{
    color: #4e4e4e;
	}
	
	
.benefits-item img {
    height: 80px;
}

.inner-block-list .ui-ux-desc .benefits-item  h3 {
  font-size: 18px;
}

.benefits-container .desc {
    text-align: justify;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.benefits-container.v2.v3  .benefits-item {
    text-align: left;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
}

.benefits-container.v2.v3 .benefits-item img {
  height: 32px;
}
body .benefits-container.v2.v3 .icon-container {
  height: 45px;
}

.web-3-template .services-and-core-tech-stack .service .services-title {
    width: 100%;
}
.web-3-template .services-and-core-tech-stack .service .services-text {
    width: 100%;
    height: auto;
}
.web-3-template .about-us .services-and-core-tech-stack .service {
    height: auto;
	margin-bottom: 30px;
width: calc(50% - 15px);
}

.center-element {
  margin-left: auto;
  margin-right: auto;
}

.indastries-block .projects-list .post .entry-header .entry-title > a {
  font-size: 18px;
}
.indastries-block .projects-list .post .entry-header .entry-title {
  width: auto;
  height: auto;
}
.indastries-block .projects-list .post {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  box-sizing: border-box;
}
.indastries-block .projects-list .post .post-thumbnail > a img {
  max-height: 70px;
}
.indastries-block .projects-list .post .post-thumbnail > a {
  height: 70px;

}


 


#chatbase-bubble-button{
	bottom: 30% !important;
	  width: 70px!important;
  height: 70px!important;
		border-radius: 50%!important;
	 color: #fff!important;
  background: #1cbbed!important;
}

#chatbase-bubble-button:before{
	content: 'Ask AI';
	position: absolute;
	top: 25px;
	text-align: center;
	width: 100%;
	left: 0;

}
.chat-gpt.pum-trigger,
#chatbase-bubble-button svg{display: none;}

.inner-block-clouds {
    display: flex;
    max-width: 1044px;
    margin: 0 auto;
    padding: 0px 0 40px 0;
    text-align: center;
    width: 100%;
}

.single-cloud {
    width: 33.33%;
    position: relative;
	    padding: 10px;
}

.single-cloud img{
    max-width: 100%;
    height: auto;
	
}
.single-cloud  a h3,
.single-cloud  a {
    font-size: 20px;
    font-weight: 300;
    color: #4e4e4e;
	
}


.single-cloud-text {
  font-size: 14px;
  text-align: justify;
}

.blue-title .single-cloud  a h3{
  margin-bottom: 5px;
  color: #1CBBED;
  margin-bottom: 5px;
}

.color-blue{
color: #1CBBED;
}

.p-style-1{
color: #4E4E4E;
font-size: 18px;
font-weight: 700;
line-height: 24px;
}


.p-style-2{
	color: #1CBBED;

text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}


.p-style-3{
	color: #4E4E4E;

text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}

.post-three-side,
.post-two-side{
    display: flex;

}


.post-two-side .post-left-side{
	   width: 50%;
    padding-right: 10px;
}

.post-two-side .post-right-side{
    width: 50%;
    padding-left: 10px;
}

.post-three-side div{
  width: 33.33%;	
}
.post-three-side .post-center-s{
  text-align: center;
}
.dot-before li{
position: relative;
padding-left: 15px;
}

.dot-before li:before{
content: '';
width: 7px;
height: 7px;
border-radius: 50%;
position: absolute;
left: 0px;
top: 10px;
background: #4E4E4E;
}

body .benefits-container p {
  width: 100%;
      text-align: justify;
}

.benefits-container.v2.items-4 .benefits-item {
 
  width: 25%;
 
}

.expertise-service.tech-stack .ui-ux-desc{
  text-align: justify;
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding-bottom: 60px;
}

.expertise-service.tech-stack .ui-ux-desc .tech-stack-item{
    display: flex;
    align-items: center;
}

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

.benefits-container.v6 .benefits-item {
  padding-bottom: 0px;
  width: 16.66%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.benefits-container.v6.blue .benefits-item .subtitle-01 {
  color: #1CBBED;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.benefits-container.v6 .benefits-item p {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}



.benefits-container.v6 .benefits-item img {
    height: 32px;
}
.benefits-container.v6 .benefits-item .icon-container {
  height: auto;text-align: left;
}

.benefits-container.v6 .desc.ui-ux-desc{
  text-align: justify;
  margin-left: -70px;
  margin-right: -70px;
}


.benefits-container.v7 .benefits-item {
  padding-bottom: 40px;
  width: 16.66%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.benefits-container.v7 .benefits-item .icon-container {
  height: 60px;margin-bottom: 10px;
}

.benefits-container.v7 .benefits-item img {
  height: auto;
  max-width: 100%;
}



.indastries-block.v2 .projects-list .post .post-thumbnail > a img {
  width: 100%;
  height: auto;
  max-height: 100%;
 
}
.indastries-block.v2 .projects-list .post .post-thumbnail > a {
  height: auto;
}
.indastries-block.v2 .projects-list .post {
 
  margin-bottom: 40px;
}


.actions-button{
	margin-top: -50px;
}

.actions-button-v2{
text-align: center;
padding-top: 35px;
}

.actions-button-v2 a,
.actions-button a {
  display: inline-block !important;
  vertical-align: top;
  background: #1cbbed;
  color: #fff;
  font-size: 14px;
  padding: 8px 17px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
	text-decoration: none;
	width: auto!important;
	margin-top: 0px!important;
	
}

.actions-button-v2 a:hover,
.actions-button a:hover {
	background: #d7d7d7;
	color: #4e4e4e;
	text-decoration: none;
}


.inner-block-header .block-title {
 
    margin-bottom: 20px;
}

.crystall-m-s{width: 100%;
display: flex;
}
.crystall-list-1{
	width: 100%;
display: flex;
    flex-wrap: wrap;
}
.crystall-list-1 li{
  display: flex;
 width: 100%;
  align-items: flex-start;
}
.crystall-list-1 li img{
  width: 22px;
  height: auto;
  margin-top: 6px;
  margin-right: 5px;
}

.crystall-list-1 li  strong{
  display: block;
}
.blue-title-h4,
.blue-title-h4 div{
	
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-transform: none;

}
.crystall-role{
  display: flex;
  width: 100%;
  padding-bottom: 30px;
}
.crystall-role .crystall-role-icon{
  width: 60px;
}
.crystall-role.v3 .crystall-role-icon {
    width: 20px;
    
}

.crystall-role .crystall-role-icon img{
    max-width: 100%;
}
.crystall-role .crystall-role-text {
  width: calc(100% - 60px);
  padding-left: 15px;
}

.crystall-role.v3 h3 {
    font-weight: 700;
    line-height: 24px;
    font-size: 16px;
    color: #4E4E4E;
}

.crystall-m-s .crystall-m-s-1-2 .blc-header{
  color: #4E4E4E;
  text-align: center;
  font-family: PT Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-transform: none;
}

.crystall-m-s .crystall-m-s-1-2{
 width: 50%;	
}
.post-page .crystall-role ul, 
.tech-blog-wrap .entry-content .crystall-role p {

  padding: 0;
}


.single-project .slogan-main {
  display: flex;
  max-width: 1200px;
   flex-wrap: wrap;
}
.single-project .slogan-main .left-block h1{
  text-align: left;
  font-weight: 400;
}
.single-project .slogan-main .left-block{
  width: calc(100% - 300px);
}


.single-project .slogan-main .right-block{
  width: 300px;
  position: relative;
}

.single-project .slogan-main .right-block img{
max-width: 100%;
height: auto;	
}

.crystall-m-s .crystall-m-s-1-2.s-l {
padding-right: 10px;
}
.crystall-m-s .crystall-m-s-1-2.s-r {
padding-left: 10px;
}

.single-project .header .post-tags {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.single-project .header .post-tags .tag-title{
    display: block;
    padding: 5px;
}
.single-project .header .post-tags  a {
    color: #fff;
    padding: 2px 8px;
    border: 1px solid #fff;
}

.single-project .header .short-text {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
	width: 100%;
}


.block-tech-service {
    display: flex;
    width: 100%;
 
    padding-top: 40px;
    padding-bottom: 0px;
}
.block-tech-service .custom-tags{
width: 230px;
    padding-top: 0px;

}

.block-tech-service .custom-tags .custom-tags-container{
    background: #eeeeee;
    padding: 20px;	
}

.block-tech-service .block-technologies{
	    width: 60%;
}

.block-tech-service .list-technologies{
 display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
 
    justify-content: center;
}

.post-page.single-project .tech-blog-wrap .blc-header,
.block-tech-service h2 {
    text-align: center;
    font-size: 18px;
    color: #1CBBED;
}


.block-tech-service  .list-technologies  li{
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    margin-bottom: 25px;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-right: 15px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter .3s ease-in-out;
    transition: -webkit-filter .3s ease-in-out;
    transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out,-webkit-filter .3s ease-in-out;
    -o-transition: filter .3s ease-in-out;
}


.block-tech-service  .list-technologies  li .image-wrapper {
    height: 65px;
    width: 65px;
    position: relative;
}


.block-tech-service  .list-technologies  li .image-wrapper img {
    width: 60px;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);

}


.block-tech-service  .list-ind li  {
    margin-bottom: 5px;
}


div.header picture {
position: absolute;
 left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	    z-index: -1;
		    top: 50%;
    transform: translateY(-50%);
}

div.header  {
 position: relative;
    overflow: hidden;
}
div.header picture img{
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
}


.tech-service {
    padding-left: 20px;
    padding-right: 20px;
}



.tech-service-block-list-2 .tabcontent1 .item .icon a {
    width: 100%;
    height: 64px;
}


.block-desc p a {
    color: #1cbbed;
}

.entry-content .crystall-role.v2 h3 {
    font-size: 18px;
    font-weight: bold;
}

.projects.projects-services{
	    max-width: 1024px;
    margin: 0 auto;
   width: 100%;
}

.inner-block-list.benefits-container.v2 .benefits-item h3{
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}


.discuss.v3 {
width: 100%;
   
    background: #1CBBED;
    text-align: center;
    display: flex;
    align-items: center;
}

.discuss.v3 h2 {
    padding-top: 0px;
    font-size: 33px;
    font-weight: 500;
    color: #fff;
}
.discuss.v3 .info p {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.discuss-content{
 width: 100%;
    max-width: 1024px;
    margin: 0 auto;
   
    text-align: center;
}

.discuss.v3 .actions a {
  
    background: #EEEEEE;
    color: #1CBBED;
}

.d-flex{
	display: flex;
	
}

.d-flex .left-side{
	padding-right: 10px;
	max-width: 395px;
	padding-top: 30px;
	
}

.d-flex .right-side{
	padding-left: 10px;
		max-width: 395px;
		padding-top: 30px;
}

.d-flex .center-side{
	width: 180px;
}

#toc_container .toc_toggle{
	display: none;
}

.web-3-template.v3 .services-and-core-tech-stack {
    justify-content: center;

}


.web-3-template.v3 .about-us .services-and-core-tech-stack .service {
  width: calc(33.33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}


.projects-list.footer-posts-carousel .post {
    display: flex;
    vertical-align: top;
    width: 100%;
    padding: 0 13px 20px 0px;
	margin:0;
}

.projects-list.footer-posts-carousel .post-thumbnail {
    width: 100px;
}

.projects-list.footer-posts-carousel .entry-header{
    width: calc(100% - 100px);
}

.projects-list.footer-posts-carousel .post .entry-header .entry-title {
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    margin: 0;
    text-align: left;
    padding-left: 15px;
}

.projects-list.footer-posts-carousel .post .entry-header .entry-title > a {
    font-size: 16px;
    font-weight: 300;
    color: #4e4e4e;
}


.footer-posts-carousel  .swiper-button-prev,
.footer-posts-carousel  .owl-prev {
     width: 20px;
    height: 20px;
    background: url('/wp-content/uploads/theme-images/icons/arrow-big.svg') no-repeat 50% 50%;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
 transform: rotate(-90deg);
    position: absolute;
    left: 120px;
top: -35px;
	background-size: 70%;
}
.footer-posts-carousel  .swiper-button-next,
.footer-posts-carousel  .owl-next {
     width: 20px;
    height: 20px;
    background: url('/wp-content/uploads/theme-images/icons/arrow-big.svg') no-repeat 50% 50%;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
 transform: rotate(90deg);
    position: absolute;
    left: 160px;
top: -35px;
	background-size: 70%;
}


.footer-posts-carousel.projects-list {
 
    padding-left: 70px;
    padding-right: 70px;
}

.web-3-template .block-desc.bottom {
    color: #4e4e4e;
    font-size: 16px;
    line-height: 24px;
}


.entry-content .block-with-image h2,
.entry-content .block-with-image h3 {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    text-transform: none;
}
.block-with-image{
    display: flex;
}

.block-with-image .bwi-image{
	order: 2;
}

.block-with-image .bwi-text{
	order: 1;
	padding-right: 20px;
}

.block-with-image.v1{
	padding-bottom: 40px;
	
}

.block-with-image.v2{
	padding-bottom: 40px;
	
}

.block-with-image.v2 .bwi-image {
    order: 1;
}
.block-with-image.v2 .bwi-text {
    order: 2;
    padding-right: 0px;
	padding-left: 30px;
}


.faq-post h3 {
    font-size: 18px;
	 
}


.faq-post div div{
	padding-left: 20px;
	padding-bottom: 20px;
	    line-height: 26px;
}


footer .menu-footer{
    height: 240px;
    overflow: hidden;
}

.footer-block.active .menu-footer{
	 height: auto;
}

footer .s-down{
    display: block;
    width: 98%;
    height: 20px;
    position: relative;
    padding: 0;
    margin: 0;
    border: 0;
	background: transparent;
}



footer .s-down:before{
content: '';
    width: 100%;
    height: 100px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.1) 90%);
    display: block;
    top: -100px;
    left: 0;
    position: absolute;
}

footer .footer-block-4 .s-down:before{
    width: 470px;
    z-index: 1;
}

 footer .footer-block.active  .s-down:before{
height: 0px;	
}


footer .s-down span{
 display: inline-block;
    width: 18px;
    height: 9px;
    position: relative;
    top: -2px;
    margin-left: 5px;
    background: url('/wp-content/uploads/theme-images/icons/arrow-big.svg') no-repeat 50% 50%;
    transform: rotate(180deg);
}

footer .footer-block.active .s-down span {

    transform: rotate(0deg);
}
.footer-posts  .item,
.footer-posts {
    display: flex;
    flex-wrap: wrap;
}

.footer-posts article{
 width: 50%;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.footer-posts article .post-thumbnail{
     width: 70px;
    height: 50px;
}
.footer-posts article .post-thumbnail a {

    height: 50px;

}

.footer-posts article .post-thumbnail img{
    max-width: 100%;
    height: auto;
}


.footer-posts article .entry-header {
    width: calc(100% - 70px);
    padding-left: 10px;
	padding-right: 20px;
}




footer .s-down span {
    display: inline-block;
    width: 18px;
    height: 9px;
    position: relative;
    top: -2px;
    margin-left: 5px;
    background: url('/wp-content/uploads/theme-images/icons/arrow-big.svg') no-repeat 50% 50%;
    transform: rotate(180deg);
}


.block-tech-service .case-study {
    width: calc(100% - 230px);
    padding-right: 20px;
	    color: #4E4E4E;
    line-height: 26px;
}

.block-tech-service .case-study  p {
    margin-bottom: 14px;
}

 .post-thumbnail.r0004,
.projects-page-wrapper.projects-main1 .post-thumbnail {
    width: 100%;
    position: relative;
}
.post-thumbnail.r0004 .project-service-tag,
.projects-page-wrapper.projects-main1 .post-thumbnail .project-service-tag {
    position: absolute;
    bottom: 0;
    background: #1CBBED;
    color: #fff;
    font-size: 16px;
    padding: 1px 5px;
    min-width: 100px;
    text-align: center;
    opacity: 0.8;
}


.crystall-list-1.v4 li {

    flex-wrap: wrap;
}

.crystall-list-1.v4 li h3 {
    font-size: 16px;
    color: #4e4e4e;
    font-weight: bold;
    margin-bottom: 0;
	width: 100%;
}

body .entry-content .tiny-title-h3 {
    font-size: 20px;
    color: #4e4e4e;
    margin-top: 30px;
}
body .tiny-title-h3.v2,
body .entry-content .tiny-title-h3.v2{
    color: #1cbbed;
	font-size: 16px;
	 font-weight: bold;
}

body .entry-content .tiny-title-h3.v3{
 font-weight: bold;
	font-size: 16px;
}


 .entry-content ol.blue-title-list {
   list-style: none;
   counter-reset: item;
   margin-left: 0;				  
 }
 .entry-content ol.blue-title-list li {
   counter-increment: item;
   margin-bottom: 5px;
   list-style-type: none !important;
 }
 .blue-title-list li:before {
   margin-right: 10px;
   content: counter(item) ". ";
      float: left;
    font-weight: bold;
    color: #1cbbed;
  width: 1.2em;
   text-align: center;
   display: inline-block;
 }

.author-mini-card-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.author-mini-card {
    width: 50%;
}


.author-mini-card .auth-block {
    display: flex;
    color: #000;
    text-decoration: none !important;
    align-content: center;
}
.author-mini-card .auth-block .auth-name {
    font-size: 18px;
    padding: 15px 0 0 10px;
}
.author-mini-card .auth-block .auth-name span {
    font-size: 14px;
}


.inner-block-header.v3 .block-desc p {
  text-align: justify; margin-bottom: 10px;
}

.inner-block-header.v3 .block-desc ul {
  list-style: disc;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 20px;
}
.inner-block-header.v3 .block-desc ul li {
  margin-bottom: 0px;
  list-style: disc;
}

.inner-block-header.v3 .blue-text{
  font-size: 20px;
  margin-bottom: 10px;
  color: #1cbbed;
}

.gradient-block img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.gradient-block{
	position: relative;
}
.gradient-block:before{
	content: '';
	height:344px;
	width: 100%;
	position: absolute;
	z-index:-1;
	bottom: 4px;
	left: 0;
	
background: linear-gradient(0deg, rgba(0, 201, 248, 0.3) 0%, rgba(111, 217, 133, 0.3) 52.5%, rgba(111, 217, 133, 0) 100%);
}

.d-flex.v2{
text-align: left;
}
.d-flex.v2 p{
margin-bottom: 15px;
}
.d-flex.v2 .left-side {
  padding-right: 0px;
  max-width: 50%;
  padding-top: 30px;
    width: 50%;
	padding-right: 20px;
	color: #4E4E4E;
}

.d-flex.v2 .right-side {
  padding-left: 0px;
  max-width: 50%;
  padding-top: 30px;
  width: 50%;
  padding-left: 20px;
  color: #4E4E4E;
}

.d-flex.v2 h3{
color: #1CBBED;
font-size: 20px;
font-weight: 400;
line-height: 24px;
text-align: left;
margin-bottom: 15px;
}

.d-flex.v2 ul {
  list-style: disc;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 20px;
}
.d-flex.v2 ul li {
  margin-bottom: 0px;
  list-style: disc;
}

.author-mini-card-container{
  display: flex;
  width: 100%;
}
.author-mini-card {
  width: 50%;
}

.author-mini-card .auth-block {
  display: flex;
  color: #000;
  text-decoration: none !important;
  align-content: center;
}

.author-mini-card .auth-block .auth-name {
  font-size: 18px;
  padding: 15px 0 0 10px;
}

.author-mini-card .auth-block .auth-name span {
  font-size: 14px;
}
body .benefits-container.v2.v4 .icon-container {
  height: 45px;
  text-align: left;
}
body .benefits-container.v2.v4 .benefits-item img {
  height: 32px;
}
body .benefits-container.v2.v4 .benefits-item .subtitle-01 {
  text-align: left;margin-bottom: 10px;
}
body .benefits-container.v2.v4 ul {
  list-style: disc;padding-left: 20px;
}

body .benefits-container.v2.v4 ul li {
list-style-type: disc;
text-align: justify;
font-size: 14px;
line-height: 20px;
color: #4E4E4E;
margin-bottom: 5px;
}

body .benefits-container.v2 p.h3{
font-size: 18px;
font-weight: 400;
line-height: 24px;
text-align: center;

}





.discuss.blue-bg{
background: #1CBBED;	
}
.discuss.blue-bg .actions a {
  
    background: #EEEEEE;
    color: #1CBBED;

}


.inner-block-list.blue .tiny-title-h3{
	    color: #1CBBED;
}

 .inner-block-list.blue .blue-title-list-v2 li{
	margin-bottom: 10px; 
 }
 
.blue-title-list-v2 li ul li{
	    list-style: disc;
}
 .blue-title-list-v2 li ul{
	 list-style: disc;
    padding-left: 25px;
 }
 
.benefits-container.icon-60 {
	
} 
.benefits-container.icon-60 .benefits-item img {
    height: 60px;
}
body .benefits-container.v-2.icon-60 .icon-container {
    height: 75px;
}


.home-page .header-video{
	        position: relative;
        z-index: 1;
}

.home-page div.header .front-header-overlay{
width: 100%;
height: 100%;
display: block;
position: absolute;
left: 0;
top: 0;
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    z-index: -1;
}


.right-partners {

    z-index: 1;
}

.right-partners {
position: absolute;
    right: 40px !important;
    top: -60px;
}

.scroll-down {
    z-index: 1;
}



article.type-post .entry-content .gallery {
    display: flex;
	flex-wrap: wrap;
}

article.type-post .entry-content .gallery  .gallery-item{
margin: 0px;	
padding: 10px;
box-sizing: border-box;
}
article.type-post .entry-content .gallery.gallery-columns-3 .gallery-item{
    width: 33.33%;	
}
article.type-post .entry-content .gallery.gallery-columns-4 .gallery-item{
    width: 25%;	
}
article.type-post .entry-content .gallery.gallery-columns-6 .gallery-item{
width: 16.6%;
}
article.type-post .entry-content .gallery .gallery-item img,
article.type-post .entry-content .gallery .gallery-item a,
article.type-post .entry-content .gallery .gallery-item div {
    width: 100%;
    height: auto;
}

body.postid-190043 .header {
    height: 650px;

}

body.postid-190043 .header h1{
    margin-top: -150px;
}


.blue-title-list-v2 .tiny-title-h3{
 color: #1cbbed;	
	
}


.projects-list {

    max-width: 1050px;

}


.page-template-dc-expertise-api-v3 .expertise .expertise-block-list .api-column .expertise-first-block-desc .item {
    height: auto;
    margin-bottom: 0px;

}

body ul.list-dott{
    list-style: disc;
    padding-left: 25px;	
}
body ul.list-dott li{
    list-style: disc;

}

.container-with-image{
    display: flex;
    width: 100%;
		padding-bottom: 30px;

}


.container-with-image .image-side{
    text-align: center;
    width: 115px;	
}

.container-with-image .text-side{
    width: calc(100% - 115px);
    padding-left: 5px;
	line-height: 26px;
}

.container-with-image .text-side p{
    padding: 0;
}
.container-with-image .text-side b{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

body .inner-block-list .tiny-title-h3.v4,
body .entry-content .tiny-title-h3.v4 {
    color: #1cbbed;
    font-size: 16px;
    font-weight: 400;
}

.page-template-dc-about-company div.header picture {
    top: auto;
    bottom: 0;
    transform: translateY(0%);

}
.page-template-dc-about-company div.header picture img {
    width: 100%;
    height: auto;
    bottom: 10px;
    position: absolute;
    transform: translateY(27%);
}



.single-post .entry-content blockquote.blue{
    background: #1cbbed;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0px 10px 10px 10px;
    margin: 0px 0 0 0px;
    border: 2px solid #4e4e4e;
}

.page-template-dc-service-software-code-audit-v5 .web-development-service .expertise-block-list .service-slider-2,
.page-template-dc-service-software-code-audit-v4 .web-development-service .expertise-block-list .service-slider-2 {
    top: 550px;
}
.page-template-dc-service-software-code-audit-v5 .web-development-service .expertise-block-list .service-slider-1,
.page-template-dc-service-software-code-audit-v4 .web-development-service .expertise-block-list .service-slider-1 {
    top: 100px;
}


.benefits-container.with-image img{
	    max-width: 100%;
    height: auto;
}


body ul.disc {
    list-style: disc;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

 body ul.disc li{
    list-style: disc;
  
}
 .header-white.header,
.header-white.header .slogan-main h1,
.header-white.header .slogan-bottom p{
color: #4e4e4e;	
}

body .header-white.header {
    background: none;
height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
 padding-left: 20px;
    padding-right: 20px;
}

body .header-white.header ul.disc li {
    list-style: disc;
    font-size: 16px;
    line-height: 24px;
}

body .header-white.header p{
    text-align: center;
    width: 100%;
    max-width: 100%;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
}

body .header-white.header  h1{
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
    font-size: 36px;
    font-weight: 500;
    color: #4e4e4e;
    text-transform: uppercase;
}
body .header-white.header .slogan-main {
    width: 100%;
    max-width: 1024px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}




body .header-white.header .slogan-bottom {
    width: 100%;
    max-width: 1024px;
}


 .speedbar.first{
    margin-top: 80px;	 
 }
 
.header-center-v2 .slogan-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
	

 
		body .header-services ul.disc li {
   
    color: #fff;
}


.single-project .tech-blog-wrap .entry-content  {
    padding-top: 0;
}

.core-technologies1 a{
	color: #1cbbed;
}


.text-with-image{
	display: flex;
    width: 100%;
    padding-bottom: 30px;
    flex-wrap: wrap;
}
.text-with-image h3 {
    font-weight: 700;
    line-height: 24px;
    font-size: 16px;
    color: #1CBBED;
    width: 100%;
}

.text-with-image .text-with-image-content {
    width: 100%;
    padding-left: 0;
    display: flex;
}

.text-with-image  .text-with-image-icon{
width: 120px;	
}

.text-with-image  ul {
    width: calc(100% - 120px);
    padding-left: 50px;
}
body .tiny-title-h3.v5,
body .entry-content .tiny-title-h3.v5 {
    color: #1cbbed;
    font-size: 20px;
    font-weight: 400;
}

.key-facts.ui-ux-expertise .key-facts-list{
    display: flex;
}


.container-with-image.v2 .image-side{
   
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 80px;
}

body .container-with-image h3.tiny-title-h3 {
    margin-top: 0;
}


.block-text-v2{
    display: flex;
    justify-content: center;
	padding-top: 20px;
    padding-bottom: 20px;
	    flex-wrap: wrap;
}

.block-text-v2 .block-text-item{
    text-align: center;
    max-width: 230px;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}


.solution-indastry{
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.solution-indastry article{
    width: 100%;
    display: flex;
	margin-bottom: 20px;
}

.solution-indastry article img{
    max-width: 100%;
}
.solution-indastry article .post-thumbnail a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    width: 70px;
}

.solution-indastry article .entry-header{
    width: calc(100% - 70px);
    padding-left: 20px;
}
.solution-indastry article .entry-header h3 a,
.solution-indastry article .entry-header h3{
    font-size: 18px;
    color: #4E4E4E;
}

.solution-indastry article .entry-header h3{
    margin-bottom: 5px;	
}

.solution-indastry article .entry-header p {
    font-size: 16px;
    color: #4E4E4E;
	    line-height: 24px;
}
.web-3-template .about-us .services-and-core-tech-stack.v2 .service {
    height: auto;
    margin-bottom: 30px;
    width: calc(33% - 10px);
    text-align: center;
}
 

.about-us.v4 {
    padding: 0 0px;	
}

.page-template-dc-career .get-in-touch .cols-main .cols-form form .input-accept {
    margin: 20px 0 10px 0;
	position: relative;
}
 .cols-form form .input-accept .reqq {
 position: absolute;
    top: 0;
    left: 10px;
    font-size: 18px;
    line-height: 1;
}
.page-template-dc-career .get-in-touch .cols-main .cols-form form .required-fields {
    margin-bottom: 20px;
}
.page-template-dc-career .get-in-touch .inner-block-header .block-desc p {
    color: #4e4e4e;
}
.page-template-dc-career .get-in-touch .inner-block-header .block-title {
   margin-bottom: 0;
}

.page-template-dc-career .get-in-touch .inner-block-header{
    padding-bottom: 0px;	
}


.page-template-page-thanks .slogan-main1,
.page-template-page-thanks .slogan-bottom1{
color: #fff;
}

.page-template-page-thanks .slogan-bottom1 a{
    color: #fff;
    font-weight: bold;
}

.inner-block-list.why-choose.v2 {
 
    color: #4e4e4e;
}

.about-us-v2 {
  
	    color: #4e4e4e;
}

.container-with-image.v2.v3 .image-side {
    align-items: flex-start;

}


.single-post .blog-similar{
    padding-left: 20px;
    padding-right: 20px;
}

.faq-universal .accordion:after,
.faq-service .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.faq-universal .accordion.active:after,
.faq-service .accordion.active:after {
    content: "\2212";
  color: #fff;	
}

.faq-universal .accordion.active,
.faq-service .faq-service-column .accordion.active {
    background-color: #1cbbed;
    color: #fff;
}

.faq-universal .accordion:hover,
.faq-service .faq-service-column .accordion:hover {
    background-color: #1cbbed;
    color: #fff;
}

.faq-universal .accordion.active h3,
.entry-content .faq-service-block-list .accordion:hover h3,
.faq-universal .accordion:hover:after,
.faq-service .accordion:hover:after {
 color: #fff;	
}
.faq-service .faq-service-column .accordion h3 {
  
    font-weight: 500;
}

.discuss {
    position: relative;
    overflow: hidden;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    z-index: -1;
}

.container-with-image.v2.v4 .image-side {
    width: 105px;
}

.container-with-image.v2.v4 .image-side img {
    max-width: 100%;
    height: auto;
}

.inner-block-list.benefits-container.v2.v5 .benefits-item h3 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
	    height: 48px;
    overflow: hidden;
}
.benefits-container.v2.v5 .benefits-item img {
    height: auto;
    width: 70px;
}

.about-us.v2.v3 .services-and-core-tech-stack .service .services-text {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
}
.about-us.v2.v3 .services-and-core-tech-stack .service {
 
    padding: 15px 20px;
 
}

.about-us.v2.v3 {
    padding-bottom: 50px;
}

 
.page-template-dc-service-technology-assessment .web-development-service .expertise-block-list .service-slider-1 {
    margin-top: 30px;

}

.indastries-horisontal .expertise-service-column .item {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
	color: #4E4E4E;
	display: flex;
}
.indastries-flex  .expertise-service-column .item {
    text-align: center;
    width: 25%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 25px;
    color: #4e4e4e;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.indastries-horisontal .expertise-service-column .item .icon{
    width: 70px;
	display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.indastries-horisontal .expertise-service-column .item .info {
    text-align: left;
    margin-left: 0;
    padding-left: 20px;
    width: calc(100% - 70px);
		color: #4E4E4E;
}
.indastries-flex .expertise-service-column .item .info {
    text-align: center;
    margin-left: 0;
    padding-left: 0px;
    width: 100%;
    color: #4e4e4e;
}


.indastries-flex .expertise-service-column .item .ex-title,
.indastries-horisontal .expertise-service-column .item .ex-title {
    font-size: 18px;
    margin-bottom: 8px;
    overflow: hidden;
		color: #4E4E4E;
		font-weight: 400;
		    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
	 font-family: PT Sans;
}
body .indastries-flex .expertise-service-column .item .ex-title {
    text-align: center !important;
}

.indastries-horisontal .expertise-service-column .item .ex-desc{
    font-size: 16px; font-family: PT Sans;
	    text-align: justify;
}

.indastries-flex .expertise-service-column .item .ex-title a,
.indastries-horisontal .expertise-service-column .item .ex-title a{
 
		color: #4E4E4E;
}

.indastries-horisontal .expertise-service-block-list {
    padding-left: 20px;
    padding-right: 20px;
}

.input-upload .wpcf7-not-valid-tip {
    color: #dc3232 !important;
    width: 180px;
    font-size: 12px;
    padding-top: 5px;
}

.single-project-v3 .block-tech-service,
.single-project-v2 .block-tech-service {
    flex-wrap: wrap;
}
.single-project-v3 .block-tech-service .case-study,
.single-project-v2 .block-tech-service .case-study {
    width: 100%;
    padding-right: 0;
    color: #4E4E4E;
    line-height: 24px;
}
.single-project-v3 .block-tech-service .custom-tags,
.single-project-v2 .block-tech-service .custom-tags {
    width: 100%;
    padding-top: 0px;
}
.single-project-v3 .block-tech-service .custom-tags .custom-tags-container,
.single-project-v2 .block-tech-service .custom-tags .custom-tags-container {
    background: transparent;
padding: 33px 0px 0px 0px;
}
.single-project-v3 .block-tech-service .custom-tags .list-ind,
.single-project-v2 .block-tech-service .custom-tags .list-ind{
    display: flex;
    width: 100%;
	    justify-content: center;
}
.single-project-v3 .block-tech-service .custom-tags .list-ind li,
.single-project-v2 .block-tech-service .custom-tags .list-ind li {
    margin-bottom: 5px;
    width: 27%;
    display: block;
    text-align: center;
    color: #4E4E4E;	
}
.single-project-v3 .block-tech-service .custom-tags .list-ind li .top-r,
.single-project-v2 .block-tech-service .custom-tags .list-ind li .top-r{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #1CBBED;
margin-bottom: 9px;
    font-size: 16px;
    font-weight: 700;
	    line-height: 24px;
}
.single-project-v3 .block-tech-service .custom-tags .list-ind li .top-r span,
.single-project-v2 .block-tech-service .custom-tags .list-ind li .top-r span{
    font-size: 16px;
    font-weight: 700;
    padding-left: 10px;
}
.single-project-v3 .block-tech-service .custom-tags .list-ind li .top-r img,
.single-project-v2 .block-tech-service .custom-tags .list-ind li .top-r img {
    width: 24px;
    height: auto;
}
.single-project-v3 .block-tech-service .custom-tags .list-ind li a,
.single-project-v2 .block-tech-service .custom-tags .list-ind li a {
    color: #4E4E4E;
    text-decoration: none !important;
	    display: inline;
    width: 100%;
}

.single-project-v3 .block-tech-service .custom-tags .list-ind li strong,
.single-project-v2 .block-tech-service .custom-tags .list-ind li strong{
    font-size: 16px;
	
    width: 100%;
    font-weight: 400;
	text-align: center;
	 color: #4E4E4E;
	 line-height: 24px;
}
.single-project-v3 .block-tech-service .custom-tags .list-ind li a strong,
.single-project-v2 .block-tech-service .custom-tags .list-ind li a strong{
	   display: inline;
}

.single-project-v2 .block-tech-service,
.single-project-v3 .block-tech-service {
    padding-top: 0px;
    padding-bottom: 0px;
}
.single-project-v1 .block-tech-service .case-study h2,
.single-project-v2 .block-tech-service .case-study h2,
.single-project-v3 .block-tech-service .case-study h2,
.single-project-v3 .entry-content h2{
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 28px;
  margin-top: 37px;
}

.single-project-v1 .block-tech-service .case-study h2{
    margin-top: 0px;	
}


.single-project-v3  .entry-content h3,
.single-project-v2  .entry-content h3 {
font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #4E4E4E;
  line-height: 24px;
  margin-top: 44px;
}

body .single-project-v3 .entry-content .tiny-title-h3.v5 {
  color: #1cbbed;
  font-size: 20px;
  font-weight: 700;
  margin-top: 35px;
  line-height: 24px;
}


.single-project-v3  .entry-content h3 span,
.single-project-v2  .entry-content h3 span{
    color: #1cbbed;
    font-size: 14px;	
}

.single-project-v3 .block-tech-service .case-study p,
.single-project-v2 .block-tech-service .case-study p {
margin-bottom: 22px;
}
body .single-project-v3 .entry-content ul.list-with-icons,
body .single-project-v2 .entry-content ul.list-with-icons {
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
padding-top: 18px;
  padding-bottom: 0px;
}
body .single-project-v3 .entry-content ul.list-with-icons.v2 li{
	line-height: 18px;
	margin-bottom: 10px;
}
body .single-project-v3 .entry-content ul.list-with-icons.v2 li .lwi-icon{
	margin-bottom: 15px;
}

body .single-project-v3 ul.list-dott li {
  list-style: disc;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}

body .single-project-v3 ul.list-dott.dot-blue{
 
  padding-bottom: 34px;
}


body .single-project-v3 .list-with-icon li {
 
  margin-bottom: 20px;
  line-height: 24px;
}

body .single-project-v3 .block-technologies{
  padding-top: 25px;
}

body .single-project-v3 .entry-content ul.list-with-icons li,
body .single-project-v2 .entry-content ul.list-with-icons li {
line-height: 24px;
margin-bottom: 30px;
  width: 50%;
  display: flex;
  font-size: 14px;
  padding-right: 40px;
}
body .single-project-v3 .entry-content ul.list-with-icons li span,
body .single-project-v2 .entry-content ul.list-with-icons li span{
  font-weight: 400;
  width: calc(100% - 56px);
  padding-left: 30px;
  line-height: 16px;
  font-size: 14px;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  box-sizing: border-box;
}

body .single-project-v3 .entry-content ul.list-with-icons li .lwi-icon,
body .single-project-v2 .entry-content ul.list-with-icons li .lwi-icon {
  width: 56px;padding: 0;
}
body .single-project-v3 .entry-content p,
body .single-project-v2 .entry-content p {
  line-height: 24px;
}
.single-project-v3 .entry-content ul.simple-list,
.single-format-aside .single-project-v2 .entry-content ul.simple-list {
  padding-left: 0px;
  margin-bottom: 30px;
  margin-top: 30px;
}
 .single-project-v3 .entry-content ul.list-technologies li,
.single-format-aside .single-project-v2 .entry-content ul.list-technologies li {
    width: auto;
max-width: 350px;
padding-left: 5px;
    padding-right: 5px;
}

.single-project-v3 .entry-content ul.list-technologies li .image-wrapper,
.single-format-aside .single-project-v2 .entry-content ul.list-technologies li .image-wrapper {
    max-width: 100%;
}


.single-project-v3 .list-technologies {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-top: 11px;
  padding-bottom: 11px;
}
body .single-project-v3 .entry-content ul.list-technologies li{
padding-left: 30px;
    padding-right: 30px;
  }

.single-project-v3 .discuss {
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.single-project-v3 .discuss .h2 {
  padding-top: 0;
}

.single-project-v3 .discuss .info {
  margin-top: 15px;
  margin-left: 0;
  font-family: PT Sans;
  line-height: 20px;
}

.single-project-v3 .discuss .info p {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}

body .single-project-v3 .entry-content .tiny-title-h3.v8 {

  margin-bottom: 1px;

}

.single-format-aside .entry-content ul.list-technologies.space-between {
  justify-content: space-between;

}




.get-in-touch .cols-main .cols-form.v2 .input-upload {
    flex-wrap: wrap;
}


.get-in-touch .cols-main .cols-form.v2 .input-upload .wpcf7-form-control-wrap .button{
display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 16px;
background: url('/wp-content/themes/devcom/assets/css/../images/btn-upload-grey.svg') no-repeat 50% 50% / contain;	
border: none;
    font-size: 0;
}


.get-in-touch .cols-main .cols-form.v2 form .input-upload .desc {
    width: 190px;

}

.get-in-touch .cols-main .cols-form.v2 form #mfcf7_zl_multifilecontainer{
    width: 100%;
	color: #4e4e4e;
}

.get-in-touch .cols-main .cols-form.v2 form  .mfcf7-zl-multifile-name{
	max-width: 89%;
    overflow: hidden;
    position: relative;
    display: block;
}

.get-in-touch .cols-main .cols-form.v2 div#mfcf7_zl_multifilecontainer p {
    margin-bottom: 10px;
    display: flex;
}

.get-in-touch .cols-main .cols-form.v2 div#mfcf7_zl_multifilecontainer {
    margin-top: 0;
}

.get-in-touch .cols-main .cols-form.v2 a.mfcf7_zl_delete_file {

    margin-top: -2px;
}

.flex-3-column{
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.flex-3-column-item{
    width: 33.33%;
    padding-right: 20px;
	    margin-top: 30px;
}

.title-3-column-item{
    display: flex;
    width: 100%;
	    margin-bottom: 20px;
}

.title-3-column-item .icon-05{
    width: 60px;
}

.title-3-column-item .icon-05 img {
    max-width: 100%;
    height: auto;
	    width: auto;
}


.title-3-column-item .text-05 {
    color: #1CBBED;
    font-size: 32px;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	width: calc(100% - 55px);
}

.flex-3-column-item ul{
    color: #4E4E4E;
    list-style: disc;
    padding-left: 20px;
}
.flex-3-column-item ul li{
    font-weight: 400;
    list-style: disc;
	    margin-bottom: 5px !important;
}
.blockquote-01 {
position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.blockquote-01 .text-bq-01{
    color: #4E4E4E;
    font-size: 20px;
    font-style: italic;
    line-height: 32px;
    position: relative;
    padding-left: 40px;
    padding-right: 35px;
	    width: 100%;
		font-family: PT Sans;
}

.open-bq-01{
	font-size: 0px;
	background: url('/wp-content/uploads/theme-images/icons/open-bq-01.svg');
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	    background-repeat: no-repeat;
    background-position: center;
}

.close-bq-01{
	font-size: 0px;
	background: url('/wp-content/uploads/theme-images/icons/close-bq-01.svg');
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
    bottom: 5px;
	    background-repeat: no-repeat;
    background-position: center;
}


.author-bq-01 {
    width: 100%;
    text-align: right;
    padding-top: 20px;
}


thead tr th{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #4E4E4E;
    font-family: PT Sans;
}
.tablepress>:where(thead,tfoot)>tr>*,
body .tablepress>:where(thead,tfoot)>*>th {
    background-color: #fff;
    text-align: center;
    border-left: 1px solid #D8D8D8;
    padding: 15px 15px 15px 15px;
    font-size: 20px;
    font-weight: 700;
    color: #4E4E4E;
    font-family: PT Sans;

}

body .tablepress>:where(tbody.row-striping)>:nth-child(odd)>* {
    background-color: rgb(28 187 237 / 3%)!important;
	vertical-align: middle;
    border-left: 1px solid #D8D8D8;
	font-size: 20px;
    line-height: 24px;
	    padding: 20px 15px 20px 15px;
		font-family: PT Sans;
		color: #4E4E4E;
 
}

body .tablepress>:where(tbody.row-striping)>:nth-child(2n)>* {
    background-color: #fff!important;
	vertical-align: middle;
    border-left: 1px solid #D8D8D8;
	font-size: 20px;
    line-height: 24px;
	    padding: 20px 15px 20px 15px;
		font-family: PT Sans;
color: #4E4E4E;

}


body .tablepress>:where(thead,tfoot)>tr>* {
    background-color: #fff;
    color: var(--head-text-color);
    font-weight: 700;
    vertical-align: middle;
    word-break: normal;
}

body .tablepress.tablepress-id-83>:where(thead,tfoot)>tr>*,
body .tablepress.tablepress-id-82>:where(thead,tfoot)>tr>*,
body .tablepress.tablepress-id-81>:where(thead,tfoot)>tr>*,
body .tablepress.tablepress-id-80>:where(thead,tfoot)>tr>*,

body .tablepress.tablepress-id-79>:where(thead,tfoot)>tr>*,
body .tablepress.tablepress-id-77>:where(thead,tfoot)>tr>*,
body .tablepress.tablepress-id-76>:where(thead,tfoot)>tr>*,
body .tablepress.tablepress-id-75>:where(thead,tfoot)>tr>*,
body .tablepress.tablepress-id-74>:where(thead,tfoot)>tr>*,
body .tablepress.tablepress-id-73>:where(thead,tfoot)>tr>*,
body .tablepress.tablepress-id-72>:where(thead,tfoot)>tr>*,
body .tablepress.tablepress-id-71>:where(thead,tfoot)>tr>*,
body .tablepress.tablepress-id-70>:where(thead,tfoot)>tr>*,
body .tablepress.tablepress-id-69>:where(thead,tfoot)>tr>*,
body .tablepress.tablepress-id-68>:where(thead,tfoot)>tr>*,
body .tablepress.tablepress-id-67>:where(thead,tfoot)>tr>*,
body .tablepress.tablepress-id-66>:where(thead,tfoot)>tr>*,
body .tablepress.tablepress-id-65>:where(thead,tfoot)>tr>*,
body .tablepress.tablepress-id-64>:where(thead,tfoot)>tr>*,
body .tablepress.tablepress-id-63>:where(thead,tfoot)>tr>*,
body .tablepress.tablepress-id-62>:where(thead,tfoot)>tr>*,
body .tablepress.tablepress-id-61>:where(thead,tfoot)>tr>* {
    background-color: #fff;
    color: #4E4E4E;
    font-weight: 700;
    vertical-align: middle;
    word-break: normal;
    font-size: 18px;
    line-height: 24px;
}



body .tablepress.tablepress-id-32>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-31>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-30>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-29>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-28>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-27>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-26>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-25>:where(thead,tfoot)>*>th {
   
    padding: 15px 15px 15px 15px;
    font-size: 24px;
 
    font-family: PT Sans;
}

body .tablepress.tablepress-id-78>:where(thead,tfoot)>tr>*{
    background-color: #fff;
    color: #4E4E4E;
    font-weight: 700;
    vertical-align: middle;
    word-break: normal;
    font-size: 16px;
    line-height: 24px;	
}

body .tablepress.tablepress-id-33>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-33>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-34>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-34>:where(tbody.row-striping)>:nth-child(2n)>*,


body .tablepress.tablepress-id-35>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-35>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-36>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-36>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-37>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-37>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-38>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-38>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-39>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-39>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-40>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-40>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-41>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-41>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-42>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-42>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-43>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-43>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-44>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-44>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-45>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-45>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-46>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-46>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-47>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-47>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-48>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-48>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-49>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-49>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-50>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-50>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-51>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-51>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-52>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-52>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-53>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-53>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-54>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-54>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-55>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-55>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-56>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-56>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-57>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-57>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-58>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-58>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-59>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-59>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-60>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-60>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-61>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-61>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-62>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-62>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-63>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-63>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-64>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-64>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-65>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-65>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-66>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-66>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-67>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-67>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-68>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-68>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-69>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-69>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-70>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-70>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-71>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-71>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-72>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-72>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-73>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-73>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-74>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-74>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-75>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-75>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-76>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-76>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-77>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-77>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-78>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-78>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-79>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-79>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-80>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-80>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-81>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-81>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-82>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-82>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-83>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-83>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-84>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-84>:where(tbody.row-striping)>:nth-child(2n)>*,


body .tablepress.tablepress-id-32>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-32>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-31>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-31>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-30>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-30>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-29>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-29>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-28>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-28>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-27>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-27>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-26>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-26>:where(tbody.row-striping)>:nth-child(2n)>*,
 
body .tablepress.tablepress-id-25>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-25>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-18>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-18>:where(tbody.row-striping)>:nth-child(2n)>* {
	font-size: 16px;
    line-height: 24px;
}


body .tablepress>:where(tbody.row-striping)> tr > td:first-child,
body .tablepress > :where(thead, tfoot) > * > th:first-child {
 border-left: none !important;
}






.tablepress-id-80,
.tablepress-id-79,
.tablepress-id-78,
.tablepress-id-77,
.tablepress-id-76,
.tablepress-id-75,
.tablepress-id-74,
.tablepress-id-73,
.tablepress-id-72,
.tablepress-id-71,
.tablepress-id-70,
.tablepress-id-69,
.tablepress-id-68,
.tablepress-id-67,
.tablepress-id-66,
.tablepress-id-65,
.tablepress-id-64,
.tablepress-id-63,
.tablepress-id-62,
.tablepress-id-61,
.tablepress-id-60,
.tablepress-id-59,
.tablepress-id-58,
.tablepress-id-57,
.tablepress-id-56,
.tablepress-id-55,
.tablepress-id-54,
.tablepress-id-53,
.tablepress-id-52,
.tablepress-id-51,
.tablepress-id-50,
.tablepress-id-49,
.tablepress-id-48,
.tablepress-id-47,
.tablepress-id-46,
.tablepress-id-45,
.tablepress-id-44,
.tablepress-id-43,
.tablepress-id-42,
.tablepress-id-41,
.tablepress-id-40,
.tablepress-id-39,
.tablepress-id-38,
.tablepress-id-37,
.tablepress-id-36,
.tablepress-id-35,
.tablepress-id-34,
.tablepress-id-33,
.tablepress-id-32,
.tablepress-id-31,
.tablepress-id-30,
.tablepress-id-29,
.tablepress-id-28,
.tablepress-id-27,
.tablepress-id-26,
.tablepress-id-25,
.tablepress-id-18,
.tablepress-id-17,
.tablepress-id-11 {
  width: 100%; 
  table-layout: fixed;
}


.tablepress-id-78 tr td:nth-child(2), 
.tablepress-id-78 tr td:nth-child(3), 
.tablepress-id-78 tr td:nth-child(4), 
.tablepress-id-78 tr td:nth-child(5), 
.tablepress-id-78 tr td:nth-child(6), 
.tablepress-id-78 tr td:nth-child(7), 
.tablepress-id-78 tr td:nth-child(8), 
.tablepress-id-78 tr td:nth-child(9){
padding-left: 25px;	
}

.tablepress-id-72 td:nth-child(5), .tablepress-id-72 th:nth-child(5),
.tablepress-id-72 td:nth-child(2), .tablepress-id-72 th:nth-child(2){
    width: 14%;	
}



.tablepress-id-69 td:nth-child(1), .tablepress-id-69 th:nth-child(1){
    width: 16%;	
}

.tablepress-id-69 td:nth-child(2), .tablepress-id-69 th:nth-child(2){
    width: 47%;	
}

.tablepress-id-69 td:nth-child(3), .tablepress-id-69 th:nth-child(3){
    width: 20%;	
}

.tablepress-id-72 td:nth-child(1), .tablepress-id-72 th:nth-child(1),
.tablepress-id-69 td:nth-child(4), .tablepress-id-69 th:nth-child(4){
    width: 17%;	
}

.tablepress-id-63 td:nth-child(2), .tablepress-id-63 th:nth-child(2),
.tablepress-id-63 td:nth-child(4), .tablepress-id-63 th:nth-child(4),

.tablepress-id-62 td:nth-child(1), .tablepress-id-62 th:nth-child(1),
.tablepress-id-62 td:nth-child(2), .tablepress-id-62 th:nth-child(2),

.tablepress-id-61 td, .tablepress-id-61 th,
.tablepress-id-50 td, .tablepress-id-50 th,
.tablepress-id-49 td, .tablepress-id-49 th,
.tablepress-id-48 td, .tablepress-id-48 th,
.tablepress-id-47 td, .tablepress-id-47 th,
.tablepress-id-46 td, .tablepress-id-46 th,
.tablepress-id-45 td, .tablepress-id-45 th,
.tablepress-id-44 td, .tablepress-id-44 th,
.tablepress-id-43 td, .tablepress-id-43 th,
.tablepress-id-42 td, .tablepress-id-42 th,
.tablepress-id-41 td, .tablepress-id-41 th,
.tablepress-id-40 td, .tablepress-id-40 th,
.tablepress-id-39 td, .tablepress-id-39 th,
.tablepress-id-38 td, .tablepress-id-38 th,
.tablepress-id-37 td, .tablepress-id-37 th,
.tablepress-id-36 td, .tablepress-id-36 th,
.tablepress-id-35 td, .tablepress-id-35 th,
.tablepress-id-34 td, .tablepress-id-34 th,
.tablepress-id-33 td, .tablepress-id-33 th,

.tablepress-id-30 td, .tablepress-id-30 th,
.tablepress-id-27 td, .tablepress-id-27 th,
.tablepress-id-11 td, .tablepress-id-11 th {
	width: 25%;
}

.tablepress-id-63 td:nth-child(1), .tablepress-id-63 th:nth-child(1),
.tablepress-id-17 td, .tablepress-id-17 th,
.tablepress-id-28 td, .tablepress-id-28 th{
width: 20%;	
}

.tablepress-id-28 tr td:nth-child(2), 
.tablepress-id-28 tr th:nth-child(2),
.tablepress-id-28 tr td:nth-child(3), 
.tablepress-id-28 tr th:nth-child(3),

.tablepress-id-17 tr td:nth-child(2), 
.tablepress-id-17 tr th:nth-child(2){
	width: 38%;
}

.tablepress-id-77 td:nth-child(2), .tablepress-id-77 th:nth-child(2),
.tablepress-id-76 td:nth-child(2), .tablepress-id-76 th:nth-child(2),
.tablepress-id-75 td:nth-child(2), .tablepress-id-75 th:nth-child(2),
.tablepress-id-74 td:nth-child(2), .tablepress-id-74 th:nth-child(2),
.tablepress-id-73 td:nth-child(2), .tablepress-id-73 th:nth-child(2),
.tablepress-id-71 td:nth-child(2), .tablepress-id-71 th:nth-child(2),
.tablepress-id-17 tr td:nth-child(3), 
.tablepress-id-17 tr th:nth-child(3){
	width: 18%;
}



.tablepress-id-82 td:nth-child(1), .tablepress-id-82 th:nth-child(1),
.tablepress-id-82 td:nth-child(2), .tablepress-id-82 th:nth-child(2),
.tablepress-id-82 td:nth-child(3), .tablepress-id-82 th:nth-child(3),
.tablepress-id-82 td:nth-child(4), .tablepress-id-82 th:nth-child(4),
.tablepress-id-82 td:nth-child(5), .tablepress-id-82 th:nth-child(5),

.tablepress-id-80 td:nth-child(1), .tablepress-id-80 th:nth-child(1),
.tablepress-id-77 td:nth-child(4), .tablepress-id-77 th:nth-child(4),
.tablepress-id-76 td:nth-child(4), .tablepress-id-76 th:nth-child(4),
.tablepress-id-75 td:nth-child(4), .tablepress-id-75 th:nth-child(4),
.tablepress-id-74 td:nth-child(4), .tablepress-id-74 th:nth-child(4),
.tablepress-id-73 td:nth-child(4), .tablepress-id-73 th:nth-child(4),
.tablepress-id-71 td:nth-child(4), .tablepress-id-71 th:nth-child(4),
.tablepress-id-65 td:nth-child(1), .tablepress-id-65 th:nth-child(1),
.tablepress-id-64 td:nth-child(2), .tablepress-id-64 th:nth-child(2),
.tablepress-id-64 td:nth-child(1), .tablepress-id-64 th:nth-child(1),
.tablepress-id-59 tr td:nth-child(1), 
.tablepress-id-59 tr th:nth-child(1),
.tablepress-id-59 tr td:nth-child(3), 
.tablepress-id-59 tr th:nth-child(3){
	width: 20%;
}

.tablepress-id-72 td:nth-child(3), .tablepress-id-72 th:nth-child(3),
.tablepress-id-72 td:nth-child(4), .tablepress-id-72 th:nth-child(4){
	width: 27%;	
}

.tablepress-id-77 td:nth-child(1), .tablepress-id-77 th:nth-child(1),
.tablepress-id-76 td:nth-child(1), .tablepress-id-76 th:nth-child(1),
.tablepress-id-75 td:nth-child(1), .tablepress-id-75 th:nth-child(1),
.tablepress-id-74 td:nth-child(1), .tablepress-id-74 th:nth-child(1),
.tablepress-id-73 td:nth-child(1), .tablepress-id-73 th:nth-child(1),
.tablepress-id-71 td:nth-child(1), .tablepress-id-71 th:nth-child(1){
	width: 22%;	
}


.tablepress-id-81 td, .tablepress-id-81 th,
.tablepress-id-68 td, .tablepress-id-68 th,
.tablepress-id-67 td, .tablepress-id-67 th,
.tablepress-id-62 td:nth-child(3), .tablepress-id-62 th:nth-child(3),
.tablepress-id-23 td, .tablepress-id-23 th,
.tablepress-id-12 td, .tablepress-id-12 th {
	width: 50%;
}


.tablepress-id-80 td:nth-child(2), .tablepress-id-80 th:nth-child(2),
.tablepress-id-80 td:nth-child(3), .tablepress-id-80 th:nth-child(3),
.tablepress-id-77 td:nth-child(3), .tablepress-id-77 th:nth-child(3),
.tablepress-id-76 td:nth-child(3), .tablepress-id-76 th:nth-child(3),
.tablepress-id-75 td:nth-child(3), .tablepress-id-75 th:nth-child(3),
.tablepress-id-74 td:nth-child(3), .tablepress-id-74 th:nth-child(3),
.tablepress-id-73 td:nth-child(3), .tablepress-id-73 th:nth-child(3),
.tablepress-id-71 td:nth-child(3), .tablepress-id-71 th:nth-child(3),
.tablepress-id-65 td:nth-child(3), .tablepress-id-65 th:nth-child(3),
.tablepress-id-65 td:nth-child(2), .tablepress-id-65 th:nth-child(2){
	width: 40%;	
}


.tablepress-id-64 td:nth-child(4), .tablepress-id-64 th:nth-child(4),
.tablepress-id-64 td:nth-child(3), .tablepress-id-64 th:nth-child(3),

.tablepress-id-63 td:nth-child(3), .tablepress-id-63 th:nth-child(3),
.tablepress-id-59 tr td:nth-child(2), 
.tablepress-id-59 tr th:nth-child(2),
.tablepress-id-59 tr td:nth-child(4), 
.tablepress-id-59 tr th:nth-child(4){
	width: 30%;
}

.tablepress-id-79 td, .tablepress-id-79 th,
.tablepress-id-51 td, .tablepress-id-51 th,
.tablepress-id-32 td, .tablepress-id-32 th,
.tablepress-id-26 td, .tablepress-id-26 th,
.tablepress-id-25 td, .tablepress-id-25 th,
.tablepress-id-13 td, .tablepress-id-13 th {
	width: 33.33%;
}


.tablepress-id-70 td, .tablepress-id-70 th,
.tablepress-id-55 tr td:nth-child(1),
.tablepress-id-55 tr th:nth-child(1),
.tablepress-id-55 tr td:nth-child(2),
.tablepress-id-55 tr th:nth-child(2),

.tablepress-id-53 tr td:nth-child(1),
.tablepress-id-53 tr th:nth-child(1),
.tablepress-id-53 tr td:nth-child(2),
.tablepress-id-53 tr th:nth-child(2),

.tablepress-id-52 tr td:nth-child(1),
.tablepress-id-52 tr th:nth-child(1),
.tablepress-id-31 tr td:nth-child(1), 
.tablepress-id-31 tr th:nth-child(1),
.tablepress-id-18 tr td:nth-child(2), 
.tablepress-id-18 tr th:nth-child(2),
.tablepress-id-18 tr td:nth-child(1), 
.tablepress-id-18 tr th:nth-child(1){
	width: 25%;
}


.tablepress-id-68 tr td:nth-child(1), 
.tablepress-id-68 tr td:nth-child(2), 
.tablepress-id-67 tr td:nth-child(1), 
.tablepress-id-67 tr td:nth-child(2), 
.tablepress-id-55 tr td:nth-child(3), 
.tablepress-id-55 tr th:nth-child(3),
.tablepress-id-53 tr td:nth-child(3), 
.tablepress-id-53 tr th:nth-child(3),
.tablepress-id-18 tr td:nth-child(3), 
.tablepress-id-18 tr th:nth-child(3){
	width: 50%;
}


 

.tablepress-id-50 tr td:nth-child(2), .tablepress-id-50 tr th:nth-child(2),
.tablepress-id-49 tr td:nth-child(2), .tablepress-id-49 tr th:nth-child(2),
.tablepress-id-48 tr td:nth-child(2), .tablepress-id-48 tr th:nth-child(2),
.tablepress-id-47 tr td:nth-child(2), .tablepress-id-47 tr th:nth-child(2),
.tablepress-id-46 tr td:nth-child(2), .tablepress-id-46 tr th:nth-child(2),
.tablepress-id-45 tr td:nth-child(2), .tablepress-id-45 tr th:nth-child(2),
.tablepress-id-44 tr td:nth-child(2), .tablepress-id-44 tr th:nth-child(2),
.tablepress-id-43 tr td:nth-child(2), .tablepress-id-43 tr th:nth-child(2),
.tablepress-id-42 tr td:nth-child(2), .tablepress-id-42 tr th:nth-child(2),
.tablepress-id-41 tr td:nth-child(2), .tablepress-id-41 tr th:nth-child(2),
.tablepress-id-40 tr td:nth-child(2), .tablepress-id-40 tr th:nth-child(2),
.tablepress-id-39 tr td:nth-child(2), .tablepress-id-39 tr th:nth-child(2),
.tablepress-id-38 tr td:nth-child(2), .tablepress-id-38 tr th:nth-child(2),
.tablepress-id-37 tr td:nth-child(2), .tablepress-id-37 tr th:nth-child(2),
.tablepress-id-36 tr td:nth-child(2), .tablepress-id-36 tr th:nth-child(2),
.tablepress-id-35 tr td:nth-child(2), .tablepress-id-35 tr th:nth-child(2),
.tablepress-id-34 tr td:nth-child(2), .tablepress-id-34 tr th:nth-child(2),
.tablepress-id-33 tr td:nth-child(2), .tablepress-id-33 tr th:nth-child(2),


.tablepress-id-52 tr td:nth-child(2), 
.tablepress-id-52 tr th:nth-child(2),
.tablepress-id-31 tr td:nth-child(2), 
.tablepress-id-31 tr th:nth-child(2){
width: 75%;	
}

body .tablepress.tablepress-id-26 ul.list-dott li,
body .tablepress.tablepress-id-25 ul.list-dott li {
 
    text-align: left;
 
}



body .tablepress.tablepress-id-81 tr td:nth-child(2), 
body .tablepress.tablepress-id-69 tr td:nth-child(2), 
body .tablepress.tablepress-id-69 tr td:nth-child(3), 

body .tablepress.tablepress-id-68 tr td:nth-child(1), 
body .tablepress.tablepress-id-68 tr td:nth-child(2), 
body .tablepress.tablepress-id-67 tr td:nth-child(2), 
.tablepress-id-64 td:nth-child(4),
.tablepress-id-64 td:nth-child(3),
.tablepress-id-63 td:nth-child(2),
.tablepress-id-63 td:nth-child(3),
.tablepress-id-62 tr td:nth-child(3), 
body .tablepress.tablepress-id-61 tr td:nth-child(2), 
body .tablepress.tablepress-id-61 tr td:nth-child(4),

body .tablepress.tablepress-id-55 tr td:nth-child(2), 
body .tablepress.tablepress-id-55 tr td:nth-child(3),

body .tablepress.tablepress-id-53 tr td:nth-child(2), 
body .tablepress.tablepress-id-53 tr td:nth-child(3),

body .tablepress.tablepress-id-32 tr td:nth-child(2), 
body .tablepress.tablepress-id-32 tr td:nth-child(3){
text-align: justify !important;	
}




.tablepress-id-81 tr td:nth-child(1),
.tablepress-id-80 tr td:nth-child(2),
.tablepress-id-80 tr td:nth-child(3),

.tablepress-id-78 tr td:nth-child(2), 
.tablepress-id-78 tr td:nth-child(3), 
.tablepress-id-78 tr td:nth-child(4), 
.tablepress-id-78 tr td:nth-child(5), 
.tablepress-id-78 tr td:nth-child(6), 
.tablepress-id-78 tr td:nth-child(7), 
.tablepress-id-78 tr td:nth-child(8), 
.tablepress-id-78 tr td:nth-child(9), 

.tablepress-id-67 tr td:nth-child(1),
.tablepress-id-65 tr td:nth-child(3),
.tablepress-id-65 tr td:nth-child(2), 

.tablepress-id-60 tr td:nth-child(1),

body .tablepress.tablepress-id-59 tr td:nth-child(2), 
body .tablepress.tablepress-id-59 tr td:nth-child(3),
body .tablepress.tablepress-id-59 tr td:nth-child(4),

.tablepress-id-58 tr td:nth-child(2), 
.tablepress-id-58 tr td:nth-child(1),

.tablepress-id-57 tr td:nth-child(2), 
.tablepress-id-57 tr td:nth-child(1),

.tablepress-id-56 tr td:nth-child(2), 
.tablepress-id-56 tr td:nth-child(1),

.tablepress-id-54 tr td:nth-child(2), 
.tablepress-id-54 tr td:nth-child(1),

.tablepress-id-53 tr td:nth-child(1),

.tablepress-id-52 tr td:nth-child(2), 
.tablepress-id-52 tr td:nth-child(1),
.tablepress-id-51 tr td:nth-child(3), 
.tablepress-id-51 tr td:nth-child(2), 
.tablepress-id-51 tr td:nth-child(1),
.tablepress-id-50 tr td:nth-child(2), 
.tablepress-id-50 tr td:nth-child(1), 
.tablepress-id-49 tr td:nth-child(2), 
.tablepress-id-48 tr td:nth-child(2),
.tablepress-id-47 tr td:nth-child(2),
.tablepress-id-46 tr td:nth-child(2),
.tablepress-id-45 tr td:nth-child(2),
.tablepress-id-44 tr td:nth-child(2),
.tablepress-id-43 tr td:nth-child(2),
.tablepress-id-42 tr td:nth-child(2),
.tablepress-id-41 tr td:nth-child(2), 
.tablepress-id-40 tr td:nth-child(2),
.tablepress-id-39 tr td:nth-child(2),
.tablepress-id-38 tr td:nth-child(2),
.tablepress-id-37 tr td:nth-child(2),
.tablepress-id-36 tr td:nth-child(2),
.tablepress-id-35 tr td:nth-child(2),
.tablepress-id-34 tr td:nth-child(2),
.tablepress-id-33 tr td:nth-child(2),

body .tablepress.tablepress-id-31 tr td:nth-child(2), 

body .tablepress.tablepress-id-31 tr td:nth-child(3){
text-align: left !important;	
}


body ol.list-dott.ultra,
body ul.list-dott.ultra {
    list-style: disc;
    padding-left: 55px;
	    margin-left: 0;
}

body ol.list-dott.dot-blue,
body ul.list-dott.dot-blue{
color: #1CBBED; 	
}
body ol.list-dott.dot-blue li span,
body ul.list-dott.dot-blue li span{
color: #4E4E4E; 	
}

.tablepress-id-65 tr td:nth-child(1),

.tablepress-id-64 tr td:nth-child(1), 
.tablepress-id-64 tr td:nth-child(2), 

.tablepress-id-63 tr td:nth-child(1), 
.tablepress-id-63 tr td:nth-child(4), 

.tablepress-id-61 tr td:nth-child(1), 
.tablepress-id-61 tr td:nth-child(3),

body .tablepress.tablepress-id-30 tr td:nth-child(1),
body .tablepress.tablepress-id-27 tr td:nth-child(1),
body .tablepress>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-19>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-19>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-18>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-18>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-17>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-17>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-12>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-12>:where(tbody.row-striping)>:nth-child(odd)>* {
    text-align: center;
}


body .tablepress.tablepress-id-13 td b {
   
}

body .tablepress>:where(tbody.row-striping)> tr > td:first-child, 
body .tablepress> :where(thead, tfoot) > * > th:first-child,
body .tablepress.tablepress-id-19>:where(tbody.row-striping)> tr > td:first-child, 
body .tablepress.tablepress-id-19 > :where(thead, tfoot) > * > th:first-child,
body .tablepress.tablepress-id-18>:where(tbody.row-striping)> tr > td:first-child, 
body .tablepress.tablepress-id-18 > :where(thead, tfoot) > * > th:first-child,
body .tablepress.tablepress-id-17>:where(tbody.row-striping)> tr > td:first-child, 
body .tablepress.tablepress-id-17 > :where(thead, tfoot) > * > th:first-child,
body .tablepress.tablepress-id-13>:where(tbody.row-striping)> tr > td:first-child, 
body .tablepress.tablepress-id-13 > :where(thead, tfoot) > * > th:first-child {
    text-align: center;
}



body .tablepress.tablepress-id-62>:where(tbody.row-striping)> tr.row-2 td:nth-child(1),
body .tablepress.tablepress-id-62>:where(tbody.row-striping)> tr.row-4 td:nth-child(1),


body .tablepress.tablepress-id-18>:where(tbody.row-striping)> tr.row-2 td:nth-child(1),
body .tablepress.tablepress-id-18>:where(tbody.row-striping)> tr.row-6 td:nth-child(1) {
    background-color: #fff !important;
}


body .tablepress.tablepress-id-62>:where(tbody.row-striping)> tr.row-3 > td.column-2,
body .tablepress.tablepress-id-62>:where(tbody.row-striping)> tr.row-5 > td.column-2,
body .tablepress.tablepress-id-62>:where(tbody.row-striping)> tr.row-6 > td.column-2,
body .tablepress.tablepress-id-62>:where(tbody.row-striping)> tr.row-8 > td.column-2,


body .tablepress.tablepress-id-18>:where(tbody.row-striping)> tr.row-10 > td.column-2,
body .tablepress.tablepress-id-18>:where(tbody.row-striping)> tr.row-8 > td.column-2,
body .tablepress.tablepress-id-18>:where(tbody.row-striping)> tr.row-7 > td.column-2,
body .tablepress.tablepress-id-18>:where(tbody.row-striping)> tr.row-5 > td.column-2,
body .tablepress.tablepress-id-18>:where(tbody.row-striping)> tr.row-4 > td.column-2,
body .tablepress.tablepress-id-18>:where(tbody.row-striping)> tr.row-3 > td.column-2 {
    border-left: 1px solid #D8D8D8 !important;
}

body .tablepress.tablepress-id-30>:where(tbody.row-striping)>:nth-child(2n)>*, 
body .tablepress.tablepress-id-30>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-27>:where(tbody.row-striping)>:nth-child(2n)>*, 
body .tablepress.tablepress-id-27>:where(tbody.row-striping)>:nth-child(odd)>*{
 text-align: left;	
}


body .tablepress.tablepress-id-62>:where(tbody.row-striping)> tr.row-3 > td.column-3,
body .tablepress.tablepress-id-62>:where(tbody.row-striping)> tr.row-5 > td.column-3,
body .tablepress.tablepress-id-62>:where(tbody.row-striping)> tr.row-6 > td.column-3,
body .tablepress.tablepress-id-62>:where(tbody.row-striping)> tr.row-8 > td.column-3{
	    width: 50%;
		text-align: justify !important;	
}

.tablepress>:where(tbody.row-striping)>:nth-child(odd)>* {

    color: #4E4E4E;
}
.header a{
	-webkit-transition: all, 0.4s, ease;
	-moz-transition: all, 0.4s, ease;
	-o-transition: all, 0.4s, ease;
	transition: all, 0.4s, ease;
	
}
.header .slogan-bottom a:hover{
    background: #d7d7d7;
    color: #4e4e4e;
    text-decoration: none !important;	
}

body .scroll-down{
	display: none !important;	
}


body.home .scroll-down{
	display: block !important;	
}
body .main-menu .current-menu-item > a:hover,
body .main-menu .current-menu-item > a{
	color: #fff !important;	
	background: #1cbbed !important;
}


body.home .services.services-home {
    position: relative;
    margin-bottom: 0px;
}


body.home #industries.industries,
body.home #expertise.expertise{
    padding-top: 40px;
}

.expertise.web-development-service.v2 .info .ex-desc p {
    margin-bottom: 20px;
}


.blog-block.indastries-block .inner-block-header .block-title {
    margin-right: 0;

}
.indastries-block.v-99 .block-desc{

    display: flex;
    justify-content: center;
	
}


.indastries-block.v-99 .block-desc ul li{
    text-align: left;
	    margin-left: 60px;
    margin-right: 60px;
}

.indastries-block.v-99 .block-desc ul li a{
    font-size: 16px;
    color: #4E4E4E;
}
.inner-block-list.benefits-container.v2.v9 .benefits-item h3,
.inner-block-list.benefits-container.v2.v8 .benefits-item h3 {
font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 400;
    margin-top: 10px;
    font-family: PT Sans;
}
.inner-block-list.benefits-container.v2.v9 .benefits-item p {
    width: 100%;
    padding-bottom: 0;
    text-align: justify;
}

body .tablepress.tablepress-id-18>:where(thead,tfoot)>*>th ,
body .tablepress.tablepress-id-17>:where(thead,tfoot)>*>th ,
body .tablepress.tablepress-id-16>:where(thead,tfoot)>*>th ,
body .tablepress.tablepress-id-15>:where(thead,tfoot)>*>th ,
body .tablepress.tablepress-id-14>:where(thead,tfoot)>*>th {
    font-size: 20px;
    font-weight: 400;
}

body .tablepress.tablepress-id-18>:not(caption)>*>* ,
body .tablepress.tablepress-id-16>:not(caption)>*>* ,
body .tablepress.tablepress-id-15>:not(caption)>*>* ,
body .tablepress.tablepress-id-14>:not(caption)>*>* {
    text-align: center;
 
}

.expertise.ver-2 .expertise-block-list .expertise-column,
.page-template-dc-expertise-ai-chatbot .expertise .expertise-block-list .expertise-column,
.page-template-dc-expertise-agentic-ai .expertise .expertise-block-list .expertise-column,
.page-template-dc-expertise-agentic-ai-v2 .expertise .expertise-block-list .expertise-column,
.page-template-dc-expertise-ai-readiness-assessment .expertise .expertise-block-list .expertise-column {
  display: inline-block;
  vertical-align: top;
  width: 576px;
}
.expertise.ver-2 .expertise-block-list .expertise-column{
	    width: 596px;
}

.expertise.ver-2  .expertise-block-list .expertise-column .item,															
.page-template-dc-expertise-ai-chatbot .expertise .expertise-block-list .expertise-column .item,
.page-template-dc-expertise-agentic-ai .expertise .expertise-block-list .expertise-column .item,
.page-template-dc-expertise-agentic-ai-v2 .expertise .expertise-block-list .expertise-column .item,
.page-template-dc-expertise-ai-readiness-assessment .expertise .expertise-block-list .expertise-column .item {
  width: 100%;
  display: block;
 
  margin-left: 0;
  height: 100%;
}

.expertise.ver-2  .expertise-block-list .expertise-column .item .info,																  
.page-template-dc-expertise-ai-chatbot .expertise .expertise-block-list .expertise-column .item .info,
.page-template-dc-expertise-agentic-ai .expertise .expertise-block-list .expertise-column .item .info,
.page-template-dc-expertise-agentic-ai-v2 .expertise .expertise-block-list .expertise-column .item .info,
.page-template-dc-expertise-ai-readiness-assessment .expertise .expertise-block-list .expertise-column .item .info {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 94px);
  margin-left: 24px;
  color: #4e4e4e;
  text-align: justify;
  margin-bottom: 0;
}
.expertise.ver-2  .expertise-block-list .expertise-column .item .info{
  width: calc(100% - 101px);
}
.expertise.ver-2  .expertise-block-list .expertise-column .item:nth-child(4),
.expertise.ver-2 .expertise-block-list .expertise-column .item:nth-child(3),																			
.page-template-dc-expertise-agentic-ai .expertise .expertise-block-list .expertise-column .item:nth-child(3),
.page-template-dc-expertise-agentic-ai-v2 .expertise .expertise-block-list .expertise-column .item:nth-child(3){
  margin-left: 0px; 	
}

.expertise.ver-2  .expertise-block-list .expertise-column .item:nth-child(5),
.expertise.ver-2 .expertise-block-list .expertise-column .item:nth-child(6),
.expertise.ver-2 .expertise-block-list .expertise-column .item:nth-child(7),
.expertise.ver-2 .expertise-block-list .expertise-column .item:nth-child(8),
.page-template-dc-expertise-ai-chatbot .expertise .expertise-block-list .expertise-column .item:nth-child(3),
.page-template-dc-expertise-ai-chatbot .expertise .expertise-block-list .expertise-column .item:nth-child(4),

.page-template-dc-expertise-agentic-ai .expertise .expertise-block-list .expertise-column .item:nth-child(4),
.page-template-dc-expertise-agentic-ai .expertise .expertise-block-list .expertise-column .item:nth-child(5),
.page-template-dc-expertise-agentic-ai .expertise .expertise-block-list .expertise-column .item:nth-child(6),

.page-template-dc-expertise-agentic-ai-v2 .expertise .expertise-block-list .expertise-column .item:nth-child(4),
.page-template-dc-expertise-agentic-ai-v2 .expertise .expertise-block-list .expertise-column .item:nth-child(5),
.page-template-dc-expertise-agentic-ai-v2 .expertise .expertise-block-list .expertise-column .item:nth-child(6),

.page-template-dc-expertise-ai-readiness-assessment .expertise .expertise-block-list .expertise-column .item:nth-child(3),
.page-template-dc-expertise-ai-readiness-assessment .expertise .expertise-block-list .expertise-column .item:nth-child(4),
.page-template-dc-expertise-ai-readiness-assessment .web-development-service.expertise .expertise-block-list .expertise-column .item:nth-child(5){
    margin-top: 0px;
    margin-left: 430px; 
 }
 
.page-template-dc-expertise-agentic-ai-v2 .web-development-service .expertise-block-list .service-slider-1,
.page-template-dc-expertise-agentic-ai .web-development-service .expertise-block-list .service-slider-1,
.page-template-dc-expertise-ai-readiness-assessment .web-development-service .expertise-block-list .service-slider-1 {
margin-top: 50px;
    width: 405px;
    height: 490px;
margin-right: 20px;
}
.expertise.ver-2  .expertise-block-list .service-slider-1{
    margin-top: 90px;
    width: 340px;
    height: 350px;
    margin-right: 0px;	
}
.page-template-dc-expertise-ai-chatbot .web-development-service .expertise-block-list .service-slider-1{
margin-top: 0px;
    width: 405px;
    height: 490px;
margin-right: 20px;	
}


.page-template-dc-expertise-ai-readiness-assessment .web-development-service .expertise-block-list .service-slider-2 {
left: 5px;
  width: 405px;
  height: 490px;
  top: 725px;
}
.expertise.ver-2 .expertise-block-list .service-slider-2{
left: 0;
    width: 341px;
    height: 340px;
    top: 690px;	
}
.page-template-dc-expertise-agentic-ai-v2 .web-development-service .expertise-block-list .service-slider-2,
.page-template-dc-expertise-agentic-ai .web-development-service .expertise-block-list .service-slider-2{
left: 5px;
  width: 405px;
  height: 490px;
    top: 580px;
}

.page-template-dc-expertise-ai-chatbot .web-development-service .expertise-block-list .service-slider-2 {
left: 5px;
    width: 405px;
    height: 490px;
    top: 430px;	
}

.expertise.ver-2 .expertise-block-list .expertise-column .item .info .ex-title,
.page-template-dc-expertise-ai-chatbot .expertise .expertise-block-list .expertise-column .item .info .ex-title,
.page-template-dc-expertise-agentic-ai .expertise .expertise-block-list .expertise-column .item .info .ex-title,
.page-template-dc-expertise-agentic-ai-v2 .expertise .expertise-block-list .expertise-column .item .info .ex-title,
.page-template-dc-expertise-ai-readiness-assessment .expertise .expertise-block-list .expertise-column .item .info .ex-title {
font-size: 20px;
 
  font-weight: 400;
}
.expertise.ver-2 .expertise-block-list .expertise-column .item .info .ex-title{
 
    margin-bottom: 10px;
}
.expertise.ver-2  .info .ex-desc p,
.page-template-dc-expertise-ai-chatbot .expertise.web-development-service.v2 .info .ex-desc p,
.page-template-dc-expertise-agentic-ai .expertise.web-development-service.v2 .info .ex-desc p,
.page-template-dc-expertise-agentic-ai-v2 .expertise.web-development-service.v2 .info .ex-desc p,
.page-template-dc-expertise-ai-readiness-assessment .expertise.web-development-service.v2 .info .ex-desc p {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: PT Sans;
}

 .tablepress>:where(tbody.row-striping)>:nth-child(odd)>*,										  
.page-template-dc-expertise-ai-chatbot .tablepress>:where(tbody.row-striping)>:nth-child(odd)>*,
.page-template-dc-expertise-agentic-ai .tablepress>:where(tbody.row-striping)>:nth-child(odd)>*,
.page-template-dc-expertise-agentic-ai-v2 .tablepress>:where(tbody.row-striping)>:nth-child(odd)>*,
body.page-template-dc-expertise-ai-readiness-assessment .tablepress>:where(tbody.row-striping)>:nth-child(odd)>* {
    background-color: #fff;
 
}

 .tablepress>:where(tbody.row-striping)>:nth-child(2n)>*,
.page-template-dc-expertise-ai-chatbot .tablepress>:where(tbody.row-striping)>:nth-child(2n)>*,
.page-template-dc-expertise-agentic-ai .tablepress>:where(tbody.row-striping)>:nth-child(2n)>*,
.page-template-dc-expertise-agentic-ai-v2 .tablepress>:where(tbody.row-striping)>:nth-child(2n)>*,
body.page-template-dc-expertise-ai-readiness-assessment .tablepress>:where(tbody.row-striping)>:nth-child(2n)>* {
    background-color: rgb(28 187 237 / 3%);
}

 .tablepress>:where(thead,tfoot)>*>th,						  
.page-template-dc-expertise-ai-chatbot .tablepress>:where(thead,tfoot)>*>th,
.page-template-dc-expertise-agentic-ai .tablepress>:where(thead,tfoot)>*>th,
.page-template-dc-expertise-agentic-ai-v2 .tablepress>:where(thead,tfoot)>*>th,
body.page-template-dc-expertise-ai-readiness-assessment .tablepress>:where(thead,tfoot)>*>th {
background-color: rgb(28 187 237 / 3%);
 
}

 .tablepress,
.page-template-dc-expertise-ai-chatbot .tablepress,
.page-template-dc-expertise-agentic-ai .tablepress,
.page-template-dc-expertise-agentic-ai-v2 .tablepress,
body.page-template-dc-expertise-ai-readiness-assessment .tablepress {
    margin-top: 30px;
}



.benefits-container.v2.v9 .benefits-item {
    padding-bottom: 60px;
    width: 50%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
#tablepress-16,
#tablepress-15{
    margin-bottom: 60px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 20px !important;
}




.web-3-template.v4 .about-us .services-and-core-tech-stack .service {
    height: auto;
 margin-bottom: 0px;
 
    border: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.web-3-template.v4 .about-us .services-and-core-tech-stack .service.full-width {
  
}

.web-3-template.v4 .about-us.v2 .services-and-core-tech-stack .service .services-text {
  width: 100%;
  height: auto;
  line-height: 20px;
  font-family: PT Sans;
}

.web-3-template.v4 .services-and-core-tech-stack .service .services-title {
  width: 100%;
  font-weight: bold;
  font-family: PT Sans;
  margin-bottom: 17px;
}


form.post-password-form{
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 20px;
    padding-right: 20px;
}



form.post-password-form p{
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 15px;
}

form.post-password-form label{
font-size: 20px;
    line-height: 1.6;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
}


form.post-password-form input{
    width: 100%;
    height: 43px;
    padding: 0px 8px 0px 8px;
    margin-left: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

form.post-password-form button{
    display: inline-block;
    width: 100%;
    height: 42px;
    padding: 7px 0 8px;
    background: #1cbbed;
    color: #fff;
    text-align: center;
    border: 0;
    box-shadow: 0 2px 4px 0 rgba(138, 138, 138, 0.5);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all, 0.4s, ease;
    -moz-transition: all, 0.4s, ease;
    -o-transition: all, 0.4s, ease;
    transition: all, 0.4s, ease;
    transition-duration: 0.4s;
}


.tablepress>tr:has(+.child:hover)>*,
.tablepress>tr:has(+.child:hover)>*, 
.tablepress>tr:hover+:where(.child)>*, 
.tablepress>tr:where(:not(.dtrg-group)):hover>* {
    background-color: #f3f3f3;
    color: #111;
}

body .tiny-title-h3.v6,
body .entry-content .tiny-title-h3.v6 {
    font-size: 28px;
    color: #1CBBED;
    font-weight: 700;
	    line-height: 24px;
}
body .tiny-title-h3.v7,
body .entry-content .tiny-title-h3.v7 {
    font-size: 24px;
    color: #1cbbed;
    line-height: 24px;
	margin-bottom: 21px;
	margin-top: 35px;
}

body .tiny-title-h3.v8,
body .entry-content .tiny-title-h3.v8 {
font-size: 18px;
  color: #1cbbed;
  line-height: 24px;
  margin-bottom: 8px;
  font-weight: bold;
  margin-top: 20px;
}
body .tiny-title-h3.v10,
body .entry-content .tiny-title-h3.v10 {
    font-size: 24px;
    color: #1cbbed;
    line-height: 24px;
margin-bottom: 15px;
  margin-top: 21px;
}

body .tiny-title-h3.v11,
body .entry-content .tiny-title-h3.v11 {
    font-size: 24px;
    color: #4E4E4E;
    line-height: 24px;
margin-bottom: 15px;
  margin-top: 21px;
}




body .entry-content .s-20 {
font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}



body #tablepress-17.tablepress>:where(thead,tfoot)>*>th {
    font-size: 20px;
}


.popmake-content .video-wrapper{
    position: relative;
    width: 100%;
    display: flex;
}

.popmake-content .video-wrapper .flex-video {
    width: 100%;
}



.popmake-content .video-wrapper .ytp-large-play-button.ytp-button {
    width: 200px;
    height: 200px;
    position: fixed;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
    border: none;
    background: url('/wp-content/uploads/theme-images/icons/play-button-1.svg');
    background-size: 200px;
    background-position: center;
    background-repeat: no-repeat;
	font-size: 0;

}

.postid-197632 div.header picture img {
    width: 100%;
    height: auto;
    bottom: 0;
    position: absolute;
}

body .entry-content .tiny-title-h3.v9 {
  color: #1cbbed;
  font-size: 16px;
  font-weight: 400;
  margin-top: 19px;
  margin-bottom: 4px;
}
body .single-project-v3 .entry-content ul.list-with-icons.v2 li,
body .single-project-v2 .entry-content ul.list-with-icons.v2 li {
    width: 33.33%;
 display: block;
    font-size: 14px;
    padding-right: 0px;
text-align: justify;
padding-left: 10px;
  padding-right: 10px;
 
}
body .single-project-v3 .entry-content ul.list-with-icons.v2 li:nth-child(1),
body .single-project-v2 .entry-content ul.list-with-icons.v2 li:nth-child(1) {
padding-left: 0;
  padding-right: 20px;	
}
body .single-project-v3 .entry-content ul.list-with-icons.v2 li:nth-child(3),
body .single-project-v2 .entry-content ul.list-with-icons.v2 li:nth-child(3) {
padding-right: 0;
  padding-left: 20px;	
}
body .single-project-v3 .entry-content ul.list-with-icons.v2 li span,
body .single-project-v2 .entry-content ul.list-with-icons.v2 li span {
    font-weight: 400;
    width: 100%;
    padding-left: 0px;
    line-height: 16px;
    font-size: 14px;
    align-content: center;
    justify-content: center;
   
    display: inline;
    box-sizing: border-box;
}
body .single-project-v3 .entry-content ul.list-with-icons.v2 li b {
  color: #1CBBED;
  font-size: 20px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}


body .single-project-v3 .entry-content ul.list-with-icons.v2 li .lwi-icon,
body .single-project-v2 .entry-content ul.list-with-icons.v2 li .lwi-icon {
    width: 65px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
margin-bottom: 22px;
    height: 65px;
	    display: block;
}


.speedbar .speedbar-center span:last-child span br{
display: none;
}

.blog-block .projects-list .post .entry-header .entry-title {
    display: block;
    width: 100%;
    height: 70px;
    font-size: 20px;
    margin: 16px auto 0;
text-align: justify;
    overflow: hidden;
    line-height: 23px;
}

footer .footer-content .footer-block .footer-posts .entry-title a br,
.projects-list .post .entry-header .entry-title br,
.blog-block .projects-list .post .entry-header .entry-title br{
	display: none;
}

.benefits-container.v2.v9{
width: 100%;
																			
}

.inner-block-list.v9 .about-us {
    padding: 0;
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
 						 
}
.benefits-container.v2.v9 .benefits-item.item-1-3{			   
    width: 33.33%;				 
}

.benefits-container.v2.v9 .benefits-item.item-1-1{
   
}

.inner-block-list.benefits-container.v2.v9.v11 .benefits-item h3{
font-size: 20px;
    line-height: 24px;
    text-align: left;
    font-weight: 700;
    color: #1CBBED;	
}
 
.benefits-container.v2.v9.v11 .benefits-item {
    padding-bottom: 20px;			   
}


.industries .inner-block-list .item.ind-item-01,
.industries .inner-block-list .item.ind-item-02,
.industries .inner-block-list .item.ind-item-03,
.industries .inner-block-list .item.ind-item-04 {
    width: calc(25% - 22px);
}
 
.industries .inner-block-list .item.ind-item-02{
 margin-right: 20px;	 
 }
 
.industries .inner-block-list .item.ind-item-00,
.industries .inner-block-list .item.ind-item-04{
    margin-right: 0; 
 }


 body.home #industries  {
    padding-left: 15px;
    padding-right: 15px;
}
 
 body.home .services.services-home {
 
    padding-left: 15px;
    padding-right: 15px;
 
}
 
body.home .inner-block-header .block-title {
    margin-bottom: 0px;
}
 
 

.list-with-b-icon {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 20px;
}

.list-with-b-icon li {
    margin-left: 60px;
    margin-right: 60px;
}
.list-with-b-icon .icon-container{
    display: flex;
    height: 100px;
    text-align: center;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
	margin-bottom: 10px;
}

.list-with-b-icon span{
 
    display: block;
    width: 100%;
    text-align: center;
}

.list-with-icon li {
    font-weight: 400;
    padding-left: 30px;
    display: flex;
}

.list-with-icon li img {
    margin-top: 3px;
    display: block;
    margin-right: 10px;
	    height: 24px;
}


.blog-page-list.fguhrtfg23 .no-results.not-found {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

body .benefits-container .desc.nft-process p {
    width: 100%;
    text-align: center;
}

body .benefits-container.v3 .desc.nft-process p,
body .benefits-container.v2 .desc.nft-process p {
    width: 100%;
    text-align: justify;
}

.benefits-container.v2.v9.v10 .benefits-item img {
    height: auto;
}
.inner-block-list.benefits-container.v2.v9.v10 .benefits-item h3 {
    color: #1CBBED;
}
body .benefits-container.v2.v9.v10 .icon-container {
    height: 100px;
    margin-bottom: 25px;
}
.inner-block-list.benefits-container.v2.v9.v10 .benefits-item p {
    width: 100%;
    padding-bottom: 0;
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
}
.inner-block-list.benefits-container.v2.v9.v10 {
    width: 100%;
    padding-bottom: 0;
}

.expertise.ver-2 .expertise-block-list .expertise-column .item .icon {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: auto;
}

body .tablepress.tablepress-id-20>:where(thead,tfoot)>*>th {

    font-weight: 400;

}

.read-more-container{
    display: block;
    padding: 30px 30px 20px 30px;
    background: rgb(28 187 237 / 3%);	
}


.speedbar.block-01 .speedbar-center {
  padding: 11px 0;

}

.block-1 .inner-block-header {
 
  text-align: center;
	
}

  

.block-2 .benefits-container.v2 .desc {
  padding-top: 33px;
}
.block-2 .benefits-container.v2.v9 .benefits-item {
  padding-bottom: 69px;

}
.benefits-container.v2.v9.block-2 .benefits-item.item-1-3 {
  padding-bottom: 40px;
}

.block-3 .inner-block-header.v2 {
  padding-top: 0;
}
.block-3 .inner-block-header.v2 .block-title {
     margin-bottom: 20px;
  line-height: 38px;
}

.benefits-container.block-3 .desc {

  padding-top: 3px;
}
.benefits-container.block-3 .benefits-item p {
  line-height: 20px;
}
.inner-block-list.benefits-container.block-3 .inner-block-header p {
  line-height: 20px;
  color: #4e4e4e;
}
.inner-block-list.benefits-container.block-3 {
  padding-bottom: 20px;
}

.block-4 .inner-block-header{
 
  padding-bottom: 20px;
}

.block-4 .inner-block-header .block-desc p {
  line-height: 20px;
}

 
.expertise.block-4  .expertise-block-list .expertise-column .item {
  margin-bottom: 49px;
}

.expertise.block-4 .expertise-block-list .expertise-column .item:nth-child(2) {
  margin-bottom: 28px;
}
.expertise.block-4 .expertise-block-list .expertise-column .item:nth-child(3)  {
  margin-bottom: 30px;
}
.expertise.block-4 .expertise-block-list .expertise-column .item:nth-child(4) {
  margin-bottom: 17px;
}
.expertise.block-4 .expertise-block-list .expertise-column .item:nth-child(5) {
  margin-bottom: 29px;
}

.expertise.block-4 .expertise-block-list .expertise-column .item:nth-child(6){
  margin-bottom: 32px;
}

.expertise.block-4 .expertise-block-list .expertise-column .item:nth-child(7) {
  margin-bottom: 29px;
}

.expertise.block-4 .expertise-block-list .expertise-column .item:nth-child(8) {
  margin-bottom: 36px;
}
.expertise .expertise-block-list .expertise-column .item .info .ex-title {
  font-family: "PT Sans";
}
.discuss.block-5 h2, .discuss.block-5 .h2 {
  padding-top: 120px;
}
.discuss.block-5 .info {
  margin-top: 10px;
}

.block-6 .inner-block-header.v2{
  padding-top: 80px;
}
.block-6 .block-desc{
  padding-top: 20px;
}

.block-7 .inner-block-header {
  
    padding-bottom: 0px;
}

.projects.block-7 {
    padding-bottom: 40px;
}
.clients-reviews.block-8 .inner-block-header .block-title{
    margin-bottom: 0px;
}

 

.block-10 .inner-block-header{

  padding-bottom: 0px;
}

.block-10 .faq-service-block-list {
  padding-bottom: 17px;
}

.block-11  .inner-block-header {
 
 
  padding-bottom: 20px;
}

 

.block-12 .inner-block-header {
     padding-bottom: 0;
    padding-top: 0;
}

.custom-customise-list{
    position: relative;	
	    display: flex;
}

.custom-customise-list .big-icon-container{
    display: block;
    position: absolute;
    top: 175px;
	left: 0;
}

.custom-customise-list ul li {
    display: flex;
    flex-wrap: wrap;
	padding-left: 100px;
	margin-bottom: 25px;
}

.custom-customise-list ul li .icon-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.custom-customise-list ul li .text-container{
    width: calc(100% - 50px);
    padding-left: 20px;
	line-height: 21px;
}
.custom-customise-list ul li .text-container b{
    display: block;
    font-size: 16px;
    color: #1CBBED;
	    margin-bottom: 3px;
}
.custom-customise-list ul li:nth-child(2)  {
    padding-left: 160px;
}
.custom-customise-list ul li:nth-child(2) .text-container   {
    width: calc(100% - 70px);
}
.custom-customise-list ul li:nth-child(3)  {
    padding-left: 250px;
}
.custom-customise-list ul li:nth-child(3) .text-container  {
    width: calc(100% - 80px);
}

.custom-customise-list ul li:nth-child(4)  {
    padding-left: 340px;
}
.custom-customise-list ul li:nth-child(4) .text-container   {
    width: calc(100% - 85px);
}
.custom-customise-list ul li:nth-child(5)  {
    padding-left: 250px;
}
.custom-customise-list ul li:nth-child(5) .text-container {
    width: calc(100% - 75px);
}
.custom-customise-list ul li:nth-child(6)  {
    padding-left: 160px;
}
.custom-customise-list ul li:nth-child(6) .text-container  {
    width: calc(100% - 80px);
}
.custom-customise-list ul li:nth-child(7)  {
  padding-left: 73px;
}

.custom-customise-list ul li:nth-child(7) .text-container  {
    width: calc(100% - 70px);
}

.entry-content h4.ex-h4{
    font-size: 16px;
    color: #4E4E4E;
    font-weight: bold;
    margin-bottom: 0;
}

.single-post .benefits-container.block-2 .desc {
    justify-content: space-between;

}

.single-post .benefits-container.block-2 .benefits-item {
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 488px;
	position: relative;
}
.single-post .inner-block-list.benefits-container.v2.v9.v10 .benefits-item p {
    width: 100%;
    padding-bottom: 0;
    text-align: justify;
    font-size: 16px;
    line-height: 20px;
}

.single-post .benefits-container.block-2 .benefits-item:nth-child(1):after {
    content: '';
    width: 1px;
    height: 83%;
    position: absolute;
    right: -24px;
    top: 0;
    background: #D8D8D8;
}




.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 20px;
}

.faq-service-block-list .panel, .faq-service-block-list .panel p {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}

.faq-service-block-list .faq-service-column div {
    width: 100%;
}

.entry-content .faq-service-block-list h3 {
    font-family: "PT Sans";
    font-size: 18px;
    text-align: left;
    width: 100%;
    font-weight: 700;
    margin: 0;
	color: #4E4E4E;
}

.projects-list,
.single-post .projects-list ,
.home .projects-list {
    display: block;
	width: 100%;
    max-width: 1024px;
    margin: 0 auto;
   
}

.projects-list .post,
.single-post .projects-list .post,
.home .projects-list .post {
    display: inline-block;
    vertical-align: top;
    width: 308px;
    margin: 0 13px 20px 13px;
	padding: 0;
}


body .lazy-hidden, 
body .entry img.lazy-hidden, 
body img.thumbnail.lazy-hidden {
    opacity: 1;
    background-color: transparent;
}

.projects-carousel.projects-list .post {
    display: block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 13px 0 13px;
    box-sizing: border-box;
}
.projects-carousel.projects-list {
    max-width: 1050px;
}

.block-gen-ai-1{
display: flex;
    justify-content: space-between;
}
.block-gen-ai-1 ul{
    max-width: 490px;
}

.block-gen-ai-1 ul li {
    display: flex;
	    margin-bottom: 0 !important;
}

.block-gen-ai-1 ul li span{
    font-weight: 400;
    width: calc(100% - 56px);
    padding-left: 20px;
	    margin-bottom: 20px;
}

.block-gen-ai-1 ul li span b {
    display: block;
    color: rgba(28, 187, 237, 1);
}


.block-gen-ai-1 ul li span.icon2{
    width: 56px;
    padding-left: 0;
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
}


.block-gen-ai-1 ul li span.icon2:after{
	content: '';
	position: absolute;
	top: 56px;
	height: 100%;
	width: 3px;
	background: rgba(28, 187, 237, 0.5);
	left: 27px;
	
}

.block-gen-ai-1 ul li:nth-child(2) span.icon2:after{
background: rgba(109, 110, 112, 0.5);	
}

.block-gen-ai-1 ul.l-2 li:nth-child(4) span.icon2:after,
.block-gen-ai-1 ul.l-1 li:nth-child(4) span.icon2:after{
display: none;	
}
.block-gen-ai-1 ul.l-2 li span.icon2:after{
background: rgba(109, 110, 112, 0.5);	
}

.block-gen-ai-1 ul.l-2 li:nth-child(3) span.icon2:after{
	background: rgba(28, 187, 237, 0.5);	
}

.blog-page .blog-page-list .post .entry-header .entry-title>a br{
 display: none;
}

.new-form-block-block {
    display: flex;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
.new-form-block-block .new-form-block-left,
.new-form-block-block .new-form-block-right{
    width: 50%;
}

.new-form-block-block .new-form-block-right{
    width: 50%;
   
}

.new-form-block-form{
	 margin-top: -140px;
    background: #fff;
    z-index: 9;
    border: 1px solid #D2DAE2;
    border-radius: 20px;
padding: 15px 20px 20px 20px;
	position: relative;
}

.header .slogan-main h1.v2 {
    margin-bottom: 10px;
    text-align: left;
    font-size: 44px;
    font-weight: 500;
    color: #fff;
    font-weight: bold;
    width: 100%;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.header.v2 {
    height: 540px;
 
    position: relative;
}


 
.header-services .slogan-bottom.v2 {
    width: 100%;
    max-width: 1024px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: "PT Sans";
	   font-weight: 700;
	       font-size: 20px;
}

.header-services .slogan-bottom.v2 p {
    font-family: "PT Sans";
    font-size: 20px;
    text-align: center;
    color: #fff;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    font-weight: 700;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	line-height: 30px;
}

.new-form-block-block .new-form-block-left {
    padding-right: 20px;
	    padding-top: 30px;
}

.new-form-block-block .new-h2 {
    font-size: 24px;
    color: #1CBBED;
    font-weight: 400;
    margin-bottom: 20px;
}

.new-form-block-block .new-form-block-left p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: justify;
	color: #4E4E4E;
}

.new-form-block-left img {
        margin-bottom: 10px;
    max-width: 100%;
    height: auto;
}


 .new-form-block-block .list-with-icon li {
line-height: 24px;
color: #4E4E4E;
    margin-bottom: 20px;
}

.new-form-block-right .new-h2 {
    font-size: 24px;
    text-align: center;
    color: #1CBBED;
    font-weight: 700;
margin-bottom: 13px;
}

.new-form-block-right p{
    color: #4E4E4E;
    text-align: center;
    font-size: 14px;
margin-bottom: 23px;
}

.new-form-block-right input[type="text"],
.new-form-block-right input[type="email"]{
    border: 1px solid #D2DAE2;
    height: 43px;
    width: 100%;
    padding: 5px 15px;
    border-radius: 8px;
    color: #4E4E4E;
	text-align: left;
margin-top: 8px;
}
 .new-form-block-right input[type="text"]::placeholder,
.new-form-block-right input[type="email"]::placeholder{
 color: #D2DAE2;
}

 

.new-form-block-right form p {
    color: #4E4E4E;
    text-align: left;
    font-size: 16px;
margin-bottom: 23px;
}



.header.v2 .slogan-main {
margin-bottom: 15px;
margin-top: 13px;
}


 .blog-block.v2 .inner-block-header {
  padding: 23px 0 15px 0;
  text-align: center;
}

 .blog-block.v2 .inner-block-header .block-title {
  width: 100%;
  text-align: center;
  text-transform: none;
  color: #1CBBED;
  font-size: 32px;
}

.text-after-form{
text-align: center;
font-size: 10px;
color: #4E4E4E;
margin-top: -15px
}

 .text-after-form span{
	 color: #F24E1E;
 }
 
.new-form-block-right .wpcf7-form-control.wpcf7-submit {
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  height: 45px;
}

.new-form-block-right .wpcf7-spinner {
  top: 50%;
  left: 50%;
  position: absolute;
}

.new-form-block-right .wpcf7 form .wpcf7-response-output{
  margin-bottom: 20px !important;
}
.new-form-block-right .wpcf7 form .wpcf7-not-valid-tip {
  color: #dc3232 !important;
  font-size: 10px;

}

.new-form-block-right .wpcf7-acceptance .wpcf7-list-item {
  display: flex;
  align-items: flex-start;
margin-left: 0;
padding-left: 35px;
position: relative;
}

.new-form-block-right .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.new-form-block-right .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.new-form-block-right .wpcf7-acceptance .wpcf7-list-item-label:before {
content: '';
position: absolute;
left: 0;
top: 11px;
width: 16px;
height: 16px;
border-radius: 4px;
background-color: #fff;
border: 2px solid #00baff;
margin-right: 0;
flex-shrink: 0;
margin-top: 0;
}


.new-form-block-right .wpcf7-acceptance .wpcf7-list-item-label:after {
content: '';
position: absolute;
left: 1px;
top: 12px;
width: 18px;
height: 18px;
background: url('/wp-content/uploads/theme-images/icons/acsepted-form.svg');

background-repeat: no-repeat;
background-position: center;
opacity: 0;
}





.new-form-block-right .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
opacity: 1;
}

.new-form-block-right .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {

line-height: 20px;
}

.new-form-block-right .wpcf7-acceptance .wpcf7-list-item a {
  color: #00baff;
  text-decoration: none;
}

.new-form-block-right .wpcf7-acceptance .wpcf7-list-item a:hover {
  text-decoration: underline;
}

.new-h2-v2 {
font-size: 22px;
  font-weight: bold;
  color: #1CBBED;
  margin-bottom: 10px;
}

.new-form-block-right #cf7-success-message p {
  color: #4E4E4E;
  text-align: center;
  font-size: 14px;
  margin-bottom: 13px;
  line-height: 23px;
}

.cf7-btn-2 {
  display: block;
  width: 100%;
  background-color: #1CBBED;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  height: 45px;
}

.cf7-btn-2:hover {
    background: #d7d7d7;
    color: #4e4e4e;
    text-decoration: none;
}


#cf7-success-message .video-animation-container{
  padding-top: 15px;
  padding-bottom: 35px;
}


.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu .current-menu-item.menu-image-1>a,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu .current-menu-item.menu-image-2>a,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .current-menu-item.menu-image-3>a  {
    color: #1CBBED !important;
     background: transparent !important;
}


.benefits-container.blue.v7 .benefits-item .subtitle-01{
text-align: center;
    font-size: 14px;
    line-height: 1.2;	
}

.benefits-container.v7 .benefits-item .icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cols-main .cols-form form .input-accept input[type="checkbox"] {
    position: absolute;
    opacity: 0;
	    top: 17px;
}
.cols-main .cols-form form .input-accept .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.cols-main .cols-form form .input-accept .wpcf7-list-item-label{
    display: flex;
    align-items: center;
}


body #tablepress-21.tablepress tbody tr td{
     padding: 16px 35px 18px 35px;	
	text-align: justify;
	font-size: 16px;
	line-height: 20px;
}

body #tablepress-21.tablepress>:where(thead,tfoot)>*>th {
   
    padding: 15px 15px 15px 15px;
    font-size: 24px;
    font-weight: 700;
 
}

body #tablepress-21.tablepress {
    margin-bottom: 35px;
}


body .about-us .info-about-us .ex-desc,
body .about-us .block-text,
body .about-us .mission .top-desc,
body .services-and-core-tech-stack .service .services-text {

    text-align: justify;
}


.expertise.block-4.block-4-1 .inner-block-header .block-title {
  margin-bottom: 3px;
}
.expertise.ver-2.title-bold .expertise-block-list .expertise-column .item:nth-child(4){
margin-left: 430px;	
}

.expertise.ver-2.title-bold .expertise-block-list .expertise-column .item .info .ex-title{
  font-weight: bold;
  text-align: left;
  margin-bottom: 18px;
}


.expertise.block-4.block-4-1 .inner-block-header {
  padding-top: 5px;
  padding-bottom: 10px;
}

.expertise.block-4.block-4-1 .expertise-block-list .expertise-column .item {
  margin-bottom: 28px;
}

.expertise.block-4.block-4-1 .expertise-block-list .service-slider-2 {
  left: 0;
  width: 341px;
  height: 340px;
  top: 595px;
}
.expertise.block-4.block-4-1 .expertise-block-list .service-slider-1 {
  margin-top: 70px;
  width: 340px;
  height: 350px;
  margin-right: 0px;
}

.expertise.block-4.block-4-1 .expertise-block-list .expertise-column .item:nth-child(3){
  margin-bottom: 12px;
}


.expertise.ver-2.block-4-1 .expertise-block-list .expertise-column .item .icon {
  display: inline-block;
  vertical-align: top;
  width: 82px;
  height: auto;
}

.expertise.ver-2.block-4-1 .expertise-block-list .expertise-column .item .info {
  width: calc(100% - 112px);
}

.expertise.ver-2.block-4-1 .expertise-block-list .item .icon img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
}


.block-3.block-3-1 .inner-block-header.v2 .block-title {
  margin-bottom: 10px;
}
.benefits-container.block-3.block-3-1 .desc {
  padding-top: 4px;
}
.inner-block-list.benefits-container.v2.v9.block-3-1 .benefits-item h3{
	margin-bottom: 18px;
}
.why-choose.block-04 {
padding-bottom: 13px;
}

.block-04 .inner-block-header.v2 {
  padding-top: 3px;
  padding-bottom: 33px;
}

.block-04 .inner-block-header.v2 .block-title {
  margin-bottom: 4px;
}
.block-04 .inner-block-header.v2 .block-desc {
  font-size: 14px;
  line-height: 20px;
}
.block-04 .about-us,
.block-05 .about-us {
  padding: 0;
}
.block-04.why-choose h3 {
  display: flex;
  font-size: 20px;
  margin-bottom: 10px;
}

.block-04 .about-us .desc p{
  text-align: justify;
  padding: 0px;
  margin-bottom: 32px;
  width: 100%;
  line-height: 20px;
}

.block-04 .inner-block-list.why-choose.v2 {
  padding-bottom: 11px;
}


.block-05 .inner-block-header.v2 {
  padding: 0px 0 30px 0;
}

.block-05 .inner-block-header.v2 .block-title {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3px;
}

.block-05 .block-gen-ai-1 ul li .text-container {
  width: calc(100% - 56px);
  padding-left: 20px;
margin-bottom: 6px;
}

.block-05 .block-gen-ai-1 ul li .text-container h3 {
  color: rgba(28, 187, 237, 1);
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 3px;
  text-align: left;
}

.block-05 .block-gen-ai-1 ul li .text-container span {
  font-weight: 400;
  text-align: justify;
  display: block;
  width: 100%;
  padding: 0;
}

.block-05 .block-gen-ai-1 .l-2 {
  padding-top: 150px;
}
.block-05 .block-gen-ai-1 ul.l-2 li:nth-child(1) span.icon2:after {
  background: rgba(28, 187, 237, 0.5);
}

.block-6.block-6-1 .inner-block-header.v2 {
  padding-top: 50px;
}

body .block-6.block-6-2 .tablepress > :where(thead, tfoot) > * > th,
body .block-6.block-6-1 .tablepress > :where(thead, tfoot) > * > th {
 border-left: 1px solid #4E4E4E;
  background-color: rgb(28 187 237 / 3%);
  font-weight: 400;
}
body .block-6.block-6-2 .tablepress > :where(tbody.row-striping) > :nth-child(2n) > *,
body .block-6.block-6-1 .tablepress > :where(tbody.row-striping) > :nth-child(2n) > * {
  border-left: 1px solid #4E4E4E;
  background-color: rgb(28 187 237 / 3%);
}
body .block-6.block-6-2 .tablepress > :where(tbody.row-striping) > :nth-child(2n+1) > *,
body .block-6.block-6-1 .tablepress > :where(tbody.row-striping) > :nth-child(2n+1) > * {
 border-left: 1px solid #4E4E4E;
  background-color: #fff;
}

body .block-6.block-6-2 .tablepress > :where(thead) + tbody > :where(:not(.child)) > *, 
body .block-6.block-6-2 .tablepress > tbody > * ~ :where(:not(.child)) > *, 
body .block-6.block-6-2 .tablepress > tfoot > :where(:first-child) > *,
body .block-6.block-6-1 .tablepress > :where(thead) + tbody > :where(:not(.child)) > *, 
body .block-6.block-6-1 .tablepress > tbody > * ~ :where(:not(.child)) > *, 
body .block-6.block-6-1 .tablepress > tfoot > :where(:first-child) > * {
  border-top: 1px solid #4E4E4E;
}

.block-7.block-7-1 .inner-block-header {
  padding-bottom: 0px;
  padding-top: 12px;
}

.block-9-1 .inner-block-header{
  padding-top: 0;
  padding-bottom: 30px;
}
.block-9-1 .inner-block-header .block-title {
  margin-bottom: 5px;
}
.block-9-1.indastries-horisontal .expertise-service-column .item .ex-title {
  font-size: 18px;
  margin-bottom: 8px;
  overflow: hidden;
  color: #1CBBED;
  font-weight: 700;
}

.block-9-1.indastries-horisontal .expertise-service-column .item .ex-title a {
  color: #1CBBED;
}

.block-9-1.indastries-horisontal ul {
  list-style: disc;
  padding-left: 25px;
}
.block-9-1.indastries-horisontal li{
  text-align: justify;
  line-height: 24px;
  list-style-type: disc;
}


.block-10.block-10-1 .inner-block-header {
  padding-bottom: 0px;
  padding-top: 11px;
}


.block-11.block-11-1 .inner-block-header {
  padding-bottom: 20px;
  padding-top: 10px;
}


.block-12-1.contact-title-containert {
  padding-top: 20px;
}

.block-12-1.contact-title-containert .inner-block-header .block-title {
  margin-bottom: 5px;
}

.faq-service .faq-service-column .accordion h3 {
  font-weight: 700;
  color: #4E4E4E;
}

.faq-service .faq-service-column .accordion:hover h3,
.faq-service .faq-service-column .accordion.active h3 {
  color: #fff;
}

.header .slogan-bottom a.v2 {
 
    width: auto!important;
  
}

 
body #tablepress-23.tablepress>:where(thead,tfoot)>*>th {
 
    font-size: 24px;
 
}

.benefits-container.v2.v8 .inner-block-header.v2{
  padding: 10px 0 0px 0;
}

.benefits-container.v2.v8  .desc {
  padding-top: 25px;
}
.benefits-container.v2.v8 .icon-container {
  height: 110px;
}


body .benefits-container.v2.v8 .desc.nft-process p {
  width: 100%;
  text-align: justify;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}

body .benefits-container.v2.v8 .benefits-item p.title-v2{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
min-height: 45px;
}

.benefits-container.v2.v8 .benefits-item .title-v2 a{
  text-decoration: underline;
}

.benefits-container.v2.v8  .benefits-item {
  padding-bottom: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.block-04.block-04-1 .desc p {
text-align: justify;
    padding: 0px;
    margin-bottom: 22px;
    width: 100%;
    line-height: 20px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%; 
}
.block-04.block-04-1 .inner-block-header.v2 {
  padding-top: 3px;
  padding-bottom: 25px;
}
.block-04.block-04-1 .inner-block-list.why-choose.v2 {
  padding-bottom: 18px;
}

.block-04.block-04-1.why-choose h3 {
     width: 100%;
  margin-bottom: 9px;
}

body .block-4.block-4-1.no-icons .inner-block-header .block-desc {
  display: block;
  vertical-align: middle;
  padding-left: 0px;
  border-left: 0px solid #4e4e4e;
  font-size: 16px;
  color: #4e4e4e;
  text-align: center;
  width: 100%;
  line-height: 24px;
}

.expertise.ver-2.no-icons .expertise-block-list .expertise-column {
  width: 581px;
}
.expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item {
  margin-bottom: 50px;
}

.expertise.ver-2.block-4-1.no-icons .expertise-block-list .expertise-column .item .info {
  width: 100%;
  margin: 0;
}

.expertise.ver-2.title-bold.no-icons .expertise-block-list .expertise-column .item .info .ex-title {
  font-weight: bold;
  text-align: left;
  margin-bottom: 18px;
  color: #1CBBED;
  font-size: 24px;
}

.expertise.ver-2 .info .ex-desc p{
margin-bottom: 20px;
  font-size: 16px;
  font-family: PT Sans;
line-height: 22px;
}

.expertise.block-4.block-4-1.no-icons .expertise-block-list .service-slider-1 {
 margin-top: 63px;
  width: 400px;
  height: 400px;
  margin-right: 0px;
}

.expertise.block-4.block-4-1.no-icons .expertise-block-list .service-slider-2 {
left: 0;
  width: 400px;
  height: 400px;
  top: 661px;
}

.expertise.block-4.block-4-1.no-icons .expertise-block-list {
  padding: 25px 0px 0px 0px;
}

.expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(3) {
  margin-bottom: 55px;
}

.discuss.block-5 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.discuss.block-5 .info p {
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}

.discuss.block-5 h2, .discuss.block-5  .h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  padding-top: 0px;
}

.discuss.block-5 .info {
  margin-top: 15px;
}

.discuss.block-5 .actions a {
  font-size: 16px;
  padding: 7px 48px 8px;
}

.discuss.block-5 .actions {
  margin-top: 42px;
  margin-bottom: 10px;
}

.block-4.block-4-2 .inner-block-header {
padding-bottom: 32px;
  padding-top: 49px;
}
.block-4.block-4-2 .inner-block-header.v2 .block-title {
  margin-bottom: 1px;
}

.block-4.block-4-2  .list-with-icon li {
font-weight: 400;
  padding-left: 0;
  display: flex;
  margin-bottom: 20px;
  line-height: 24px;
}



.block-4.block-4-2.inner-block-list.why-choose.v2 {
  padding-bottom: 0;
}

.block-6.block-6-2 .inner-block-header.v2 {
  padding-top: 25px;
}

body .single-project-v3 .entry-content ul.list-with-icons.center {
    justify-content: center;
}
body .single-project-v3 .entry-content ul.list-with-icons.v2.center li {
     font-size: 14px;
    text-align: center;
 
}

body .single-project-v3 .entry-content ul.list-with-icons.v4 {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
	padding-top: 19px;
}

body .single-project-v3 .entry-content ul.list-with-icons.v4 li {
    line-height: 24px;
margin-bottom: 44px;
    width: 50%;
    display: block;
    font-size: 14px;
    padding-right: 0px;
    text-align: center;
}

body .single-project-v3 .entry-content ul.list-with-icons.v4 li span {
 padding-left: 0px;
    width: 100%;
 line-height: 18px;
}


body .single-project-v3 .entry-content ul.list-with-icons.v4 li .lwi-icon {
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
	height: 65px;
}


.half-2 {
    display: flex;
    max-width: 735px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
	margin-bottom: 30px;
}
.half-2 .half-2-1{
    text-align: center;
    max-width: 391px;
}

.half-2 .half-2-2{
    text-align: center;
    max-width: 305px;
}


body .single-project-v3 .entry-content ul.list-technologies li {
  margin-bottom: 34px;
}


.projects-list.projects-carousel .post .entry-header .entry-title br,
.projects .projects-list .entry-title br{
	display: none;
}


.page-template-dc-expertise-custom-ai-software{
	
}

.page-template-dc-expertise-custom-ai-software .header .slogan-main h1 {
  margin-bottom: 35px;
  
  margin-top: 35px;
}
.page-template-dc-expertise-custom-ai-software  .header .slogan-bottom p {
  font-size: 20px;
}

.page-template-dc-expertise-custom-ai-software .actions-button-v2 a {
  font-size: 16px;
  padding: 7px 17px;
  width: 180px !important;
  height: 35px;
}

.page-template-dc-expertise-custom-ai-software .actions-button-v2 {
  text-align: center;
  padding-top: 47px;
}
.page-template-dc-expertise-custom-ai-software  .block-04.block-04-1 .inner-block-header.v2 {
  padding-top: 11px;
  padding-bottom: 25px;
}
.page-template-dc-expertise-custom-ai-software .inner-block-list.why-choose.v2 {
  padding-bottom: 0;
}

.page-template-dc-expertise-custom-ai-software .block-4.block-4-2 .inner-block-header {
  padding-bottom: 32px;
  padding-top: 23px;
}

.page-template-dc-expertise-custom-ai-software .why-choose h3 a {
  text-decoration: underline;
}

.page-template-dc-expertise-custom-ai-software .why-choose h3{
margin-bottom: 3px;

}
.page-template-dc-expertise-custom-ai-software .block-4.block-4-2.inner-block-list.why-choose.v2 {
  padding-bottom: 28px;
}

.page-template-dc-expertise-custom-ai-software .inner-block-list .ui-ux-desc .benefits-item a {
 
  color: #1CBBED;
  text-decoration: underline;
}

.page-template-dc-expertise-custom-ai-software .block-3 .inner-block-header.v2 {
  padding-bottom: 10px;
}

.page-template-dc-expertise-custom-ai-software .inner-block-list.benefits-container.v2.v9.block-3-1 .benefits-item h3 {
  margin-bottom: 13px;
}

.page-template-dc-expertise-custom-ai-software .tech-service .inner-block-header{
	padding: 4px 0 35px 0;
}

.page-template-dc-expertise-custom-ai-software .tech-service {
  padding-bottom: 67px;
}

.page-template-dc-expertise-custom-ai-software .discuss.block-5 h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 30px;
}

.page-template-dc-expertise-custom-ai-software .expertise.block-4.block-4-1 .inner-block-header {
  padding-top: 50px;
  padding-bottom: 10px;
}
.page-template-dc-expertise-custom-ai-software .expertise.block-4.block-4-1.no-icons .expertise-block-list {
  padding: 75px 0px 0px 0px;
}
.page-template-dc-expertise-custom-ai-software .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item {
  margin-bottom: 30px;
}

.page-template-dc-expertise-custom-ai-software .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(3) {
  margin-bottom: 30px;
  margin-left: 430px;
}
.page-template-dc-expertise-custom-ai-software .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(2)  {
 margin-bottom: 115px;
}
.page-template-dc-expertise-custom-ai-software .expertise.block-4.block-4-1.no-icons .expertise-block-list .service-slider-1 {
  margin-top: -48px;
  width: 400px;
  height: 400px;
  margin-right: 0px;
}
.page-template-dc-expertise-custom-ai-software .expertise.block-4.block-4-1.no-icons .expertise-block-list .service-slider-2 {
  left: 0;
  width: 400px;
  height: 400px;
top: 455px;
}

.page-template-dc-expertise-custom-ai-software  .block-7.block-7-1 .inner-block-header {
padding-bottom: 30px;
  padding-top: 38px;
}

.projects-list.projects-carousel .post .entry-header .entry-title {
  width: 100%;
}

.page-template-dc-expertise-custom-ai-software .projects.block-7 {
  padding-bottom: 0px;
}

.page-template-dc-expertise-custom-ai-software .clients-reviews .inner-block-list .swiper-container {

  height: 325px;

}
.page-template-dc-expertise-custom-ai-software .block-9-1 .inner-block-header {
  padding-top: 0;
  padding-bottom: 20px;
}
.page-template-dc-expertise-custom-ai-software .blog-block.block-11 .inner-block-header .block-title {
  margin-bottom: 4px;
}


body.postid-209769 div.header picture {
    top: auto;
    transform: none;
    bottom: 0;
}

body.postid-209769 div.header {
    height: 900px;
 
}
 
.single-format-aside .entry-content ul.list-with-icon.v2 {
    padding-left: 0px;
}
.single-format-aside .entry-content .list-with-icon.v2 li {
    padding-left: 0;
}

body ul.list-dott.dot-blue li a,
body ul.list-dott.dot-blue li a span {
    color: #1CBBED;
}

.single-post article ul.spase-v2 li{
	margin-bottom: 11px;
}
body .entry-content .tiny-title-h3.v7.spase-v2 {
  margin-bottom: 15px;
  margin-top: 20px;
}

.single-post article ul.spase-v3 li{
	margin-bottom: 5px;	
}

.single-post article ul.spase-v4 li{
	margin-bottom: 8px;	
}

body .block-desc ul.spase-v0 li, 
.single-post article ul.spase-v0 li{
	margin-bottom: 0px;
}

.single-post article ul.spase-v0 {
margin-bottom: 30px;
}


.solution-v2,
.features-v2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-v2 div{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	position: relative;
}
.solution-v2 div{
justify-content: space-between;	
}
.solution-v2 .solution-v2-left{
width: 60%;	
}
.solution-v2 .solution-v2-right{
width: 40%;
}
.features-v2 .features-v2-left:after{
content: '';
  position: absolute;
  right: 0;
top: 27px;
  width: 2px;
  height: 63px;
  background: #1CBBED;
}
body .single-project-v3 .features-v2 ul.list-dott li{
font-size: 18px;
  margin-bottom: 21px;
}

body .single-project-v3 .entry-content ul.list-with-icons.space-v1{
padding-top: 8px;	

}
body .single-project-v3 .entry-content ul.list-with-icons.space-v1 li .lwi-icon{
margin-bottom: 19px;
}
body .single-project-v3 .entry-content ul.list-with-icons.space-v1 li {
  margin-bottom: 43px;
}
.single-format-aside .entry-content ul.no-list {
  padding-left: 0px;
}
.single-format-aside .entry-content .solution-v2 ul {
  width: 100%;
}
.single-format-aside .entry-content .solution-v2 ul li {
  line-height: 24px;
margin-bottom: 16px;
  display: flex;
}
.single-format-aside .entry-content .solution-v2 ul li span:nth-child(2) {

  width: calc(100% - 50px);
  padding-left: 15px;
}
.single-format-aside .entry-content .solution-v2 ul li b {
  display: block;
  color: #1CBBED;
  font-size: 18px;
  margin-bottom: 10px;
}

.list-with-icon.no-space-v1 li{
padding-left: 0px;	
}

.single-post article ul.spase-v5 li{
margin-bottom: 25px;	
}

body .entry-content .tiny-title-h3.v7.space-h3-1 {
  margin-bottom: 14px;
  margin-top: 22px;
}

body ul.line-h-28 li{
	line-height: 28px;
}

.single-format-aside .entry-content .solution-v2.v3 ul li {
  line-height: 24px;
  margin-bottom: 32px;
  display: flex;
  font-size: 18px;
}
.solution-v2.v3 .solution-v2-right {
  width: 50%;
}
.solution-v2.v3 .solution-v2-left {
  width: 50%;
}
.single-format-aside .entry-content .list-with-icon.v3 li {
  display: flex;
  align-items: center;
  margin-bottom: 29px;
  font-size: 18px;
}

.features-v2.v3 .features-v2-left:after {
  top: 14px;
  width: 2px;
  height: 42px;
  background: #1CBBED;
}

body .single-project-v3 .entry-content ul.list-with-icons.v2.v5 li {
  line-height: 18px;
  margin-bottom: 43px;
}
body .single-project-v3 .entry-content ul.list-with-icons.v2.v5 li .lwi-icon{
margin-bottom: 15px;
}

.result-v2 .title-result-v2 {
  font-size: 18px;
  font-weight: bold;
  color: #1CBBED;
  margin-bottom: 40px !important;
}
.result-v2 {
display: flex;
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}
.result-v2 .result-v2-l {
width: 59%;
}
.result-v2 .result-v2-r {
 width: 41%;
}
.single-format-aside .entry-content .result-v2 ul.list-with-icon li,
.single-format-aside .entry-content .result-v2 ul.list-with-icon,
.single-format-aside .entry-content .result-v2 ul.result-v2-list{
  padding: 0;
}
.single-format-aside .entry-content .result-v2 ul.result-v2-list li {
line-height: 24px;
  margin-bottom: 43px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-left: 5px;
}
.single-format-aside .entry-content .result-v2 ul.result-v2-list{
 
  max-width: 320px;
}

.single-format-aside .entry-content .result-v2 ul.result-v2-list li:after {
content: '';
  position: absolute;
  width: 100%;
  bottom: -6px;
  left: 0px;
  background: url('/wp-content/uploads/theme-images/icons/special-v2.svg');
  height: 25px;
  background-repeat: no-repeat;
}

.single-format-aside .entry-content .result-v2 ul.list-with-icon li{
margin-bottom: 40px;
}

.before-text-space{
	padding-left: 66px;
}


.before-text-space-v2{
	padding-left: 39px;
}


.scroll-top{
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}

 body #tablepress-26.tablepress tr .column-2{
text-align: justify !important;
 }


body .entry-content h3[id]:before,
.entry-content .blc-header h2 span:before {
  content: "";
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}


.single-project-v3 .block-tech-service .custom-tags .list-ind li a.a-block{
	    display: block;
}


.ai-checklist{
max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
padding-top: 5px;
padding-bottom: 18px;
flex-wrap: wrap;
}

 
.ai-checklist .ai-checklist-center{
  text-align: center;
  position: absolute;
  z-index: -1;
  left: calc(50% - 155px);
}

.ai-checklist .ai-checklist-left{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  
}

.entry-content .ai-checklist .ai-checklist-left p:nth-child(1) {
font-size: 16px;
  width: 175px;
  margin-left: 85px;
  margin-top: 29px;
  line-height: 20px;
  padding: 0;
}

.entry-content .ai-checklist .ai-checklist-left p:nth-child(2) {
font-size: 16px;
  width: 200px;
margin-left: 233px;
  margin-top: 30px;
  padding: 0;
}

.entry-content .ai-checklist .ai-checklist-left p:nth-child(3) {
font-size: 16px;
  width: 220px;
  margin-left: 34px;
  margin-top: 4px;
  padding: 0;
}

.entry-content .ai-checklist .ai-checklist-left p:nth-child(4) {
font-size: 16px;
  width: 236px;
  margin-left: 259px;
  margin-top: 4px;
  padding: 0;
}

.entry-content .ai-checklist .ai-checklist-left p:nth-child(5) {
font-size: 16px;
  width: 171px;
  margin-left: 82px;
  margin-top: 26px;
padding: 0;
}

.entry-content .ai-checklist .ai-checklist-left p:nth-child(6) {
font-size: 16px;
  width: 217px;
  margin-left: 238px;
  margin-top: 26px;
padding: 0;
}

.entry-content p.pseudo-title {
  font-size: 24px;

  text-align: center;

  color: #1CBBED;

}

.entry-content p.pseudo-title.align-left{
text-align: left;	
}





.entry-content .ai-checklist .ai-checklist-left p a {
  font-size: 16px;
  color: #4E4E4E;
  text-decoration: none !Important;
}


.pseudo-title.v2{
	font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #1CBBED;
}
body .entry-content .bold-18 {
  font-size: 18px;
  font-weight: bold;
  color: #1CBBED;
  margin: 0;
}

body .single-project-v3 .entry-content ul.list-technologies.space-v1 li {
    padding-left: 15px;
    padding-right: 15px;
}
.features-v2.v4 .features-v2-left:after {
    top: 70px;
}

.single-format-aside .entry-content .solution-v2.v4 ul li {
    align-items: flex-start;
}

 .single-format-aside .entry-content .solution-v2 ul li ul{
 padding-left: 0px !important;	 
 }
 .single-format-aside .entry-content .solution-v2 ul li ul li {
    position: relative;
    padding-left: 20px !important;
    font-size: 16px !important;
    line-height: 30px;
    margin-bottom: 0 !important;
 }

 .single-format-aside .entry-content .solution-v2 ul li ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    background: #4E4E4E;
    border-radius: 50%;
	 
	 
 }
 
 

.postid-192062 .toc_list li .toc_number{
display: none;	
} 


.page-template-dc-expertise-large-language-v2 .inner-block-header.v2.llm-block-1 {
 padding-top: 0;
  padding-bottom: 0;
}
.page-template-dc-expertise-large-language-v2 .inner-block-header.v2.llm-block-1 .inner-block-header {
  padding-top: 15px;
padding-bottom: 5px;
}

.page-template-dc-expertise-large-language-v2 .inner-block-header.v2.llm-block-1 .inner-block-header .block-title {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
}
.page-template-dc-expertise-large-language-v2 .inner-block-header.v2.llm-block-1  .block-desc {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.page-template-dc-expertise-large-language-v2 .block-2 .inner-block-header.v2 .block-title {
  margin-bottom: 0px;
}

.page-template-dc-expertise-large-language-v2 .inner-block-list.benefits-container.v2.v9.v10 .benefits-item p {
  width: 100%;
  padding-bottom: 0;
  text-align: justify;
  font-size: 16px;
  line-height: 22px;
}

.page-template-dc-expertise-large-language-v2 .benefits-container.v2.v9 .benefits-item {
  padding-bottom: 50px;
 
}
.page-template-dc-expertise-large-language-v2 .block-04 .inner-block-header.v2 .block-desc {
  font-size: 16px;
  line-height: 20px;
}

.page-template-dc-expertise-large-language-v2 .inner-block-list.why-choose.v2 {
  padding-bottom: 0;
}
.page-template-dc-expertise-large-language-v2 .block-4.block-4-2 .inner-block-header {
  padding-bottom: 32px;
  padding-top: 20px;
}

.page-template-dc-expertise-large-language-v2 .why-choose h3 {

  margin-bottom: 5px;
}

.page-template-dc-expertise-large-language-v2 .inner-block-list.block-05{
  padding-top: 20px;
}

.page-template-dc-expertise-large-language-v2 .block-05 .inner-block-header.v2 {
  padding: 0px 0 40px 0;
}

.page-template-dc-expertise-large-language-v2 .benefits-container.with-image .inner-block-header.v2 .block-title {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
}

.page-template-dc-expertise-large-language-v2 .benefits-container.with-image .inner-block-header.v2 {
  padding: 40px 0 40px 0;

}

.page-template-dc-expertise-large-language-v2 .inner-block-list.benefits-container.with-image {
  padding-bottom: 60px;
}

.page-template-dc-expertise-large-language-v2 .discuss h2 {
  padding-top: 140px;
}

.page-template-dc-expertise-large-language-v2 .expertise.block-4.block-4-1 .inner-block-header {
  padding-top: 49px;
  padding-bottom: 10px;
}

.page-template-dc-expertise-large-language-v2 .expertise.block-4.block-4-1.no-icons .expertise-block-list {
  padding: 68px 0px 0px 0px;
}

.page-template-dc-expertise-large-language-v2 .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item {
  margin-bottom: 27px;
}

.page-template-dc-expertise-large-language-v2 .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(3) {
  margin-bottom: 95px;
}

.page-template-dc-expertise-large-language-v2 .expertise.block-4.block-4-1.no-icons .expertise-block-list .service-slider-1 {
  margin-top: -40px;
}
.page-template-dc-expertise-large-language-v2 .expertise.block-4.block-4-1.no-icons .expertise-block-list .service-slider-2 {
  top: 480px;
}

.page-template-dc-expertise-large-language-v2 .faq-service .inner-block-header{
  padding-top: 10px;
  padding-bottom: 0px;
}
.page-template-dc-expertise-large-language-v2 .faq-service-block-list {
  padding: 0px 0 0px 0;
}
.page-template-dc-expertise-large-language-v2 .blog-block .inner-block-header {
  padding-top: 28px;
}
.page-template-dc-expertise-large-language-v2 .blog-block .inner-block-header .block-title{
  margin-bottom: 3px;
}

.blog-block.indastries-block .projects-list .post .entry-header .entry-title {
      height: 30px;
    text-align: center;
 
}

.single-project-v1 .case-study img {
    max-width: 100%;
    height: auto;
}

.single-project-v1 .post-bottom {
 
    height: auto;
 
}


.block-desc {
    font-style: normal;
    font-weight: 400;
    color: #4e4e4e;
    font-size: 14px;
    line-height: 24px;
}



.page-template-dc-ind-healthcare-v3 .expertise-service .expertise-service-block-list .item .icon img{
    width: 70px;
}
.page-template-dc-ind-healthcare-v3 .expertise-service .expertise-service-block-list .item .icon {
    height: 90px;
}
.page-template-dc-ind-healthcare-v3 .expertise-service-column .item {
    text-align: center;
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 30px;
}

.page-template-dc-ind-healthcare-v3 .expertise-service .expertise-service-block-list .ex-desc p {
    font-size: 14px;
    line-height: 22px;
	text-align: justify;
}

.tech-service-column .item .ex-title, .tech-service-column .item h3 {
 
    text-align: center;
}

.about-us .services-and-core-tech-stack .service.services-and-core-tech-stack-core-tech-stack:last-child{

 
}


    .page-policy .policy-text p{
  padding: 0 !important;
    }
	

.recognition-list-about-v2{
    width: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.recognition-list-about-v2 .item{
    padding-left: 20px;
    padding-right: 20px;
}

.inner-block-list.benefits-container.agentic-ai-block-1 {
    padding-bottom: 20px;
}
.inner-block-list.benefits-container.agentic-ai-block-2{
    padding-bottom: 0;
}
.benefits-container.v2.v9.agentic-ai-block-2 .benefits-item {
    padding-bottom: 40px;
}

.inner-block-list.block-04.agentic-ai-block-4 .inner-block-header.v2 {
    padding-top: 40px;
}

.inner-block-list.block-04.agentic-ai-block-4 {
    padding-bottom: 8px;
}

.recognition-v2 {
    padding-top: 10px;
	padding-bottom: 40px;
}

.page-template-dc-expertise-agentic-ai-v2 .faq-service-block-list {
    padding: 0px 0 20px 0;
}

.page-template-dc-expertise-agentic-ai-v2 .contact-title-containert {
    padding-top: 20px;
}

.features-v2.v2 .features-v2-left{
    justify-content: flex-start;
}

.features-v2.v2 .features-v2-right {
    justify-content: flex-end;
}


.header.v2 .slogan-main {
  margin-bottom: 20px;
  margin-top: 103px;
}

.page-template-dc-5-AI-features-transforming .header-services .slogan-bottom.v2 p {
  font-size: 29px;
  max-width: 545px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  line-height: 38px;
  margin-left: 0;
  text-shadow: 0px 1.5px 7px rgba(0, 0, 0, 0.14), 0px 2px 6px rgba(0, 0, 0, 0.12);
}

.page-template-dc-5-AI-features-transforming .header .slogan-main h1.v2 {
  font-size: 42px;
  text-shadow: 0px 1.5px 7px rgba(0, 0, 0, 0.14), 0px 2px 6px rgba(0, 0, 0, 0.12);
  padding: 0;
}

.page-template-dc-5-AI-features-transforming .new-form-block-block .new-form-block-left {
  padding-right: 0px;
  padding-top: 53px;
}

.page-template-dc-5-AI-features-transforming .new-form-block-block .new-form-block-left p {
font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
text-align: left;
  color: #000;
}
.page-template-dc-5-AI-features-transforming .new-form-block-block .new-h2 {
  font-size: 32px;
  color: #1CBBED;
  font-weight: 400;
  margin-bottom: 17px;
  text-transform: uppercase;
}

.page-template-dc-5-AI-features-transforming .new-form-block-block .new-form-block-left {
  padding-right: 0px;
  padding-top: 53px;
  width: 100%;
  max-width: 588px;
}

.page-template-dc-5-AI-features-transforming .new-form-block-block .new-form-block-right {
  width: 100%;
  max-width: 502px;
  margin-right: -100px;
}

.page-template-dc-5-AI-features-transforming ul{
  line-height: 30px;
}

.page-template-dc-5-AI-features-transforming .list-dott li{
line-height: 20px;
  margin-bottom: 20px;
}

.page-template-dc-5-AI-features-transforming  .pseudo-title-v2{
  font-weight: bold;
  font-size: 20px;
}
.page-template-dc-5-AI-features-transforming .new-form-block-form {
margin-top: 66px;
  background: #fff;
  z-index: 9;
  border: 1px solid #DFDFDF;
  border-radius: 20px;
  padding: 22px 20px 22px 20px;
  position: relative;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}

.page-template-dc-5-AI-features-transforming .new-form-block-block .new-form-block-form .new-h2 {
  font-size: 24px;
  color: #1CBBED;
  font-weight: 700;
  margin-bottom: 17px;
  text-transform: none;
  line-height: 29px;
  text-align: justify;
  max-width: 401px;
  margin-left: auto;
  margin-right: auto;
}


.page-template-dc-5-AI-features-transforming .new-form-block-left img {
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}

.page-template-dc-5-AI-features-transforming .new-form-block-right p {

  font-size: 16px;

}


.page-template-dc-expertise-ai-agent-v2 .header-services .slogan-bottom {
    width: 100%;
    max-width: 1010px;
    padding-left: 0px;
    padding-right: 0px;
}
.page-template-dc-expertise-ai-agent-v2 .header .slogan-bottom p {
    font-size: 20px;
    text-align: center;
    color: #fff;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.page-template-dc-expertise-ai-agent-v2 .block-04.block-04-1.why-choose h3 {
   
    width: 100%;
}
.page-template-dc-expertise-ai-agent-v2 .block-04.block-04-1 .desc p {
    text-align: justify;
    padding: 0px;
    margin-bottom: 22px;
    width: 100%;
    line-height: 20px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}
.page-template-dc-expertise-ai-agent-v2 .inner-block-list.benefits-container.v2.v9.v10 .benefits-item p {
    width: 100%;
    padding-bottom: 0;
    text-align: justify;
    font-size: 16px;
line-height: 21px;
}
.page-template-dc-expertise-ai-agent-v2 .discuss h2 {
font-size: 36px;
  font-weight: 700;
  color: #fff;
  padding-top: 77px;
  line-height: 40px;
}

.page-template-dc-expertise-ai-agent-v2 .header {
  height: 540px;
 
}

.page-template-dc-expertise-ai-agent-v2 .header .slogan-main h1 {
  margin-bottom: 35px;
 
  margin-top: 10px;
}

.page-template-dc-expertise-ai-agent-v2 .actions-button-v2 {
  text-align: center;
  padding-top: 45px;
}

.page-template-dc-expertise-ai-agent-v2 .header .slogan-bottom a {
  font-size: 16px;
  padding: 7px 60px;
}

.page-template-dc-expertise-ai-agent-v2 .discuss .info p {
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
}
.page-template-dc-expertise-ai-agent-v2 .discuss .info {
  margin-top: 42px;
}

.page-template-dc-expertise-ai-agent-v2 .discuss .actions a {
  font-size: 16px;
  padding: 7px 47px 8px;
}

.page-template-dc-expertise-ai-agent-v2 .block-05 .block-gen-ai-1 .l-2 {
  padding-top: 100px;
}
.page-template-dc-expertise-ai-agent-v2 .block-gen-ai-1 ul.l-2 li:nth-child(3) span.icon2:after {
  background: transparent;
}

.page-template-dc-expertise-ai-agent-v2 .expertise.block-4.block-4-1.no-icons .expertise-block-list .service-slider-1 {
margin-top: -20px;
 
}
.page-template-dc-expertise-ai-agent-v2 .expertise.block-4.block-4-1.no-icons .expertise-block-list .service-slider-2 {
 
top: 480px;
}




.page-template-dc-expertise-ai-agent-v2 .discuss.ver-2 h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  padding-top: 98px;
  line-height: 40px;
}

.page-template-dc-expertise-ai-agent-v2 .block-04.block-04-1 .inner-block-header.v2 {
  padding-top: 10px;
  padding-bottom: 25px;
}

.page-template-dc-expertise-ai-agent-v2 .discuss .info {
  margin-top: 40px;
}
.page-template-dc-expertise-ai-agent-v2 .block-4.block-4-2 .inner-block-header {
  padding-bottom: 32px;
  padding-top: 0;
}

.page-template-dc-expertise-ai-agent-v2 .inner-block-list.benefits-container.v2.v9.v10.block-2 .inner-block-header.v2{
  padding-top: 25px;
}
.page-template-dc-expertise-ai-agent-v2 .benefits-container.v2.v9 .benefits-item {
  padding-bottom: 40px;
 
}
.page-template-dc-expertise-ai-agent-v2 .inner-block-list.benefits-container.v2.v9.v10 {
  width: 100%;
  padding-bottom: 10px;
}
.page-template-dc-expertise-ai-agent-v2 .inner-block-list.why-choose.v2.block-05 {
  padding-bottom: 15px;
  padding-top: 50px;
}
.page-template-dc-expertise-ai-agent-v2 .block-05 .inner-block-header.v2 {
  padding: 0px 0 40px 0;
}
.page-template-dc-expertise-ai-agent-v2 .expertise.block-4.block-4-1.no-icons .expertise-block-list {
  padding: 50px 0px 0px 0px;
}
.page-template-dc-expertise-ai-agent-v2 .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item {
  margin-bottom: 25px;
}
.page-template-dc-expertise-ai-agent-v2 .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(3) {
  margin-bottom: 40px;
}

.page-template-dc-expertise-ai-agent-v2 .inner-block-list.benefits-container.v2.with-image .inner-block-header.v2{
  padding: 0px 0 20px 0;
}
.page-template-dc-expertise-ai-agent-v2 .inner-block-list.benefits-container.v2.with-image {
  padding-bottom: 60px;
}
.page-template-dc-expertise-ai-agent-v2 .block-4.block-4-2.inner-block-list.why-choose.v2 {
  padding-bottom: 0;
  padding-top: 0px;
}
.page-template-dc-expertise-ai-agent-v2 .block-4.block-4-2.block-4-3.inner-block-list.why-choose.v2 {
  padding-bottom: 0;
  padding-top: 50px;
}

.page-template-dc-expertise-ai-agent-v2 .block-4.block-4-2 .list-with-icon li .list-dott li {
  font-weight: 400;
  padding-left: 0;
  display: list-item;
  margin-bottom: 0px;
  line-height: 24px;
}
.page-template-dc-expertise-ai-agent-v2 .faq-service .inner-block-header {
  padding: 15px 0 0px 0;
}

.page-template-dc-expertise-ai-agent-v2 .blog-block .inner-block-header {
  padding: 0px 0 15px 0;
}

.page-template-dc-expertise-ai-agent-v2 .contact-title-containert {
  padding-top: 0px;
}

.single-format-aside .entry-content .list-with-icon.v2.v4 li{
  margin-bottom: 30px;
}

body.single-format-aside  .entry-content .tiny-title-h3.v8 {
  margin-top: 35px;
}


.page-template-dc-expertise-api-v4 .block-04.block-04-1 .inner-block-header.v2 {
  padding-top: 11px;
  padding-bottom: 35px;
}

.page-template-dc-expertise-api-v4 .block-4.block-4-2 .inner-block-header {
  padding-bottom: 32px;
  padding-top: 0px;
}

.page-template-dc-expertise-api-v4 .discuss h2 {
  padding-top: 89px;
  font-size: 36px;
  font-weight: 700;
  line-height: 41px;
}

.page-template-dc-expertise-api-v4 .discuss .info {
  margin-top: 38px;
}

.page-template-dc-expertise-api-v4 .blog-block.indastries-block .inner-block-header{
  padding-top: 47px;
}
.page-template-dc-expertise-api-v4 .blog-block.indastries-block .inner-block-header .block-title {
  margin-right: 0;
  margin-bottom: 5px;
}
.page-template-dc-expertise-api-v4 .expertise.block-4.block-4-1 .inner-block-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-template-dc-expertise-api-v4 .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item {
  margin-bottom: 25px;
}
.page-template-dc-expertise-api-v4 .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(3) {
  margin-bottom: 10px;
}
.page-template-dc-expertise-api-v4 .expertise.block-4.block-4-1.no-icons .expertise-block-list .service-slider-1 {
  margin-top: 30px;
}
.page-template-dc-expertise-api-v4 .expertise.block-4.block-4-1.no-icons .expertise-block-list .service-slider-2 {
  left: 0;
  width: 400px;
  height: 400px;
  top: 510px;
}

.page-template-dc-expertise-api-v4 .inner-block-list.with-image .inner-block-header.v2{
  padding-top: 0;
}

.page-template-dc-expertise-api-v4 .contact-title-containert {
  padding-top: 0px;
}

.page-template-dc-expertise-api-v4 .contact-title-containert .inner-block-header {
  padding-bottom: 0;
  padding-top: 0;
}


.inner-block-list-v2{
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.block-title-v2 {
  color: #1CBBED;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  font-family: "PT Sans";
}

.ind-new-block-1 .list-item{
display: flex;
margin-bottom: 22px;
}

.ind-new-block-1 .icon{
width: 83px;
  position: relative;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.ind-new-block-1 .info {
text-align: left;
 
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
  font-size: 16px;
  margin-left: 0px;
  font-family: "PT Sans";
  color: #4E4E4E;
  padding-left: 45px;
  width: calc(100% - 85px);
}

.ind-new-block-1 .info .ex-title{
  color: #1CBBED;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
margin-bottom: 20px;
}

.ind-new-block-list {
 padding-top: 32px;
}


.inner-block-list-v2 .list-item {
  text-align: left;
}

.inner-block-list-v2 .list-item .ex-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 22px;
  color: #1CBBED;
  display: flex;
  font-family: "PT Sans";
}

.ind-new-block-2 .list-item .ex-title img {
  margin-top: 0px;
  display: block;
  margin-right: 10px;
}


.inner-block-list-v2 .list-item .ex-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4E4E4E;
}

.ind-new-block-2 .list-item {
  text-align: left;
  margin-bottom: 30px;
  display: block;
  width: 100%;
}

.ind-new-block-list-3 .ex-title-icon {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1CBBED;
  margin-right: 10px;
  margin-top: 10px;
}

.ind-new-block-list-3 .list-item {
text-align: left;
  margin-bottom: 22px;
  display: block;
  width: 100%;
}

.discuss.v4{
  width: 100%;
  height: 381px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
padding-top: 80px;
}
.discuss.v4 h2 {
  padding-top: 0;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.discuss.v4  .info {
  text-align: center;
 text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
  font-size: 16px;
  margin-left: 0;
  font-family: "PT Sans";
}
.discuss.v4 .info p {
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
}
.discuss.v4 .actions a {
  display: inline-block;
  vertical-align: top;
  background: #1CBBED;
  color: #fff;
  font-size: 28px;
  padding: 17px 28px 17px;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  line-height: 24px;
}


.inner-block-list-v2 .block-desc {
  font-style: normal;
  font-weight: 400;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 24px;
  padding-top: 27px;
padding-bottom: 23px;
}



.ind-new-block-4 .list-item {
text-align: left;
  margin-bottom: 22px;
  display: block;
  width: 100%;
}


.ind-new-block-5 .list-item {
text-align: left;
margin-bottom: 32px;
  display: block;
  width: 100%;
}


.ind-new-block-6 .list-item {
text-align: left;
  margin-bottom: 22px;
  display: block;
  width: 100%;
}
 .ind-new-block-6 .list-item .ex-title img,
.ind-new-block-4 .list-item .ex-title img ,
.ind-new-block-5 .list-item .ex-title img {
  margin-top: 0px;
  display: block;
  margin-right: 10px;
}


.ind-new-block-5{
  padding-top: 40px;
}

  .header.header-indastry-v-2 {
    height: 540px;
  }

  .header.header-indastry-v-2 .slogan-bottom p {
  font-family: "PT Sans";
  font-size: 24px;
  text-align: center;
  color: #fff;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  line-height: 28px;
  font-weight: 400;
}


  .header.header-indastry-v-2 .actions-button-v2 a{
  background: #1cbbed;
  color: #fff;
  font-size: 28px;
  padding: 17px 58px;
  border-radius: 10px;
  text-decoration: none;
  line-height: 24px;
  font-family: "PT Sans";
}

.ind-new-block-5 {
padding-top: 97px;
}
.ind-new-block-5 .ind-new-block-list-2 {
  padding-top: 30px;
}

.inner-block-list-v2.ind-new-block-5 .list-item .ex-title {
  margin-bottom: 35px;
}



.ind-new-block-6 .ex-title .tools-icon {
  display: block;
  margin-left: 20px;
}
.ind-new-block-6 .ex-title .tools-icon img{

  margin-left: 0px;
}

.ind-new-block-1 {
  padding-top: 60px;
}

.ind-new-block-2{
  padding-top: 20px;
}
.ind-new-block-3{
  padding-top: 15px;
}
.ind-new-block-4{
padding-top: 20px;
  padding-bottom: 25px;
}


.ind-new-block-6 {
  padding-top: 10px;
}
.inner-block-list-v2.ind-new-block-6 .block-desc {
  padding-bottom: 43px;
}


.page-template-dc-service-custom-software-v4 .about-us .services-and-core-tech-stack .service.services-and-core-tech-stack-core-tech-stack:last-child {
margin-left: 10px;
    margin-right: 10px;
}

body.single-post article .indastries-horisontal .expertise-service-block-list {
  padding-left: 0px;
  padding-right: 0px;
}


.page-template-dc-service-DeFi-Development .about-us .services-and-core-tech-stack .service.services-and-core-tech-stack-core-tech-stack:last-child,
.page-template-dc-service-blockchain-development .about-us .services-and-core-tech-stack .service.services-and-core-tech-stack-core-tech-stack:last-child,
.page-template-dc-service-web3-development .about-us .services-and-core-tech-stack .service.services-and-core-tech-stack-core-tech-stack:last-child,
.page-template-dc-service-business-intelligence .about-us .services-and-core-tech-stack .service.services-and-core-tech-stack-core-tech-stack:last-child,
.page-template-dc-expertise-api-testing .about-us .services-and-core-tech-stack .service.services-and-core-tech-stack-core-tech-stack:last-child,
.page-template-dc-service-cloud-consulting-v2 .about-us .services-and-core-tech-stack .service.services-and-core-tech-stack-core-tech-stack:last-child {
    margin-left: 0;
    margin-right: 0;
}


.page-template-dc-expertice-dotnet-development-v3 .expertise .expertise-block-list .expertise-column .item:nth-child(3){
	    margin-left: 25px;
}


.page-template-dc-expertise-devops-v3 .our-partnerships.inner-block-list .ui-ux-desc p {
 
    font-size: 14px;
    margin-top: -30px;
}



.why-choose-v2{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;	
}

.why-choose-v2-container{
    width: 100%;
max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	 text-align: center;
}

.why-choose-v2-left-side{
 width: 180px;
  padding-top: 65px;
}

.why-choose-v2-right-side{
width: calc(100% - 200px);
   
padding-left: 20px;
	padding-top: 11px;
}

.why-choose-v2-right-side .right-side-container{
width: 100%;
    display: flex;
    flex-wrap: wrap;

}

.why-choose-v2-left-side .item {
width: 100%;
  border-bottom: 2px solid #1CBBED;
  padding-bottom: 37px;
margin-bottom: 52px;
}
.item-number {
    font-size: 44px;
    text-align: center;
    font-weight: 700;
    color: #1CBBED;
    line-height: 1;
}



.item-text {
    font-size: 20px;
    font-family: "PT Sans";
    font-weight: 400;
    text-align: center;
    color: #4E4E4E;
	margin-top: 8px;
}

.why-choose-v2-right-side .item-v2 {
    text-align: center;
    width: 50%;
    padding-left: 40px;
    padding-right: 0px;
    margin-bottom: 66px;
    min-height: 260px;
}


.why-choose-v2-right-side .item-v2 .item-text{
      text-align: justify;
    font-size: 14px;
    line-height: 20px;
    color: #4E4E4E;
}

.why-choose-v2-right-side .item-v2 .item-title {
    font-size: 20px;
    line-height: 22px;
    color: #1CBBED;
    font-weight: 700;
margin-bottom: 19px;
    display: block;
}

.why-choose-v2-right-side .item-icon {
    width: 100%;
    height: 90px;
 margin-bottom: 28px;
}

blockquote.clasic{
    position: relative;
    text-align: center;
    max-width: 604px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 30px;
    font-size: 20px;
}

blockquote.clasic:before{
	content: '';
	width: 30px;
	height: 30px;
  background: url('/wp-content/uploads/theme-images/icons/blockquote-clasic-1.svg');
	position: absolute;
	top: -15px;
	left: 0;
	    background-repeat: no-repeat;
    background-position: center;
}

blockquote.clasic.left-100:before {
    content: '';
    top: -15px;
    left: 100px;

}

blockquote.clasic:after{
	content: '';
	width: 30px;
	height: 30px;
  background: url('/wp-content/uploads/theme-images/icons/blockquote-clasic-2.svg');
	position: absolute;
    bottom: 0px;
	right: 0;
	    background-repeat: no-repeat;
    background-position: center;
}

.two-side-block {
    display: flex;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.two-side-block .left-side-block, .two-side-block .right-side-block{
    width: 50%;
}

.ind-new-block-1 .ind-new-block-list.v2 .icon {
  width: 120px;
}
.ind-new-block-1 .ind-new-block-list.v2 .info {
 padding-left: 40px;
  width: calc(100% - 120px);
}
.ind-new-block-1 .ind-new-block-list.v2 .list-item {
 
  margin-bottom: 30px;
}


.page-template-dc-ind-home-improvement .ind-new-block-5 {
  padding-top: 22px;
padding-bottom: 45px;
}
.page-template-dc-ind-home-improvement .inner-block-list-v2.ind-new-block-5 .list-item .ex-title {
  margin-bottom: 23px;
}
.page-template-dc-ind-home-improvement .ind-new-block-5 .list-item {
 
  margin-bottom: 20px;
 
}
.page-template-dc-ind-home-improvement .tech-service{
  padding-top: 55px;
}

.post-page .blog-similar .projects-list .post .entry-header .entry-title {
    overflow: hidden;
}


.award-badge,
.award-qa{
position: absolute;
    width: 200px;
    right: 30%;
    top: 397px;
    background: #fff;
    padding: 0;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.4);
}
 
.award-qa img{
    max-width: 100%;
    height: auto;
    width: 100%;
}



body .left-space-v1 {
    padding-left: 70px;
}


.award-badge {
    display: flex;
    width: auto;
    right: 20%;
}

.award-badge img  {
    max-width: 100px;
    height: auto;
    width: 100%;
}


.award-badge.salesforce-badge,
.award-badge.custom-ai,
.award-badge.azure-badge,
.award-badge.aws-badge,
.award-badge.saas-badge,
.award-badge.readiness-badge,
.award-badge.llm-badge,
.award-badge.discovery-badge,
.award-badge.aws-badge,
.award-badge.consulting-badge,
.award-badge.computing-badge,
.award-badge.devops-badge {
    display: flex;
    width: auto;
    right: 20%;
    background: transparent;
    box-shadow: none;
    padding-left: 10px;
}

.award-badge.salesforce-badge img:nth-child(2){
    margin-left: 10px;	
}


.award-badge.aws-badge img:nth-child(1),
.award-badge.aws-badge img:nth-child(2){
max-width: 114px;	
}
.award-badge.aws-badge img:nth-child(3){
    margin-left: 10px;	
}

.award-badge.azure-badge img:nth-child(1) {
    max-width: 104px;
}

.page-template-dc-expertise-ai-agent-v2 .award-badge.readiness-badge{
    top: 487px;
}

.single-project-v3 .block-tech-service .custom-tags .list-ind.full-width-v2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
}


.postid-215634 .header .slogan-main {
  
    margin: 107px auto 0px;
    
}

.postid-215634 .header .slogan-main h1 {


    width: 100%;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.postid-215634 .header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;
}



.recognition {
 
    position: relative;
    overflow: hidden;
}

.right-partners a:nth-child(3) img{
border: 2px solid #000 !important;
background: #fff;
    padding: 15px;
}


.page-template-dc-service-cloud-migration-v2 .about-us .services-and-core-tech-stack .service.services-and-core-tech-stack-core-tech-stack:last-child,
.page-template-dc-expertise-chat-gpt-v2 .about-us .services-and-core-tech-stack .service.services-and-core-tech-stack-core-tech-stack:last-child,
.page-template-dc-service-mobile-app-v3 .about-us .services-and-core-tech-stack .service.services-and-core-tech-stack-core-tech-stack:last-child,
.page-template-dc-service-technology-assessment-v2 .about-us .services-and-core-tech-stack .service.services-and-core-tech-stack-core-tech-stack:last-child {
    margin-left: 0;
    margin-right: 0;
}

.page-template-dc-service-source-code-review-v4 .expertise .expertise-block-list .expertise-column .item:nth-child(2){
	margin-left: 540px;
}

.page-template-dc-service-blockchain-development .benefits-container.v2 .benefits-item {
 
    width: 50%;
 
}


.cloud-service-diagram-item {
    background: #1cbbed;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    padding: 10px 25px;
    line-height: 1;
	position: relative;
}

.cloud-service-diagram-item-1 .sp-before {
    position: absolute;
    left: -27px;
    top: 0;
    width: 42px;
    height: 42px;
    background: #fff;
    transform: rotate(45deg);
}

.cloud-service-diagram-item .sp-after:before{
content: '';
    position: absolute;
    right: -12px;
    top: 9px;
    width: 42px;
    height: 3px;
    background: #fff;
    transform: rotate(35deg);
    z-index: 9;
}

.cloud-service-diagram-item .sp-after:after{
content: '';
    position: absolute;
    right: -12px;
    top: 32px;
    width: 42px;
    height: 3px;
    background: #fff;
    transform: rotate(-35deg);
    z-index: 9;
}

.cloud-service-diagram-item.cloud-service-diagram-item-5 .sp-after:before {
    content: '';
    position: absolute;
    right: -12px;
    top: -5px;
    width: 42px;
    height: 17px;
    background: #fff;
    transform: rotate(35deg);
    z-index: 9;
}

.cloud-service-diagram-item.cloud-service-diagram-item-5 .sp-after:after {
    content: '';
    position: absolute;
    right: -12px;
    top: 30px;
    width: 42px;
    height: 16px;
    background: #fff;
    transform: rotate(-35deg);
    z-index: 9;
}
.cloud-desc .cloud-service-diagram {

    display: flex;
}

body ul.list-no-dott {
    list-style: disc;
    padding-left: 45px;
    padding-right: 0px;
}


.entry-content ul.list-no-dott ol {
    margin: 0 0 23px 55px;
}

 .tech-blog-wrap article ul.list-no-dott ol li{
    margin-bottom: 0px; 
 }


body .entry-content .tiny-title-h3.grey{
	color: #4E4E4E;
}


body .entry-content .tiny-title-h3 {
    text-align: left;
}

.page-template-dc-expertice-dotnet-development-v3 .expertise .expertise-block-list .expertise-column .item:nth-child(3){
    margin-left: 300px;
}


.page-template-dc-expertise-salesforce .expertise.block-4.block-4-1 .inner-block-header {
  padding-top: 10px;
  padding-bottom: 0px;
}

.page-template-dc-expertise-salesforce .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item {
  margin-bottom: 40px;
}

.page-template-dc-expertise-salesforce .expertise.block-4.block-4-1.no-icons .expertise-block-list .service-slider-1 {
  margin-top: 10px;
 
}
.page-template-dc-expertise-salesforce .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(3) {
  margin-bottom: 35px;
}

.page-template-dc-expertise-salesforce .expertise.block-4.block-4-1.no-icons .expertise-block-list .service-slider-2 {
  top: 490px;
}

.page-template-dc-expertise-salesforce .block-4.block-4-2 .inner-block-header {
 
  padding-top: 5px;
}

.page-template-dc-expertise-salesforce .aboutb.web-3-template.v4 .inner-block-header.v2 {
  padding: 20px 0 20px 0;
 
}

.page-template-dc-expertise-salesforce .web-3-template.v4 .services-and-core-tech-stack .service .services-title {
 
  margin-bottom: 10px;
}

.page-template-dc-expertise-salesforce .block-05 .inner-block-header.v2 {
  padding: 30px 0 30px 0;
}

.page-template-dc-expertise-salesforce .block-gen-ai-1 ul.l-2 li:nth-child(3) span.icon2::after {
  background: transparent;
}

.page-template-dc-expertise-salesforce .discuss h2{
  padding-top: 91px;    font-weight: bold;
}

.page-template-dc-expertise-salesforce .discuss .info {
  margin-top: 35px;
}

.page-template-dc-expertise-salesforce .benefits-container.v2.with-image .inner-block-header.v2 {
  padding: 50px 0 25px 0;
 
}

.page-template-dc-expertise-salesforce .block-9-1 .inner-block-header {
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-template-dc-expertise-salesforce .faq-service .inner-block-header {
 
  padding: 40px 0 0px 0;
 
}


.block-technologies-container-v2 {
width: 100%;
    display: flex;
    max-width: 899px;
    margin-left: auto;
    margin-right: auto;
}


.block-technologies-container-v2 .tech-1-v-2{
display: flex;
  margin-bottom: 30px;
}
.block-technologies-container-v2 .block-technologies-first {
    width: 58%;
}

.block-technologies-container-v2 .block-technologies-second{
    width: 42%;
}
.block-technologies-container-v2 .tech-imege-v2{
  display: block;
  margin-right: 20px;
}

.page-template-dc-tech-strategy-playbook .header.v2 .slogan-main {
  margin-bottom: 20px;
  margin-top: 70px;
}
.page-template-dc-tech-strategy-playbook .header.v2 .slogan-main h1{
  text-shadow: 0px 1.5px 7px rgba(0, 0, 0, 0.3), 0px 2px 6px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 46px;
}

.page-template-dc-tech-strategy-playbook .new-form-block-block {
  display: flex;
  max-width: 1145px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-dc-tech-strategy-playbook .new-form-block-block .new-form-block-left p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
  text-align: justify;
  color: #000;
}
.page-template-dc-tech-strategy-playbook .new-form-block-block .new-form-block-left {
  width: calc(100% - 503px);
    padding-right: 62px;
  padding-top: 57px;
}

.page-template-dc-tech-strategy-playbook .new-form-block-block .new-form-block-right {
  width: 502px;
}

.page-template-dc-tech-strategy-playbook .new-form-block-form {
  margin-top: 66px;
  background: #fff;
  z-index: 9;
  border: 1px solid #DFDFDF;
  border-radius: 20px;
  padding: 22px 20px 22px 20px;
  position: relative;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}
.page-template-dc-tech-strategy-playbook .new-form-block-right .before-form-text {
  color: #4E4E4E;
  font-size: 16px;
  margin-bottom: 23px;
  line-height: 23px;
}

.page-template-dc-tech-strategy-playbook .new-form-block-left img {

  margin-top: 40px;
}

 
.award-badge.healthcare img {
    max-width: 130px;
    height: auto;
    width: 100%;
}

.page-template-dc-service-software-audit .expertise.ver-2.title-bold .expertise-block-list .expertise-column .item:nth-child(4) {
  margin-left: 0;
}

.page-template-dc-service-software-audit .expertise.block-4.block-4-1.no-icons .expertise-block-list {
  padding: 15px 0px 0px 0px;
}
.page-template-dc-service-software-audit .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item {
  margin-bottom: 29px;
}

.page-template-dc-service-software-audit .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(3) {
  margin-bottom: 32px;
}

.page-template-dc-service-software-audit .expertise.block-4.block-4-1.no-icons .expertise-block-list .service-slider-2 {
 
  top: 645px;
}

.page-template-dc-service-software-audit .block-4.block-4-2 .inner-block-header {
  padding-bottom: 32px;
  padding-top: 0;
}

.page-template-dc-service-software-audit .discuss h2{
  padding-top: 0;
  font-weight: 700;
  margin-top: 140px;
}

.page-template-dc-service-software-audit .discuss .actions a {
font-size: 16px;
  padding: 8px 86px 8px;

}

.page-template-dc-service-software-audit .benefits-container.v2.v9 .benefits-item {
  padding-bottom: 23px;
 
}
body.page-template-dc-service-software-audit .benefits-container.v2.v9.v10 .icon-container {
  margin-bottom: 5px;
}
.page-template-dc-service-software-audit .blog-block .inner-block-header {
  padding: 5px 0 10px 0;
}


.page-template-dc-service-software-audit .faq-service .inner-block-header{
  padding: 40px 0 0px 0;
}
 
.page-template-dc-service-software-audit  .faq-service-block-list {
  padding: 0px 0 0px 0;
}

.page-template-dc-service-software-code-audit-v6 .block-gen-ai-1 ul.l-2 li:nth-child(3) span.icon2:after,
.page-template-dc-service-startup-audit .block-gen-ai-1 ul.l-2 li:nth-child(3) span.icon2:after,
.page-template-dc-service-software-audit .block-gen-ai-1 ul.l-2 li:nth-child(3) span.icon2:after {
    display: none;
}

.page-template-dc-service-startup-audit .why-choose-v2-left-side, 
.page-template-dc-service-software-audit .why-choose-v2-left-side {
 
  padding-top: 0;
}

.page-template-dc-service-startup-audit .benefits-container.v2.v10 .benefits-item, 
.page-template-dc-service-software-audit .benefits-container.v2.v9 .benefits-item {
    width: 25%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

.page-template-dc-service-startup-audit .inner-block-list.benefits-container.v2.v10 .benefits-item h3, .inner-block-list.benefits-container.v2.v8 .benefits-item h3,
.page-template-dc-service-software-audit .inner-block-list.benefits-container.v2.v9 .benefits-item h3, .inner-block-list.benefits-container.v2.v8 .benefits-item h3 {
    font-size: 18px;
 
}


#awards .owl-prev{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%231cbbed'%2F%3E%3C%2Fsvg%3E") !important;}
#awards .owl-next{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%231cbbed'%2F%3E%3C%2Fsvg%3E") !important;}
	
	
	
#awards .owl-next, #awards .owl-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}


#awards .owl-next{
    right: -25px;
    left: auto;
}	
	
#awards .owl-prev {
left: -25px;
    right: auto;
}

.single-post article ol.spase-v0 li {
    margin-bottom: 0;
}


body.postid-225383 .header.header-services {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;
  
}

body.postid-225383 .header.header-services .slogan-main h1 {
    margin-bottom: 10px;
    text-align: left;
font-size: 42px;
    font-weight: 700;
    color: #0F3D6B;
    font-weight: bold;
    width: 100%;
    padding-left: 260px;
    padding-top: 50px;
    line-height: 1.4;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}



.page-template-dc-service-startup-audit .expertise.block-4.block-4-1.no-icons .expertise-block-list .service-slider-1 {
  margin-top: 163px;
  width: 400px;
  height: 400px;
  margin-right: 0px;
  float: left;
  margin-left: 0;
}


.page-template-dc-service-startup-audit .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item {
  margin-bottom: 28px;
  margin-left: 20px;
}
.page-template-dc-service-startup-audit .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(3) {
  margin-bottom: 28px;
}

.page-template-dc-service-startup-audit .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(6),
.page-template-dc-service-startup-audit .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(7), 
.page-template-dc-service-startup-audit .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(8), 
.page-template-dc-service-startup-audit .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(9), 
.page-template-dc-service-startup-audit .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(10)   {
  margin-left: -400px;
}
.page-template-dc-service-startup-audit .expertise.block-4.block-4-1.no-icons .expertise-block-list .service-slider-2 {
  left: auto;
  width: 400px;
  height: 400px;
top: 930px;
  right: 0;
}

.page-template-dc-service-startup-audit .inner-block-list.benefits-container.block-3 {
 
  padding-top: 26px;
}

.page-template-dc-service-startup-audit .block-4.block-4-2 .inner-block-header {

  padding-top: 0;
}

.page-template-dc-service-startup-audit .inner-block-list.why-choose.v2.block-05 {
  padding-bottom: 60px;
}

.page-template-dc-service-startup-audit .discuss h2 {
  padding-top: 95px;
}

.page-template-dc-service-startup-audit .discuss .info {
  margin-top: 35px;
  margin-left: 0;
}

.list-with-icon li .list-dott{
list-style: disc;
padding-left: 50px;
}

body .block-4.block-4-2 .list-with-icon li .list-dott li{
list-style: disc;
  
	    list-style: disc;
 display: list-item;
     margin-bottom: 0px;
}



.page-template-dc-service-software-code-audit-v6 .header .slogan-bottom p {
  font-size: 20px;
}

.page-template-dc-service-software-code-audit-v6 .header .slogan-main {
  width: 100%;
  max-width: 1024px;
  margin-top: 45px;
}
.page-template-dc-service-software-code-audit-v6  .header-services ul.disc li {
  color: #fff;
  font-size: 20px;
}

.page-template-dc-service-software-code-audit-v6 .expertise.block-4.block-4-1 .inner-block-header {
  padding-top: 11px;
  padding-bottom: 3px;
}

.page-template-dc-service-software-code-audit-v6 .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item {
  margin-bottom: 30px;
}
.page-template-dc-service-software-code-audit-v6 .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(3) {
  margin-bottom: 15px;
}
.page-template-dc-service-software-code-audit-v6  .expertise.block-4.block-4-1.no-icons .expertise-block-list .service-slider-1 {
  margin-top: 20px;
}

.page-template-dc-service-software-code-audit-v6 .expertise.block-4.block-4-1.no-icons .expertise-block-list .service-slider-2 {
  top: 475px;
}
.page-template-dc-service-software-code-audit-v6 .block-4.block-4-2 .inner-block-header {
  padding-bottom: 32px;
  padding-top: 4px;
}

.page-template-dc-service-software-code-audit-v6 .block-4.block-4-2.inner-block-list.why-choose.v2 {
  padding-bottom: 20px;
}
.page-template-dc-service-software-code-audit-v6 .block-04.block-04-1 .desc p {
 
  margin-bottom: 17px;
 
}
.page-template-dc-service-software-code-audit-v6 .benefits-container.v2.v8 .inner-block-header.v2 {
  padding: 50px 0 20px 0;
}
.page-template-dc-service-software-code-audit-v6 .benefits-container.v2.v8 .desc {
  padding-top: 17px;
}
.page-template-dc-service-software-code-audit-v6 .benefits-item img {
  height: auto;
}
.page-template-dc-service-software-code-audit-v6  .inner-block-list.benefits-container.v2.v8 .benefits-item h3 {
  font-size: 20px;
  font-weight: bold;
  color: #1CBBED;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 23px;
}

.page-template-dc-service-software-code-audit-v6 .inner-block-list .ui-ux-desc .benefits-item p {
  width: 100%;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
.page-template-dc-service-software-code-audit-v6 .benefits-container.v2.v8 .benefits-item {
  padding-bottom: 51px;
}

.page-template-dc-service-software-code-audit-v6 .inner-block-list.benefits-container {
  
}


.page-template-dc-service-software-code-audit-v6 .benefits-container.with-image .inner-block-header.v2,
.page-template-dc-service-software-code-audit-v6 .projects .inner-block-header{
 padding-top: 0px;	
}

.page-template-dc-service-software-code-audit-v6 .benefits-container.with-image {
  padding-bottom: 40px;
}

.page-template-dc-service-software-code-audit-v6 .benefits-container.v10.block-2 .inner-block-header.v2{
  padding: 20px 0 20px 0;
}
.page-template-dc-service-software-code-audit-v6 .benefits-container.v10.block-2 .desc {
  padding-top: 25px;
}
body.page-template-dc-service-software-code-audit-v6  .benefits-container.v2.v9.v10 .icon-container {
  height: 100px;
  margin-bottom: 12px;
}

.page-template-dc-service-software-code-audit-v6 .benefits-container.v2.v9.block-2 .benefits-item {
  padding-bottom: 25px;
  width: 33.33%;
  text-align: center;
padding-left: 0px;
  padding-right: 0px;
}

.page-template-dc-service-software-code-audit-v6 .why-choose-v2 .inner-block-header.v2 {
  padding: 20px 0 20px 0;
}

.page-template-dc-service-software-code-audit-v6 .why-choose-v2-left-side {
  padding-top: 0;
}


.page-template-dc-service-software-code-audit-v6 .faq-service .inner-block-header {
  padding: 10px 0 0px 0;
}
.page-template-dc-service-software-code-audit-v6 .block-05 .block-gen-ai-1 .l-2 {
    padding-top: 80px;
}

.page-template-dc-service-software-code-audit-v6 .why-choose-v2-right-side .item-v2 .item-title {
 
    min-height: 44px;
}

.postid-225686 .single-project-v3 .block-tech-service .custom-tags .list-ind li{
	width: 30%;
}


.inner-block-header.v2 .block-title.v2 {
    display: block;
    vertical-align: middle;
    margin-right: 0px;
    font-size: 36px;
    font-weight: 700;
    color: #1CBBED;
    text-transform: none;
	    line-height: 40px;
}


.page-template-dc-ind-logistics-v4 .header .slogan-main {
margin-top: 45px;
}

.page-template-dc-ind-logistics-v4 .header-services .slogan-bottom {
  margin-top: 25px;
}
.page-template-dc-ind-logistics-v4 .header .slogan-bottom p {
  font-size: 20px;
  line-height: 28px;
}
.page-template-dc-ind-logistics-v4 .actions-button-v2 {
  padding-top: 40px;
}

.page-template-dc-ind-logistics-v4 .inner-block-header.v2{
  padding: 25px 0 20px 0;
}
.page-template-dc-ind-logistics-v4 .why-choose-v2-left-side {
  padding-top: 7px;
}
.page-template-dc-ind-logistics-v4 .why-choose-v2-right-side .item-v2 .item-title {
  font-weight: 400;
 
}
.page-template-dc-ind-logistics-v4 .why-choose-v2-right-side .item-v2 {
padding-left: 30px;
  margin-bottom: 87px;

}

.page-template-dc-ind-logistics-v4 .why-choose-v2-right-side .item-v2.last {
  margin-bottom: 0;
}


.page-template-dc-ind-logistics-v4 .why-choose-v2-left-side .item:nth-child(4){
margin-bottom: 40px;	
}
.page-template-dc-ind-logistics-v4 .expertise.block-4.block-4-1 .inner-block-header .block-title {
  margin-bottom: 34px;
}
body.page-template-dc-ind-logistics-v4 .block-4.block-4-1.no-icons .inner-block-header .block-desc {

  line-height: 22px;
}

.page-template-dc-ind-logistics-v4 .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item {
  margin-bottom: 30px;
}

.page-template-dc-ind-logistics-v4 .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(3) {
  margin-bottom: 15px;
}
.page-template-dc-ind-logistics-v4 .expertise.block-4.block-4-1.no-icons .expertise-block-list .service-slider-2 {
  top: 640px;
}

.page-template-dc-ind-logistics-v4 .expertise.block-4.block-4-1.no-icons .expertise-block-list .service-slider-1 {
  margin-top: 75px;
}
.page-template-dc-ind-logistics-v4 .block-4.block-4-2 .inner-block-header {
  padding-bottom: 32px;
  padding-top: 0;
}

.page-template-dc-ind-logistics-v4  .why-choose.v2 ul h3 {
  display: flex;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.page-template-dc-ind-logistics-v4  .why-choose.v2 ul li{
  margin-bottom: 20px;
}


.page-template-dc-ind-logistics-v4 .block-4.block-4-2 .inner-block-header.v2 .block-title {
  margin-bottom: 27px;
}

.page-template-dc-ind-logistics-v4 .why-choose.v2 ul.list-with-icon h3 {
  font-weight: 400;
  margin-bottom: 5px;
}

.page-template-dc-ind-logistics-v4 .block-4.block-4-2.inner-block-list.why-choose.v2 {
  padding-bottom: 35px;
}

.page-template-dc-ind-logistics-v4 .discuss h2 {
  font-weight: 700;
  color: #fff;
  line-height: 40px;
}


.page-template-dc-ind-logistics-v4 .discuss .actions a {
  font-size: 16px;
padding: 7px 68px 8px;
}

.page-template-dc-ind-logistics-v4 .why-choose.block-05{
  padding-top: 50px;
}
.page-template-dc-ind-logistics-v4 .block-05 .block-gen-ai-1 ul li .text-container h3 {
  font-weight: 400;
}
.page-template-dc-ind-logistics-v4 .block-gen-ai-1 ul.l-2 li:nth-child(2) span.icon2:after {
display: none;
}


.tech-stack-block {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.tech-stack-block .inner-block-header.v2 .block-desc {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}
.tech-stack-block .benefits-item h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #1CBBED;
  margin-bottom: 14px;
}
.tech-stack-block .benefits-item p{
  font-size: 16px;
  color: #4E4E4E;
  line-height: 20px;
}

.tech-stack-block-content {
text-align: justify;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tech-stack-block-content .benefits-item{
max-width: 476px;
  width: 50%;
  margin-bottom: 23px;
}
.tech-stack-block-content .benefits-item-full-width{
  width: 100%;
  max-width: 100%;
  padding-top: 50px;
}

 
.page-template-dc-ind-logistics-v4 .blog-block .inner-block-header.v2 .block-title.v2,
.page-template-dc-ind-logistics-v4 .projects .inner-block-header.v2 .block-title.v2{
  margin-bottom: 48px;
}

.contact-form-title .inner-block-header.v2 .block-desc,
.page-template-dc-ind-logistics-v4 .blog-block .inner-block-header.v2 .block-desc,
.page-template-dc-ind-logistics-v4 .projects .inner-block-header.v2 .block-desc{
  text-align: left;
  line-height: 20px;
}
.contact-form-title .inner-block-header.v2 .block-desc p,
.page-template-dc-ind-logistics-v4 .blog-block .inner-block-header.v2 .block-desc p,
.page-template-dc-ind-logistics-v4 .projects .inner-block-header.v2 .block-desc p{
  text-align: left;
  line-height: 20px;
  font-size: 16px;
}

.page-template-dc-ind-logistics-v4 .faq-service-block-list {
  padding: 0;
  padding-bottom: 6px;
}



body .single-project-v3 .entry-content ul.list-with-icons.v3 li b {
    color: #1CBBED;
    font-size: 16px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    line-height: 24px;
}

body .single-project-v3 .entry-content ul.list-with-icons.v3 {
    justify-content: center;
}

body .single-project-v3 .entry-content ul.list-with-icons.v3 li span {
    font-weight: 400;
    width: 100%;
    padding-left: 0px;
    line-height: 16px;
    font-size: 14px;
    align-content: center;
    justify-content: center;
    display: inline;
    box-sizing: border-box;
}

body .single-project-v3 .entry-content ul.list-with-icons.v3 li .lwi-icon {
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
margin-bottom: 15px;
    height: 70px;
    display: block;
	text-align: center;
}

body .single-project-v3 .entry-content ul.list-with-icons.v3 li {
    width: 33.33%;
    display: block;
    font-size: 14px;
    padding-right: 0px;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
}


body ul.list-with-icon ul li {
  list-style: disc;
  display: list-item;
  padding-left: 0;
}


.postid-225838 .single-project-v3 .block-tech-service .custom-tags .list-ind li{
width: 30%;	
}


.postid-225838 .header .slogan-main h1 {
    text-align: left;
    max-width: 700px;
    margin-left: auto;
}


.page-template-dc-ind-logistics-v4 .expertise.ver-2.title-bold.no-icons .expertise-block-list .expertise-column .item .info .ex-title,
.page-template-dc-ind-logistics-v4 .item-number {
    font-weight: 400;
}


body article ul.space-v2 li {
    margin-bottom: 3px;
    line-height: 30px;
}














 


@media(max-width: 2400px){
body.postid-209769 div.header {
    height: 850px;
}	
}

@media(max-width: 2200px){
body.postid-209769 div.header {
    height: 770px;
}	

}
@media(max-width: 2000px){
body.postid-209769 div.header {
    height: 680px;
}	
}
@media(max-width: 1800px){
body.postid-209769 div.header {
    height: 630px;
}	
}
@media(max-width: 1660px){
body.postid-209769 div.header {
    height: 550px;
}	
body.postid-225383 .header.header-services .slogan-main h1 {
    font-size: 40px;
    padding-left: 300px;
}
}
@media(max-width: 1470px){
body.postid-209769 div.header {
    height: 500px;
}	
}
@media(max-width: 1330px){
body.postid-209769 div.header {
    height: 460px;
}
body.postid-225383 .header.header-services .slogan-main h1 {
    font-size: 36px;
    padding-left: 365px;
}	
}


@media(max-width: 1200px){
	
	

.page-template-dc-tech-strategy-playbook .new-form-block-block {
    padding-left: 20px;
    padding-right: 20px;
}	

.benefits-container.v7 .benefits-item img {
    height: auto;
    max-width: 60%;
}

	
.right-partners img {
    border: none !important;
    box-shadow: none;
    height: auto;
    max-width: 80px;
}
 
.right-partners a:nth-child(3) img{
height: 80px;
}

	
.benefits-container.v6 .desc.ui-ux-desc {
  text-align: justify;
  margin-left: 0px;
  margin-right: 0px;
}
.benefits-container.v7 .benefits-item,
.benefits-container.v6 .benefits-item {
  padding-bottom: 30px;
  width: 33.33%;
}

.faq-post{
	padding-left: 20px;
padding-right: 20px;
}

.page-template-dc-5-AI-features-transforming .new-form-block-block .new-form-block-left {
    width: 50%;
    max-width: 588px;
	padding-right: 20px;
}
.page-template-dc-5-AI-features-transforming .new-form-block-block .new-form-block-right {
    width: 50%;
    max-width: 502px;
    margin-right: 0px;
}
}
	
@media only screen and (max-width: 1150px){



.page-template-dc-service-startup-audit .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item {
    margin-bottom: 28px;
    margin-left: 0px;
}

.page-template-dc-service-startup-audit .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(6), .page-template-dc-service-startup-audit .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(7), .page-template-dc-service-startup-audit .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(8), .page-template-dc-service-startup-audit .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(9), .page-template-dc-service-startup-audit .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(10) {
    margin-left: 0px;
}


.page-template-dc-ind-construction-v3 .expertise .expertise-block-list .expertise-column .item:nth-child(5) {
        margin-top: 0;
        margin-left: 190px;
    }
 
.page-template-dc-ind-healthcare-v3 .discuss h2 {
    font-size: 32px;
    line-height: 1.2;
}
.page-template-dc-ind-healthcare-v3 .discuss .info p {
    font-size: 16px;
    line-height: 20px;
}


	

.page-template-dc-service-source-code-review-v4 .expertise .expertise-block-list .expertise-column .item:nth-child(2){
	margin-left: 0px;
}

.postid-215634 .header .slogan-main {
    margin: 107px auto 0;
    padding-left: 0;
}

	
.page-template-dc-expertice-dotnet-development-v3 .expertise .expertise-block-list .expertise-column .item:nth-child(3){
	    margin-left: 0px;
}

	
.expertise.ver-2.no-icons .expertise-block-list .expertise-column {
    width: 100%;
}
.expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item {
    margin-bottom: 50px;
    margin-top: 0;
}
	
body .post-page .entry-content ul.list-dott {
    padding-left: 50px;
}
	
.projects-list .post .entry-header .entry-title {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
	
.expertise .expertise-block-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.expertise .expertise-block-list .expertise-column .item {
        display: flex;
        width: 100%;
        margin: 20px 0 24px 0;
        text-align: center;
    }
 .expertise .expertise-block-list .expertise-column .item .info {
        display: block;
        width: calc(100% - 70px);
        margin-left: 0;
        text-align: left;
        padding: 0 24px;
		padding-left: 15px;
    }
.hove .industries .inner-block-list .item {
    height: auto;
}
    .expertise .expertise-block-list .expertise-column {
        width: 50%;
        display: block;
    }
	
.expertise .expertise-block-list .expertise-column .item .info .ex-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.expertise .expertise-block-list .expertise-column .item .info .ex-title {
        text-align: left;
    }
	
.custom-customise-list .big-icon-container {
      left: 20px;
}

	
.nav-wide .nav .main-menu ul > li.li-expertise .drop-menu:before{
	display: none;
}

.expertise.ver-2 .expertise-block-list .expertise-column .item,
.page-template-dc-expertise-ai-chatbot .expertise .expertise-block-list .expertise-column .item,
.page-template-dc-expertise-agentic-ai .expertise .expertise-block-list .expertise-column .item,
.page-template-dc-expertise-agentic-ai-v2 .expertise .expertise-block-list .expertise-column .item,	
.page-template-dc-expertise-ai-readiness-assessment .expertise .expertise-block-list .expertise-column .item {
    width: 50%;
    display: block;
    margin-bottom: 25px;
    margin-left: 0;
    height: 100%;
}

.expertise.ver-2 .expertise-block-list .expertise-column,
.page-template-dc-expertise-ai-chatbot .expertise .expertise-block-list .expertise-column,
.page-template-dc-expertise-agentic-ai .expertise .expertise-block-list .expertise-column,
.page-template-dc-expertise-agentic-ai-v2 .expertise .expertise-block-list .expertise-column,
.page-template-dc-expertise-ai-readiness-assessment .expertise .expertise-block-list .expertise-column {
    display: flex;
    vertical-align: top;
    width: 100%;
    flex-wrap: wrap;
	justify-content: center;
	flex-flow: wrap;
}
.expertise.ver-2 .expertise-block-list .expertise-column .item .info,
.page-template-dc-expertise-ai-readiness-assessment .expertise .expertise-block-list .expertise-column .item .info {
width: 100%;
padding-left: 15px;
    padding-right: 15px;
margin-left: 0;
}

.expertise.ver-2 .expertise-block-list .expertise-column .item:nth-child(5),
.expertise.ver-2 .expertise-block-list .expertise-column .item:nth-child(6),
.expertise.ver-2 .expertise-block-list .expertise-column .item:nth-child(7),
.expertise.ver-2 .expertise-block-list .expertise-column .item:nth-child(8),
.page-template-dc-expertise-ai-chatbot .expertise .expertise-block-list .expertise-column .item:nth-child(3),
.page-template-dc-expertise-ai-chatbot .expertise .expertise-block-list .expertise-column .item:nth-child(4),

.page-template-dc-expertise-agentic-ai .expertise .expertise-block-list .expertise-column .item:nth-child(6),
.page-template-dc-expertise-agentic-ai .expertise .expertise-block-list .expertise-column .item:nth-child(4),

.page-template-dc-expertise-agentic-ai-v2 .expertise .expertise-block-list .expertise-column .item:nth-child(6),
.page-template-dc-expertise-agentic-ai-v2 .expertise .expertise-block-list .expertise-column .item:nth-child(4),

.page-template-dc-expertise-ai-readiness-assessment .expertise .expertise-block-list .expertise-column .item:nth-child(3),
.page-template-dc-expertise-ai-readiness-assessment .expertise .expertise-block-list .expertise-column .item:nth-child(4),
.page-template-dc-expertise-ai-readiness-assessment .web-development-service.expertise .expertise-block-list .expertise-column .item:nth-child(5){
    margin-top: 0px;
    margin-left: 0px; 
 }

	
li.ancestor ul.sub-menu {
   transition: 0.4s;
    max-height: 0px;
	    overflow: hidden;
	
}
	
li.ancestor.acctive2 ul.sub-menu {
        display: block !important;
        max-height: 1000px;
}

   
li.ancestor.acctive2>.arrow {
        transform: rotate(180deg);
        width: 18px !important;
        height: 18px !important;
        display: inline-block;
        position: absolute !important;
        top: 4px !important;
        margin-left: 10px;
        right: 0px !important;
        left: auto !important;
        background: url('/wp-content/themes/devcom/assets/css/../images/arrow-big.svg') no-repeat 50% 50% !important;
       
    }
	
	body .single-project-v3 .entry-content p,	
	body .single-project-v2 .entry-content p {
    line-height: 24px;
    padding-left: 0;
    padding-right: 0;
}
.single-project-v3 .block-tech-service,
.single-project-v2 .block-tech-service {
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
}
.single-project-v3 .entry-content h3,
.single-project-v2 .entry-content h3 {
    text-align: left !important;
    padding-left: 0;
    padding-right: 0;
}

.expertise.ver-2.title-bold .expertise-block-list .expertise-column .item:nth-child(4),
	.expertise .expertise-block-list .expertise-column .item:nth-child(3), 
	.expertise .expertise-block-list .expertise-column .item:nth-child(4), 
	.expertise .expertise-block-list .expertise-column .item:nth-child(7), 
	.expertise .expertise-block-list .expertise-column .item:nth-child(8) {
    margin-left: 0;
}
.web-development-service.expertise .expertise-block-list .expertise-column .item:nth-child(7),
.web-development-service.expertise .expertise-block-list .expertise-column .item:nth-child(8),
.web-development-service.expertise .expertise-block-list .expertise-column .item:nth-child(9),	
.web-development-service.expertise .expertise-block-list .expertise-column .item:nth-child(5) {
    margin-top: 0px;
    margin-left: 0px;
}
.expertise.ver-2.title-bold .expertise-block-list .expertise-column .item .info .ex-title {
  font-weight: bold;
  text-align: left !Important;
  margin-bottom: 18px;
  padding: 0;
}
.inner-block-list.benefits-container.v2.v9.v11 .benefits-item h3 {
  font-size: 20px;
  line-height: 24px;
  text-align: left !important;
  font-weight: 700;
  color: #1CBBED;
  padding: 0;
}
.block-04.why-choose h3 {
  display: flex;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 0 !important;
}
.block-05 .block-gen-ai-1 ul li .text-container h3 {
  color: rgba(28, 187, 237, 1);
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 3px;
  padding: 0 !important;
}

.single-post .post-page .entry-content{
		
		    padding-left: 10px;
    padding-right: 10px;
	}
	
.author-mini-card {
    padding-left: 20px;
    padding-right: 20px;
}


	.ui-ux-desc p{
		width:auto;
		padding-bottom:0px;}
	.cloud-desc p{
		width:auto;
		padding-bottom:0px;}
	.header-left .logo{
		padding-top: 110px;}
	.header-left .logo img{
		max-width: 150px;}
		
.page-template-dc-service-software-code-audit-v5 .service-slider.service-slider-1,
.page-template-dc-service-software-code-audit-v5 .service-slider.service-slider-2,
	.ui-ux .ui-ux-block-list .service-slider-3,
	.ui-ux .ui-ux-block-list .service-slider-2,					 
	.ui-ux .ui-ux-block-list .service-slider-1{
		display: none !important;}
	.ui-ux .ui-ux-block-list .ui-ux-slider-2{
		display: none !important;}
	.ui-ux .ui-ux-block-list .devops-slider-1{
		display: none !important;}
	.ui-ux .ui-ux-block-list .devops-slider-2{
		display: none !important;}
	.ui-ux .ui-ux-block-list .devops-slider-3{
		display: none !important;}
	.ui-ux .ui-ux-block-list .saas-slider-1{
		display: none !important;}
	.ui-ux .ui-ux-block-list .saas-slider-2{
		display: none !important; }
	.ui-ux .ui-ux-block-list .saas-slider-3{
		display: none !important;}
	.expertise .expertise-block-list .healthcare-slider-1{	
		display: none !important;}
	.expertise .expertise-block-list .healthcare-slider-2{	
		display: none !important;}
	.expertise .expertise-block-list .healthcare-slider-3{	
		display: none !important;}
	.cloud-desc .cloud-service-diagram{	
	padding-top: 30px;}
	.ui-ux .ui-ux-block-list .cloud-slider-1{	
		display: none !important;}
	.ui-ux .ui-ux-block-list .cloud-slider-2{	
		display: none !important;}
	.ui-ux .ui-ux-block-list .cloud-slider-3{	
		display: none !important;}
	.ui-ux .ui-ux-block-list .cloud-slider-4{	
		display: none !important;}
		

.nav-wide .nav .main-menu ul > li.li-expertise .drop-menu {
  margin-inline-start: 0;
    padding-inline-end: 0;
    padding-top: 0px;
    z-index: 3;
    padding: 0;
    visibility: visible;
    position: relative;
    top: 0;
    left: 0px;
    width: 100%;
    box-shadow: none;
}
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise > li {
    display: block;
    padding: 0;
    width: 100%;
}
#menu-expertise .size-18 > a {
    font-size: 14px !important;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0px;
}
.nav-wide .nav .main-menu ul#menu-expertise > li .sub-menu {
    display: block !important;
    position: relative;
    inset-inline-start: 0;
    inset-block-start: 0;
    border: 0;
    margin: 0;
    width: 100%;
}
.nav-wide .nav .main-menu ul#menu-expertise > li .drop-menu ul > li {
    display: block;
    padding: 0;
    width: 100%;
    margin-bottom: 5px;
}

.nav-wide .nav .menu-responsive ul {
 
    overflow-y: scroll;
}		
		
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise > li > .sub-menu > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
		

   

.nav-wide .nav .main-menu ul > li.li-services .drop-menu, .nav-wide .nav .main-menu ul > li.li-industries .drop-menu, .nav-wide .nav .main-menu ul > li.li-company .drop-menu, .nav-wide .nav .main-menu ul > li.li-expertise .drop-menu {
    background: #fff;
    padding-top: 0px;
    z-index: 3;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    visibility: visible;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    box-shadow: none;
    left: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}


.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .about-b-3,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .about-b-2,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .about-b-1,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu > li.w-20,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu > li.w-28,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu > li.w-26,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise > li.expert-4-b,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise > li.expert-3-b,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise > li.expert-2-b,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise > li.expert-1-b,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu > li.w-20, 
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu > li.w-20,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu > li.w-20, 
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu > li.w-20,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu > li.w-28, 
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu > li.w-28,
 .nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu > li.w-26, 
 .nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu > li.w-26,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu > li.w-26 {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .about-b-4,
.last-item-1 {
    padding-right: 0px !important;
    padding-left: 0px !important;
    width: 255px !important;
    margin-left: 0;
	    padding-top: 0px !important;
}

.nav-wide .nav .main-menu ul > li .drop-menu #menu-industries-menu .last-item-1{
    padding-top: 20px !important;	
}


.menu-item-o14 a {
    font-size: 14px !important;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    padding-right: 0 !important;
    margin: 0 !important;
    width: 100%;
}

.no-hover a {
    padding-left: 0 !important;
text-align: left;
    padding-top: 20px !important;
	color: #4e4e4e !important;
}


.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .sub-menu,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise .sub-menu,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu .sub-menu,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu .sub-menu {
    margin-inline-start: 0;
    margin-block-start: 0;
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .sub-menu   li,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise .sub-menu   li,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu .sub-menu   li,
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu .sub-menu   li {
    margin-bottom: 0;

}
								 

#menu-expertise .size-18 > a {
    margin-top: 20px;
}
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise .bottom-spase-v-2 {
    margin-bottom: 0px;
}
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise .bottom-top-spase-v-2 {
    padding-top: 0;
    padding-bottom: 0;
}
				 

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise .expert-4-b-1 {
    margin-bottom: 0;
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu .no-hover a {			   
    padding-top: 20px !important;					
    width: 100%;
    max-width: 100%;
    text-align: left;
    line-height: 24px;
    padding-right: 0;
    margin-left: 0;
    padding-bottom: 20px !important;
}
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu .sub-menu .sub-menu li > a, .nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu .sub-menu .sub-menu li > a, .nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .sub-menu .sub-menu li > a, .nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise .sub-menu .sub-menu li > a {
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu .sub-menu .sub-menu li > a:before, .nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu .sub-menu .sub-menu li > a:before, .nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .sub-menu .sub-menu li > a:before, .nav-wide .nav .main-menu ul > li .drop-menu ul#menu-expertise .sub-menu .sub-menu li > a:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #1cbbed;
    left: 0;
    top: 12px;
    display: block;
    border-radius: 50%;
}
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-industries-menu .invisible-item > a, .nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu .invisible-item > a {
    font-size: 0px !important;
    padding-top: 0px !important;
 display: none !important;
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .about-b-2 a, 
.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .about-b-3 a {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-company-menu .about-b-1 a {
					  
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    line-height: 24px;
    margin-left: 0;
}

.nav-wide .nav .main-menu ul > li .drop-menu ul#menu-services-menu > li.w-28{
    margin-bottom: 0;					   
}

.nav-wide .nav .main-menu ul > li a {
    width: 100%;
				 
}
.nav-wide .nav .main-menu #menu-industries-menu > li,
.nav-wide .nav .main-menu #menu-expertise > li {
    margin-bottom: 0;
 
}

.nav-wide .nav .main-menu ul>li .drop-menu ul#menu-industries-menu>li.w-26:after,
.nav-wide .nav .main-menu ul>li .drop-menu ul#menu-services-menu>li.w-26:after,
.nav-wide .nav .main-menu ul>li .drop-menu ul#menu-company-menu .about-b-1:after{
	display: none;
}

.header-video .header-right .slogan-main h1 {
padding-left: 0;
}  
.nav-wide .nav .contacts {
    margin-left: 15px;
}
.nav-wide .nav .bars .bar {
    margin-bottom: 12px;
}

.nav-wide .nav .bars {
    width: 32px;
    height: 40px;
    padding: 2px 0;
   
}

.block-4.block-4-2 .list-with-icon li h3 {
        text-align: left !important;
        padding: 0;
 }
	
    .expertise .expertise-block-list .expertise-column {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
.expertise .expertise-block-list .expertise-column .item {
        display: flex;
        width: 50%;
        margin: 20px 0 24px;
        text-align: center;
    }

.page-template-dc-service-mobile-app-v3 .expertise .expertise-block-list .expertise-column .item:nth-child(5),
.page-template-dc-service-web-development-v3 .web-development-service.expertise .expertise-block-list .expertise-column .item:nth-child(9),
.page-template-dc-service-soft-support .expertise .expertise-block-list .expertise-column .item:nth-child(5),
.web-development-service.expertise .expertise-block-list .expertise-column .item:nth-child(5){
margin-left: auto;
    margin-right: auto;	
}

.page-template-dc-service-mobile-app-v3 .expertise.mobile-application-development-services .expertise-block-list .service-slider {
        display: none !important;
    }
	
 }

@media(max-width: 1060px){

.page-template-dc-ind-logistics-v4 .block-4.block-4-2 .inner-block-header {
    padding-left: 15px;
    padding-right: 15px;
}

.tech-stack-block {
    padding-left: 15px;
    padding-right: 15px;
}
.page-template-dc-ind-logistics-v4 .inner-block-header.v2 {
    padding-left: 15px;
    padding-right: 15px;
}
.expertise-service.contact-form-title {
    padding-left: 0px;
    padding-right: 0px;
}
.benefits-item-full-width img{
    width: auto;
    max-width: 100%;
    height: auto;
}


body.postid-225383 .header.header-services .slogan-main h1 {
    font-size: 34px;
    padding-left: 340px;
}

	
#awards .owl-next {
    right: 0;
    left: auto;
}
#awards .owl-prev {
    left: 0;
    right: auto;
}

.page-template-dc-expertice-dotnet-development-v3 .expertise .expertise-block-list .expertise-column .item:nth-child(3){
    margin-left: 0px;
}

	
.award-badge img {
    max-width: 75px;
    height: auto;
    width: 100%;
}
 
 
.award-badge.healthcare img {
    max-width: 130px;
    height: auto;
    width: 100%;
}

.award-badge.aws-badge img:nth-child(1),
.award-badge.aws-badge img:nth-child(2){
max-width: 85px;
}
 
.award-badge.azure-badge img:nth-child(1) {
   max-width: 78px;
}



	

.ind-new-block-1,
.ind-new-block-2,
.ind-new-block-3,
.ind-new-block-4,
.ind-new-block-5,
.ind-new-block-6{
padding-left: 15px;
    padding-right: 15px;	
}
.block-title-v2 {
    padding: 0;
}
.inner-block-list-v2 .list-item .ex-title {
    padding: 0;
}
.header.header-indastry-v-2 .slogan-bottom p {
    font-size: 18px;
    line-height: 24px;

}


.page-template-dc-ind-healthcare-v3 .expertise-service-column .item {
 
    width: 50%;
 
}


.block-04.block-04-1 .desc {
    padding-left: 15px;
    padding-right: 15px;
}

	

  .faq-service, .tech-service-block-list, .expertise-service {
    padding-left: 15px;
    padding-right: 15px;
  }
  
.block-gen-ai-1 {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}

.block-gen-ai-1 ul {
  max-width: 49%;
}

.expertise-service.indastries-horisontal.block-9 {
    padding-left: 0px;
    padding-right: 0px;
  }
 .indastries-horisontal .expertise-service-block-list {
  padding-left: 15px;
  padding-right: 15px;
}
body .speedbar .speedbar-center {
  width: 100%;
padding-left: 15px !important;
    padding-right: 15px !important;
}

body .about-us .info-about-us .ex-desc,
body .about-us .block-text,
body .about-us .mission .top-desc,
body .services-and-core-tech-stack .service .services-text {

    text-align: justify;
}


body.home #industries .inner-block-list{
    width: 100%;
}
.projects-list .post .entry-header .entry-title {
    display: block;
    width: 100%;
    padding: 0;
}

    .expertise .expertise-block-list {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
.benefits-container.v2.v9 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.services.services-home .inner-block-list,
.services.services-home .inner-block-header {
 
    width: 100%;
}


.inner-block-header {
    padding: 40px 15px 40px 15px;

}
.d-flex.v2 .left-side {
  padding-left: 20px;
}
.d-flex.v2 .right-side {
  padding-right: 20px;
}
.gradient-block {

  padding-left: 20px;
  padding-right: 20px;
}

.new-form-block-block {
    display: flex;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
	flex-wrap: wrap;
}
.new-form-block-block .new-form-block-left {
    padding-right: 0px;
    padding-top: 30px;
    width: 100%;
}
.new-form-block-form {
    margin-top: 0;
    background: #fff;
    z-index: 9;
    border: 1px solid #D2DAE2;
    border-radius: 20px;
    padding: 15px 20px 20px 20px;
    position: relative;
}

.new-form-block-block .new-form-block-right {
    width: 100%;
    max-width: 488px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.header.v2 {
    height: 440px;
}
footer .footer-content .footer-block-6,
footer .footer-content .footer-block-1,
footer .footer-content .footer-block-4,
footer .footer-content .footer-block-5,
footer .footer-content .footer-block-3,
footer .footer-content .footer-block-2 {
    width: 33.33%;
}
footer .footer-content .footer-block .emails,
footer .footer-content .footer-block-6 .phone {
    width: 100%;
}
footer .footer-content .footer-block.footer-block-7 {

    width: 100%;

}
.discuss.block-5 .info p br{
	display: none;
}
.discuss.block-5 .info {
    margin-top: 15px;
    margin-left: 0;
}

.block-4.block-4-2 .desc,
.discuss.block-5 {
    padding-left: 15px;
    padding-right: 15px;
}				  
}


@media(max-width: 1023px){
	
.tech-stack-block-content .benefits-item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 23px;
}
.award-badge.salesforce-badge,
.award-badge.custom-ai,
.award-badge.azure-badge, .award-badge.aws-badge, .award-badge.saas-badge, .award-badge.readiness-badge, .award-badge.llm-badge, .award-badge.discovery-badge, .award-badge.aws-badge, .award-badge.consulting-badge, .award-badge.computing-badge,
.award-badge.devops-badge {
    display: flex;
    width: auto;
    right: 10px;
    background: 0 0;
    box-shadow: none;
    padding-left: 10px;
}
 
.page-template-dc-expertise-ai-agent-v2 .header .slogan-bottom p {
    font-size: 16px;
}

 
 
.custom-customise-list {
    flex-wrap: wrap;
}

.custom-customise-list .big-icon-container {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    margin-left: auto;
 
    margin-right: auto;
    margin-bottom: 20px;
}

.custom-customise-list ul li:nth-child(7),
.custom-customise-list ul li:nth-child(6),
.custom-customise-list ul li:nth-child(5),
.custom-customise-list ul li:nth-child(4),
.custom-customise-list ul li:nth-child(3),
.custom-customise-list ul li:nth-child(2),
.custom-customise-list ul li {
    padding-left: 0;
}

.custom-customise-list ul li .icon-container {
    width: 90px;
}
.custom-customise-list ul li .text-container {
    width: calc(100% - 90px);
    padding-left: 0px;
    line-height: 21px;
}
.custom-customise-list ul li:nth-child(2) .text-container,
.custom-customise-list ul li:nth-child(3) .text-container,
.custom-customise-list ul li:nth-child(4) .text-container,
.custom-customise-list ul li:nth-child(5) .text-container,
.custom-customise-list ul li:nth-child(6) .text-container,
.custom-customise-list ul li:nth-child(7) .text-container {
    width: calc(100% - 90px);
}


.benefits-container.v2.v9 .desc.ui-ux-desc,
.inner-block-list.benefits-container.v2.v9.v10 .desc.ui-ux-desc{
padding-left: 0;
    padding-right: 0;
}
	
.postid-197632 div.header picture img {
    width: 100%;
    height: 100%;
    bottom: auto;
    position: relative;
}
	
.blog-page-list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    max-width: 675px;
    margin-left: auto;
    margin-right: auto;
}
	
	
.expertise .expertise-block-list {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

	
	
body .tablepress>:where(tbody.row-striping)>:nth-child(odd)>* {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 10px 10px 10px;
}
body .tablepress>:where(tbody.row-striping)>:nth-child(2n)>* {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 10px 10px 10px;
}
body .tablepress>:where(thead,tfoot)>*>th {
    padding: 10px 10px 10px 10px;
    font-size: 18px;
    font-weight: 700;
}
.flex-3-column-item {
    width: 50%;
    padding-right: 20px;
    margin-top: 30px;
}
.flex-3-column {
    padding-left: 20px;
    padding-right: 20px;
}





body.postid-190043 .header {
    height: 450px;
}

	
.block-tech-service {

    padding-left: 34px;
    padding-right: 34px;
}
	
footer .footer-content .footer-block-6 {
    width: 33.33%;
}	
footer .s-down {
    display: none;
}

footer .menu-footer {
    height: auto;
    overflow: hidden;
}
footer .footer-content .footer-block-6 .phone {
    margin-left: 0px;
    margin-bottom: 10px;
    width: 100%;
}
footer .footer-content .footer-block.footer-block-7 {
 
    width: 100%;
}

.web-3-template.v3 .services-and-core-tech-stack {
    flex-direction: row;
	}
	
.single-format-aside .entry-content ul.list-technologies,	
body.single-format-aside ul.list-result {
    flex-wrap: wrap;
	    width: 100%;
}
footer .footer-content .footer-block-1,footer .footer-content .footer-block-2, footer .footer-content .footer-block-3, footer .footer-content .footer-block-4, footer .footer-content .footer-block-5 {
    width: 33.33%;
}
footer .footer-content {
    justify-content: center;
}

.maintenance-template.v5 .about-us .services-and-core-tech-stack .service {
  width: 100%;
}
.services-and-core-tech-stack,
.desc.ui-ux-desc {
   
    padding-left: 20px;
    padding-right: 20px;
}
.indastries-horisontal  .expertise-service-column .item {
        width: 100%;
    }



}



@media(max-width: 992px){
	
.page-template-dc-service-software-code-audit-v6 .header .slogan-bottom p {
    font-size: 16px;
}
.page-template-dc-service-software-code-audit-v6 .header-services ul.disc li {
    font-size: 16px;
}
.page-template-dc-service-software-code-audit-v6 .header .slogan-main {
    margin-top: 0;
}
.page-template-dc-service-software-code-audit-v6 .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item {
    margin-bottom: 10px;
}
.page-template-dc-service-software-code-audit-v6 .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(3) {
    margin-bottom: 10px;
}
.benefits-container.v2.v9.v11 .benefits-item {
    padding-bottom: 10px;
}
.page-template-dc-service-software-code-audit-v6  .inner-block-list.why-choose.v2 .inner-block-header.v2 {
        padding: 10px 0px 0px;
    }
	
body.postid-225383 .header.header-services {
        width: 100%;
        height: 400px;
}
body.postid-225383 .header.header-services .slogan-main h1{
    font-size: 32px;
    padding-left: 315px;
}

	
.page-template-dc-ind-healthcare-v3 .discuss h2 {
    padding-top: 70px;
}
.page-template-dc-ind-healthcare-v3 .discuss .info p br,
.page-template-dc-ind-healthcare-v3 .discuss h2 br {
display: none;	
}
.page-template-dc-tech-strategy-playbook .header.v2 .slogan-main h1 {
    font-size: 34px;
}
.page-template-dc-tech-strategy-playbook .new-form-block-block .new-form-block-left {
    width: 50%;
    padding-right: 20px;
    padding-top: 57px;
}	
.page-template-dc-tech-strategy-playbook .new-form-block-block .new-form-block-right {
    width: 50%;
    margin-top: 0;
}	
.page-template-dc-tech-strategy-playbook .new-form-block-form {
    margin-top: 60px;
}	
	
.block-technologies-container-v2 .block-technologies-first {
    width: 50%;
}
.block-technologies-container-v2 .block-technologies-second {
    width: 50%;
}	

.award-badge.aws-badge  {
        top: 340px;
    }
	
	
.cloud-desc .cloud-service-diagram {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
	width: 100%;
}
.cloud-service-diagram-item {
    width: 100%;
    margin-bottom: 10px;
}
.cloud-service-diagram-item .sp-after:after,
.cloud-service-diagram-item.cloud-service-diagram-item-5 .sp-after:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 29px;
    width: 42px;
    height: 16px;
    background: #fff;
    transform: rotate(-35deg);
    z-index: 9;
}
.cloud-service-diagram-item .sp-after:before,
.cloud-service-diagram-item.cloud-service-diagram-item-5 .sp-after:before {
    content: '';
    position: absolute;
    right: -15px;
    top: -3px;
    width: 42px;
    height: 17px;
    background: #fff;
    transform: rotate(35deg);
    z-index: 9;
}

.cloud-service-diagram-item .sp-before {
    position: absolute;
    left: -27px;
    top: 0;
    width: 42px;
    height: 42px;
    background: #fff;
    transform: rotate(45deg);
}


.right-partners {
    right: 20px !important;
}

.right-partners img {
    max-width: 65px;
}
 
.right-partners a:nth-child(3) img{
height: 65px;
padding: 5px;
}
.award-badge, .award-qa {
 
    top: 347px;
 
}


	
	.page-template-dc-5-AI-features-transforming .header .slogan-main h1.v2 {
    font-size: 34px;

    padding: 0;
}
.page-template-dc-5-AI-features-transforming .header-services .slogan-bottom.v2 p {
    font-size: 20px;
    line-height: 27px;    max-width: 430px;

}	
.career-page .get-in-touch .cols-main .cols-form .form-bottom {
    padding-top: 20px;
}


.header .slogan-bottom p br,
.header .slogan-main h1 br {
    display: none;
}

.header-services.ai-recomend .slogan-main {
        padding-top: 0px;
    }
	
	.industries .inner-block-list.industries-list,
	    .services.services-home .inner-block-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
	.industries .inner-block-list .item,
	.industries .inner-block-list .item.ind-item-01, 
	.industries .inner-block-list .item.ind-item-02, 
	.industries .inner-block-list .item.ind-item-03, 
	.industries .inner-block-list .item.ind-item-04,
	.services.services-home .inner-block-list .item.item-11,
	.services.services-home .inner-block-list .item.item-21,
    .services.services-home .inner-block-list .item {
        width: 49%;
        padding: 0;
        margin: 0 0px 40px 0;
    }
.industries .inner-block-list .item.ind-item-04,	
.services.services-home .inner-block-list .item.item-21{
        margin-right: auto;
        margin-left: auto;	
}

.header-video .watch-vid {
    top: -75px;
}
.industries .inner-block-list .item {
    height: auto;
}
.industries .inner-block-list .item .title {
    width: 100%;
    height: auto;
}

.industries .inner-block-list .item .title br{
    display: none;
}
.header-video .vid-desc {
        margin: 29px 0 0px 0px;
    }

    .inner-block-list .item .title {
        width: 100%;
        margin-top: 16px;
        height: auto;
        font-size: 20px;
        color: #4e4e4e;
        text-align: center;
    }
.industries .inner-block-list .item:nth-child(2) .title {
    width: 100%;
}
    .header-video .header-left .logo img {
   
        height: auto;
    }
    .header-video .header-right .slogan-main {
        padding: 85px 0 0;
    }
.header-left .logo {
    padding-top: 80px !important;
}

.get-in-touch .cols-address .contact-right .cols-offices .cols-office:last-child {
        margin-left: 0;
		    width: 100%;
    }
	
    .get-in-touch .cols-address {
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
    }
	
.get-in-touch .cols-address .contact-right .cols-offices .cols-office .contact-data {
    margin-top: 5px;

}

}
 

@media(max-width: 769px){

body.postid-225383 .header.header-services .slogan-main h1 {
    font-size: 28px;
    padding-left: 250px;
    padding-top: 30px;
}


.page-template-dc-service-blockchain-development .benefits-container.v2 .benefits-item {
    width: 100%;
}


.page-template-dc-expertise-ai-agent-v2 .header-services .slogan-main {
        padding-top: 40px;
    }
	
.page-template-dc-expertise-ai-agent-v2 .header .slogan-main h1 {
    margin-bottom: 10px;
    margin-top: 0px;
}
.page-template-dc-expertise-ai-agent-v2 .discuss .info p {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
}
.page-template-dc-expertise-ai-agent-v2 .discuss h2 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    padding-top: 0;
    line-height: 34px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 40px;
}
.page-template-dc-expertise-ai-agent-v2 .discuss.ver-2 h2 {

    margin-top: 65px;
}

h2 br,
.page-template-dc-expertise-ai-agent-v2 .discuss .info p br {
display: none;	
}
.page-template-dc-expertise-ai-agent-v2 .discuss .info {
    margin-top: 20px;
}
.page-template-dc-expertise-ai-agent-v2 .discuss .actions {
    margin-top: 20px;
}

.page-template-dc-5-AI-features-transforming .new-form-block-block .new-form-block-left {
    padding-right: 0px;
    padding-top: 53px;
    width: 100%;
    max-width: 100%;

}
.page-template-dc-5-AI-features-transforming .new-form-block-block .new-form-block-right {
    width: 100%;
    max-width: 502px;
    margin-right: auto;
}
.page-template-dc-5-AI-features-transforming .new-form-block-block .new-form-block-form .new-h2 {
    font-size: 24px;
    color: #1CBBED;
    font-weight: 700;
    margin-bottom: 17px;
    text-transform: none;
    line-height: 29px;
    text-align: justify;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.entry-content .ai-checklist .ai-checklist-left p a {
  font-size: 14px;
}
.entry-content .ai-checklist .ai-checklist-left p:nth-child(4) {
  width: 212px;
}


body .tablepress.tablepress-id-82>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-81>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-80>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-79>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-78>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-77>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-76>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-75>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-74>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-73>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-72>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-71>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-70>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-69>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-68>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-67>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-30>:where(thead,tfoot)>*>th,	
body .tablepress.tablepress-id-29>:where(thead,tfoot)>*>th,	
body .tablepress.tablepress-id-28>:where(thead,tfoot)>*>th,		
body .tablepress.tablepress-id-27>:where(thead,tfoot)>*>th,	
body .tablepress.tablepress-id-26>:where(thead,tfoot)>*>th, 
body .tablepress.tablepress-id-25>:where(thead,tfoot)>*>th {
    padding: 15px 10px;
    font-size: 16px;
    font-family: PT Sans;
}


body .tablepress.tablepress-id-82>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-82>:where(tbody.row-striping)>:nth-child(odd)>*,

body .tablepress.tablepress-id-81>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-81>:where(tbody.row-striping)>:nth-child(odd)>*,

body .tablepress.tablepress-id-80>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-80>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-79>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-79>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-78>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-78>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-77>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-77>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-76>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-76>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-75>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-75>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-74>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-74>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-73>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-73>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-72>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-72>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-71>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-71>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-70>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-70>:where(tbody.row-striping)>:nth-child(odd)>*,

 body .tablepress.tablepress-id-69>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-69>:where(tbody.row-striping)>:nth-child(odd)>*,
 body .tablepress.tablepress-id-68>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-68>:where(tbody.row-striping)>:nth-child(odd)>*,
 body .tablepress.tablepress-id-67>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-67>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-30>:where(tbody.row-striping)>:nth-child(odd)>*, 
body .tablepress.tablepress-id-30>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-29>:where(tbody.row-striping)>:nth-child(odd)>*, 
body .tablepress.tablepress-id-29>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-28>:where(tbody.row-striping)>:nth-child(odd)>*, 
body .tablepress.tablepress-id-28>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-27>:where(tbody.row-striping)>:nth-child(odd)>*, 
body .tablepress.tablepress-id-27>:where(tbody.row-striping)>:nth-child(2n)>*, 

body .tablepress.tablepress-id-26>:where(tbody.row-striping)>:nth-child(odd)>*, 
body .tablepress.tablepress-id-26>:where(tbody.row-striping)>:nth-child(2n)>*, 
body .tablepress.tablepress-id-25>:where(tbody.row-striping)>:nth-child(odd)>*, body .tablepress.tablepress-id-25>:where(tbody.row-striping)>:nth-child(2n)>*, body .tablepress.tablepress-id-18>:where(tbody.row-striping)>:nth-child(odd)>*, body .tablepress.tablepress-id-18>:where(tbody.row-striping)>:nth-child(2n)>* {
    font-size: 14px;
    line-height: 18px;
}

body .post-page .entry-content .tablepress ul.list-dott {
        padding-left: 18px;
        padding-right: 0;
    }
.tech-blog-wrap article .tablepress ul li {
    margin-bottom: 10px;
    line-height: 18px;
}

    .get-in-touch .cols-address .contact-right .cols-offices .cols-office {

        text-align: center;
    }
.header-services.header.v2 .slogan-main {
    padding-top: 0px;
}
.header.v2 .slogan-main {
    margin-bottom: 0;
    margin-top: 0;
}

.discuss.block-5 h2, .discuss.block-5 .h2 {
    padding-top: 45px;
}

.header .slogan-main h1.v2 {
    font-size: 34px;
	padding: 0;
}
.header-services .slogan-bottom.v2 p {
    font-size: 18px;
    line-height: 26px;
}
.header.v2 {
    height: 400px;
}
.new-form-block-block .new-form-block-left p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: justify;
    color: #4E4E4E;
}

.new-form-block-block .list-with-icon li {
    line-height: 20px;
    color: #4E4E4E;
    margin-bottom: 10px;
    font-size: 14px;
}


.header-blog .slogan-bottom {
    width: 100%;
}

.header .slogan-bottom-dynamic p {
    line-height: 24px;
    font-size: 16px;
}
footer .footer-bottom {
    height: auto;
}

article.type-post .entry-content .gallery .gallery-item {
    padding: 2px;
}





.page-template-dc-about-company div.header picture {
    top: auto;
    bottom: 0;
    transform: translateY(0%);

}

.page-template-dc-about-company div.header picture img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    bottom: 10px;
    position: absolute;
    transform: translateY(8%);
}


.benefits-container.v2.v3 .benefits-item {
    text-align: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}


.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.d-flex .left-side{
	padding-right: 0px;
	max-width: 100%;
	padding-top: 20px;
	
}

.d-flex .right-side{
	padding-left: 0px;
	max-width: 100%;
	padding-top: 20px;
}

.d-flex .center-side {
    width: 180px;
		padding-top: 20px;
    margin: auto;
}

.crystall-m-s, .crystall-list-1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.crystall-list-1 li {
  display: flex;
  width: 100%;
}

.crystall-m-s .crystall-m-s-1-2.s-l {
padding-right: 0px;
}
.crystall-m-s .crystall-m-s-1-2.s-r {
padding-left: 0px;
}

.expertise-service.tech-stack .ui-ux-desc {
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.expertise-service.tech-stack .ui-ux-desc .tech-stack-item{
    width: 50%;
    text-align: center;
	justify-content: center;
}


.benefits-container.v2 .benefits-item,
.post-two-side .post-right-side,
.post-two-side .post-left-side,
.post-three-side div,
.benefits-container.v2.items-4 .benefits-item {
 
  width: 100%;
 
}
.expertise-service.tech-stack .ui-ux-desc,
.post-three-side,
.post-two-side,
.inner-block-clouds {
    flex-wrap: wrap;
}
.single-cloud {

    position: relative;
    padding: 0px;
    margin-bottom: 20px;
    width: 100%;
}


.inner-block-header.v2 {
    padding: 40px 20px 0px;
}

footer .footer-content .footer-block-6,
footer .footer-content .footer-block-1, 
footer .footer-content .footer-block-2, 
footer .footer-content .footer-block-3, 
footer .footer-content .footer-block-4, 
footer .footer-content .footer-block-5 {
    width: 50%;
}
 
 
.maintenance-template .about-us .services-and-core-tech-stack .service {
    width: 100%;

}
.benefits-container.v-2 .benefits-item {
    width: 100%;
}

.discuss.v2 h2{
font-size: 24px;	
}

.why-choose .desc.ui-ux-desc p{
  text-align: justify !important;
 
}
.why-choose h3 {
  display: flex;
  font-size: 18px;
  text-align: left !important;
  padding: 0;
}
.inner-block-list ul li{
  margin-bottom: 20px;
}
.web-3-template .services-and-core-tech-stack .service .services-title {
 
  height: auto;
}
.about-us .services-and-core-tech-stack .service {
  width: 460px;
  height: auto;
 
}
footer .footer-content .footer-block-2{
    order: 4;
}
footer .footer-content .footer-block-4{
    order: 2;
}
footer .footer-content .footer-block-5{
    order: 6;
}
footer .footer-content .footer-block-3 {
    order: 8;
}
footer .footer-content .footer-block-1 {
    order: 10;
}
footer .footer-content .footer-block-6{
    order: 12;
}
footer .footer-content .footer-block.footer-block-7 {
    order: 14;
}

footer .footer-content .footer-block-5 .title{
display: none;	
}

.page-template-dc-about-company .discuss .h2 {
        padding: 40px 0px 0 0;
    }
	
    .benefits-container.v2.v8 .benefits-item{
        width: 50%;
        margin-bottom: 40px;
	}
.benefits-container.v2.v8 .benefits-item:last-child{
  margin-bottom: 0px;	
}
.block-12-1.contact-title-containert .inner-block-header .block-title br,
.inner-block-header.v2 .block-title br,
.inner-block-header.v2 .block-desc br,
.block-04 .inner-block-header.v2 .block-title br {
    display: none;
}	

.expertise.ver-2.title-bold.no-icons .expertise-block-list .expertise-column .item .info .ex-title {
    margin-bottom: 10px;
    font-size: 20px;
}

    .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .discuss.block-5 h2, .discuss.block-5 .h2 {
        padding-top: 0;
    }	
.discuss.block-5 .info p {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 22px;
}
.discuss.block-5 .actions {
    margin-top: 20px;
    margin-bottom: 0;
}
}

@media(max-width: 767px){



.postid-225838 .single-project-v3 .block-tech-service .custom-tags .list-ind li{
width: 100%;	
}


.page-template-dc-ind-logistics-v4 .why-choose-v2-left-side .item:nth-child(4) {
 margin-bottom: 30px;
}
.inner-block-header.v2 .block-title.v2 {
    font-size: 24px;
    line-height: 28px;
}
.page-template-dc-ind-logistics-v4 .why-choose-v2-right-side .item-v2 {
    padding-left: 0px;
    margin-bottom: 30px;
}
.page-template-dc-ind-logistics-v4 .why-choose-v2-right-side .item-v2.last {
    margin-bottom: 30px;
}
.page-template-dc-ind-logistics-v4 .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item {
    margin-bottom: 0px;
}
.page-template-dc-ind-logistics-v4 .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(3) {
    margin-bottom: 0;
}
.page-template-dc-ind-logistics-v4 .block-4.block-4-2.inner-block-list.why-choose.v2 {
    padding-bottom: 0;
}
.page-template-dc-ind-logistics-v4 .tech-stack-block .inner-block-header.v2 {

    padding-left: 0px;
    padding-right: 0px;
}



.postid-225686 .single-project-v3 .block-tech-service .custom-tags .list-ind li{
	width: 100%;
}



.page-template-dc-service-software-code-audit-v6 .block-05 .block-gen-ai-1 .l-2 {
    padding-top: 0px;
}


.page-template-dc-service-startup-audit .benefits-container.v2.v10 .benefits-item, .page-template-dc-service-software-audit .benefits-container.v2.v9 .benefits-item {
    width: 50%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
	    padding-bottom: 20px;
}


.page-template-dc-service-software-audit .discuss h2{
  padding-top: 0;
  font-weight: 700;
  margin-top: 0px;
}


body .entry-content .tiny-title-h3.v6 {
    font-size: 22px;
    color: #1CBBED;
    font-weight: 700;
    line-height: 27px;
}

	
.page-template-dc-tech-strategy-playbook .new-form-block-block .new-form-block-left {
    width: 100%;
    padding-right: 0px;
    padding-top: 35px;
}
.page-template-dc-tech-strategy-playbook .new-form-block-block .new-form-block-right {
    width: 100%;
    margin-top: 0;
}
.block-technologies-container-v2 .tech-1-v-2 {
    display: flex;
    margin-bottom: 10px;
}
	
.block-technologies-container-v2 .tech-imege-v2 {
    display: block;
    margin-right: 0px;
}
.block-technologies-container-v2 {
    flex-wrap: wrap;
	max-width: 365px;
}	
.block-technologies-container-v2 .block-technologies-first {
    width: 100%;
}
.block-technologies-container-v2 .block-technologies-second {
    width: 100%;
}
	

.page-template-dc-expertise-salesforce .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item {
    margin-bottom: 10px;
}
.page-template-dc-expertise-salesforce .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(3) {
    margin-bottom: 10px;
}

body.postid-115454 .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}


.entry-content .faq-service h3 {
    font-family: "PT Sans";
    text-align: left;
}


   body .crystall-role {
 
        padding: 0 0px;
    }
	
	
.postid-178182 .crystall-role .crystall-role-text {
        width: calc(100% - 20px);
        padding-left: 0;
    }
.page-template-dc-service-aws-cloud-migration-v2 .tabs-phase-page .tab button {
 
        width: 33.33%;
    }
.page-template-dc-service-aws-cloud-migration-v2 .tabs-phase-page .tab button:nth-child(4),	
.page-template-dc-service-aws-cloud-migration-v2 .tabs-phase-page .tab button:nth-child(5) {
    width: 50%;
}


	
.award-badge, .award-qa {
 
    right: 20px;
 
}

.right-partners img {
    max-width: 50px;
}
.right-partners a:nth-child(3) img{
border: 1px solid #000 !important;
    background: #fff;
    padding: 5px;
    height: 50px;
}

.why-choose-v2-container {
    flex-wrap: wrap;
}
.why-choose-v2-left-side {
    width: 100%;
    padding-top: 65px;
    display: flex;
    flex-wrap: wrap;
}
.why-choose-v2-left-side .item {
    width: calc(20% - 10px);
    border-bottom: 2px solid #1CBBED;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-right: 10px;
}
.item-number {
    font-size: 34px;
}

.item-text {
    font-size: 16px;
}
.why-choose-v2-right-side {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
}
.why-choose-v2-right-side .item-v2 {
    text-align: center;
    width: calc(50% - 10px);
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 50px;
    min-height: 60px;
    margin-right: 20px;
}

.why-choose-v2-right-side .item-v2:nth-child(2n) {
    margin-right: 0px;	
}




.page-template-dc-service-azure-cloud-migration-v2 .tabcontent, 
.page-template-dc-service-aws-cloud-migration-v2n .tabcontent, 
.page-template-dc-service-cloud-migration-v2 .tabcontent {
	    height: auto !important;
min-height: 150px !important;
 }
.page-template-dc-service-azure-cloud-migration-v2 .tab button, 
.page-template-dc-service-aws-cloud-migration-v2n .tab button, 
.page-template-dc-service-cloud-migration-v2 .tab button {

        width: 50%;
    }
.page-template-dc-service-azure-cloud-migration-v2 .tab button{
width: 33.33%;	
	}	
.header.header-indastry-v-2 .actions-button-v2 a {
    font-size: 22px;
}
.header.header-indastry-v-2 {
    height: 400px;
}
.actions-button-v2 {
    text-align: center;
    padding-top: 10px;
}
.discuss.v4 {
    padding-top: 15px;
}

.discuss.v4 .info p br{
	display: none;
}
.discuss.v4 .actions a {
    font-size: 22px;
}


.page-template-dc-expertise-ai-agent-v2 .block-05 .block-gen-ai-1 .l-2 {
    padding-top: 0px;
}
.recognition-list-about-v2 .item {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}
.page-template-dc-ind-healthcare-v3 .expertise-service-column .item {
    text-align: center;
    width: 100%;
}
.page-template-dc-ind-healthcare-v3 .expertise-service-column .item .ex-desc{
text-align: justify;
    width: 100%;
}
.page-template-dc-expertise-ai-agent-v2 .expertise.block-4.block-4-1.no-icons .expertise-block-list {
    padding: 50px 15px 0px 15px;
}

.inner-block-list .item:last-child {
    margin-right: auto;
    margin-left: 0;
}
    .inner-block-list .item:nth-child(2n) {
        margin-right: 0;
        margin-right: auto;
        margin-left: 0;
    }
    .reliable .icon {

        margin-top: 15px;
    }
	
.ai-checklist {
  
  width: 100%;
  padding-top: 0;
  padding-bottom: 18px;
  flex-wrap: wrap;
 
}

.ai-checklist .ai-checklist-left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  border-left: 3px solid #1CBBED;
  padding-left: 10px;
}

.entry-content .ai-checklist .ai-checklist-left p:before{
	content: '';
	position: absolute;
	width: 37px;
	height: 30px;
	display: block;
	left: 0;
	top: -5px;
}
.entry-content .ai-checklist .ai-checklist-left p:nth-child(1):before{
	background: url('/wp-content/uploads/theme-images/icons/num-1-num.svg');
	background-repeat: no-repeat;
}
.entry-content .ai-checklist .ai-checklist-left p:nth-child(2):before{
	background: url('/wp-content/uploads/theme-images/icons/num-2-num.svg');
	background-repeat: no-repeat;
}
.entry-content .ai-checklist .ai-checklist-left p:nth-child(3):before{
	background: url('/wp-content/uploads/theme-images/icons/num-3-num.svg');
	background-repeat: no-repeat;
}
.entry-content .ai-checklist .ai-checklist-left p:nth-child(4):before{
	background: url('/wp-content/uploads/theme-images/icons/num-4-num.svg');
	background-repeat: no-repeat;
}
.entry-content .ai-checklist .ai-checklist-left p:nth-child(5):before{
	background: url('/wp-content/uploads/theme-images/icons/num-5-num.svg');
	background-repeat: no-repeat;
}
.entry-content .ai-checklist .ai-checklist-left p:nth-child(6):before{
	background: url('/wp-content/uploads/theme-images/icons/num-6-num.svg');
	background-repeat: no-repeat;
}


.ai-checklist .ai-checklist-center {
  display: none;
}
.entry-content .ai-checklist .ai-checklist-left p:nth-child(1),
.entry-content .ai-checklist .ai-checklist-left p:nth-child(2),
.entry-content .ai-checklist .ai-checklist-left p:nth-child(3),
.entry-content .ai-checklist .ai-checklist-left p:nth-child(4),
.entry-content .ai-checklist .ai-checklist-left p:nth-child(5),
.entry-content .ai-checklist .ai-checklist-left p:nth-child(6) {
  font-size: 16px;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  line-height: 20px;
  padding: 0;
 position: relative; 
 padding-left: 40px;
}
.entry-content .ai-checklist .ai-checklist-left p:nth-child(6) {
  margin-bottom: 4px;
}
.entry-content .ai-checklist .ai-checklist-left p a {
  font-size: 16px;
}	
.entry-content p.pseudo-title {
  font-size: 18px !important;
}
	
body .entry-content .tiny-title-h3 {
    padding-left: 0;
    padding-right: 0;
}

.result-v2 {
    flex-wrap: wrap;
	max-width: 320px;
}
.result-v2 .result-v2-r,
.result-v2 .result-v2-l {
    width: 100%;
}
.single-format-aside .entry-content .result-v2 ul.list-with-icon li {
    margin-bottom: 20px;
}
.single-format-aside .entry-content .result-v2 ul.result-v2-list li {
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-left: 5px;
}
.result-v2 .title-result-v2 {
    margin-bottom: 15px !important;
}
.single-format-aside .entry-content .result-v2 ul.result-v2-list {
    margin-bottom: 40px !important;
}


.page-template-dc-expertise-custom-ai-software .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(3) {
    margin-bottom: 30px;
    margin-left: 0;
}
.page-template-dc-expertise-custom-ai-software .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(2) {
    margin-bottom: 30px;
}


.half-2 {
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

	
    .header-left .logo {
        padding-top: 75px !important;
    }
	

.block-gen-ai-1 {
    flex-wrap: wrap;
}
.block-gen-ai-1 ul {
    max-width: 100%;
	    width: 100%;
}


.expertise.ver-2 .expertise-block-list .expertise-column .item {
        width: 100%;

    }
	
.entry-content .faq-service-block-list h3 {

    font-size: 16px;

}

.benefits-container.v2.v9 .benefits-item.item-1-3 {
    width: 100%;
}

.benefits-container.v2.v9 .benefits-item {
    padding-bottom: 60px;
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

.flex-3-column-item {
    width: 100%;
    padding-right: 0px;
    margin-top: 30px;
}
	
.single-project-v3 .block-tech-service .custom-tags .list-ind,
	.single-project-v2 .block-tech-service .custom-tags .list-ind {
    flex-wrap: wrap;
}
.single-project-v3 .block-tech-service .custom-tags .list-ind li,
.single-project-v2 .block-tech-service .custom-tags .list-ind li {
      margin-bottom: 25px;
    width: 100%;
    display: block;
    text-align: left;
	
}
.single-project-v3 .block-tech-service .custom-tags .list-ind li .top-r,
.single-project-v2 .block-tech-service .custom-tags .list-ind li .top-r {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    color: #1CBBED;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.single-project-v3 .block-tech-service .custom-tags .list-ind li strong,
.single-project-v2 .block-tech-service .custom-tags .list-ind li strong {
    font-size: 16px;
 
    width: 100%;
    font-weight: 400;
    text-align: left;
    color: #4E4E4E;
    line-height: 24px;
}
.single-project.single-project-v3 .header .short-text {
    display: none;
}

.single-project-v3 .block-tech-service .custom-tags .list-ind,
.single-project-v2 .block-tech-service .custom-tags .list-ind {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
}
body .single-project-v3 .entry-content ul.list-with-icons li span ,
body .single-project-v2 .entry-content ul.list-with-icons li span {
    font-weight: 400;
    width: 100%;
    padding-left: 0px;
    line-height: 16px;
    font-size: 14px;
   align-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    box-sizing: border-box;
	    text-align: center;
}
body .single-project-v3 .entry-content ul.list-with-icons li .lwi-icon,
body .single-project-v2 .entry-content ul.list-with-icons li .lwi-icon {
    width: 56px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
body .single-project-v3 .entry-content ul.list-with-icons li,
body .single-project-v2 .entry-content ul.list-with-icons li {
    line-height: 24px;
    margin-bottom: 35px;
    width: 50%;
    display: flex;
    font-size: 14px;
    padding-right: 0px;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
    align-items: flex-start;
}
body .single-project-v3 .entry-content ul.list-with-icons,
body .single-project-v2 .entry-content ul.list-with-icons {

    flex-wrap: wrap;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}

	
	html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 0px !important;
}
.pum-theme-123812 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {

    right: 0px !important;

}
	
.benefits-container.v2 .benefits-item {
    padding-left: 0px;
    padding-right: 0px;
    text-align: justify;
}

body .benefits-container p {
    width: 100%;
    text-align: justify;
}

 .about-us .desc {
        padding: 0 0px;
    }

.services-and-core-tech-stack, .desc.ui-ux-desc {
        padding-left: 0px;
        padding-right: 0px;
    }


	
.key-facts.ui-ux-expertise .key-facts-list{
    flex-wrap: wrap;
    justify-content: space-around;
}


	
	body.postid-190043 .header {
     
}

body.postid-190043 .header .slogan-main h1 {
   margin-top: -100px;
}


.d-flex.v2 .left-side {
  max-width: 100%;
  padding-top: 30px;
  width: 100%;
  padding-right: 20px;
  color: #4E4E4E;
  padding-left: 20px;
}
.d-flex.v2 .right-side {
  max-width: 100%;
  padding-top: 30px;
  width: 100%;
  padding-left: 20px;
  color: #4E4E4E;
  padding-right: 20px;
}

body .benefits-container.v2.v4 .icon-container {

  text-align: center;
}
.block-tech-service .case-study {
    width: 100%;
    padding-right: 0px;
	    order: 2;
}
.block-tech-service {
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 34px;
    padding-right: 34px;
    flex-wrap: wrap;
}

.block-tech-service .custom-tags {
    width: 230px;
    padding-top: 0px;
    order: 1;
    margin-bottom: 40px;
}

.block-with-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
}

.entry-content .crystall-role.v2 h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: left !important;
    padding: 0;
}
.crystall-list-1 li img {
    width: 22px;
    height: auto;
    margin-top: 6px;
    margin-right: 10px;
}
.block-with-image.v2 .bwi-image {
    order: 3;
}
.web-3-template.v3 .about-us .services-and-core-tech-stack .service {
   
    width: calc(50% - 20px);
 
}

.block-with-image.v2 .bwi-text {
    order: 2;
    padding-right: 0px;
    padding-left: 0px;
}
.faq-post div div {
    padding-left: 0px;
    padding-bottom: 20px;
    line-height: 26px;
}

.crystall-role {
    display: flex;
    width: 100%;
    padding-bottom: 30px;
    flex-wrap: wrap;
	    padding: 0 24px;
}

.crystall-role .crystall-role-text {
    width: 100%;
    padding-left: 0px;
}


.inner-block-header {
    padding: 40px 15px 15px;
}

.header {
    width: 100%;
   
}
.header-services .slogan-main {
    padding-top: 0;
    margin-bottom: 0;
}	
.header-services .slogan-bottom {
    padding-left: 0px;
    padding-right: 0px;
}

.header .slogan-main h1 {
    font-size: 26px;
	        padding: 0;
}
.speedbar .speedbar-center {
    height: 80px;
}	
.inner-block-header .block-title {
    font-size: 26px;
}
.inner-block-header .block-desc {

    padding-left: 20px;

}

.crystall-m-s .crystall-m-s-1-2 {
    width: 100%;
}
    .inner-block-header .block-title {
        margin: 0;
        border: 0;
        display: block;
        font-size: 24px;
        padding: 0;
    }
.inner-block-list.blue .blue-title-list-v2 li {
    margin-bottom: 20px;
}
.benefits-container.v2 .benefits-item {
    text-align: center;

}	
.faq-service .faq-service-column .accordion h3 {
    font-size: 16px;
    padding: 0;
    text-align: left !important;
}
    .get-in-touch .cols-main .cols-form form {
        display: inline-block;
        width: 320px;
    }
	
body .benefits-container.v2 p {
        width: 100%;
        text-align: justify;
    }

.inner-block-header .block-desc {
    padding-right: 0;
}
    .expertise .expertise-block-list .expertise-column .item .info {
        padding: 0 20px;
		text-align: justify;
    }
	
.about-us .inner-block-header.v2 {
    padding-left: 0;
    padding-right: 0;
    }
.about-us .inner-block-list.benefits-container.v2 .benefits-item h3 {
    padding-left: 0;
    padding-right: 0;
}
.benefits-container.v2.v3 .benefits-item img {
    height: 32px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .discuss h2, .discuss .h2 {
padding: 20px 0px 0 !important;
        height: 80px;
        overflow: hidden;
        font-size: 24px !important;
    }
	
    .discuss .info {
        height: 112px;
        overflow: hidden;
		padding: 0;
		margin-left: 0;
        margin-right: 0;
    }
.discuss .info p {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}
	
	.discuss .actions {
    margin-top: 20px;
}

.clients-reviews .inner-block-list .swiper-container .swiper-slide .nano .nano-content {
    padding-right: 6px;
    max-height: 295px;
    font-size: 14px;
    line-height: 1.6;
}
.discuss.v3 .info p {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
}
.discuss.v3 h2 {
    padding-top: 0px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.discuss .info {
    margin-top: 20px;
}
.contract .contract-list .item {
    margin: 0 24px 30px 0px;
    padding: 0 20px;
}
.contract .contract-list .item .title {
    width: 100%;
    padding: 0;
}
.projects-list .post {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0px 20px 0px;
}

.projects.projects-services .inner-block-header {
        padding: 40px 0px 15px;
    }
.blog-block .inner-block-header {
        padding: 40px 0px 20px;
    }
	
.blog-block  {
    padding-left: 20px;
    padding-right: 20px;
}
    .get-in-touch .cols-main .cols-form form {
        display: inline-block;
        width: 100%;
        max-width: 360px;
    }
.projects,	
.projects.projects-services {
    padding-left: 20px;
    padding-right: 20px;
}
.projects-list .post .entry-header .entry-title > a {
    font-size: 18px;
 
}
.swiper-button-next, .swiper-button-prev {
    background-size: 27px 30px !important;

}
.indastries-block .projects-list .post .entry-header .entry-title > a {
    font-size: 16px;
}

 .indastries-block .projects-list .post {
        width: 100% !important;
   
    }
.expertise-service .inner-block-header {
        padding: 40px 0px 15px;
    }

.banner-form-001 {
    height: 250px!important;
}
.inner-block-header .block-desc {
        padding-left: 0px;
    }
    .inner-block-header .block-desc {
        display: block;
    }
    .qa-and-testing-services .testing-types-desc .item .block-box {
        height: auto;
        padding-left: 10px;
        padding-right: 20px;
    }
	

.projects .inner-block-header {
        padding: 40px 0px 15px;
    }
    .inner-block-header .block-desc {
        padding-left: 0px;
    }
	
.contract .inner-block-header {
        padding: 40px 20px 15px;
 }
	
.cloud-computing-services .about-us {
    padding: 0 20px;
}
    .desc.ui-ux-desc .tools-platforms-item {
        width: 100%;
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

.block-img img,
.desc img,
.inner-block-header  .block-desc img {
    max-width: 100%;
	height: auto;
}
.why-choose.v2 strong, .why-choose h3 {
    font-size: 16px;
}

.inner-block-list.why-choose.v2 .about-us-v2 {
    padding-left: 20px;
    padding-right: 20px;
}
.inner-block-list.why-choose.v2  .inner-block-header.v2 {
        padding: 40px 0px 0px;
    }
.about-us-v2,
.about{
    padding-left: 20px;
    padding-right: 20px;
	    color: #4e4e4e;
}
.services-and-core-tech-stack .service .services-title {
    width: 100%;
    height: auto;
}
.about-us-v2 .inner-block-header.v2 {
        padding-left: 0px;
    padding-right: 0px;
    }



.inner-block-list.projects .about-us,
.about .about-us,
.about .about-us-v2{
    padding-left: 0px;
    padding-right: 0px;	
}

.projects.projects-services .inner-block-header h2{
    padding-left: 0px;
    padding-right: 0px;		
	
}
.expertise .expertise-block-list .expertise-column .item:nth-child(3) {
    margin-left: 0 !important;
}
.expertise .expertise-block-list .expertise-column .item:nth-child(6), .expertise .expertise-block-list .expertise-column .item:nth-child(5) {
    margin-top: 0px !important;
    margin-left: 0 !important;
}

.expertise-service .block-desc ul {
    list-style: disc;
    margin-bottom: 20px;
    padding-left: 20px;
}

.expertise-service-block-list .expertise-service-column .item .info {
    margin-left: 0px;
}
.expertise-service-block-list  .expertise-service-column .item {
 
        padding-left: 0px!important;
        padding-right: 0px!important;

    }
.expertise-service-column .item .ex-title {
    font-size: 20px;
    margin-bottom: 16px;
    overflow: hidden;
    padding: 0!important;
}

.indastries-horisontal .expertise-service-block-list {
    padding-left: 0;
    padding-right: 0;
}

.indastries-horisontal .expertise-service-column .item {
    flex-wrap: wrap;    justify-content: center;
}
.indastries-horisontal .expertise-service-column .item .info {
    text-align: justify;
    margin-left: 0;
    padding-left: 0px;
    width: 100%;
    color: #4E4E4E;
	padding-top: 20px;
}
.indastries-horisontal .expertise-service-column .item .ex-title {
    text-align: center !important;
    padding-right: 0 !important;
}	

.page-template-dc-expertise-ai-readiness-assessment .discuss .info {
        height: auto;
 
    }

.page-template-dc-expertise-ai-readiness-assessment .discuss h2, 
.page-template-dc-expertise-ai-readiness-assessment .discuss .h2 {
        padding: 0px 0px 0 !important;
        height: 60px;
        overflow: hidden;
        font-size: 24px !important;
        margin-top: 70px;
    }

.page-template-dc-expertise-ai-chatbot .expertise .expertise-block-list .expertise-column .item,
.page-template-dc-expertise-agentic-ai .expertise .expertise-block-list .expertise-column .item, 
.page-template-dc-expertise-agentic-ai-v2 .expertise .expertise-block-list .expertise-column .item, 
.page-template-dc-expertise-ai-readiness-assessment .expertise .expertise-block-list .expertise-column .item {
        width: 100%;
        display: block;
        margin-bottom: 25px;
        margin-left: 0;
        height: 100%;
    }

.page-template-dc-expertise-ai-chatbot .expertise .expertise-block-list .expertise-column .item .info, 
.page-template-dc-expertise-agentic-ai .expertise .expertise-block-list .expertise-column .item .info, 
.page-template-dc-expertise-agentic-ai-v2 .expertise .expertise-block-list .expertise-column .item .info, 
.page-template-dc-expertise-ai-readiness-assessment .expertise .expertise-block-list .expertise-column .item .info {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-left: 0;
    color: #4e4e4e;
    text-align: justify;
    margin-bottom: 0;
}	

.indastries-flex .expertise-service-column .item {

    width: 50%;

}

    .expertise .expertise-block-list {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
	
.header.v2 .slogan-main {
    padding-top: 0;
}
	
.inner-block-header .block-desc p {
    text-align: justify;
}

.discuss {
position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
    .discuss h2, .discuss .h2 {
        padding: 0px 0px 0 !important;
        height: auto;
        overflow: hidden;
        font-size: 24px !important;
    }

    .discuss .info {
        height: auto;
        width: 100%;
    }
    .discuss .actions {
        margin-top: 20px;
        width: 100%;
    }

.blog-block .projects-list .post .entry-header .entry-title {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

.our-partnerships.inner-block-list .ui-ux-desc p {
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.page-template-dc-expertise-devops-v3  .partnerships-item .icon-container {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}
    .partnerships-item {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

.our-partnerships.inner-block-list p {
    font-size: 14px;
    color: #4e4e4e;
}

.page-template-dc-expertise-large-language .expertise-service.tech-stack .ui-ux-desc .tech-stack-item {
        width: 100%;
        text-align: center;
        justify-content: center;
		margin-bottom: 20px;
    }
	
.page-template-dc-expertise-large-language .expertise-service.tech-stack .desc img {
        max-width: 90%;
        height: auto;
    }

.page-template-dc-expertise-large-language .expertise-service.tech-stack .ui-ux-desc {

    padding-bottom: 40px;
}

.clients-reviews .inner-block-list .swiper-container .swiper-slide .position {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    opacity: 1;
    margin: -15px 0 20px 0;
}	
    .clients-reviews .inner-block-list .swiper-container .swiper-slide .nano .nano-content {
        padding-right: 6px;
        max-height: 295px;
        font-size: 13px;
        line-height: 1.3;
    }
.clients-reviews .inner-block-list .swiper-container .swiper-slide .name {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #4e4e4e;
}

    .qa-and-testing-services .testing-types-desc .item .block-box {
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

.qa-and-testing-services .testing-types-desc .item .block-box .block:nth-child(5), 
.qa-and-testing-services .testing-types-desc .item .block-box .block:nth-child(10) {
    margin-right: auto;
}
    .qa-and-testing-services .testing-types-desc .item .block-box .block {
        width: 60%;
        margin: 9px auto 9px auto;
        display: block;
    }
	
    .qa-and-testing-services .testing-types-desc .item .desc {
        margin: 10px 20px 10px 20px;
        text-align: justify;
    }
	
.qa-and-testing-services .service-desc .item .desc {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
    .description .qa-and-testing {
        text-align: justify;
        display: block;
        width: auto;
    }
.inner-block-header .block-desc br {
    display: none;
}

.footer-block.footer-block-5 .title{
    display: none;	
}

.header-video .header-left .logo img {
        width: 100%;
    }
    .header-video .header-left {
        width: 150px;
    }

    .header-video.header {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    .header-video .header-left {
        margin: 0;
        width: 150px;
    }
    .header-video .header-right {
        width: calc(100% - 170px);
        max-width: 405px;
		margin-left: 20px;
    }
.header-video .header-right .slogan-main {
        padding: 45px 0 0;
    }
    .header-left .logo {
        padding-top: 35px !important;
    }
	
body.home #industries.industries .inner-block-header {
        padding: 40px 0px 15px;
    }
    .get-in-touch .cols-main .cols-form {
        padding: 0 15px 25px;

    }
    footer .upper-footer {
        padding: 40px 15px;
    }
	
.inner-block-list.why-choose.v2 {
  padding-left: 15px;
  padding-right: 15px;
}
.inner-block-list.why-choose.block-04 .about-us .desc {
  text-align: justify;
  padding-top: 25px;
}
 .expertise.ver-2.title-bold .expertise-block-list .expertise-column .item .info .ex-title {
    font-weight: bold;
    text-align: left !Important;
    margin-bottom: 10px;
    padding: 0;
    font-size: 16px;
  }
  .expertise.block-4.block-4-1 .expertise-block-list .expertise-column .item {
  margin-bottom: 0px;
}
  .inner-block-list.benefits-container.v2.v9.v11.block-3-1 .benefits-item h3 {
    font-size: 16px;
    line-height: 24px;
    text-align: left !important;
    font-weight: 700;
    color: #1CBBED;
    padding: 0;
    margin-bottom: 5px;
  }
  .block-04.why-choose h3 {
    display: flex;
    font-size: 16px;
    margin-bottom: 5px;
    padding: 0 !important;
  }
.block-05 .block-gen-ai-1 {
    flex-wrap: wrap;
    padding-top: 20px;
  }

 .block-05 .block-gen-ai-1 ul li .text-container h3 {
    color: rgba(28, 187, 237, 1);
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0px;
    padding: 0 !important;
  }
.block-05 .block-gen-ai-1 .l-2 {
  padding-top: 0px;
}
.block-7.block-7-1 .inner-block-header {
  padding-bottom: 0px;
  padding-top: 30px;
}
  
    .block-04.block-04-1 .desc {
        padding-left: 0;
        padding-right: 0;
    }
.block-04.block-04-1.why-choose h3 {
    margin-bottom: 5px;
}
    .expertise.ver-2.title-bold.no-icons .expertise-block-list .expertise-column .item .info .ex-title {
        margin-bottom: 5px;
        font-size: 20px;
    }
    .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item {
        margin-bottom: 10px;
        margin-top: 0;
    }
.expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(3) {
    margin-bottom: 10px;
}
.discuss.block-5 h2, .discuss.block-5 .h2 {
   
        margin-top: 0px;
    }
.block-4.block-4-2 .desc {
        padding-left: 0;
        padding-right: 0;
    }
    .expertise-service.indastries-horisontal.block-9.block-9-1 {
        padding-left: 15px;
        padding-right: 15px;
    }
	
	
.indastries-horisontal .expertise-service-block-list {
        padding-left: 15px;
        padding-right: 15px;
    }
	

.block-gen-ai-1 ul.l-1 li:nth-child(4) span.icon2:after{
display: block;	
background: rgba(109, 110, 112, .5);
}


body.page-template-dc-expertise-ui-ux-design-v3 .benefits-container.v2 p,
body.page-template-dc-service-web-development-v3 .benefits-container.v2 p {
        width: 100%;
        text-align: justify;
}

body.page-template-dc-service-soft-support.inner-block-header .block-desc p {
        text-align: center;
    }	
	
	
.page-template-dc-services-discovery-phase-service-v3 .tabs-phase-page .tab button {
     
        font-size: 14px;
        width: 33.33%;
    }

	
.inner-block-header .block-desc p,
.quick-start .inner-block-header .block-desc p {
        text-align: center;
    }	
	
	
.pagination .nav-links a {
    margin-bottom: 10px;
}
	
	
	
	
}


@media(max-width: 650px){

.page-template-dc-service-software-code-audit-v6 .benefits-container.v2.v8 .benefits-item {
    padding-bottom: 0;
}
.page-template-dc-service-software-code-audit-v6 .inner-block-list.benefits-container.v2.v8 .benefits-item h3 {
    margin-top: 0;
    margin-bottom: 5px;
}
.page-template-dc-service-software-code-audit-v6 .benefits-container.v2.v9.block-2 .benefits-item {
    width: 100%;

}

.page-template-dc-service-software-code-audit-v6 .why-choose-v2-right-side .item-v2 .item-title {
 
    margin-bottom: 0;
 
}

body.postid-225383 .header.header-services .slogan-main h1 {
        font-size: 26px;
        padding-left: 175px;
        padding-top: 30px;
    }

	
.page-template-dc-service-software-audit  .expertise.ver-2.block-4 {
    padding-left: 15px;
    padding-right: 15px;
}	
	
	
body .tablepress.tablepress-id-66>:where(tbody.row-striping)>:nth-child(2n)>*,	
body .tablepress.tablepress-id-66>:where(tbody.row-striping)>:nth-child(odd)>*{
    font-size: 8px;
    line-height: 12px;	
}	
body .tablepress.tablepress-id-66>:where(thead,tfoot)>*>th {
        padding: 5px 2px 5px 2px;
        line-height: 15px;
        font-size: 12px;
        color: #4E4E4E;
    }
	
.list-with-b-icon {
    flex-wrap: wrap;
}

body .entry-content .tiny-title-h3.v7 {
    text-align: left;
    display: block;
}	

.expertise .expertise-block-list .expertise-column .item {
        display: flex;
        width: 100%;
        margin: 20px 0 24px;
        text-align: center;
		     
    }
	
	
    .right-partners img {
        height: auto;
        max-width: 50px !important;
    }
 
    .award-badge img {
        max-width: 50px;
        height: auto;
        width: 100%;
    }
.right-partners {
    right: 10px !important;

}
.award-badge.healthcare img {
    max-width: 100px;
    height: auto;
    width: 100%;
}

    .award-badge.azure-badge img:nth-child(1) {
        max-width: 52px;
    }
.award-badge.aws-badge img:nth-child(1), .award-badge.aws-badge img:nth-child(2) {
        max-width: 56px;
    }
	
.block-tech-service .custom-tags {
        margin-bottom: 0px;
    }
.single-project-v3 .block-tech-service .custom-tags .custom-tags-container, .single-project-v2 .block-tech-service .custom-tags .custom-tags-container {
    background: 0 0;
    padding: 0;
}
	
.single-project-v1 .block-tech-service {
        padding-left: 15px;
        padding-right: 15px;

    }
.single-project-v3 .block-tech-service .custom-tags .list-ind li .top-r span, .single-project-v2 .block-tech-service .custom-tags .list-ind li .top-r span {
    font-size: 16px;
    font-weight: 700;
    padding-left: 5px;
}
    .single-project-v3 .block-tech-service .custom-tags .list-ind li strong, .single-project-v2 .block-tech-service .custom-tags .list-ind li strong {
        font-size: 14px;
line-height: 18px;
    }	
    .single-project-v3 .block-tech-service .custom-tags .list-ind li .top-r, .single-project-v2 .block-tech-service .custom-tags .list-ind li .top-r {
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        color: #1cbbed;
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }
.single-project-v3 .block-tech-service .custom-tags .list-ind li, .single-project-v2 .block-tech-service .custom-tags .list-ind li {
        margin-bottom: 10px;
        width: 100%;
        display: block;
        text-align: left;
    }
	
	
.page-template-dc-expertise-large-language-v2 .expertise.block-4.block-4-1.no-icons .expertise-block-list {
    padding: 25px 15px 0px 15px;
}
.page-template-dc-expertise-large-language-v2 .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item {
    margin-bottom: 10px;
}
.page-template-dc-expertise-large-language-v2 .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(3) {
    margin-bottom: 10px;
}
.page-template-dc-expertise-large-language-v2 .inner-block-header.v2.llm-block-1 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.page-template-dc-expertise-large-language-v2 .inner-block-list.why-choose.v2 .inner-block-header.v2 {
        padding: 0;
        padding-bottom: 20px;
    }
	.page-template-dc-expertise-large-language-v2 .inner-block-list.why-choose.v2 {
    padding-bottom: 25px;
}
.page-template-dc-expertise-large-language-v2 .benefits-container.with-image .inner-block-header.v2 {
    padding: 20px 0 20px 0;
}
.features-v2 {
    flex-wrap: wrap;
}
.features-v2 div {
    width: 100%;
	justify-content: flex-start;
}
.features-v2-right {
    padding-top: 20px;
}

.features-v2 .features-v2-left:after{
	display: none;
}

.page-template-dc-expertise-custom-ai-software .header .slogan-bottom p {
    font-size: 18px;
}

.page-template-dc-expertise-custom-ai-software .header .slogan-main h1 {
    margin-bottom: 5px;
    margin-top: 35px;
}

.page-template-dc-expertise-custom-ai-software .actions-button-v2 {
    text-align: center;
    padding-top: 20px;
}
.page-template-dc-expertise-custom-ai-software .discuss.block-5 h2 {
    margin-bottom: 0px;
}
.page-template-dc-expertise-custom-ai-software  .discuss.block-5 .info p {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 20px;
    }
.page-template-dc-expertise-custom-ai-software .expertise.block-4.block-4-1.no-icons .expertise-block-list {
    padding: 25px 15px 0px 15px;
}
.page-template-dc-expertise-custom-ai-software .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(3),
.page-template-dc-expertise-custom-ai-software .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(2),
.page-template-dc-expertise-custom-ai-software .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item {
    margin-bottom: 10px;
}

.home .wide-sep-about-us {
    width: 100%;
    height: 1px;
    background: #d7d7d7;
    margin-top: 20px;
    margin-bottom: 0px;
}


.expertise .expertise-block-list {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }

    .expertise .expertise-block-list {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .expertise .expertise-block-list .expertise-column .item .info {
        display: block;
        width: calc(100% - 70px);
        margin-left: 0;
        text-align: left;
        padding: 0px;
        padding-left: 15px;
    }
    .expertise .expertise-block-list .expertise-column {
        width: 100%;
        display: block;
    }
	
.industries .inner-block-list .item, .industries .inner-block-list .item.ind-item-01, .industries .inner-block-list .item.ind-item-02, .industries .inner-block-list .item.ind-item-03, .industries .inner-block-list .item.ind-item-04, .services.services-home .inner-block-list .item.item-11, .services.services-home .inner-block-list .item.item-21, .services.services-home .inner-block-list .item {
        width: 100%;
        padding: 0;
        margin: 0 0px 40px 0;
    }
	
.list-with-icon li {
    padding-left: 0px;

}

body .custom-customise-list ul {
        padding: 0 14px;
 
    }
.custom-customise-list ul li:nth-child(2) .text-container,
.custom-customise-list ul li:nth-child(3) .text-container,
.custom-customise-list ul li:nth-child(4) .text-container,
.custom-customise-list ul li:nth-child(5) .text-container,
.custom-customise-list ul li:nth-child(6) .text-container,
.custom-customise-list ul li:nth-child(7) .text-container,	
.custom-customise-list ul li .text-container {
    width: 100%;
    padding-left: 0px;
    line-height: 21px;
    padding-top: 15px;
}

.single-post article .custom-customise-list ul li{
    margin-bottom: 30px;	
}

	
body .single-project-v3 .entry-content ul.list-with-icons.v2 li,
body .single-project-v2 .entry-content ul.list-with-icons.v2 li {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
	
	
	.page-template-dc-expertise-ai-readiness-assessment .expertise .expertise-block-list .expertise-column .item {
    width: 100%;
 
}
	
.indastries-block.v-99 .block-desc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
	
.page-template-dc-about-company div.header picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    bottom: auto;
    position: relative;
    transform: translateY(0%);
}	

 
.actions-button {
    margin-top: 30px;
}
.header-video .watch-vid {
    position: absolute;
    top: -21px;
    left: auto;
    width: 70px;
    right: 5px;
}
.header-video .watch-vid .vid-img {
    width: 100%;
    height: auto;
}
.header-video .vid-desc {
        margin: 10px 0 0px 0px;
        padding-right: 80px;
    }

    .header-video .header-left {
        margin: 0;
        width: 110px;
    }
.header-video .bottom-header {
    position: relative;
}
.header-video .header-right .slogan-bottom br,
.header-video .vid-desc br{
	display: none;
}
.expertise.block-4.block-4-1.no-icons .expertise-block-list {
    padding: 25px 15px 0px 15px;
}
.expertise.ver-2.block-4-1.no-icons .expertise-block-list .expertise-column .item .info {
    width: 100%;
    margin: 0;
    padding: 0;
}

body .tablepress.tablepress-id-30>:where(tbody.row-striping)>:nth-child(odd)>*, 
body .tablepress.tablepress-id-30>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-29>:where(tbody.row-striping)>:nth-child(odd)>*, 
body .tablepress.tablepress-id-29>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-28>:where(tbody.row-striping)>:nth-child(odd)>*, 
body .tablepress.tablepress-id-28>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-27>:where(tbody.row-striping)>:nth-child(odd)>*, 
body .tablepress.tablepress-id-27>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-26>:where(tbody.row-striping)>:nth-child(odd)>*, 
body .tablepress.tablepress-id-26>:where(tbody.row-striping)>:nth-child(2n)>*, 
body .tablepress.tablepress-id-25>:where(tbody.row-striping)>:nth-child(odd)>*, body .tablepress.tablepress-id-25>:where(tbody.row-striping)>:nth-child(2n)>*, body .tablepress.tablepress-id-18>:where(tbody.row-striping)>:nth-child(odd)>*, body .tablepress.tablepress-id-18>:where(tbody.row-striping)>:nth-child(2n)>* {
    font-size: 10px;
    line-height: 14px;
}
body .tablepress.tablepress-id-30>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-29>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-28>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-27>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-26>:where(thead,tfoot)>*>th, 
body .tablepress.tablepress-id-25>:where(thead,tfoot)>*>th {
    padding: 15px 10px;
    font-size: 14px;
    font-family: PT Sans;
}

.solution-v2, .features-v2 {
    flex-wrap: wrap;
}
.solution-v2.v3 .solution-v2-left {
    width: 100%;
}
.solution-v2.v3 .solution-v2-right {
    width: 100%;
}
.single-format-aside .entry-content .solution-v2.v3 ul li {
    line-height: 20px;
    margin-bottom: 20px;
    display: flex;
    font-size: 16px;
}
.single-format-aside .entry-content .list-with-icon.v3 li {
    margin-bottom: 20px;
    font-size: 16px;
}


 

}


@media(max-width: 560px){

.page-template-dc-service-software-code-audit-v6 .why-choose-v2-right-side .item-v2 .item-title {
 
    min-height: 14px;
}



.page-template-dc-service-startup-audit .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item:nth-child(3),
.page-template-dc-service-startup-audit .expertise.block-4.block-4-1.no-icons .expertise-block-list .expertise-column .item {
        margin-bottom: 10px;
        margin-left: 0px;
    }
	
	
    body.postid-225383 .header.header-services {
        width: 100%;
        height: 345px;
    }
	
	
.page-template-dc-service-custom-software-v4 .about-us .services-and-core-tech-stack .service.services-and-core-tech-stack-core-tech-stack:last-child {
    margin-left: 0px;
    margin-right: 0px;
}

body .left-space-v1 {
    padding-left: 0px;
}


.award-qa {
position: absolute;
        width: 130px;
        right: 10px;
        top: 350px;
        background: #fff;
        padding: 0;
        box-shadow: 2px 0px 5px rgba(0, 0, 0, .4);
        margin-left: auto;
        margin-right: auto;
}

.ind-new-block-1 .ind-new-block-list.v2 .info {
    padding-left: 0px;
    width: 100%;
}

.why-choose-v2-left-side {
        width: 100%;
        padding-top: 65px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

.why-choose-v2-right-side .item-v2 {
        text-align: center;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 30px;
        min-height: 60px;
        margin-right: 0px;
    }
	
.ind-new-block-3.inner-block-list-v2 .list-item .ex-title {
 
        justify-content: flex-start;
    }

	
.header.header-indastry-v-2 .slogan-bottom p {
    font-size: 14px;
    line-height: 18px;
}
.header.header-indastry-v-2 .actions-button-v2 a {
    font-size: 16px;
    padding: 12px 50px;
    border-radius: 10px;
    text-decoration: none;
    line-height: 18px;
}
.actions-button-v2 {
        padding-top: 20px;
    }
.block-title-v2 {
    font-size: 28px;
    line-height: 32px;
}
.ind-new-block-1 .list-item {
    display: flex;
    margin-bottom: 22px;
    flex-wrap: wrap;
}
.ind-new-block-1 .info {
    text-align: justify;
    padding-left: 0;
    width: 100%;
    padding-top: 20px;
}
.ind-new-block-1 .icon {
    margin-left: auto;
    margin-right: auto;
}

.inner-block-list-v2 .list-item .ex-title {
        padding: 0;
        font-size: 20px;
        width: 100%;
        justify-content: center;
    }
.ind-new-block-1.inner-block-list-v2 .list-item .ex-title {
        padding: 0;
        text-align: center;
        width: 100%;
        justify-content: center;
        text-align: left;
    }
.ind-new-block-2.inner-block-list-v2 .list-item .ex-title {
        justify-content: flex-start;
    }
.inner-block-list-v2 .block-desc,
.inner-block-list-v2 .list-item .ex-desc {
    text-align: justify;
}


body .tech-service-block-list-2 .tab {
         gap: 5px;
		         padding-bottom: 5px;
        justify-content: space-between;
    }
	
body .tech-service-block-list-2 .tab button {
        text-align: center;
		padding: 10px 5px;
		width: calc(50% - 5px);
        text-align: center;
    }
body .tech-service-block-list-2 .tab button:nth-child(3){
    width: calc(50% - 5px);
}
body .tech-service-block-list-2 .tab button:nth-child(4){
  width: calc(20% - 5px);
}
body .tech-service-block-list-2 .tab button:nth-child(5){
    width: calc(30% - 5px);
}
body .tech-service-block-list-2 .tab button:nth-child(6){
    width: calc(33.33% - 5px);
}
body .tech-service-block-list-2 .tab button:nth-child(7){
    width: calc(33.33% - 5px);
}
body .tech-service-block-list-2 .tab button:nth-child(8){
    width: calc(33.33% - 5px);
}
body .tech-service-block-list-2 .tab button:nth-child(9){
    width: calc(33.33% - 5px);
}
body .tech-service-block-list-2 .tab button:nth-child(10){
    width: calc(33.33% - 5px);
}
body .tech-service-block-list-2 .tab button:nth-child(11){
    width: calc(33.33% - 5px);
}

.blc-icons {
    display: flex;
    width: 100%;
    margin: 12px 0;
    text-align: center;
}
.blc-icons .blc-feature-block {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    margin: 0 0 25px;
	    text-align: center;
}
.blc-icons .blc-feature-block .feature-title {
    display: block;
    margin-top: 7px;
    padding: 0 15px;
    color: #4e4e4e;
    font-size: 12px;
}

body .single-project-v3 .entry-content ul.list-technologies li {
    padding-left: 10px;
    padding-right: 10px;
}

.discuss.block-5 .info p {
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 22px;
    }

.discuss.block-5 h2 br, .discuss.block-5 .h2 br,
.header .slogan-main h1 br{
    display: none;
}	
.discuss.block-5 h2, .discuss.block-5 .h2 {
    line-height: 28px;

}
    .discuss.block-5 .actions {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .discuss.block-5 .info {
        margin-top: 10px;
        margin-left: 0;
    }
	
	
.blog-page-list-items {
    justify-content: center;

}
.speedbar .speedbar-center {
text-align: left;
    }
	
.banner-form-001 {
    height: 152px!important;
}

article.type-post .entry-content .gallery.gallery-columns-3 .gallery-item{
    width: 33.33%;	
}
article.type-post .entry-content .gallery.gallery-columns-4 .gallery-item{
    width: 25%;	
}
article.type-post .entry-content .gallery.gallery-columns-6 .gallery-item{
width: 33.33%;
}

.owl-carousel-main .item h2 {
    font-size: 24px;
}
.owl-carousel-main .item .slider-text {
    font-size: 14px;
 
}

	
	.author-mini-card-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.author-mini-card {
  width: 100%;
}

.author-mini-card.сo-author {
 padding-top: 30px;
}


	.footer-posts article {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
	
	.benefits-container.v2.v3 .benefits-item {
    
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
	
.web-3-template.v3 .about-us .services-and-core-tech-stack .service {
 
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}


	.benefits-container.v7 .benefits-item,
	.benefits-container.v6 .benefits-item {
  padding-bottom: 30px;
  width: 50%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

	
footer .footer-content .footer-block-1, footer .footer-content .footer-block-2, footer .footer-content .footer-block-3, footer .footer-content .footer-block-4, footer .footer-content .footer-block-5 {
    width: 100%;
}	
.single-format-aside .entry-content ul.list-technologies.v3 li {
    width: 100%;
}	

.web-3-template .about-us .services-and-core-tech-stack .service {
 width: 100% !important;
}

div.header picture img {
          width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
}

.header-video .header-right .slogan-bottom {
    padding-right: 75px;
}

body #tablepress-21.tablepress>:where(thead,tfoot)>*>th {
    padding: 10px 10px 10px 10px;
    font-size: 18px;
    font-weight: 700;
}

body #tablepress-21.tablepress tbody tr td {
    padding: 10px 10px 10px 10px;
    text-align: justify;
    font-size: 14px;
    line-height: 18px;
	vertical-align: top;
}
body .post-page .entry-content ul.list-dott{
    padding-right: 0;
	padding-left: 30px;
}
    .single-post .post-page .entry-content {
        padding-left: 15px;
        padding-right: 15px;
    }
.entry-content h4.ex-h4 {
    padding: 0;
}

    .post-page .entry-content ul {
        padding: 0 0px 0 0px;
    }
    .entry-content .faq-service-block-list h3 {
        font-size: 16px;
        padding: 0;
        text-align: left !important;
    }
	
footer .footer-content .footer-block-6{
    order: 16;
    width: 100%;
	padding-bottom: 0;
}
footer .footer-content .footer-block-6 .logo {
    padding-bottom: 0;
    width: 100%;
    text-align: center;
}
footer .footer-content .footer-block .emails, footer .footer-content .footer-block-6 .phone {
 
        width: 100%;
        text-align: center;
    }
footer .footer-content .footer-block-6 .contacts {
 
    width: 100%;
 
}
footer .footer-content .footer-block-6 .social {
    display: none;
    padding: 0;
}
footer .footer-content .footer-block-5{
    order: 3;
}
    .benefits-container.v2.v8 .benefits-item {
        width: 100%;
        margin-bottom: 40px;
    }
	
	

.single-project-v3 .entry-content ul.list-technologies li, .single-format-aside .single-project-v2 .entry-content ul.list-technologies li {
    width: auto;
    max-width: 160px;
    padding-left: 5px;
    padding-right: 5px;
}
body .tablepress.tablepress-id-80 td ul li, 
body .tablepress.tablepress-id-80>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-80>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-79>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-79>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-77>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-77>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-76>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-76>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-75>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-75>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-74>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-74>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-73>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-73>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-72>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-72>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-71>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-71>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-70>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-70>:where(tbody.row-striping)>:nth-child(odd)>*,

 body .tablepress.tablepress-id-69>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-69>:where(tbody.row-striping)>:nth-child(odd)>*{
font-size: 12px;
    line-height: 16px;	
}
body .tablepress.tablepress-id-80>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-79>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-77>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-76>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-75>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-74>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-73>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-72>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-71>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-70>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-69>:where(thead,tfoot)>*>th{
font-size: 14px;	
line-height: 18px;
}



body .tablepress.tablepress-id-78>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-78>:where(tbody.row-striping)>:nth-child(odd)>*{
font-size: 6px;
    line-height: 8px;	
	        padding: 1px 1px 1px 1px;
}


body .tablepress.tablepress-id-78>:where(thead,tfoot)>*>th{
font-size: 8px;	
line-height: 10px;
padding: 5px 1px;		
}
.tablepress-id-78 tr td:nth-child(2), .tablepress-id-78 tr td:nth-child(3), .tablepress-id-78 tr td:nth-child(4), .tablepress-id-78 tr td:nth-child(5), .tablepress-id-78 tr td:nth-child(6), .tablepress-id-78 tr td:nth-child(7), .tablepress-id-78 tr td:nth-child(8), .tablepress-id-78 tr td:nth-child(9) {
    padding-left: 2px;
}
}

@media(max-width: 500px){
	
	
body .single-project-v3 .entry-content ul.list-with-icons.v3 li {
    width: 50%;
}
body .single-project-v3 .entry-content ul.list-with-icons.v3 li b {
    font-size: 14px;
    line-height: 18px;
}

.page-template-dc-tech-strategy-playbook .header.v2 .slogan-main h1 {
 
    font-size: 26px;
}


.single-post .alignleft,
.single-post .alignright,
body.postid-84399 .alignleft,
body.postid-97588 .alignleft,
body.postid-120109 .alignright {
float: none;
        margin: auto;
        display: block;
        margin-bottom: 20px;
}

.entry-content h3 {
    font-family: "PT Sans";
    text-align: left;
}

.page-template-dc-expertise-ai-agent-v2 .award-badge.readiness-badge{
     top: 490px;
}
	
.postid-192810 .header .slogan-main {
        padding-top: 0;
        margin-bottom: 0;
        max-width: 350px;
    
	
}

.postid-192810  #How_to_Improve_Code_Quality_8_Steps{
    max-width: 365px;
    margin-left: auto;
    margin-right: auto;
}

blockquote.clasic.left-100:before {
 
    left: 0px;
}
.page-template-dc-expertise-cloud-v3 .inner-block-list .ui-ux-desc .benefits-item p strong {
    text-align: left;
    display: block;
}



body .block-4.block-4-1.no-icons .inner-block-header .block-desc {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}




    .page-template-dc-expertise-ai-agent-v2 .discuss h2 {
        margin-top: 10px;
    }
	
    .page-template-dc-expertise-ai-agent-v2 .discuss.ver-2 h2 {
        margin-top: 0px;
        padding-top: 0;
        height: auto;
        line-height: 30px;
    }
	
.page-template-dc-5-AI-features-transforming .header .slogan-main h1.v2 {
    font-size: 26px;
    text-shadow: 0px 1.5px 7px rgba(0, 0, 0, 0.14), 0px 2px 6px rgba(0, 0, 0, 0.12);
    padding: 0;
}
.page-template-dc-5-AI-features-transforming .header-services .slogan-bottom.v2 p {
    font-size: 18px;
    max-width: 427px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    line-height: 25px;

}
.page-template-dc-5-AI-features-transforming .new-form-block-block .new-h2 {
    font-size: 24px;
}

.contract .actions {
        display: block !important;
        margin: 0 0 0px !important;
    }




body .tablepress.tablepress-id-33>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-33>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-34>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-34>:where(tbody.row-striping)>:nth-child(2n)>*,


body .tablepress.tablepress-id-35>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-35>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-36>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-36>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-37>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-37>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-38>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-38>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-39>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-39>:where(tbody.row-striping)>:nth-child(2n)>*,
body .tablepress.tablepress-id-40>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-40>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-41>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-41>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-42>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-42>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-43>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-43>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-44>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-44>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-45>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-45>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-46>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-46>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-47>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-47>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-48>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-48>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-49>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-49>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-50>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-50>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-51>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-51>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-52>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-52>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-53>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-53>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-54>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-54>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-55>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-55>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-56>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-56>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-57>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-57>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-58>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-58>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-59>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-59>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-60>:where(tbody.row-striping)>:nth-child(odd)>*,
body .tablepress.tablepress-id-60>:where(tbody.row-striping)>:nth-child(2n)>*{
	    font-size: 12px;
    line-height: 16px;
}

.single-post article .tablepress.tablepress-id-51 ul li {
 
        line-height: 14px;
    }

body .tablepress.tablepress-id-66>:where(tbody.row-striping)>:nth-child(odd)>*, 
body .tablepress.tablepress-id-66>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-32>:where(tbody.row-striping)>:nth-child(odd)>*, 
body .tablepress.tablepress-id-32>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-31>:where(tbody.row-striping)>:nth-child(odd)>*, 
body .tablepress.tablepress-id-31>:where(tbody.row-striping)>:nth-child(2n)>*,
	
body .tablepress.tablepress-id-29>:where(tbody.row-striping)>:nth-child(odd)>*, 
body .tablepress.tablepress-id-29>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-28>:where(tbody.row-striping)>:nth-child(odd)>*, 
body .tablepress.tablepress-id-28>:where(tbody.row-striping)>:nth-child(2n)>*,

body .tablepress.tablepress-id-26>:where(tbody.row-striping)>:nth-child(odd)>*, 
body .tablepress.tablepress-id-26>:where(tbody.row-striping)>:nth-child(2n)>*, 
body .tablepress.tablepress-id-25>:where(tbody.row-striping)>:nth-child(odd)>*, 
body .tablepress.tablepress-id-25>:where(tbody.row-striping)>:nth-child(2n)>*, 
body .tablepress.tablepress-id-18>:where(tbody.row-striping)>:nth-child(odd)>*, 
body .tablepress.tablepress-id-18>:where(tbody.row-striping)>:nth-child(2n)>* {
    font-size: 8px !important;
    line-height: 12px;
}

body .tablepress.tablepress-id-32>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-31>:where(thead,tfoot)>*>th {
        line-height: 12px;
        font-size: 10px;
    }
	
	
body .tablepress.tablepress-id-32>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-31>:where(thead,tfoot)>*>th,

body .tablepress.tablepress-id-29>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-28>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-26>:where(thead,tfoot)>*>th, 
body .tablepress.tablepress-id-25>:where(thead,tfoot)>*>th {
    padding: 15px 10px;
    font-size: 12px;
    font-family: PT Sans;
}
 .single-post article .tablepress  ul li  {
    margin-bottom: 5px;
    line-height: 10px;
}

.nav-wide.scrolll {
    background: #1cbbed;
}
    .nav-wide .nav .bars {
        width: 32px;
        height: 32px;
        padding: 2px 0;
    }
    .nav-wide .nav .bars .bar {
        margin-bottom: 10px;
    }
    .nav-wide {
      height: auto;
    }	
.nav-wide .nav {
        width: 100%;
  padding: 15px 1px 15px 15px;
        overflow: hidden;
    }
	
.nav-wide.scrolll .nav {
        width: 100%;
  padding: 15px 1px 15px 15px;
        overflow: hidden;
    }
	
	.pagination .nav-links span.page-numbers {
    padding: 5px 0px 5px;
}
	.pagination .nav-links .page-numbers {
        margin-right: 3px;
        margin-bottom: 10px;
 padding: 5px 5px 5px;
        min-width: 25px;
    }



	
.inner-block-list .item.item-21,
.inner-block-list .item.item-11{
	width: 100%;
}	
.actions-button {
 
}

body .tablepress.tablepress-id-18>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-17>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-16>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-15>:where(thead,tfoot)>*>th,
body .tablepress.tablepress-id-14>:where(thead,tfoot)>*>th {
    font-size: 14px;
    font-weight: 400;
}
 
.container-with-image{
    flex-wrap: wrap;
}
.container-with-image .text-side {
    width: 100%;
    padding-left: 0px;
    line-height: 26px;
    padding-top: 10px;
}
.container-with-image .image-side{
    text-align: center;
    width: 115px;
    margin-left: auto;
    margin-right: auto;
}

.container-with-image .text-side b{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

body .tablepress>:where(tbody.row-striping)>:nth-child(odd)>* {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 3px 5px 3px;
}
body .tablepress>:where(tbody.row-striping)>:nth-child(2n)>* {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 3px 5px 3px;
}
.title-3-column-item .text-05 {
    font-size: 25px;
    padding-left: 20px;
}
body .tablepress.tablepress-id-18>:where(tbody.row-striping)>:nth-child(odd)>*, 
body .tablepress.tablepress-id-18>:where(tbody.row-striping)>:nth-child(2n)>* {
    font-size: 10px;
    line-height: 18px;
}

    body .tablepress>:where(thead,tfoot)>*>th {
        padding: 5px 2px 5px 2px;
        line-height: 18px;
		font-size: 14px;
    }
body  table.tablepress {
        margin: 0 0px !important;
    }

.tech-blog-wrap .entry-content p {
    padding-left: 0;
    padding-right: 0;
}
body ul.list-dott.ultra {
    list-style: disc;
    padding-left: 20px;
    padding-right: 10px;
}	

    .header-video.header {
justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }
    .header-video .header-left {
        margin: 0;
        width: 80px;
    }
    .header-left .logo {
        padding-top: 35px !important;
    }
    .header-video .header-right {
        width: 100%;
        max-width: 405px;
        margin-left: 0px;
    }
    .home-page .bottom-header {
        flex-wrap: wrap;
    }
    .actions-button {
        display: block;

    }
	
    .header-video .header-right .vid-desc {
        text-align: left;
        margin: 0;
        margin-top: 15px;
        margin-right: 26px;
        padding-right: 50px;
    }
	
    .header-video .header-left .logo {

        width: 100%;
    }
    .header-video .header-right .slogan-main {
        padding: 0px 0 0 0 !important;
    }
    .header-video .header-right .watch-vid {
        position: absolute;
        margin: 0px 0 0 0;
    }
	

.expertise.ver-2.block-4-1 .expertise-block-list .expertise-column .item .info {
    width: calc(100% - 112px);
    padding-right: 0;
}
.inner-block-list.benefits-container.block-3.block-3-1 {
    padding-bottom: 20px;
    padding-top: 30px;
	        padding-left: 15px;
        padding-right: 15px;
}
.block-3 .inner-block-header.v2 .block-title {
    line-height: 30px;
}
    .expertise.block-4.block-4-1 .expertise-block-list .expertise-column .item {
        margin-bottom: 0px;
        text-align: justify;
        display: flex;
        justify-content: space-between;
    }
.expertise.ver-2.block-4-1 .expertise-block-list .expertise-column .item .info {
    width: calc(100% - 83px);
    padding-right: 0;
}
.inner-block-list.why-choose.v2.block-05 .inner-block-header.v2 {
        padding: 0px 0px 0px;
    }
    .block-05 .block-gen-ai-1 {
        flex-wrap: wrap;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }
.inner-block-header.v2 .block-title br {
    display: none;
}
    .expertise-service.indastries-horisontal.block-9.block-9-1 {
        padding-left: 15px;
        padding-right: 15px;
    }

.single-project-v3 .list-technologies {
    flex-wrap: wrap;
}

    .header .slogan-main h1.v2 {
        font-size: 24px;
        padding: 0;
		text-align: center;
    }
    .header-services .slogan-bottom.v2 p {
        font-size: 16px;
        line-height: 23px;
        text-align: center !important;
    }

.blog-block.v2 .inner-block-header .block-title {
 
    font-size: 24px;
}

    .right-partners {
        top: -10px !important;
    }	
	
.right-partners img {
        max-width: 35px !important;
 }
.right-partners a:nth-child(3) img {
     
		  border: 1px solid #000 !important;
    }
	
body #tablepress-21.tablepress tbody tr td {
        text-align: left;
    }
	
	
	
}

@media(max-width: 470px){


    body.postid-225383 .header.header-services .slogan-main h1 {
        font-size: 22px;
        padding-left: 125px;
        padding-top: 30px;
    }

    body.postid-225383 .header.header-services {
        width: 100%;
        height: 310px;
    }
	
    .page-template-dc-ind-healthcare-v3 .discuss h2 {
        font-size: 18px !important;
        line-height: 1.2;
		font-weight: 700;
    }
.page-template-dc-ind-healthcare-v3 .discuss .info p {
        font-size: 14px;
           line-height: 18px;
    }
	
.page-template-dc-ind-healthcare-v3 .discuss .info {
        margin-top: 10px;
    }	

    .header-video .header-right .slogan-main {
        padding: 0px 0 0 0 !important;
		    margin: 0 0 10px 0;
    }
		
	body.postid-190043 .header {
  
}
    .header-video .watch-vid {
        position: absolute;
        top: -35px;
        left: auto;
        width: 70px;
        right: 0;
    }
	
body.postid-190043 .header .slogan-main h1 {
   margin-top: -0px;
}
 

.benefits-container.v7 .benefits-item img {
    height: auto;
    max-width: 90%;
}

.benefits-container.v7 .benefits-item .icon-container {
    height: auto;
    margin-bottom: 0px;
}

.benefits-container.v7 .benefits-item {
        padding-bottom: 15px;
        width: 50%;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
    }
    .why-choose-v2-left-side .item {
        width: calc(50% - 10px);
        border-bottom: 2px solid #1CBBED;
        padding-bottom: 20px;
        margin-bottom: 30px;
        margin-right: 10px;
    }
    .why-choose-v2-left-side .item:nth-child(2n) {
    margin-right: 0;
}	

body .tablepress.tablepress-id-78>:where(thead,tfoot)>*>th{
padding: 2px;
        font-size: 6px;
        line-height: 8px;	
}



.tablepress-id-77 tr td:nth-child(4),
.tablepress-id-76 tr td:nth-child(4),
.tablepress-id-75 tr td:nth-child(4),
.tablepress-id-74 tr td:nth-child(4),
.tablepress-id-73 tr td:nth-child(4),
.tablepress-id-72 tr td:nth-child(5),
.tablepress-id-71 tr td:nth-child(4),
.tablepress-id-70 tr td:nth-child(4){
    padding: 5px 15px;	
}





}


@media(max-width: 400px){
	
.page-template-dc-service-startup-audit .inner-block-list.benefits-container.v2.v10 .benefits-item h3, .inner-block-list.benefits-container.v2.v8 .benefits-item h3, .page-template-dc-service-software-audit .inner-block-list.benefits-container.v2.v9 .benefits-item h3, .inner-block-list.benefits-container.v2.v8 .benefits-item h3 {
    font-size: 16px;
}
.page-template-dc-service-startup-audit .benefits-container.v2.v10 .benefits-item, .page-template-dc-service-software-audit .benefits-container.v2.v9 .benefits-item {
    width: 50%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
 
    body.postid-225383 .header.header-services {
        width: 100%;
        height: 235px;
    }
    body.postid-225383 .header.header-services .slogan-main h1 {
        font-size: 18px;
        padding-left: 115px;
        padding-top: 20px;
    }
.page-template-dc-service-software-audit .discuss .actions a {
    font-size: 16px;
    padding: 8px 40px 8px;
}

	
.page-template-dc-services-discovery-phase-service-v3 .tabs-phase-page .tab button {
     
        font-size: 14px;
        width: 30%;
    }

.page-template-dc-services-discovery-phase-service-v3 .tabs-phase-page .tab button:nth-child(2) {
        width: 40%;
    }
	
    .qa-and-testing-process-box .item {
        width: 280px;

    }
	
	
.item-number {
        font-size: 28px;
    }

.item-text {
        font-size: 14px;
    }
    .why-choose-v2-left-side .item {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }	
.why-choose-v2-right-side {
        padding-top: 20px;
    }

    .header-video .header-left {
        margin: 0;
        width: 70px;
    }
    .header-left .logo {
        padding-top: 70px !important;
    }
    .header-video .watch-vid {
        top: -30px;
    }
    .actions-button {
        margin-top: 10px;
    }
	
.tech-service-block-list-2 .tab button {
        font-size: 14px;
    }

body .tablepress.tablepress-id-82>:where(thead,tfoot)>*>th, body .tablepress.tablepress-id-81>:where(thead,tfoot)>*>th, body .tablepress.tablepress-id-80>:where(thead,tfoot)>*>th, body .tablepress.tablepress-id-79>:where(thead,tfoot)>*>th, body .tablepress.tablepress-id-78>:where(thead,tfoot)>*>th, body .tablepress.tablepress-id-77>:where(thead,tfoot)>*>th, body .tablepress.tablepress-id-76>:where(thead,tfoot)>*>th, body .tablepress.tablepress-id-75>:where(thead,tfoot)>*>th, body .tablepress.tablepress-id-74>:where(thead,tfoot)>*>th, body .tablepress.tablepress-id-73>:where(thead,tfoot)>*>th, body .tablepress.tablepress-id-72>:where(thead,tfoot)>*>th, body .tablepress.tablepress-id-71>:where(thead,tfoot)>*>th, body .tablepress.tablepress-id-70>:where(thead,tfoot)>*>th, body .tablepress.tablepress-id-69>:where(thead,tfoot)>*>th, body .tablepress.tablepress-id-68>:where(thead,tfoot)>*>th, body .tablepress.tablepress-id-67>:where(thead,tfoot)>*>th, body .tablepress.tablepress-id-30>:where(thead,tfoot)>*>th, body .tablepress.tablepress-id-29>:where(thead,tfoot)>*>th, body .tablepress.tablepress-id-28>:where(thead,tfoot)>*>th, body .tablepress.tablepress-id-27>:where(thead,tfoot)>*>th, body .tablepress.tablepress-id-26>:where(thead,tfoot)>*>th, body .tablepress.tablepress-id-25>:where(thead,tfoot)>*>th {
        padding: 5px 5px;
		font-size: 12px;
        line-height: 16px;
    }
	
	
    body .tablepress.tablepress-id-80 td ul li, body .tablepress.tablepress-id-80>:where(tbody.row-striping)>:nth-child(2n)>*, body .tablepress.tablepress-id-80>:where(tbody.row-striping)>:nth-child(odd)>*, body .tablepress.tablepress-id-79>:where(tbody.row-striping)>:nth-child(2n)>*, body .tablepress.tablepress-id-79>:where(tbody.row-striping)>:nth-child(odd)>*, body .tablepress.tablepress-id-77>:where(tbody.row-striping)>:nth-child(2n)>*, body .tablepress.tablepress-id-77>:where(tbody.row-striping)>:nth-child(odd)>*, body .tablepress.tablepress-id-76>:where(tbody.row-striping)>:nth-child(2n)>*, body .tablepress.tablepress-id-76>:where(tbody.row-striping)>:nth-child(odd)>*, body .tablepress.tablepress-id-75>:where(tbody.row-striping)>:nth-child(2n)>*, body .tablepress.tablepress-id-75>:where(tbody.row-striping)>:nth-child(odd)>*, body .tablepress.tablepress-id-74>:where(tbody.row-striping)>:nth-child(2n)>*, body .tablepress.tablepress-id-74>:where(tbody.row-striping)>:nth-child(odd)>*, body .tablepress.tablepress-id-73>:where(tbody.row-striping)>:nth-child(2n)>*, body .tablepress.tablepress-id-73>:where(tbody.row-striping)>:nth-child(odd)>*, body .tablepress.tablepress-id-72>:where(tbody.row-striping)>:nth-child(2n)>*, body .tablepress.tablepress-id-72>:where(tbody.row-striping)>:nth-child(odd)>*, body .tablepress.tablepress-id-71>:where(tbody.row-striping)>:nth-child(2n)>*, body .tablepress.tablepress-id-71>:where(tbody.row-striping)>:nth-child(odd)>*, body .tablepress.tablepress-id-70>:where(tbody.row-striping)>:nth-child(2n)>*, body .tablepress.tablepress-id-70>:where(tbody.row-striping)>:nth-child(odd)>*, body .tablepress.tablepress-id-69>:where(tbody.row-striping)>:nth-child(2n)>*, body .tablepress.tablepress-id-69>:where(tbody.row-striping)>:nth-child(odd)>* {
        font-size: 10px;
        line-height: 14px;
    }



body .tablepress.tablepress-id-78>:where(thead,tfoot)>*>th{
padding: 2px;
        font-size: 6px;
        line-height: 8px;	
}



}	
	
@media(max-width: 365px){

body.postid-225383 .header.header-services .slogan-main h1 {
        font-size: 18px;
        padding-left: 100px;
        padding-top: 20px;
    }	

.postid-192810 .header .slogan-main {
        padding-top: 0;
        margin-bottom: 0;
        max-width: 270px;
    }

	
.header {

}	
.header .slogan-main h1 {
    font-size: 20px;
    padding-top: 30px;
}
body .tablepress.tablepress-id-18>:where(tbody.row-striping)>:nth-child(odd)>*, 
body .tablepress.tablepress-id-18>:where(tbody.row-striping)>:nth-child(2n)>* {
    font-size: 10px;
    line-height: 14px;
}
.header-video .header-right .vid-desc p,
.header .slogan-bottom p {
    font-size: 14px;
}
    .actions-button {
        margin-top: 15px;
    }

	



}