@charset "UTF-8";

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.clearfix:before, .clearfix:after {
    content: '';
    display: table
}

.clearfix:after, .clear {
    clear: both
}

* {
    outline: none
}

html {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%
}

body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 7px solid #9e4430;
    background: #D1D1D1;
    color: #151515;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
    margin: 0;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
    transition: background .4s;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

body:before {
    background: #9e4430;
    content: '';
    height: 7px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99
}

body:after {
    background: #9e4430;
    content: '';
    height: 7px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2
}

body.dark {
    background: #48433E;
    height: 100vh;
    overflow: hidden
}

body.dark header .logo {
    background-image: url(../img/logo_w.png)
}

body.dark .intro .tesis h1 {
    color: #fff
}

.container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1780px;
    width: 100%
}

h1 {
    font-family: 'Teko', sans-serif;
    font-weight: 700;
    margin: 0
}

h2 {
    font-family: 'Teko', sans-serif;
    font-weight: 700;
    margin: 0
}

h3 {
    font-family: 'Teko', sans-serif;
    font-weight: 700;
    margin: 0
}

h4 {
    font-family: 'Teko', sans-serif;
    font-weight: 700;
    margin: 0
}

h5 {
    font-family: 'Teko', sans-serif;
    font-weight: 700;
    margin: 0
}

h6 {
    font-family: 'Teko', sans-serif;
    font-weight: 700;
    margin: 0
}

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

p {
    margin: 0
}

.mobile-view {
    display: none
}

.c-select {
    box-sizing: border-box;
    background: url(../img/icons/c_select.png) right 25px top 0 no-repeat #fff;
    background-size: auto 60px;
    border-radius: 5px;
    border: 1px solid #adadad;
    height: 60px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.c-select select {
    border: none;
    box-shadow: none;
    height: 60px;
    padding: 0 15px;
    width: 100%;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.c-select select:focus {
    outline: none
}

.head {
    margin-bottom: 80px;
    text-align: center
}

.head h2 {
    font-family: 'Teko', sans-serif;
    font-size: 60px;
    font-weight: 700
}

.head span {
    color: #9e4430
}

header {
	background: red;
    background: url(../img/bg_header.png) left top repeat-x
}

header .search-wrap {
    display: none;
    position: absolute;
    top: 95px;
    left: 340px;
    z-index: 10;
}
header .search-wrap .blacked {
    background: red;
}
header .search-trigger {
    background: url(../img/icons/search.svg) center no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    height: 20px;
    position: absolute;
    top: 2px; left: 0;
    width: 20px;
    transition: .2s;
}
header .search-trigger:hover {
    opacity: 0.7;
}
header .search-form {
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}
header .search-form.visible {
    opacity: 1;
    visibility: visible;
}
header .search-form .cell {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    height: 30px;
    padding: 0 0 15px 30px;
    width: 220px;
}
header .search-form .btn-sm {
    background: url(../img/icons/search.svg) center no-repeat;
    background-size: 100% auto;
    border: 0;
    cursor: pointer;
    height: 20px;
    position: absolute;
    top: 2px; left: 0;
    width: 20px;
}

header .logo {
    background: url(../img/logo.png) left top no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    height: 100px;
    position: absolute;
    top: 80px;
    left: 80px;
    width: 275px;
    z-index: 5;
    transition: .4s
}

header .logo.white {
    background-image: url(../img/logo_w.png)
}

header .navigation {
    position: absolute;
    top: 100px;
    right: 80px;
    z-index: 5;
    transition: .4s
}

header .navigation.hide {
    opacity: 0;
    display:none;
}

header .navigation li {
    display: inline-block;
    margin-left: 30px;
    margin-right: -4px;
	position: relative;
    vertical-align: top
}

header .navigation li.menu-item-has-children:hover .sub-menu {
    display: block;
}
header .navigation li .sub-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #9C4434;
    border-radius: 5px;
    border-top-right-radius: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.05);
    display: none;
    padding: 10px 0;
    position: absolute;
    top: 25px; right: 0;
    width: 200px;
}

header .navigation li .sub-menu li {
    display: block;
    line-height: 1;
    margin: 0;
}
header .navigation li .sub-menu li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0 10px;
    text-transform: none;
}
header .navigation li .sub-menu li a:hover {
    background-color: #1A4788;
    color: #fff;
}

header .navigation li a {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 17px;
    letter-spacing: 3pt;
    text-decoration: none;
    text-transform: uppercase;
    transition: .2s
}

header .navigation li a:hover {
    color: #17458a;
	padding-bottom:15px;
}
#drawingArea {

  height:100%;
}
header .menu-trigger {
    display: none
}

.load-explore {
    display: none
}

.main-page {
    color: #282828;
    position: relative;
    transition: .4s
}

.intro {
    background: url(../img/b_statistic.jpg) center no-repeat;
    background-size: 100% 100%;
    height: 125vh;
    position: relative;
    width: 100%
}

.intro .bg-mask {
    /*background: url(../img/intro_mask.png) center no-repeat;*/
    background-size: 90% auto;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 2
}

.intro .light-image {
    background: url(../img/intro_bg.jpg) center bottom #d1d1d1;
    background-size: cover;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .4s;
    background-repeat: no-repeat;
}

.intro .light-image.visible {
    opacity: 1;
    visibility: visible
}

.intro .container {
    height: 100%;
    position: relative
}

.intro .tesis {
    color: #fff;
    position: absolute;
    top: 41%;
    left: 30px;
    z-index: 2;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.intro .tesis .title {
    mix-blend-mode: saturation
}

.intro .tesis h1 {
    color: #000;
    font-family: 'Teko', sans-serif;
    font-size: 120px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    transition: .2s;
    z-index: 5
}

.intro .tesis .button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #9C4434;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 90px;
    margin-top: 40px;
    letter-spacing: 3pt;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 235px
}

.intro .scroll-down {
    background: url(../img/icons/scroll_down.png) left 50% bottom 0 no-repeat;
    -webkit-background-size: 25px auto;
    background-size: 35px auto;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3pt;
    padding-bottom: 110px;
    position: absolute;
    bottom: 25vh;
	z-index: 10;
    left: 50%;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    transition: .4s
}
.intro .scroll-down:hover {
     opacity: 0.3;
}
.intro .scroll-down.hide {
    opacity: 0
}

.section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 0
}

.about-section .row:nth-child(odd) {
    background: url(../img/rhombs/rhomb_bg.png) right 0 top 50% no-repeat;
    background-size: 25% auto
}

.about-section .row:nth-child(even) .col {
    margin-left: 30%
}

.about-section .col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 65%
}

.about-section .col .block {
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
    width: 50%
}

.about-section .col .icon .rhombus img {
    display: block;
    height: auto;
    width: 100%
}

.about-section .col .description {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 80px
}

.about-section .col .description h4 {
    color: #17458a;
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px
}

.about-section .col .description p {
    font-size: 20px;
    line-height: 28px
}

.about-section .col .description a {
    color: #9e4430;
    display: block;
    font-weight: 900;
    letter-spacing: 3pt;
    margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase
}

.statistic-section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/b_statistic.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    box-shadow: 0 0 130px rgba(0, 0, 0, 0.3);
    padding: 200px 0
}

.statistic-section ul {
    text-align: center
}

.statistic-section li {
    color: #fff;
    display: inline-block;
    font-family: 'Teko', sans-serif;
    font-weight: 700;
    margin-right: -4px;
    vertical-align: top;
    width: 25%
}

.statistic-section li strong {
    font-size: 200px;
    line-height: .6;
    position: relative
}

.statistic-section li strong small {
    font-size: 100px;
    position: absolute;
    top: 60px;
    right: -60px
}

.statistic-section li p {
    font-size: 30px
}

.costumers–section {
    background: url(../img/rhombs/rhomb_bg.png) right -10% top 80% no-repeat;
    -webkit-background-size: 295px auto;
    background-size: 295px auto;
    padding-bottom: 20px
}

.costumers–section .container {
    margin: 0 auto;
    max-width: 1440px
}

.costumers–section .logos {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 40px;
    width: 16.6666667%
}

.costumers–section .logos img {
    display: block;
    margin: 0 auto;
    width: 100%
}

.whitepapers-section .head {
    text-align: center
}

.whitepapers-section .row {
    margin: 0 -20px
}

.whitepapers-section .col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 40px;
    width: 33.3333%
}

.whitepapers-section .block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.whitepapers-section .block img {
    display: block;
    box-shadow: 0 0 120px rgba(0, 0, 0, 0.2);
    width: 100%
}

.whitepapers-section .block .info {
    box-sizing: border-box;
    background: #6d2e23;
    background: -moz-linear-gradient(left, #6d2e23 0%, #954031 100%);
    background: -webkit-linear-gradient(left, #6d2e23 0%, #954031 100%);
    background: linear-gradient(to right, #6d2e23 0%, #954031 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d2e23', endColorstr='#954031', GradientType=1);
    color: #fff;
    padding: 10px 20px;
    max-width: 80%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.whitepapers-section .block .info h3 {
    font-size: 30px;
    line-height: 1
}

footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 0
}

footer a {
    color: #000;
    text-decoration: none
}

footer a:hover {
    color: #17458a
}

footer .col {
    float: left;
    width: 33.3333%
}

footer .copy {
    text-align: left
}

footer .info {
    text-align: right
}

footer .info li {
    display: inline-block;
    margin: 0 8px;
    vertical-align: top
}

footer .sitemap {
    display: block;
    text-align: right
}

.inner-page {
    box-sizing: border-box
}

.inner-page .page-banner {
    box-sizing: border-box;
    background: url(../img/banner_inners.jpg) center no-repeat;
    background-size: cover;
    box-shadow: 0 0 120px rgba(0, 0, 0, 0.5);
    height: 100vh;
    padding-top: 240px;
    max-height: 600px
}

.inner-page .page-banner h1 {
    color: #fff;
    font-size: 120px;
    font-weight: 700;
    line-height: 1;
    text-align: center
}

.inner-page .page-banner .inner-navigation {
    margin: 0 auto;
    text-align: center;
    max-width: 1140px
}

.inner-page .page-banner .inner-navigation li {
    display: inline-block;
    line-height: 50px;
    vertical-align: top
}

.inner-page .page-banner .inner-navigation li.current a {
    background: #1A4788;
    border-radius: 5px
}

.inner-page .page-banner .inner-navigation li a {
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    letter-spacing: 3.4pt;
    font-weight: 700;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase
}

.inner-page .page-banner .inner-navigation li a:hover {
    background-color: #9e4430
}

.inner-page .content {
    padding: 80px 0
}

.inner-page .content .head {
    margin: 0 auto;
    max-width: 880px;
    text-align: center
}

.inner-page .content h2 {
    color: #17458a;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 20px
}

.inner-page .content h3 {
    color: #17458a;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 25px
}

.inner-page .content h4 {
    color: #17458a;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 25px
}

.inner-page .content p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 25px
}

.inner-page .half-block {
    float: right;
    width: 50%
}

.inner-page .about-allied {
    background: url(../img/rhombs/about_whatwedo.png) left 0 top 50% no-repeat;
    background-size: 45% auto
}

.inner-page .why-allied {
    text-align: center
}

.inner-page .why-allied .why-features .row {
    box-sizing: border-box;
    margin: 0 -50px
}

.inner-page .why-allied .why-features .col {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -4px;
    padding: 0 50px;
    vertical-align: top;
    width: 25%
}

.inner-page .why-allied .why-features .icon img {
    display: block;
    margin: 0 auto;
    width: 100%
}

.inner-page .why-allied .why-features h4 {
    color: #17458a;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px
}

.inner-page .why-allied .why-features p {
    font-size: 20px
}

.inner-page .leadership .team {
    margin-top: 40px
}

.inner-page .leadership .row {
    box-sizing: border-box;
    margin: 0 -30px
}

.inner-page .leadership .col {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -4px;
    padding: 0 30px;
    vertical-align: top;
    width: 50%
}

.inner-page .leadership .block {
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    border-bottom: 6px solid #9e4430;
    box-shadow: 0 120px 130px rgba(0, 0, 0, 0.25);
    margin-bottom: 50px;
    overflow: hidden
}

.inner-page .leadership .block .cover img {
    display: block;
    height: auto;
    width: 100%;
    padding-top: 30px;
}

.inner-page .leadership .block .info {
    box-sizing: border-box;
    padding: 20px 60px;
    text-align: center;
	min-height:500px
}

.inner-page .leadership .block .info h4 {
    color: #17458a;
    font-size: 30px;
    line-height: 1
}

.inner-page .leadership .block .info .position {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px
}

.inner-page .leadership .block .info .bio p {
    font-size: 20px;
    line-height: 24px
}

.inner-page .careers {
    background: url(../img/rhombs/about_careers.png) left 0 top 0 no-repeat;
    background-size: 45% auto;
    min-height: 500px;
}

.inner-page .careers li {
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 600;
    line-height: 50px;
    padding-left: 35px;
    position: relative
}

.inner-page .careers li:before {
    box-sizing: border-box;
    background: #9e4430;
    border-radius: 50%;
    content: '';
    height: 12px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    width: 12px
}

.inner-page .careers .career-form {
    margin-top: 300px;
    position: relative
}

.inner-page .careers .career-form .col {
    box-sizing: border-box;
    float: left;
    padding-right: 100px;
    width: 33.3333%
}

.inner-page .careers .career-form .col.last {
    padding-right: 0
}

.inner-page .careers .career-form label {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 25px
}

.inner-page .careers .career-form label small {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    font-weight: 200;
    vertical-align: top
}

.inner-page .careers .career-form .cell-wrap {
    margin-bottom: 35px
}

.inner-page .careers .career-form .cell {
    box-sizing: border-box;
    background: #fff;
    border: 0;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    height: 60px;
    padding: 0 15px;
    width: 100%
}

.inner-page .careers .career-form textarea {
    box-sizing: border-box;
    background: #fff;
    border: 0;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    height: 190px;
    padding: 15px;
    resize: none;
    width: 100%
}

.inner-page .careers .career-form .upload {
    box-sizing: border-box;
    background: #fff;
    border: 0;
    border-radius: 5px;
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
    padding: 0 15px;
    text-align: center;
    width: 140px
}

.inner-page .careers .career-form .send {
    box-sizing: border-box;
    background: #9e4430;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    height: 93px;
    position: absolute;
    bottom: 0;
    right: 0;
    letter-spacing: 3.5pt;
    text-align: center;
    text-transform: uppercase;
    width: 235px
}

.inner-page .learning-center {
    background: url(../img/rhombs/about_learning.png) left 0 top 0 no-repeat;
    background-size: 45% auto
}

.inner-page .learning-center .certificate-check {
    margin-top: 40px;
    position: relative;
    max-width: 360px
}

.inner-page .learning-center .certificate-check label {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 25px
}

.inner-page .learning-center .certificate-check .cell {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #adadad;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    height: 60px;
    padding: 0 15px;
    width: 100%
}

.inner-page .learning-center .certificate-check .check {
    background: #fff;
    border: 1px solid #adadad;
    color: #000;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 100px
}

.inner-page .products-page {
    background: url(../img/rhombs/products.png) left 0 top 0 no-repeat;
    background-size: 45% auto
}

.inner-page .products-page .half-block {
    margin-bottom: 280px
}

.inner-page .products-page .row:nth-child(even) {
    background: none
}

.inner-page .products-page .row:nth-child(even):before {
    background: url(../img/rhombs/rhomb_bg.png) center no-repeat;
    background-size: 300px auto;
    display: inline-block;
    margin-right: -4px;
    height: 470px;
    vertical-align: middle;
    width: 33.3333%
}

.inner-page .products-page .row:first-child {
    background: none
}

.inner-page .products-page .row {
    background: url(../img/rhombs/rhomb_bg.png) right 15% top 50% no-repeat;
    background-size: 300px auto;
    height: 100%;
    position: relative;
    margin-bottom:20px;
}

.inner-page .products-page .row .image {
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
    width: 33.3333%
}

.inner-page .products-page .row .image img {
    display: block;
    height: auto;
    width: 100%
}

.inner-page .products-page .row .description {
    box-sizing: border-box;
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    margin-right: -4px;
    padding-left: 60px;
    vertical-align: middle;
    width: 33.3333%
}

.inner-page .products-page .row .description a,
.inner-page .current-product .article .back {
    box-sizing: border-box;
    color: #9e4430;
    display: inline-block;
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 3pt;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.inner-page .current-product .article .back {
  padding-top:20px;
}

.inner-page .current-product {
    background: url(../img/rhombs/rhomb_bg.png) right 0 top 45% no-repeat, url(../img/rhombs/rhomb_bg.png) left 70% top 85% no-repeat, url(../img/rhombs/rhomb_bg.png) left 70% top 5% no-repeat;
    background-size: 25% auto
}

.inner-page .current-product .article {
    box-sizing: border-box;
    padding: 80px 0 60px;
    max-width: 50%
}

.inner-page .current-product .article h2 {
    color: #17458a;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px
}

.inner-page .current-product .article p {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 15px
}

.inner-page .current-product .article .backOld {
    box-sizing: border-box;
    background: #9e4430;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: 'Teko', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 3pt;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 150px
}

.inner-page .services-page .half-block {
    margin-bottom: 260px
}

.inner-page .services-page .half-block.left {
    float: left
}

.inner-page .services-page li {
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 20px;
    padding-left: 35px;
    position: relative
}

.inner-page .services-page li:before {
    box-sizing: border-box;
    background: #9e4430;
    border-radius: 50%;
    content: '';
    height: 12px;
    position: absolute;
    top: 15px;
    left: 0;
    margin-top: -6px;
    width: 12px
}

.inner-page .services-page .row:nth-child(even) {
    background: none
}

.inner-page .services-page .row:nth-child(even):before {
    background: url(../img/rhombs/rhomb_bg.png) center no-repeat;
    background-size: 300px auto;
    display: inline-block;
    margin-right: -4px;
    height: 470px;
    vertical-align: middle;
    width: 33.3333%
}

.inner-page .services-page .row {
    background: url(../img/rhombs/rhomb_bg.png) right 5% top 50% no-repeat;
    background-size: 300px auto;
    position: relative
}

.inner-page .services-page .row .image {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 33.3333%
}

.inner-page .services-page .row .image img {
    display: block;
    height: auto;
    width: 100%
}

.inner-page .services-page .row .description {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -4px;
    padding-left: 60px;
    vertical-align: middle;
    width: 33.3333%
}

.inner-page .services-page .row .description .button {
    box-sizing: border-box;
    background: #9e4430;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: 'Teko', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.inner-page .specialized-testing {
    background: url(../img/rhombs/specialized_testing.png) left 0 top 0 no-repeat;
    background-size: 50% auto
}

.inner-page .specialized-testing .row {
    margin-bottom: 100px
}

.inner-page .financial-engineering .row .image {
    vertical-align: middle
}

.inner-page .financial-engineering .half-block {
    margin-bottom: 0
}

.inner-page .qa-consulting {
    background: url(../img/rhombs/qa_conslt.png) left 0 top 0 no-repeat;
    background-size: 50% auto
}

.inner-page .qa-consulting .half-block {
    margin-bottom: 80px
}

.inner-page .qa-consulting .wrap {
    box-sizing: border-box;
    margin: 0 -40px
}

.inner-page .qa-consulting .wrap .block {
    box-sizing: border-box;
    float: left;
    padding: 0 40px;
    width: 50%
}

.inner-page .support-services {
    background: url(../img/rhombs/support_sevrices.png) left 0 top 0 no-repeat;
    background-size: 50% auto
}

.inner-page .support-services .half-block {
    margin-bottom: 80px
}

.inner-page .support-services .wrap {
    box-sizing: border-box;
    margin: 0 -40px
}

.inner-page .support-services .wrap .block {
    box-sizing: border-box;
    float: left;
    padding: 0 40px;
    width: 50%
}

.inner-page .product-development {
    background: url(../img/rhombs/product_development.png) left 0 top 0 no-repeat;
    background-size: 50% auto
}

.inner-page .product-development .half-block {
    margin-bottom: 0
}

.inner-page .mobile-testing {
    background: url(../img/rhombs/mobile_testing.png) left 0 top 0 no-repeat;
    background-size: 50% auto
}

.inner-page .mobile-testing b {
    font-weight: bold;
}

.inner-page .mobile-testing .half-block {
    margin-bottom: 100px
}

.inner-page .mobile-testing .wrap {
    box-sizing: border-box;
    margin: 0 -40px;
    margin-top: 100px
}

.inner-page .mobile-testing .wrap strong {
    font-weight: bold;
}

.inner-page .mobile-testing li a {
    color: #000;
    transition: .2s;
}

.inner-page .mobile-testing li a:hover {
    opacity: .7;
    text-decoration: none;
}

.inner-page .mobile-testing .wrap .block {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -4px;
    margin-bottom: 40px;
    padding: 0 40px;
    vertical-align: top;
    width: 50%
}

.inner-page .environment-audit {
    background: url(../img/rhombs/test_audit.png) left 0 top 0 no-repeat;
    background-size: 45% auto
}

.inner-page .ai-solutions {
    background: url(../img/rhombs/ai_solutions.png) left 0 top 0 no-repeat;
    background-size: 45% auto
}

.inner-page .security-testing {
    background: url(../img/rhombs/security_testing.png) left 0 top 0 no-repeat;
    background-size: 45% auto
}

.inner-page .hiring-tech-talents  {
    background: url(../img/rhombs/hiring_tech_talents.png) left 0 top 0 no-repeat;
    background-size: 45% auto
}

.inner-page .environment-audit .wrap,
.inner-page .ai-solutions .wrap,
.inner-page .security-testing .wrap,
.inner-page .hiring-tech-talents .wrap{
    box-sizing: border-box;
    margin: 0 -40px;
    margin-top: 100px
}

.inner-page .environment-audit .wrap .block,
.inner-page .ai-solutions .wrap .block,
.inner-page .security-testing .wrap .block,
.inner-page .hiring-tech-talents .wrap .block{
    box-sizing: border-box;
    float: left;
    padding: 0 40px;
    width: 50%
}

@media only screen and (min-width: 1441px) {
    .inner-page .ai-solutions .half-block.square,
    .inner-page .security-testing .half-block.square,
    .inner-page .hiring-tech-talents .half-block.square{
        aspect-ratio:4/3;
    }
}
.inner-page .knowledge .row:nth-child(odd) {
    background: none
}

.inner-page .knowledge .row:nth-child(odd):before {
    background: url(../img/rhombs/rhomb_bg.png) center no-repeat;
    background-size: 300px auto;
    display: inline-block;
    margin-right: -4px;
    height: 470px;
    vertical-align: middle;
    width: 33.3333%
}

.inner-page .knowledge .row {
    background: url(../img/rhombs/rhomb_bg.png) right 15% top 50% no-repeat;
    background-size: 300px auto;
    height: 100%;
    position: relative
}

.inner-page .knowledge .row .image {
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
    width: 33.3333%
}

.inner-page .knowledge .row .image img {
    display: block;
    height: auto;
    width: 100%
}

.inner-page .knowledge .row .description {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -4px;
    padding-left: 60px;
    vertical-align: middle;
    width: 33.3333%
}

.inner-page .knowledge .row .description .button {
    box-sizing: border-box;
    background: #9e4430;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: 'Teko', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.inner-page .contacts-page .row:nth-child(odd) {
    background: none
}

.inner-page .contacts-page .row:nth-child(odd):before {
    background: url(../img/rhombs/rhomb_bg.png) center no-repeat;
    background-size: 300px auto;
    display: inline-block;
    margin-right: -4px;
    height: 470px;
    vertical-align: middle;
    width: 33.3333%
}

.inner-page .contacts-page .row {
    background: url(../img/rhombs/rhomb_bg.png) right 15% top 50% no-repeat;
    background-size: 300px auto;
    height: 100%;
    position: relative
}

.inner-page .contacts-page .row .image {
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
    width: 25%;
}

.inner-page .contacts-page .row .image img {
    display: block;
    height: auto;
    width: 100%
}

.inner-page .contacts-page .row .adress {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -4px;
    padding-left: 60px;
    vertical-align: middle;
    width: 33.3333%
}

.inner-page .contacts-page .row .adress h4 {
    color: #17458a;
    font-size: 24px;
    margin-bottom: 25px
}

.inner-page .contacts-page .row .adress .info {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px
}
.inner-page .search-banner p {
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.inner-page .search-results {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 60px 0;
    max-width: 800px;
}
.inner-page .search-results a {
    color: #282828;
    display: inline-block;
    font-size: 18px;
    line-height: 1.6;
    margin-right: -4px;
    vertical-align: top;
    width: 50%;
}
.inner-page .search-pagination {
    margin-top: 60px;
}
.inner-page .search-pagination li {
    display: inline-block;
    font-size: 18px;
    margin-right: 20px;
    vertical-align: top;
}
.inner-page .search-pagination li.active {
    color: #9C4434;
}
.inner-page .search-pagination li a {
    color: #282828;
    font-size: 18px;
    text-decoration: none;
}
.inner-page .search-pagination li a:hover {
    color: #fff;
}
.sitemap-page .container {
    max-width: 800px;
}
.sitemap-page ul {
    display: inline-block;
    margin-right: -8px;
    margin-bottom: 40px;
    vertical-align: top;
    width: 33.3333%;
}
.sitemap-page ul h3 {
    margin-bottom: 15px;
}
.sitemap-page a {
    color: #000;
}



@media screen and (max-width:1440px) {
    .sitemap-page ul {
    display: inline-block;
    margin-right: -8px;
    margin-bottom: 40px;
    vertical-align: top;
    width: 33.3333%;
	}
	.head h2 {
        font-size: 48px;
        line-height: 52px
    }

    header .logo {
        top: 30px;
        width: 160px
    }

    header .search-wrap {
        top: 50px; left: 280px;
    }

    header .navigation {
        top: 50px
    }

    header .navigation li {
        margin-left: 15px
    }

    header .navigation li a {
        font-size: 14px;
        letter-spacing: 1.5pt
    }

    .intro .tesis h1 {
        font-size: 70px
    }

    .intro .tesis .button {
        line-height: 70px
    }

    .about-section .col .description p {
        font-size: 14px
    }

    .about-section .col .description h4 {
        font-size: 20px
    }

    .statistic-section {
        padding: 100px 0
    }

    .statistic-section li strong {
        font-size: 100px
    }

    .statistic-section li p {
        font-size: 20px
    }

    .inner-page .content.services-page {
        background: none!important;

    }

    .inner-page .page-banner {
        height: 50vh;
        padding: 150px 0 40px
    }

    .inner-page .page-banner h1 {
        font-size: 64px
    }

    .inner-page .page-banner .inner-navigation li {
        line-height: 50px !important
    }

    .inner-page .page-banner .inner-navigation li a {
        font-size: 12px;
        letter-spacing: 1.5pt
    }

    .inner-page .content h2 {
        font-size: 30px
    }

    .inner-page .content p {
        font-size: 16px !important;
        line-height: 24px
    }
    .inner-page .products-page .row .description a {
      font-size:18px;
    }
    .inner-page li {
        font-size: 16px !important;
        line-height: 30px !important;
        margin-bottom: 5px !important
    }

    .inner-page .core-qa {
        background: none !important
    }

    .inner-page .careers .career-form {
        margin-top: 150px
    }

    .inner-page .careers .career-form .send {
        height: 60px;
        bottom: 35px;
    }

    .inner-page .services-page .half-block {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        margin-bottom: 60px;
        max-width: 800px;
        width: 100%;
    }

    .inner-page .services-page .row:nth-child(even):before {
        display: none
    }

    .inner-page .services-page .row {
        margin-bottom: 40px
    }
    .inner-page .row .image {
        margin: 0 auto;
        max-width: 400px!important;
    }
    .inner-page .services-page .row .image {
        width: 20%;
    }

    .inner-page .services-page .row:before {
        display: none
    }

    .inner-page .services-page .row .description {
        width: 66.66666%
    }

    .inner-page .content.products-page {
        background: none;
    }
    .inner-page .products-page .half-block {
        float: none;
        margin-bottom: 60px;
        max-width: 800px;
        width: 100%;
    }
    .inner-page .products-page .row:nth-child(even)::before {
        display: none
    }

    .inner-page .products-page .row {
        background: none
    }

    .inner-page .products-page .row .image {
        width: 20%;
    }

    .inner-page .products-page .row .description {
        width: 66.66666%
    }

    .inner-page .current-product .article h2 {
        font-size: 30px
    }

    .inner-page .current-product .article p {
        font-size: 16px;
        line-height: 24px
    }

    .inner-page .current-product .article .back {
        font-size: 18px;
    }

    .inner-page .knowledge .row:nth-child(odd):before {
        display: none
    }

    .inner-page .knowledge .row {
        background: none
    }
    .inner-page .knowledge .row .image {
        width: 20%;
    }
    .inner-page .knowledge .row .description {
        width: 66.6666%
    }

    .inner-page .contacts-page .row:nth-child(odd) {
        background: none
    }

    .inner-page .contacts-page .row:nth-child(odd):before {
        background: url(../img/rhombs/rhomb_bg.png) center no-repeat;
        background-size: auto 100%;
        display: inline-block;
        margin-right: -4px;
        height: 150px;
        vertical-align: middle;
        width: 33.3333%
    }

    .inner-page .contacts-page .row {
        background-size: 150px auto;
        height: auto;
        margin-bottom:50px;
    }

    .inner-page .contacts-page .row .image {
        width: 25%;
    }

    .inner-page .contacts-page .row .image img {
        display: block;
        margin: 0 auto;
        width: 100%
    }

    .inner-page .contacts-page .row .adress .info {
        font-size: 20px;
        line-height: 28px
    }
	.inner-page .leadership .block .info {
	min-height: 500px;
	}

}

@media screen and (max-width:1280px) {
	.sitemap-page ul {
    display: inline-block;
    margin-right: -8px;
    margin-bottom: 40px;
    vertical-align: top;
    width: 33.3333%;
	}
    .inner-page .why-allied .why-features .col {
        width: 33.3333%
    }
	footer .info {
    text-align: center
    }
	.inner-page .leadership .block .info {
	min-height: 580px;
	}
}

@media screen and (max-width:991px) {
    .sitemap-page ul {
    display: inline-block;
    margin-right: -8px;
    margin-bottom: 40px;
    vertical-align: top;
    width: 45%;
	}
	body {
        border: 0;
    }
    body:after {
        display: none;
    }
    .section {
        padding: 40px 0
    }

    .head {
        box-sizing: border-box;
        margin-bottom: 40px;
        padding: 0 20px
    }

    .head h2 {
        font-size: 30px;
        line-height: 30px
    }

    header {
        background-size: 50% auto;
        height: 80px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9
    }

    header .logo {
        background: url(../img/logo_w.png);
        background-size: 100% auto;
        height: 45px;
        left: 20px;
        top: 20px;
        width: 122px;
        z-index: 20
    }
    header .search-wrap {
        top: 32px; left: 170px;
    }
    header .navigation {
        box-sizing: border-box;
        background: #803325;
        background: -moz-linear-gradient(-45deg, #803325 0%, #a44733 100%);
        background: -webkit-linear-gradient(-45deg, #803325 0%, #a44733 100%);
        background: linear-gradient(135deg, #803325 0%, #a44733 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#803325', endColorstr='#a44733', GradientType=1);
        height: auto;
		max-height: 100%;
		overflow-y: scroll;
        display: none;
        padding: 80px 0 30px;
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
		-webkit-overflow-scrolling: touch;
    }
    header .navigation li .sub-menu {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: transparent;
        display: none;
        padding: 0 10px;
        position: relative;
        top: auto; right: auto;
        text-align: left;
        width: 100%;

        border-radius: 0;

        margin-left: 10px;
    }
    header .navigation li.menu-item-has-children:hover .sub-menu {
      display: none;
    }
    header .navigation li .sub-menu li {
        display: block;
        margin-right: 16px;
    }
    header .navigation li .sub-menu li a {
        font-size: 14px;
        line-height: 35px;
        padding: 0;
    }
    header .navigation.visible {
        display: block
    }

    header .navigation li {
        display: block;
        margin-right: 0;
        margin-left: 15px;
        margin-right:15px;
    }
    header .navigation #menu-navigation>li.menu-item-has-children>a::after{
      width:20px;
      height:20px;
      content:"";
      float: right;
      background: url(../img/menu/arrowR.svg);
      background-repeat: no-repeat;
      background-size:auto 100%;
      margin-top:8px;
    }
    header .navigation li a:hover {
      padding-bottom:0px
     }

    header .navigation #menu-navigation>li.menu-item-has-children.oppened>a::after{
      background: url(../img/menu/arrowL.svg);
      background-repeat: no-repeat;
      background-size:auto 100%;
    }
    header .navigation li a {
        font-size: 25px;
        font-weight: 700;
        display:block;
    }

    header .menu-trigger {
        cursor: pointer;
        display: block;
        position: absolute;
        top: 30px;
        right: 30px;
        z-index: 20
    }
    header .menu-trigger.hide {
      display:none;
    }

    header .menu-trigger .line {
        background: #fff;
        display: block;
        height: 2px;
        margin-bottom: 8px;
        width: 26px
    }

    .main-page .illustration {
        display: none
    }

    .intro {
        background: url(../img/b_statistic.jpg) center no-repeat;
        background-size: cover;
        height: auto;
        margin-bottom: 40px;
        overflow: visible
    }

    .intro .bg-mask {
        display: none
    }

    .intro .tesis {
        box-sizing: border-box;
        padding-top: 120px;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .intro .tesis h1 {
        color: #fff;
        font-size: 30px;
        line-height: 38px;
        text-align: center
    }

    .intro .tesis .button {
        font-size: 14px;
        line-height: 60px;
        margin: 0 auto;
        width: 150px;
        z-index: 5;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

    .intro .scroll-down {
        display: none
    }

    .inner-page .why-allied .why-features .row {
        margin: 0;
    }

    .inner-page .why-allied .why-features .col {
        padding: 0;
        text-align: left;
        width: 100%;
    }

    .about-section .row {
        background: none !important
    }

    .about-section .col {
        margin-left: 0 !important;
        width: 100%
    }

    .about-section .col .block {
        margin-bottom: 40px;
        width: 100%
    }

    .about-section .col .block .rhombus {
        margin-bottom: 20px
    }

    .about-section .col .description {
        padding-left: 0;
        text-align: center
    }

    .inner-page .leadership .col {
        width: 100%;
    }

    .inner-page .leadership .block .info {
        padding: 20px;
        text-align: left;
    }

    .statistic-section {
        padding: 60px 0 20px
    }

    .statistic-section li {
        margin-bottom: 40px;
        width: 100%
    }

    .statistic-section li strong {
        font-size: 120px;
        line-height: .8
    }

    .statistic-section li strong small {
        top: 30px;
        right: -40px;
        font-size: 60px
    }

    .costumers–section {
        background: none
    }

    .costumers–section .logos {
        display: inline-block;
        float: none;
        margin-right: -4px;
        margin-bottom: 20px;
        padding: 15px;
        vertical-align: top;
        width: 50%
    }

    .whitepapers-section .row {
        margin: 0
    }

    .whitepapers-section .col {
        padding: 0;
        width: 100%
    }

    .whitepapers-section .block {
        margin-bottom: 40px
    }

    .whitepapers-section .block .info {
        padding: 5px;
        max-width: 100%;
        width: 100%;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    footer {
        padding: 20px 0
    }

    footer .col {
        margin-bottom: 15px;
        text-align: center;
        width: 100%
    }
    footer .info {
        text-align: center
    }
    footer .copy {
        text-align: center
    }

    footer .sitemap {
        text-align: center
    }

    .inner-page .content {
        background: none !important;
        padding: 40px 0
    }

    .inner-page .page-banner {
        background-position: left top;
        height: auto;
        min-height: 306px;
        padding: 120px 0 30px;
    }

    .inner-page .page-banner h1 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 36px;
        padding-left: 20px;
        text-align: left;
    }

    .inner-page .page-banner .inner-navigation {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px;
        text-align: left;
    }

    .inner-page .page-banner .inner-navigation li {
        line-height: 30px!important;
        margin-right: -4px;
        margin-bottom: 0!important;
        /*width: 100%;*/
    }

    .inner-page .page-banner .inner-navigation li a {
        font-size: 11px;
        line-height: 0px;
        padding: 5px 10px;
        letter-spacing: 0;
        text-transform: none;
    }

    .inner-page .half-block {
        float: none !important;
        margin-bottom: 20px !important;
        width: 100% !important
    }

    .inner-page .row:before {
        display: none !important
    }

    .inner-page .row .image {
        display: block;
        width: 100% !important
    }
    .inner-page .products-page .row .image,
    .inner-page .contacts-page .row .image,
    .inner-page .knowledge .row .image,
    .inner-page .services-page .row .image {
      display:block;
      margin-left:auto;
      margin-right:auto;
    }
    .inner-page .row .description {
        margin-left: 0 !important;
        padding-left: 0 !important;
        width: 100% !important
    }

    .inner-page .careers .career-form {
        margin-top: 50px;
    }
    .inner-page .careers .career-form .col {
        padding-right: 0;
        width: 100%;
    }
    .inner-page .careers .career-form .upload {
        width: 100%;
    }
    .inner-page .careers .career-form .send {
        margin-top: 20px;
        position: relative;
        width: 100%;
    }

    .inner-page .current-product .article {
        max-width: 100%
    }

    .inner-page .contacts-page .row {
        background: none;
    }
    .inner-page .contacts-page .row .adress {
        padding-left: 0;
        width: 100%
    }

    .inner-page .support-services .wrap {
        margin: 0;
    }
    .inner-page .support-services .wrap .block {
        padding: 0;
        width: 100%;
    }

    .inner-page .qa-consulting .wrap {
        margin: 0;
    }
    .inner-page .qa-consulting .wrap .block {
        margin-bottom: 20px;
        padding: 0;
        width: 100%;
    }

    .inner-page .mobile-testing .wrap {
        margin: 0;
    }
    .inner-page .mobile-testing .wrap .block {
        margin-bottom: 20px;
        padding: 0;
        width: 100%;
    }

    .inner-page .wrap .block ul {
        margin-bottom: 40px;
    }

    .inner-page .environment-audit .wrap,
    .inner-page .ai-solutions .wrap,
    .inner-page .security-testing .wrap,
    .inner-page .hiring-tech-talents .wrap{
        margin: 0;
    }
    .inner-page .environment-audit .wrap .block
    .inner-page .ai-solutions .wrap .block,
    .inner-page .security-testing .wrap .block,
    .inner-page .hiring-tech-talents .wrap .block{
        /*margin-bottom: 20px;*/
        padding: 0;
        width: 100%;
    }
    .inner-page .search-banner p {
        padding-left: 20px;
        text-align: left;
    }
    .inner-page .search-results a {
      width:100%;
    }

}
@media screen and (max-width:480px) {
    header .search-wrap {
        left: 160px;
    }
    header .search-form .cell {
        width: 100px;
    }
}
