/*
Theme Name: XT Grid Theme
Author: Xtensive Web Design
Author URI: https://www.xtensive.co.uk
Description: A base theme built with CSS Grid
Version: 1.0
*/
/* Breakpoints */
/* Colors */
h1 {
  font-size: 1.875rem;
  color: #0a121d;
  font-weight: 900;
  padding: 0;
  margin: 0; }

h2 {
  font-size: 1.875rem;
  color: #0a121d;
  font-weight: 900;
  padding: 0;
  margin: 0;
  text-transform: uppercase; }

h3 {
  font-size: 1rem;
  color: #0a121d;
  font-weight: 900;
  padding: 0;
  margin: 0;
  text-transform: uppercase; }

h4 {
  font-size: 1.4rem;
  color: #0a121d;
  font-weight: 900;
  padding: 0;
  margin: 0; }

p {
  font-size: 1rem;
  color: #0a121d;
  padding: 0;
  margin: 1rem 0 0 0; }

a {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  text-decoration-color: transparent; }

li {
  font-size: 1.1rem;
  color: #0a121d;
  padding: 0;
  margin: 0; }

ul {
  font-size: 1.1rem;
  color: #0a121d; }

@keyframes rotation {
  from {
    transform: rotateY(0deg); }
  to {
    transform: rotateY(359deg); } }
.introduction {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column; }
  @media (min-width: 800px) {
    .introduction {
      flex-direction: row;
      padding: 4rem 1rem 4rem 1rem; } }
  .introduction .introduction-box {
    width: 100%; }
    @media (min-width: 800px) {
      .introduction .introduction-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 60%;
        margin: 0 4rem 0 0; } }
    .introduction .introduction-box h2 {
      order: 2; }
    .introduction .introduction-box h3 {
      color: #0133cb;
      order: 1; }
    .introduction .introduction-box p {
      order: 3; }
    .introduction .introduction-box .btn-wrap {
      margin: 2rem 0 0 0;
      order: 4; }
      @media (min-width: 800px) {
        .introduction .introduction-box .btn-wrap {
          margin: 4rem 0 0 0; } }
  .introduction .introduction-image {
    margin: 2rem 0 0 0;
    width: 100%; }
    .introduction .introduction-image img {
      width: 100%;
      height: 400px;
      object-fit: cover; }
    @media (min-width: 800px) {
      .introduction .introduction-image {
        width: 40%;
        margin: 0; } }

.services-wrap {
  width: 100%;
  background: #fafafa; }
  .services-wrap .services-section {
    width: 100%;
    max-width: 87.5rem;
    margin: 0 auto;
    padding: 2rem 1rem 0rem 1rem; }
    @media (min-width: 800px) {
      .services-wrap .services-section {
        padding: 4rem 1rem 2rem 1rem; } }
    .services-wrap .services-section .services-heading {
      display: flex;
      flex-direction: column; }
      .services-wrap .services-section .services-heading h2 {
        order: 2; }
      .services-wrap .services-section .services-heading h3 {
        order: 1;
        color: #0133cb; }
    .services-wrap .services-section .service-boxes {
      width: 100%;
      display: flex;
      flex-direction: column;
      margin: 1rem 0 0 0; }
      @media (min-width: 800px) {
        .services-wrap .services-section .service-boxes {
          flex-direction: row; } }
      .services-wrap .services-section .service-boxes .service-box {
        width: 100%;
        margin: 0 0 2rem 0;
        background: #fff; }
        @media (min-width: 800px) {
          .services-wrap .services-section .service-boxes .service-box {
            width: calc(100% / 3);
            margin: 0 2rem 2rem 0; }
            .services-wrap .services-section .service-boxes .service-box:last-child {
              margin: 0 0 2rem 0; } }
        .services-wrap .services-section .service-boxes .service-box a {
          font-weight: 400; }
          .services-wrap .services-section .service-boxes .service-box a .services-image {
            overflow: hidden; }
            .services-wrap .services-section .service-boxes .service-box a .services-image img {
              width: 100%;
              height: 300px;
              object-fit: cover;
              display: flex;
              transition: 0.3s; }
          .services-wrap .services-section .service-boxes .service-box a .service-content {
            padding: 1rem;
            background: #fff; }
            .services-wrap .services-section .service-boxes .service-box a .service-content h3 {
              font-size: 1.5rem;
              color: #0133cb; }
              .services-wrap .services-section .service-boxes .service-box a .service-content h3 .iconify {
                font-size: 1.3rem;
                margin: 0 0.5rem 0 0; }
            .services-wrap .services-section .service-boxes .service-box a .service-content p {
              margin: 0; }
        .services-wrap .services-section .service-boxes .service-box:hover .services-image img, .services-wrap .services-section .service-boxes .service-box:focus .services-image img {
          transform: scale(1.1); }
        .services-wrap .services-section .service-boxes .service-box:hover .service-content h3 .iconify, .services-wrap .services-section .service-boxes .service-box:focus .service-content h3 .iconify {
          animation: rotation 3s infinite linear;
          perspective: 240px; }

.industry {
  background: #fff;
  padding: 0 0 2rem 0; }
  @media (min-width: 800px) {
    .industry {
      padding: 0;
      position: relative; } }
  .industry .industry-box {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    max-width: 87.5rem; }
    @media (min-width: 800px) {
      .industry .industry-box {
        padding: 3rem 1rem;
        flex-direction: row;
        justify-content: flex-end; } }
    .industry .industry-box .industry-container {
      width: 100%;
      padding: 2rem 1rem;
      display: flex;
      flex-direction: column; }
      @media (min-width: 800px) {
        .industry .industry-box .industry-container {
          width: 50%;
          padding: 3rem 0 3rem 3rem; } }
      .industry .industry-box .industry-container h2 {
        color: #0a121d;
        order: 2; }
        @media (min-width: 800px) {
          .industry .industry-box .industry-container h2 {
            padding: 0; } }
      .industry .industry-box .industry-container h3 {
        order: 1;
        color: #0133cb; }
      .industry .industry-box .industry-container p {
        order: 3; }
      .industry .industry-box .industry-container .btn-wrap {
        order: 4;
        margin: 3rem 0 0 0; }
  .industry .industry-image {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex; }
    @media (min-width: 800px) {
      .industry .industry-image {
        width: 50%;
        position: absolute;
        top: 0;
        left: 0; } }
    .industry .industry-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.review-wrap {
  width: 100%;
  background: #fafafa; }
  .review-wrap .review-section {
    width: 100%;
    max-width: 87.5rem;
    margin: 0 auto;
    padding: 2rem 1rem 0rem 1rem; }
    @media (min-width: 800px) {
      .review-wrap .review-section {
        padding: 4rem 1rem 2rem 1rem; } }
    .review-wrap .review-section .review-heading {
      display: flex;
      flex-direction: column; }
      .review-wrap .review-section .review-heading h2 {
        order: 2; }
      .review-wrap .review-section .review-heading h3 {
        order: 1;
        color: #0133cb; }

.vacancy-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 2rem;
  padding: 2rem 0 0 0; }
  .vacancy-main .card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 1rem; }
    .vacancy-main .card h2 {
      color: #0133cb; }
    .vacancy-main .card a {
      color: #0a121d; }
      .vacancy-main .card a:hover, .vacancy-main .card a:focus {
        color: #0133cb; }

.navigation {
  padding: 2rem 0 0 1rem; }
  .navigation .nav-links {
    color: #0133cb;
    transition: 0.3s;
    display: inline-block; }
    .navigation .nav-links .page-numbers {
      color: #0a121d; }
      .navigation .nav-links .page-numbers:hover, .navigation .nav-links .page-numbers:focus {
        color: #012698; }
    .navigation .nav-links .current {
      color: #0133cb; }
      .navigation .nav-links .current:hover, .navigation .nav-links .current:focus {
        color: #0133cb; }

.contact-box {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column; }
  @media (min-width: 800px) {
    .contact-box {
      flex-direction: row; } }
  .contact-box .contact-form {
    width: 100%; }
    @media (min-width: 800px) {
      .contact-box .contact-form {
        width: calc((100% - 2rem) / 0.3);
        margin: 0 2rem 0 0; } }
    .contact-box .contact-form h2 {
      margin: 0 0 1rem 0;
      color: #0133cb;
      text-transform: uppercase; }
    .contact-box .contact-form p {
      margin: 0 0 1rem 0; }
    .contact-box .contact-form a {
      color: #0a121d; }
      .contact-box .contact-form a:hover, .contact-box .contact-form a:focus {
        color: #0133cb; }
    .contact-box .contact-form .gfield_consent_label a {
      color: #0133cb;
      text-decoration: none; }
      .contact-box .contact-form .gfield_consent_label a:focus, .contact-box .contact-form .gfield_consent_label a:hover {
        color: #0a121d; }
    .contact-box .contact-form .gform_required_legend {
      display: none; }
    .contact-box .contact-form #gform_submit_button_1 {
      background: #fff;
      padding: 1rem 1.5rem;
      color: #0133cb;
      font-size: 1rem;
      text-decoration-color: transparent;
      transition: 0.3s;
      border: 5px solid #0133cb;
      text-transform: uppercase;
      font-weight: 700;
      cursor: pointer; }
      .contact-box .contact-form #gform_submit_button_1:hover {
        background: #0133cb;
        color: #fff; }
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="color"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="date"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="datetime-local"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="datetime"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="email"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="month"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="number"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="password"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="search"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="tel"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="text"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="time"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="url"],
    .contact-box .contact-form .gform_wrapper.gravity-theme input[type="week"],
    .contact-box .contact-form .gform_wrapper.gravity-theme select,
    .contact-box .contact-form .gform_wrapper.gravity-theme textarea {
      background: #f8f8f8;
      opacity: 0.5;
      border: 1px solid #0a121d; }
  .contact-box .contact-details {
    width: 100%;
    top: 1rem;
    overflow: hidden;
    padding: 2rem;
    background-color: #0a121d;
    position: sticky;
    border-top: 2rem solid #fff; }
    @media (min-width: 800px) {
      .contact-box .contact-details {
        width: calc((100% - 2rem) / 0.7);
        height: 350px; } }
    .contact-box .contact-details h2 {
      margin: 1rem 0 0 0;
      text-transform: uppercase;
      color: #fff; }
    .contact-box .contact-details p {
      color: #fff; }
    .contact-box .contact-details .socials a {
      margin: 1rem 0 2rem 0; }
      .contact-box .contact-details .socials a img {
        max-width: 3rem;
        height: auto;
        transition: 0.3s;
        margin: 1rem 0 0 1.5rem; }
        .contact-box .contact-details .socials a img:hover, .contact-box .contact-details .socials a img:focus {
          transform: scale(1.1); }
      .contact-box .contact-details .socials a:first-child > img {
        margin: 1rem 0 0 0; }

.error {
  width: 100%;
  background-image: url("/wp-content/uploads/2022/10/hero-image.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .error .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center; }
  .error .content {
    position: relative;
    text-align: center; }
    .error .content h1 {
      color: #fff;
      font-size: 3.5em; }
    .error .content h2 {
      color: #fff;
      font-size: 1.5rem;
      margin: 0 0 2rem; }

.blog-header {
  width: 100%;
  background: #0a121d;
  padding: 2rem;
  text-align: center; }
  .blog-header h1,
  .blog-header h3 {
    color: #fff; }

.blog-main {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1.25rem;
  padding: 2rem;
  max-width: 75rem;
  margin: 0 auto; }
  @media (min-width: 576px) {
    .blog-main {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 992px) {
    .blog-main {
      grid-template-columns: repeat(3, 1fr); } }

.blog-post {
  display: flex;
  flex-direction: column;
  text-decoration: none; }
  @media (min-width: 576px) {
    .blog-post {
      width: 48%;
      margin: 0 1%; }
      @supports (display: grid) {
        .blog-post {
          width: 100%;
          margin: 0; } } }
  .blog-post .image {
    width: 100%;
    height: 300px;
    background-size: cover !important;
    background-position: center center !important; }
  .blog-post .meta {
    color: #0a121d;
    text-transform: uppercase;
    font-size: 0.9rem; }
  .blog-post .title {
    color: #0a121d;
    font-size: 1.2rem; }
  .blog-post p {
    color: #0a121d; }

.post-single {
  width: 100%;
  max-width: 75rem;
  padding: 2rem;
  margin: 0 auto; }
  .post-single .attachment-post-thumbnail {
    width: 100%;
    height: auto; }
  .post-single h2 {
    margin: 0.5rem 0; }
  .post-single .gravity-form {
    padding: 1rem 0 0 0;
    margin: 1rem 0 0 0;
    border-top: 2px solid #0a121d; }
    .post-single .gravity-form .gfield_consent_label a {
      color: #0133cb;
      text-decoration: none; }
      .post-single .gravity-form .gfield_consent_label a:focus, .post-single .gravity-form .gfield_consent_label a:hover {
        color: #0a121d; }
    .post-single .gravity-form .gform_required_legend {
      display: none; }
    .post-single .gravity-form #gform_submit_button_2 {
      background: #fff;
      padding: 1rem 1.5rem;
      color: #0133cb;
      font-size: 1rem;
      text-decoration-color: transparent;
      transition: 0.3s;
      border: 5px solid #0133cb;
      text-transform: uppercase;
      font-weight: 700;
      cursor: pointer; }
      .post-single .gravity-form #gform_submit_button_2:hover {
        background: #0133cb;
        color: #fff; }
    .post-single .gravity-form .gform_wrapper.gravity-theme input[type="color"],
    .post-single .gravity-form .gform_wrapper.gravity-theme input[type="date"],
    .post-single .gravity-form .gform_wrapper.gravity-theme input[type="datetime-local"],
    .post-single .gravity-form .gform_wrapper.gravity-theme input[type="datetime"],
    .post-single .gravity-form .gform_wrapper.gravity-theme input[type="email"],
    .post-single .gravity-form .gform_wrapper.gravity-theme input[type="month"],
    .post-single .gravity-form .gform_wrapper.gravity-theme input[type="number"],
    .post-single .gravity-form .gform_wrapper.gravity-theme input[type="password"],
    .post-single .gravity-form .gform_wrapper.gravity-theme input[type="search"],
    .post-single .gravity-form .gform_wrapper.gravity-theme input[type="tel"],
    .post-single .gravity-form .gform_wrapper.gravity-theme input[type="text"],
    .post-single .gravity-form .gform_wrapper.gravity-theme input[type="time"],
    .post-single .gravity-form .gform_wrapper.gravity-theme input[type="url"],
    .post-single .gravity-form .gform_wrapper.gravity-theme input[type="week"],
    .post-single .gravity-form .gform_wrapper.gravity-theme select,
    .post-single .gravity-form .gform_wrapper.gravity-theme textarea {
      background: #f8f8f8;
      opacity: 0.5;
      border: 1px solid #0a121d; }

.btn {
  position: relative;
  padding: 0.75rem 1rem;
  background: white;
  color: #0133cb;
  text-transform: uppercase; }
  .btn:after, .btn:before {
    content: " ";
    width: 96%;
    height: 88%;
    position: absolute;
    border: 0px solid #fff;
    transition: all 0.4s; }
  .btn:after {
    top: 0;
    left: 0;
    border-top: 5px solid #0133cb;
    border-left: 5px solid #0133cb; }
  .btn:before {
    bottom: 0;
    right: 0;
    border-bottom: 5px solid #0133cb;
    border-right: 5px solid #0133cb; }
  .btn:hover:before, .btn:hover:after {
    width: 25%;
    height: 25%; }

.footer-wrap {
  background: #0a121d;
  width: 100%; }
  .footer-wrap .main-footer {
    width: 100%;
    max-width: 87.5rem;
    margin: 0 auto;
    padding: 2rem 1rem 0 1rem;
    display: flex;
    flex-direction: column; }
    @media (min-width: 800px) {
      .footer-wrap .main-footer {
        flex-direction: row;
        justify-content: space-between; } }
    .footer-wrap .main-footer p {
      color: #fff; }
    .footer-wrap .main-footer .footer-right {
      order: 2;
      text-align: center;
      padding: 1rem 0 0 0;
      display: flex;
      flex-direction: column; }
      @media (min-width: 800px) {
        .footer-wrap .main-footer .footer-right {
          flex-direction: row;
          text-align: right;
          padding: 0; } }
      @media (min-width: 800px) {
        .footer-wrap .main-footer .footer-right .inner-left {
          margin: 0 3rem 0 0; } }
      .footer-wrap .main-footer .footer-right .inner-left h2 {
        color: #fff;
        font-size: 1.2rem; }
      .footer-wrap .main-footer .footer-right .inner-left p {
        color: #fff;
        padding: 0 0 0.5rem 0; }
      .footer-wrap .main-footer .footer-right .inner-left a {
        display: inline-block;
        color: #fff;
        transition: 0.3s;
        font-weight: 400; }
        .footer-wrap .main-footer .footer-right .inner-left a:hover, .footer-wrap .main-footer .footer-right .inner-left a:focus {
          color: #0133cb; }
      .footer-wrap .main-footer .footer-right .inner-right {
        margin: 1rem 0 0 0; }
        @media (min-width: 800px) {
          .footer-wrap .main-footer .footer-right .inner-right {
            margin: 0; } }
        .footer-wrap .main-footer .footer-right .inner-right h2 {
          color: #fff;
          font-size: 1.2rem; }
        .footer-wrap .main-footer .footer-right .inner-right p {
          color: #fff;
          padding: 0 0 0.5rem 0; }
        .footer-wrap .main-footer .footer-right .inner-right a {
          display: inline-block;
          color: #fff;
          transition: 0.3s;
          font-weight: 400;
          margin: 0 0 0.5rem 0; }
          .footer-wrap .main-footer .footer-right .inner-right a:last-child {
            margin: 0; }
          .footer-wrap .main-footer .footer-right .inner-right a:hover, .footer-wrap .main-footer .footer-right .inner-right a:focus {
            color: #0133cb; }
    .footer-wrap .main-footer .footer-left {
      order: 1;
      text-align: center; }
      @media (min-width: 800px) {
        .footer-wrap .main-footer .footer-left {
          text-align: left; } }
      .footer-wrap .main-footer .footer-left .logo img {
        max-width: 12rem;
        height: auto; }
      .footer-wrap .main-footer .footer-left .socials {
        order: 3;
        text-align: center;
        margin: 2rem 0 0 0; }
        .footer-wrap .main-footer .footer-left .socials a {
          padding: 0 0.2rem; }
          .footer-wrap .main-footer .footer-left .socials a img {
            max-width: 3rem;
            height: auto;
            transition: 0.3s; }
            .footer-wrap .main-footer .footer-left .socials a img:hover, .footer-wrap .main-footer .footer-left .socials a img:focus {
              transform: scale(1.1); }
  .footer-wrap .footer-bottom {
    width: 100%;
    max-width: 87.5rem;
    padding: 1rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    @media (min-width: 800px) {
      .footer-wrap .footer-bottom {
        flex-direction: row;
        justify-content: space-between; } }
    .footer-wrap .footer-bottom .policies a {
      color: #fff;
      transition: 0.3s;
      font-size: 1rem;
      font-weight: 400; }
      .footer-wrap .footer-bottom .policies a:hover, .footer-wrap .footer-bottom .policies a:focus {
        color: #0133cb; }
    .footer-wrap .footer-bottom .policies p {
      font-size: 1rem;
      color: #fff; }
    .footer-wrap .footer-bottom .copyright a {
      color: #fff;
      transition: 0.3s;
      font-size: 1rem;
      font-weight: 400; }
      .footer-wrap .footer-bottom .copyright a:hover, .footer-wrap .footer-bottom .copyright a:focus {
        color: #0133cb; }
    .footer-wrap .footer-bottom .copyright p {
      font-size: 1rem;
      color: #fff;
      margin: 0.5rem 0 0 0; }

.home.active {
  height: 100%;
  overflow: hidden; }

.site-header {
  background: #fff;
  display: flex;
  flex-wrap: wrap; }
  .site-header .top-container-wrap {
    background: #0133cb;
    width: 100%; }
    .site-header .top-container-wrap .top-container {
      display: flex;
      max-width: 87.5rem;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      padding: 0.5rem 1rem; }
      @media (min-width: 800px) {
        .site-header .top-container-wrap .top-container {
          justify-content: flex-end; } }
      .site-header .top-container-wrap .top-container p {
        color: #fff;
        padding: 0;
        margin: 0;
        font-weight: 400; }
      .site-header .top-container-wrap .top-container a {
        color: #fff;
        font-weight: 400;
        transition: 0.3s; }
        .site-header .top-container-wrap .top-container a:hover, .site-header .top-container-wrap .top-container a:focus {
          color: #0a121d; }
  .site-header .container {
    width: 100%;
    max-width: 87.5rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1rem; }
  .site-header .logo img {
    max-width: 12rem;
    height: auto; }
    @media (min-width: 576px) {
      .site-header .logo img {
        max-width: 14rem; } }
  .site-header .logo a {
    display: flex; }
  .site-header #mobile-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: 0;
    background: none;
    cursor: pointer;
    -webkit-appearance: none; }
    .site-header #mobile-button .iconify {
      width: 25px;
      height: 25px;
      transition: 0.3s; }
      .site-header #mobile-button .iconify:focus, .site-header #mobile-button .iconify:hover {
        color: #0133cb; }
    @media (min-width: 992px) {
      .site-header #mobile-button {
        display: none; } }
  .site-header #close-button {
    position: absolute;
    top: 60px;
    right: 1rem;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer; }
    .site-header #close-button .iconify {
      width: 25px;
      height: 25px;
      transition: 0.3s; }
      .site-header #close-button .iconify:focus, .site-header #close-button .iconify:hover {
        color: #0133cb; }
  .site-header #back-button {
    display: flex;
    align-items: center;
    position: absolute;
    top: 60px;
    right: 0;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s; }
    .site-header #back-button.active {
      opacity: 1;
      visibility: visible;
      right: 1rem; }
    .site-header #back-button .iconify {
      width: 20px;
      height: 20px;
      transition: 0.3s;
      margin: 0 0 1rem; }
      .site-header #back-button .iconify:focus, .site-header #back-button .iconify:hover {
        color: #0133cb; }

#mobile-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 1rem;
  margin: 0;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10; }
  #mobile-menu.active {
    opacity: 1;
    visibility: visible;
    transition: 0.3s; }
  #mobile-menu .menu-main-menu-container {
    width: 100%; }
  #mobile-menu .menu {
    text-align: center; }
    #mobile-menu .menu li a {
      color: #0a121d;
      font-size: 1.2rem;
      font-weight: 700;
      text-decoration: none;
      display: inline-block; }
      #mobile-menu .menu li a:hover, #mobile-menu .menu li a:focus {
        color: #0133cb; }
  #mobile-menu .sub-menu {
    list-style-type: none;
    padding: 2rem;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 992px) {
      #mobile-menu .sub-menu {
        padding: 2rem 0 0; } }
    #mobile-menu .sub-menu.active {
      opacity: 1;
      visibility: visible;
      left: 0; }

#main-menu {
  display: none; }
  @media (min-width: 992px) {
    #main-menu {
      display: flex; } }
  #main-menu .menu {
    position: relative; }
  #main-menu .menu li {
    position: relative; }
  #main-menu .menu li .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s; }
  #main-menu .menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible; }
  #main-menu .sub-menu {
    position: absolute;
    top: 45px;
    left: 15px;
    background: #333333;
    max-width: 300px;
    min-width: 200px;
    padding: 0;
    z-index: 100; }
    #main-menu .sub-menu li {
      padding: 0;
      margin: 0; }
      #main-menu .sub-menu li a {
        color: #fff;
        display: block;
        padding: 1rem;
        transition: 0.3s;
        border-left: 6px solid #333333; }
        #main-menu .sub-menu li a:hover, #main-menu .sub-menu li a:focus {
          border-left: 6px solid #0133cb; }

.menu {
  list-style-type: none;
  padding-left: 0; }
  .menu li {
    padding: 0.5rem 0; }
    @media (min-width: 992px) {
      .menu li {
        display: inline;
        padding: 0.5rem 1rem; }
        .menu li:last-child {
          padding: 0.5rem 0 0.5rem 1rem; } }
  .menu a {
    color: #0a121d;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration-color: transparent; }
    @media (min-width: 992px) {
      .menu a {
        display: inline-block; } }
    .menu a:focus, .menu a:hover {
      color: #0133cb; }

.page-header {
  width: 100%;
  height: 300px;
  position: relative; }
  .page-header .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center; }
    .page-header .overlay h1 {
      padding: 0;
      margin: 0;
      color: #fff;
      font-size: 2rem;
      text-transform: uppercase; }
      @media (min-width: 800px) {
        .page-header .overlay h1 {
          font-size: 3rem; } }
  .page-header img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.slides {
  max-height: 600px;
  overflow: hidden;
  margin: 0 auto;
  border: 0 !important; }

.slide-img {
  width: 100%;
  height: 600px;
  position: relative; }
  .slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .slide-img .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 1rem;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .slide-img .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem;
    color: #fff; }
    .slide-img .container h1 {
      color: #fff; }
    .slide-img .container p {
      color: #fff;
      margin: 0; }

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  -webkit-appearance: none;
  background: none;
  color: #fff;
  font-size: 3rem;
  border: 0;
  cursor: pointer;
  transition: 0.3s; }
  .slick-prev:hover,
  .slick-next:hover {
    color: #0133cb; }

.slick-prev {
  right: 60px;
  bottom: 10px; }

.slick-next {
  right: 10px;
  bottom: 10px; }

.client-slider-container {
  width: 100%;
  background: #fafafa; }
  .client-slider-container .client-slider {
    margin: 0 auto;
    width: 100%;
    max-width: 87.5rem;
    padding: 4rem 1rem; }
    .client-slider-container .client-slider .client-slide-img {
      width: 1rem;
      margin: 0 1rem 0 0; }
      .client-slider-container .client-slider .client-slide-img:last-child {
        margin: 0; }
      .client-slider-container .client-slider .client-slide-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

html {
  box-sizing: border-box;
  animation: fadein 2s; }

* {
  box-sizing: inherit; }

body {
  font-size: 16px;
  font-family: open-sans, sans-serif;
  padding: 0;
  margin: 0; }

.entry-content .alignwide {
  margin-left: -80px;
  margin-right: -80px; }

.entry-content .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw; }

.alignfull img {
  width: 100vw; }

.js-scroll {
  opacity: 0;
  transition: opacity 500ms; }

.js-scroll.scrolled {
  opacity: 1; }

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* animation css
opacity: 0;
      -webkit-animation: fadein 2s;
      -moz-animation: fadein 2s;
      -ms-animation: fadein 2s;
      -o-animation: fadein 2s;
      animation: fadein 2s;
      animation-delay: 1s;
      -webkit-animation-fill-mode: forwards;   */
.main-content {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  position: relative;
  -webkit-animation: fadein 2s;
  animation: fadein 2s forwards;
  animation-delay: 0.5s; }
  .main-content h2:not(:first-child) {
    margin: 3rem 0 0 0; }
  @media (min-width: 800px) {
    .main-content h2:not(:first-child) {
      margin: 1rem 0 0 0; } }
  .main-content .gallery-padding {
    margin: 1rem 0 0 0; }
@-webkit-keyframes slide {
  100% {
    left: 0; } }
@keyframes slide {
  100% {
    left: 0; } }
  .main-content .services-section {
    margin: 2rem 0 0 0; }
  .main-content .about-section {
    opacity: 0;
    -webkit-animation: fadein 2s;
    animation: fadein 2s forwards;
    animation-delay: 0.5s; }
  .main-content .services-background {
    opacity: 0;
    background: #fafafa;
    padding: 2rem;
    -webkit-animation: fadein 2s;
    animation: fadein 2s forwards;
    animation-delay: 0.5s; }
  .main-content .text-media-left .wp-block-media-text__media,
  .main-content .text-media-right .wp-block-media-text__media {
    margin: 1rem 0 0 0; }
  .main-content .text-media-left .wp-block-media-text__content,
  .main-content .text-media-right .wp-block-media-text__content {
    padding: 0; }
    .main-content .text-media-left .wp-block-media-text__content p,
    .main-content .text-media-right .wp-block-media-text__content p {
      padding: 0; }
    .main-content .text-media-left .wp-block-media-text__content h2,
    .main-content .text-media-right .wp-block-media-text__content h2 {
      margin: 1rem 0; }
  @media (min-width: 576px) {
    .main-content .text-media-left .wp-block-media-text__content {
      padding: 0 0 0 8%; }
      .main-content .text-media-left .wp-block-media-text__content h2 {
        margin: 1rem 0; }
    .main-content .text-media-right .wp-block-media-text__content {
      padding: 0 8% 0 0; }
      .main-content .text-media-right .wp-block-media-text__content h2 {
        margin: 1rem 0; } }

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