@charset "UTF-8";
.accent-button {
  font: 12px/54px "raleway-heavy", sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  display: block;
  height: 54px;
  width: 200px;
  border-radius: 3px;
  background: #ff9900;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  color: #000;
}

.accent-button:hover {
  background: #f48924;
  color: #000;
}

.section-title {
  font: 15px/30px "raleway-heavy", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #283436;
  margin-bottom: 30px;
  margin-top: 18px;
}

.section {
  padding-top: 50px;
  padding-bottom: 60px;
}

@media (max-width: 640px) {
  .posts_list.slick-slider {
    width: 100vw;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
@media (max-width: 600px) {
  .posts_list.slick-slider {
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
  }
}
@media (max-width: 400px) {
  .posts_list.slick-slider {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
.post-card {
  list-style-type: none;
  width: 100%;
  color: inherit;
  font-size: 1em;
  text-align: center;
}

.post-card * {
  color: inherit;
}

.post-card__title,
.post-card__description {
  display: block;
}

@media (min-width: 640px) {
  .post-card__title,
.post-card__description {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.post-card__title {
  font-family: "raleway-bold", sans-serif;
  line-height: 1.5em;
  opacity: 0.85;
}

.post-card .accent-button {
  margin-left: auto;
  margin-right: auto;
  color: #000;
}

.post-card--size--small {
  text-align: left;
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
}

@media (max-width: 992px) {
  .post-card--size--small {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}
@media (max-width: 640px) {
  .post-card--size--small {
    padding-left: 0;
  }
}
.post-card--size--small * {
  text-align: inherit !important;
}

.post-card--size--small h3,
.post-card--size--small .public-date {
  margin-left: 15px;
}

@media (max-width: 640px) {
  .post-card--size--small h3,
.post-card--size--small .public-date {
    padding: 0 30px;
    margin-left: 0;
    text-align: center !important;
  }
}
.post-card--size--small h3 {
  margin-top: 10px;
}

.post-card--size--small .public-date {
  margin-top: 15px;
  display: block;
}

.post-card--size--small .post-card__img-wrapper {
  display: block;
  width: 100% !important;
  height: 60vw;
  min-height: 250px;
  max-height: 300px;
  overflow: hidden;
}

.post-card--size--small .post-card__img-wrapper img {
  min-width: 100%;
  height: auto !important;
  max-height: none;
  min-height: 100%;
}

.post-card--size--large {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
}

.post-card--size--large .post-card__img-wrapper {
  height: auto;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 992px) {
  .post-card--size--large .post-card__img-wrapper {
    max-height: 400px;
  }
}
@media (max-width: 640px) {
  .post-card--size--large .post-card__img-wrapper {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    width: 100vw;
    height: 65vw;
  }
}
@media (max-width: 600px) {
  .post-card--size--large .post-card__img-wrapper {
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
  }

  .post-card--size--large .post-card__img-wrapper img {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 400px) {
  .post-card--size--large .post-card__img-wrapper {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
.post-card--size--large .post-card__img-wrapper img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: 300%;
  max-height: 120%;
  width: auto;
  height: auto;
  position: relative;
  left: 50%;
  top: -10%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.post-card--size--large:last-of-type {
  border-bottom: none;
}

.post-card--size--large:not(:first-child) {
  margin-top: 15px;
}

.post-card--size--large .accent-button {
  margin-top: 30px;
}

.post-card--size--large h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.post-card--size--large .public-date {
  display: block;
  margin-top: 15px;
  margin-bottom: 35px;
}

.post-card--size--large .post-card__description {
  margin-top: 20px;
  font-size: 17px;
}

@media (min-width: 640px) {
  .post-card--size--large .post-card__description {
    margin-top: 45px;
    font-size: 1em;
  }
}
.post-card--size--large .post-card__link {
  margin-top: 20px;
}

@media (min-width: 640px) {
  .post-card--size--large .post-card__link {
    margin-top: 45px;
  }
}
.post-card--size--large .post-footer {
  padding-top: 30px;
}

.post-card--size--small {
  position: relative;
  overflow: hidden;
}

.post-card--size--small .post-card__img-wrapper {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  margin: 0 auto;
  max-width: 100%;
}

.post-card--size--small .post-card__img-wrapper img {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.post-card--size--small .post-card__img-wrapper .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  will-change: transform;
}

.post-card--size--small .post-card__img-wrapper:before,
.post-card--size--small .post-card__img-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(300px, -70%);
  -ms-transform: translate(300px, -70%);
  transform: translate(300px, -70%);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  cursor: pointer;
  will-change: transform, opacity;
}

.post-card--size--small .post-card__img-wrapper:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "";
  background: url(../img/icons/next-arrow.svg) no-repeat center/50%;
  opacity: 0.7;
  z-index: 3;
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.post-card--size--small .post-card__img-wrapper:before:hover {
  opacity: 1;
}

.post-card--size--small .post-card__img-wrapper:after {
  content: "read more";
  font-size: 20px;
  font-family: "raleway-bold", sans-serif;
  color: #fff;
  z-index: 4;
  bottom: 50px;
  top: auto;
}

@media (hover: hover) {
  .post-card--size--small .post-card__img-wrapper:hover .mask {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }

  .post-card--size--small .post-card__img-wrapper:hover:before,
.post-card--size--small .post-card__img-wrapper:hover:after {
    -webkit-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
  }

  .post-card--size--small .post-card__img-wrapper:hover:after:hover {
    color: #ff9900;
  }
}
.post-card .public-date {
  font: 12px/20px "merriweather-regular", sans-serif;
}

.at-style-responsive .at-share-btn {
  padding: 2px !important;
}

.at-style-responsive .at-share-btn svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100% !important;
  height: 100% !important;
}

.at-style-responsive .at-share-btn .at-icon-wrapper {
  width: 30px !important;
  height: 30px !important;
}

.at-style-responsive .at-share-btn:hover svg {
  fill: #ff9900 !important;
}

.small-posts .post-small-section {
  padding-top: 0;
}

.small-posts .posts_list {
  max-width: 100%;
  margin: 0;
}

.small-posts .posts_list .post-card--size--small {
  margin-bottom: 50px;
  width: 100%;
  padding: 0 !important;
}

@media (hover: none) {
  .small-posts .posts_list .post-card--size--small .mask {
    display: none !important;
  }

  .small-posts .posts_list .post-card--size--small .post-card__img-wrapper:before,
.small-posts .posts_list .post-card--size--small .post-card__img-wrapper:after {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .small-posts .posts_list .post-card--size--small {
    overflow: visible;
  }

  .small-posts .posts_list .post-card--size--small h3,
.small-posts .posts_list .post-card--size--small .public-date {
    text-align: left !important;
    padding-left: 0;
  }
}
.small-posts .posts_list .post-card--size--small h3 {
  margin-top: 3px;
}

.small-posts .posts_list .post-card--size--small .post-card__img-wrapper {
  max-width: 100%;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 250px;
}

@media (max-width: 600px) {
  .small-posts .posts_list .post-card--size--small .post-card__img-wrapper {
    min-height: 150px;
    max-height: 200px;
  }
}
@media (min-width: 640px) {
  .small-posts .posts_list .post-card--size--small .post-card__img-wrapper {
    height: 25vw;
    min-height: 200px;
  }
}
@media (min-width: 640px) {
  .small-posts .posts_list .post-card--size--small {
    width: 50%;
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}
@media (min-width: 992px) {
  .small-posts .posts_list .post-card--size--small {
    width: 33%;
  }
}
.small-posts .pagination {
  margin-top: 20px;
}

.small-posts .post-card__title {
  margin-bottom: 0 !important;
  font-size: 16px;
  font-family: "raleway-semibold", sans-serif;
  line-height: 1.3;
}

@media (min-width: 769px) {
  .post_body p {
    font: 15px/27px "merriweather-light", serif;
  }
}
.pagination {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 100px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
}

.pagination__item,
.pagination__link {
  color: inherit !important;
  font-weight: 700;
}

.pagination__item {
  margin-right: 10px;
  margin-left: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0);
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0);
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  padding-left: 0;
}

.pagination__item:hover a {
  color: #ff9900 !important;
}

.pagination__item--active {
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
}

.pagination__item--dotted {
  width: auto;
  margin-right: 10px;
  margin-left: -5px;
}

.pagination__item--dotted:hover a,
.pagination__item--active:hover a {
  color: #000 !important;
}

.pagination__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit !important;
}

.pagination__link--dotted {
  cursor: default;
  opacity: 0.8;
}

.post_sidebar {
  position: absolute;
  top: 60px;
  right: 0;
  width: 300px;
  height: calc(100% - 60px);
  background: #f0f5f8;
}

@media (max-width: 880px) {
  .post_sidebar {
    display: none;
  }
}
.post_sidebar h1 {
  margin-top: 0;
}

.post_sidebar hr {
  margin-bottom: 42px;
}

.post {
  width: calc(100% - 300px);
}

@media (max-width: 880px) {
  .post {
    width: 100%;
  }
}
.more_posts__list {
  margin: 0;
}

.more_posts__list li {
  margin-bottom: 15px;
  list-style: none;
}

.more_posts__list li small {
  font: 13px/20px "merriweather-regular", sans-serif;
}

.sidebar_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000 !important;
}

.sidebar_post h3 {
  color: inherit;
  font-size: 15px !important;
  margin-left: 20px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  font-family: "merriweather-regular", serif;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.sidebar_post .sidebar_post_image__inner {
  overflow: hidden;
  height: 100px;
  width: 140px;
  min-width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sidebar_post .sidebar_post_image__inner img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: 120%;
  max-height: 120%;
  height: auto;
  width: auto;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.sidebar_post:hover h3 {
  color: #f48924;
}

.sidebar_post:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 992px) {
  .post_body .column,
.post_body .columns {
    padding: 0 !important;
  }
}
.post_body section {
  padding-top: 66px;
}

.post {
  padding-right: 30px;
}

.post .post-card__title {
  margin-bottom: 5px;
  font-size: 18px;
  color: #283436 !important;
}

@media (max-width: 880px) {
  .post {
    padding-right: 0;
  }

  .post .post_img__wrapper {
    max-height: 300px;
  }
}
.post .post_img__wrapper {
  overflow: hidden;
  max-height: 500px;
}

.post .post_img__wrapper img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: 120%;
  max-height: 120%;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .post .post_img__wrapper {
    width: 100vw;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
@media (max-width: 600px) {
  .post .post_img__wrapper {
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
  }
}
@media (max-width: 400px) {
  .post .post_img__wrapper {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
.post * {
  text-align: center;
}

.post p {
  padding: 0;
  text-align: justify;
  width: 100%;
}

@media (max-width: 640px) {
  .post p {
    text-align: justify;
    padding: 0;
  }
}
.post .public-date {
  font: 12px/20px "merriweather-regular", sans-serif;
}

.post h3 {
  color: #000 !important;
}

.post_details__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 80px;
}

@media (min-width: 993px) {
  .post_details__wrapper {
    padding-top: 70px;
  }
}
@media (max-width: 640px) {
  .post_details__wrapper {
    padding-top: 27px;
  }
}
.fb-comments {
  width: 100%;
  margin-top: 50px;
  padding-right: 300px;
}

.fb-comments iframe {
  width: 100% !important;
}

@media (max-width: 880px) {
  .fb-comments {
    padding-right: 0;
  }
}
.post_body .smoothscroll {
  display: none !important;
}

.post_body #hero {
  height: 0px;
  min-height: 0;
  display: none;
}

.back-link {
  position: absolute;
  top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000 !important;
  height: 25px;
  width: 25px;
}

.back-link img {
  display: block;
  width: 100%;
  margin-right: 10px;
}

.not-only-service--description {
  width: 100%;
}

.our-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
}

@media (max-width: 768px) {
  .our-products {
    margin-top: 30px;
  }
}
.our-products--item {
  width: 100%;
  border: 1px solid rgba(40, 52, 54, 0.3);
  padding: 30px 20px;
  font-size: 15px;
  margin-bottom: 30px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.our-products--item .button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 30px;
  font-size: 15px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}

.our-products--item .button:hover,
.our-products--item .button:focus {
  color: #000;
}

.our-products--item h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 1.4em;
  text-transform: uppercase !important;
  font-family: "raleway-bold", sans-serif !important;
}

.our-products--item h3 + p:first-child {
  margin-top: 1.6em;
}

.our-products--item p {
  font-size: 1em;
  margin-right: 0 !important;
  width: 100%;
  margin-top: 12px !important;
  margin-bottom: 0 !important;
}

@media (any-hover: hover) {
  .our-products--item {
    -webkit-transition: border-color 0.25s;
    -o-transition: border-color 0.25s;
    transition: border-color 0.25s;
  }

  .our-products--item:hover {
    border-color: #f28824;
  }
}
@media (max-width: 767px) {
  .our-products--item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .our-products--item {
    width: calc(50% - 20px);
    margin-bottom: 0;
  }

  .our-products--item:not(:last-child) {
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .our-products--item {
    width: calc(50% - 20px);
    padding: 30px 30px;
  }

  .our-products--item:not(:last-child) {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .ceo-text p {
    margin-bottom: 0;
  }
}
.button.stroke {
  background: transparent;
  border: 2px solid currentColor;
  color: #f48924;
  padding: 12px 35px;
}

@media (any-hover: hover) {
  .button.stroke {
    -webkit-transition-property: background-color, color, border-color;
    -o-transition-property: background-color, color, border-color;
    transition-property: background-color, color, border-color;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
  }

  .button.stroke:hover {
    background: #f48924;
    color: #000;
    border-color: transparent;
  }
}
.careers-extra-info {
  padding-top: 40px;
}

.careers-extra-info p {
  color: #fff;
}

.careers-extra-info .button {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}

@media (min-width: 769px) {
  .careers-extra-info .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .careers-extra-info .seven p {
    margin: 0;
  }

  .careers-extra-info .five {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .careers-extra-info .five .button {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .careers-extra-info .seven,
.careers-extra-info .five {
    width: 100%;
    float: none;
    text-align: center;
  }

  .careers-extra-info .seven .button,
.careers-extra-info .five .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .careers-extra-info {
    padding-top: 50px;
  }

  .careers-extra-info .button {
    margin-left: auto;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.ceo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 70px;
}

.ceo .ceo-avatar-col {
  width: 100%;
  max-width: 150px;
}

.ceo .ceo-avatar {
  width: 100%;
  padding-top: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 50%;
}

.ceo .ceo-avatar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -10px;
  top: -10px;
  border-radius: inherit;
  display: block;
  background: #f48924;
}

.ceo .ceo-avatar img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.ceo .ceo-text {
  padding-top: 20px;
}

@media (min-width: 769px) {
  .ceo .ceo-text {
    padding-top: 0;
  }
}
.ceo .ceo-text h3 {
  margin: 0;
  letter-spacing: 0.4px;
}

.ceo .ceo-text h3 + span {
  color: #fff;
  font-size: 15px;
}

.ceo .ceo-text p:first-of-type {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .ceo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .ceo .ceo-avatar-col {
    width: 35%;
    max-width: 250px;
  }

  .ceo-text-col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
    padding-left: 50px;
  }
}
.blockquote-wrapper {
  margin-top: 70px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.blockquote-wrapper p {
  text-align: right;
  margin-top: 40px;
}

@media (min-width: 769px) {
  .blockquote-wrapper {
    margin-top: 60px;
  }
}
.blockquote {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: inline;
  padding: 0;
  position: relative;
  text-align: center;
}

.blockquote:before,
.blockquote:after {
  content: "“";
  font: inherit;
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  font-size: 2.5em;
  padding: 0;
  line-height: 1;
  position: absolute;
  vertical-align: middle;
  font-family: "raleway-heavy", sans-serif;
}

.blockquote:before {
  top: -30px;
  left: -20px;
}

.blockquote:after {
  bottom: -20px;
  right: -40px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.vacancies-card--footer button {
  height: 40px;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.check-courses {
  width: 200px !important;
  height: 54px;
  font-size: 12px;
  padding: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  line-height: 1;
  letter-spacing: 2px !important;
}

.check-courses-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.check-courses-row > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 640px) {
  .check-courses-row > * {
    float: none !important;
    width: 100% !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .check-courses-row > * > * {
    margin: 0 auto;
  }

  .check-courses-row > * .button {
    margin-top: 40px;
  }
}
/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -35px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -35px;
}

.slick-prev:before {
  content: url(../img/icons/prev.svg);
}

[dir=rtl] .slick-prev:before {
  content: url(../img/icons/next.svg);
}

.slick-next {
  right: -35px;
}

[dir=rtl] .slick-next {
  left: -35px;
  right: auto;
}

.slick-next:before {
  content: url(../img/icons/next.svg);
}

[dir=rtl] .slick-next:before {
  content: url(../img/icons/prev.svg);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 15px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: black !important;
  opacity: 0.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #ff9900 !important;
  opacity: 0.9;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slide:focus {
  outline: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}

.hero-blog-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.hero-blog-post .without-description h1 {
  padding-bottom: 0 !important;
}

.hero-blog-post .without-description h1:after {
  display: none !important;
}

.hero-blog-post .blog-badge {
  display: block !important;
  font-size: 15px;
  text-transform: uppercase;
  border: none !important;
  color: var(--primary-color);
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .hero-blog-post .blog-badge {
    font-size: 13px;
  }
}
.hero-blog-post .more-link,
.hero-blog-post .posts-list--item a .read-more,
.posts-list--item a .hero-blog-post .read-more {
  opacity: 0;
  color: var(--primary-color);
  text-transform: lowercase;
  font-size: 20px;
  margin-top: 24px;
}

@media (max-width: 991px) {
  .hero-blog-post .more-link,
.hero-blog-post .posts-list--item a .read-more,
.posts-list--item a .hero-blog-post .read-more {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
  }
}
.hero-blog-post a {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.hero-blog-post a img {
  width: 20px !important;
}

@media (max-width: 991px) {
  .hero-blog-post a img {
    font-size: 16px !important;
  }
}
.hero-blog-post--text {
  position: relative;
  z-index: 2;
  width: 55%;
}

@media (max-width: 991px) {
  .hero-blog-post--text {
    width: 100% !important;
    min-width: calc(100% + 60px);
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid #fff;
    padding: 30px 30px;
    max-width: 700px !important;
    margin: 0 !important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    opacity: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .hero-blog-post--text {
    min-width: unset;
    margin-left: auto !important;
    margin-right: auto !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.hero-blog-post--image {
  display: none;
}

@media (min-width: 992px) {
  .hero-blog-post--image {
    position: absolute;
    top: -8%;
    right: 0;
    z-index: 1;
    width: 60%;
    max-width: 625px;
    opacity: 0;
    display: block;
  }

  .hero-blog-post--image:before {
    content: "";
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
  }

  .hero-blog-post--image-wrapper {
    position: relative;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding-top: 70%;
  }

  .hero-blog-post--image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.hero-blog-post--text {
  -webkit-transition: opacity 0.5s 0.5s;
  -o-transition: opacity 0.5s 0.5s;
  transition: opacity 0.5s 0.5s;
}

.flex-active-slide .hero-blog-post--text {
  opacity: 1;
}

.last-updated-date--desktop {
  text-align: left !important;
}

.last-updated-date span {
  font-size: 0.9em;
  opacity: 0.6;
  display: block;
}

:root {
  --primary-color: #f48924;
}

#hero.blog-hero {
  background-image: url("../img/blog_bg.jpg");
  background-position-y: bottom;
  background-attachment: fixed;
  height: 760px;
}

@media (max-width: 768px) {
  #hero.blog-hero {
    height: 540px;
    min-height: 540px;
  }
}
#hero.blog-hero .hero-content {
  height: 100%;
}

#hero.blog-hero #hero-slider {
  margin-top: -81px;
}

#hero.blog-hero .hero-container {
  left: 0;
  position: absolute;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 420px) {
  #hero.blog-hero .hero-container {
    padding: 0 30px;
  }
}
.posts_new {
  background-color: #f0f5f8;
  max-width: 100vw;
  overflow: hidden;
}

@media (max-width: 640px) {
  .posts_new .column,
.posts_new .columns {
    padding: 0;
  }
}
.post-small-section {
  padding-top: 50px;
  padding-bottom: 60px;
}

.posts_list {
  padding: 0;
  margin: 0;
  color: #283436;
}

.posts_list--old {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
  margin-left: auto;
  margin-right: -1em;
}

@media (min-width: 641px) {
  .posts_list--old .post-card {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (min-width: 993px) {
  .posts_list--old {
    width: calc(100% + 4em);
    margin-left: -2em;
  }

  .posts_list--old .post-card {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 1201px) {
  .posts_list--old .post-card {
    width: calc(33% - 80px);
  }
}
.post_body header {
  background: #000 !important;
}

@media (max-width: 768px) {
  .service-content p {
    font-size: 15px;
  }
}
.folio-item .portfolio-item-meta {
  font: 18px/32px "raleway-bold", sans-serif;
}

@media (max-width: 640px) {
  .folio-item .portfolio-item-meta {
    font: 18px/32px "raleway-bold", sans-serif;
  }
}
.folio-item .portfolio-item-meta h5 {
  font: inherit;
}

.folio-item .portfolio-item-meta p {
  font: 0.8em/1.5em "raleway-semibold", sans-serif;
}

.folio-item:hover .portfolio-item-meta {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-card--size--small a:visited h3 {
  color: #283436 !important;
}

.post-card--size--small a:visited:hover h3 {
  color: #f48924 !important;
}

.post-card--size--small a h3 {
  -webkit-transition: color 0.2s 0s ease;
  -o-transition: color 0.2s 0s ease;
  transition: color 0.2s 0s ease;
}

.post-card--size--small a h3:hover {
  color: #f48924 !important;
}

@media (max-width: 540px) {
  .tech img {
    width: 40px;
  }
}
@media only screen and (max-width: 768px) {
  footer .social-links {
    font-size: 42px;
  }

  footer .social-links li {
    margin-left: 20px;
  }
}
#careers {
  padding-top: 50px;
  padding-bottom: 75px;
  background-color: #12151a;
}

.vacancies-list {
  margin: 10px 0 0 -20px;
  padding: 0 0 0 20px;
  list-style: none;
  width: calc(100% + 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vacancies-list--item,
.posts-list--item {
  width: 375px;
  max-width: calc(100vw - 30px);
  padding: 0 20px 0 0;
}

@media (max-width: 420px) {
  .vacancies-list--item,
.posts-list--item {
    max-width: calc(100vw - 40px);
  }
}
.vacancies-card--body {
  height: 290px;
  overflow: hidden;
}

.modal-window .vacancies-card--body {
  height: auto;
  overflow: hidden;
}

.vacancies-card {
  background-color: #090708;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  padding: 30px 0;
  font-size: 15px;
}

.vacancies-card:focus {
  color: #fff;
}

.vacancies-card--body {
  opacity: 1;
}

.vacancies-card--body > * {
  padding: 0 35px;
  margin: 1em 0 0;
}

.vacancies-card--body > *:first-child {
  margin-top: 0;
}

.vacancies-card h3 {
  font-weight: 900;
  font-family: "raleway-bold", sans-serif;
  position: relative;
  font-size: 21px;
}

.vacancies-card h3:before {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #ff9900;
  position: absolute;
  top: 15px;
  left: 0;
}

.vacancies-card li,
.vacancies-card p {
  font-size: 15px;
  line-height: 1.4;
}

.vacancies-card h4 {
  font: 17px/1.3 "raleway-bold", sans-serif;
  font-weight: 700;
}

.vacancies-card ul {
  list-style: none;
  max-height: 100px;
  overflow: hidden;
  position: relative;
}

.vacancies-card ul:after {
  content: "";
  width: 100%;
  height: 70%;
  background: -o-linear-gradient(top, rgba(9, 7, 8, 0.5) 10%, #090708 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(9, 7, 8, 0.5)), to(#090708));
  background: linear-gradient(to bottom, rgba(9, 7, 8, 0.5) 10%, #090708 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.vacancies-card ul li {
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 0.5em;
  font: 1em/1.5 "merriweather-light", sans-serif;
}

.vacancies-card ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #ff9900;
  border-radius: 50%;
  position: absolute;
  top: 0.7em;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vacancies-card--footer {
  width: 100%;
  padding: 0 35px;
}

.vacancies-card--footer button {
  width: 100%;
  border: 1px solid #ff9900;
  line-height: 1;
  padding: 15px 10px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.vacancies-card--footer button:focus {
  outline: none;
}

.vacancies-card:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

.vacancies-card:hover button {
  background-color: transparent;
  color: #ff9900;
}

.modal-window {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #fff;
  color: #000;
  z-index: 9999;
  -webkit-transform: translate(-100vw, -50%);
  -ms-transform: translate(-100vw, -50%);
  transform: translate(-100vw, -50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  max-width: 700px;
  max-height: 100vh;
  overflow-y: auto;
}

@media (max-width: 540px) {
  .modal-window {
    height: 100vh;
  }
}
.modal-window.active {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: initial;
}

.modal-window .hide-modal,
.modal-window .remove-file {
  background-color: transparent;
  position: absolute;
  top: 10px;
  right: 30px;
  padding: 0;
  font-weight: 400;
  font: 30px/1.5 "merriweather-light", sans-serif;
}

.modal-window .vacancies-card {
  max-width: 700px;
  background-color: transparent;
  color: #000;
  padding: 45px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: calc(100% - 25px);
}

.modal-window .vacancies-card--body {
  max-width: 100%;
  overflow: hidden;
  opacity: 1;
}

.modal-window .vacancies-card--body h4 {
  margin-top: 1.1em;
}

.modal-window .vacancies-card--body h4:first-child {
  margin-top: 0;
}

.modal-window .vacancies-card--body ul {
  margin-top: 1.2em;
}

@media (min-width: 540px) {
  .modal-window .vacancies-card--body > * {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.modal-window .vacancies-card h3 {
  font-size: 30px;
  line-height: 1.4;
}

.modal-window .vacancies-card h3:before {
  top: 20px;
  height: 2px;
}

.modal-window .vacancies-card p {
  font-family: "merriweather-light", sans-serif;
}

.modal-window .vacancies-card h3,
.modal-window .vacancies-card h4 {
  color: #000;
}

.modal-window .vacancies-card ul {
  max-height: unset;
}

.modal-window .vacancies-card ul:after {
  display: none;
}

.modal-window:hover {
  background-color: #fff;
  color: #000;
}

.modal-window .fluid-button {
  position: sticky;
  bottom: 0;
}

.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  cursor: pointer;
}

.fluid-button {
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-family: "raleway-heavy", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  background-color: #ff9900 !important;
  height: 60px;
  letter-spacing: 3px;
}

.fluid-button:focus,
.fluid-button:hover {
  outline: none !important;
  background-color: #ff9900 !important;
}

.theme-form {
  padding-top: 15px;
}

.theme-form input,
.theme-form textarea {
  width: 100%;
  resize: none;
}

.theme-form input.error,
.theme-form textarea.error {
  background-color: rgba(255, 0, 0, 0.1) !important;
}

.theme-form input:focus,
.theme-form textarea:focus {
  background: rgba(240, 245, 248, 0.6);
}

.theme-form input:focus::-webkit-input-placeholder,
.theme-form textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

.theme-form input:focus::-moz-placeholder,
.theme-form textarea:focus::-moz-placeholder {
  opacity: 0;
}

.theme-form input:focus:-ms-input-placeholder,
.theme-form textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.theme-form input:focus::-ms-input-placeholder,
.theme-form textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

.theme-form input:focus::-webkit-input-placeholder, .theme-form textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

.theme-form input:focus::-moz-placeholder, .theme-form textarea:focus::-moz-placeholder {
  opacity: 0;
}

.theme-form input:focus:-ms-input-placeholder, .theme-form textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.theme-form input:focus::-ms-input-placeholder, .theme-form textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

.theme-form input:focus::placeholder,
.theme-form textarea:focus::placeholder {
  opacity: 0;
}

.theme-form .attach-file {
  padding-top: 20px;
  padding-bottom: 40px;
  cursor: pointer;
  padding-left: 15px;
}

.theme-form .attach-file label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  cursor: pointer;
}

.theme-form .attach-file label img {
  width: 25px;
  height: auto;
  margin-right: 15px;
}

.theme-form .attach-file label span {
  max-width: calc(100% - 25px - 15px);
  width: calc(100% - 25px - 15px);
}

.theme-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 550px) {
  .theme-form .form-row input {
    width: calc(50% - 11px);
    margin-right: 22px;
  }

  .theme-form .form-row input:nth-child(2n) {
    margin-right: 0;
  }
}
.theme-form input[type=tel] {
  display: block;
  padding: 9px 20px;
  margin: 0 0 12px;
  border: 0;
  outline: none;
  vertical-align: middle;
  color: black;
  font-family: "raleway-bold", sans-serif;
  font-size: 15px;
  line-height: 24px;
  border-radius: 3px;
  max-width: 100%;
  background: rgba(240, 245, 248, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.remove-file {
  position: static !important;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-right: 0;
  line-height: 1;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
}

.remove-file:focus {
  outline: none;
}

.remove-file:hover {
  color: #ff9900 !important;
}

.remove-file.showed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.file-inner {
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  line-height: 1;
  margin-top: 10px;
  opacity: 0.8;
}

.file-inner span {
  display: block;
  line-height: 1.1;
  max-width: calc(100% - 30px - 20px);
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.index-page-slider .slick-arrow {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 99;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.08);
}

.index-page-slider .slick-arrow:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}

.index-page-slider .slick-arrow.slick-prev {
  left: -70px;
}

.index-page-slider .slick-arrow.slick-next {
  right: -70px;
}

@media (min-width: 1439px) {
  .index-page-slider .slick-arrow.slick-prev {
    left: -90px;
  }

  .index-page-slider .slick-arrow.slick-next {
    right: -80px;
  }
}
@media (min-width: 993px) and (max-width: 1249px) {
  .index-page-slider .slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: translateX(-50%, -50%);
    -ms-transform: translateX(-50%, -50%);
    transform: translateX(-50%, -50%);
  }

  .index-page-slider .slick-arrow.slick-next {
    right: 0;
    -webkit-transform: translateX(50%, -50%);
    -ms-transform: translateX(50%, -50%);
    transform: translateX(50%, -50%);
  }
}
@media (min-width: 1250px) and (max-width: 1400px) {
  .index-page-slider .slick-arrow.slick-prev {
    left: -50px;
  }

  .index-page-slider .slick-arrow.slick-next {
    right: -50px;
  }
}
@media (max-width: 992px) {
  .index-page-slider .slick-arrow {
    display: none;
  }
}
.section-heading-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-heading-inner .more-link,
.section-heading-inner .posts-list--item a .read-more,
.posts-list--item a .section-heading-inner .read-more {
  margin-top: 18px;
}

@media (max-width: 768px) {
  .section-heading-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.more-link,
.posts-list--item a .read-more {
  font: 15px/1.3 "raleway-bold", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .more-link--desktop {
    display: none;
  }
}
.more-link--mobile {
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .more-link--mobile {
    display: none;
  }
}
.light-section {
  background-color: #f0f5f8;
  padding-top: 50px;
  padding-bottom: 75px;
}

.light-section *,
.light-section a {
  color: #283436;
}

.light-section a:hover {
  color: #ff9900 !important;
}

.posts-list {
  margin: 15px 0 0 -20px;
  padding: 0 0 0 20px;
  list-style: none;
  width: calc(100% + 40px);
}

.posts-list .slick-arrow {
  background-color: #000;
}

.posts-list .slick-arrow.slick-prev::before {
  content: url("../img/icons/left_white.svg");
}

.posts-list .slick-arrow.slick-next::before {
  content: url("../img/icons/right_white.svg");
}

.posts-list--item {
  padding-right: 15px;
}

@media (min-width: 993px) {
  .posts-list--item {
    padding-right: 20px;
  }
}
.posts-list--item a {
  background-color: #090708;
  display: block;
  color: white;
  position: relative;
}

.posts-list--item a h3 {
  font-size: 16px;
  font-family: "merriweather-regular", serif;
  line-height: 1.7;
  font-weight: 400;
  color: white;
}

@media (max-width: 768px) {
  .posts-list--item a h3 {
    font-size: 15px;
  }
}
.posts-list--item a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(top, rgba(9, 7, 8, 0) 0%, #090708 45%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 7, 8, 0)), color-stop(45%, #090708));
  background: linear-gradient(to bottom, rgba(9, 7, 8, 0) 0%, #090708 45%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.posts-list--item a .img-inner {
  width: 100%;
  display: block;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.posts-list--item a .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.posts-list--item a .post-date {
  font: 13px/20px "merriweather-regular", sans-serif;
  color: #fff;
}

.posts-list--item a .post-text {
  display: block;
  margin-top: -5px;
  padding: 40px 40px 45px;
  position: relative;
  z-index: 3;
}

.posts-list--item a .post-text h3 {
  color: white;
  font-weight: 400;
}

.posts-list--item a .read-more {
  color: #ff9900;
  margin-top: 30px;
}

#hero.vacancies-hero {
  background-image: url("../img/careers-hero-bg.png");
  background-position-y: bottom;
  background-attachment: fixed;
  position: relative;
  padding-bottom: 150px;
  height: auto !important;
  min-height: 500px;
}

@media (min-width: 768px) {
  #hero.vacancies-hero {
    min-height: 600px;
  }
}
@media (min-width: 992px) {
  #hero.vacancies-hero {
    padding-top: 100px;
    min-height: 700px;
  }
}
#hero.vacancies-hero .hero-container {
  height: auto;
  padding-top: 130px;
}

#hero.vacancies-hero .hero-content {
  height: auto;
}

#hero.vacancies-hero:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}

.vacancies {
  margin-top: -150px;
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .vacancies {
    margin-top: -20%;
  }
}
.vacancies .vacancies-list--item,
.vacancies .posts-list--item {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 640px) {
  .vacancies .vacancies-list--item,
.vacancies .posts-list--item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .vacancies .vacancies-list--item,
.vacancies .posts-list--item {
    width: 33%;
  }
}
@media only screen and (max-width: 992px) {
  header .header-social {
    display: none;
  }
}
@media (max-width: 1000px) and (min-width: 768px) {
  .header-social {
    padding-left: 12px !important;
  }

  .header-social #nav a {
    padding: 14px 8px !important;
  }
}
.sidebar_post_image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .pr-lg-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 400px) and (max-width: 600px) {
  #team-wrapper .member-pic {
    width: 95px;
    height: 95px;
    margin-right: 20px;
  }

  #team-wrapper .member-name h3 {
    font-size: 19px;
  }

  #team-wrapper .member-name span {
    font-size: 14px;
  }

  #team-wrapper .member-social {
    padding-top: 5px;
  }
}
@media (min-width: 769px) and (max-width: 820px) {
  ul#nav li a {
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media only screen and (max-width: 600px) {
  #team-wrapper .bgrid.member:first-child {
    margin-top: 2px;
  }

  #blog .posts-list {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #portfolio .section-head + .items {
    margin-top: 15px;
  }

  #portfolio #portfolio-wrapper {
    margin-top: 0 !important;
  }
}
@media (max-width: 600px) {
  hr ~ p.light {
    padding-top: 10px;
  }
}
.vacancies-card,
.posts-list--item a {
  min-width: 300px;
  display: block;
}

@media (max-width: 375px) {
  .vacancies-card,
.posts-list--item a {
    min-width: 280px;
  }
}
.posts-list--item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.posts-list--item a {
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.posts-list--item a .post-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: besiline;
  -ms-flex-align: besiline;
  align-items: besiline;
}

.posts-list--item a .post-text > * {
  display: block;
  width: 100%;
}

.posts-list--item a .post-text .read-more {
  padding-top: 10px;
  margin-top: auto;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.posts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post_body p img {
  width: 100% !important;
  height: auto !important;
}

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

#team-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 601px) {
  .member-name span {
    line-height: 1.7 !important;
    margin-bottom: 1.1em;
    margin-top: 0.5em;
    display: block !important;
  }
}
.member-pic {
  position: relative;
  padding-top: 120%;
  background-color: #f5f5f5;
  height: auto !important;
}

.member-pic img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 601px) {
  .member-pic {
    padding-top: 115px !important;
    width: 115px !important;
  }
}
@media (max-width: 601px) and (min-width: 360px) {
  .member-pic {
    padding-top: 140px !important;
    width: 140px !important;
  }
}
@media (max-width: 601px) {
  .member-pic img {
    bottom: auto;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
  }
}
.not-only-service--description {
  margin-bottom: 0;
}

.more-link,
.posts-list--item a .read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.more-link .external-link,
.posts-list--item a .read-more .external-link {
  width: 1.3em;
  height: 1.3em;
  margin-left: 0.5em;
  margin-bottom: 0.2em;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.more-link--desktop {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .more-link--desktop {
    display: none;
  }
}
.more-link--mobile {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .more-link--mobile {
    display: none;
  }
}
.more-link:hover .external-link,
.posts-list--item a .read-more:hover .external-link {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

#portfolio .last-updated-date--desktop {
  display: none;
}

#portfolio .last-updated-date--mobile {
  padding-top: 30px;
  padding-bottom: 70px;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

#portfolio .last-updated-date {
  text-align: right;
  font-family: "raleway-bold";
}

@media (min-width: 768px) {
  #portfolio .last-updated-date--desktop {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 17px;
  }

  #portfolio .last-updated-date--mobile {
    display: none;
  }

  #portfolio .title-inner {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  #portfolio .title-inner h1 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  #portfolio .section-heading-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.page-slide-title .title {
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.4;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

#hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  #hero {
    min-height: auto !important;
    display: block;
  }
}
/*# sourceMappingURL=ndo.css.map */