body,
html {
  font-size: 18px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal; }

body.page, body.post {
  margin: 0; }

article.page, article.post {
  margin: 0; }

@media screen and (min-width: 1450px) {
  .container {
    max-width: 1400px; } }

@media screen and (min-width: 1650px) {
  .container {
    max-width: 1600px; }
    .container.small {
      max-width: 1400px; } }

h1 {
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: calc(2.77778rem + 2.22222 * ((100vw - 23.333333333333332rem) / 47.777777777777786)); }

@media screen and (min-width: 1280px) {

  h1 {
    font-size: 5rem; } }

@media screen and (max-width: 420px) {

  h1 {
    font-size: 2.77778rem; } }

h2 {
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: calc(2.22222rem + 1.11111 * ((100vw - 23.333333333333332rem) / 47.777777777777786)); }

@media screen and (min-width: 1280px) {

  h2 {
    font-size: 3.33333rem; } }

@media screen and (max-width: 420px) {

  h2 {
    font-size: 2.22222rem; } }

h3 {
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: calc(1.66667rem + 0.7777700000000001 * ((100vw - 23.333333333333332rem) / 47.777777777777786)); }

@media screen and (min-width: 1280px) {

  h3 {
    font-size: 2.44444rem; } }

@media screen and (max-width: 420px) {

  h3 {
    font-size: 1.66667rem; } }

h4 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(1.11111rem + 0.44445 * ((100vw - 23.333333333333332rem) / 47.777777777777786)); }

@media screen and (min-width: 1280px) {

  h4 {
    font-size: 1.55556rem; } }

@media screen and (max-width: 420px) {

  h4 {
    font-size: 1.11111rem; } }

h5 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(1.11111rem + 0.11111000000000004 * ((100vw - 23.333333333333332rem) / 47.777777777777786));
  line-height: 1.55556rem; }

@media screen and (min-width: 1280px) {

  h5 {
    font-size: 1.22222rem; } }

@media screen and (max-width: 420px) {

  h5 {
    font-size: 1.11111rem; } }

h1,
h2,
h3,
h4,
h5 {
  margin: 1rem 0;
  color: #301F18; }
  h1.white,
  h2.white,
  h3.white,
  h4.white,
  h5.white {
    color: #fff; }
  h1.blue,
  h2.blue,
  h3.blue,
  h4.blue,
  h5.blue {
    color: #009edd; }

p {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.11111rem;
  line-height: 1.77778rem; }
  p.itallic {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: italic;
    line-height: 2.22222rem; }
  p.white {
    color: #fff; }

input[type="submit"] {
  color: #fff;
  background-color: #FCAB45;
  padding: 0.55556rem 3.88889rem;
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  border-radius: 1.11111rem;
  cursor: pointer;
  border-color: #FCAB45; }
  input[type="submit"]:hover {
    border-color: #e69e42;
    background-color: #e69e42; }

a {
  color: #FCAB45; }
  a:visited {
    color: #FCAB45; }
  a:hover {
    color: #FCAB45; }

.wrapper {
  padding: 0 2.77778rem;
  max-width: 88.88889rem;
  margin-left: auto;
  margin-right: auto; }

.wrapper:before {
  content: '';
  display: table; }

.wrapper:after {
  content: '';
  display: table;
  clear: both; }
  .wrapper .grid-row:before {
    content: '';
    display: table; }
  .wrapper .grid-row:after {
    content: '';
    display: table;
    clear: both; }

a.btn-link-orange {
  color: #fff;
  background-color: #FCAB45;
  padding: 0.55556rem 3.88889rem 0.55556rem 1.94444rem;
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  border-radius: 1.11111rem; }
  a.btn-link-orange:after {
    content: "";
    background: url(../images/btn-arrow-white.svg);
    width: 1.11111rem;
    height: 1.11111rem;
    background-size: 100%;
    position: absolute;
    top: 0.66667rem;
    right: 1.66667rem; }
  a.btn-link-orange:hover {
    background-color: #e69e42; }

.widget-title,
.title-big {
  font-size: 1.66667rem;
  color: #000000;
  display: block;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  font-style: normal; }

.title {
  font-size: 1rem;
  line-height: 2.22222rem;
  color: #07a0dd;
  display: block;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  font-style: normal; }

.general-post-content {
  margin-top: 6.94444rem;
  margin-bottom: 3.33333rem; }
  .general-post-content .entry-image .post-thumbnail img {
    width: 100%; }

.wpcf7 label {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .wpcf7 label input[type="text"],
    .wpcf7 label input[type="email"],
    .wpcf7 label input[type="url"],
    .wpcf7 label input[type="password"],
    .wpcf7 label input[type="search"],
    .wpcf7 label input[type="number"],
    .wpcf7 label input[type="tel"],
    .wpcf7 label input[type="range"],
    .wpcf7 label input[type="date"],
    .wpcf7 label input[type="month"],
    .wpcf7 label input[type="week"],
    .wpcf7 label input[type="time"],
    .wpcf7 label input[type="datetime"],
    .wpcf7 label input[type="datetime-local"],
    .wpcf7 label input[type="color"], .wpcf7 label textarea {
      width: 70%; } }
  @media screen and (max-width: 992px) {
    .wpcf7 label input[type="text"],
    .wpcf7 label input[type="email"],
    .wpcf7 label input[type="url"],
    .wpcf7 label input[type="password"],
    .wpcf7 label input[type="search"],
    .wpcf7 label input[type="number"],
    .wpcf7 label input[type="tel"],
    .wpcf7 label input[type="range"],
    .wpcf7 label input[type="date"],
    .wpcf7 label input[type="month"],
    .wpcf7 label input[type="week"],
    .wpcf7 label input[type="time"],
    .wpcf7 label input[type="datetime"],
    .wpcf7 label input[type="datetime-local"],
    .wpcf7 label input[type="color"], .wpcf7 label textarea {
      width: 100%; } }

.wpcf7 .wpcf7-response-output {
  margin: 0; }

.error-404 {
  margin-top: 6.94444rem; }

.grecaptcha-badge {
  display: none; }

.cards-grid {
  text-align: center; }
  .cards-grid .card-item {
    display: inline-block;
    padding-bottom: 5rem; }
    @media screen and (min-width: 1650px) {
      .cards-grid .card-item {
        width: 26.94444rem;
        margin-right: 2.77778rem; }
        .cards-grid .card-item:nth-child(3n+3) {
          margin-right: 0; } }
    @media screen and (min-width: 1450px) and (max-width: 1650px) {
      .cards-grid .card-item {
        width: 23.33333rem;
        margin-right: 2.22222rem; }
        .cards-grid .card-item:nth-child(3n+3) {
          margin-right: 0; } }
    @media screen and (min-width: 1200px) and (max-width: 1450px) {
      .cards-grid .card-item {
        width: 25rem;
        margin-right: 2.22222rem; }
        .cards-grid .card-item:nth-child(2n+2) {
          margin-right: 0; } }
    @media screen and (min-width: 992px) and (max-width: 1200px) {
      .cards-grid .card-item {
        width: 23.33333rem;
        margin-right: 2.22222rem; }
        .cards-grid .card-item:nth-child(2n+2) {
          margin-right: 0; } }
    @media screen and (min-width: 576px) and (max-width: 992px) {
      .cards-grid .card-item {
        width: 23.33333rem; }
        .cards-grid .card-item:nth-child(n) {
          margin-right: 0; } }
    @media screen and (max-width: 576px) {
      .cards-grid .card-item {
        width: 100%; }
        .cards-grid .card-item:nth-child(n) {
          margin-right: 0; } }
    .cards-grid .card-item .card-item-image {
      text-align: left;
      height: 18.94444rem;
      margin-bottom: 1.11111rem;
      overflow: hidden; }
      .cards-grid .card-item .card-item-image img {
        height: 100%; }
    .cards-grid .card-item .card-item-content-wrapper {
      position: relative;
      display: block;
      height: 16.66667rem;
      overflow: hidden; }
      .cards-grid .card-item .card-item-content-wrapper .card-item-title {
        text-align: left;
        max-height: 2.5rem;
        margin-bottom: 0.55556rem;
        overflow: hidden;
        font-size: 1rem;
        line-height: 2.22222rem;
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #07A0DD;
        color: #F5634A;
        display: block;
        text-transform: uppercase; }
        @media screen and (max-width: 992px) {
          .cards-grid .card-item .card-item-content-wrapper .card-item-title {
            height: auto; } }
      .cards-grid .card-item .card-item-content-wrapper .card-item-sub-title {
        text-align: left;
        max-height: 5rem;
        margin-bottom: 0.55556rem;
        overflow: hidden;
        font-family: proxima-nova, sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 1.55556rem;
        line-height: 2rem; }
        @media screen and (max-width: 992px) {
          .cards-grid .card-item .card-item-content-wrapper .card-item-sub-title {
            height: auto; } }
      .cards-grid .card-item .card-item-content-wrapper .card-item-content {
        text-align: left;
        margin-bottom: 0.55556rem;
        overflow: hidden; }
        @media screen and (max-width: 1650px) {
          .cards-grid .card-item .card-item-content-wrapper .card-item-content {
            height: 8.05556rem; } }
        @media screen and (max-width: 992px) {
          .cards-grid .card-item .card-item-content-wrapper .card-item-content {
            height: auto; } }
      .cards-grid .card-item .card-item-content-wrapper .card-item-read-more-link {
        position: absolute;
        bottom: 0;
        text-align: left;
        height: 2.77778rem; }
        @media screen and (max-width: 992px) {
          .cards-grid .card-item .card-item-content-wrapper .card-item-read-more-link {
            height: auto; } }

.site-header {
  position: relative; }
  .site-header .container {
    padding: 0 3.33333rem; }
    @media screen and (max-width: 1450px) {
      .site-header .container {
        padding: 0; } }
  .site-header:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-height: 39.16667rem;
    opacity: 0.2; }
  .site-header .top-bar {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    height: 8.33333rem;
    background-color: #fff;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
    .site-header .top-bar .logo img {
      width: 14.29389rem;
      max-width: none;
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
      @media screen and (max-width: 1450px) {
        .site-header .top-bar .logo img {
          width: 12.23833rem;
          position: absolute;
          bottom: 0.11111rem; } }
    .site-header .top-bar .main-navigation {
      height: 1.11111rem;
      margin-top: 2.22222rem;
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
      @media screen and (min-width: 1200px) {
        .site-header .top-bar .main-navigation .menu-main-navigations-container {
          display: block; } }
      .site-header .top-bar .main-navigation .menu-main-navigations-container ul {
        display: block;
        float: right; }
        .site-header .top-bar .main-navigation .menu-main-navigations-container ul li {
          list-style: none;
          display: block;
          float: left;
          text-align: left;
          font-size: 1rem;
          padding-left: 3.33333rem; }
          .site-header .top-bar .main-navigation .menu-main-navigations-container ul li:last-child {
            padding-right: 0; }
          @media screen and (min-width: 1650px) {
            .site-header .top-bar .main-navigation .menu-main-navigations-container ul li {
              padding-left: 2.11111rem;
              padding-right: 2.22222rem; } }
          @media screen and (max-width: 1650px) {
            .site-header .top-bar .main-navigation .menu-main-navigations-container ul li {
              padding-left: 2.22222rem;
              padding-right: 0; } }
          .site-header .top-bar .main-navigation .menu-main-navigations-container ul li a {
            text-decoration: none;
            color: #FCAB45;
            font-size: 1rem;
            text-transform: uppercase;
            font-family: proxima-nova, sans-serif;
            font-weight: 700;
            font-style: normal;
            position: relative;
            display: block; }
            .site-header .top-bar .main-navigation .menu-main-navigations-container ul li a span {
              position: relative; }
              .site-header .top-bar .main-navigation .menu-main-navigations-container ul li a span:after {
                content: '';
                position: absolute;
                bottom: -0.27778rem;
                width: 0%;
                height: 0.16667rem;
                background-color: #FCAB45;
                left: 0;
                -webkit-transition: all 0.2s;
                transition: all 0.2s; }
            .site-header .top-bar .main-navigation .menu-main-navigations-container ul li a:hover span:after {
              width: 100%;
              -webkit-transition: all 0.2s;
              transition: all 0.2s; }
          .site-header .top-bar .main-navigation .menu-main-navigations-container ul li:child-first {
            padding-left: 0; }
      .site-header .top-bar .main-navigation .menu-main-navigations-container > ul > li > a {
        line-height: 1rem; }
      .site-header .top-bar .main-navigation .menu-main-navigations-container > ul ul {
        background-color: rgba(14, 37, 93, 0.6); }
        .site-header .top-bar .main-navigation .menu-main-navigations-container > ul ul li {
          padding: 0.55556rem 1.11111rem; }
  .site-header .top-banner {
    background-color: #301F18;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 49.05556rem;
    height: 49.05556rem;
    overflow: hidden; }
    .site-header .top-banner .container {
      z-index: 1; }
    .site-header .top-banner.no-bg-image {
      position: relative; }
      .site-header .top-banner.no-bg-image:after {
        content: '';
        background: url(../images/banner-home-right-side.svg) no-repeat;
        position: absolute;
        background-size: cover;
        right: -115px;
        top: -153px;
        width: 563px;
        height: 633px; }
      .site-header .top-banner.no-bg-image:before {
        content: '';
        background: url(../images/banner-home-left-side.svg) no-repeat;
        position: absolute;
        background-size: cover;
        left: -425px;
        top: 18px;
        width: 851px;
        height: 813px; }
      @media screen and (max-width: 1900px) {
        .site-header .top-banner.no-bg-image:after {
          left: 75vw;
          right: auto; }
        .site-header .top-banner.no-bg-image:before {
          left: auto;
          right: 77vw; } }
    .site-header .top-banner .header-content {
      padding: 2.77778rem 0;
      text-align: center; }
      .site-header .top-banner .header-content h1,
      .site-header .top-banner .header-content h4 {
        color: #fff; }
      .site-header .top-banner .header-content h1 {
        max-width: 55rem;
        margin-left: auto;
        margin-right: auto; }
      .site-header .top-banner .header-content h4 {
        max-width: 38.88889rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3.33333rem; }
      .site-header .top-banner .header-content .btn-link-orange {
        float: none;
        display: inline-block;
        margin-top: 56px; }
      .site-header .top-banner .header-content h4 + .btn-link-orange {
        margin-top: 0; }

.general-page .site-header .top-banner {
  min-height: 18.88889rem;
  height: 18.88889rem; }
  .general-page .site-header .top-banner.no-bg-image {
    position: relative; }
    .general-page .site-header .top-banner.no-bg-image:before {
      content: none; }
    .general-page .site-header .top-banner.no-bg-image:after {
      content: '';
      background: url(../images/banner-side-right.svg) no-repeat;
      position: absolute;
      background-size: cover;
      right: -3.16667rem;
      top: -11.61111rem;
      width: 412.72px;
      height: 469.33px; }
  .general-page .site-header .top-banner .header-content h1 {
    text-align: center;
    max-width: 100%; }

@media screen and (max-width: 1450px) {
  .site-header .top-bar .main-navigation .menu-toggle {
    display: block;
    position: fixed;
    top: 1.11111rem;
    right: 1.11111rem;
    color: transparent;
    border: transparent;
    width: 2.77778rem;
    height: 2.77778rem;
    cursor: pointer;
    z-index: 101;
    opacity: 1; }
    .site-header .top-bar .main-navigation .menu-toggle div {
      width: 100%;
      height: 0.33333rem;
      background-color: #301F18;
      margin: 6px 0;
      display: block;
      -webkit-transition: all 0.5s linear;
      transition: all 0.5s linear; }
    .site-header .top-bar .main-navigation .menu-toggle.close .first {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: all 0.5s linear;
      transition: all 0.5s linear; }
    .site-header .top-bar .main-navigation .menu-toggle.close .second {
      -webkit-transform: rotate(-45deg) translateX(9px) translateY(-9px);
              transform: rotate(-45deg) translateX(9px) translateY(-9px);
      -webkit-transition: all 0.5s linear;
      transition: all 0.5s linear; }
    .site-header .top-bar .main-navigation .menu-toggle.close .third {
      display: none; }
  .site-header .top-bar .main-navigation .menu-main-navigations-container {
    max-height: 0;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(212, 199, 140, 0.95);
    -webkit-box-shadow: 0px -1px 10px -2px #000;
            box-shadow: 0px -1px 10px -2px #000;
    overflow: hidden;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear; }
    .site-header .top-bar .main-navigation .menu-main-navigations-container.expand-nav {
      max-height: 100%;
      -webkit-transition: all 1s linear;
      transition: all 1s linear; }
    .site-header .top-bar .main-navigation .menu-main-navigations-container ul {
      width: 100%;
      padding-top: 2.77778rem;
      padding-bottom: 1.11111rem; }
      .site-header .top-bar .main-navigation .menu-main-navigations-container ul li.menu-item {
        list-style: none;
        display: block;
        width: 100%;
        padding-bottom: 1.11111rem;
        white-space: nowrap; }
        .site-header .top-bar .main-navigation .menu-main-navigations-container ul li.menu-item a {
          color: #301F18; }
          .site-header .top-bar .main-navigation .menu-main-navigations-container ul li.menu-item a span:after {
            background-color: #301F18; }
    .site-header .top-bar .main-navigation .menu-main-navigations-container ul ul {
      display: none !important; } }

@media screen and (max-width: 768px) {
  .site-header {
    background-position: center; }
    .site-header .top-bar .logo {
      height: 5rem; } }

@media screen and (max-width: 576px) {
  .site-header .top-bar {
    padding: 0 1.66667rem;
    height: 6.38889rem; }
  .site-header .top-banner {
    padding: 0 1.66667rem;
    height: auto;
    min-height: auto; }
    .site-header .top-banner .header-content {
      padding-top: 2.77778rem; } }

@media screen and (min-width: 1450px) {
  .site-header .sticky-nav {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-box-shadow: 0px -1px 10px -2px #000;
            box-shadow: 0px -1px 10px -2px #000; }
    .site-header .sticky-nav.top-bar {
      position: fixed;
      padding: 1.22222rem;
      width: 100%;
      z-index: 1000;
      height: auto;
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
      .site-header .sticky-nav.top-bar .logo a img {
        width: 8.88889rem;
        -webkit-transition: width 1s ease;
        transition: width 1s ease; }
      .site-header .sticky-nav.top-bar .main-navigation {
        margin-top: 0.55556rem;
        -webkit-transition: all 1s ease;
        transition: all 1s ease; } }

.section-page-overview {
  margin-top: 6.94444rem;
  margin-bottom: 3.33333rem;
  text-align: center; }
  .section-page-overview .page-overview {
    max-width: 61.11111rem;
    margin-left: auto;
    margin-right: auto; }
  .section-page-overview .page-overview:before {
    content: '';
    display: table; }
  .section-page-overview .page-overview:after {
    content: '';
    display: table;
    clear: both; }
    .section-page-overview .page-overview h3 {
      color: #301F18; }

.general-page .section-page-overview .page-overview {
  max-width: 77.77778rem;
  margin-left: auto;
  margin-right: auto; }

.general-page .section-page-overview .page-overview:before {
  content: '';
  display: table; }

.general-page .section-page-overview .page-overview:after {
  content: '';
  display: table;
  clear: both; }

.section-page-content {
  margin-top: 6.94444rem;
  margin-bottom: 3.33333rem; }
  .section-page-content .page-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1200px) {
      .section-page-content .page-content-wrapper {
        display: block; } }
  .section-page-content .image-col {
    padding-right: 3.33333rem; }
    .section-page-content .image-col img {
      width: 100%; }
    @media screen and (max-width: 1200px) {
      .section-page-content .image-col {
        width: 100% !important;
        padding-right: 0;
        margin-bottom: 2.77778rem; } }
  @media screen and (max-width: 1200px) {
    .section-page-content .content-col-wrapper {
      width: 100% !important;
      padding-left: 0; } }
  .section-page-content .content-col-wrapper .btn-link-blue {
    margin-top: 1.66667rem; }

.section-capabilities {
  margin-top: 16.66667rem;
  padding-bottom: 9.44444rem;
  background-color: #301F18;
  color: #fff; }

 .section-capabilities .btn-link-orange {
  display:none;
  }
  @media screen and (max-width: 576px) {
    .section-capabilities {
      margin-top: 8.33333rem; } }
  .section-capabilities .content-capabilities-row {
    height: 22.22222rem;
    position: relative;
    padding-bottom: 1.11111rem; }
    @media screen and (max-width: 1200px) {
      .section-capabilities .content-capabilities-row {
        height: auto; } }
    .section-capabilities .content-capabilities-row .img-wrapper {
      position: absolute;
      width: 48.88889rem;
      width: 50%;
      margin-top: -5rem;
      right: 0; }
      .section-capabilities .content-capabilities-row .img-wrapper img {
        width: 100%; }
      @media screen and (max-width: 1200px) {
        .section-capabilities .content-capabilities-row .img-wrapper {
          padding-top: 6.66667rem;
          position: relative;
          margin-top: 0;
          width: 100%; } }
    .section-capabilities .content-capabilities-row .content-capabilities-wrapper {
      position: absolute;
      top: 4rem; }
      .section-capabilities .content-capabilities-row .content-capabilities-wrapper h2 {
        margin-left: -0.55556rem;
        color: #fff;
        position: relative;
        padding-left: 5.55556rem; }
        .section-capabilities .content-capabilities-row .content-capabilities-wrapper h2:before {
          content: '';
          background: url(../images/cirlce-logo.svg) no-repeat;
          background-size: cover;
          position: absolute;
          top: 50%;
          left: 0;
          width: 4.62944rem;
          height: 4.59444rem;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .section-capabilities .content-capabilities-row .content-capabilities-wrapper .content-text {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        padding-top: 1.66667rem;
        font-size: 1.11111rem;
        line-height: 2.22222rem;
        max-width: 33.11111rem; }
      @media screen and (max-width: 1200px) {
        .section-capabilities .content-capabilities-row .content-capabilities-wrapper {
          position: relative;
          botton: 0;
          width: 100%;
          margin-top: 5.55556rem; }
          .section-capabilities .content-capabilities-row .content-capabilities-wrapper .content-text {
            max-width: 100%; } }
    @media screen and (min-width: 1200px) and (max-width: 1450px) {
      .section-capabilities .content-capabilities-row .img-wrapper {
        margin-top: 0;
        top: 4rem;
        width: 40%; }
      .section-capabilities .content-capabilities-row .content-capabilities-wrapper {
        width: 60%; } }
  .section-capabilities .capabilities-cards-row .capabilities-card-wrapper {
    padding-top: 2.22222rem; }
  .section-capabilities .capabilities-cards-row .capabilities-card-wrapper:before {
    content: '';
    display: table; }
  .section-capabilities .capabilities-cards-row .capabilities-card-wrapper:after {
    content: '';
    display: table;
    clear: both; }
  .section-capabilities .capabilities-cards-row .capabilities-card {
    width: calc(99.9% * 1/3 - (4.44444rem - 4.44444rem * 1/3));
    padding-top: 4rem; }
  .section-capabilities .capabilities-cards-row .capabilities-card:nth-child(1n) {
    float: left;
    margin-right: 4.44444rem;
    clear: none; }
  .section-capabilities .capabilities-cards-row .capabilities-card:last-child {
    margin-right: 0; }
  .section-capabilities .capabilities-cards-row .capabilities-card:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .section-capabilities .capabilities-cards-row .capabilities-card:nth-child(3n + 1) {
    clear: both; }
    @media screen and (max-width: 576px) {
      .section-capabilities .capabilities-cards-row .capabilities-card {
        padding-top: 2.22222rem; } }
    .section-capabilities .capabilities-cards-row .capabilities-card h5 {
      display: block;
      position: relative;
      font-size: calc(1.05556rem + 0.16666000000000003 * ((100vw - 23.333333333333332rem) / 47.777777777777786));
      display: inline-block;
      width: 100%;
      min-height: 1.66667rem;
      max-height: 3rem;
      height: auto;
      color: #F5634A; }
    @media screen and (min-width: 1280px) {

  .section-capabilities .capabilities-cards-row .capabilities-card h5 {
    font-size: 1.22222rem; } }
    @media screen and (max-width: 420px) {

  .section-capabilities .capabilities-cards-row .capabilities-card h5 {
    font-size: 1.05556rem; } }
      .section-capabilities .capabilities-cards-row .capabilities-card h5 a {
        color: #F5634A; }
        .section-capabilities .capabilities-cards-row .capabilities-card h5 a:hover {
          color: #f98673; }
      .section-capabilities .capabilities-cards-row .capabilities-card h5:before {
        content: '';
        width: 100%;
        position: absolute;
        bottom: -0.55556rem;
        left: 0;
        border-bottom: 1px dashed #F5634A; }
      .section-capabilities .capabilities-cards-row .capabilities-card h5 span {
        display: block;
        float: left;
        position: relative;
        padding-right: 1.11111rem; }
        @media screen and (max-width: 1450px) {
          .section-capabilities .capabilities-cards-row .capabilities-card h5 span {
            max-width: 94%; } }
        .section-capabilities .capabilities-cards-row .capabilities-card h5 span:after {
          content: '';
          background: url(../images/arrow-orange.svg);
          width: 1.11111rem;
          height: 1.11111rem;
          background-size: 100%;
          position: absolute;
          top: 0.16667rem;
          left: 100%; }
    @media screen and (max-width: 1200px) {
      .section-capabilities .capabilities-cards-row .capabilities-card {
        width: calc(99.9% * 1/2 - (4.44444rem - 4.44444rem * 1/2)); }
      .section-capabilities .capabilities-cards-row .capabilities-card:nth-child(1n) {
        float: left;
        margin-right: 4.44444rem;
        clear: none; }
      .section-capabilities .capabilities-cards-row .capabilities-card:last-child {
        margin-right: 0; }
      .section-capabilities .capabilities-cards-row .capabilities-card:nth-child(2n) {
        margin-right: 0;
        float: right; }
      .section-capabilities .capabilities-cards-row .capabilities-card:nth-child(2n + 1) {
        clear: both; } }
    @media screen and (max-width: 768px) {
      .section-capabilities .capabilities-cards-row .capabilities-card {
        width: calc(99.9% * 1/1 - (30px - 30px * 1/1)); }
      .section-capabilities .capabilities-cards-row .capabilities-card:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none; }
      .section-capabilities .capabilities-cards-row .capabilities-card:last-child {
        margin-right: 0; }
      .section-capabilities .capabilities-cards-row .capabilities-card:nth-child(1n) {
        margin-right: 0;
        float: right; }
      .section-capabilities .capabilities-cards-row .capabilities-card:nth-child(1n + 1) {
        clear: both; } }
    .section-capabilities .capabilities-cards-row .capabilities-card .capbilities-text {
      margin-top: 0;
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.11111rem;
      line-height: 1.77778rem; }

.footer_1-sidebar {
  padding: 4.38889rem 0;
  background-color: #F3F1E7; }
  .footer_1-sidebar .widget_media_gallery .widget-title {
    text-align: center;
    color: #301F18; }
    @media screen and (max-width: 768px) {
      .footer_1-sidebar .widget_media_gallery .widget-title {
        text-align: center; } }
  .footer_1-sidebar .widget_media_gallery .gallery {
    border-bottom: 1px solid #000;
    padding-bottom: 4.38889rem;
    text-align: center; }
    .footer_1-sidebar .widget_media_gallery .gallery .gallery-item {
      display: inline-block;
      text-align: center;
      width: auto;
      max-width: none;
      vertical-align: middle;
      padding: 1.66667rem;
      margin: 0 2em 0 2em; }
      .footer_1-sidebar .widget_media_gallery .gallery .gallery-item .gallery-icon {
        display: inline-block;
        text-align: center; }

.section-footer {
  padding-bottom: 5.55556rem;
  background-color: #F3F1E7; }
  .section-footer .widget-grid:before {
    content: '';
    display: table; }
  .section-footer .widget-grid:after {
    content: '';
    display: table;
    clear: both; }
    .section-footer .widget-grid .widget {
      margin: 0;
      width: calc(99.9% * 1/2 - (30px - 30px * 1/2)); }
    .section-footer .widget-grid .widget:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none; }
    .section-footer .widget-grid .widget:last-child {
      margin-right: 0; }
    .section-footer .widget-grid .widget:nth-child(2n) {
      margin-right: 0;
      float: right; }
    .section-footer .widget-grid .widget:nth-child(2n + 1) {
      clear: both; }
      @media screen and (max-width: 1200px) {
        .section-footer .widget-grid .widget {
          width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
          max-width: 100%; }
        .section-footer .widget-grid .widget:nth-child(1n) {
          float: left;
          margin-right: 30px;
          clear: none; }
        .section-footer .widget-grid .widget:last-child {
          margin-right: 0; }
        .section-footer .widget-grid .widget:nth-child(1n) {
          margin-right: 0;
          float: right; }
        .section-footer .widget-grid .widget:nth-child(1n + 1) {
          clear: both; } }
      .section-footer .widget-grid .widget .widget-title {
        padding-bottom: 0.83333rem;
        color: #301F18; }
      .section-footer .widget-grid .widget .textwidget p {
        font-size: calc(1rem + 0.2777799999999999 * ((100vw - 23.333333333333332rem) / 47.777777777777786)); }
      @media screen and (min-width: 1280px) {

  .section-footer .widget-grid .widget .textwidget p {
    font-size: 1.27778rem; } }
      @media screen and (max-width: 420px) {

  .section-footer .widget-grid .widget .textwidget p {
    font-size: 1rem; } }
      .section-footer .widget-grid .widget.widget_nav_menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: calc(1rem + 0.2777799999999999 * ((100vw - 23.333333333333332rem) / 47.777777777777786));
        line-height: 2.22222rem; }
      @media screen and (min-width: 1280px) {

  .section-footer .widget-grid .widget.widget_nav_menu ul {
    font-size: 1.27778rem; } }
      @media screen and (max-width: 420px) {

  .section-footer .widget-grid .widget.widget_nav_menu ul {
    font-size: 1rem; } }
        .section-footer .widget-grid .widget.widget_nav_menu ul li {
          position: relative;
          padding-left: 1.11111rem; }
          .section-footer .widget-grid .widget.widget_nav_menu ul li:before {
            content: ">";
            position: absolute;
            left: 0;
            font-size: 1.27778rem;
            line-height: 2.22222rem;
            font-family: proxima-nova, sans-serif;
            font-weight: 700;
            font-style: normal; }
          .section-footer .widget-grid .widget.widget_nav_menu ul li a {
            font-family: proxima-nova, sans-serif;
            font-weight: 700;
            font-style: normal;
            text-decoration: none;
            color: #000;
            position: relative; }
  .section-footer .footer-col {
    position: relative; }
    .section-footer .footer-col .title-big {
      padding-bottom: 0.83333rem; }
    .section-footer .footer-col .contact-us-content,
    .section-footer .footer-col .quick-links {
      font-size: 1.27778rem;
      line-height: 2.22222rem; }
    .section-footer .footer-col .quick-links ul {
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 1.27778rem;
      line-height: 2.22222rem; }
      .section-footer .footer-col .quick-links ul a {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        text-decoration: none;
        color: #000; }
    .section-footer .footer-col img {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 14.27778rem; }
      @media screen and (max-width: 1200px) {
        .section-footer .footer-col img {
          position: relative;
          margin-top: 1.66667rem; } }

.section-copyright {
  background-color: #000;
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  text-align: center;
  height: 5.27778rem;
  padding: 1.66667rem; }

.section-slider {
  position: relative;
  background-color: #D4C78C; }
  .section-slider .slider-image {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background: url("../images/featured-projects.png");
    background-size: cover; }
    @media screen and (max-width: 992px) {
      .section-slider .slider-image {
        position: relative;
        width: 100%; } }
    @media screen and (max-width: 992px) {
      .section-slider .slider-image {
        display: none; } }
  .section-slider .slider {
    position: relative; }
    .section-slider .slider .slick-arrow {
      display: none !important; }
    .section-slider .slider .slick-dots {
      position: absolute;
      bottom: 3.88889rem;
      display: block;
      width: 50%;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center; }
      @media screen and (max-width: 992px) {
        .section-slider .slider .slick-dots {
          width: 100%; } }
      .section-slider .slider .slick-dots > li:only-child {
        display: none; }
      .section-slider .slider .slick-dots li {
        position: relative;
        display: inline-block;
        width: 0.66667rem;
        height: 0.66667rem;
        margin: 0 0.44444rem;
        padding: 0;
        cursor: pointer; }
        .section-slider .slider .slick-dots li button {
          font-size: 0;
          line-height: 0;
          display: block;
          width: 0.66667rem;
          height: 0.66667rem;
          padding: 0.27778rem;
          cursor: pointer;
          color: transparent;
          border: 0;
          outline: none;
          background: transparent; }
          .section-slider .slider .slick-dots li button:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 0.66667rem;
            height: 0.66667rem;
            content: '';
            background-color: #fff;
            border-radius: 1.11111rem;
            border: 0.05556rem solid #fff; }
        .section-slider .slider .slick-dots li.slick-active button:before {
          background-color: transparent; }
    .section-slider .slider .slide-item {
      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: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 39.55556rem;
      position: relative; }
      @media screen and (max-width: 1450px) {
        .section-slider .slider .slide-item {
          padding: 2.22222rem 0 8.33333rem; } }
      .section-slider .slider .slide-item .slide-content-wrapper {
        padding-right: 8rem; }
        @media screen and (max-width: 992px) {
          .section-slider .slider .slide-item .slide-content-wrapper {
            padding-right: 0rem; } }
        .section-slider .slider .slide-item .slide-content-wrapper h2 {
          color: #301F18;
          position: relative;
          padding-left: 5.55556rem; }
          .section-slider .slider .slide-item .slide-content-wrapper h2:before {
            content: '';
            background: url(../images/cirlce-logo.svg) no-repeat;
            background-size: cover;
            position: absolute;
            top: 50%;
            left: 0;
            width: 4.62944rem;
            height: 4.59444rem;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
        .section-slider .slider .slide-item .slide-content-wrapper h5 {
          text-transform: uppercase;
          color: #F5634A; }
        .section-slider .slider .slide-item .slide-content-wrapper .content-title {
          margin-top: 2rem;
          margin-bottom: 0.61111rem;
          font-size: calc(1.55556rem + 0.11111000000000004 * ((100vw - 23.333333333333332rem) / 47.777777777777786));
          color: #000;
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal; }
        @media screen and (min-width: 1280px) {

  .section-slider .slider .slide-item .slide-content-wrapper .content-title {
    font-size: 1.66667rem; } }
        @media screen and (max-width: 420px) {

  .section-slider .slider .slide-item .slide-content-wrapper .content-title {
    font-size: 1.55556rem; } }
        .section-slider .slider .slide-item .slide-content-wrapper .content {
          color: #000;
          margin-top: 3.33333rem; }
        .section-slider .slider .slide-item .slide-content-wrapper .content-title + .content {
          margin-top: 0rem; }
        .section-slider .slider .slide-item .slide-content-wrapper .btn-link-blue {
          margin-top: 1.66667rem;
          float: left;
          display: block; }

.section-testimonials {
  margin-top: 6.94444rem;
  margin-bottom: 3.33333rem; }
  .section-testimonials h2 {
    text-align: center; }
  .section-testimonials .testimonial-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .section-testimonials .testimonial-grid .testimonial-card {
      margin-right: 1.83333rem;
      min-height: 22.22222rem;
      width: 50%;
      position: relative;
      margin-top: 9.72222rem;
      padding: 6.66667rem 2.77778rem 2.77778rem;
      border: 1px dotted #313131; }
      .section-testimonials .testimonial-grid .testimonial-card:before {
        position: absolute;
        display: block;
        content: "";
        background: url("../images/testimonial-icon.png");
        background-repeat: no-repeat;
        background-size: 100%;
        width: 7.16667rem;
        height: 7.16667rem;
        top: -15%;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .section-testimonials .testimonial-grid .testimonial-card .testimonial-text {
        text-align: center; }
      .section-testimonials .testimonial-grid .testimonial-card .testimonial-by {
        text-align: center; }
    @media screen and (max-width: 992px) {
      .section-testimonials .testimonial-grid {
        display: block; }
        .section-testimonials .testimonial-grid .testimonial-card {
          margin-right: 0;
          width: 100%; } }

.section-project-cards {
  margin-top: 6.94444rem;
  margin-bottom: 3.33333rem; }

.seciton-capabilities-cards {
  margin-top: 5.55556rem; }
  .seciton-capabilities-cards .cards-grid .card-item .card-item-content-wrapper {
    height: 15.55556rem; }
    .seciton-capabilities-cards .cards-grid .card-item .card-item-content-wrapper .card-item-title {
      font-size: calc(1.11111rem + 0.11111000000000004 * ((100vw - 23.333333333333332rem) / 47.777777777777786)); }
    @media screen and (min-width: 1280px) {

  .seciton-capabilities-cards .cards-grid .card-item .card-item-content-wrapper .card-item-title {
    font-size: 1.22222rem; } }
    @media screen and (max-width: 420px) {

  .seciton-capabilities-cards .cards-grid .card-item .card-item-content-wrapper .card-item-title {
    font-size: 1.11111rem; } }
    @media screen and (max-width: 992px) {
      .seciton-capabilities-cards .cards-grid .card-item .card-item-content-wrapper {
        height: auto; } }
    @media screen and (max-width: 1450px) {
      .seciton-capabilities-cards .cards-grid .card-item .card-item-content-wrapper {
        height: 16.66667rem; } }
    @media screen and (max-width: 1650px) {
      .seciton-capabilities-cards .cards-grid .card-item .card-item-content-wrapper .card-item-content {
        height: auto; } }
    @media screen and (max-width: 992px) {
      .seciton-capabilities-cards .cards-grid .card-item .card-item-content-wrapper {
        height: auto; } }

.section-team-members {
  margin-top: 3.88889rem;
  margin-bottom: 3.33333rem; }
  .section-team-members .team-title {
    text-align: center;
    margin-bottom: 4rem;
    margin-top: 4rem; }
  .section-team-members .cards-grid .card-item {
    padding-bottom: 3.33333rem;
    margin-right: 1.66667rem;
    width: 15rem; }
    @media screen and (min-width: 1650px) {
      .section-team-members .cards-grid .card-item {
        margin-right: 2.77778rem; }
        .section-team-members .cards-grid .card-item:nth-child(5n+5) {
          margin-right: 0; } }
    @media screen and (min-width: 1450px) and (max-width: 1650px) {
      .section-team-members .cards-grid .card-item {
        margin-right: 2.22222rem; }
        .section-team-members .cards-grid .card-item:nth-child(4n+4) {
          margin-right: 0; } }
    @media screen and (min-width: 1200px) and (max-width: 1450px) {
      .section-team-members .cards-grid .card-item {
        margin-right: 2.22222rem; }
        .section-team-members .cards-grid .card-item:nth-child(3n+3) {
          margin-right: 0; } }
    @media screen and (min-width: 992px) and (max-width: 1200px) {
      .section-team-members .cards-grid .card-item {
        margin-right: 2.22222rem; }
        .section-team-members .cards-grid .card-item:nth-child(3n+3) {
          margin-right: 0; } }
    @media screen and (min-width: 768px) and (max-width: 992px) {
      .section-team-members .cards-grid .card-item {
        margin-right: 2.22222rem; }
        .section-team-members .cards-grid .card-item:nth-child(2n+2) {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .section-team-members .cards-grid .card-item:nth-child(n) {
        margin-right: 0; } }
    .section-team-members .cards-grid .card-item:last-child {
      margin-right: 0; }
    .section-team-members .cards-grid .card-item .card-item-image {
      height: 16.66667rem;
      margin-bottom: 0.55556rem; }
    .section-team-members .cards-grid .card-item .card-item-content-wrapper {
      height: 3.38889rem; }
      .section-team-members .cards-grid .card-item .card-item-content-wrapper .card-item-title {
        text-align: center;
        font-size: 1.22222rem;
        max-height: 1.66667rem;
        line-height: 1.66667rem;
        margin-bottom: 0; }
      .section-team-members .cards-grid .card-item .card-item-content-wrapper .card-item-sub-title {
        text-align: center;
        max-height: 1.66667rem;
        font-size: 0.77778rem;
        margin-bottom: 0;
        font-weight: 700;
        font-size: 1.11111rem; }
      .section-team-members .cards-grid .card-item .card-item-content-wrapper .card-item-content {
        margin-bottom: 0; }
        .section-team-members .cards-grid .card-item .card-item-content-wrapper .card-item-content p {
          font-size: 0.88889rem; }
        @media screen and (max-width: 992px) {
          .section-team-members .cards-grid .card-item .card-item-content-wrapper .card-item-content {
            height: 7.5rem; } }
        @media screen and (max-width: 768px) {
          .section-team-members .cards-grid .card-item .card-item-content-wrapper .card-item-content {
            height: auto; } }
  .section-team-members.about-us-team .cards-grid .card-item {
    margin-right: 10.33333rem;
    width: 16.66667rem; }
    @media screen and (max-width: 992px) {
      .section-team-members.about-us-team .cards-grid .card-item {
        margin-right: 3.33333rem; } }
    @media screen and (max-width: 768px) {
      .section-team-members.about-us-team .cards-grid .card-item {
        margin-right: 0rem; } }
    .section-team-members.about-us-team .cards-grid .card-item:last-child {
      margin-right: 0; }
    .section-team-members.about-us-team .cards-grid .card-item .card-item-image {
      border-radius: 8.33333rem; }
      .section-team-members.about-us-team .cards-grid .card-item .card-item-image img {
        height: auto;
        width: 100%; }
    .section-team-members.about-us-team .cards-grid .card-item .card-item-content-wrapper .card-item-title {
      font-family: proxima-nova, sans-serif;
      font-weight: 900;
      font-style: normal;
      font-size: 1.22222rem; }

.section-column-content {
  margin-top: 6.94444rem;
  margin-bottom: 3.33333rem; }
  .section-column-content .column-content .wpcf7 label {
    width: 100%; }
    @media screen and (min-width: 992px) {
      .section-column-content .column-content .wpcf7 label input[type="text"],
      .section-column-content .column-content .wpcf7 label input[type="email"],
      .section-column-content .column-content .wpcf7 label input[type="url"],
      .section-column-content .column-content .wpcf7 label input[type="password"],
      .section-column-content .column-content .wpcf7 label input[type="search"],
      .section-column-content .column-content .wpcf7 label input[type="number"],
      .section-column-content .column-content .wpcf7 label input[type="tel"],
      .section-column-content .column-content .wpcf7 label input[type="range"],
      .section-column-content .column-content .wpcf7 label input[type="date"],
      .section-column-content .column-content .wpcf7 label input[type="month"],
      .section-column-content .column-content .wpcf7 label input[type="week"],
      .section-column-content .column-content .wpcf7 label input[type="time"],
      .section-column-content .column-content .wpcf7 label input[type="datetime"],
      .section-column-content .column-content .wpcf7 label input[type="datetime-local"],
      .section-column-content .column-content .wpcf7 label input[type="color"], .section-column-content .column-content .wpcf7 label textarea {
        width: 100%; } }
    @media screen and (max-width: 992px) {
      .section-column-content .column-content .wpcf7 label input[type="text"],
      .section-column-content .column-content .wpcf7 label input[type="email"],
      .section-column-content .column-content .wpcf7 label input[type="url"],
      .section-column-content .column-content .wpcf7 label input[type="password"],
      .section-column-content .column-content .wpcf7 label input[type="search"],
      .section-column-content .column-content .wpcf7 label input[type="number"],
      .section-column-content .column-content .wpcf7 label input[type="tel"],
      .section-column-content .column-content .wpcf7 label input[type="range"],
      .section-column-content .column-content .wpcf7 label input[type="date"],
      .section-column-content .column-content .wpcf7 label input[type="month"],
      .section-column-content .column-content .wpcf7 label input[type="week"],
      .section-column-content .column-content .wpcf7 label input[type="time"],
      .section-column-content .column-content .wpcf7 label input[type="datetime"],
      .section-column-content .column-content .wpcf7 label input[type="datetime-local"],
      .section-column-content .column-content .wpcf7 label input[type="color"], .section-column-content .column-content .wpcf7 label textarea {
        width: 100%; } }
  .section-column-content .column-content .wpcf7 .wpcf7-response-output {
    margin: 0; }

.single-image-section img {
  width: 100%; }

.page-id-92 .section-page-content,
.page-id-92 .section-column-content {
  margin-top: 3.61111rem; }

.page-id-81 .section-column-content .column-content ul {
  padding-left: 0;
  margin-left: 1.11111rem;
  font-size: 1.11111rem; }
  .page-id-81 .section-column-content .column-content ul li {
    margin-bottom: 0.55556rem; }
