.offshore-wrap .container {
	max-width: 1290px
}

.banner-section {
	background:url("../images/software-testing.jpg")no-repeat;
	background-size: cover;
	margin-top: 76px;
	padding: 60px 0 35px;
	position:relative;
}
.banner-section:before{
	content:"";
	background:url("../images/dot-repeated.png") left top rgba(0, 0, 0, .5);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	/* background-color:rgba(0,0,0,0.5); */
}
.vignette {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  /*box-shadow: 0 0 200px rgba(0,0,0,0.9) inset;*/
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 40%,rgba(0,0,0,0.65) 69%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}
.banner-section .container{
	position:relative;
	z-index:1;
}

h1 {
	color: #e01321;
	font-size: 4rem;
	line-height: 1;
	letter-spacing: -1.5px;
	margin-bottom: 30px;
	font-family: 'Proxima Nova Bl'
}

.banner-block {
	display: flex;
	margin-bottom: 30px;
	align-items: start
}

.banner-block p {
	color:#fff;
	font-size: 1.8rem
}
.soft-head{
	font-size: 2.2rem;
	color:#fff;
	font-family: 'Proxima Nova Rg';
	letter-spacing: -0.1px;
}
.banner-block.banner-txt p{
	color:#fff;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: -1.5px;
    margin-bottom: 30px;
    font-family: 'Proxima Nova Bl';
}
.banner-wrap strong {
	font-weight: 700
}

.number-block p {
	font-size: 2.5rem;
	color: #272a37
}

.black-square {
	display: none
}

.red-square {
	display: none
}

.banner-content p {
	color:#fff;
	font-size: 1.6rem;
	position: relative;
	padding-top: 15px;
	margin-bottom: 25px
}

.banner-content p:after,
.delivery-list:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 8px;
	background-color: #fff
}

.delivery-list {
	position: relative;
	padding-top: 19px;
	padding-left: 13px;
	
}
.rest-img img {
	height: 169px !important;
}
.delivery-list li {
	font-size: 1.4rem;
	color:#fff;
	margin-bottom: 5px;
	font-weight: 700;
	position: relative;
}
.delivery-list li::after {
	content: "";
	position: absolute;
	left: -12px;
	top: 5px;
	width: 5px;
	height: 5px;
	background-color: #dad4d6;
  }

.acclamation-section {
	padding: 40px 0
}

.acclamation-blog strong {
	font-family: 'Proxima Nova Th';
	font-weight: 700;
	color: #14151b;
	margin-bottom: 4px
}

.acclamation-blog p {
	font-size: 1.3rem;
	font-family: 'Proxima Nova Rg';
	line-height: 1
}

.acclamation-black {
	background-color: #14151b;
	width: calc(100% - 30px);
	padding: 0 15px;
	height: 50px;
	display: flex;
	align-items: center
}

.acclamation-black svg {
	width: 100px
}

.acclamation-black .top-developers {
	height: 40px
}

.acclamation-black .designrush-new {
	height: 30px
}

.acclamation-content {
	border: 1px solid #14151b;
	padding: 29px 10px 15px;
	height: 50px;
	margin: -15px 0 0 30px;
	display: flex;
	align-items: center
}

.acclamation-slide {
	display: flex;
	justify-content: space-between;
	overflow: auto;
	padding-bottom: 10px
}

.acclamation-blog {
	margin-bottom: 20px
}

.slide-block {
	margin-right: 15px;
	padding-right: 15px;
	display: inline-block;
	flex: 0 0 81%
}

.acclamation-content p {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.2;
	white-space: normal
}

.acclamation-black img {
	height: 20px
}

.offshore-section {
	padding-bottom: 35px
}

.offshore-left {
	background-color: #ffd6d3;
	padding: 35px 15px 0;
	margin-bottom: 30px
}

.team-block {
	margin-bottom: 25px
}

.team-block h3 a {
	display: inline-block;
	color: #e01321;
	position: relative;
	transition: all .3s
}

.team-block h3 a:after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #c6c7cb
}

.team-block h3 a:before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 0;
	height: 2px;
	transition: width .3s ease;
	z-index: 1
}

.team-block h3:hover a:before {
	background-color: #14151b;
	width: 100%;
	transition: width .3s ease
}

.offshore-right {
	border: 2px solid #e3dee0;
	padding: 30px 20px 25px;
	background-color: #fff
}

.decide-button {
	font-family: 'Proxima Nova Rg';
	font-weight: 700;
	font-size: 1.6rem;
	background-color: #02789e;
	color: #fff;
	border: 2px solid #02789e;
	border-radius: 4px;
	padding: 15px 22px;
	transition: all .5s
}

.decide-button:hover {
	background-color: transparent;
	border: 2px solid #02789e;
	color: #14151b
}

.partnership-section {
	padding-bottom: 30px;
	border-bottom: 2px solid #e3dee0;
}

.benefits-block strong {
	display: inline-block;
	color: #fff;
	font-size: 5.8rem;
	margin-bottom: 2px;
	white-space: nowrap;
	font-family: 'Proxima Nova Bl';
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #ebe9ea;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0
}

.benefits-block {
	flex: 0 0 75%;
	margin-right: 15px
}

.share-button {
	color: #14151b;
	font-size: 1.6rem;
	border: 2px solid #02789e;
	transition: all .5s;
	padding: 15px 22px;
	border-radius: 4px;
	font-weight: 700;
	font-family: 'Proxima Nova Rg'
}

.share-button:hover {
	background-color: #02789e;
	color: #fff
}

.benefits-wrap {
	display: flex;
	overflow: auto;
	padding-bottom: 10px;
	margin-bottom: 37px
}

.benefits-block h3 {
	font-size: 2.2rem;
	font-weight: 400;
	font-family: 'Proxima Nova Rg';
	margin-bottom: 16px
}

.technologies-section {
	background-color: #fff;
	padding: 40px 0
}

.tech-head {
	margin-bottom: 30px
}

.tech-head h2 {
	margin-bottom: 15px
}

.technologies-wrap {
	display: flex;
	overflow: auto;
	padding-bottom: 10px;
	margin-bottom: 15px
}

.technologies-block {
	background-color: #fff;
	padding: 20px;
	margin-right: 15px;
	position: relative;
	flex: 0 0 85%;
	box-shadow: 0 11px 21px 0 rgba(0, 0, 0, .02)
}

.technologies-block p {
	margin-bottom: 15px
}

.nodejs-logo .cls-1 {
	fill: none
}

.technologies-block h3 {
	margin-bottom: 15px
}

.technologies-block h3 a {
	color: #14151b;
	position: relative
}

.technologies-block h3 a:after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 2px;
	z-index: 1;
	background-color: #c6c7cb
}

.technologies-block h3 a:before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: transparent;
	transition: width .3s ease
}

.technologies-block:hover h3 a:before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 2px;
	z-index: 2;
	background-color: #14151b;
	transition: width .3s ease
}

.technologies-block h3 {
	position: relative
}

.technologies-block h3:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 85%;
	background: url(../images/next-arrow.png) no-repeat center;
	height: 16px;
	width: 22px;
	opacity: 0;
	transition: all .3s linear
}

.technologies-block:hover h3:after {
	left: 95%;
	opacity: 1
}

.tech-head p {
	font-size: 2rem;
	letter-spacing: -.9px;
	line-height: 1.3
}

.technologies-logo {
	display: flex;
	justify-content: flex-end
}

.technologies-logo svg {
	width: 40px;
	height: 38px
}

.nodejs .cls-1 {
	fill: transparent
}

.technology-wrap {
	background-color: #fff;
	padding: 35px 15px;
	position: relative;
	box-shadow: rgba(17, 12, 46, .15) 0 48px 100px 0;
	z-index: 1;
	margin-bottom: 30px
}

.technology-platform {
	padding-bottom: 35px;
	margin-bottom: 40px;
	border-bottom: 2px dotted #14151b
}

.technology-heading {
	width: 270px
}

.technology-sec h3 {
	color: #e01321;
	margin-bottom: 20px
}

.technology-list {
	overflow-x: scroll;
	padding-bottom: 10px
}
.technology-img{
	display:block;
}
.technology-img img{
	width:auto;
	height:45px;
}
.micro-focus img {
	height: 110px !important;
}
.technology-list li {
	flex: 0 0 60%;
	border: 1px solid #c6c7cb;
	height: 70px;
	display: inline-flex;
	align-items: center;
	padding: 6px 15px;
	margin-right: 15px;
	border-radius: 1px
}
.testrail img {
	height: 230px;
}
.technology-list li:last-child {
	margin-right: 0
}

.kotlin svg {
	width: 108px
}

.paython svg {
	width: 120px
}

.express svg {
	width: 100px
}

.php svg {
	width: 80px
}

.node svg {
	width: 100px
}

.technology-list li svg {
	height: 46px
}

.technology-list li.java svg {
	height: 53px
}

.technology-list .swift svg {
	width: 100px
}

.technology-list .angular svg {
	width: 120px
}

.management-section {
	padding: 40px 0;
	background-color: #fff
}

.management-team {
	background-color: #000;
	color: #fff;
	font-size: 1.6rem;
	font-family: 'Proxima Nova Bl';
	font-weight: 700;
	padding: 15px 27px
}

.management-content {
	padding: 13px 28px;
	border: 1px solid #1f212c;
	min-height: 200px
}

.management-content strong {
	font-size: 2rem;
	font-family: 'Proxima Nova Rg';
	font-weight: 400
}

.management-list li {
	color: #14151b;
	font-family: 'Proxima Nova Rg';
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	position: relative
}

.management-list li:after {
	content: "";
	position: absolute;
	top: 7px;
	left: -19px;
	width: 5px;
	height: 5px;
	background-color: #e01321
}

.management-bg {
	background-color: #ffd6d3;
	padding: 15px
}

.management-question {
	border: 1px solid #1f212c;
	margin-bottom: 21px
}

.management-wrap {
	display: flex;
	overflow: auto;
	padding-bottom: 10px;
	height: 500px
}

.management-block {
	flex: 0 0 85%;
	margin-right: 10px
}

.management-img {
	width: 100%;
	text-align: center
}

.management-img img {
	height: 84px
}

.management-model {
	min-height: 149px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 30px
}

.management-btn {
	width: 73px;
	height: 58px;
	background-color: #027da5;
	font-size: 1.6rem;
	color: #fff;
	font-family: 'Proxima Nova Bl';
	font-weight: 700;
	transition: all .5s;
	display: none;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	margin: 0 auto;
	text-align: center;
	transition: all .3s linear
}

.management-btn span {
	display: none
}

.management-btn:hover .btn-content {
	display: block;
	white-space: nowrap
}

.management-btn:hover {
	width: 100%;
	height: 58px;
	justify-content: space-between;
	padding: 0 27px;
	opacity: 1
}

.highlited .grey-effect li.hover .management-btn {
	background-color: #027da5
}

.highlited .grey-effect li .management-btn {
	background-color: #81bed2
}

.management-arrow {
	background: url(../images/management-arrow.png) no-repeat center;
	width: 22px;
	height: 16px;
	background-size: cover;
	display: inline-block
}

.choose-section {
	background-color: #e9e7e7;
	padding: 30px 0
}

.choose-block {
	background-color: #fff
}

.choose-block h3 {
	position: relative;
	margin-bottom: 30px
}

.choose-block h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 60px;
	height: 2px;
	background-color: #d8d4d6
}

.choose-wrap {
	display: flex;
	overflow: auto;
	padding-bottom: 15px;
	margin-bottom: 20px
}

.choose-block {
	flex: 0 0 85%;
	padding: 30px;
	margin-right: 15px
}

.onboard-section {
	padding: 30px 0
}

.onboard-block {
	margin-bottom: 20px
}

.onboard-day {
	font-family: 'Proxima Nova Bl';
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	background-color: #000;
	display: inline-block;
	padding: 6px 17px 4px 10px;
	margin-bottom: 8px;
	margin-left: -2px;
	line-height: 1
}

.onboard-blog {
	padding-bottom: 35px;
	border-left: 2px solid #d8d4d6
}

.onboard-blog:last-child {
	padding: 0
}

.onboard-review {
	font-family: 'Proxima Nova Rg';
	font-weight: 400;
	font-size: 2rem;
	padding-left: 10px
}

.onboard-text p {
	padding-left: 10px
}

.onboard-job {
	margin-bottom: 12px
}

.benchmarked-section {
	padding-bottom: 30px
}

.benchmarked-block {
	background-color: #ffd6d3;
	padding: 30px 15px;
	margin-bottom: 25px
}

.ecommerce {
	margin-bottom: 20px
}

.ecommerce img {
	margin: 0 auto
}

.ecommerce-content li {
	font-family: 'Proxima Nova Rg';
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.2;
	margin-bottom: 15px
}

.ecommerce-wrap .slick-dots {
	display: flex;
	justify-content: center
}

.ecommerce-wrap .slick-dots li {
	margin-right: 17px
}

.ecommerce-wrap .slick-dots button {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	font-size: 0
}

.ecommerce-content {
	border-bottom: 2px solid #000;
	margin-bottom: 20px
}

.ecommerce-content li {
	position: relative;
	padding-left: 10px
}

.ecommerce-content li:after {
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	top: 6px;
	left: 0;
	background-color: #e01321
}

.ecommerce-wrap .slick-dots .slick-active button {
	background-color: #e42c38
}

.benchmarked-right {
	padding: 30px;
	border: 2px solid #e3dee0
}

.benchmarked-right h2 {
	position: relative;
	padding-bottom: 10px
}

.benchmarked-right h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	background-color: #e01321
}

.benchmarked-right p {
	font-family: 'Proxima Nova Th';
	font-size: 1.6rem;
	margin-bottom: 20px
}

.austria-img {
	margin-bottom: 30px
}

.benchmarked-right .decide-button {
	background-color: transparent;
	border: 2px solid #02789e;
	color: #14151b;
	margin-top: 30px
}

.benchmarked-right .decide-button:hover {
	background-color: #02789e;
	border: 2px solid transparent;
	color: #fff
}

.benchmarked-block p {
	margin-bottom: 30px;
	font-family: 'Proxima Nova Bl';
	font-weight: 800
}

.cto-block {
	border-left: 2px solid #d8d4d6;
	padding-left: 10px;
	max-width: 615px
}

.ceo-inform {
	display: flex;
	align-items: center;
	margin-bottom: 15px
}

.ceo-name {
	font-size: 1.6rem;
	margin-left: 15px
}

.ceo-name strong {
	font-family: 'Proxima Nova Bl';
	font-weight: 700;
	display: block
}

.ceo-position {
	font-family: 'Proxima Nova Rg';
	font-weight: 400;
	display: inline-block
}

.frequently-section {
	padding: 0 0 30px 0
}

.faq-space {
	padding-top: 10px
}

.accordion {
	margin-bottom: 24px;
	position: relative
}

.que {
	cursor: pointer;
	position: relative;
	font-family: 'Proxima Nova Rg';
	font-weight: 400;
	font-size: 2rem;
	display: block;
	color: #14151b;
	padding: 0 28px 16px 0;
	border-radius: .15em
}

.bottom-line {
	background-color: #e6e6e6;
	height: 2px;
	border: none
}

.acc-question.active .que {
	color: #e42c38
}

.acc-question:hover .faq-question {
	background-color: #dd1220;
	color: #fff
}

.acc-question.active::before {
	content: "";
	position: absolute;
	left: -10px;
	top: 1px;
	width: 2px;
	height: calc(100% - 20px);
	background-color: #14151b
}

.acc-question:after {
	content: "";
	cursor: pointer;
	position: absolute;
	top: 4px;
	right: 5px;
	border: solid #1f212c;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: -webkit-transform .25s ease;
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease, -webkit-transform .25s ease;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	pointer-events: none
}

.acc-question.active:after {
	top: 9px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg)
}

.ans-point {
	display: none
}

.ans {
	color: #14151b;
	line-height: normal;
	letter-spacing: -.7px;
	font-family: 'Proxima Nova Rg';
	font-weight: 400;
	font-size: 1.8rem;
	word-spacing: 1.5px;
	padding: 0 10% 20px 0
}

.list-head {
	font-size: 1.8rem;
	font-weight: 600
}

.accordion-content ul {
	padding-bottom: 10px
}

.accordion-content li {
	font-size: 1.8rem;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative
}

.accordion-content li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 5px;
	height: 5px;
	background-color: #dad4d6
}

.accordion-content li b {
	font-weight: 700
}

.faq-question {
	background-color: #e9e7e7;
	position: absolute;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	font-family: 'Proxima Nova Th';
	font-weight: 700;
	font-size: 20px;
	color: #14151b;
	top: 1px;
	left: 0;
	display: none
}

.acc-question.active .faq-question {
	background-color: #dd1220;
	color: #fff
}

.accordion-content {
	display: none;
	position: relative
}

.recognitions-wrap {
	padding: 30px 0;
	border-top: 4px solid #000
}

.recognitions-wrap h3 {
	margin-bottom: 30px
}

.recognitions-img {
	height: 67px;
	display: flex;
	align-items: center;
	background-color: #000;
	padding: 0 15px;
	flex: 0 0 75%;
	margin-right: 45px
}

.recognitions-img:last-child {
	margin-right: 0
}

.recognitions-block {
	display: flex;
	align-items: center;
	overflow: auto;
	padding-bottom: 10px
}

.industries-block {
	background-color: #ecebeb;
	padding: 40px 10px 10px;
	position: relative;
	z-index: 1
}

.industries-team {
	display: none
}

.industries-left h2 {
	position: relative;
	padding-top: 10px
}

.industries-left h2:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 8px;
	background-color: #e01321
}

.industries {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 10px
}

.industries-logo {
	width: 125px;
	height: 130px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 5px 15px 5px;
	position: relative;
	box-shadow: 0 11px 21px 0 rgba(0, 0, 0, .02)
}

.industries-logo:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #027da5;
	transition: width .3s ease
}

.industries-logo:hover:after {
	width: 100%
}

.industries-logo:hover {
	box-shadow: 0 11px 21px 0 rgba(0, 0, 0, .05)
}

.industries-img {
	text-align: center;
	margin-bottom: 8px
}
.industries-img img {
  width: 50px;
}

.industries-logo strong {
	font-family: 'Proxima Nova Bl';
	font-weight: 700;
	font-size: 1.6rem;
	color: #14151b
}

.industries-section {
	padding-bottom: 30px
}

.recognitions-img img {
	height: auto;
	width: 145px
}

.grow-section {
	background-color: #14151b;
	padding: 25px 0 20px
}

.grow-box {
	height: 100%;
	padding: 15px 0;
	align-items: center;
	position: relative
}

.grow-figure {
	width: 100px;
	display: none
}

.grow-content h3 {
	color: #fff;
	font-size: 2.2rem;
	line-height: 1;
	margin-bottom: 10px
}

.grow-content p {
	color: #fff;
	margin-bottom: 0
}

.btn-grow {
	color: #fff;
	font-size: 1.6rem;
	font-family: 'Proxima Nova Rg';
	font-weight: 700;
	padding: 16px 26px;
	border-radius: 2px;
	transition: all .5s;
	background-color: #02789e;
	border: 2px solid #02789e
}

.btn-grow:hover {
	background-color: transparent
}
/* Popup form styling */
.overlay{
	position: relative;
}
body.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    transition: all 0.5s linear;
    background-color: rgba(20, 20, 20, 0.8);
}
.model {
    max-width: 550px;
    width: 95%;
    max-height: 73%;
    overflow: auto;
    background-color: #fff;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    transition: transform 0.3s ease-out;
    transform: translate(-50%, -500%);
}
.model.current {
    transform: translate(-50%, -55%);
    top: 55% !important;
    margin-top: 52px;
}
.close-model {
    cursor: pointer;
    width: 27px;
    height: 27px;
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.close-model svg {
    width: 26px;
    height: 26px;
}
.model-right {
    width: 100% !important;
    padding: 25px 15px;
    background-color: var(--white);
}
.rectangle-peach {
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 0.7px;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Proxima Nova Th';
    color: #dc1320;
}
.model-right h3 {
    font-size: 2.4rem;
    margin-bottom: 8px;
}
.model-right p {
    font-size: 1.6rem;
    margin-bottom: 24px;
}
.model-form li {
    margin-bottom: 10px;
}
.model-form li label {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 6px;
}
.model-form li input, .model-form li textarea {
    width: 100%;
    color: #141414;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #141414;
    font-family: var(--main-font);
    background-color: var(--grey);
	resize:none;
}
.tooltip-box {
    position: absolute;
    top: 100%;
    margin-top: -4px;
    color: #e01321;
    font-size: 1.4rem;
    padding: 13px 12px;
    line-height: 0;
    z-index: 1;
    display: none;
}
form .website {
    display: none;
}
.model-input .tooltip-box {
    position: static;
    margin-top: 10px;
    padding: 0;
}
.model-form .contact-btn {
    font-size: 18px;
    font-weight: bold;
    padding: 18px 64px;
    color: #14151b;
    border: 0px;
    border-radius: 1px;
    cursor: pointer;
    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #02789e;
    color: #fff;
    border: 2px solid transparent;
    transition: all 0.5s;
}
.model-form .contact-btn:hover {
    border: 2px solid #02789e;
    color: #14151b;
    background-color: transparent;
}
.fadein {
    opacity: 0;
    transition: all 1.5s;
    transform: translate(0, 100px);
}
.fadein.visible {
    opacity: 1;
    transform: translate(0, 0);
}
/* Popup form styling close */
@media only screen and (min-width:375px) {
	h1 {
		font-size: 4.4rem
	}
	.banner-block.banner-txt p{
		font-size: 4.4rem;
	}
	.industries-logo {
		margin: 0 10px 15px;
		width: 142px;
		height: 142px
	}
}

@media only screen and (min-width:414px) {
	.management-block {
		flex: 0 0 70%
	}

	.recognitions-img img {
		height: auto
	}
}

@media only screen and (min-width:576px) {
	.benefits-block {
		flex: 0 0 45%
	}

	.slide-block {
		flex: 0 0 68%
	}

	.technologies-block {
		flex: 0 0 45%
	}

	.management-block {
		flex: 0 0 45%
	}

	.choose-block {
		flex: 0 0 44%
	}

	.recognitions-img {
		flex: 0 0 42%;
		margin-right: 30px
	}
}

@media only screen and (min-width:768px) {
	.banner-section {
		padding: 70px 0 40px;
	}

	h1 {
		font-size: 5.2rem
	}
	.banner-block.banner-txt p{
		font-size: 5.2rem;
	}
	.soft-head{
		font-size: 2.2rem;
	}
	.banner-block p {
		font-size: 2.2rem
	}

	.acclamation-wrap {
		display: flex;
		justify-content: space-between;
		align-items: center
	}

	.acclamation-blog {
		margin: 0
	}

	.acclamation-slide {
		padding-left: 50px
	}

	.slide-block {
		flex: 0 0 46%
	}

	.offshore-left {
		text-align: left;
		position: relative
	}

	.offshore-left:after {
		content: "";
		position: absolute;
		top: 0;
		right: 100%;
		width: 100vw;
		height: 100%;
		background-color: #ffd6d3
	}

	.benefits-block {
		flex: 0 0 45%
	}

	.technologies-wrap {
		flex-wrap: wrap;
		overflow: visible;
		justify-content: space-between
	}

	.technologies-block {
		flex: 0 0 47%;
		margin: 0 0 20px 0
	}

	.technology-wrap {
		padding: 45px 25px
	}

	.technology-sec h3 {
		margin-bottom: 0
	}

	.technology-list {
		padding-bottom: 0;
		width: 65%;
		flex-wrap: wrap;
		overflow: visible
	}

	.technology-list li {
		flex: 0 0 auto;
		width: 31.2%;
		margin: 0 12px 12px 0
	}

	.technology-list li:nth-child(3n) {
		margin-right: 0
	}

	.team-block {
		margin-bottom: 35px
	}

	.management-block {
		flex: 0 0 30%
	}

	.management-content {
		min-height: 288px
	}

	.choose-wrap {
		display: flex;
		padding-bottom: 0;
		margin-bottom: 20px;
		flex-wrap: wrap;
		overflow: visible;
		justify-content: space-between
	}

	.choose-block {
		flex: 0 0 48%;
		margin: 0 0 25px;
		padding: 25px
	}

	.onboard-section {
		padding: 50px 0
	}

	.onboard-section h2 {
		margin-bottom: 35px
	}

	.onboard-block {
		box-shadow: 0 11px 21px 0 rgba(0, 0, 0, .02);
		margin-bottom: 43px;
		padding-bottom: 20px
	}

	.onboard-blog {
		display: flex;
		justify-content: space-between;
		border-left: 0;
		padding-bottom: 0
	}

	.onboard-job {
		width: 37.2%;
		margin: 0;
		border-right: 2px solid #d8d4d6;
		padding: 0 10px 35px 25px;
		position: relative
	}

	.onboard-job:after {
		content: "";
		position: absolute;
		top: 0;
		height: 0;
		display: block;
		right: -2px;
		transition: all .3s linear;
		border-right: 2px solid #e01321
	}

	.onboard-blog:hover .onboard-job:after {
		height: 100%
	}

	.onboard-blog:hover .onboard-day {
		background-color: #e01321;
		transition: all .3s linear
	}

	.onboard-text p {
		position: relative
	}

	.onboard-text p:after {
		content: "";
		position: absolute;
		top: 2px;
		left: -18px;
		background: url(../images/onboard-watch.jpg) no-repeat center;
		width: 18px;
		height: 18px;
		background-size: cover;
		transition: all .3s linear;
		opacity: 0
	}

	.onboard-blog:hover .onboard-text p:after {
		opacity: 1
	}

	.onboard-text {
		width: 58%
	}

	.onboard-day {
		margin-left: 0
	}

	.frequently-section {
		padding: 10px 0 30px
	}

	.faq-space {
		padding-top: 0
	}

	.accordion {
		margin-bottom: 36px
	}

	.que {
		padding: 0 70px 23px 0;
		letter-spacing: -.9px
	}

	.ans-point {
		display: inline-flex;
		position: absolute;
		top: 0;
		left: 0;
		width: 30px;
		height: 30px;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 2rem;
		letter-spacing: -.6px;
		font-family: 'Proxima Nova Th';
		font-weight: 700;
		background-color: #14151b
	}

	.bottom-line {
		margin-left: 40px
	}

	.faq-question {
		display: inline-flex
	}

	.acc-question,
	.accordion-content {
		padding-left: 40px
	}

	.recognitions-wrap {
		display: flex;
		align-items: center;
		justify-content: space-between
	}

	.recognitions-block {
		width: 72%;
		justify-content: space-between
	}

	.industries-section {
		padding-bottom: 0;
		position: relative
	}

	.industries-people img {
		width: 100%
	}

	.industries-block {
		padding: 40px 20px 10px
	}

	.industries {
		justify-content: space-between
	}

	.industries-logo {
		width: 150px;
		margin: 0 0 15px
	}

	.industries-team {
		display: block;
		margin-top: -300px
	}

	.grow-figure {
		width: 155px
	}

	.grow-content h3 {
		color: #fff;
		font-size: 2.4rem;
		line-height: 1;
		margin-bottom: 10px
	}

	.grow-content p {
		color: #fff;
		font-size: 2rem;
		margin-bottom: 0
	}

	.btn-sec {
		width: 35%
	}
}

@media only screen and (min-width:992px) {
	h1 {
		font-size: 6rem
	}
	.soft-head{
		font-size: 2.5rem;
		line-height: 1.2;
	}
	.banner-block.banner-txt p{
		font-size: 6rem;
	}
	.banner-wrap {
		/* padding: 0 100px; */
		position: relative
	}

	.banner-block p {
		font-size: 2.5rem
	}

	.banner-block {
		margin-bottom: 40px
	}

	.banner-content {
		display: flex;
		justify-content: space-between;
		padding-bottom: 45px
	}

	.banner-content p {
		width: 70%;
		font-size: 1.8rem
	}

	.delivery-list {
		width: 26%
	}

	.slide-block {
		flex: 0 0 35%
	}

	.acclamation-slide {
		padding-bottom: 0;
		width: calc(100% - 212px)
	}

	.offshore-left {
		padding: 60px 0 0;
		width:60%;
		position: sticky;
		top: 35px;
	}

	.offshore-block {
		display:flex;
		align-items: flex-start;
		margin-bottom: 50px;
	}

	.offshore-right {
		width: 40%;
		position: relative;
		z-index: 2;
		top:105px;
	}
	.offshore-section{
		padding-bottom: 0;
	}

	.offshore-left:before {
		content: "";
		position: absolute;
		top: 0;
		left: 100%;
		width: 120px;
		height: 100%;
		background-color: #ffd6d3;
		z-index:1;
	}

	.build-block {
		max-width: 615px
	}

	.offshore-team img {
		width: 500px
	}

	.offshore-left p {
		font-size: 2rem
	}

	.team-block h3 {
		margin-bottom: 15px;
		position: relative
	}

	.benefits-wrap {
		justify-content: space-between;
		overflow: visible
	}

	.partnership-section h2 {
		max-width: 450px
	}

	.benefits-block {
		flex: 0 0 23%
	}

	.technologies-section {
		padding: 50px 0
	}

	.technologies-block {
		flex: 0 0 32%;
		padding: 30px
	}

	.technology-wrap {
		padding: 100px 70px 70px
	}

	.management-block {
		flex: 0 0 24%;
		margin: 0
	}

	.management-wrap {
		justify-content: space-between;
		overflow: visible;
		height: auto
	}

	.management-content {
		min-height: 210px
	}

	.management-btn {
		display: flex
	}

	.button-list {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-left: 25.5%
	}

	.button-list li {
		display: block;
		width: 32%
	}

	.choose-wrap {
		overflow: visible;
		justify-content: space-between;
		flex-wrap: wrap;
		position: relative;
		z-index: 2
	}

	.choose-block {
		flex: 0 0 32%;
		margin: 0 0 25px
	}

	.ecommerce img {
		margin: 0
	}

	.ecommerce-slide {
		display: flex !important;
		justify-content: space-between
	}

	.ecommerce-wrap {
		max-width: 1047px
	}

	.ecommerce {
		width: 35%;
		margin: 0
	}

	.ecommerce-content {
		width: 60%;
		padding-top: 11px;
		margin-bottom: 16px
	}

	.benchmarked-block p {
		margin-bottom: 30px
	}

	.benchmarked-block {
		width: 570px;
		position: relative;
		background-color: transparent;
		padding: 70px 20px 70px 0
	}

	.benchmarked {
		position: relative;
		display: flex;
		align-items: flex-start
	}

	.benchmarked-right {
		background-color: #fff;
		margin-top: 80px
	}

	.benchmarked-block:before {
		content: "";
		position: absolute;
		top: 0;
		right: 100%;
		width: 100vw;
		height: 100%;
		background-color: #ffd6d3
	}

	.benchmarked-block:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 700px;
		height: 100%;
		background-color: #ffd6d3;
		z-index: -1
	}

	.ecommerce-wrap .slick-dots {
		justify-content: end
	}

	.ecommerce-wrap .slick-dots li:last-child {
		margin-right: 0
	}

	.frequently-section {
		padding: 10px 0 50px 0;
		position: relative
	}

	.faq-space {
		padding-top: 20px
	}

	.frequently-section h2 {
		margin-bottom: 44px
	}

	.recognitions-block {
		overflow: visible;
		padding: 0;
		width: 75%
	}

	.recognitions-wrap h3 {
		margin-bottom: 0
	}

	.recognitions-img {
		flex: 0 0 30%;
		margin-right: 0;
		height: 80px
	}

	.industries-section {
		padding-bottom: 50px
	}

	.industries-block {
		max-width: 650px;
		padding: 40px
	}

	.industries-team {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		max-width: 707px;
		height: 100%;
		max-height: 570px;
		z-index: -1
	}

	.industries {
		justify-content: space-between
	}

	.industries-logo {
		width: 135px;
		margin-right: 0
	}
}

@media only screen and (min-width:1024px) {
	.benchmarked-block:after {
		width: 750px
	}

	.benchmarked-block {
		width: 630px
	}

	.accordion {
		margin-bottom: 45px
	}

	.grow-content h3 {
		color: #fff;
		font-size: 3.6rem;
		line-height: 36px;
		margin-bottom: 10px
	}

	.grow-content p {
		color: #fff;
		font-size: 2.6rem;
		margin-bottom: 0
	}

	/* Popup form styling */
	.model-right {
		padding: 30px 30px 40px;
	}
	.model-input {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.model-form li {
		width: calc(100% / 2 - 5px);
		margin-bottom: 10px;
	}
	.model-form li:last-child, .model-form .full-width {
		width: 100%;
	}
	.model {
		max-height: none;
		overflow: visible;
	}
	.model-right h3 {
		font-size: 2.8rem;
	}
	.model-right h3 {
		font-size: 2.8rem;
	}
	/* Popup form styling close*/
}

@media only screen and (min-width:1200px) {
	.black-square {
		display: block
	}

	.red-square {
		display: block
	}
	.soft-head{
		font-size: 3rem;
	}
	.banner-block.banner-txt p{
		font-size: 6rem;
	}
	.banner-section {
		position: relative;
		overflow: hidden;
		margin-top: 65px;
		padding-top: 100px
	}

	.black-square {
		position: absolute;
		top: 130px;
		right: -69px;
		width: 210px;
		height: 210px;
		border: 30px solid #14151b;
		transform: rotate(25deg)
	}

	.red-square {
		position: absolute;
		right: 63px;
		top: 187px;
		width: 100px;
		height: 100px;
		transform: rotate(-29deg);
		border: 10px solid #e01321
	}

	h1 {
		font-size: 6.5rem
	}

	.banner-block p {
		font-size: 3rem
	}

	.acclamation-section {
		padding: 70px 0
	}

	.acclamation-blog {
		width: 212px
	}

	.slide-block {
		margin: 0;
		flex: 0 0 31%
	}

	.technologies-block {
		padding: 35px
	}

	.android-logo svg {
		width: 52px;
		height: 30px
	}

	.express-logo svg {
		width: 53px;
		height: 30px
	}

	.offshore-left:before{
		width: 200px;
	}

	.offshore-section {
		position: relative;
	}

	.offshore-section:after {
		content: "";
		position: absolute;
		left: 15px;
		bottom: 166px;
		width: 30px;
		height: 30px;
		border: 4px solid #e01321;
		z-index: 1;
		transform: rotate(-160deg)
	}

	.offshore-section:before {
		content: "";
		position: absolute;
		left: -65px;
		bottom: 130px;
		width: 82px;
		height: 160px;
		border: 6px solid #000;
		transform: rotate(-124deg);
		z-index: 1
	}

	.offshore-left {
		padding: 80px 0 0;
		margin-bottom: 50px;
		width:55%;
	}

	.offshore-right {
		top: 136px;
		padding: 35px;
		right: 60px;
		width:45%;
	}

	.offshore-team img {
		width: 536px
	}

	.partnership-section {
		padding-bottom: 60px
	}

	.technologies-section {
		padding: 60px 0
	}

	.technologies-logo {
		position: absolute;
		right: 20px;
		bottom: 15px
	}

	.technologies-block p {
		margin-bottom: 40px
	}

	.management-content {
		transition: all 3s ease-in-out
	}

	.management-content:hover {
		background: #fff;
		box-shadow: 4px 6px 17.8px 2.2px rgba(0, 0, 0, .18);
		transform: scale(1.02);
		border-color: transparent;
		transition: transform .4s ease-in-out
	}

	.choose-section {
		position: relative;
		overflow: hidden;
		padding: 60px 0
	}

	.choose-block {
		padding: 40px
	}

	.choose-block p {
		padding-left: 20px
	}

	.choose-section:after {
		content: "";
		position: absolute;
		right: -173px;
		bottom: -329px;
		width: 386px;
		height: 549px;
		transform: rotate(-54deg);
		border: 22px solid #14151b;
		z-index: 1
	}

	.choose-section:before {
		content: "";
		position: absolute;
		right: 16px;
		bottom: 110px;
		width: 21px;
		height: 25px;
		transform: rotate(-54deg);
		border: 6px solid #e01321;
		z-index: 3
	}

	.onboard-section {
		padding: 60px 0
	}

	.onboard-section h2 {
		margin-bottom: 60px
	}

	.cto-block {
		padding-left: 20px
	}

	.frequently-section h2 {
		margin-bottom: 46px
	}

	.frequently-section:after {
		content: "";
		bottom: -37px;
		z-index: -1;
		left: 0;
		width: 0;
		height: 0;
		border-top: 175px solid transparent;
		border-left: 175px solid #e42c38;
		border-bottom: 175px solid transparent;
		display: none
	}

	.que {
		padding: 0 170px 23px 0;
		font-size: 2.6rem
	}

	.ans {
		font-size: 2rem;
		line-height: normal;
		word-spacing: normal;
		letter-spacing: normal
	}

	.accordion {
		margin-bottom: 38px
	}

	.recognitions-wrap {
		padding: 90px 0
	}

	.industries-logo strong {
		font-size: 1.8rem
	}

	.industries-block {
		max-width: 660px;
		padding: 44px
	}

	.btn-sec {
		width: 28%
	}
}

@media only screen and (min-width:1280px) {
	.offshore-wrap .container {
		padding: 0 3%
	}

	.banner-section {
		padding:70px 0 3px 0
	}

	h1 {
		font-size: 7.2rem;
		line-height: 72px;
		letter-spacing: -3px;
		margin: 0 0 41px 0
	}
	.vignette{
		top:25%;
	}
	.soft-head{
		font-size: 3.6rem;
		max-width:740px;
		margin-bottom: 30px;
		letter-spacing: -1.3px;
	}
	.banner-block.banner-txt p{
		font-size: 7.2rem;
		line-height: 72px;
		letter-spacing: -3px;
		margin: 0 0 41px 0;
		max-width:none;
	}
	.banner-wrap {
		padding-right:160px;
	}

	.banner-block p {
		font-size: 3.6rem;
		max-width: 595px;
		letter-spacing: -1.3px
	}

	.banner-content p {
		width: 62%;
		font-size: 1.8rem;
		line-height: 1.4;
		margin: 0;
		padding-top: 19px
	}

	.black-square {
		width: 260px;
		height: 260px;
		top: 171px;
		right: -95px;
		transform: rotate(18deg)
	}

	.red-square {
		right: 62px;
		top: 274px;
		width: 120px;
		height: 120px
	}

	.delivery-list {
		width: 30%;
		padding-left: 7px
	}

	.banner-block {
		margin-bottom: 10px
	}

	.banner-content {
		padding-bottom: 91px
	}

	.banner-content p:after {
		top: 6px;
	}

	.delivery-list:after {
		left: -6px;
		top: 6px
	}

	.acclamation-section {
		padding: 93px 0 92px
	}

	.acclamation-slide {
		padding-left: 86px
	}

	.offshore-section:before {
		bottom: 166px;
		left: -79px;
		transform: rotate(-117deg)
	}

	.offshore-section:after {
		left: 18px;
		bottom: 210px;
		width: 35px;
		height: 37px;
		transform: rotate(-153deg)
	}
	.offshore-left {
		padding: 107px 0 0
	}

	.offshore-left h2 {
		margin-bottom: 14px
	}

	.offshore-left p {
		font-size: 2.6rem;
		letter-spacing: -.5px
	}

	.offshore-team img {
		width: 593px
	}

	.offshore-right {
		right: 0;
		top: 153px;
		padding: 70px 79px 60px 76px
	}

	.team-block {
		margin-bottom: 43px
	}

	.team-block p {
		line-height: 1.4
	}

	.offshore-team {
		position: relative;
		z-index: 1;
		margin: 22px 0 0 -19px
	}

	.team-block h3 {
		margin-bottom: 23px
	}

	.partnership-section {
		padding-bottom: 80px
	}

	.partnership-section h2 {
		margin-bottom: 30px
	}

	.benefits-block h3 {
		font-size: 3rem;
		margin-bottom: 28px;
		word-spacing: -2px
	}

	.benefits-block {
		margin: 0
	}

	.benefits-block p {
		font-size: 1.8rem;
		padding: 0 8px 0 2px;
		line-height: 1.3
	}

	.share-button {
		padding: 19px 30px
	}

	.benefits-block strong {
		font-size: 7.2rem
	}

	.technologies-section {
		padding: 77px 0
	}

	.tech-head p {
		font-size: 2.6rem
	}

	.tech-head {
		margin-bottom: 56px
	}

	.technologies-block h3 {
		margin-bottom: 22px
	}

	.technologies-block h3 a:after {
		bottom: -8px
	}

	.technologies-block h3 a:before {
		bottom: -8px
	}

	.technologies-block:hover h3 a:before {
		bottom: -8px
	}

	.technologies-logo svg {
		width: 42px;
		height: 42px
	}

	.python-logo svg {
		width: 37px;
		height: 34px
	}

	.nodejs-logo svg {
		width: 52px;
		height: 30px
	}

	.angular-logo svg {
		width: 35px;
		height: 35px
	}

	.android-logo svg {
		width: 55px;
		height: 30px
	}

	.reactjs-logo svg {
		width: 35px;
		height: 35px
	}

	.ios-logo svg {
		width: 34px;
		height: 34px
	}

	.express-logo svg {
		width: 50px;
		height: 15px
	}

	.php-logo svg {
		width: 50px;
		height: 25px
	}

	.technologies-block {
		padding: 35px 32px 27px 50px;
		margin: 0 0 30px 0
	}

	.technologies-block p {
		margin-bottom: 35px;
		font-size: 1.8rem;
		padding-right: 12px;
		line-height: 1.32
	}

	.decide-button {
		padding: 19px 30px
	}

	.management-section {
		padding: 89px 0 82px
	}

	.management-model {
		padding: 0
	}

	.management-block {
		flex: 0 0 23.3%
	}

	.management-team {
		font-size: 2rem;
		padding: 14px 28px 12PX;
		letter-spacing: -1px
	}

	.management-content strong {
		font-size: 2.6rem;
		letter-spacing: -1px;
		line-height: 1.23;
		padding-right: 6px
	}

	.management-content {
		padding: 13px 24px 0 27px
	}

	.management-content p {
		font-size: 1.8rem;
		line-height: 1.3
	}

	.management-first {
		min-height: 148px
	}

	.management-communicate {
		min-height: 126px
	}

	.management-feature {
		min-height: 156px
	}

	.management-choose {
		min-height: 106px
	}

	.management-help {
		min-height: 180px
	}

	.management-list {
		margin-left: 18px
	}

	.management-list li {
		font-size: 1.8rem;
		line-height: 1.2;
		margin-bottom: 10px
	}

	.management-list li:last-child {
		margin-bottom: 0
	}

	.choose-section {
		padding: 92px 0 53px 0
	}

	.choose-section:before {
		right: 148px;
		bottom: 156px
	}

	.choose-section h2 {
		margin-bottom: 32px
	}

	.choose-block {
		flex: 0 0 31.6%;
		margin: 0 0 32px;
		padding: 76px 47px 89px 62px
	}

	.choose-block h3 {
		margin-bottom: 63px
	}

	.choose-block h3:after {
		bottom: -28px;
		width: 107px
	}

	.choose-block p {
		font-size: 1.8rem;
		padding: 0 16px 0 34px;
		line-height: 1.32
	}

	.onboard-section {
		padding: 92px 0 100px 0
	}

	.onboard-job {
		padding: 0 0 53px 108px
	}

	.onboard-section h2 {
		margin-bottom: 118px
	}

	.onboard-day {
		font-size: 1.3rem;
		letter-spacing: 1.2px
	}

	.onboard-review {
		font-size: 2.6rem;
		padding-left: 26px;
		letter-spacing: -.9px
	}

	.onboard-text p {
		font-size: 1.8rem;
		padding-top: 12px;
		padding-right: 90px;
		padding: 12px 90px 0 10px;
		letter-spacing: .24px
	}

	.onboard-day {
		margin-bottom: 12px
	}

	.onboard-text p:after {
		top: 13px;
		left: -27px;
		width: 23px;
		height: 23px
	}

	.benchmarked {
		justify-content: space-between
	}

	.benchmarked-block {
		padding: 98px 10px 75px 0;
		width: 576px;
		margin: 0
	}

	.benchmarked-right {
		margin-top: 125px;
		width: 618px;
		padding: 63px 60px 71px 60px
	}

	.benchmarked-block h2 {
		padding-right: 160px;
		padding-bottom: 6px;
		margin-bottom: 42px
	}

	.benchmarked-block p {
		margin-bottom: 11px;
		font-family: 'Proxima Nova Bl';
		font-weight: 700;
		font-size: 2rem;
		padding-right: 90px;
		letter-spacing: -1.1px
	}

	.ecommerce-content li:after {
		top: 7px;
		left: -1px
	}

	.ecommerce-content li {
		position: relative;
		padding-left: 16px;
		line-height: 1.35;
		margin-bottom: 24px
	}

	.benchmarked-right h2:after {
		bottom: 9px;
		left: 3px;
		width: 77px;
		height: 4px
	}

	.benchmarked-right h2 {
		padding-bottom: 16px
	}

	.benchmarked-right p {
		font-size: 1.8rem;
		letter-spacing: -.35px;
		line-height: 1.3;
		margin-bottom: 28px
	}

	.austria-img {
		margin-bottom: 55px
	}

	.benchmarked-right .decide-button {
		margin-top: 15px
	}

	.benchmarked-block:after {
		width: 878px
	}

	.frequently-section {
		padding: 0 0 40px 0
	}

	.faq-space {
		padding-top: 0
	}

	.frequently-section h2 {
		margin-bottom: 64px
	}

	.que {
		padding: 0 200px 35px 0
	}

	.ans-point {
		top: 0
	}

	.ans {
		padding: 3px 18% 20px 0
	}

	.acc-question,
	.accordion-content {
		padding-left: 55px
	}

	.acc-question::after {
		padding: 6px;
		right: 23px
	}

	.bottom-line {
		margin-left: 55px
	}

	.industries-section {
		padding-bottom: 154px
	}

	.industries-team {
		max-height: 717px;
		max-width: 786px
	}

	.industries-people img {
		height: 100%
	}

	.industries-block {
		max-width: 906px;
		padding: 44px
	}

	.industries-block {
		padding: 75px 112px 73px 106px
	}

	.industries-left h2 {
		padding-top: 17px;
		margin-bottom: 29px
	}

	.industries-logo {
		margin-bottom: 18px;
		width: 149px
	}

	.industries-img {
		margin-bottom: 13px
	}
}

@media only screen and (min-width:1366px) {
	.offshore-wrap .container {
		padding: 0 15px
	}

	.technology-wrap {
		padding: 121px 106px 76px
	}

	.technology-list {
		width: 59.7%
	}

	.technology-list li {
		margin: 0 19px 19px 0
	}

	.technology-platform {
		padding-bottom: 50px;
		margin-bottom: 85px;
		border-bottom: none;
		background: url("../images/technology-line.svg") no-repeat left bottom
	}
}

@media only screen and (min-width:1440px) {
	.btn-sec {
		width: 35%
	}
}

@media only screen and (min-width:1920px) {
	.industries-section {
		max-width: 1920px;
		margin: 0 auto
	}
}