@charset "UTF-8";
@font-face {
  font-family: "roboto-regular-webfont";
  src: url("../fonts/roboto-regular-webfont.eot");
  src: url("../fonts/roboto-regular-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto-regular-webfont.ttf") format("truetype"), url("../fonts/roboto-regular-webfont.svg#roboto-regular-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "roboto-lightItalic-webfont";
  src: url("../fonts/Roboto-LightItalic.eot");
  src: url("../fonts/Roboto-LightItalic.eot#iefix") format("embedded-opentype"), url("../fonts/Roboto-LightItalic.woff") format("woff"), url("../fonts/Roboto-LightItalic.ttf") format("truetype"), url("../fonts/Roboto-LightItalic.svg#Roboto-LightItalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "roboto-medium-webfont";
  src: url("../fonts/roboto-medium-webfont.eot");
  src: url("../fonts/roboto-medium-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/roboto-medium-webfont.woff") format("woff"), url("../fonts/roboto-medium-webfont.ttf") format("truetype"), url("../fonts/roboto-medium-webfont.svg#roboto-medium-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "roboto-light-webfont";
  src: url("../fonts/roboto-light-webfont.eot");
  src: url("../fonts/roboto-light-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/roboto-light-webfont.woff") format("woff"), url("../fonts/roboto-light-webfont.ttf") format("truetype"), url("../fonts/roboto-light-webfont.svg#roboto-light-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "roboto-thin-webfont";
  src: url("../fonts/roboto-thin-webfont.eot");
  src: url("../fonts/roboto-thin-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/roboto-thin-webfont.woff") format("woff"), url("../fonts/roboto-thin-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Assistant-Light";
  src: url("../fonts/assistant-light/Assistant-Light.eot");
  src: url("../fonts/assistant-light/Assistant-Light.eot#iefix") format("embedded-opentype"), url("../fonts/assistant-light/Assistant-Light.woff") format("woff"), url("../fonts/assistant-light/Assistant-Light.ttf") format("truetype"), url("../fonts/assistant-light/Assistant-Light.svg#Assistant-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Assistant-Regular";
  src: url("../fonts/assistant-regular/Assistant-Regular.eot");
  src: url("../fonts/assistant-regular/Assistant-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/assistant-regular/Assistant-Regular.woff") format("woff"), url("../fonts/assistant-regular/Assistant-Regular.ttf") format("truetype"), url("../fonts/assistant-regular/Assistant-Regular.svg#Assistant-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Assistant-SemiBold";
  src: url("../fonts/assistant-semibold/Assistant-SemiBold.eot");
  src: url("../fonts/assistant-semibold/Assistant-SemiBold.eot#iefix") format("embedded-opentype"), url("../fonts/assistant-semibold/Assistant-SemiBold.woff") format("woff"), url("../fonts/assistant-semibold/Assistant-SemiBold.ttf") format("truetype"), url("../fonts/assistant-semibold/Assistant-SemiBold.svg#Assistant-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@-webkit-keyframes shaking {
  0% {
    -webkit-transform: rotate(0deg); }
  7% {
    -webkit-transform: rotate(5deg); }
  15% {
    -webkit-transform: rotate(0deg); }
  22% {
    -webkit-transform: rotate(-5deg); }
  30% {
    -webkit-transform: rotate(0deg); }
  37% {
    -webkit-transform: rotate(5deg); }
  45% {
    -webkit-transform: rotate(0deg); }
  52% {
    -webkit-transform: rotate(-5deg); }
  59% {
    -webkit-transform: rotate(0deg); }
  70% {
    -webkit-transform: rotate(5deg); }
  78% {
    -webkit-transform: rotate(0deg); }
  92% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@keyframes shaking {
  0% {
    -webkit-transform: rotate(0deg); }
  7% {
    -webkit-transform: rotate(5deg); }
  15% {
    -webkit-transform: rotate(0deg); }
  22% {
    -webkit-transform: rotate(-5deg); }
  30% {
    -webkit-transform: rotate(0deg); }
  37% {
    -webkit-transform: rotate(5deg); }
  45% {
    -webkit-transform: rotate(0deg); }
  52% {
    -webkit-transform: rotate(-5deg); }
  59% {
    -webkit-transform: rotate(0deg); }
  70% {
    -webkit-transform: rotate(5deg); }
  78% {
    -webkit-transform: rotate(0deg); }
  92% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
.modal {
  position: fixed;
  z-index: 999;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  background: transparent;
  display: none;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s, top 0.3s;
  -moz-transition: opacity 0.3s, top 0.3s;
  -ms-transition: opacity 0.3s, top 0.3s;
  -o-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s; }
  .modal.in {
    opacity: 1;
    top: 0; }
    .modal.in .modal-content {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 100%;
    font-size: 0;
    line-height: 0;
    margin: 0 0 0 -2px; }
  .modal .modal-content {
    margin: 0 -2px;
    -webkit-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    max-width: 100%;
    opacity: 0;
    font-size: 0;
    line-height: 0;
    text-align: left; }
  .modal .modal-body {
    text-align: left;
    font: 17px/1.45 "roboto-regular-webfont"; }
  .modal .modal-close {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: 17px;
    font-size: 25px;
    cursor: pointer; }
    .modal .modal-close:hover {
      color: #F15734; }
  .modal .modal-service-background {
    width: 380px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none; }
    @media (min-width: 1024px) {
      .modal .modal-service-background {
        display: block; } }
    .modal .modal-service-background img {
      width: 100%; }
  .modal .modal-service-content {
    padding-left: 70px;
    padding-right: 70px; }
    @media (min-width: 1024px) {
      .modal .modal-service-content {
        margin-left: 430px;
        padding-left: 0; } }
    @media (max-width: 767px) {
      .modal .modal-service-content {
        padding: 0 50px; } }
    @media (max-width: 530px) {
      .modal .modal-service-content {
        padding: 0 20px; } }
  .modal.modal-service {
    background: black; }
    .modal.modal-service .modal-close {
      right: -47px;
      top: 0; }
      @media (max-width: 1279px) {
        .modal.modal-service .modal-close {
          top: 0;
          right: 0;
          color: #363636;
          opacity: 0.4; }
          .modal.modal-service .modal-close [data-dismiss="modal"] {
            padding: 10px 15px;
            display: block; } }
    .modal.modal-service .modal-content {
      width: 90%;
      height: 516px;
      background: #ffffff; }
      @media (min-width: 1024px) {
        .modal.modal-service .modal-content {
          width: 995px; } }
      @media (max-width: 767px) {
        .modal.modal-service .modal-content {
          height: auto; } }
      @media (max-width: 600px) {
        .modal.modal-service .modal-content {
          width: 100%; } }
    .modal.modal-service .h3 {
      font: 30px/1.4 "roboto-light-webfont";
      margin: 40px 0 23px;
      display: block; }
    .modal.modal-service a.h3 {
      color: #6a6a6a;
      text-decoration: none; }
      .modal.modal-service a.h3:hover {
        color: #f15e48; }
    .modal.modal-service .modal-service-technologies {
      margin-bottom: 14px; }
      .modal.modal-service .modal-service-technologies li {
        font: 17px "roboto-light-webfont";
        display: inline-block;
        width: auto;
        padding: 0 25px;
        border-radius: 18px;
        border: 1px solid #d5d5d5;
        margin-right: 10px;
        line-height: 35px;
        color: #818181;
        margin-bottom: 8px; }
    @media (max-width: 767px) {
      .modal.modal-service .service-body {
        margin-bottom: 40px; } }
    .modal.modal-service p {
      text-align: left;
      margin-bottom: 25px;
      font: 17px "roboto-light-webfont";
      line-height: 30px;
      color: #818181; }
      .modal.modal-service p.read-more {
        position: absolute;
        left: 70px;
        bottom: 40px;
        margin-bottom: 0; }
        @media (min-width: 1024px) {
          .modal.modal-service p.read-more {
            left: 430px; } }
        @media (max-width: 767px) {
          .modal.modal-service p.read-more {
            position: static; } }
        .modal.modal-service p.read-more a {
          text-decoration: none;
          -webkit-transition: 0.2s;
          -moz-transition: 0.2s;
          -ms-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s;
          font: 17px/1.4 "roboto-light-webfont";
          background: #F15734;
          color: #ffffff;
          border: 0;
          border-radius: 20px;
          padding: 9px 43px;
          cursor: pointer;
          max-width: 195px; }

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.ttf?ver=1") format("truetype"), url("../fonts/icomoon.woff?ver=1") format("woff"), url("../fonts/icomoon.svg?ver=1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], .discuss-form .gform_wrapper .gform_body ul li .ginput_container span, .jobs .jobs-form .gform_wrapper .gform_body ul li .ginput_container span, [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-cross:before {
  content: ""; }

.icon-social-linkedin:before {
  content: ""; }

.icon-paperclip:before {
  content: ""; }

.icon-chevron-thin-left:before {
  content: ""; }

.icon-chevron-thin-down:before {
  content: ""; }

.icon-chevron-thin-right:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-lang:before {
  content: ""; }

.icon-5:before {
  content: ""; }

.icon-4:before {
  content: ""; }

.icon-3:before {
  content: ""; }

.icon-phone-outline:before {
  content: ""; }

.icon-textarea:before {
  content: ""; }

.icon-1:before {
  content: ""; }

.sprite {
  width: 110px;
  height: 110px;
  display: inline-block;
  opacity: 0.9; }
  .sprite.sprite--design {
    background: url("../images/design.svg") no-repeat top left/contain; }
  .sprite.sprite--ERP {
    background: url("../images/enterprice.svg") no-repeat top left/contain; }
  .sprite.sprite--IT_onsulting {
    background: url("../images/IT_cons.svg") no-repeat top left/contain; }
  .sprite.sprite--QA {
    background: url("../images/QA.svg") no-repeat top left/contain; }
  .sprite.sprite--Remote {
    background: url("../images/serv.svg") no-repeat top left/contain; }
  .sprite.sprite--SEO {
    background: url("../images/Internet_mark.svg") no-repeat top left/contain; }
  .sprite.sprite--Web {
    background: url("../images/Web.svg") no-repeat top left/contain; }
  .sprite.sprite--Win {
    background: url("../images/mob.svg") no-repeat top left/contain; }
  .sprite.sprite--Int_things {
    background: url("../images/internet_things.svg") no-repeat top left/contain; }
  .sprite.sprite--DevOps {
    background: url("../images/dev_ops.svg") no-repeat top left/contain; }
  .sprite.sprite--BigData {
    background: url("../images/big-data.svg") no-repeat top left/contain; }

.about-icon {
  background-size: contain;
  background-position: top left;
  display: inline-block; }

.about-sprite--vector-1 {
  background-image: url(../images/about_superior.svg);
  width: 61px;
  height: 61px; }

.about-sprite--vector-2 {
  background-image: url(../images/about_business.svg);
  width: 62px;
  height: 62px; }

.about-sprite--vector-3 {
  background-image: url(../images/about_tailored.svg);
  width: 70px;
  height: 70px; }

.about-sprite--vector-4 {
  background-image: url(../images/about_agile.svg);
  width: 60px;
  height: 60px; }

.about-sprite--vector-5 {
  background-image: url(../images/about_end-to-end.svg);
  width: 60px;
  height: 60px; }

.contact-icon {
  background: url("../images/contact.png") no-repeat top left;
  display: block;
  margin: 0 auto; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .contact-icon {
      background: url("../images/contact@2.png") no-repeat top left;
      background-size: 200px 34px; } }
  .contact-icon.contact-icon--phone {
    background-position: 0 0;
    width: 27px;
    height: 27px; }
  .contact-icon.contact-icon--mail {
    background-position: -28px 0;
    width: 29px;
    height: 19px; }
  .contact-icon.contact-icon--linkedin {
    background-position: -58px 0;
    width: 27px;
    height: 27px; }
  .contact-icon.contact-icon--location {
    background-position: -86px 0;
    width: 20px;
    height: 34px; }
  .contact-icon.contact-icon--name {
    background-position: -107px 0;
    width: 14px;
    height: 14px; }
  .contact-icon.contact-icon--email {
    background-position: -122px 0;
    width: 14px;
    height: 14px; }
  .contact-icon.contact-icon--attach {
    background-position: -137px 0;
    width: 15px;
    height: 16px; }
  .contact-icon.contact-icon--linkedin-sm {
    background-position: -154px 0;
    width: 14px;
    height: 14px; }
  .contact-icon.contact-icon--phone-sm {
    background-position: -169px 0;
    width: 14px;
    height: 14px; }
  .contact-icon.contact-icon--email-sm {
    background-position: -184px 0;
    width: 15px;
    height: 10px; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

h2 {
  font: 35px "roboto-light-webfont";
  text-transform: capitalize;
  color: #58585a;
  text-align: center; }

.single-services h2 {
  text-transform: uppercase; }

h3,
.h3 {
  font: 29px "roboto-medium-webfont";
  color: #1e1e1e;
  margin-bottom: 14px; }

h4,
.h4 {
  font: 17px/1.25 "roboto-regular-webfont";
  color: #F15734;
  text-transform: uppercase;
  margin-bottom: 3px; }

p {
  margin-bottom: 30px; }

ul {
  list-style: none; }

input,
textarea,
select {
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0; }

html,
body {
  min-height: 100%;
  height: 100%; }

body {
  font: 17px/1.45 "roboto-regular-webfont";
  color: #3e3e3e;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none; }

.page-wrapper {
  min-height: 100%;
  height: 100%;
  position: relative; }
  @media (min-width: 921px) {
    .page-wrapper:after {
      content: "";
      position: relative;
      width: 100%;
      height: 280px;
      display: block;
      z-index: 0;
      background: #343434; } }

.lock-scroll {
  overflow: hidden; }

.modal-is-open {
  overflow: hidden; }
  .modal-is-open .page-wrapper:before {
    content: "";
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f1f1f1;
    height: 100%;
    z-index: 2; }

.mac-os {
  padding-right: 0; }
  .mac-os .customer:before {
    width: 100%;
    max-width: 100%; }
  .mac-os .page-wrapper:before {
    display: none; }

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.widget-title.hide {
  display: none; }

.gform_confirmation_message {
  margin: 102px 0;
  font: 22px/1.4 "roboto-light-webfont";
  color: #070707; }

.ginput_container span {
  visibility: hidden; }

@supports (flex-flow: row wrap) {
  .gform_wrapper .gform_body ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }
.gform_wrapper .gform_body ul {
  padding-right: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }
  @media (max-width: 530px) {
    .gform_wrapper .gform_body ul {
      padding-right: 0; } }
  .gform_wrapper .gform_body ul li {
    margin: 12px 0;
    position: relative;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .gform_wrapper .gform_body ul li input[type="file"] {
      width: 100%; }
    .gform_wrapper .gform_body ul li input[type="text"],
    .gform_wrapper .gform_body ul li textarea {
      -webkit-transition: border-color 0.5s;
      -moz-transition: border-color 0.5s;
      -ms-transition: border-color 0.5s;
      -o-transition: border-color 0.5s;
      transition: border-color 0.5s;
      width: 100%;
      padding: 4px 25px;
      font: 16px/1.4 "roboto-light-webfont";
      position: relative;
      background: transparent; }
      .gform_wrapper .gform_body ul li input[type="text"] + span,
      .gform_wrapper .gform_body ul li textarea + span {
        visibility: visible; }
      .gform_wrapper .gform_body ul li input[type="text"]:focus,
      .gform_wrapper .gform_body ul li textarea:focus {
        outline: none;
        border-color: #F15734; }
        .gform_wrapper .gform_body ul li input[type="text"]:focus + span:after,
        .gform_wrapper .gform_body ul li textarea:focus + span:after {
          color: #F15734 !important; }
        .gform_wrapper .gform_body ul li input[type="text"]:focus + span + span,
        .gform_wrapper .gform_body ul li textarea:focus + span + span {
          display: none; }
    .gform_wrapper .gform_body ul li input[type="text"] {
      color: #222222;
      border: 0 solid #bbbbbb;
      border-width: 0 0 1px 0; }
    .gform_wrapper .gform_body ul li.gfield_error input[type="text"],
    .gform_wrapper .gform_body ul li.gfield_error textarea {
      border-color: #f15734 !important; }
    .gform_wrapper .gform_body ul li textarea {
      border-color: #6d6d6d;
      resize: none;
      height: 104px;
      padding: 14px 25px; }
  .gform_wrapper .gform_body ul .gfield_label {
    display: none; }
  .gform_wrapper .gform_body ul .validation_message {
    position: absolute;
    left: 3px;
    top: 33px;
    font-size: 15px;
    color: #f15734; }
.gform_wrapper .ginput_preview {
  font: 15px/1.4 "roboto-regular-webfont";
  padding: 4px 2px;
  background: #fff;
  position: relative;
  z-index: 2;
  text-align: left; }
  .gform_wrapper .ginput_preview img {
    cursor: pointer;
    margin-right: 5px; }
  .gform_wrapper .ginput_preview strong {
    width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis; }
  .gform_wrapper .ginput_preview > * {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal; }
.gform_wrapper .gform_footer {
  margin: 6px 0; }
  .gform_wrapper .gform_footer .gform_button {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font: 17px/1.4 "roboto-regular-webfont";
    background: #F15734;
    color: #ffffff;
    border: 0;
    border-radius: 20px;
    padding: 7px 43px;
    cursor: pointer;
    width: 84%;
    max-width: 195px; }
    .gform_wrapper .gform_footer .gform_button:hover {
      background: #f36b4c; }
  .gform_wrapper .gform_footer .gform_ajax_spinner {
    display: none; }
  .gform_wrapper .gform_footer .gform_ajax_spinner_custom {
    position: relative;
    left: -32px;
    top: 1px;
    z-index: 10;
    height: 16px;
    width: 16px; }
.gform_wrapper .validation_error {
  display: none; }
.gform_wrapper #extensions_message {
  display: none; }
.gform_wrapper .gform_validation_container {
  display: none; }

.attach img.gform_delete {
  height: 17px;
  width: 17px; }
  .attach img.gform_delete .validation_error {
    display: none; }

.sm {
  display: none; }

@media (max-width: 1279px) {
  .md {
    display: none; }

  .sm {
    display: inline; } }
.container {
  margin: 0 auto;
  width: 1180px; }
  @media (max-width: 1279px) {
    .container {
      width: 100%;
      padding: 0 45px; } }
  @media (max-width: 600px) {
    .container {
      padding: 0 15px; } }

a {
  -webkit-transition: padding 0.2s, margin 0.2s, color 0.2s, font-size 0.2s;
  -moz-transition: padding 0.2s, margin 0.2s, color 0.2s, font-size 0.2s;
  -ms-transition: padding 0.2s, margin 0.2s, color 0.2s, font-size 0.2s;
  -o-transition: padding 0.2s, margin 0.2s, color 0.2s, font-size 0.2s;
  transition: padding 0.2s, margin 0.2s, color 0.2s, font-size 0.2s; }

.section-bg {
  display: none;
  position: fixed;
  z-index: 0;
  top: -100px;
  left: 0;
  right: 0;
  min-width: 100%; }
  @media (max-width: 992px) {
    .section-bg {
      left: -50px;
      right: -50px; } }

.bdg {
  display: none; }

.top {
  width: 100%;
  height: 0;
  opacity: 0; }

.touch.modal-is-open .page-wrapper:after {
  display: none; }
.touch.modal-is-open .customer:before {
  width: 100%;
  max-width: 100%; }
.touch .home-screen {
  position: relative;
  z-index: 2; }
.touch .bdg {
  z-index: -1;
  width: auto;
  height: 1400px;
  bottom: 0;
  position: fixed;
  display: block; }
.touch .customer {
  background: transparent; }
@media (min-height: 300px) {
  .touch .customer:before {
    height: 450px; } }
@media (min-height: 400px) {
  .touch .customer:before {
    height: 550px; } }
@media (min-height: 500px) {
  .touch .customer:before {
    height: 650px; } }
@media (min-height: 768px) {
  .touch .customer:before {
    height: 950px; } }
@media (min-height: 920px) {
  .touch .customer:before {
    height: 1150px; } }
@media (min-height: 1024px) {
  .touch .customer:before {
    height: 1200px; } }
.touch .jobs {
  margin: 0; }
.touch .page-wrapper:after {
  display: none; }
.touch footer {
  position: relative;
  z-index: 2; }

.home-screen {
  text-align: center;
  height: 100%;
  padding-top: 78px;
  overflow: hidden;
  position: relative;
  z-index: 4; }
  @media (max-height: 1445px) {
    .home-screen {
      padding-top: 55px; } }
  .home-screen:before {
    content: "";
    background: url("../images/home_bg.png") no-repeat 50% 50%/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 700px;
    max-width: 100%;
    height: 500px;
    max-height: 100%; }
  .home-screen .hidden-title {
    visibility: hidden;
    font-size: 0;
    text-indent: -999px;
    position: absolute;
    top: -100%;
    left: -100%; }
  .home-screen .logo,
  .home-screen .slogan,
  .home-screen .home-desc {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 auto; }
  .home-screen .logo {
    width: 380px;
    top: 31.3%; }
    @media (min-width: 1930px) {
      .home-screen .logo {
        width: 500px;
        top: 25%; } }
    @media (max-width: 400px) {
      .home-screen .logo {
        width: 75%; } }
    @media (max-width: 768px) {
      .home-screen .logo {
        width: 50%; } }
    @media (max-height: 750px) {
      .home-screen .logo {
        width: 275px; } }
    @media (max-height: 600px) {
      .home-screen .logo {
        top: 17%; } }
    @media (max-height: 440px) {
      .home-screen .logo {
        width: 25%;
        top: 15%; } }
    @media (max-height: 400px) {
      .home-screen .logo {
        width: 24%; } }
    @media (max-width: 400px) {
      .home-screen .logo {
        top: 25%; } }
    @media (max-width: 350px) {
      .home-screen .logo {
        top: 23%; } }
    .home-screen .logo img {
      width: 100%;
      display: block; }
  .home-screen .slogan {
    font: 48px/1.35 "roboto-regular-webfont";
    letter-spacing: 1.4px;
    color: #ffffff;
    padding-left: 30px;
    padding-right: 30px; }
    @media (min-height: 440px) and (max-height: 900px) {
      .home-screen .slogan {
        max-width: 130vh;
        padding: 0 30px; } }
    @media (max-height: 750px) {
      .home-screen .slogan {
        font-size: 38px; } }
    @media (max-width: 600px) {
      .home-screen .slogan {
        font-size: 26px;
        line-height: 1.8; } }
    @media (max-height: 440px) {
      .home-screen .slogan {
        font-size: 28px;
        line-height: 1.4;
        width: 75%; } }
    @media (max-height: 400px) {
      .home-screen .slogan {
        line-height: 1.2; } }
    @media (max-width: 768px) {
      .home-screen .slogan {
        line-height: 1.4; } }
    @media (max-width: 400px) {
      .home-screen .slogan {
        font-size: 22px;
        line-height: 1.6; } }
  .home-screen .slogan-text {
    position: relative; }
    .home-screen .slogan-text:before, .home-screen .slogan-text:after {
      position: absolute;
      top: 50%;
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      position: absolute;
      content: ""; }
    .home-screen .slogan-text:before {
      z-index: 2;
      background: #F15734;
      border-radius: 50%;
      width: 11px;
      height: 11px; }
    .home-screen .slogan-text:after {
      z-index: 1;
      width: 10000px;
      height: 3px;
      background: #949494; }
  .home-screen .slogan-left {
    top: 36.5%;
    text-align: left; }
    @media (min-width: 1930px) {
      .home-screen .slogan-left {
        top: 30%; } }
    @media (max-height: 600px) {
      .home-screen .slogan-left {
        top: 23%; } }
    @media (max-height: 440px) {
      .home-screen .slogan-left {
        top: 19%; } }
    @media (max-width: 400px) {
      .home-screen .slogan-left {
        top: 31%; } }
    @media (max-width: 350px) {
      .home-screen .slogan-left {
        top: 29%; } }
    .home-screen .slogan-left .slogan-text {
      padding: 0 0 0 83px; }
      @media (max-width: 767px) {
        .home-screen .slogan-left .slogan-text {
          padding: 0; } }
      .home-screen .slogan-left .slogan-text:before {
        left: 100%;
        left: -webkit-calc(100% + 16px);
        left: -moz-calc(100% + 16px);
        left: calc(100% + 16px); }
      .home-screen .slogan-left .slogan-text:after {
        left: 100%;
        left: -webkit-calc(100% + 16px);
        left: -moz-calc(100% + 16px);
        left: calc(100% + 16px); }
  .home-screen .slogan-right {
    text-align: right;
    top: 36.4%;
    letter-spacing: 0.4px; }
    @media (min-width: 1930px) {
      .home-screen .slogan-right {
        top: 30.2%; } }
    @media (max-height: 600px) {
      .home-screen .slogan-right {
        top: 23.2%; } }
    @media (max-height: 440px) {
      .home-screen .slogan-right {
        top: 17.5%; } }
    @media (max-width: 400px) {
      .home-screen .slogan-right {
        top: 32.5%; } }
    @media (max-width: 350px) {
      .home-screen .slogan-right {
        top: 28.5%; } }
    .home-screen .slogan-right .slogan-text {
      padding: 0 83px 0 0; }
      @media (max-width: 767px) {
        .home-screen .slogan-right .slogan-text {
          padding: 0; } }
      .home-screen .slogan-right .slogan-text:before {
        right: 100%;
        right: -webkit-calc(100% + 26px);
        right: -moz-calc(100% + 26px);
        right: calc(100% + 26px); }
      .home-screen .slogan-right .slogan-text:after {
        right: 100%;
        right: -webkit-calc(100% + 26px);
        right: -moz-calc(100% + 26px);
        right: calc(100% + 26px); }
  .home-screen .slogan-last-word {
    color: #F15734; }
  .home-screen .home-desc {
    color: #ffffff;
    font: 19px/1.4 "roboto-thin-webfont";
    top: 40%; }
    @media (min-width: 1930px) {
      .home-screen .home-desc {
        top: 33.2%; } }
    @media (max-width: 400px) {
      .home-screen .home-desc {
        top: 29%; } }
    @media (max-height: 600px) {
      .home-screen .home-desc {
        top: 29.5%; } }
    @media (max-height: 440px) {
      .home-screen .home-desc {
        top: 22.5%; } }
    @media (max-height: 400px) {
      .home-screen .home-desc {
        font-size: 15px; } }
    @media (max-width: 400px) {
      .home-screen .home-desc {
        top: 38%; } }
    @media (max-width: 350px) {
      .home-screen .home-desc {
        top: 31%; } }

.section {
  padding-top: 134px; }
  @media (max-width: 1024px) {
    .section {
      padding-top: 100px; } }
  @media (max-width: 920px) {
    .section {
      padding-top: 68px; } }

.services {
  text-align: center;
  padding-bottom: 86px;
  z-index: 4;
  background-color: #313131;
  position: relative; }
  @media (min-height: 767px) and (max-height: 900px) {
    .services {
      padding-bottom: 100px; } }
  @media (max-width: 1024px) {
    .services {
      padding-bottom: 40px; } }
  @media (max-width: 920px) {
    .services {
      padding-bottom: 10px; } }
  @media (max-width: 920px) {
    .services.section {
      padding-top: 70px; } }
  .services h2 {
    color: #ececec;
    text-transform: capitalize;
    font: 42px "roboto-light-webfont"; }

.services-content {
  padding-top: 84px;
  padding-bottom: 84px; }
  @media (max-width: 1024px) {
    .services-content {
      padding-top: 60px; } }
  @media (max-width: 920px) {
    .services-content {
      padding-top: 35px; } }
  @supports (flex-flow: row wrap) {
    .services-content ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .services-content ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 0; }
    .services-content ul li {
      padding: 8px;
      margin: 15px 0;
      width: calc( 100% / 6 ); }
      .services-content ul li.top-row {
        margin-bottom: 70px; }
        @media (max-width: 920px) {
          .services-content ul li.top-row {
            margin-bottom: 15px; } }
      @media (max-width: 640px) {
        .services-content ul li {
          padding: 0; } }
      @media (max-width: 992px) {
        .services-content ul li {
          margin: 15px 0; } }
      @media (max-width: 920px) {
        .services-content ul li {
          width: 33%; } }
      @media (max-width: 640px) {
        .services-content ul li {
          width: 50%; } }
    .services-content ul a {
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      display: inline-block;
      vertical-align: top;
      width: 145px;
      text-decoration: none;
      color: #686868; }
      .services-content ul a:hover .servise-desc p {
        color: #F15734; }
      .services-content ul a .img-wrap {
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
        @media (max-width: 400px) {
          .services-content ul a .img-wrap .sprite {
            width: 100px;
            height: 100px; } }
  .services-content .servise-desc {
    margin-top: 13px;
    font: 17px/1.4 "roboto-light-webfont";
    color: #c9c9c9; }
    .services-content .servise-desc p {
      -webkit-transition: all, 0.3s;
      -moz-transition: all, 0.3s;
      -ms-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      transition: all, 0.3s; }

.how-we-work {
  background: #333333;
  padding-top: 141px;
  padding-bottom: 97px;
  position: relative;
  z-index: 4; }
  @media (max-width: 920px) {
    .how-we-work {
      padding-bottom: 0; } }
  @media (max-width: 920px) {
    .how-we-work.section {
      padding-top: 70px; } }
  .how-we-work h2 {
    text-align: center;
    text-transform: capitalize;
    font: 42px "roboto-light-webfont";
    color: #e6e6e6;
    margin-bottom: 90px; }
  .how-we-work h3 {
    text-transform: capitalize;
    color: #d8d8d8;
    font: 26px "roboto-light-webfont";
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(216, 216, 216, 0.2); }
    @media (max-width: 530px) {
      .how-we-work h3 {
        padding-left: 60px; } }
  .how-we-work .blocks {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .how-we-work .blocks {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center; } }
    .how-we-work .blocks .block {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      width: 44%;
      margin-bottom: 60px;
      position: relative; }
      @media (max-width: 1024px) {
        .how-we-work .blocks .block {
          width: 90%; } }
      @media (max-width: 530px) {
        .how-we-work .blocks .block {
          display: block; } }
      .how-we-work .blocks .block .block-content {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .how-we-work .blocks .block .block-img-wrapper {
        width: 69px;
        margin-right: 25px; }
      .how-we-work .blocks .block img {
        width: 69px;
        height: 69px; }
        @media (max-width: 530px) {
          .how-we-work .blocks .block img {
            width: 42px;
            height: 42px;
            position: absolute;
            top: -5px;
            left: 0; } }
    @media (max-width: 530px) {
      .how-we-work .blocks .block-3 img,
      .how-we-work .blocks .block-4 img {
        top: -8px; } }
  .how-we-work p {
    font: 16px "roboto-light-webfont";
    line-height: 1.6;
    color: #a3a3a3; }

.customer {
  overflow: hidden;
  padding-top: 139px;
  padding-bottom: 169px;
  position: relative;
  z-index: 3; }
  @media (max-width: 1024px) {
    .customer {
      padding-bottom: 100px; } }
  @media (max-width: 920px) {
    .customer {
      padding-bottom: 70px; } }
  .customer h2 {
    text-align: center;
    color: #fefefe; }
  .customer .container {
    z-index: 1;
    position: relative; }
  .customer:before {
    content: "";
    background: #ffffff url("../images/BG.jpg") no-repeat center center/cover;
    position: fixed;
    z-index: 0;
    will-change: transform;
    top: 0;
    left: 0;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    min-height: 100%; }

@supports (flex-flow: row nowrap) {
  .customer-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }
@media (max-width: 992px) {
  @supports (flex-flow: row wrap) {
    .customer-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } } }
.customer-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding-top: 90px; }
  @media (max-width: 992px) {
    .customer-content {
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -o-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 400px) {
    .customer-content {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 920px) {
    .customer-content {
      padding-top: 53px; } }
  .customer-content > div {
    -webkit-box-flex: 0 0 46.78%;
    -moz-box-flex: 0 0 46.78%;
    -webkit-flex: 0 0 46.78%;
    -ms-flex: 0 0 46.78%;
    flex: 0 0 46.78%;
    max-width: 46.78%; }
    @media (max-width: 992px) {
      .customer-content > div {
        -webkit-box-flex: 0 0 100%;
        -moz-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: inherit; }
        .customer-content > div + div {
          margin-top: 81px; } }
    @media (max-width: 920px) {
      .customer-content > div + div {
        margin-top: 50px; } }
  .customer-content .thumbnail {
    background: #ffffff;
    overflow: hidden; }
    .customer-content .thumbnail + .thumbnail {
      margin-top: 81px; }
    @media (max-width: 992px) {
      .customer-content .thumbnail.thumbnail-img {
        display: none; } }
    .customer-content .thumbnail img {
      display: block;
      min-height: 100%;
      min-width: 100%; }
    .customer-content .thumbnail .caption {
      position: relative; }
      .customer-content .thumbnail .caption h3 {
        padding: 0 0 5px 21px;
        margin-bottom: 9px;
        position: relative;
        line-height: 1.25;
        text-transform: uppercase;
        color: #ffffff; }
        @media (max-width: 920px) {
          .customer-content .thumbnail .caption h3 {
            padding: 0 0 5px 21px;
            margin-bottom: 0; } }
      .customer-content .thumbnail .caption h4 {
        display: inline; }
      .customer-content .thumbnail .caption ul {
        padding-left: 15px;
        margin-bottom: 30px; }
        .customer-content .thumbnail .caption ul li {
          margin-bottom: 2px;
          position: relative; }
          .customer-content .thumbnail .caption ul li:before {
            position: absolute;
            content: "";
            left: -13px;
            top: 9px;
            height: 5px;
            width: 5px;
            border-radius: 50%;
            background: #626262; }
    .customer-content .thumbnail .title-block-wrap {
      height: 253px;
      width: calc(100% + 1px);
      padding: 8px 44px 8px 52px;
      display: table; }
      @media (max-width: 920px) {
        .customer-content .thumbnail .title-block-wrap {
          padding: 25px 20px;
          height: 190px; } }
    .customer-content .thumbnail .title-block {
      display: table-cell;
      vertical-align: bottom; }
    .customer-content .thumbnail .title-block-after {
      position: relative; }
      .customer-content .thumbnail .title-block-after:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: -62px;
        left: 0;
        width: 7px;
        background: #F15734; }
        @media (max-width: 920px) {
          .customer-content .thumbnail .title-block-after:before {
            bottom: 0; } }
    .customer-content .thumbnail .pre-title {
      color: #ffd4c4;
      font: 25px/1.3 "roboto-regular-webfont";
      padding: 20px 0 0 20px; }
    .customer-content .thumbnail .desc {
      padding: 27px 44px 23px 80px;
      line-height: 1.55; }
      @media (max-width: 920px) {
        .customer-content .thumbnail .desc {
          padding: 25px 20px; } }
      .customer-content .thumbnail .desc p {
        margin-bottom: 24px; }
  .customer-content .advertising-system .title-block-wrap {
    background: url("../images/Adverting_System.jpg") no-repeat 50% 50%/cover; }
  @media (min-width: 992px) {
    .customer-content .advertising-system .desc {
      padding: 27px 50px 40px 75px; } }
  .customer-content .printing-company .title-block-wrap {
    background: url("../images/Printing_Company.jpg") no-repeat 50% 50%/cover; }

body.home .about-us:before {
  content: url(../images/cobweb_lf.png);
  position: absolute;
  top: 20%;
  left: 0;
  transform: translateX(-20%); }
  @media (max-width: 1360px) {
    body.home .about-us:before {
      display: none; } }
body.home .about-us:after {
  content: url(../images/cobweb_rg.png);
  position: absolute;
  top: 10%;
  right: 0;
  transform: translateX(18%); }
  @media (max-width: 1360px) {
    body.home .about-us:after {
      display: none; } }

.about-us {
  z-index: 4;
  background: #f6f6f6;
  overflow: hidden;
  position: relative;
  padding-top: 165px; }
  @media (max-width: 1024px) {
    .about-us {
      padding-bottom: 25px; } }
  @media (max-width: 920px) {
    .about-us {
      padding-bottom: 0; } }
  .about-us .container {
    position: relative; }
  @media (max-width: 920px) {
    .about-us.section {
      padding-top: 70px; } }
  .about-us h2 {
    text-align: center;
    color: #3a3a3a;
    text-transform: capitalize;
    font: 42px "roboto-light-webfont";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
    background-color: #f6f6f6;
    z-index: 4;
    white-space: nowrap; }
    @media (max-width: 920px) {
      .about-us h2 {
        width: auto;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 640px) {
      .about-us h2 {
        position: static;
        transform: translate(0, 0);
        width: 100%; } }
  .about-us p {
    font: 16px "roboto-light-webfont";
    line-height: 1.5; }
  .about-us .title-thumbnail {
    position: relative;
    width: 100%;
    padding: 90px 140px 90px;
    margin-bottom: 150px;
    border: 3px solid #c7c7c7; }
    @media (max-width: 1279px) {
      .about-us .title-thumbnail {
        padding: 70px; } }
    @media (max-width: 920px) {
      .about-us .title-thumbnail {
        margin-bottom: 70px; } }
    @media (max-width: 640px) {
      .about-us .title-thumbnail {
        border: none;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 400px) {
      .about-us .title-thumbnail {
        padding: 10px;
        padding-top: 30px; } }
    .about-us .title-thumbnail p {
      line-height: 1.9;
      margin: 0;
      font-family: "roboto-light-webfont";
      letter-spacing: -0.2px;
      word-spacing: 0.8px; }
      .about-us .title-thumbnail p + p {
        margin-top: 17px;
        padding-top: 12px; }
      .about-us .title-thumbnail p a {
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        text-decoration: underline;
        color: #a3a3a3;
        white-space: nowrap; }
        .about-us .title-thumbnail p a:hover {
          color: #F15734; }
    .about-us .title-thumbnail img {
      width: 35px;
      margin-right: 5px; }
      @media (max-width: 400px) {
        .about-us .title-thumbnail img {
          display: inline-block;
          vertical-align: baseline; } }
    .about-us .title-thumbnail .addition-brand {
      display: flex;
      justify-content: center;
      align-items: center;
      float: left;
      height: 105px; }
    .about-us .title-thumbnail .addition-brand img {
      width: 249px;
      margin-right: 36px;
      display: inline-block;
      vertical-align: middle; }
    .about-us .title-thumbnail .h3 {
      color: #636363;
      font: 20px "roboto-regular-webfont"; }
  .about-us .thumbnail {
    color: #636363; }
    .about-us .thumbnail .content-center {
      height: 70px;
      margin-bottom: 23px; }
      @media (max-width: 920px) {
        .about-us .thumbnail .content-center {
          margin-bottom: 0; } }
    .about-us .thumbnail .title-center {
      display: table;
      width: 100%;
      min-height: 75px;
      margin-bottom: 15px; }
      @media (max-width: 920px) {
        .about-us .thumbnail .title-center {
          margin-bottom: 10px; } }
      .about-us .thumbnail .title-center * {
        display: table-cell;
        vertical-align: middle;
        line-height: 1.4; }
    .about-us .thumbnail h3 {
      color: #636363;
      margin-bottom: 21px;
      font-size: 24px;
      font-family: "roboto-light-webfont"; }
      @media (max-width: 1024px) {
        .about-us .thumbnail h3 {
          font-family: "roboto-regular-webfont"; } }
  @supports (flex-flow: row wrap) {
    .about-us .about-us-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .about-us .about-us-content {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 992px) {
      .about-us .about-us-content {
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        justify-content: space-around; } }
    .about-us .about-us-content > * {
      -webkit-box-flex: 0 0 29%;
      -moz-box-flex: 0 0 29%;
      -webkit-flex: 0 0 29%;
      -ms-flex: 0 0 29%;
      flex: 0 0 29%;
      text-align: center;
      margin-bottom: 58px; }
      @media (max-width: 920px) {
        .about-us .about-us-content > * {
          margin-bottom: 30px; } }
      @media (max-width: 1279px) {
        .about-us .about-us-content > * {
          -webkit-box-flex: 0 0 27%;
          -moz-box-flex: 0 0 27%;
          -webkit-flex: 0 0 27%;
          -ms-flex: 0 0 27%;
          flex: 0 0 27%; } }
      @media (max-width: 992px) {
        .about-us .about-us-content > * {
          -webkit-box-flex: 0 0 45%;
          -moz-box-flex: 0 0 45%;
          -webkit-flex: 0 0 45%;
          -ms-flex: 0 0 45%;
          flex: 0 0 45%; } }
      @media (max-width: 640px) {
        .about-us .about-us-content > * {
          -webkit-box-flex: 0 0 85%;
          -moz-box-flex: 0 0 85%;
          -webkit-flex: 0 0 85%;
          -ms-flex: 0 0 85%;
          flex: 0 0 85%; } }
      @media (min-width: 993px) {
        .about-us .about-us-content > *:nth-child(1) {
          -webkit-box-flex: 0 0 28%;
          -moz-box-flex: 0 0 28%;
          -webkit-flex: 0 0 28%;
          -ms-flex: 0 0 28%;
          flex: 0 0 28%; }
        .about-us .about-us-content > *:nth-child(4) {
          -webkit-box-flex: 0 0 31%;
          -moz-box-flex: 0 0 31%;
          -webkit-flex: 0 0 31%;
          -ms-flex: 0 0 31%;
          flex: 0 0 31%;
          margin-left: 9%; }
        .about-us .about-us-content > *:nth-child(5) {
          -webkit-box-flex: 0 0 31%;
          -moz-box-flex: 0 0 31%;
          -webkit-flex: 0 0 31%;
          -ms-flex: 0 0 31%;
          flex: 0 0 31%;
          margin-right: 12%; } }

.discuss-form {
  background: #fff;
  z-index: 10;
  position: relative;
  padding: 54px 0 147px; }
  .discuss-form__card {
    width: 1180px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 55px 110px 68px;
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.15); }
    @media (max-width: 1024px) {
      .discuss-form__card {
        padding: 30px 30px 45px; } }
    @media (max-width: 767px) {
      .discuss-form__card {
        padding: 15px 15px 30px; } }
    .discuss-form__card .gform_heading {
      text-align: center;
      color: #636363;
      font-size: 20px;
      font-family: "roboto-light-webfont", sans-serif;
      margin-bottom: 46px; }
    .discuss-form__card .gform_body > ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 -44px;
      padding-right: 0; }
      @media (max-width: 1279px) {
        .discuss-form__card .gform_body > ul {
          margin: 0 -20px; } }
      @media (max-width: 1024px) {
        .discuss-form__card .gform_body > ul {
          margin: 0 -15px; } }
      @media (max-width: 767px) {
        .discuss-form__card .gform_body > ul {
          margin: 0; } }
      .discuss-form__card .gform_body > ul > li {
        flex-basis: unset;
        margin: 0 44px 46px;
        width: calc(100% / 3 - 88px); }
        @media (max-width: 1279px) {
          .discuss-form__card .gform_body > ul > li {
            margin: 0 20px 40px;
            width: calc(100% / 3 - 40px); } }
        @media (max-width: 1024px) {
          .discuss-form__card .gform_body > ul > li {
            margin: 0 15px 30px;
            width: calc(100% / 3 - 30px); } }
        @media (max-width: 767px) {
          .discuss-form__card .gform_body > ul > li {
            width: 100%;
            margin: 0 0px 36px; } }
    .discuss-form__card form {
      position: relative; }
      .discuss-form__card form .gform_button[type="submit"] {
        position: absolute;
        top: calc(100% + 45px);
        right: 0; }
        @media (max-width: 830px) {
          .discuss-form__card form .gform_button[type="submit"] {
            top: calc(100% + 55px); } }
        @media (max-width: 640px) {
          .discuss-form__card form .gform_button[type="submit"] {
            position: static;
            margin: 0 0 0 auto;
            display: block; } }
      .discuss-form__card form .gform_footer .gform_ajax_spinner_custom {
        position: absolute;
        right: 10px;
        bottom: 16px;
        top: auto;
        left: auto; }
        @media (max-width: 767px) {
          .discuss-form__card form .gform_footer .gform_ajax_spinner_custom {
            bottom: 11px; } }
  .discuss-form .gform_wrapper .gform_body ul li .ginput_container {
    position: relative; }
    .discuss-form .gform_wrapper .gform_body ul li .ginput_container span:after {
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      content: "";
      position: absolute;
      left: 2px;
      top: 9px;
      color: #636363; }
  .discuss-form .gform_wrapper .gform_body ul li:nth-child(1) .ginput_container span:after {
    content: "";
    font-size: 13px; }
  .discuss-form .gform_wrapper .gform_body ul li:nth-child(2) .ginput_container span:after {
    content: "";
    font-size: 13px; }
  .discuss-form .gform_wrapper .gform_body ul li:nth-child(3) .ginput_container span:after {
    content: "";
    font-size: 13px; }
  .discuss-form .gform_wrapper .gform_body ul li:nth-child(4) {
    width: calc(100% - 88px);
    margin-bottom: 0; }
    @media (max-width: 1279px) {
      .discuss-form .gform_wrapper .gform_body ul li:nth-child(4) {
        width: calc(100% - 40px); } }
    @media (max-width: 1024px) {
      .discuss-form .gform_wrapper .gform_body ul li:nth-child(4) {
        width: calc(100% - 30px); } }
    @media (max-width: 767px) {
      .discuss-form .gform_wrapper .gform_body ul li:nth-child(4) {
        width: 100%;
        margin: 0 0px 36px; } }
    .discuss-form .gform_wrapper .gform_body ul li:nth-child(4) textarea {
      height: 31px;
      min-height: 31px;
      resize: vertical;
      border: 0 solid #bbbbbb;
      border-width: 0 0 1px 0;
      padding: 4px 25px; }
      .discuss-form .gform_wrapper .gform_body ul li:nth-child(4) textarea:focus {
        border-bottom: 1px solid #F15734; }
    .discuss-form .gform_wrapper .gform_body ul li:nth-child(4) .ginput_container span:after {
      content: "";
      font-size: 13px; }
  .discuss-form .policy {
    width: calc(100% - 210px); }
    @media (max-width: 640px) {
      .discuss-form .policy {
        width: 100%; } }
    .discuss-form .policy a {
      color: #9c9c9c; }
      .discuss-form .policy a:hover {
        color: #f15e47; }

.policy {
  margin-top: 50px;
  font: 16px "roboto-light-webfont";
  line-height: 1.5;
  letter-spacing: -0.2px;
  word-spacing: 0.8px; }
  .policy a {
    color: #9c9c9c; }
    .policy a:hover {
      color: #f15e47; }

body.home .request-references-section {
  z-index: 4;
  background: url(../images/industries-bg-lf.png) no-repeat top left, url(../images/industries-bg-rg.png) no-repeat bottom right #f6f6f6;
  position: relative;
  font-family: "roboto-light-webfont"; }
  body.home .request-references-section:after {
    content: "";
    display: table;
    clear: both; }
  body.home .request-references-section.section {
    padding-top: 166px; }
  @media (max-width: 920px) {
    body.home .request-references-section.section {
      padding-top: 70px; } }
  @media (max-width: 1279px) {
    body.home .request-references-section {
      background-image: none; } }
  body.home .request-references-section h2 {
    text-align: center;
    text-transform: capitalize;
    color: #636363;
    font: 42px "roboto-light-webfont"; }
  body.home .request-references-section .wrapper-thumbnail {
    width: 78%;
    margin: 61px auto 0; }
  @media (max-width: 767px) {
    body.home .request-references-section .container .wrapper-thumbnail {
      width: 90%; } }
  body.home .request-references-section .container p {
    line-height: 1.6;
    color: #343434;
    margin-bottom: 39px; }
  body.home .request-references-section .container img {
    width: 40px;
    height: 40px;
    margin-right: 5px; }
    @media (max-width: 400px) {
      body.home .request-references-section .container img {
        width: 32px;
        height: 32px; } }
  body.home .request-references-section .container p span {
    color: #F15734;
    font: 28px "roboto-regular-webfont"; }
  body.home .request-references-section .scope-activities-wrapper {
    margin-bottom: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 767px) {
      body.home .request-references-section .scope-activities-wrapper {
        flex-wrap: initial;
        flex-direction: column; } }
    @media (max-width: 920px) {
      body.home .request-references-section .scope-activities-wrapper {
        flex-wrap: initial;
        flex-direction: column; } }
  @media (max-width: 1279px) {
    body.home .request-references-section .scope-activities-wrapper {
      flex-wrap: wrap; } }
  body.home .request-references-section .scope-activities-wrapper .scope-activities:nth-child(1) {
    width: 41%; }
  body.home .request-references-section .scope-activities-wrapper .scope-activities:nth-child(2) {
    width: 31%; }
  body.home .request-references-section .scope-activities-wrapper .scope-activities:nth-child(3) {
    width: 28%;
    padding-right: 0; }
  @media (max-width: 1279px) {
    body.home .request-references-section .scope-activities-wrapper .scope-activities:nth-child(1) {
      width: 50%; }
    body.home .request-references-section .scope-activities-wrapper .scope-activities:nth-child(2) {
      width: 50%;
      padding-right: 0; }
    body.home .request-references-section .scope-activities-wrapper .scope-activities:nth-child(3) {
      width: 100%; }
      body.home .request-references-section .scope-activities-wrapper .scope-activities:nth-child(3) li:first-child {
        float: left;
        width: 50%; } }
    @media (max-width: 1279px) and (max-width: 920px) {
      body.home .request-references-section .scope-activities-wrapper .scope-activities:nth-child(3) li:first-child {
        float: none;
        width: 100%; } }
  @media (max-width: 1279px) {
      body.home .request-references-section .scope-activities-wrapper .scope-activities:nth-child(3) li:last-child {
        float: right;
        width: 50%; } }
    @media (max-width: 1279px) and (max-width: 920px) {
      body.home .request-references-section .scope-activities-wrapper .scope-activities:nth-child(3) li:last-child {
        width: 100%;
        float: none; } }

  @media (max-width: 920px) {
    body.home .request-references-section .scope-activities-wrapper .scope-activities:nth-child(1) {
      width: initial;
      padding-right: 0; } }
  @media (max-width: 920px) and (max-width: 767px) {
    body.home .request-references-section .scope-activities-wrapper .scope-activities:nth-child(1) {
      width: initial; } }
  @media (max-width: 920px) {
    body.home .request-references-section .scope-activities-wrapper .scope-activities:nth-child(2) {
      width: initial; } }
  @media (max-width: 920px) and (max-width: 767px) {
    body.home .request-references-section .scope-activities-wrapper .scope-activities:nth-child(2) {
      width: initial; } }
  @media (max-width: 920px) {
    body.home .request-references-section .scope-activities-wrapper .scope-activities:nth-child(3) {
      width: initial; } }
  @media (max-width: 920px) and (max-width: 767px) {
    body.home .request-references-section .scope-activities-wrapper .scope-activities:nth-child(3) li {
      float: none; } }
  @media (max-width: 920px) and (max-width: 920px) {
    body.home .request-references-section .scope-activities-wrapper .scope-activities:nth-child(3) li {
      float: none; } }
  @media (max-width: 920px) and (max-width: 767px) {
    body.home .request-references-section .scope-activities-wrapper .scope-activities:nth-child(3) {
      width: initial; } }
  @media (max-width: 920px) {
      body.home .request-references-section .scope-activities-wrapper .scope-activities:nth-child(3) li:first-child {
        width: initial; } }
    @media (max-width: 920px) and (max-width: 767px) {
      body.home .request-references-section .scope-activities-wrapper .scope-activities:nth-child(3) li:first-child {
        width: initial; } }

  body.home .request-references-section .scope-activities-wrapper .scope-activities {
    padding-right: 15px; }
    body.home .request-references-section .scope-activities-wrapper .scope-activities li {
      margin-bottom: 30px;
      position: relative; }
    body.home .request-references-section .scope-activities-wrapper .scope-activities li span {
      color: #343434;
      font-size: 17px;
      padding-left: 45px;
      display: inline-block;
      line-height: 1.5; }
    body.home .request-references-section .scope-activities-wrapper .scope-activities li img {
      width: 25px;
      height: 25px;
      margin: 0;
      position: absolute;
      top: 0;
      left: 0; }
      body.home .request-references-section .scope-activities-wrapper .scope-activities li img.scope-activities-img-7, body.home .request-references-section .scope-activities-wrapper .scope-activities li img.scope-activities-img-8 {
        width: 27px;
        height: 27px;
        top: -2px; }
      body.home .request-references-section .scope-activities-wrapper .scope-activities li img.scope-activities-img-9 {
        width: 27px; }
  body.home .request-references-section .send-request {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 57px;
    margin-bottom: 168px; }
    @media (max-width: 920px) {
      body.home .request-references-section .send-request {
        margin-bottom: 80px; } }
    body.home .request-references-section .send-request a {
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      font: 17px/1.4 "roboto-light-webfont";
      background: #F15734;
      color: #ffffff;
      border: 0;
      text-align: center;
      border-radius: 20px;
      padding: 7px 54px;
      cursor: pointer;
      max-width: 195px;
      text-decoration: none;
      margin-right: 45px;
      height: 37px; }
      body.home .request-references-section .send-request a:hover {
        background: #f36b4c; }
    body.home .request-references-section .send-request span {
      display: inline-block;
      width: 350px;
      color: #858585;
      font: 14px/1.6 "roboto-regular-webfont"; }
  @media (max-width: 640px) {
    body.home .request-references-section .send-request a {
      margin-right: 0;
      width: 100%; } }
  @media (max-width: 640px) {
    body.home .request-references-section .send-request {
      flex-wrap: wrap;
      margin-top: 40px; } }
  @media (max-width: 640px) and (max-width: 640px) {
    body.home .request-references-section .send-request span {
      margin-top: 20px; } }

.our-team {
  padding-top: 155px;
  padding-bottom: 190px;
  background: #f1f1f1;
  z-index: 4;
  overflow-x: hidden;
  position: relative; }
  @media (max-width: 1024px) {
    .our-team {
      padding-bottom: 145px; } }
  @media (max-width: 920px) {
    .our-team {
      padding-bottom: 70px; }
      .our-team .container {
        padding: 0; } }
  .our-team h2 {
    text-align: center;
    color: #58585a; }
  .our-team .our-team-content {
    position: relative;
    padding: 58px 85px 21px; }
    @media (max-width: 992px) {
      .our-team .our-team-content {
        padding: 58px 57px 30px; } }
    @media (max-width: 920px) {
      .our-team .our-team-content {
        padding: 40px 0 30px; } }
  .our-team .team-slider {
    position: static;
    margin: 0; }
  .our-team .slick-prev,
  .our-team .slick-next {
    height: auto;
    width: auto;
    top: 52%; }
    @media (max-width: 920px) {
      .our-team .slick-prev,
      .our-team .slick-next {
        display: none !important; } }
    .our-team .slick-prev:before,
    .our-team .slick-next:before {
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      opacity: 1;
      font-size: 0;
      line-height: 0;
      color: #F15734;
      content: "";
      height: 0;
      width: 0;
      display: block; }
    .our-team .slick-prev:hover:before,
    .our-team .slick-next:hover:before {
      opacity: 0.75; }
  .our-team .slick-prev {
    left: 0; }
    .our-team .slick-prev:before {
      border: 52px solid transparent;
      border-left-width: 0;
      border-right: 40px solid #F15734; }
  .our-team .slick-next {
    right: 0; }
    .our-team .slick-next:before {
      border: 52px solid transparent;
      border-right-width: 0;
      border-left: 40px solid #F15734; }
  @supports (flex-flow: row nowrap) {
    .our-team .slider-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  @media (max-width: 920px) {
    .our-team .slider-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .our-team .slider-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -o-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 25px; }
    @media (max-width: 1024px) {
      .our-team .slider-content {
        padding: 25px 0; } }
    @media (max-width: 920px) {
      .our-team .slider-content {
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -o-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 10px; } }
    .our-team .slider-content img {
      width: 61%; }
      @media (max-width: 1120px) {
        .our-team .slider-content img {
          width: 53%; } }
      @media (max-width: 920px) {
        .our-team .slider-content img {
          width: 100%; } }
    .our-team .slider-content .slid-desc {
      -webkit-box-flex: 0 0 39%;
      -moz-box-flex: 0 0 39%;
      -webkit-flex: 0 0 39%;
      -ms-flex: 0 0 39%;
      flex: 0 0 39%;
      padding: 0 41px;
      line-height: 1.7;
      cursor: default; }
      @media (max-width: 1120px) {
        .our-team .slider-content .slid-desc {
          -webkit-box-flex: 0 0 47%;
          -moz-box-flex: 0 0 47%;
          -webkit-flex: 0 0 47%;
          -ms-flex: 0 0 47%;
          flex: 0 0 47%;
          padding: 0 30px; } }
      @media (max-width: 920px) {
        .our-team .slider-content .slid-desc {
          -webkit-box-flex: 0 0 100%;
          -moz-box-flex: 0 0 100%;
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          padding: 20px 1px; } }
      @media (max-width: 992px) {
        .our-team .slider-content .slid-desc p {
          margin-bottom: 15px; } }
      @media (max-width: 400px) {
        .our-team .slider-content .slid-desc p {
          font-size: 14px; } }
      .our-team .slider-content .slid-desc p:last-of-type {
        margin: 0; }
      .our-team .slider-content .slid-desc .h4 {
        font: 16px/1.4 "roboto-medium-webfont"; }
  .our-team .slick-slide:focus {
    outline: none; }
  .our-team .slick-dots {
    left: 0;
    right: 0;
    bottom: -30px; }
    @media (max-width: 920px) {
      .our-team .slick-dots {
        bottom: 0; } }
    .our-team .slick-dots li button:before {
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      font-size: 16px;
      color: #d5d5d5;
      opacity: 1; }
    .our-team .slick-dots li.slick-active button:before {
      color: #F15734;
      opacity: 1; }

.contacts-section {
  z-index: 4;
  background-color: #f1f1f1;
  position: relative; }
  .contacts-section h2 {
    text-align: center;
    color: #636363;
    font: 42px "roboto-light-webfont";
    text-transform: capitalize; }
  @supports (flex-flow: row nowrap) {
    .contacts-section .contacts-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  @media (max-width: 992px) {
    @supports (flex-flow: row wrap) {
      .contacts-section .contacts-content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } } }
  .contacts-section .contacts-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -o-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 54px 0 60px; }
    @media (max-width: 992px) {
      .contacts-section .contacts-content {
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -o-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 50px 0 70px; } }
    @media (max-width: 920px) {
      .contacts-section .contacts-content {
        padding: 15px 0 70px; } }
    .contacts-section .contacts-content > * {
      -webkit-box-flex: 0 0 24%;
      -moz-box-flex: 0 0 24%;
      -webkit-flex: 0 0 24%;
      -ms-flex: 0 0 24%;
      flex: 0 0 24%;
      text-align: center;
      font: 18px/1.6 "roboto-medium-webfont";
      color: #5e5e5e;
      min-height: 105px;
      margin-top: 40px; }
      @media (max-width: 1279px) {
        .contacts-section .contacts-content > * {
          -webkit-box-flex: 0 0 30%;
          -moz-box-flex: 0 0 30%;
          -webkit-flex: 0 0 30%;
          -ms-flex: 0 0 30%;
          flex: 0 0 30%; } }
      .contacts-section .contacts-content > * a {
        color: #636363;
        text-decoration: none; }
        .contacts-section .contacts-content > * a:hover {
          color: #f15e48; }
      .contacts-section .contacts-content > *:nth-child(odd) {
        -webkit-box-flex: 0 0 16%;
        -moz-box-flex: 0 0 16%;
        -webkit-flex: 0 0 16%;
        -ms-flex: 0 0 16%;
        flex: 0 0 16%; }
        @media (max-width: 1279px) {
          .contacts-section .contacts-content > *:nth-child(odd) {
            -webkit-box-flex: 0 0 18%;
            -moz-box-flex: 0 0 18%;
            -webkit-flex: 0 0 18%;
            -ms-flex: 0 0 18%;
            flex: 0 0 18%; } }
      .contacts-section .contacts-content > *:nth-child(1) {
        text-align: left; }
        .contacts-section .contacts-content > *:nth-child(1) > * {
          display: inline-block;
          text-align: center; }
      .contacts-section .contacts-content > *:nth-child(4) {
        text-align: right;
        -webkit-box-flex: 0 0 32%;
        -moz-box-flex: 0 0 32%;
        -webkit-flex: 0 0 32%;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%; }
        @media (max-width: 1279px) {
          .contacts-section .contacts-content > *:nth-child(4) {
            -webkit-box-flex: 0 0 30%;
            -moz-box-flex: 0 0 30%;
            -webkit-flex: 0 0 30%;
            -ms-flex: 0 0 30%;
            flex: 0 0 30%; } }
        .contacts-section .contacts-content > *:nth-child(4) > * {
          display: inline-block;
          text-align: center; }
      @media (max-width: 992px) {
        .contacts-section .contacts-content > *:nth-child(even), .contacts-section .contacts-content > *:nth-child(odd) {
          -webkit-box-flex: 0 0 50%;
          -moz-box-flex: 0 0 50%;
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          text-align: center; }
        .contacts-section .contacts-content > *:nth-child(1) {
          -webkit-box-ordinal-group: 2;
          -moz-box-ordinal-group: 2;
          -ms-flex-order: 2;
          -webkit-order: 2;
          order: 2; }
        .contacts-section .contacts-content > *:nth-child(2) {
          -webkit-box-ordinal-group: 1;
          -moz-box-ordinal-group: 1;
          -ms-flex-order: 1;
          -webkit-order: 1;
          order: 1; }
        .contacts-section .contacts-content > *:nth-child(3) {
          -webkit-box-ordinal-group: 3;
          -moz-box-ordinal-group: 3;
          -ms-flex-order: 3;
          -webkit-order: 3;
          order: 3; }
        .contacts-section .contacts-content > *:nth-child(4) {
          -webkit-box-ordinal-group: 4;
          -moz-box-ordinal-group: 4;
          -ms-flex-order: 4;
          -webkit-order: 4;
          order: 4; } }
      @media (max-width: 640px) {
        .contacts-section .contacts-content > *:nth-child(even), .contacts-section .contacts-content > *:nth-child(odd) {
          -webkit-box-flex: 0 0 100%;
          -moz-box-flex: 0 0 100%;
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }
    .contacts-section .contacts-content .contact-icon {
      margin-bottom: 15px; }
    .contacts-section .contacts-content .content-center {
      height: 35px;
      margin-bottom: 12px; }

.map {
  width: 100%;
  position: relative;
  padding-bottom: 540px; }
  @media (max-width: 1024px) {
    .map {
      padding-bottom: 360px; } }

.our-latest-news.section {
  background-color: #f1f1f1;
  position: relative;
  z-index: 4;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .our-latest-news.section {
      padding-top: 70px; } }
  @media (max-width: 530px) {
    .our-latest-news.section {
      padding-bottom: 80px; } }
  .our-latest-news.section.has-pagination {
    padding-bottom: 100px; }
  .our-latest-news.section h2 {
    text-align: center;
    color: #636363;
    font: 42px "roboto-light-webfont";
    text-transform: capitalize; }
  .our-latest-news.section .news-wrapper {
    width: 100%;
    margin-top: 80px;
    overflow: hidden;
    position: relative;
    height: 680px; }
    @media (max-width: 1279px) {
      .our-latest-news.section .news-wrapper {
        height: auto;
        margin-bottom: 70px; } }
    @media (max-width: 767px) {
      .our-latest-news.section .news-wrapper {
        margin-top: 40px; } }
    @media (max-width: 530px) {
      .our-latest-news.section .news-wrapper {
        margin-bottom: 40px; } }
  .our-latest-news.section .news {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -o-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around; }
    @media (max-width: 1279px) {
      .our-latest-news.section .news {
        -webkit-flex-flow: column nowrap;
        -moz-flex-flow: column nowrap;
        -o-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; } }
    .our-latest-news.section .news .news-item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      -o-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      background-color: #fff;
      width: 33%;
      max-width: 380px;
      margin: 0 10px; }
      @media (max-width: 1279px) {
        .our-latest-news.section .news .news-item {
          width: 100%;
          max-width: 100%;
          -webkit-flex-flow: row nowrap;
          -moz-flex-flow: row nowrap;
          -o-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
          margin: 10px 0; } }
      @media (max-width: 767px) {
        .our-latest-news.section .news .news-item {
          -webkit-flex-flow: column nowrap;
          -moz-flex-flow: column nowrap;
          -o-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; } }
    .our-latest-news.section .news .news-item-img {
      width: 100%; }
      @media (max-width: 1279px) {
        .our-latest-news.section .news .news-item-img {
          align-self: flex-start;
          width: 50%;
          margin: 15px;
          margin-right: 5px; } }
      @media (max-width: 767px) {
        .our-latest-news.section .news .news-item-img {
          width: 100%;
          margin: 0;
          padding: 15px;
          text-align: center; } }
      .our-latest-news.section .news .news-item-img .news-item-date {
        position: absolute;
        left: 0;
        bottom: 20px;
        color: #fff;
        padding: 0 15px;
        background-color: #f55e45;
        font: 15px "roboto-light-webfont";
        line-height: 2;
        z-index: 10; }
        @media (max-width: 1279px) {
          .our-latest-news.section .news .news-item-img .news-item-date {
            top: 20px;
            bottom: auto; } }
        @media (max-width: 767px) {
          .our-latest-news.section .news .news-item-img .news-item-date {
            left: 0px;
            top: auto;
            bottom: 40px; } }
      .our-latest-news.section .news .news-item-img .news-item-img-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background-color: #000;
        opacity: 0;
        -webkit-transition: all, 0.5s;
        -moz-transition: all, 0.5s;
        -ms-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s; }
      .our-latest-news.section .news .news-item-img a {
        position: relative;
        overflow: hidden;
        display: block; }
        @media (max-width: 767px) {
          .our-latest-news.section .news .news-item-img a {
            display: block;
            width: 100%; } }
        .our-latest-news.section .news .news-item-img a:hover .news-item-img-overlay {
          display: block;
          opacity: 0.4; }
        .our-latest-news.section .news .news-item-img a:hover img {
          transform: scale(1.1); }
      .our-latest-news.section .news .news-item-img img {
        width: 100%;
        display: block;
        -webkit-transition: all, 0.5s;
        -moz-transition: all, 0.5s;
        -ms-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s; }
        @media (max-width: 1279px) {
          .our-latest-news.section .news .news-item-img img {
            height: 100%; } }
        @media (max-width: 767px) {
          .our-latest-news.section .news .news-item-img img {
            width: 100%; } }
    .our-latest-news.section .news .news-item-content-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      -o-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-flex: 1 0 auto;
      -moz-box-flex: 1 0 auto;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
      @media (max-width: 1279px) {
        .our-latest-news.section .news .news-item-content-wrapper {
          width: 50%;
          height: auto; } }
      @media (max-width: 767px) {
        .our-latest-news.section .news .news-item-content-wrapper {
          width: 100%; } }
    .our-latest-news.section .news .news-item-title {
      margin: 30px 0;
      padding: 0 35px;
      line-height: 1; }
      @media (max-width: 1279px) {
        .our-latest-news.section .news .news-item-title {
          padding: 0 15px;
          margin: 15px 0;
          line-height: 0.8; } }
      @media (max-width: 767px) {
        .our-latest-news.section .news .news-item-title {
          margin-top: 0; } }
      .our-latest-news.section .news .news-item-title a {
        font: 20px "roboto-medium-webfont";
        text-decoration: none;
        color: #58585a; }
        .our-latest-news.section .news .news-item-title a:hover {
          color: #f15e48; }
    .our-latest-news.section .news .news-item-content {
      padding: 0 35px;
      margin-bottom: 30px;
      font: 15px "roboto-light-webfont";
      line-height: 1.8;
      color: #58585a;
      -webkit-box-flex: 1 0 auto;
      -moz-box-flex: 1 0 auto;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
      @media (max-width: 1279px) {
        .our-latest-news.section .news .news-item-content {
          -webkit-box-flex: 1;
          -moz-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1;
          margin-bottom: 15px;
          padding: 0 15px; } }
      @media (max-width: 1024px) {
        .our-latest-news.section .news .news-item-content {
          max-height: 103px;
          overflow: hidden; } }
      @media (max-width: 767px) {
        .our-latest-news.section .news .news-item-content {
          -webkit-box-flex: auto;
          -moz-box-flex: auto;
          -webkit-flex: auto;
          -ms-flex: auto;
          flex: auto; } }
    .our-latest-news.section .news .news-item-readmore {
      padding: 0 35px;
      margin-bottom: 30px; }
      @media (max-width: 1279px) {
        .our-latest-news.section .news .news-item-readmore {
          display: none; } }
      .our-latest-news.section .news .news-item-readmore a {
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        color: #a3a3a3;
        white-space: nowrap;
        text-decoration: none;
        font: 16px "roboto-regular-webfont";
        color: #b0b0b0; }
        .our-latest-news.section .news .news-item-readmore a:hover {
          color: #f15e48; }
  .our-latest-news.section .new-news {
    position: absolute;
    top: 0; }
  .our-latest-news.section .pagination {
    text-align: center;
    position: relative; }
    @media (max-width: 530px) {
      .our-latest-news.section .pagination {
        height: 70px; } }
    .our-latest-news.section .pagination a,
    .our-latest-news.section .pagination span {
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      padding: 0 5px;
      font: 22px "roboto-light-webfont";
      color: #9c9c9c;
      text-decoration: none;
      display: inline-block; }
      @media (max-width: 1024px) {
        .our-latest-news.section .pagination a,
        .our-latest-news.section .pagination span {
          padding: 0 10px; } }
    @media (max-width: 530px) {
      .our-latest-news.section .pagination span {
        padding: 0 5px; } }
    .our-latest-news.section .pagination .current {
      color: #f15e47; }
    .our-latest-news.section .pagination .arrows {
      position: relative; }
    .our-latest-news.section .pagination .prev {
      margin-right: 30px;
      padding-left: 20px; }
      @media (max-width: 1024px) {
        .our-latest-news.section .pagination .prev {
          margin-right: 15px; } }
    @media (max-width: 530px) {
      .our-latest-news.section .pagination .prev-absolute {
        position: absolute;
        bottom: 0;
        margin-left: 5px;
        text-align: left;
        left: 0; } }
    .our-latest-news.section .pagination .next {
      margin-left: 30px;
      padding-right: 20px; }
      @media (max-width: 1024px) {
        .our-latest-news.section .pagination .next {
          margin-left: 15px; } }
    @media (max-width: 530px) {
      .our-latest-news.section .pagination .next-absolute {
        position: absolute;
        bottom: 0;
        margin-right: 5px;
        text-align: right;
        right: 0; } }
    .our-latest-news.section .pagination .inactive {
      cursor: default;
      opacity: 0.3; }
      .our-latest-news.section .pagination .inactive:hover {
        color: #9c9c9c; }
    .our-latest-news.section .pagination a:hover {
      color: #f15e47; }
    .our-latest-news.section .pagination .arrows:before {
      width: 10px;
      height: 10px;
      border-bottom: 1px solid #9c9c9c;
      border-left: 1px solid #9c9c9c;
      content: "";
      position: absolute;
      top: 7px; }
    .our-latest-news.section .pagination .arrows.prev:before {
      transform: rotate(45deg);
      left: 0; }
    .our-latest-news.section .pagination .arrows.prev:not(.inactive):hover:before,
    .our-latest-news.section .pagination .arrows.next:not(.inactive):hover:before {
      border-bottom: 1px solid #f15e47;
      border-left: 1px solid #f15e47; }
    .our-latest-news.section .pagination .arrows.next:before {
      transform: rotate(-135deg);
      right: 0; }

.blog {
  z-index: 2;
  padding-bottom: 64px;
  background: #f1f1f1; }
  @media (max-width: 1024px) {
    .blog {
      padding-bottom: 45px; } }
  .blog h2 {
    text-align: center;
    color: #58585a; }
  @supports (flex-flow: row nowrap) {
    .blog .blog-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  @media (max-width: 767px) {
    @supports (flex-flow: row wrap) {
      .blog .blog-content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } } }
  .blog .blog-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -o-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding-top: 106px; }
    @media (max-width: 1024px) {
      .blog .blog-content {
        padding-top: 75px; } }
    @media (max-width: 767px) {
      .blog .blog-content {
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -o-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-top: 20px; } }
  .blog .thumbnail {
    text-decoration: none;
    -webkit-box-flex: 0 0 30%;
    -moz-box-flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    background: #ffffff;
    color: #58585a; }
    @media (max-width: 920px) {
      .blog .thumbnail {
        -webkit-box-flex: 0 0 48%;
        -moz-box-flex: 0 0 48%;
        -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%; } }
    @media (max-width: 767px) {
      .blog .thumbnail {
        -webkit-box-flex: 0 0 100%;
        -moz-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
        .blog .thumbnail + .thumbnail {
          margin-top: 40px; } }
    .blog .thumbnail img {
      display: block;
      width: 100%; }
    .blog .thumbnail .thumbnail-img {
      position: relative; }
    .blog .thumbnail .date {
      position: absolute;
      left: 0;
      bottom: 30px;
      padding: 9px 14px;
      color: #ffffff;
      font: 14px/1 "roboto-light-webfont";
      background: #F15734; }
    .blog .thumbnail .caption {
      padding: 30px 33px 37px;
      font: 15px/1.5 "roboto-regular-webfont"; }
      @media (max-width: 1200px) {
        .blog .thumbnail .caption {
          padding: 25px;
          min-height: 280px; } }
      @media (max-width: 1120px) {
        .blog .thumbnail .caption {
          min-height: 330px;
          padding: 25px 20px; } }
      @media (max-width: 920px) {
        .blog .thumbnail .caption {
          min-height: 260px; } }
      @media (max-width: 767px) {
        .blog .thumbnail .caption {
          min-height: 100px; } }
      .blog .thumbnail .caption h4 {
        text-transform: none;
        font: 20px/1.4 "roboto-medium-webfont";
        color: #58585a;
        margin-bottom: 20px; }
      .blog .thumbnail .caption p {
        margin: 0; }
  .blog .paginatoin {
    text-align: center;
    margin: 56px 0; }
    .blog .paginatoin > * {
      text-decoration: none;
      color: #9c9c9c;
      font: 24px/1.4 "roboto-light-webfont";
      padding: 0 7px; }
    .blog .paginatoin a {
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      .blog .paginatoin a.active, .blog .paginatoin a:hover {
        color: #F15734; }

.jobs.section {
  padding: 0; }

.jobs {
  overflow-x: hidden;
  z-index: 4;
  background-color: #ffffff;
  padding: 0;
  position: relative;
  box-shadow: 0 19px 15px 0 rgba(0, 0, 0, 0.15); }
  @media (max-width: 920px) {
    .jobs {
      margin-bottom: 0; } }
  .jobs:before {
    z-index: -1;
    content: "";
    width: 51%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #333;
    background-image: linear-gradient(rgba(51, 51, 51, 0.7), rgba(51, 51, 51, 0.7)), url("../images/jobs.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover; }
    @media (max-width: 992px) {
      .jobs:before {
        display: none; } }
  .jobs h2 {
    text-align: right;
    color: #fefefe;
    position: absolute;
    right: -4px;
    top: -115px;
    font: 42px/1.4 "roboto-light-webfont";
    text-transform: capitalize; }
    @media (max-width: 992px) {
      .jobs h2 {
        top: -130px;
        left: 3px;
        text-align: center; } }
    @media (max-width: 920px) {
      .jobs h2 {
        top: -105px; } }
  @supports (flex-flow: row nowrap) {
    .jobs .container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  @media (max-width: 992px) {
    @supports (flex-flow: row wrap) {
      .jobs .container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } } }
  .jobs .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -o-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 992px) {
      .jobs .container {
        padding: 0;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -o-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }
    .jobs .container > * {
      padding: 208px 0; }
      @media (max-width: 1279px) {
        .jobs .container > * {
          margin: 0 auto; } }
  @media (max-width: 992px) {
    .jobs .policy {
      max-width: 500px;
      float: none;
      margin: 20px auto 0; } }
  @media (max-width: 640px) {
    .jobs .policy {
      width: 100%; } }
  @media (max-width: 530px) {
    .jobs .policy {
      margin: 100px auto 0; } }
  .jobs .jobs-content {
    position: relative; }
    @media (max-width: 992px) {
      .jobs .jobs-content {
        max-width: 500px;
        float: none;
        margin: 0 auto; } }
    @media (max-width: 640px) {
      .jobs .jobs-content {
        width: 100%; } }
    .jobs .jobs-content h3 {
      font: 20px/1.4 "roboto-light-webfont";
      margin: -5px 0 50px;
      color: #636363;
      text-transform: none; }
      .jobs .jobs-content h3 span {
        display: block; }
  .jobs .jobs-desc {
    min-width: 51%;
    padding-right: 121px; }
    @media (max-width: 1279px) {
      .jobs .jobs-desc {
        padding-right: 4%; } }
    @media (max-width: 992px) {
      .jobs .jobs-desc {
        width: 100%;
        background: url("../images/jobs.jpg") no-repeat 0 0/cover;
        padding: 230px 20px 100px; } }
    @media (max-width: 920px) {
      .jobs .jobs-desc {
        padding: 170px 20px 70px; } }
    @media (max-width: 640px) {
      .jobs .jobs-desc {
        padding: 160px 65px 68px; } }
    @media (max-width: 600px) {
      .jobs .jobs-desc {
        padding: 160px 35px 100px; } }
    @media (max-width: 400px) {
      .jobs .jobs-desc {
        padding: 160px 20px 100px; } }
    .jobs .jobs-desc .desc {
      border: 5px solid rgba(255, 255, 255, 0.33);
      padding: 57px 40px;
      font-size: 19px;
      line-height: 2.15; }
      @media (max-width: 1279px) {
        .jobs .jobs-desc .desc {
          padding: 50px 15px; } }
      @media (max-width: 920px) {
        .jobs .jobs-desc .desc {
          padding: 30px 15px; } }
      @media (max-width: 530px) {
        .jobs .jobs-desc .desc br {
          display: none; } }
    .jobs .jobs-desc .jobs-content {
      font: 20px/2.24 "roboto-regular-webfont";
      color: #ffffff;
      text-align: center; }
      @media (max-width: 992px) {
        .jobs .jobs-desc .jobs-content {
          font-size: 17px; } }
  .jobs .jobs-form {
    min-width: 49%;
    padding-left: 143px; }
    @media (max-width: 1279px) {
      .jobs .jobs-form {
        padding-left: 4%; } }
    @media (max-width: 992px) {
      .jobs .jobs-form {
        width: 100%;
        padding: 68px 60px; } }
    @media (max-width: 640px) {
      .jobs .jobs-form {
        padding: 68px 65px; } }
    @media (max-width: 600px) {
      .jobs .jobs-form {
        padding: 100px 35px; } }
    @media (max-width: 530px) {
      .jobs .jobs-form {
        padding: 100px 35px 150px; } }
    @media (max-width: 400px) {
      .jobs .jobs-form {
        padding: 100px 20px 150px; } }
    .jobs .jobs-form h4 {
      margin-bottom: 51px; }
    .jobs .jobs-form .gform_wrapper .gform_body ul li {
      margin: 0 0 33px; }
      .jobs .jobs-form .gform_wrapper .gform_body ul li .ginput_container {
        position: relative; }
        .jobs .jobs-form .gform_wrapper .gform_body ul li .ginput_container span:after {
          -webkit-transition: 0.2s;
          -moz-transition: 0.2s;
          -ms-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s;
          content: "";
          position: absolute;
          left: 2px;
          top: 9px;
          color: #636363; }
      .jobs .jobs-form .gform_wrapper .gform_body ul li:nth-child(1) {
        -webkit-box-flex: 0 0 42%;
        -moz-box-flex: 0 0 42%;
        -webkit-flex: 0 0 42%;
        -ms-flex: 0 0 42%;
        flex: 0 0 42%; }
        @media (max-width: 530px) {
          .jobs .jobs-form .gform_wrapper .gform_body ul li:nth-child(1) {
            -webkit-box-flex: 0 0 100%;
            -moz-box-flex: 0 0 100%;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }
        .jobs .jobs-form .gform_wrapper .gform_body ul li:nth-child(1) .ginput_container span:after {
          content: "";
          font-size: 13px; }
      .jobs .jobs-form .gform_wrapper .gform_body ul li:nth-child(even) {
        -webkit-box-flex: 0 0 49%;
        -moz-box-flex: 0 0 49%;
        -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%; }
        @media (max-width: 530px) {
          .jobs .jobs-form .gform_wrapper .gform_body ul li:nth-child(even) {
            -webkit-box-flex: 0 0 100%;
            -moz-box-flex: 0 0 100%;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }
      .jobs .jobs-form .gform_wrapper .gform_body ul li:nth-child(2) .ginput_container span:after {
        content: "";
        font-size: 13px; }
      .jobs .jobs-form .gform_wrapper .gform_body ul li:nth-child(3) .ginput_container {
        overflow: hidden;
        height: 32px;
        width: 100%; }
      .jobs .jobs-form .gform_wrapper .gform_body ul li.field-recaptcha {
        margin: 0; }
        .jobs .jobs-form .gform_wrapper .gform_body ul li:nth-child(3) .ginput_container input {
          opacity: 0;
          z-index: 2;
          cursor: pointer;
          position: absolute;
          left: -90px;
          top: 0;
          bottom: 0;
          width: 300px; }
          .jobs .jobs-form .gform_wrapper .gform_body ul li:nth-child(3) .ginput_container input:hover + span:after {
            color: #F15734; }
          .jobs .jobs-form .gform_wrapper .gform_body ul li:nth-child(3) .ginput_container input + span {
            visibility: visible; }
        .jobs .jobs-form .gform_wrapper .gform_body ul li:nth-child(3) .ginput_container span:after {
          -webkit-transition: 0.2s;
          -moz-transition: 0.2s;
          -ms-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s;
          content: "";
          font-size: 15px; }
        .jobs .jobs-form .gform_wrapper .gform_body ul li:nth-child(3) .ginput_container span + .validation_message + span,
        .jobs .jobs-form .gform_wrapper .gform_body ul li:nth-child(3) .ginput_container span + .validation_message + span + span {
          display: none; }
        .jobs .jobs-form .gform_wrapper .gform_body ul li:nth-child(3) .ginput_container:before {
          -webkit-transition: 0.2s;
          -moz-transition: 0.2s;
          -ms-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s;
          content: attr(data-content);
          position: absolute;
          left: 26px;
          top: 6px;
          color: #636363;
          font: 15px/1.4 "roboto-light-webfont";
          z-index: 1; }
        .jobs .jobs-form .gform_wrapper .gform_body ul li:nth-child(3) .ginput_container:hover:before {
          color: #F15734; }
    .jobs .jobs-form .gform_wrapper .gform_body ul li.addition {
      color: #636363;
      font: 15px "roboto-light-webfont";
      line-height: 1.6;
      margin: 14px 0 0 51%;
      text-align: left; }
      @media (max-width: 530px) {
        .jobs .jobs-form .gform_wrapper .gform_body ul li.addition {
          margin: 0;
          position: absolute;
          top: calc(100% + 35px);
          left: 0; } }
      .jobs .jobs-form .gform_wrapper .gform_body ul li.addition a {
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        text-decoration: none;
        color: #a3a3a3; }
        .jobs .jobs-form .gform_wrapper .gform_body ul li.addition a:hover {
          color: #F15734; }
    .jobs .jobs-form .gform_wrapper input::-webkit-input-placeholder {
      color: #636363; }
    .jobs .jobs-form .gform_wrapper input:-moz-placeholder {
      color: #636363; }
    .jobs .jobs-form .gform_wrapper input::-moz-placeholder {
      color: #636363; }
    .jobs .jobs-form .gform_wrapper input:-ms-input-placeholder {
      color: #636363; }
    .jobs .jobs-form .gform_wrapper input:focus {
      outline: none; }
    .jobs .jobs-form .gform_wrapper .gform_footer {
      width: 47%;
      position: absolute;
      left: 0;
      bottom: 6px;
      text-align: left;
      margin: 17px 0 0; }
      @media (max-width: 530px) {
        .jobs .jobs-form .gform_wrapper .gform_footer {
          width: 100%;
          position: relative;
          margin: 0; } }

@media (max-width: 920px) {
  .blog .thumbnail:nth-child(3) {
    display: none; } }
.rtl .about-us .title-thumbnail .addition-brand {
  float: right;
  margin-left: 33px; }
  .rtl .about-us .title-thumbnail .addition-brand img {
    margin-right: 0px; }

@media (max-width: 915px) {
  .about-us .title-thumbnail .addition-brand img {
    margin-bottom: 14px;
    width: 236px; }

  .about-us .title-thumbnail .addition-brand {
    float: none;
    display: inherit;
    height: initial; }

  .rtl .about-us .title-thumbnail .addition-brand {
    float: none;
    display: inherit;
    height: initial;
    text-align: right; }

  .rtl .about-us .title-thumbnail .addition-brand img {
    margin-bottom: 10px; } }
header {
  background: #363636;
  position: fixed;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 50px;
  z-index: 999;
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: top 0.2s;
  -moz-transition: top 0.2s;
  -ms-transition: top 0.2s;
  -o-transition: top 0.2s;
  transition: top 0.2s; }
  @supports (flex-flow: row nowrap) {
    header .container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  header .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -o-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between; }
    @media (max-width: 767px) {
      header .container {
        display: block;
        text-align: center; } }
  @media (max-width: 767px) {
    header .logo-wrap {
      display: none; } }
  @media (max-width: 1445px) {
    header .logo {
      width: 39px;
      overflow: hidden; } }
  header .logo, header .logo img {
    display: block; }
  header .logo img {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 118px;
    height: 37px; }
    @media (max-width: 1445px) {
      header .logo img {
        width: 120px;
        height: 37px; } }
  header .nav {
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: right; }
    @media (max-width: 767px) {
      header .nav {
        float: right;
        height: 50px; } }
    header .nav ul,
    header .nav li {
      display: inline-block;
      vertical-align: middle; }
    header .nav li {
      position: relative;
      font: 15px/1.5 "roboto-regular-webfont";
      letter-spacing: 0.1px;
      padding: 0;
      margin: 0 0 0 30px; }
      @media (max-width: 1445px) {
        header .nav li {
          font: 14px/1.5 "roboto-regular-webfont";
          margin: 0 25px; } }
      @media (max-width: 1279px) {
        header .nav li {
          margin: 0 0 0 24px; } }
      @media (max-width: 1024px) {
        header .nav li {
          font-size: 13px;
          margin: 0 0 0 28px; } }
      @media (max-width: 920px) {
        header .nav li {
          font-size: 11px;
          margin: 0 0 0 20px; } }
      header .nav li a {
        display: block;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 29px 0 27px; }
        @media (max-width: 1445px) {
          header .nav li a {
            padding: 17px 0; } }
        @media (max-width: 767px) {
          header .nav li a {
            display: inline-block;
            vertical-align: middle;
            position: relative; } }
    header .nav .contacts li {
      margin: 21px 32px; }
    header .nav .contacts a {
      border: 1px solid transparent;
      border-radius: 20px;
      padding: 6px 21px;
      color: #F15734;
      border: 1px solid; }
      header .nav .contacts a:hover {
        color: #f36b4c; }
      @media (max-width: 1445px) {
        header .nav .contacts a {
          padding: 6px 10px; } }
      @media (max-width: 992px) {
        header .nav .contacts a {
          padding: 6px 10px; } }
      @media (max-width: 767px) {
        header .nav .contacts a {
          padding: 6px 40px; } }
  header .toggler {
    display: none; }
    @media (max-width: 767px) {
      header .toggler {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 50px;
        background: #363636;
        padding: 0 15px;
        border-radius: 5px;
        -webkit-transition: left 0.3s ease-out;
        -moz-transition: left 0.3s ease-out;
        -ms-transition: left 0.3s ease-out;
        -o-transition: left 0.3s ease-out;
        transition: left 0.3s ease-out; }
        header .toggler.active {
          left: 200px; }
        header .toggler span {
          position: absolute;
          top: 50%;
          -ms-transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
          width: 100%;
          height: 3px;
          background: #ffffff;
          display: block;
          position: relative; }
          header .toggler span:before, header .toggler span:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 3px;
            background: #ffffff;
            left: 0; }
          header .toggler span:before {
            top: 10px; }
          header .toggler span:after {
            bottom: 10px; } }
  header .menu-wrapper {
    display: inline; }
  header .menu li a:after {
    -webkit-transition: width 0.2s ease-out, left 0.2s ease-out;
    -moz-transition: width 0.2s ease-out, left 0.2s ease-out;
    -ms-transition: width 0.2s ease-out, left 0.2s ease-out;
    -o-transition: width 0.2s ease-out, left 0.2s ease-out;
    transition: width 0.2s ease-out, left 0.2s ease-out;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #ffffff; }
  header .menu li a.current:after {
    width: 100%;
    left: 0; }
  header .menu li a:hover:after {
    width: 100%;
    left: 0; }
  header .nav .localization a {
    font-size: 19px; }
    @media (max-width: 1445px) {
      header .nav .localization a {
        padding: 16px 0; } }
    @media (max-width: 767px) {
      header .nav .localization a {
        padding: 16px 7px; } }
    header .nav .localization a:hover {
      color: #F15734; }

.touch header .menu li a:hover:after {
  display: none; }
.touch header .menu li a.current:after {
  display: block !important;
  width: 100%;
  left: 0; }

nav.collapsible-menu {
  display: inline; }
  @media (max-width: 767px) {
    nav.collapsible-menu {
      -webkit-transition: left 0.3s ease-out;
      -moz-transition: left 0.3s ease-out;
      -ms-transition: left 0.3s ease-out;
      -o-transition: left 0.3s ease-out;
      transition: left 0.3s ease-out;
      top: 0;
      height: 100%;
      min-height: 100%;
      left: -200px;
      width: 200px;
      position: fixed;
      background: #292929;
      border-right: 2px solid #363636;
      text-align: left;
      padding: 0 20px;
      overflow: auto; }
      nav.collapsible-menu.active {
        left: 0; }
      nav.collapsible-menu .menu-wrapper li {
        padding: 0;
        margin: 0;
        font-size: 14px; }
        nav.collapsible-menu .menu-wrapper li a {
          padding: 15px 0; }
          nav.collapsible-menu .menu-wrapper li a:after {
            bottom: 10px; }
      nav.collapsible-menu .menu-wrapper .contacts a {
        padding: 5px 30px; }
      nav.collapsible-menu ul,
      nav.collapsible-menu li {
        width: 100%; } }

canvas {
  display: block;
  vertical-align: bottom; }

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #292929;
  background-image: url("./style.css?ver=20191210");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

/* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold; }

.js-count-particles {
  font-size: 1.1em; }

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px; }

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden; }

.count-particles {
  border-radius: 0 0 3px 3px; }

.single-news img.alignright {
  float: right;
  margin: 0 0 1em 1em;
  max-width: 100%;
  height: auto; }
.single-news img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
  max-width: 100%;
  height: auto; }
.single-news img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto; }
.single-news a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
  max-width: 100%;
  height: auto; }
.single-news a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
  max-width: 100%;
  height: auto; }
.single-news a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto; }
.single-news table {
  width: 100%;
  font-family: roboto-light-webfont;
  border-collapse: collapse;
  margin-bottom: 40px; }
  .single-news table thead td {
    font-weight: 600; }
  .single-news table td {
    border: 1px solid #e4e4e4;
    padding: 15px;
    padding-left: 22px; }
.single-news .head-section {
  position: relative;
  height: 270px;
  padding-top: 0;
  z-index: 4;
  overflow: hidden; }
  .single-news .head-section .home-title-wrapper {
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 5;
    text-align: center;
    width: 100%; }
    .single-news .head-section .home-title-wrapper .home-title {
      display: inline-block;
      padding: 0 30px;
      font: 42px "roboto-light-webfont";
      text-transform: capitalize;
      color: #fffefe;
      position: relative; }
.single-news .line-throuth {
  position: absolute;
  z-index: 1;
  top: 45%; }
.single-news .line-throuth-left {
  left: -10px; }
  .single-news .line-throuth-left:before {
    content: "";
    z-index: 2;
    background: #F15734;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    position: relative; }
  .single-news .line-throuth-left:after {
    content: "";
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    width: 10000px;
    height: 3px;
    background: #ececec;
    right: 1px;
    opacity: 0.5; }
.single-news .line-throuth-right {
  right: -10px; }
  .single-news .line-throuth-right:before {
    content: "";
    z-index: 2;
    background: #F15734;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: relative;
    display: block; }
  .single-news .line-throuth-right:after {
    left: 10px;
    content: "";
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    width: 10000px;
    height: 3px;
    background: #ececec;
    opacity: 0.5; }
.single-news .section-content {
  position: relative;
  z-index: 4;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 140px; }
  .single-news .section-content .container {
    padding: 0 0 0 120px;
    position: relative; }
    .single-news .section-content .container:after {
      content: "";
      display: table;
      clear: both; }
    @media (max-width: 1279px) {
      .single-news .section-content .container {
        padding: 0 70px; } }
    @media (max-width: 767px) {
      .single-news .section-content .container {
        padding: 0 50px; } }
    @media (max-width: 530px) {
      .single-news .section-content .container {
        padding: 0 35px; } }
    @media (max-width: 400px) {
      .single-news .section-content .container {
        padding: 0 15px; } }
  .single-news .section-content .sidebar-right {
    float: right;
    width: 320px; }
    @media (max-width: 1279px) {
      .single-news .section-content .sidebar-right {
        float: none;
        width: 100%; } }
    .single-news .section-content .sidebar-right .widgets {
      margin-left: 40px; }
      @media (max-width: 1279px) {
        .single-news .section-content .sidebar-right .widgets {
          margin-left: 0; } }
    @media (max-width: 1279px) {
      .single-news .section-content .sidebar-right .news {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -o-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start; } }
  @media (max-width: 1279px) and (max-width: 992px) {
    .single-news .section-content .sidebar-right .news {
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      -o-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; } }

    .single-news .section-content .sidebar-right h2 {
      font: 28px "roboto-light-webfont";
      line-height: 1.5;
      text-transform: capitalize;
      padding-bottom: 0;
      color: #9e9e9e;
      text-align: left; }
      @media (max-width: 1279px) {
        .single-news .section-content .sidebar-right h2 {
          padding-bottom: 20px;
          margin-bottom: 20px;
          border-bottom: 1px solid rgba(88, 88, 90, 0.2); } }
    .single-news .section-content .sidebar-right .news-item {
      padding-bottom: 30px;
      margin-top: 30px;
      border-bottom: 1px solid rgba(88, 88, 90, 0.2); }
      .single-news .section-content .sidebar-right .news-item:last-child {
        border-bottom: none; }
      @media (max-width: 1279px) {
        .single-news .section-content .sidebar-right .news-item {
          margin: 0 auto;
          width: 30%;
          border-bottom: none; } }
      @media (max-width: 1279px) {
        .single-news .section-content .sidebar-right .news-item:first-child {
          margin-left: 0; } }
      @media (max-width: 1279px) {
        .single-news .section-content .sidebar-right .news-item:last-child {
          margin-right: 0; } }
      @media (max-width: 992px) {
        .single-news .section-content .sidebar-right .news-item {
          padding-bottom: 15px;
          margin-bottom: 15px;
          border-bottom: 1px solid rgba(88, 88, 90, 0.2);
          width: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-flow: row nowrap;
          -moz-flex-flow: row nowrap;
          -o-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; } }
      @media (max-width: 767px) {
        .single-news .section-content .sidebar-right .news-item {
          -webkit-flex-flow: column nowrap;
          -moz-flex-flow: column nowrap;
          -o-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; } }
    .single-news .section-content .sidebar-right .news-item-img-wrapper {
      display: block;
      position: relative;
      width: 100%;
      margin-bottom: 15px;
      overflow: hidden; }
      .single-news .section-content .sidebar-right .news-item-img-wrapper .news-item-img-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background-color: #000;
        opacity: 0;
        -webkit-transition: all, 0.5s;
        -moz-transition: all, 0.5s;
        -ms-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s; }
      .single-news .section-content .sidebar-right .news-item-img-wrapper:hover .news-item-img-overlay {
        display: block;
        opacity: 0.4; }
      .single-news .section-content .sidebar-right .news-item-img-wrapper:hover img {
        transform: scale(1.1); }
      @media (max-width: 992px) {
        .single-news .section-content .sidebar-right .news-item-img-wrapper {
          width: 50%;
          margin: 15px;
          margin-left: 0; } }
      @media (max-width: 767px) {
        .single-news .section-content .sidebar-right .news-item-img-wrapper {
          width: 100%;
          margin: 15px 0; } }
      .single-news .section-content .sidebar-right .news-item-img-wrapper img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-transition: all, 0.5s;
        -moz-transition: all, 0.5s;
        -ms-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s; }
      .single-news .section-content .sidebar-right .news-item-img-wrapper .news-item-date {
        position: absolute;
        left: 0;
        bottom: 25px;
        color: #fff;
        padding: 0 15px;
        background-color: #f55e45;
        font: 15px "roboto-light-webfont";
        z-index: 10;
        line-height: 2; }
        @media (max-width: 992px) {
          .single-news .section-content .sidebar-right .news-item-img-wrapper .news-item-date {
            bottom: auto;
            top: 25px; } }
        @media (max-width: 767px) {
          .single-news .section-content .sidebar-right .news-item-img-wrapper .news-item-date {
            top: auto;
            bottom: 25px; } }
    @media (max-width: 992px) {
      .single-news .section-content .sidebar-right .news-item-content-wrapper {
        width: 50%;
        margin: 15px; } }
    @media (max-width: 767px) {
      .single-news .section-content .sidebar-right .news-item-content-wrapper {
        width: 100%;
        margin: 15px 0; } }
    .single-news .section-content .sidebar-right .news-item-title {
      font: 18px "roboto-medium-webfont";
      line-height: 1.5; }
      .single-news .section-content .sidebar-right .news-item-title a {
        color: #7d7d7d;
        text-decoration: none; }
        .single-news .section-content .sidebar-right .news-item-title a:hover {
          color: #f15e48; }
    .single-news .section-content .sidebar-right .news-item-content {
      font: 14px "roboto-light-webfont";
      color: #696969;
      line-height: 1.7;
      max-height: 97px;
      overflow: hidden; }
  .single-news .section-content .sidebar-left {
    position: absolute;
    top: 5px;
    left: 0;
    width: 110px; }
    @media (max-width: 1279px) {
      .single-news .section-content .sidebar-left {
        position: static;
        width: 100%;
        margin-bottom: 70px; } }
    .single-news .section-content .sidebar-left .share h2 {
      font: 14px "roboto-medium-webfont";
      color: #b0b0b0;
      text-transform: uppercase;
      text-align: left; }
    .single-news .section-content .sidebar-left .share .share-links {
      width: 40px;
      margin-top: 20px;
      text-align: center; }
      @media (max-width: 1279px) {
        .single-news .section-content .sidebar-left .share .share-links {
          width: 100%;
          margin-top: 10px;
          text-align: left; } }
      .single-news .section-content .sidebar-left .share .share-links a {
        display: block;
        padding: 5px;
        width: 100%; }
        @media (max-width: 1279px) {
          .single-news .section-content .sidebar-left .share .share-links a {
            width: 45px;
            display: inline-block;
            height: 45px;
            vertical-align: top; } }
        .single-news .section-content .sidebar-left .share .share-links a:hover {
          opacity: 0.8; }
        .single-news .section-content .sidebar-left .share .share-links a + a {
          margin-top: 10px; }
          @media (max-width: 1279px) {
            .single-news .section-content .sidebar-left .share .share-links a + a {
              margin-top: 0;
              margin-left: 20px; } }
        .single-news .section-content .sidebar-left .share .share-links a img {
          width: 100%;
          height: auto; }
      .single-news .section-content .sidebar-left .share .share-links .nfm-twitter-share {
        position: relative; }
        @media (max-width: 1279px) {
          .single-news .section-content .sidebar-left .share .share-links .nfm-twitter-share img {
            display: block;
            width: 35px;
            height: auto;
            position: absolute;
            left: 5px;
            top: 8px; } }
      .single-news .section-content .sidebar-left .share .share-links .nfm-share-count {
        display: none; }
  .single-news .section-content .post-body {
    width: 740px;
    float: left; }
    @media (max-width: 1279px) {
      .single-news .section-content .post-body {
        float: none;
        width: 100%; } }
  .single-news .section-content .post-title {
    font: 34px "roboto-regular-webfont";
    line-height: 1.4;
    color: #4d4d4d;
    margin-bottom: 20px; }
  .single-news .section-content .post-date {
    font: 16px "roboto-regular-webfont";
    color: #a3a3a3;
    margin-bottom: 15px; }
  .single-news .section-content .post-content {
    padding-top: 35px;
    border-top: 1px solid rgba(121, 121, 121, 0.2); }
    @media (max-width: 1279px) {
      .single-news .section-content .post-content {
        margin-bottom: 70px; } }
    @media (max-width: 1279px) {
      .single-news .section-content .post-content {
        margin-bottom: 30px; } }
    .single-news .section-content .post-content img {
      max-width: 100%;
      height: auto; }
    .single-news .section-content .post-content li {
      font: 17px "roboto-light-webfont";
      color: #2d2d2d;
      line-height: 1.8;
      margin-bottom: 13px; }
      .single-news .section-content .post-content li:last-child {
        margin-bottom: 0; }
      .single-news .section-content .post-content li strong {
        font-family: "roboto-regular-webfont";
        font-weight: 400; }
    .single-news .section-content .post-content ol,
    .single-news .section-content .post-content ul {
      margin: 23px 0; }
    .single-news .section-content .post-content ol li a,
    .single-news .section-content .post-content ul li a {
      color: #f15e48;
      text-decoration: none;
      font-family: "roboto-light-webfont"; }
      .single-news .section-content .post-content ol li a:hover,
      .single-news .section-content .post-content ul li a:hover {
        color: #f15e48;
        text-decoration: underline; }
    .single-news .section-content .post-content ol li {
      list-style-position: inside;
      padding-left: 40px; }
    .single-news .section-content .post-content ul li {
      position: relative;
      padding-left: 56px; }
      .single-news .section-content .post-content ul li:before {
        content: "";
        width: 5px;
        height: 5px;
        background-color: #b9b9b9;
        position: absolute;
        left: 41px;
        top: 12px;
        border-radius: 50%; }
    .single-news .section-content .post-content p {
      font: 17px "roboto-light-webfont";
      color: #2d2d2d;
      line-height: 1.8;
      margin-bottom: 23px; }
      .single-news .section-content .post-content p:last-child {
        margin-bottom: 0; }
      .single-news .section-content .post-content p a {
        color: #f15e48;
        text-decoration: none;
        font-family: "roboto-light-webfont"; }
        .single-news .section-content .post-content p a:hover {
          color: #f15e48;
          text-decoration: underline; }
    .single-news .section-content .post-content h2 {
      font: 24px "roboto-medium-webfont";
      color: #444;
      line-height: 1.6;
      margin-bottom: 15px;
      margin-top: 0;
      text-align: left; }
    .single-news .section-content .post-content * + h2 {
      margin-top: 30px; }
    .single-news .section-content .post-content h3 {
      font: 18px "roboto-regular-webfont";
      margin-bottom: 7px; }
    .single-news .section-content .post-content blockquote {
      margin-top: 60px;
      margin-bottom: 60px; }
      .single-news .section-content .post-content blockquote:after {
        content: "";
        display: table;
        clear: both; }
      .single-news .section-content .post-content blockquote p {
        border-left: 3px solid #e5e5e5;
        width: 85%;
        padding-left: 20px;
        float: right;
        text-align: right;
        font: 22px "roboto-lightItalic-webfont";
        line-height: 1.9;
        color: #818181;
        margin-bottom: 0; }
        @media (max-width: 767px) {
          .single-news .section-content .post-content blockquote p {
            width: 100%; } }
        .single-news .section-content .post-content blockquote p strong {
          display: block;
          font: 16px "roboto-medium-webfont";
          line-height: 1.7;
          color: #363636; }
          .single-news .section-content .post-content blockquote p strong:first-of-type {
            margin-top: 14px; }
    .single-news .section-content .post-content .wp-caption {
      max-width: 100%;
      margin: 0 auto;
      margin-bottom: 40px; }
      .single-news .section-content .post-content .wp-caption img {
        width: 100%;
        height: auto; }
      .single-news .section-content .post-content .wp-caption .wp-caption-text {
        font: 15px "roboto-light-webfont";
        color: #a3a3a3;
        text-align: right; }
  .single-news .section-content .gallery {
    margin: 0 -5px 23px !important; }
    .single-news .section-content .gallery img {
      border: none !important;
      padding: 5px; }

.rtl.single-news .head-section .home-title-wrapper .home-title {
  font-family: "Assistant-SemiBold"; }
.rtl.single-news .section-content .post-title {
  font-family: "Assistant-Regular"; }
.rtl.single-news .section-content .container {
  padding: 0 120px 0 0; }
  @media (max-width: 1279px) {
    .rtl.single-news .section-content .container {
      padding: 0 70px; } }
  @media (max-width: 767px) {
    .rtl.single-news .section-content .container {
      padding: 0 50px; } }
  @media (max-width: 530px) {
    .rtl.single-news .section-content .container {
      padding: 0 35px; } }
  @media (max-width: 400px) {
    .rtl.single-news .section-content .container {
      padding: 0 15px; } }
  .rtl.single-news .section-content .container .sidebar-left {
    left: auto;
    right: 0; }
    .rtl.single-news .section-content .container .sidebar-left h2 {
      text-align: right;
      font-family: "Assistant-SemiBold"; }
    @media (max-width: 1279px) {
      .rtl.single-news .section-content .container .sidebar-left .share-links {
        text-align: right; } }
    @media (max-width: 1279px) {
      .rtl.single-news .section-content .container .sidebar-left a + a {
        margin-left: 0;
        margin-right: 20px; } }
  .rtl.single-news .section-content .container .sidebar-right {
    float: left; }
    .rtl.single-news .section-content .container .sidebar-right .widgets {
      margin-left: 0;
      margin-right: 40px; }
      @media (max-width: 1279px) {
        .rtl.single-news .section-content .container .sidebar-right .widgets {
          margin-right: 0; } }
    .rtl.single-news .section-content .container .sidebar-right h2 {
      text-align: right;
      font-family: "Assistant-Regular"; }
    .rtl.single-news .section-content .container .sidebar-right .news-item-date {
      left: auto;
      right: 0;
      font-family: "Assistant-Regular"; }
    .rtl.single-news .section-content .container .sidebar-right .news-item-title {
      font-family: "Assistant-SemiBold"; }
    .rtl.single-news .section-content .container .sidebar-right .news-item-content {
      font-family: "Assistant-Regular"; }
    @media (max-width: 1279px) {
      .rtl.single-news .section-content .container .sidebar-right .news-item:first-child {
        margin-right: 0;
        margin-left: auto; } }
    @media (max-width: 1279px) {
      .rtl.single-news .section-content .container .sidebar-right .news-item:last-child {
        margin-right: auto;
        margin-left: 0; } }
  .rtl.single-news .section-content .container .post-body {
    float: right;
    font-family: "Assistant-Regular"; }
    .rtl.single-news .section-content .container .post-body p {
      font-family: "Assistant-Regular"; }
      .rtl.single-news .section-content .container .post-body p a {
        font-family: "Assistant-Regular"; }
    .rtl.single-news .section-content .container .post-body .post-date {
      font-family: "Assistant-Regular"; }
    .rtl.single-news .section-content .container .post-body table {
      font-family: "Assistant-Regular"; }
      .rtl.single-news .section-content .container .post-body table td {
        padding-left: 15px;
        padding-right: 22px; }
    .rtl.single-news .section-content .container .post-body blockquote p {
      padding-left: 0;
      padding-right: 20px;
      float: left;
      border-right: 3px solid #e5e5e5;
      border-left: none;
      text-align: left;
      font-size: 18px; }
      @media (max-width: 767px) {
        .rtl.single-news .section-content .container .post-body blockquote p {
          width: 100%; } }
      .rtl.single-news .section-content .container .post-body blockquote p strong {
        font-family: "Assistant-SemiBold"; }
        .rtl.single-news .section-content .container .post-body blockquote p strong:first-of-type {
          margin-top: 14px; }
    .rtl.single-news .section-content .container .post-body h2 {
      font-family: "Assistant-SemiBold";
      text-align: right; }
    .rtl.single-news .section-content .container .post-body h3 {
      font-family: "Assistant-SemiBold";
      text-align: right; }
    .rtl.single-news .section-content .container .post-body .wp-caption img {
      width: 100%;
      height: auto; }
    .rtl.single-news .section-content .container .post-body .wp-caption .wp-caption-text {
      font: 15px "Assistant-Regular";
      text-align: left; }
    .rtl.single-news .section-content .container .post-body li {
      font-family: "Assistant-Regular"; }
      .rtl.single-news .section-content .container .post-body li strong {
        font-family: "Assistant-SemiBold"; }
    .rtl.single-news .section-content .container .post-body ol li {
      padding-left: 0;
      padding-right: 40px; }
    .rtl.single-news .section-content .container .post-body ul li {
      position: relative;
      padding-left: 0;
      padding-right: 56px; }
      .rtl.single-news .section-content .container .post-body ul li:before {
        left: auto;
        right: 41px; }

.privacy-policies {
  margin: 0 auto 80px;
  width: 700px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 80px;
  font-family: "roboto-light-webfont"; }
  @media (max-width: 1445px) {
    .privacy-policies {
      padding-top: 60px; } }
  .privacy-policies h1 {
    text-align: center;
    color: #3a3a3a;
    font-size: 42px;
    text-transform: capitalize;
    margin-top: 40px;
    margin-bottom: 30px; }
    @media (max-width: 530px) {
      .privacy-policies h1 {
        font-size: 30px; } }
  .privacy-policies h2 {
    margin-top: 35px;
    margin-bottom: 25px; }
  .privacy-policies h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 26px; }
    @media (max-width: 530px) {
      .privacy-policies h3 {
        font-size: 20px; } }
  .privacy-policies p {
    line-height: 1.9;
    font: 16px/1.6 "roboto-light-webfont";
    letter-spacing: -0.2px;
    word-spacing: 0.8px;
    margin-bottom: 20px; }
  .privacy-policies ul {
    list-style: disc; }
  .privacy-policies ul,
  .privacy-policies ol {
    padding-left: 20px;
    margin-bottom: 20px; }

.rtl > span {
  display: none; }

.rtl {
  overflow-x: hidden;
  font: 17px/1.45 "Assistant-Regular"; }
  .rtl header .container {
    direction: ltr; }
  .rtl nav.collapsible-menu ul {
    direction: rtl; }
  .rtl .home-screen {
    direction: ltr; }
  .rtl .how-we-work {
    direction: ltr; }
    .rtl .how-we-work h3 {
      font-size: 26px;
      direction: rtl; }
      @media (max-width: 530px) {
        .rtl .how-we-work h3 {
          padding-left: 0;
          padding-right: 60px; } }
    .rtl .how-we-work .blocks .block {
      text-align: right;
      width: 45%; }
      @media (max-width: 1024px) {
        .rtl .how-we-work .blocks .block {
          width: 90%; } }
      @media (max-width: 530px) {
        .rtl .how-we-work .blocks .block {
          display: block; } }
      .rtl .how-we-work .blocks .block .block-img-wrapper {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        margin-right: 0;
        margin-left: 25px; }
        @media (max-width: 530px) {
          .rtl .how-we-work .blocks .block .block-img-wrapper img {
            width: 42px;
            height: 42px;
            position: absolute;
            top: -5px;
            left: auto;
            right: 0; } }
      .rtl .how-we-work .blocks .block .block-content p {
        font-family: "Assistant-Light";
        direction: rtl; }
  .rtl .discuss-form__card form {
    position: relative; }
    .rtl .discuss-form__card form .gform_button[type="submit"] {
      right: auto;
      left: 0; }
      @media (max-width: 767px) {
        .rtl .discuss-form__card form .gform_button[type="submit"] {
          margin: 0; } }
    .rtl .discuss-form__card form .gform_footer .gform_ajax_spinner_custom {
      position: absolute;
      right: auto;
      bottom: 16px;
      top: auto;
      left: 10px; }
      @media (max-width: 767px) {
        .rtl .discuss-form__card form .gform_footer .gform_ajax_spinner_custom {
          bottom: 11px; } }
  .rtl .discuss-form .gform_wrapper .gform_body ul li .ginput_container span:after {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    left: auto;
    right: 2px; }
  .rtl .services {
    direction: ltr; }
  .rtl .customer-content {
    direction: ltr; }
    .rtl .customer-content .thumbnail {
      direction: rtl; }
      .rtl .customer-content .thumbnail .title-block-after:before {
        left: auto;
        right: 0; }
      .rtl .customer-content .thumbnail .pre-title {
        padding: 14px 20px 0 0; }
      .rtl .customer-content .thumbnail .caption h3 {
        padding: 0 21px 5px 0; }
      .rtl .customer-content .thumbnail .desc {
        padding: 27px 80px 23px 44px; }
        @media (max-width: 768px) {
          .rtl .customer-content .thumbnail .desc {
            padding: 27px 20px 23px 24px; } }
    .rtl .customer-content .printing-company .title-block-wrap {
      background-image: url(../images/Printing_Company_reflected.jpg); }
    .rtl .customer-content .advertising-system .title-block-wrap {
      background-image: url(../images/Adverting_System_reflected.jpg); }
  .rtl .about-us .about-us-content {
    direction: ltr; }
    .rtl .about-us .about-us-content .thumbnail {
      direction: rtl; }
  .rtl .about-us .up-brand {
    margin-left: 10px; }
    .rtl .about-us .up-brand img {
      margin-right: 5px; }
  .rtl.home .request-references-section {
    background-color: #f6f6f6; }
  .rtl .request-references-section .container {
    font-family: "Assistant-Regular"; }
    .rtl .request-references-section .container h2 {
      font: 35px "Assistant-SemiBold"; }
  .rtl .request-references-section .up-label img {
    margin-right: 5px;
    margin-left: 12px; }
  .rtl .request-references-section .scope-activities-wrapper .scope-activities:last-child {
    margin-left: 0; }
  .rtl .request-references-section .scope-activities-wrapper .scope-activities {
    margin-right: 0; }
    .rtl .request-references-section .scope-activities-wrapper .scope-activities li {
      background-position: right 0 top 0;
      padding-right: 45px;
      padding-left: 0; }
      .rtl .request-references-section .scope-activities-wrapper .scope-activities li img {
        left: auto;
        right: 0; }
    .rtl .request-references-section .scope-activities-wrapper .scope-activities li.scope-activities-sixth {
      background-position: right 4px top 0; }
  @media (max-width: 1279px) {
    .rtl .request-references-section .scope-activities-wrapper .scope-activities:nth-child(3) li {
      float: right; }
      .rtl .request-references-section .scope-activities-wrapper .scope-activities:nth-child(3) li.scope-activities-item:last-child {
        width: calc(50% - 15px);
        margin-right: 15px; } }
  @media (max-width: 920px) {
    .rtl .request-references-section .scope-activities-wrapper .scope-activities:nth-child(3) li {
      float: none; }
      .rtl .request-references-section .scope-activities-wrapper .scope-activities:nth-child(3) li.scope-activities-item:last-child {
        width: 100%;
        margin-right: 0; } }
  .rtl .request-references-section .wrapper-thumbnail {
    width: 65%; }
    .rtl .request-references-section .wrapper-thumbnail .send-request {
      direction: ltr; }
      .rtl .request-references-section .wrapper-thumbnail .send-request span {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 16px;
        width: 200px;
        font-family: "Assistant-Regular"; }
      .rtl .request-references-section .wrapper-thumbnail .send-request * {
        direction: rtl;
        font-family: "Assistant-Regular"; }
    .rtl .request-references-section .wrapper-thumbnail > p,
    .rtl .request-references-section .wrapper-thumbnail > div.scope-activities-wrapper {
      padding-right: 25px; }
  .rtl .contacts-section {
    direction: ltr; }
    .rtl .contacts-section .contacts-content > * {
      flex: 0 0 25%; }
    .rtl .contacts-section .contacts-content > *:nth-child(odd) {
      flex: 0 0 25%; }
    .rtl .contacts-section .contacts-content > *:nth-child(1) {
      flex: 0 0 18%; }
    .rtl .contacts-section .contacts-content > *:nth-child(4) {
      flex: 0 0 22%; }
    @media (max-width: 992px) {
      .rtl .contacts-section .contacts-content > *:nth-child(even),
      .rtl .contacts-section .contacts-content > *:nth-child(odd) {
        -webkit-box-flex: 0 0 50%;
        -moz-box-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        text-align: center; }
      .rtl .contacts-section .md {
        display: inline; }
      .rtl .contacts-section .sm {
        display: none; } }
    @media (max-width: 640px) {
      .rtl .contacts-section .contacts-content > *:nth-child(even),
      .rtl .contacts-section .contacts-content > *:nth-child(odd) {
        -webkit-box-flex: 0 0 100%;
        -moz-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
  .rtl .our-team .slick-next {
    left: 0;
    right: auto; }
  .rtl .our-team .slick-next:before {
    border-left-width: 0;
    border-right: 40px solid #F15734; }
  .rtl .our-team .slick-prev {
    right: 0;
    left: auto; }
  .rtl .our-team .slick-prev:before {
    border-right-width: 0;
    border-left: 40px solid #F15734; }
  .rtl .our-team .slider-content .slid-desc {
    direction: rtl; }
  .rtl .jobs > .container {
    direction: ltr; }
    .rtl .jobs > .container > div {
      direction: rtl; }
  @media (max-width: 992px) {
    .rtl .page-wrapper:after {
      height: 455px; } }
  @media (max-width: 992px) {
    .rtl footer {
      min-height: 455px;
      font-size: 18px; } }
  .rtl footer > .container .company-info, .rtl footer > .container .address {
    direction: rtl; }
  .rtl footer > .container > * {
    -webkit-box-flex: 1 1 27%;
    -moz-box-flex: 1 1 27%;
    -webkit-flex: 1 1 27%;
    -ms-flex: 1 1 27%;
    flex: 1 1 27%; }
    @media (max-width: 992px) {
      .rtl footer > .container > * {
        -webkit-box-flex: 0 0 43%;
        -moz-box-flex: 0 0 43%;
        -webkit-flex: 0 0 43%;
        -ms-flex: 0 0 43%;
        flex: 0 0 43%; }
        .rtl footer > .container > *:nth-child(3n+2) .footer-column {
          width: 240px; }
        .rtl footer > .container > *:nth-child(3n+3) .footer-column {
          width: 100%;
          max-width: 100%;
          padding: 0 20px;
          margin: 0 auto; }
        .rtl footer > .container > *.contacts {
          -webkit-box-ordinal-group: 4;
          -moz-box-ordinal-group: 4;
          -ms-flex-order: 4;
          -webkit-order: 4;
          order: 4; }
        .rtl footer > .container > *.development, .rtl footer > .container > *.copyright {
          -webkit-box-ordinal-group: 4;
          -moz-box-ordinal-group: 4;
          -ms-flex-order: 4;
          -webkit-order: 4;
          order: 4; } }
    @media (max-width: 680px) {
      .rtl footer > .container > * {
        -webkit-box-flex: 0 0 100%;
        -moz-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
        .rtl footer > .container > *:nth-child(3n+2) .footer-column {
          width: 100%; } }
    @media (max-width: 992px) {
      .rtl footer > .container > *.address {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
        -webkit-box-flex: 0 0 57%;
        -moz-box-flex: 0 0 57%;
        -webkit-flex: 0 0 57%;
        -ms-flex: 0 0 57%;
        flex: 0 0 57%; } }
    @media (max-width: 680px) {
      .rtl footer > .container > *.address {
        -webkit-box-ordinal-group: 5;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5;
        -webkit-box-flex: 0 0 100%;
        -moz-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
    @media (max-width: 680px) {
      .rtl footer > .container > *.copyright {
        -webkit-box-ordinal-group: 6;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6; } }
  .rtl footer > .container .company-info {
    -webkit-box-flex: 0 0 44%;
    -moz-box-flex: 0 0 44%;
    -webkit-flex: 0 0 44%;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    padding-left: 20px; }
    @media (max-width: 992px) {
      .rtl footer > .container .company-info {
        -webkit-box-flex: 0 0 100%;
        -moz-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0; } }
    .rtl footer > .container .company-info .footer-column {
      max-width: 330px; }
      @media (max-width: 992px) {
        .rtl footer > .container .company-info .footer-column {
          padding: 0 20px;
          margin-bottom: 52px;
          width: auto !important;
          max-width: none; } }
  .rtl footer > .container .address .footer-column {
    padding-right: 75px; }
    @media (max-width: 992px) {
      .rtl footer > .container .address .footer-column {
        padding-right: 20px; } }
    @media (max-width: 680px) {
      .rtl footer > .container .address .footer-column {
        margin: 50px auto 20px; } }
  .rtl footer > .container .address h4 {
    font-size: 22px;
    margin: 8px 0 8px; }
  .rtl footer > .container .company-info--title {
    direction: ltr;
    display: block !important;
    text-align: right; }
    .rtl footer > .container .company-info--title img {
      margin-right: 7px; }
    .rtl footer > .container .company-info--title * {
      display: inline; }
      @media (max-width: 767px) {
        .rtl footer > .container .company-info--title * {
          display: inline-block;
          vertical-align: bottom; } }
  .rtl footer > .container .contacts {
    direction: ltr; }
    .rtl footer > .container .contacts li {
      text-align: right;
      padding-left: 0;
      padding-right: 32px; }
    .rtl footer > .container .contacts li:nth-child(1) .icon-contact {
      right: 1px;
      left: auto; }
    .rtl footer > .container .contacts li:nth-child(2) .icon-contact {
      right: 5px;
      left: auto; }
    .rtl footer > .container .contacts li:nth-child(3) .icon-contact {
      right: 5px;
      left: auto; }
  .rtl footer > .container .copyright {
    -webkit-box-flex: 0 0 44%;
    -moz-box-flex: 0 0 44%;
    -webkit-flex: 0 0 44%;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    padding-left: 20px;
    text-align: right; }
    @media (max-width: 992px) {
      .rtl footer > .container .copyright {
        -webkit-box-flex: 0 0 57%;
        -moz-box-flex: 0 0 57%;
        -webkit-flex: 0 0 57%;
        -ms-flex: 0 0 57%;
        flex: 0 0 57%; } }
    @media (max-width: 680px) {
      .rtl footer > .container .copyright {
        -webkit-box-flex: 0 0 100%;
        -moz-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
    .rtl footer > .container .copyright .footer-column {
      width: auto; }
  .rtl footer > .container .development {
    text-align: right;
    -webkit-box-flex: 1 1 27%;
    -moz-box-flex: 1 1 27%;
    -webkit-flex: 1 1 27%;
    -ms-flex: 1 1 27%;
    flex: 1 1 27%; }
    @media (max-width: 992px) {
      .rtl footer > .container .development .footer-column--bottom .development-content a img {
        margin-top: 0; } }
  .rtl footer > .container .footer-column--bottom:before {
    right: 0;
    left: auto; }
  .rtl footer > .container *:nth-child(3n+3) .footer-column {
    float: left; }
  .rtl footer > .container *:nth-child(3n+2) .footer-column {
    width: auto; }
  .rtl .modal.modal-service .modal-close {
    right: auto;
    left: -47px; }
    @media (max-width: 1279px) {
      .rtl .modal.modal-service .modal-close {
        top: 0;
        left: 0;
        color: #363636;
        opacity: 0.4; } }
  @media (max-width: 1024px) {
    .rtl .modal.modal-service .modal-content {
      height: auto; } }
  @media (max-width: 600px) {
    .rtl .modal.modal-service .modal-content {
      padding-bottom: 0; } }
  @media (max-width: 1024px) {
    .rtl .modal.modal-service .service-body {
      margin-bottom: 70px; } }
  @media (max-width: 767px) {
    .rtl .modal.modal-service .service-body {
      margin-bottom: 50px; } }
  @media (max-width: 530px) {
    .rtl .modal.modal-service .service-body {
      margin-bottom: 20px; } }
  .rtl .modal.modal-service .modal-service-background {
    left: auto;
    right: 0; }
  .rtl .modal.modal-service .modal-service-content {
    transform: none;
    padding-left: 70px;
    padding-right: 70px; }
    @media (min-width: 1024px) {
      .rtl .modal.modal-service .modal-service-content {
        margin-right: 430px;
        padding-right: 0;
        margin-left: 0;
        transform: translateY(-50%); } }
    @media (max-width: 767px) {
      .rtl .modal.modal-service .modal-service-content {
        padding: 0 50px; } }
    @media (max-width: 530px) {
      .rtl .modal.modal-service .modal-service-content {
        padding: 0 20px; } }
    .rtl .modal.modal-service .modal-service-content .h3 {
      margin-top: 0;
      text-align: right; }
      @media (min-width: 1024px) {
        .rtl .modal.modal-service .modal-service-content .h3 {
          margin-top: 50%; } }
      @media (max-width: 1024px) {
        .rtl .modal.modal-service .modal-service-content .h3 {
          margin-top: 70px; } }
      @media (max-width: 767px) {
        .rtl .modal.modal-service .modal-service-content .h3 {
          margin-top: 50px; } }
      @media (max-width: 530px) {
        .rtl .modal.modal-service .modal-service-content .h3 {
          margin-top: 20px; } }
    .rtl .modal.modal-service .modal-service-content ul {
      text-align: right; }
      .rtl .modal.modal-service .modal-service-content ul li {
        margin-right: 0;
        margin-left: 10px; }
  .rtl .modal.modal-service p {
    text-align: right; }
  .rtl h2 {
    font: 35px/1.4 "Assistant-SemiBold"; }
  .rtl h3,
  .rtl .h3 {
    font: 29px/1.25 "Assistant-SemiBold"; }
  .rtl h4,
  .rtl .h4 {
    font: 17px/1.25 "Assistant-Regular"; }
  .rtl .gform_confirmation_message {
    font: 22px/1.4 "Assistant-Light"; }
  .rtl .gform_wrapper .gform_body ul li input[type="text"],
  .rtl .gform_wrapper .gform_body ul li textarea {
    font: 16px/1.4 "Assistant-Light"; }
  .rtl .gform_wrapper .ginput_preview {
    font: 15px/1.4 "Assistant-Regular"; }
  .rtl .gform_wrapper .gform_footer {
    direction: ltr; }
    .rtl .gform_wrapper .gform_footer .gform_button {
      font: 19px/1.4 "Assistant-Regular"; }
  .rtl .gform_wrapper .ginput_preview strong {
    text-align: right; }
  .rtl .home-desc {
    font: 20px/1.4 "Assistant-SemiBold"; }
  .rtl .services .servise-desc {
    font: 18px/1.4 "Assistant-Regular"; }
  .rtl .how-we-work ul {
    font: 20px/1.4 "Assistant-SemiBold"; }
  .rtl .customer-content .thumbnail .pre-title {
    font: 20px/1.3 "Assistant-Regular"; }
  .rtl .about-us p {
    font-family: "Assistant-Light"; }
  .rtl .about-us .title-thumbnail p {
    font-family: "Assistant-Light"; }
  .rtl .about-us .title-thumbnail .h3 {
    font: 30px "Assistant-Regular"; }
  .rtl .about-us .thumbnail h3 {
    font-family: "Assistant-Regular"; }
  .rtl .request-references-section .send-request span {
    font-family: "Assistant-Regular"; }
  .rtl .request-references-section .wrapper-thumbnail span {
    font-family: "Assistant-Regular";
    font-size: 26px; }
  .rtl .request-references-section a {
    font: 19px/1.4 "Assistant-Regular"; }
  .rtl .our-team .slider-content .slid-desc .h4 {
    font: 16px/1.4 "Assistant-SemiBold"; }
  .rtl .contacts-section .contacts-content > *:nth-child(4) {
    font: 18px/1.6 "Assistant-SemiBold"; }
  .rtl .blog .thumbnail .date {
    font: 14px/1 "Assistant-Light"; }
  .rtl .blog .thumbnail .caption {
    font: 15px/1.5 "Assistant-Regular"; }
    .rtl .blog .thumbnail .caption h4 {
      font: 20px/1.4 "Assistant-SemiBold"; }
  .rtl .blog .paginatoin > * {
    font: 24px/1.4 "Assistant-Light"; }
  .rtl .jobs .jobs-content h3 {
    font: 22px/1.4 "Assistant-Light"; }
  .rtl .jobs .jobs-desc .jobs-content {
    font: 20px/2.24 "Assistant-Regular"; }
  .rtl .jobs .jobs-form .gform_wrapper .gform_body ul {
    padding-right: 0; }
    .rtl .jobs .jobs-form .gform_wrapper .gform_body ul li:nth-child(3) .ginput_container:before {
      font: 15px/1.4 "Assistant-Light"; }
    .rtl .jobs .jobs-form .gform_wrapper .gform_body ul li:nth-child(3) .ginput_container input {
      right: -90px;
      left: auto; }
    .rtl .jobs .jobs-form .gform_wrapper .gform_body ul li:nth-child(3) .ginput_container:before {
      content: attr(data-content);
      right: 26px;
      left: auto; }
    .rtl .jobs .jobs-form .gform_wrapper .gform_body ul li .ginput_container span:after {
      right: 2px;
      left: auto; }
    .rtl .jobs .jobs-form .gform_wrapper .gform_body ul .validation_message {
      left: auto;
      right: 3px; }
    .rtl .jobs .jobs-form .gform_wrapper .gform_body ul li.addition {
      text-align: right;
      font-family: "Assistant-Regular"; }
  .rtl header .nav li {
    font: 15px/1.5 "Assistant-Regular"; }
    @media (max-width: 1445px) {
      .rtl header .nav li {
        font: 16px/1.5 "Assistant-Regular"; } }
    @media (max-width: 992px) {
      .rtl header .nav li a {
        font-size: 12px; } }
  .rtl header .nav .localization a {
    font-size: 19px; }
  .rtl footer .address,
  .rtl footer .company-info {
    font: 15px/1.4 "Assistant-Light"; }
  .rtl .modal .modal-body {
    font: 17px/1.45 "Assistant-Regular"; }
    .rtl .modal .modal-body p {
      font: 17px/1.45 "Assistant-Regular"; }
  .rtl .modal.modal-service .h3 {
    font: 23px/1.4 "Assistant-SemiBold"; }
  .rtl .privacy-policies ul,
  .rtl .privacy-policies ol {
    padding: 0 20px 0 0;
    margin-bottom: 20px; }

/* */
@media (max-width: 992px) {
  .rtl .about-us .title-thumbnail {
    width: 100%; } }
@media (max-width: 640px) {
  .rtl .about-us .title-thumbnail {
    width: 100%; } }

/* */
@media (max-width: 400px) {
  .rtl .about-us .title-thumbnail .h3 {
    width: auto;
    margin-bottom: 0; } }

/* */
@media (max-width: 992px) {
  .rtl .request-references-section .wrapper-thumbnail {
    width: 71%; } }
@media (max-width: 600px) {
  .rtl .request-references-section .wrapper-thumbnail {
    width: 95%; } }

/* */
@media (max-width: 430px) {
  .rtl .request-references-section .send-request span {
    margin-top: 20px;
    text-align: center; } }

/* */
@media (max-width: 530px) {
  .rtl .jobs .jobs-form .gform_wrapper .gform_footer {
    text-align: center; } }

/* */
@media (max-width: 530px) {
  .rtl .gform_wrapper .gform_footer .gform_ajax_spinner_custom {
    position: absolute;
    opacity: 0; } }

/* */
@media (max-width: 992px) {
  .rtl footer .container .company-info p {
    font-size: 19px; } }

@media (max-width: 992px) {
  .rtl footer > .container .address h4 {
    margin: 8px 0 0; } }

@media (max-width: 992px) {
  .rtl footer .container .address p {
    font-size: 19px; } }

/* */
.rtl h4.company-info--title {
  font-family: "roboto-regular-webfont";
  font-weight: 400; }

.rtl .our-latest-news.section h2 {
  font-family: "Assistant-SemiBold"; }
.rtl .our-latest-news.section .news .news-item-title a {
  font-family: "Assistant-SemiBold"; }
.rtl .our-latest-news.section .news .news-item-content {
  font-family: "Assistant-Regular"; }
.rtl .our-latest-news.section .news a {
  font-family: "Assistant-Regular"; }
.rtl .our-latest-news.section .news .news-item-date {
  left: auto;
  right: 0;
  font-family: "Assistant-Regular"; }
.rtl .our-latest-news.section .pagination a,
.rtl .our-latest-news.section .pagination span {
  font-family: "Assistant-Light"; }
.rtl .our-latest-news.section .pagination .prev {
  margin-right: 0;
  padding-left: 0;
  margin-left: 30px;
  padding-right: 20px; }
  @media (max-width: 1024px) {
    .rtl .our-latest-news.section .pagination .prev {
      margin-right: 0;
      margin-left: 15px; } }
@media (max-width: 530px) {
  .rtl .our-latest-news.section .pagination .prev-absolute {
    margin-left: 0;
    margin-right: 5px;
    text-align: right;
    left: auto;
    right: 0; } }
.rtl .our-latest-news.section .pagination .next {
  margin-left: 0;
  margin-right: 30px;
  padding-right: 0;
  padding-left: 20px; }
  @media (max-width: 1024px) {
    .rtl .our-latest-news.section .pagination .next {
      margin-left: 0;
      margin-right: 15px; } }
@media (max-width: 530px) {
  .rtl .our-latest-news.section .pagination .next-absolute {
    margin-right: 0;
    margin-left: 5px;
    text-align: left;
    right: auto;
    left: 0; } }
.rtl .our-latest-news.section .pagination .arrows:before {
  top: 9px; }
.rtl .our-latest-news.section .pagination .arrows.prev:before {
  transform: rotate(-135deg);
  left: auto;
  right: 0; }
.rtl .our-latest-news.section .pagination .arrows.next:before {
  transform: rotate(45deg);
  right: auto;
  left: 0; }

footer {
  padding: 55px 0 15px;
  background: #343434;
  color: #ebebeb;
  font: 15px/1.4 "roboto-light-webfont";
  min-height: 280px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  footer.hide-bg {
    opacity: 0; }
  @media (max-width: 920px) {
    footer {
      position: relative; } }
  @media (max-width: 860px) {
    footer {
      font-size: 18px; } }
  @supports (flex-flow: row wrap) {
    footer .container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  footer .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start; }
    footer .container > * {
      -webkit-box-flex: 0 0 33%;
      -moz-box-flex: 0 0 33%;
      -webkit-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
      flex: 0 0 33%; }
      @media (max-width: 860px) {
        footer .container > * {
          -webkit-box-flex: 0 0 50%;
          -moz-box-flex: 0 0 50%;
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%; }
          footer .container > *.contacts {
            -webkit-box-ordinal-group: 3;
            -moz-box-ordinal-group: 3;
            -ms-flex-order: 3;
            -webkit-order: 3;
            order: 3; }
          footer .container > *.address {
            -webkit-box-ordinal-group: 2;
            -moz-box-ordinal-group: 2;
            -ms-flex-order: 2;
            -webkit-order: 2;
            order: 2; }
          footer .container > *.copyright, footer .container > *.development {
            -webkit-box-ordinal-group: 4;
            -moz-box-ordinal-group: 4;
            -ms-flex-order: 4;
            -webkit-order: 4;
            order: 4; }
          footer .container > *.copyright {
            padding: 0 20px; }
          footer .container > *.company-info {
            -webkit-box-flex: 0 0 100%;
            -moz-box-flex: 0 0 100%;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
            footer .container > *.company-info .footer-column {
              margin: 0 auto 20px; } }
      @media (max-width: 400px) {
        footer .container > *.copyright {
          padding: 0; } }
      @media (max-width: 400px) {
        footer .container > * {
          padding-left: 0;
          padding-right: 0; } }
      @media (max-width: 680px) {
        footer .container > * {
          -webkit-box-flex: 0 0 100%;
          -moz-box-flex: 0 0 100%;
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
          footer .container > *.company-info {
            -webkit-box-ordinal-group: 1;
            -moz-box-ordinal-group: 1;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1; }
          footer .container > *.contacts {
            -webkit-box-ordinal-group: 2;
            -moz-box-ordinal-group: 2;
            -ms-flex-order: 2;
            -webkit-order: 2;
            order: 2; }
          footer .container > *.development {
            -webkit-box-ordinal-group: 3;
            -moz-box-ordinal-group: 3;
            -ms-flex-order: 3;
            -webkit-order: 3;
            order: 3; }
          footer .container > *.address {
            -webkit-box-ordinal-group: 4;
            -moz-box-ordinal-group: 4;
            -ms-flex-order: 4;
            -webkit-order: 4;
            order: 4; }
          footer .container > *.copyright {
            -webkit-box-ordinal-group: 5;
            -moz-box-ordinal-group: 5;
            -ms-flex-order: 5;
            -webkit-order: 5;
            order: 5; } }
      footer .container > *:nth-child(3n+2) .footer-column {
        float: right;
        width: 265px; }
        @media (max-width: 992px) {
          footer .container > *:nth-child(3n+2) .footer-column {
            margin-right: 0;
            width: 250px; } }
        @media (max-width: 860px) {
          footer .container > *:nth-child(3n+2) .footer-column {
            max-width: 100%;
            margin: 0 auto;
            width: 100%; } }
        @media (max-width: 680px) {
          footer .container > *:nth-child(3n+2) .footer-column {
            float: none;
            max-width: 100%;
            width: 100%;
            padding: 0 20px; } }
        @media (max-width: 400px) {
          footer .container > *:nth-child(3n+2) .footer-column {
            padding: 0; } }
      footer .container > *:nth-child(3n+3) .footer-column {
        float: right;
        width: 205px; }
        @media (max-width: 860px) {
          footer .container > *:nth-child(3n+3) .footer-column {
            float: none;
            width: 100%;
            max-width: 100%;
            padding: 0 20px;
            margin: 0 auto; } }
        @media (max-width: 680px) {
          footer .container > *:nth-child(3n+3) .footer-column {
            float: none;
            margin: 50px auto 20px;
            max-width: 100%;
            width: 100%; } }
        @media (max-width: 400px) {
          footer .container > *:nth-child(3n+3) .footer-column {
            padding: 0; } }
    footer .container .footer-column {
      width: 300px; }
      @media (max-width: 992px) {
        footer .container .footer-column {
          width: auto; } }
    footer .container .footer-column--bottom {
      position: relative;
      padding: 27px 0 0; }
      @media (max-width: 860px) {
        footer .container .footer-column--bottom {
          width: 100%;
          max-width: 100%;
          margin: 0 auto; } }
      @media (max-width: 680px) {
        footer .container .footer-column--bottom {
          width: 100%;
          margin: 20px auto 40px; }
          footer .container .footer-column--bottom p {
            margin: 0; } }
      footer .container .footer-column--bottom:before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        width: 210px;
        border-top: 1px solid #767676; }
    @media (max-width: 680px) {
      footer .container .development .footer-column--bottom {
        float: none;
        max-width: 100%;
        width: 100%;
        padding: 0 20px; }
        footer .container .development .footer-column--bottom:before {
          display: none; } }
    @media (max-width: 400px) {
      footer .container .development .footer-column--bottom {
        padding-left: 0;
        padding-right: 0; } }
    footer .container .development .footer-column--bottom .development-content a img {
      width: 36px;
      margin-top: -6px; }
      @media (max-width: 860px) {
        footer .container .development .footer-column--bottom .development-content a img {
          margin-top: 0; } }
    footer .container .development .footer-column--bottom .development-content a > * {
      display: inline-block;
      vertical-align: middle; }
    @media (max-width: 860px) {
      footer .container .company-info .footer-column {
        padding: 0 20px;
        margin-bottom: 52px; } }
    @media (max-width: 680px) {
      footer .container .company-info .footer-column {
        margin: 0 0 30px;
        width: 100%; } }
    @media (max-width: 400px) {
      footer .container .company-info .footer-column {
        width: auto;
        padding: 0; } }
    @supports (flex-flow: row nowrap) {
      footer .container .company-info .company-info--title {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
    footer .container .company-info .company-info--title {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -o-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end; }
    footer .container .company-info h4 {
      margin-bottom: 0;
      font-size: 20px;
      line-height: 0.8;
      text-transform: none; }
      @media (max-width: 767px) {
        footer .container .company-info h4 {
          font-size: 28px; } }
    footer .container .company-info img {
      width: 23px;
      margin-right: 11px; }
    footer .container .company-info p {
      margin: 9px 0;
      line-height: 1.8; }
      @media (max-width: 860px) {
        footer .container .company-info p {
          font-size: 20px; } }
    @media (max-width: 860px) and (min-width: 681px) {
      footer .container .contacts {
        padding-top: 31px; } }
    footer .container .contacts li {
      font-size: 16px;
      padding-left: 32px;
      margin: 16px 0;
      position: relative; }
      @media (max-width: 860px) {
        footer .container .contacts li {
          margin: 10px 0;
          font-size: 18px; } }
      footer .container .contacts li .icon-contact {
        position: absolute;
        top: 50%;
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        left: 0;
        font-size: 20px;
        color: #858585; }
      footer .container .contacts li:nth-child(1) .icon-contact {
        top: 44%;
        left: -1px;
        font-size: 20px; }
        @media (max-width: 860px) {
          footer .container .contacts li:nth-child(1) .icon-contact {
            font-size: 25px; } }
      footer .container .contacts li:nth-child(2) .icon-contact {
        left: 4px;
        font-size: 13px; }
        @media (max-width: 860px) {
          footer .container .contacts li:nth-child(2) .icon-contact {
            font-size: 15px; } }
      footer .container .contacts li:nth-child(3) .icon-contact {
        left: 4px;
        top: 13px;
        font-size: 9px; }
        @media (max-width: 860px) {
          footer .container .contacts li:nth-child(3) .icon-contact {
            top: 14px;
            font-size: 10px; } }
    footer .container .contacts a:hover .icon-contact {
      color: #F15734; }
    footer .container .address h4 {
      font-size: 16px;
      color: #767676;
      margin: 8px 0 10px; }
    footer .container .address p {
      line-height: 1.8;
      margin-bottom: 13px; }
    footer .container .copyright {
      color: #767676; }
      footer .container .copyright a {
        color: #ababab; }
        footer .container .copyright a:hover {
          color: #ebebeb; }
    footer .container .r_d {
      color: #767676; }
  footer a {
    color: #ebebeb;
    text-decoration: none; }
    footer a:hover {
      color: #F15734; }

/*# sourceMappingURL=style.css.map */

/*
