/*
Theme Name: Black Rainbow Child
Template: blackrainbow
Author: BR
Description: Black Rainbow theme for Wordpress
Tags: one-column,two-columns
Version: 1.1699368911
Updated: 2023-11-07 14:55:11

*/

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.slick-dots, .main-nav ul, #footer nav ul, .social-networks, .footer-bottom .footer-links ul, .transformation-block .sectors, .twocols-content .f-list, .features-block .features-list, .solutions-block .sectors, .products-block .products, .accordion .slide-holder ul, .accordion .slide-holder ol, .single-news-block ul, .single-news-block ol {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box;
  scroll-behavior: smooth; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #EEF1F8;
  background: #0A0C0F;
  font: 20px/1.75 "Red Hat Text", sans-serif;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 1129px) {
    body {
      font-size: 18px; } }
  @media (max-width: 767px) {
    body {
      font-size: 17px;
      line-height: 1.65; } }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

a:not([class]) {
  -webkit-transition: color linear 0.3s, opacity linear 0.3s, background-color linear 0.3s, border-color linear 0.3s;
  transition: color linear 0.3s, opacity linear 0.3s, background-color linear 0.3s, border-color linear 0.3s;
  text-decoration: underline; }
  a:not([class]):hover {
    text-decoration: none; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.75em; }

blockquote {
  border-left: 4px solid #000;
  padding-left: .5em;
  margin-left: 1.75em; }

th, td {
  border: 1px solid #F25E0D;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
textarea, select, input[type='number'] {
  height: 42px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 20px;
  border: solid 1px #979797;
  padding: 10px 15px;
  border-radius: 8px;
  outline: none;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #373C2D;
  background-color: #ffffff85; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  input[type='date']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder {
    color: #373C2D; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='url']::-moz-placeholder,
  input[type='date']::-moz-placeholder,
  textarea::-moz-placeholder, select::-moz-placeholder, input[type='number']::-moz-placeholder {
    opacity: 1;
    color: #373C2D; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='url']:-moz-placeholder,
  input[type='date']:-moz-placeholder,
  textarea:-moz-placeholder, select:-moz-placeholder, input[type='number']:-moz-placeholder {
    color: #373C2D; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='url']:-ms-input-placeholder,
  input[type='date']:-ms-input-placeholder,
  textarea:-ms-input-placeholder, select:-ms-input-placeholder, input[type='number']:-ms-input-placeholder {
    color: #373C2D; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='url'].placeholder,
  input[type='date'].placeholder,
  textarea.placeholder, select.placeholder, input[type='number'].placeholder {
    color: #373C2D; }

select, .select2-container--default .select2-selection--single {
  background: #fff url("/wp-content/themes/blackrainbow/images/select-bg2.png");
  background-size: 42px 42px;
  background-repeat: no-repeat;
  background-position: 100% 0; }

textarea {
  resize: vertical;
  vertical-align: top;
  height: 108px !important;
  resize: none; }

button, .btn,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'], .button {
  -webkit-appearance: none;
  -webkit-border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 24px;
  min-height: 42px;
  text-align: center;
  border-radius: 99px;
  outline: none;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  color: #fff;
  background: #F25E0D;
  border: solid 1px #F25E0D;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  text-decoration: none; }
  button:hover, .btn:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='file']:hover,
  input[type='submit']:hover, .button:hover {
    color: #000;
    background: #fff;
    border-color: #000; }
  button.btn-white, .btn.btn-white,
  input[type='button'].btn-white,
  input[type='reset'].btn-white,
  input[type='file'].btn-white,
  input[type='submit'].btn-white, .button.btn-white {
    background: #fff;
    color: #000; }
    button.btn-white:hover, .btn.btn-white:hover,
    input[type='button'].btn-white:hover,
    input[type='reset'].btn-white:hover,
    input[type='file'].btn-white:hover,
    input[type='submit'].btn-white:hover, .button.btn-white:hover {
      background: #F25E0D;
      border-color: #F25E0D; }
  button.btn-black, .btn.btn-black,
  input[type='button'].btn-black,
  input[type='reset'].btn-black,
  input[type='file'].btn-black,
  input[type='submit'].btn-black, .button.btn-black {
    background: none;
    color: #F25E0D; }
    button.btn-black:hover, .btn.btn-black:hover,
    input[type='button'].btn-black:hover,
    input[type='reset'].btn-black:hover,
    input[type='file'].btn-black:hover,
    input[type='submit'].btn-black:hover, .button.btn-black:hover {
      background: #ffffff14;
      border-color: #fff;
      color: #fff; }
  button.btn-black-outline, .btn.btn-black-outline,
  input[type='button'].btn-black-outline,
  input[type='reset'].btn-black-outline,
  input[type='file'].btn-black-outline,
  input[type='submit'].btn-black-outline, .button.btn-black-outline {
    background: none;
    border-color: #000;
    color: #000; }
    button.btn-black-outline:hover, .btn.btn-black-outline:hover,
    input[type='button'].btn-black-outline:hover,
    input[type='reset'].btn-black-outline:hover,
    input[type='file'].btn-black-outline:hover,
    input[type='submit'].btn-black-outline:hover, .button.btn-black-outline:hover {
      background: rgba(242, 94, 13, 0.08);
      color: #F25E0D;
      border-color: #F25E0D; }
  button.btn-secondary, .btn.btn-secondary,
  input[type='button'].btn-secondary,
  input[type='reset'].btn-secondary,
  input[type='file'].btn-secondary,
  input[type='submit'].btn-secondary, .button.btn-secondary {
    background: #000;
    border-color: #000; }
    button.btn-secondary:hover, .btn.btn-secondary:hover,
    input[type='button'].btn-secondary:hover,
    input[type='reset'].btn-secondary:hover,
    input[type='file'].btn-secondary:hover,
    input[type='submit'].btn-secondary:hover, .button.btn-secondary:hover {
      background: #f25e0d;
      border-color: #f25e0d; }

.fancybox-button {
  min-height: inherit;
  padding: 0; }
  .fancybox-button:hover {
    background: #000; }

.field_sublabel_below .gfield_label {
  margin-bottom: 6px;
  display: block; }

  .gfield_description {
    font-size: 14px;
    margin-bottom: 0.5em;
  }

input[type='file'] {
  border-bottom: 0;
  background-color: #F25E0D;
  color: #fff; }

.main-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .main-cols #content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .main-cols #sidebar {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 320px;
    margin-left: 20px; }

.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .paging .nav-links .prev, .paging .nav-links .next {
    padding: 8px 20px; }

.paging {
  clear: both;
  text-align: center;
  width: 100%; }
  .paging .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .paging .pagination {
    width: 100%; }

.paging .nav-links a, .paging .nav-links span {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  background: none;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 20px;
  margin: 4px 4px;
  border-radius: 100%;
  border: 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;
  position: relative; }
  @media (min-width: 576px) {
    .paging .nav-links a, .paging .nav-links span {
      margin: 4px 10px; } }
  @media (min-width: 1024px) {
    .paging .nav-links a, .paging .nav-links span {
      width: 45px;
      height: 45px;
      size: 16px;
      line-height: 24px; } }
  .paging .nav-links a:after, .paging .nav-links span:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    content: '\e955';
    font-family: icomoon;
    font-size: 35px; }
    @media (min-width: 1024px) {
      .paging .nav-links a:after, .paging .nav-links span:after {
        font-size: 45px; } }

.paging .nav-links a:hover, .paging .nav-links span.current {
  color: #fff; }

.paging .nav-links .next, .paging .nav-links .prev {
  font-size: 0;
  line-height: 0;
  padding: 0; }

.paging .nav-links .next {
  text-align: center; }
  .paging .nav-links .next:before {
    font-size: 20px;
    line-height: 24px;
    display: block;
    content: "\f105";
    font-family: 'icomoon'; }

.paging .nav-links .prev {
  text-align: center; }
  .paging .nav-links .prev:before {
    font-size: 20px;
    line-height: 24px;
    display: block;
    content: "\f104";
    font-family: 'icomoon'; }

.fancybox-button:after {
  display: none; }

.widget {
  margin-bottom: 1.75em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    width: 100%; }
    .search-form input[type='search'] {
      width: 100%;
      margin-bottom: 14px; }

.post-password-form input {
  width: 100%; }
  .post-password-form input[type='password'] {
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #F25E0D;
  color: #fff;
  font-size: 20px;
  line-height: 20px; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    background: #000; }

.commentlist {
  margin: 0 0 1.75em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.75em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.75em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.75em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #F25E0D;
    color: #fff;
    padding: 18px 20px 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    border-radius: 5px; }

.navigation-single {
  margin-bottom: 1.75em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #F25E0D;
    color: #fff;
    text-decoration: none;
    border-radius: 5px; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      background: #fff; }
    .navigation-single .next a,
    .navigation-single .prev a {
      display: block;
      background: #F25E0D;
      color: #fff;
      padding: 18px 20px 16px;
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 20px;
      border-radius: 5px; }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.75em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.75em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.75em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.75em; }

.mejs-container {
  margin-bottom: 1.75em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

@media (max-width: 1023px) {
  iframe {
    width: 100%; } }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

.widget_calendar table {
  width: 100%; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  margin: 2em 0 0.5em;
  line-height: 1.2;
  display: block; }

h1, .h1 {
  font-size: 38px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 50px; } }
  @media (min-width: 1366px) {
    h1, .h1 {
      font-size: 56px; } }
  @media (min-width: 1366px) {
    h1, .h1 {
      font-size: 60px; } }

h2, .h2 {
  font-size: 25px;
  line-height: 1.3;
  margin: 0 0 10px; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 30px;
      line-height: 1.2; } }
  @media (min-width: 1024px) {
    h2, .h2 {
      font-size: 34px; } }
  @media (min-width: 1130px) {
    h2, .h2 {
      font-size: 45px;
      margin: 0 0 18px; } }

h3, .h3 {
  font-size: 20px;
  line-height: 1.3; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 20px; } }
  @media (min-width: 1024px) {
    h3, .h3 {
      font-size: 24px; } }
  @media (min-width: 1130px) {
    h3, .h3 {
      font-size: 28px; } }

h4, .h4 {
  font-size: 20px;
  font-weight: 500; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 25px; } }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 15px; }

a {
  color: #fff; }
  a:hover, a:focus {
    text-decoration: none; }



[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-at:before {
  content: "\e910"; }

.icon-down-arrow:before {
  content: "\e92d"; }

.icon-download1:before {
  content: "\e949"; }

.icon-fingerprint:before {
  content: "\e94b"; }

.icon-government:before {
  content: "\e94c"; }

.icon-law-enforcement:before {
  content: "\e94d"; }

.icon-left-arrow1:before {
  content: "\e94e"; }

.icon-miltry:before {
  content: "\e94f"; }

.icon-minus1:before {
  content: "\e950"; }

.icon-play-btn:before {
  content: "\e951"; }

.icon-plus1:before {
  content: "\e952"; }

.icon-right-arrow1:before {
  content: "\e953"; }

.icon-rss:before {
  content: "\e954"; }

.icon-shape:before {
  content: "\e955"; }

.icon-up-arrow:before {
  content: "\e956"; }

.icon-search:before {
  content: "\e905"; }

.icon-instagram1:before {
  content: "\e906"; }

.icon-truck:before {
  content: "\e947"; }

.icon-gift:before {
  content: "\e948"; }

.icon-heart:before {
  content: "\e90c"; }

.icon-user2:before {
  content: "\e90e"; }

.icon-cart:before {
  content: "\e946"; }

.icon-x:before {
  content: "\e908"; }

.icon-contractors:before {
  content: "\e907"; }

.icon-info:before {
  content: "\e90d"; }

.icon-target:before {
  content: "\e911"; }

.icon-icon-call:before {
  content: "\e912"; }

.icon-clock:before {
  content: "\e913"; }

.icon-icon-email:before {
  content: "\e914"; }

.icon-icon-quote:before {
  content: "\e915"; }

.icon-icon-quote2:before {
  content: "\e916"; }

.icon-icon-send:before {
  content: "\e917"; }

.icon-icon-user:before {
  content: "\e918"; }

.icon-arrow_right_alt:before {
  content: "\e919"; }

.icon-long-arrow-right:before {
  content: "\e91a"; }

.icon-long-arrow-left:before {
  content: "\e91b"; }

.icon-long-arrow-up:before {
  content: "\e91c"; }

.icon-long-arrow-down:before {
  content: "\e91d"; }

.icon-check_circle:before {
  content: "\e91e"; }

.icon-location:before {
  content: "\e91f"; }

.icon-download:before {
  content: "\e920"; }

.icon-arrow-right:before {
  content: "\e921"; }

.icon-arrow-left:before {
  content: "\e922"; }

.icon-envelope1:before {
  content: "\e923"; }

.icon-home:before {
  content: "\e924"; }

.icon-watch_later:before {
  content: "\e925"; }

.icon-youtube1:before {
  content: "\e926"; }

.icon-location1:before {
  content: "\e927"; }

.icon-arrow-bottom:before {
  content: "\e928"; }

.icon-arrow-top:before {
  content: "\e929"; }

.icon-info1:before {
  content: "\e92a"; }

.icon-check_circle1:before {
  content: "\e92b"; }

.icon-paperplane:before {
  content: "\e92c"; }

.icon-search2:before {
  content: "\e92e"; }

.icon-phone1:before {
  content: "\e92f"; }

.icon-facebook:before {
  content: "\e930"; }

.icon-phone2:before {
  content: "\e942"; }

.icon-star-empty:before {
  content: "\e9d7"; }

.icon-star-half:before {
  content: "\e9d8"; }

.icon-star-full:before {
  content: "\e9d9"; }

.icon-user1:before {
  content: "\f007"; }

.icon-check:before {
  content: "\f00c"; }

.icon-times:before {
  content: "\f00d"; }

.icon-search-plus:before {
  content: "\f00e"; }

.icon-check1:before {
  content: "\f00f"; }

.icon-search-minus:before {
  content: "\f010"; }

.icon-redo:before {
  content: "\f01e"; }

.icon-sync:before {
  content: "\f021"; }

.icon-list:before {
  content: "\f03a"; }

.icon-list1:before {
  content: "\f03b"; }

.icon-check-circle:before {
  content: "\f058"; }

.icon-check-circle1:before {
  content: "\f059"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-comment:before {
  content: "\f075"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-google-plus-g:before {
  content: "\f0d5"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-linkedin-in:before {
  content: "\f0e1"; }

.icon-envelope2:before {
  content: "\f0e2"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-ellipsis-h1:before {
  content: "\f143"; }

.icon-ellipsis-v1:before {
  content: "\f144"; }

.icon-play-circle:before {
  content: "\f145"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-long-arrow-down1:before {
  content: "\f175"; }

.icon-long-arrow-up1:before {
  content: "\f176"; }

.icon-long-arrow-left1:before {
  content: "\f177"; }

.icon-long-arrow-right1:before {
  content: "\f178"; }

.icon-vk:before {
  content: "\f189"; }

.icon-google:before {
  content: "\f1a0"; }

.icon-vine:before {
  content: "\f1ca"; }

.icon-yelp:before {
  content: "\f1e9"; }

.icon-pinterest-p:before {
  content: "\f231"; }

.icon-whatsapp:before {
  content: "\f232"; }

.icon-vimeo-v:before {
  content: "\f27d"; }

.icon-envira:before {
  content: "\f299"; }

.icon-bath:before {
  content: "\f2cd"; }

.icon-facebook-f:before {
  content: "\f39e"; }

.icon-map-marker-alt:before {
  content: "\f3c5"; }

.icon-equals:before {
  content: "\f52c"; }

.icon-send:before {
  content: "\e90b"; }

.icon-mail:before {
  content: "\e90f"; }

.icon-link:before {
  content: "\e909"; }

.icon-ear:before {
  content: "\e90a"; }

.icon-quote:before {
  content: "\e93d"; }

.icon-emailus:before {
  content: "\e941"; }

.icon-phone-call:before {
  content: "\e943"; }

.icon-menu:before {
  content: "\e944"; }

.icon-user:before {
  content: "\e904"; }

.icon-time:before {
  content: "\e945"; }

.icon-right-arrow:before {
  content: "\e938"; }

.icon-left-arrow:before {
  content: "\e939"; }

.icon-arrow-down:before {
  content: "\e93a"; }

.icon-phone3:before {
  content: "\e93e"; }

.icon-email:before {
  content: "\e93f"; }

.icon-arrow-long:before {
  content: "\e940"; }

.icon-triangle-up:before {
  content: "\e900"; }

.icon-triangle-right:before {
  content: "\e901"; }

.icon-triangle-left:before {
  content: "\e902"; }

.icon-triangle-down:before {
  content: "\e903"; }

.icon-envelop:before {
  content: "\e94a"; }

.icon-telecomms:before {
  content: "\e931"; }

.icon-events:before {
  content: "\e932"; }

.icon-manufacturing:before {
  content: "\e933"; }

.icon-address:before {
  content: "\e937"; }

.icon-comments:before {
  content: "\e93b"; }

.icon-calendar-check:before {
  content: "\e93c"; }

.icon-edit-3:before {
  content: "\e934"; }

.icon-phone:before {
  content: "\e935"; }

.icon-map-pin:before {
  content: "\e936"; }

.icon-exit:before {
  content: "\ea14"; }

/* ADDED */
.icon-BR-Icon-Black-SVG:before {
  content: "\e100"; }
.icon-Core-Icon-Black-SVG:before {
  content: "\e101"; }
.icon-Fusion-Icon-Black-SVG:before {
  content: "\e102"; }
.icon-Intelligence-Icon-Black-SVG:before {
  content: "\e103"; }
.icon-Investigator-Icon-Black-SVG:before {
  content: "\e104"; }
.icon-Portal-Icon-Black-SVG:before {
  content: "\e105"; }
.icon-Response-Icon-Black-SVG:before {
  content: "\e106"; }
.icon-Forensics-Icon-Black-SVG:before {
    content: "\e957";  }
  

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

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

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

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

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

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

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

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

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

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

[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-arrow.slick-hidden {
  display: none; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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; }

.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; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  display: none;
  outline: none !important; }
  [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-arrow.slick-hidden {
  display: none; }

.slide-pagination {
  overflow: hidden; }

.slick-pagination {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .slick-pagination .slick-next {
    position: absolute;
    right: 0;
    top: 0; }

.slick-dots {
  float: right;
  position: absolute;
  right: 0;
  bottom: 0; }
  .slick-dots li {
    padding: 0 4px;
    float: left; }
    .slick-dots li button {
      min-width: inherit;
      border: 0;
      background: none;
      font-size: 0;
      line-height: 0;
      width: 10px;
      height: 10px;
      min-height: inherit;
      border-radius: 100%;
      background: none;
      border: solid 1px #fff;
      -webkit-transition: all linear 0.3s;
      transition: all linear 0.3s;
      padding: 0;
      display: block;
      outline: none; }
      .slick-dots li button:hover {
        background: #fff; }
    .slick-dots li.slick-active button {
      background: #fff; }

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-decoration: none;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
  font-size: 17px;
  left: 0;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c5c3cd;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  font-weight: 600; }
  .slick-prev i,
  .slick-next i {
    margin: -2px 3px 0;
    font-size: 22px; }
  .slick-prev:hover,
  .slick-next:hover {
    color: #000; }

.slick-next {
  left: auto;
  right: 0;
  color: #000; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  /* z-index: 99992; */
  z-index: 1111111;
 }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #171619;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .85;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 20px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }
  @media (min-width: 768px) {
    .fancybox-slide {
      padding: 44px; } }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  min-width: inherit; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
  background: none !important; }

.fancybox-navigation .fancybox-button div {
  padding: 7px;
  background: #1e1e1e99; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.fancybox-content {
  border: solid 8px #fff; }
  @media (min-width: 768px) {
    .fancybox-content {
      border: solid 10px #fff; } }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #fff; }

#header {
  position: relative;
  z-index: 1000;
  padding: 25px 0;
  background: #0D0D11;
  box-shadow: 0 0 10px rgb(242 94 13 / 40%); }
  @media (min-width: 768px) {
    #header {
      padding: 35px 0; } }
  @media (min-width: 1130px) {
    #header {
      padding: 0;
      box-shadow: none; } }
  #header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1380px; }
  #header a {
    text-decoration: none; }
  #header .logo {
    max-width: 380px;
    height: 38px; }
    @media (min-width: 1024px) {
      #header .logo {
        max-width: 320px;
        height: 32px; } }
    @media (min-width: 1130px) {
      #header .logo {
        max-width: 320px;
        height: 32px;  } }
    @media (min-width: 1366px) {
      #header .logo {
        max-width: 380px;
        height: 38px; } }
    #header .logo svg {
      display: block;
      width: 100%;
      height: auto; }
      #header .logo svg .second-line {
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s;
        fill: #F25E0D; }
      #header .logo svg .first-line {
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s;
        fill: #F25E0D; }
    .home #header .logo svg .second-line {
      fill: #fff; }
    .home #header .logo svg .first-line {
      fill: #fff; }
  #header:hover .logo svg .first-line {
    fill: #fff; }
  #header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #header .header-right .btn {
      margin: 0 0 0 30px;
      padding-left: 18px;
      padding-right: 18px;
      display: none; }
      @media (min-width: 692px) {
        #header .header-right .btn {
          display: block; } }
      @media (min-width: 1440px) {
        #header .header-right .btn {
          margin: 0 0 0 50px; } }

.home #header:hover .logo svg .second-line {
  fill: #F25E0D; }

.home #header .logo.animate svg .first-line, .home #header .logo.animate svg .second-line {
  fill: #F25E0D; }

.main-nav {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  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: 1130px) {
    .main-nav {
      font-size: 12px;
      line-height: 20px; } }
  @media (min-width: 1366px) {
    .main-nav {
      font-size: 14px; } }
  .main-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px; }
    .main-nav ul li {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      position: relative;
      letter-spacing: 0.0rem; }
      .main-nav ul li a {
        display: block;
        padding: 42px 10px;
        color: #fff; }
        .main-nav ul li a.active .title {
          color: #F25E0D; }
          .main-nav ul li a.active .paragraph {
            color: #000; }
            .main-nav ul li a:hover .title {
              color: #F25E0D; }
              .main-nav ul li a:hover .paragraph {
                color: #000; }
      .main-nav ul li.active > a {
        color: #F25E0D; }
      @media (min-width: 1024px) {
        .main-nav ul li.menu-item-has-children > a:after {
          display: inline-block;
          vertical-align: top;
          content: '\f107';
          font-family: 'icomoon';
          margin: 2px 0 0 6px;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s; } }
      @media (min-width: 1024px) {
        .main-nav ul li.menu-item-has-children:hover ul {
          opacity: 1;
          visibility: visible;
          margin-top: 0; }
        .main-nav ul li.menu-item-has-children:hover > a {
          color: #F25E0D; }
          .main-nav ul li.menu-item-has-children:hover > a:after {
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg); } }
      @media (min-width: 1130px) {
        .main-nav ul li.mega {
          position: static; }
          .main-nav ul li.mega:hover .mega-menu {
            opacity: 1;
            visibility: visible; } }
    .main-nav ul .mega-menu {
      background: #EEF1F8;
      color: #000;
      display: none;
      box-shadow: 0 0 10px rgb(10 12 15 / 20%); }
      @media (min-width: 1130px) {
        .main-nav ul .mega-menu {
          position: absolute;
          left: 0;
          right: 0;
          top: 100%;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s;
          display: block; } }
          @media (max-width: 1130px) {
            .main-nav ul .mega-menu {
              box-shadow: none; } }
      .main-nav ul .mega-menu .row {
        text-transform: none; }
        @media (min-width: 1130px) {
          .main-nav ul .mega-menu .row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            max-width: 1440px;
            margin: 0 auto; } }
        .main-nav ul .mega-menu .row .text {
          display: none; }
          @media (min-width: 1130px) {
            .main-nav ul .mega-menu .row .text {
              width: 30%;
              background: #D9E3F8;
              padding: 50px 30px;
              font-size: 15px;
              line-height: 22px;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
              display: block; } }
          @media (min-width: 1366px) {
            .main-nav ul .mega-menu .row .text {
              padding: 50px 100px;
              width: 35%; } }
          .main-nav ul .mega-menu .row .text h3 {
            margin: 0 0 30px;
            font-size: 24px;
            line-height: 30px;
            font-family: 'Orbitron', sans-serif;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 0.1rem; }
            @media (min-width: 1366px) {
              .main-nav ul .mega-menu .row .text h3 {
                font-size: 28px;
                line-height: 28px;
                margin: 0 0 20px;
                font-family: 'Orbitron', sans-serif;
                text-transform: uppercase;
                font-weight: 700;
                letter-spacing: 0.1rem; } }
          .main-nav ul .mega-menu .row .text p {
            margin: 0 0 30px; }
            @media (min-width: 1366px) {
              .main-nav ul .mega-menu .row .text p {
                margin: 0 0 50px; } }
          .main-nav ul .mega-menu .row .text .link {
            text-transform: uppercase;
            color: #000;
            letter-spacing: 3px;
            font-size: 16px;
            padding: 0; }
            .main-nav ul .mega-menu .row .text .link:hover {
              color: #F25E0D; }
            .main-nav ul .mega-menu .row .text .link:after {
              display: inline-block;
              vertical-align: top;
              content: '\e953';
              font-family: icomoon;
              font-size: 12px;
              margin: 0 0 0 5px; }
        @media (min-width: 1130px) {
          .main-nav ul .mega-menu .row .links {
            padding: 40px 30px;
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            overflow: hidden; } }
        .main-nav ul .mega-menu .row .links ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row wrap;
                  flex-flow: row wrap;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          margin: 0 -6px; }
          @media (min-width: 1366px) {
            .main-nav ul .mega-menu .row .links ul {
              margin: 0 -10px; } }
          .main-nav ul .mega-menu .row .links ul li {
            padding: 0 6px 20px;
            width: 33.33%;
            font-size: 14px;
            line-height: 22px;
            -webkit-box-flex: inherit;
                -ms-flex-positive: inherit;
                    flex-grow: inherit; }
            @media (min-width: 1366px) {
              .main-nav ul .mega-menu .row .links ul li {
                padding: 0 10px 32px; } }
            .main-nav ul .mega-menu .row .links ul li .title {
              display: block;
              font-weight: 600;
              margin: 0 0 10px;
              font-size: 14px;
              letter-spacing: 0; }
              @media (min-width: 1366px) {
                .main-nav ul .mega-menu .row .links ul li .title {
                  font-size: 15px; } }
            .main-nav ul .mega-menu .row .links ul li a {
              position: relative;
              padding: 0 0 0 34px; }
              .main-nav ul .mega-menu .row .links ul li a:before {
                position: absolute;
                left: 0;
                top: 0;
                font-size: 20px;
                content: '\e955';
                font-family: icomoon; }
              .main-nav ul .mega-menu .row .links ul li a:after {
                position: absolute;
                left: 4px;
                top: 1px;
                font-size: 12px;
                content: '\f00c';
                font-family: icomoon;
                color: #F25E0D; }
              .main-nav ul .mega-menu .row .links ul li a:hover .paragraph {
                color: #000; }
      .main-nav ul .mega-menu ul {
        position: static;
        margin: 0;
        opacity: 1;
        visibility: unset;
        box-shadow: none;
        width: 100%; }
        .main-nav ul .mega-menu ul li {
          border-top: 0; }
          .main-nav ul .mega-menu ul li a {
            padding: 0; }
      @media (max-width: 1129px) {
        .main-nav ul .mega-menu .row .links ul {
          display: block;
          margin: 0; }
          .main-nav ul .mega-menu .row .links ul li {
            display: block;
            width: 100%;
            padding: 0;
            border-top: solid 1px rgba(0, 0, 0, 0.1); }
            .main-nav ul .mega-menu .row .links ul li .paragraph {
              display: none; }
            .main-nav ul .mega-menu .row .links ul li .title {
              margin: 0;
              font-weight: 400; }
            .main-nav ul .mega-menu .row .links ul li a {
              display: block;
              padding: 12px 55px;
              font-weight: 400; }
              .main-nav ul .mega-menu .row .links ul li a:before {
                left: 20px;
                top: 12px; }
              .main-nav ul .mega-menu .row .links ul li a:after {
                left: 24px;
                top: 13px; } }
    @media (min-width: 1130px) {
      .main-nav ul ul {
        display: block;
        margin: 0;
        position: absolute;
        left: 0;
        top: 100%;
        width: 250px;
        background: #EEF1F8;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
        margin-top: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s; } }
    .main-nav ul ul li {
      margin: 0; }
      @media (min-width: 1130px) {
        .main-nav ul ul li {
          border-top: solid 1px rgba(228, 94, 14, 0.1); } }
      @media (min-width: 1130px) {
        .main-nav ul ul li a {
          padding: 10px 20px;
          color: #000; } }
  .main-nav .drop-opener {
    display: none; }

/* Extend the hover area of the parent item */
.menu-item-has-children::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%; /* Adjust the height as needed */
  z-index: -1; /* Ensure the pseudo-element stays behind the content */
}

/* Adjust the z-index to ensure the child megamenu stays above the pseudo-element */
.menu-item-has-children:hover .mega-menu {
  z-index: 999; /* Adjust the value as needed */
}



@media (max-width: 1129px) {
  #header:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 100vh;
    content: '';
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
  .main-nav {
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    overflow-y: auto;
    max-height: calc(100vh - 112px);
    background: #EEF1F8;
    display: block; }
    .main-nav ul {
      display: block;
      margin: 0; }
      .main-nav ul li {
        border-top: solid 1px rgba(0, 0, 0, 0.1); }
        .main-nav ul li a {
          padding: 0;
          display: block;
          padding: 17px 20px;
          color: #000; }
        .main-nav ul li.menu-item-has-children > a:after {
          display: none; }
        .main-nav ul li.menu-item-has-children > a {
          padding-right: 80px; }
        .main-nav ul li ul {
          display: none;
          background: white; }
          .main-nav ul li ul li a {
            padding: 17px 40px; }
        .main-nav ul li.drop-active .drop-opener .icon-plus:before {
          content: '\f068'; }
      .main-nav ul .drop-opener {
        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;
        position: absolute;
        right: 0;
        top: 0;
        width: 54px;
        height: 54px;
        color: #000; } }

@media (max-width: 767px) {
  .main-nav {
    max-height: calc(100vh - 92px); } }

@media (max-width: 575px) {
  .main-nav {
    max-height: calc(100vh - 76px); } }

.menu-opener {
  display: none; }
  @media (max-width: 1129px) {
    .menu-opener {
      display: block;
      width: 30px;
      height: 26px;
      position: relative;
      z-index: 3;
      margin: 0 0 0 20px; }
      .menu-opener span, .menu-opener:after, .menu-opener:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transition: all ease-in 0.4s;
        transition: all ease-in 0.4s;
        content: "";
        height: 4px;
        background: #fff; }
      .menu-opener span {
        top: 9px; }
      .menu-opener:after {
        top: 18px; } }

@media (max-width: 1129px) {
  .menu-active {
    overflow: hidden;
    height: 100%; }
    .menu-active .menu-opener span {
      opacity: 0; }
    .menu-active .menu-opener:after, .menu-active .menu-opener:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 10px; }
    .menu-active .menu-opener:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .menu-active .main-nav {
      opacity: 1;
      visibility: visible; }
    .menu-active #header:after {
      opacity: 1;
      visibility: visible; } }

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important; }

.fixed-position #header {
  z-index: 99991;
  animation: showBar ease .5s;
  -webkit-animation: showBar ease .5s;
  box-shadow: 0 0 10px rgb(242 94 13 / 40%); }
  .fixed-position #header .header-top {
    display: none; }

@-webkit-keyframes showBar {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes showBar {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

#footer {
  font-size: 14px;
  line-height: 24px; }
  @media (min-width: 768px) {
    #footer {
      border-top: 0; } }
  #footer .footer-holder {
    background: #0A0C0F;
    color: #fff;
    border-top: 1px solid rgba(249, 251, 255, 0.1); }
    @media (min-width: 768px) {
      #footer .footer-holder {
        border-top: 0; } }
    #footer .footer-holder a:not([class]) {
      color: #fff; }
      #footer .footer-holder a:not([class]):hover {
        color: #F25E0D; }
  #footer .container {
    max-width: 1340px; }
  #footer a {
    text-decoration: none; }
  #footer .footer-header {
    position: relative;
    padding: 45px 0 45px; }
    @media (min-width: 1024px) {
      #footer .footer-header {
        padding: 65px 0 57px; } }
    #footer .footer-header:before {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      height: 1px;
      opacity: 0.35;
      background: #f25e0d }
      @media (min-width: 768px) {
        #footer .footer-header:before {
          background: #f25e0d; } }
      @media (min-width: 1024px) {
      #footer .footer-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  #footer .logo {
    max-width: 280px;
    margin: 0 auto 20px; }
    @media (min-width: 768px) {
      #footer .logo {
        max-width: 398px;
        margin: 0 0 18px; } }
  #footer .logo-holder {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 30px;
    text-align: center; }
    @media (min-width: 768px) {
      #footer .logo-holder {
        text-align: left; } }
    @media (min-width: 1024px) {
      #footer .logo-holder {
        max-width: 398px;
        margin: 0; } }
    #footer .logo-holder p {
      margin: 0 0 20px; }
  #footer .footer-row {
    padding: 40px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -10px; }
    @media (min-width: 768px) {
      #footer .footer-row {
        padding: 40px 0 0; } }
    @media (min-width: 1024px) {
      #footer .footer-row {
        padding: 52px 0 0;
        margin: 0 -20px; } }
    #footer .footer-row .col {
      width: 100%;
      padding: 0 10px 10px; }
      @media (min-width: 768px) {
        #footer .footer-row .col {
          width: 26.66%;
          padding: 0 10px 20px; } }
      @media (min-width: 1024px) {
        #footer .footer-row .col {
          padding: 0 20px 40px; } }
      @media (min-width: 1366px) {
        #footer .footer-row .col {
          padding: 0 20px 40px; } }
      @media (min-width: 768px) {
        #footer .footer-row .col:last-child {
          width: 20%; } }
  #footer .title {
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 18px;
    font-family: "Orbitron", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1rem; }
    @media (min-width: 1024px) {
      #footer .title {
        font-size: 16px;
        line-height: 22px; } }
  #footer nav ul li {
    margin: 0; }
  #footer address {
    font-style: normal;
    line-height: 24px;
    margin: 0 0 15px; }
  @media (max-width: 1023px) {
    #footer .contact-info {
      font-size: 11px; } }
  @media (max-width: 767px) {
    #footer .contact-info {
      font-size: 14px; } }
  #footer .contact-info .phone, #footer .contact-info .email {
    display: block;
    color: #F25E0D; }
    #footer .contact-info .phone a, #footer .contact-info .email a {
      color: #fff; }
      #footer .contact-info .phone a:hover, #footer .contact-info .email a:hover {
        color: #F25E0D; }
  #footer .social-networks {
    margin: 20px -5px 0; }
    #footer .social-networks li {
      margin: 0 5px 10px; }

.social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -5px;
  font-size: 14px;
  line-height: 1; }
  .social-networks li {
    margin: 0 5px 10px; }
    .social-networks li a {
      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;
      width: 30px;
      height: 30px;
      border: solid 1px #fff;
      color: #fff;
      border-radius: 100%; }
      .social-networks li a:hover {
        color: #F25E0D !important;
        border-color: #F25E0D !important; }

.footer-bottom {
  background: #070709;
  color: #fff;
  padding: 9px 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center; }
  @media (min-width: 768px) {
    .footer-bottom {
      text-align: left;
      font-size: 14px; } }
  .footer-bottom a {
    color: #fff; }
    .footer-bottom a:hover {
      color: #fff; }
  @media (min-width: 768px) {
    .footer-bottom .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .footer-bottom .footer-links ul {
    margin: 10px -5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      .footer-bottom .footer-links ul {
        margin: 0 -10px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .footer-bottom .footer-links ul li {
      margin: 0 5px; }
      @media (min-width: 768px) {
        .footer-bottom .footer-links ul li {
          margin: 0 10px; } }

.newsletter-form {
  width: 100%;
  
  border-radius: 20px;
  border: 1px solid rgba(249, 251, 255, 0.1);
  background: -webkit-linear-gradient(319deg, #1c1d2a 7.49%, #101119 96.67%);
  background: linear-gradient(131deg, #1c1d2a 7.49%, #101119 96.67%);
  padding: 25px 20px;
  min-height: 310px; }
  @media (max-width: 576px) {
    .newsletter-form {
      padding: 30px;
      margin: 0 auto;
      min-height: 380px; } }
  @media (min-width: 1024px) {
    .newsletter-form {
      width: 520px; } }
  @media (min-width: 1130px) {
    .newsletter-form {
      width: 582px;
      padding: 30px;
      max-width: inherit; } }
  @media (min-width: 576px) and (max-width: 1024px) {
    .newsletter-form {
      margin: 0 auto;
      min-height: 380px;} }
  .newsletter-form form {
    position: relative; }
  .newsletter-form .gfield_required, .newsletter-form .gfield_label_before_complex {
    display: none; }
  .newsletter-form .gfield_description.validation_message, .newsletter-form .gform_validation_errors, .newsletter-form .gform_not_found {
    display: none; }
  .newsletter-form .gfield_label {
    display: none; }
  .newsletter-form .gfield_error input[type="text"], .newsletter-form .gfield_error input[type="email"] {
    border-color: #F25E0D; }
  .newsletter-form .heading {
    font-size: 17px;
    line-height: 24px;
    display: block;
    font-weight: 400;
    margin: 0 0 15px;
    text-transform: none; }
    @media (min-width: 576px) {
      .newsletter-form .heading {
        font-size: 22px;
        line-height: 26px;
        font-weight: 400;
         } }
    .newsletter-form .heading span {
      font-weight: 600; }
  .newsletter-form input[type="text"], .newsletter-form input[type="email"] {
    display: block;
    width: 100%;
    padding: 11px 10px 11px 10px;
    height: 42px;
    min-height: inherit;
    border-radius: 8px;
    border: solid 1px rgba(255, 255, 255, 0.3);
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin: 0 0 12px;
    background: none;
    font-weight: 400; }
    @media (min-width: 576px) {
      .newsletter-form input[type="text"], .newsletter-form input[type="email"] {
        width: 100%; } }
    @media (min-width: 1024px) {
      .newsletter-form input[type="text"], .newsletter-form input[type="email"] {
        padding: 11px 10px 11px 20px; } }
    .newsletter-form input[type="text"]::-webkit-input-placeholder, .newsletter-form input[type="email"]::-webkit-input-placeholder {
      color: #fff; }
    .newsletter-form input[type="text"]::-moz-placeholder, .newsletter-form input[type="email"]::-moz-placeholder {
      opacity: 1;
      color: #fff; }
    .newsletter-form input[type="text"]:-moz-placeholder, .newsletter-form input[type="email"]:-moz-placeholder {
      color: #fff; }
    .newsletter-form input[type="text"]:-ms-input-placeholder, .newsletter-form input[type="email"]:-ms-input-placeholder {
      color: #fff; }
    .newsletter-form input[type="text"].placeholder, .newsletter-form input[type="email"].placeholder {
      color: #fff; }
    .newsletter-form input[type="text"]:focus, .newsletter-form input[type="email"]:focus {
      background: #fff;
      color: #000; }
  .newsletter-form input[type="submit"] {
    min-height: 42px;
    border-radius: 99px;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 10px;
    text-align: center;
    font-weight: 400;
    position: relative;
    right: 0;
    top: 0;
    float: right;
    text-transform: uppercase;
    width: 90px; }
    @media (min-width: 576px) {
      .newsletter-form input[type="submit"] {
        width: 102px; } }
    @media (max-width: 575px) {
      .newsletter-form input[type="submit"] {
        letter-spacing: 1px; } }
    .newsletter-form input[type="submit"]:hover {
      background: #fff;
      color: #000; }
  .newsletter-form .custom-checkbox label {
    position: relative;
    padding: 0 0 0 20px;
    display: block;
    cursor: pointer;
    font-size: 11px;
    line-height: 1;
    font-weight: 400; }
    @media (min-width: 576px) {
      .newsletter-form .custom-checkbox label {
        font-size: 12px; } }
    @media (min-width: 768px) {
      .newsletter-form .custom-checkbox label {
        font-size: 13px; } }
    .newsletter-form .custom-checkbox label:after {
      position: absolute;
      left: 0;
      top: 1px;
      border: 1px solid #fff;
      border-radius: 100%;
      content: '';
      cursor: pointer;
      width: 10px;
      height: 10px;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
  .newsletter-form .custom-checkbox input {
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: hidden; }
  .newsletter-form .custom-checkbox input:checked ~ label:after {
    background: #F25E0D; }

@media (max-width: 767px) {
  .footerAccordion .title {
    cursor: pointer;
    display: block;
    background: -webkit-linear-gradient(131deg, #1c1d2a 7.49%, #101119 96.67%);
    background: linear-gradient(131deg, #1c1d2a 7.49%, #101119 96.67%);
    padding: 10px 20px 10px 10px;
    margin: 0 !important;
    position: relative;
    border-radius: 10px;
    font-weight: 400 !important;
    border: 1px solid rgba(249, 251, 255, 0.1); }
    .footerAccordion .title:before {
      position: absolute;
      right: 10px;
      top: 11px;
      content: '\f107';
      font-family: icomoon;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; } }

@media (max-width: 767px) {
  .footerAccordion .show .title {
    color: #fff; }
    .footerAccordion .show .title:before {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); } }

@media (max-width: 767px) {
  .footerAccordion .accordion-wrap {
    display: none;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 768px) {
  .footerAccordion .accordion-wrap {
    display: block !important;
    height: auto !important; } }



.back-to-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background-color: #F25E0D;
  border: solid 1px #f25e0d;
  color: #fff;
  font-size: 16px;
  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;
  z-index: 1000;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  opacity: 0;
  visibility: hidden;
  text-decoration: none; }
  .back-to-top:hover {
    color: #000;
    background-color: #FFF;
    border-color: #fff; }

.fixed-position ~ .back-to-top {
  opacity: 1;
  visibility: visible; }

.gform_required_legend {
  display: none; }

#wrapper {
  overflow: hidden;
  position: relative; }

.container {
  max-width: 1164px;
  padding: 0 20px;
  margin: 0 auto; }

.bg-video-holder {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  pointer-events: none; 
  filter: saturate(0.3) brightness(0.8);}

.video-active .bg-video {
  opacity: 1; }

.hero-block {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center; }
  .hero-block .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: 50% 50%; }
  .hero-block.light {
    background: #fff;
    color: #000; }
    .hero-block.light:before {
      background: #fff; }
    .hero-block.light a:not([class]) {
      color: #000;
      text-decoration: underline; }
      .hero-block.light a:not([class]):hover {
        text-decoration: none; }
  .hero-block:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: #000;
    background-image: url(/wp-content/uploads/2023/11/Honeycomb-8opacity.svg);
    background-repeat: no-repeat;
    background-position: bottom; 
    z-index: 2;
    opacity: 0.6; }
    @media (min-width: 1024px) {
      .hero-block:before {
        opacity: 0.85; } }
  .hero-block .caption {
    padding: 60px 0 140px;
    position: relative;
    z-index: 3;
    max-width: 785px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px; }
    @media (min-width: 768px) {
      .hero-block .caption {
        padding: 100px 0 150px; } }
    @media (min-width: 1024px) {
      .hero-block .caption {
        padding: 150px 0 200px; } }
    @media (min-width: 1130px) {
      .hero-block .caption {
        font-size: 20px;
        line-height: 30px;
        max-width: 985px; } }
    @media (min-width: 1440px) {
      .hero-block .caption {
        padding: 100px 0 180px;
        font-size: 24px;
        line-height: 32px; } }
    .hero-block h1 {
      margin: 0 0 10px;
      font-size: clamp(2rem, 4vw, 4.4rem);
      font-family: "Orbitron", sans-serif;
      line-height: clamp(2rem, 4vw, 4.4rem);
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.2rem;
      word-break: break-word; }
      @media (max-width: 324px) {
        .hero-block h1 {
          font-size: clamp(1.3rem, 3vw, 3rem);
          line-height: clamp(1.3rem, 3vw, 3rem); } }
      @media (min-width: 325px) and (max-width: 380px) {
        .hero-block h1 {
          font-size: clamp(1.4rem, 3vw, 3rem);
          line-height: clamp(1.4rem, 3vw, 3rem); } }
          @media (min-width: 381px) and (max-width: 430px ) {
            .hero-block h1 {
              font-size: clamp(1.6rem, 3vw, 3rem);
              line-height: clamp(1.6rem, 3vw, 3rem); } }
      /* @media (min-width: 576px) {
        .hero-block h1 {
          font-size: 40px;
          line-height: 40px; } }
      @media (min-width: 768px) {
        .hero-block h1 {
          font-size: 50px;
          line-height: 50px; } }
      @media (min-width: 1024px) {
        .hero-block h1 {
          font-size: 60px;
          line-height: 60px; } }
      @media (min-width: 1130px) {
        .hero-block h1 {
          font-size: 60px;
          line-height: 60px; } } */
      .hero-block h1 span {
          color: #F25E0D;
          font-weight: 700;
           }
  .hero-block p {
    margin: 30px 0 60px 0; }
  .hero-block.v2 {
    background-image: url(/wp-content/uploads/2023/11/honeycomb-centered.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    background-attachment: fixed; }
    @media (max-width: 1024px) {
      .hero-block.v2 {
        background-size: cover; } }
    .hero-block.v2.light {
      background: #EEF1F8;
      color: #000; }
      .hero-block.v2.light a:not([class]) {
        color: #000;
        text-decoration: underline; }
        .hero-block.v2.light a:not([class]):hover {
          text-decoration: none; }
    .hero-block.v2:before {
      display: none; }
    .hero-block.v2 .caption {
      padding: 60px 0; }
      @media (min-width: 768px) {
        .hero-block.v2 .caption {
          padding: 100px 0; } }
      @media (min-width: 1024px) {
        .hero-block.v2 .caption {
          padding: 130px 0; } }
      @media (min-width: 1366px) {
        .hero-block.v2 .caption {
          padding: 100px 0; } }
    @media (min-width: 1366px) {
      .hero-block.v2 h1 {
        font-size: clamp(2rem, 4vw, 4rem);
          line-height: clamp(2rem, 4vw, 4rem); } }
        .hero-block.v2 h1 {
          font-size: clamp(2rem, 4vw, 4rem);
          line-height: clamp(2rem, 4vw, 4rem); }
          @media (max-width: 324px) {
            .hero-block.v2 h1 {
              font-size: clamp(1.3rem, 3vw, 3rem);
              line-height: clamp(1.3rem, 3vw, 3rem); } }
          @media (min-width: 325px) and (max-width: 380px) {
            .hero-block.v2 h1 {
              font-size: clamp(1.4rem, 3vw, 3rem);
              line-height: clamp(1.4rem, 3vw, 3rem); } }
              @media (min-width: 381px) and (max-width: 430px ) {
                .hero-block.v2 h1 {
                  font-size: clamp(1.6rem, 3vw, 3rem);
                  line-height: clamp(1.6rem, 3vw, 3rem); } }
  .hero-block.v3:before {
    display: none; }
  .hero-block.v3 .caption {
    padding: 60px 0;
    max-width: 900px; }
    @media (min-width: 768px) {
      .hero-block.v3 .caption {
        padding: 100px 0; } }
    @media (min-width: 1024px) {
      .hero-block.v3 .caption {
        padding: 130px 0; } }
    @media (min-width: 1366px) {
      .hero-block.v3 .caption {
        padding: 170px 0; } }
  @media (min-width: 1130px) {
    .hero-block.v3 h1 {
      margin: 0 -100px 30px; } }
  @media (min-width: 1366px) {
    .hero-block.v3 h1 {
      font-size: clamp(2rem, 4vw, 4rem);
      line-height: clamp(2rem, 4vw, 4rem);
      margin: 00 auto;
      width: 100%;
               } }
               @media (max-width: 324px) {
                .hero-block.v3 h1 {
                  font-size: clamp(1.3rem, 3vw, 3rem);
                  line-height: clamp(1.3rem, 3vw, 3rem); } }
              @media (min-width: 325px) and (max-width: 380px) {
                .hero-block.v3 h1 {
                  font-size: clamp(1.4rem, 3vw, 3rem);
                  line-height: clamp(1.4rem, 3vw, 3rem); } }
                  @media (min-width: 381px) and (max-width: 430px ) {
                    .hero-block.v3 h1 {
                      font-size: clamp(1.6rem, 3vw, 3rem);
                      line-height: clamp(1.6rem, 3vw, 3rem); } }
    .hero-block.v3 h2 {
      font-size: clamp(1.2rem, 3vw, 2.6rem);
      font-family: "Orbitron", sans-serif;
      line-height: clamp(1.2rem, 3vw, 2.6rem);
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.2rem;
      margin-top: 1rem; }
  .hero-block .image {
    display: block;
    max-width: 700px;
    margin: 30px auto 0; }
    @media (min-width: 1130px) {
      .hero-block .image {
        max-width: 850px;
        margin: 50px auto 0; } }
    .hero-block .image img {
      display: block;
      width: 100%;
      border-radius: 20px; }
  .hero-block .video-iframe {
    position: relative;
    padding-top: 56.2%; }
    .hero-block .video-iframe iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: 0;
      border-radius: 20px; }

.stats-block {
  position: relative;
  padding: 60px 0 30px;
  margin-top: -80px;
  z-index: 2;
  color: #fff;
  text-align: center; }
  @media (min-width: 768px) {
    .stats-block {
      padding: 85px 0 40px; } }
  @media (min-width: 1024px) {
    .stats-block {
      padding: 105px 0 60px; } }
  .stats-block h2 {
    color: #fff;
    margin: 0 0 40px; }
    @media (min-width: 1024px) {
      .stats-block h2 {
        margin: 0 0 65px; } }
    .stats-block h2 span {
      font-weight: 400; }
  .stats-block .container {
    max-width: 1240px; }
  .stats-block:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: url(/wp-content/uploads/2023/11/bg-stat-v2.png);
    background-size: cover;
    background-position: 50% 0%; }
  .stats-block .container {
    position: relative;
    z-index: 3; }
  .stats-block .stats-holder {
    background: #fff;
    color: #0D0D11;
    border-radius: 20px;
    padding: 30px 40px 30px 40px;
    font-size: 16px;
    max-width: 780px;
    margin: 0 auto;
    line-height: 18px; }
    @media (min-width: 576px) {
      .stats-block .stats-holder {
        padding: 30px 40px 30px 40px; } }
    @media (min-width: 1024px) {
      .stats-block .stats-holder {
        font-size: 20px; } }
    .stats-block .stats-holder ul {
      margin: 0 -15px -30px;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 1024px) {
        .stats-block .stats-holder ul {
          margin: 0 -20px -40px; } }
      .stats-block .stats-holder ul li {
        padding: 0 15px 30px;
        width: 50%; }
        @media (min-width: 1024px) {
          .stats-block .stats-holder ul li {
            padding: 0 20px 40px; } }
        @media (min-width: 768px) {
          .stats-block .stats-holder ul li {
            width: 33.33%; } }
    .stats-block .stats-holder .counter {
      display: block;
      font-size: 34px;
      font-weight: 700;
      line-height: 34px;
      font-family: "Orbitron", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.2rem;
      padding-bottom: 0.5rem; }
      @media (min-width: 1024px) {
        .stats-block .stats-holder .counter {
          font-size: 40px;
          line-height: 40px; } }
  .stats-block.aqua .stats-holder {
    background: #22E6FE; }
  .stats-block.blue .stats-holder {
    background: #2666FF;
    color: #fff; }
  .stats-block.red .stats-holder {
    background: #F93B88; }
  .stats-block.green .stats-holder {
    background: #00F68A; }
  .stats-block.v2 {
    background: #EEF1F8; }
    .stats-block.v2:before {
      bottom: 125px; }
    .stats-block.v2 .stats-holder {
      background: #D9E3F8; }
    .stats-block.v2.aqua .stats-holder {
      background: #22E6FE; }
    .stats-block.v2.blue .stats-holder {
      background: #2666FF;
      color: #fff; }
    .stats-block.v2.red .stats-holder {
      background: #F93B88; }
    .stats-block.v2.green .stats-holder {
      background: #00F68A; }

    .stats-block .stats-holder .title {
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: 0.5px; }

      .stats-title-top {
        width: auto;
        max-width: 400px;
        margin: 00 auto;
        padding: 0.2rem;
        border-radius: 1rem 1rem 0 0;
        border: 1px #fff solid;
        border-bottom: 0px;
        color: #fff; 
      }
        @media (max-width: 576px) {
          .stats-title-top {
            max-width: 270px;
        } }

    .stats-title {
      text-transform: uppercase;
      font-size: 1rem;
      font-family: "orbitron", sans-serif;
      letter-spacing: 0.2rem;
      font-weight: 700;
      line-height: 1.4;
    }



.transformation-block {
  padding: 40px 0; }
  @media (min-width: 576px) {
    .transformation-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .transformation-block {
      padding: 100px 0; } }
  .transformation-block.light {
    background: #fff;
    color: #000; }
    .transformation-block.light a:not([class]) {
      color: #000;
      text-decoration: underline; }
      .transformation-block.light a:not([class]):hover {
        text-decoration: none; }
    .transformation-block.light .btn.btn-black {
      border-color: #000;
      color: #000; }
      .transformation-block.light .btn.btn-black:hover {
        background: #000;
        color: #fff; }
  .transformation-block .row {
    margin: 0 0 -30px; }
    @media (min-width: 1024px) {
      .transformation-block .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        margin: 0 -20px; } }
    @media (min-width: 1130px) {
      .transformation-block .row {
        margin: 0 -40px; } }
      .transformation-block .row .col {
        padding: 0 0 60px; }
      @media (min-width: 1024px) {
        .transformation-block .row .col {
          width: 50%;
          padding: 0 40px; } }
      @media (min-width: 1130px) {
        .transformation-block .row .col {
          padding: 0 60px; } }
  .transformation-block h2 span {
    font-weight: 400; }
  .transformation-block p {
    margin: 0 0 30px; }
  .transformation-block .sectors {
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .transformation-block .sectors {
        font-size: 18px;
        line-height: 26px; } }
    @media (min-width: 1024px) {
      .transformation-block .sectors {
        font-size: 18px;
        line-height: 22px; } }
    .transformation-block .sectors li {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .transformation-block .sectors li a {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        color: #fff;
        position: relative;
        z-index: 1;
        text-decoration: none; }
        .transformation-block .sectors li a:before {
          position: absolute;
          left: -10px;
          right: -10px;
          top: -15px;
          bottom: -15px;
          content: '';
          border-radius: 6px;
          background: -webkit-linear-gradient(176deg, #264DFF -46.27%, #111B47 15.01%, #0A0C0F 94.16%);
          background: linear-gradient(274deg, #264DFF -46.27%, #111B47 15.01%, #0A0C0F 94.16%);
          z-index: -1;
          opacity: 0;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s; }
        .transformation-block .sectors li a:hover:before {
          opacity: 1; }
      .transformation-block .sectors li + li {
        margin-top: 20px; }
        @media (min-width: 576px) {
          .transformation-block .sectors li + li {
            margin-top: 40px; } }
      .transformation-block .sectors li .icon-shape {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin: 5px 25px 0 0;
        position: relative;
        font-size: 60px; }
        @media (min-width: 576px) {
          .transformation-block .sectors li .icon-shape {
            margin: 5px 30px 0 0;
            position: relative;
            font-size: 80px; } }
        @media (min-width: 768px) {
          .transformation-block .sectors li .icon-shape {
            font-size: 90px;
            margin: 0 50px 0 0; } }
        .transformation-block .sectors li .icon-shape span {
          position: absolute;
          left: 50%;
          top: 50%;
          font-size: 25px;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          color: #F25E0D;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s; }
          @media (min-width: 576px) {
            .transformation-block .sectors li .icon-shape span {
              font-size: 40px; } }
          @media (min-width: 768px) {
            .transformation-block .sectors li .icon-shape span {
              font-size: 50px; } }
      .transformation-block .sectors li p {
        margin: 0; }
      .transformation-block .sectors li .title {
        display: block;
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
        margin: 0 0 8px; }
        @media (min-width: 576px) {
          .transformation-block .sectors li .title {
            font-size: 24px;
            line-height: 28px; } }
        @media (min-width: 768px) {
          .transformation-block .sectors li .title {
            font-size: 28px;
            line-height: 30px; } }
        .transformation-block .sectors li .title span {
          color: #F25E0D; }
      .transformation-block .sectors li.law-enforcement .title span, .transformation-block .sectors li.law-enforcement .icon-shape span {
        color: #2666FF; }
      .transformation-block .sectors li.law-enforcement a:before {
        background: -webkit-linear-gradient(176deg, #264DFF -46.27%, #111B47 15.01%, #0A0C0F 94.16%);
        background: linear-gradient(274deg, #264DFF -46.27%, #111B47 15.01%, #0A0C0F 94.16%); }
      .transformation-block .sectors li.law-enforcement a:hover .icon-shape span {
        text-shadow: 0 0 35px rgba(38, 102, 255, 0.9); }
      .transformation-block .sectors li.government .title span, .transformation-block .sectors li.government .icon-shape span {
        color: #F93B88; }
      .transformation-block .sectors li.government a:before {
        background: -webkit-linear-gradient(174deg, #F93B88 -35.52%, #27121E 41.57%, #0A0C0F 84.93%);
        background: linear-gradient(276deg, #F93B88 -35.52%, #27121E 41.57%, #0A0C0F 84.93%); }
      .transformation-block .sectors li.government a:hover .icon-shape span {
        text-shadow: 0 0 35px rgba(249, 59, 136, 0.9); }
      .transformation-block .sectors li.corporate .title span, .transformation-block .sectors li.corporate .icon-shape span {
        color: #22E6FE; }
      .transformation-block .sectors li.corporate a:before {
        background: -webkit-linear-gradient(156deg, #22E6FE -58.23%, #0A0C0F 70%);
        background: linear-gradient(294deg, #22E6FE -58.23%, #0A0C0F 70%); }
      .transformation-block .sectors li.corporate a:hover .icon-shape span {
        text-shadow: 0 0 35px rgba(34, 230, 254, 0.9); }
      .transformation-block .sectors li.military .title span, .transformation-block .sectors li.military .icon-shape span {
        color: #00F68A; }
      .transformation-block .sectors li.military a:before {
        background: -webkit-linear-gradient(156deg, #00F68A -58.23%, #0A0C0F 70%);
        background: linear-gradient(294deg, #00F68A -58.23%, #0A0C0F 70%); }
      .transformation-block .sectors li.military a:hover .icon-shape span {
        text-shadow: 0 0 35px rgba(0, 246, 138, 0.9); }

.ctas-block {
  position: relative;
  padding: 70px 0 50px;
  font-size: 15px;
  line-height: 24px;
  text-align: center; }
  @media (min-width: 576px) {
    .ctas-block {
      text-align: left; } }
  @media (min-width: 1024px) {
    .ctas-block {
      padding: 90px 0; } }
  .ctas-block p {
    margin: 0 0 20px; }
    @media (min-width: 1024px) {
      .ctas-block p {
        margin: 0 0 30px; } }
  .ctas-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -20px -40px; }
    @media (min-width: 1024px) {
      .ctas-block .row {
        margin: 0 -20px; } }
    @media (min-width: 1130px) {
      .ctas-block .row {
        margin: 0 -40px; } }
    .ctas-block .row .col {
      padding: 0 20px 30px;
      width: 100%; }
      @media (min-width: 576px) {
        .ctas-block .row .col {
          padding: 0 20px 40px;
          width: 50%; } }
      @media (min-width: 1024px) {
        .ctas-block .row .col {
          padding: 0 20px;
          width: 25%; } }
      @media (min-width: 1130px) {
        .ctas-block .row .col {
          padding: 0 30px; } }
  .ctas-block h2 {
    color: #fff;
    margin: 0 0 30px;
    font-weight: 400; }
    @media (min-width: 576px) {
      .ctas-block h2 {
        margin: 0 0 40px; } }
    .ctas-block h2 span {
      display: block;
      font-weight: 700; }
  .ctas-block h3 {
    color: #fff; }
  .ctas-block .container {
    max-width: 1240px; }
  .ctas-block:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: url(/wp-content/uploads/2023/11/bg-stat-v2.png);
    background-size: cover;
    background-position: 50% 0%; }
  .ctas-block .container {
    position: relative;
    z-index: 3; }

.twocols-content {
  padding: 40px 0;
  position: relative;
  z-index: 2; }
  .twocols-content.light {
    background: #EEF1F8;
    color: #000; }
    .twocols-content.light a:not([class]) {
      color: #000;
      text-decoration: underline; }
      .twocols-content.light a:not([class]):hover {
        text-decoration: none; }
    .twocols-content.light .btn.btn-black {
      border-color: #000;
      color: #000; }
      .twocols-content.light .btn.btn-black:hover {
        background: #000;
        color: #fff; }
  @media (min-width: 768px) {
    .twocols-content {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .twocols-content {
      padding: 80px 0; } }
  .twocols-content + .twocols-content {
    padding-top: 0; }
    @media (min-width: 1024px) {
      .twocols-content + .twocols-content {
        padding: 80px 0; } }
  .twocols-content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -30px -30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1366px) {
      .twocols-content .row {
        margin: 0 -50px; } }
    .twocols-content .row .col {
      padding: 0 30px 30px;
      width: 100%; }
      @media (min-width: 1024px) {
        .twocols-content .row .col {
          width: 50%;
          padding: 0 30px; } }
      @media (min-width: 1366px) {
        .twocols-content .row .col {
          padding: 0 50px; } }
  .twocols-content.reverse-order .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .twocols-content .image {
    border-radius: 20px;
    overflow: hidden; }
    @media screen and (max-width: 768px) { 
      .twocols-content .image {
        max-height: 360px; } }
        @media screen and  (min-width:769px) and (max-width:1024px) { 
          .twocols-content .image {
            max-height: 650px; } }
    .twocols-content .image + .image {
      margin-top: 30px;
      display: none; }
      @media (min-width: 1024px) {
        .twocols-content .image + .image {
          display: block; } }
    .twocols-content .image img {
      display: block;
      width: 100%; }
  .twocols-content h2 {
    font-weight: 400; }
    .twocols-content h2 strong {
      font-weight: 700; }
  .twocols-content h3 {
    font-weight: 600;
    margin-top: 1em;
    color: #F25E0D; }
    @media (min-width: 768px) {
      .twocols-content h3 {
        font-size: 35px; } }
  .twocols-content p {
    margin: 0 0 30px;
    line-height: 1.6; }
  .twocols-content .btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .twocols-content .btn-holder .btn {
      margin: 0 20px 0 0; }
  .twocols-content .btn-play {
    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;
    width: 40px;
    height: 40px;
    border: solid 1px #F25E0D;
    border-radius: 100%;
    color: #F25E0D;
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
    .twocols-content .btn-play:before {
      display: inline-block;
      vertical-align: top;
      content: '\e951';
      font-family: icomoon; }
    .twocols-content .btn-play:hover {
      background: #F25E0D;
      border-color: #F25E0D;
      color: #fff; }
  .twocols-content + .center-text-block {
    margin-top: -120px; }
  .twocols-content .f-list {
    position: relative;
    margin: -10px 0;
    }
    @media (min-width: 1130px) {
      .twocols-content .f-list {
        margin: -15px 0; } }
    .twocols-content .f-list:before {
      position: absolute;
      left: -4px;
      right: 0;
      bottom: 0;
      content: '';
      height: 250px;
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #0A0C0F 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #0A0C0F 100%);
      z-index: 1;
      opacity: 1;
      pointer-events: none;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
    .twocols-content .f-list:after {
      position: absolute;
      left: -4px;
      right: 0;
      top: 0;
      content: '';
      height: 250px;
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #0A0C0F 100%);
      background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #0A0C0F 100%);
      z-index: 1;
      opacity: 1;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }

      @media (max-width: 1023px) {
        .twocols-content .f-list:before,
        .twocols-content .f-list:after {
            background: none;
        }
      }
      @media (max-width: 1023px) {
        .slick-slider .slick-list {
          /* height: 100% !important; */
          max-height: 1200px !important;
          max-width: 900px;
        }
    }
    .twocols-content .f-list.last-slide-reached:before {
      opacity: 0; }
    .twocols-content .f-list.last-slide-reached:after {
      opacity: 1; }
    .twocols-content .f-list li {
      position: relative;
      padding: 0 0 0 75px;
      display: block;
      margin: 10px 0; }
      @media (min-width: 1130px) {
        .twocols-content .f-list li {
          margin: 15px 0; } }
      .twocols-content .f-list li .icon-shape {
        position: absolute;
        left: 0;
        top: 10px;
        font-size: 48px;
        line-height: 48px; }
        .twocols-content .f-list li .icon-shape span {
          color: #F25E0D;
          font-size: 24px;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .twocols-content .f-list li .title {
        font-size: 20px;
        font-weight: 600;
        display: block; }
        @media (min-width: 1130px) {
          .twocols-content .f-list li .title {
            margin: 0 0 5px;
            font-size: 22px; } }
      .twocols-content .f-list li .sub-title {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        text-shadow: 0px 0px 45px #000; }
        @media (min-width: 1130px) {
          .twocols-content .f-list li .sub-title {
            font-size: 20px;
            line-height: 30px; } }
  .twocols-content.features {
    position: relative;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .twocols-content.features .row {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .twocols-content.features .row .col {
          width: 56%; }
          .twocols-content.features .row .col:nth-child(2) {
            width: 44%; } }
    .twocols-content.features .text-holder .btn {
      position: relative;
      z-index: 1; }
    .twocols-content.features.light .f-list:before {
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #fff 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #fff 100%); }
    .twocols-content.features.light .f-list .sub-title {
      text-shadow: none; }
    .twocols-content.features.law-enforcement .f-list li .icon-shape span {
      color: #2666FF; }
      .twocols-content.features.law-enforcement .f-list li .icon-shape span:before {
        content: '\e94d'; }
    .twocols-content.features.government .f-list li .icon-shape span {
      color: #F93B88; }
      .twocols-content.features.government .f-list li .icon-shape span:before {
        content: '\e94c'; }
    .twocols-content.features.corporate .f-list li .icon-shape span {
      color: #22E6FE; }
      .twocols-content.features.corporate .f-list li .icon-shape span:before {
        content: '\e94b'; }
    .twocols-content.features.military .f-list li .icon-shape span {
      color: #00F68A; }
      .twocols-content.features.military .f-list li .icon-shape span:before {
        content: '\e94f'; }

@media (max-width: 1023px) {
  .hero-block.v3 + .twocols-content {
    padding-top: 0; } }

.center-text-block {
  padding: 0 0;
  text-align: center;
  /* font-size: 18px;
  line-height: 26px; */
  font-size: clamp(1.3rem, 3vw, 2.6rem);
  line-height: clamp(1.3rem, 3vw, 2.6rem);
  font-weight: 200;
  background-image: url(/wp-content/uploads/2023/11/tech-frame-invert.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-attachment: fixed; }
  /* @media (min-width: 576px) {
    .center-text-block {
      font-size: 20px;
      line-height: 26px; } }
  @media (min-width: 768px) {
    .center-text-block {
      font-size: 24px;
      line-height: 30px; } }
  @media (min-width: 1024px) {
    .center-text-block {
      font-size: 30px;
      line-height: 40px; } }
  @media (min-width: 1130px) {
    .center-text-block {
      font-size: 35px;
      line-height: 45px; } }
  @media (min-width: 1366px) {
    .center-text-block {
      font-size: 45px;
      line-height: 60px; } } */
      section.center-text-block.v3 {
        background-image: url(/wp-content/uploads/2023/11/tech-frame-top.svg);
        background-repeat: no-repeat;
        background-position: top;
        background-size: contain;
        background-attachment: fixed; }
  .center-text-block .container {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative; }
    .center-text-block .container:after, .center-text-block .container:before {
      bottom: 100%;
      left: 50%;
      margin-left: -2px;
      height: 70px;
      content: '';
      width: 2px;
      background: #fff;
      position: absolute;
      z-index: 2;
      opacity: 0.5;
      background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%); }
      @media (min-width: 576px) {
        .center-text-block .container:after, .center-text-block .container:before {
          height: 100px; } }
      @media (min-width: 1024px) {
        .center-text-block .container:after, .center-text-block .container:before {
          height: 177px; } }
    .center-text-block .container:after {
      top: 100%;
      bottom: auto;
      background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%); }
  .center-text-block p {
    margin: 0; }
  .center-text-block .bg-bottom, .center-text-block .bg-top {
    position: relative;
    overflow: hidden;
    height: 200px; }
    @media (min-width: 768px) {
      .center-text-block .bg-bottom, .center-text-block .bg-top {
        height: 250px; } }
    @media (min-width: 1024px) {
      .center-text-block .bg-bottom, .center-text-block .bg-top {
        height: auto; } }
    @media (min-width: 1366px) {
      .center-text-block .bg-bottom, .center-text-block .bg-top {
        height: auto; } }
    .center-text-block .bg-bottom:before, .center-text-block .bg-bottom:after, .center-text-block .bg-top:before, .center-text-block .bg-top:after {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: '';
      opacity: 1;
      background: -webkit-linear-gradient(bottom, rgba(10, 12, 15, 0) 0%, #0a0c0f 100%);
      background: linear-gradient(to top, rgba(10, 12, 15, 0) 0%, #0a0c0f 100%); }
    .center-text-block .bg-bottom:after, .center-text-block .bg-top:after {
      background: -webkit-linear-gradient(top, rgba(10, 12, 15, 0) 0%, #0a0c0f 100%);
      background: linear-gradient(to bottom, rgba(10, 12, 15, 0) 0%, #0a0c0f 100%); }
    .center-text-block .bg-bottom img, .center-text-block .bg-top img {
      display: block;
      width: 100%; }
  .center-text-block .bg-top:before {
    background: -webkit-linear-gradient(top, rgba(10, 12, 15, 0) 0%, #0a0c0f 100%);
    background: linear-gradient(to bottom, rgba(10, 12, 15, 0) 0%, #0a0c0f 100%); }
  .center-text-block .bg-top:after {
    background: -webkit-linear-gradient(bottom, rgba(10, 12, 15, 0) 0%, #0a0c0f 100%);
    background: linear-gradient(to top, rgba(10, 12, 15, 0) 0%, #0a0c0f 100%); }
  .center-text-block h2 {
    font-size: clamp(1.6rem, 4vw, 5rem);
    line-height: clamp(1.6rem, 4vw, 5rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    overflow-wrap: break-word;
    font-family: "orbitron", sans-serif; }
    /* @media (min-width: 576px) {
      .center-text-block h2 {
        font-size: 28px;
        line-height: 28px; } }
    @media (min-width: 768px) {
      .center-text-block h2 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 0.5rem; } }
    @media (min-width: 1024px) {
      .center-text-block h2 {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 0.5rem; } }
    @media (min-width: 1130px) {
      .center-text-block h2 {
        font-size: 70px;
        line-height: 70px;
        letter-spacing: 0.5rem; } }
    @media (min-width: 1366px) {
      .center-text-block h2 {
        font-size: 78px;
        line-height: 78px;
        letter-spacing: 0.5rem; } } */
  .center-text-block.v2 {
    padding-top: 130px;
    background-image: url(/wp-content/uploads/2023/11/tech-frame-top.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-attachment: fixed; }
    @media (min-width: 1024px) {
      .center-text-block.v2 {
        padding-top: 200px; } }
    @media (min-width: 1130px) {
      .center-text-block.v2 {
        padding-top: 270px; } }
    .center-text-block.v2 .bg-top {
      display: none; }
    @media (min-width: 768px) {
      .center-text-block.v2 .bg-bottom {
        height: 250px; } }
    @media (min-width: 1024px) {
      .center-text-block.v2 .bg-bottom {
        height: 380px; } }
    @media (min-width: 1130px) {
      .center-text-block.v2 .bg-bottom {
        height: 430px; } }
  .center-text-block.v3 {
    padding: 100px 0;
    position: relative; }
    @media (min-width: 576px) {
      .center-text-block.v3 {
        padding: 120px 0; } }
    @media (min-width: 768px) {
      .center-text-block.v3 {
        padding: 100px 0 250px 0; } }
    .center-text-block.v3:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: '';
      background: url(/wp-content/uploads/2023/11/Honeycomb-wave-bg-v2-1440px.png);
      opacity: 0.2;
      background-size: cover;
      background-position: 50% 50%; }
    .center-text-block.v3 p {
      font-weight: 400;
      line-height: clamp(1.8rem, 4vw, 3rem); }
    .center-text-block.v3 .container {
      max-width: 1090px; }

.center-text-block + .sliders-tabs {
  padding-top: 0; }

.sliders-tabs {
  padding: 40px 0 40px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .sliders-tabs {
      padding: 50px 0 100px; } }
  @media (min-width: 1024px) {
    .sliders-tabs {
      padding: 80px 0 100px; } }
  @media (min-width: 1130px) {
    .sliders-tabs {
      padding: 100px 0 120px; } }
  .sliders-tabs .twocols-content {
    padding: 0; }
    .sliders-tabs .twocols-content h2 {
      font-weight: 400;
      font-size: clamp(1.6rem, 3vw, 2.6rem);
      font-family: 'Orbitron', sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.2rem;
      line-height: clamp(1.6rem, 3vw, 2.6rem); }
      .sliders-tabs .twocols-content h2 strong {
        font-weight: 700; }
  .sliders-tabs .slick-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (max-width: 1365px) {
      .sliders-tabs .slick-list {
        overflow: visible; } }
    @media (max-width: 1023px) {
      .sliders-tabs .slick-list {
        overflow: hidden;
        padding: 0 4px; } }
  .sliders-tabs .slick-track:after, .sliders-tabs .slick-track:before {
    display: none; }
  .sliders-tabs .slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin: 0 0 30px 0;
    position: relative; }
    @media (max-width: 1023px) {
      .sliders-tabs .slider-nav {
        margin: 0 50px 0; } }
    .sliders-tabs .slider-nav:before {
      position: absolute;
      left: -9999px;
      top: 0;
      height: 1px;
      right: -9999px;
      background: rgba(255, 255, 255, 0.4);
      content: ''; }
    .sliders-tabs .slider-nav .slick-list {
      padding-right: 2px; }
    @media (max-width: 1023px) {
      .sliders-tabs .slider-nav .slick-track {
        width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .sliders-tabs .slider-nav .slick-arrow {
      width: 40px;
      height: 40px;
      border: solid 1px #F25E0D;
      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;
      color: #fff;
      background: #F25E0D;
      border-radius: 99px;
      margin: 0 -55px; }
      @media (min-width: 1024px) {
        .sliders-tabs .slider-nav .slick-arrow {
          display: none; } }
    .sliders-tabs .slider-nav .slide {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 30px 10px;
      width: 100% !important;
      position: relative;
      cursor: pointer;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (min-width: 460px) {
        .sliders-tabs .slider-nav .slide {
          padding: 50px 10px;
          width: calc(100%/2) !important; } }
      @media (min-width: 576px) {
        .sliders-tabs .slider-nav .slide {
          width: calc(100%/3) !important; } }
      @media (min-width: 768px) {
        .sliders-tabs .slider-nav .slide {
          width: calc(100%/3) !important; } }
      @media (min-width: 1024px) {
        .sliders-tabs .slider-nav .slide {
          width: calc(100%/3) !important; } }
      @media (min-width: 1130px) {
        .sliders-tabs .slider-nav .slide {
          padding: 50px 20px; } }
      .sliders-tabs .slider-nav .slide:after, .sliders-tabs .slider-nav .slide:before {
        position: absolute;
        left: 0;
        top: 0;
        height: calc(50% - 15px);
        content: '';
        width: 1px;
        background: rgba(255, 255, 255, 0.4);
        opacity: 0; }
      .sliders-tabs .slider-nav .slide:before {
        left: auto;
        right: 0; }
      .sliders-tabs .slider-nav .slide .slide-holder:after, .sliders-tabs .slider-nav .slide .slide-holder:before {
        position: absolute;
        left: 0;
        top: calc(50% - 15px);
        height: 1px;
        background: rgba(255, 255, 255, 0.4);
        content: '';
        width: 20px;
        opacity: 0; }
      .sliders-tabs .slider-nav .slide .slide-holder:before {
        left: auto;
        right: 0; }
      .sliders-tabs .slider-nav .slide .title:after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        content: '';
        background: #0A0C0F;
        height: 1px;
        opacity: 0; }
      .sliders-tabs .slider-nav .slide.slick-current {
        color: #F25E0D; }
        @media (min-width: 1024px) {
          .sliders-tabs .slider-nav .slide.slick-current {
            padding-top: 80px;
            padding-bottom: 80px; } }
        .sliders-tabs .slider-nav .slide.slick-current:after, .sliders-tabs .slider-nav .slide.slick-current:before {
          opacity: 1; }
        .sliders-tabs .slider-nav .slide.slick-current .slide-holder:after, .sliders-tabs .slider-nav .slide.slick-current .slide-holder:before {
          opacity: 1; }
        @media (min-width: 1024px) {
          .sliders-tabs .slider-nav .slide.slick-current .icon-shape {
            font-size: 100px;
            width: 100px; } }
        .sliders-tabs .slider-nav .slide.slick-current .icon-shape span {
          color: #F25E0D; }
          @media (min-width: 1024px) {
            .sliders-tabs .slider-nav .slide.slick-current .icon-shape span {
              font-size: 50px; } }
        .sliders-tabs .slider-nav .slide.slick-current .title:after {
          opacity: 1; }
    .sliders-tabs .slider-nav .icon-shape {
      display: block;
      position: relative;
      font-size: 70px;
      width: 70px;
      margin: 0 auto 10px;
      color: #fff; }
      @media (min-width: 576px) {
        .sliders-tabs .slider-nav .icon-shape {
          font-size: 60px;
          width: 60px; } }
      @media (min-width: 1024px) {
        .sliders-tabs .slider-nav .icon-shape {
          font-size: 70px;
          width: 70px; } }
      .sliders-tabs .slider-nav .icon-shape span {
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 26px;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        @media (min-width: 1024px) {
          .sliders-tabs .slider-nav .icon-shape span {
            font-size: 30px; } }
            @media (max-width: 1024px) {
              .sliders-tabs .slider-nav .icon-shape span {
                font-size: 35px; } }


    .sliders-tabs .slider-nav .title {
      display: block;
      text-transform: uppercase;
      font-size: 12px;
      font-family: "orbitron", sans-serif;
      letter-spacing: 0.2rem;
      font-weight: 700;
      line-height: 1.4; }
      @media (max-width: 1023px) {
        .sliders-tabs .slider-nav .title {
          font-size: 10px; } }
  
          


          .sliders-tabs + .horizontal-slider-block {
            padding-top: 0; }
        
        .horizontal-slider-block {
          background: #0A0C0F;
          color: #fff;
          padding: 100px 0;
          text-align: center; }
          @media (min-width: 768px) {
            .horizontal-slider-block {
              text-align: left; } }
          .horizontal-slider-block .section-header {
            padding: 0 0 30px; }
            @media (min-width: 768px) {
              .horizontal-slider-block .section-header {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start; } }
            @media (min-width: 768px) {
              .horizontal-slider-block .section-header .btn {
                margin: 0 0 0 20px; } }
            .horizontal-slider-block .section-header h2 {
              font-weight: 400;
              margin: 0 0 20px; }
              @media (min-width: 768px) {
                .horizontal-slider-block .section-header h2 {
                  margin: 0; } }
          .horizontal-slider-block .slick-dots {
            bottom: -30px; }
            @media (max-width: 767px) {
              .horizontal-slider-block .slick-dots {
                position: static;
                margin-top: 20px;
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center; } }
          .horizontal-slider-block .slick-track {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100% !important; }
            .horizontal-slider-block .slick-track .slide {
              width: 100% !important;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              height: auto; }
              .horizontal-slider-block .slick-track .slide .cta-box {
                width: 100%; }

        
.cta-box {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  display: block;
  text-decoration: none; }
  @media (min-width: 1130px) {
    .cta-box {
      font-size: 16px;
      line-height: 28px; } }
  .cta-box .image {
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 61%; }
  .cta-box .text {
    padding: 25px; }
    @media (min-width: 1130px) {
      .cta-box .text {
        padding: 40px 30px; } }
    @media (min-width: 1366px) {
      .cta-box .text {
        padding: 60px 45px; } }
  .cta-box h4 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 10px; }
    @media (min-width: 1130px) {
      .cta-box h4 {
        font-size: 21px;
        line-height: 31px; } }
  .cta-box .btn {
    border-color: #000;
    color: #fff;
    background: #000; }
    .cta-box .btn:hover {
      background: #F25E0D;
      color: #fff;
      border-color: #F25E0D; }
    @media (max-width: 1129px) {
      .cta-box .btn {
        padding-left: 15px;
        padding-right: 15px;
        letter-spacing: 1px; } }
  .cta-box:hover {
    color: #000; }
  @media (min-width: 576px) {
    .cta-box.case-study {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: left;
      max-width: none; } }
  @media (min-width: 576px) {
    .cta-box.case-study .image {
      padding-top: 0;
      width: 40%;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  @media (min-width: 576px) {
    .cta-box.case-study .text {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 60%;
      font-size: 15px;
      line-height: 20px;
      padding: 30px; } }
  @media (min-width: 768px) {
    .cta-box.case-study .text {
      font-size: 16px;
      line-height: 22px; } }
  @media (min-width: 1024px) {
    .cta-box.case-study .text {
      font-size: 20px;
      line-height: 28px;
      padding: 60px 45px; } }
  @media (min-width: 1366px) {
    .cta-box.case-study .text {
      font-size: 22px;
      line-height: 32px; } }
  @media (min-width: 576px) {
    .cta-box.case-study p {
      margin: 0 0 30px; } }
  .cta-box.case-study cite {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    font-style: normal; }
    @media (min-width: 768px) {
      .cta-box.case-study cite {
        font-size: 16px;
        line-height: 24px; } }
    @media (min-width: 1024px) {
      .cta-box.case-study cite {
        font-size: 20px;
        line-height: 24px; } }

.logos-slider {
  background: #fff;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .logos-slider {
      padding: 40px 0; } }
  @media (min-width: 1024px) {
    .logos-slider {
      padding: 50px 0; } }
  .logos-slider .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    .logos-slider .splide__list .logo {
      padding: 0 20px;
      max-width: 130px; }
      @media (min-width: 768px) {
        .logos-slider .splide__list .logo {
          max-width: none; } }
      .logos-slider .splide__list .logo img {
        display: inline-block;
        vertical-align: top;
        max-width: 100%; }
  .logos-slider .splide__arrows, .logos-slider .splide__pagination {
    display: none !important; }

.whyus-slider-block {
  background: #0A0C0F;
  color: #fff;
  padding: 50px 0;
  text-align: center; }
  @media (min-width: 576px) {
    .whyus-slider-block {
      padding: 80px 0; } }
  @media (min-width: 1024px) {
    .whyus-slider-block {
      padding: 150px 0;
      text-align: left; } }
  .whyus-slider-block + .news-block {
    padding-top: 0; }
  @media (min-width: 1024px) {
    .whyus-slider-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin: 0 -20px; } }
  @media (min-width: 1024px) {
    .whyus-slider-block .row .col {
      padding: 0 20px;
      width: 44%;
      position: relative; } }
  .whyus-slider-block .row .col.text {
    padding: 0 0 30px; }
    @media (min-width: 1024px) {
      .whyus-slider-block .row .col.text {
        padding: 50px 20px 0; } }
  @media (min-width: 1024px) {
    .whyus-slider-block .row .col.slider-col {
      width: 56%; } }
  .whyus-slider-block h2 {
    font-weight: 400; }
    .whyus-slider-block h2 span {
      font-weight: 400; }
  .whyus-slider-block .keyfeatures-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px; }
    @media (min-width: 1024px) {
      .whyus-slider-block .keyfeatures-slider {
        margin: 0 -15px 0 0; } }
    .whyus-slider-block .keyfeatures-slider .slide {
      padding: 0 15px;
      width: 50%; }
    @media (min-width: 1024px) {
      .whyus-slider-block .keyfeatures-slider .slick-list {
        margin: 0 -400px 0 0;
        padding: 0 400px 0 0; } }
    .whyus-slider-block .keyfeatures-slider .slick-dots {
      bottom: -40px;
      right: 15px; }
      @media (min-width: 1130px) {
        .whyus-slider-block .keyfeatures-slider .slick-dots {
          right: 14px; } }
      @media (max-width: 1023px) {
        .whyus-slider-block .keyfeatures-slider .slick-dots {
          left: 0;
          width: 100%;
          position: static;
          margin: 40px 0 0;
          right: 0;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
  .whyus-slider-block .keyfeatures-slider-nav {
    margin: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 1024px) {
      .whyus-slider-block .keyfeatures-slider-nav {
        position: absolute;
        right: 20px;
        top: 10px;
        margin: 0; } }
    .whyus-slider-block .keyfeatures-slider-nav .slick-arrow {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      color: #fff;
      margin: 0 5px; }
      .whyus-slider-block .keyfeatures-slider-nav .slick-arrow i {
        font-size: 14px;
        line-height: 1; }
      .whyus-slider-block .keyfeatures-slider-nav .slick-arrow.slick-next {
        color: #F25E0D; }
      .whyus-slider-block .keyfeatures-slider-nav .slick-arrow:hover {
        color: #F25E0D; }

.feature-box {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  /* background: -webkit-linear-gradient(276deg, #0A0C0F 10.59%, #23292D 98.88%);
  background: linear-gradient(174deg, #0A0C0F 10.59%, #23292D 98.88%); */
  background: -webkit-linear-gradient(174deg, #0A0C0F 50%, #23292D 160%);
  background: linear-gradient(174deg, #0A0C0F 50%, #23292D 160%);
  padding: 36px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  min-height: 300px; }
  @media (min-width: 1130px) {
    .feature-box {
      font-size: 16px;
      min-height: 410px; } }
  .feature-box .icon-shape {
    display: block;
    color: #F25E0D;
    position: relative;
    font-size: 70px;
    margin: 0 0 20px; }
    @media (min-width: 1130px) {
      .feature-box .icon-shape {
        font-size: 80px; } }
    .feature-box .icon-shape span {
      font-size: 35px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (min-width: 1130px) {
        .feature-box .icon-shape span {
          font-size: 40px; } }
  .feature-box .title {
    display: block;
    color: #F25E0D;
    font-weight: 600;
    font-size: 19px;
    line-height: 28px; }
    @media (min-width: 1130px) {
      .feature-box .title {
        font-size: 21px;
        line-height: 25px; } }
  .feature-box .sub-title {
    display: block;
    margin: 0 0 10px;
    font-size: 19px;
    line-height: 28px; }
    @media (min-width: 1130px) {
      .feature-box .sub-title {
        font-size: 21px;
        line-height: 25px; } }
  .feature-box p {
    margin: 0 0 20px; }

.news-block {
  background: #0A0C0F;
  color: #fff;
  padding: 100px 0; }
  .news-block .section-header {
    text-align: center;
    padding: 0 0 30px; }
    @media (min-width: 768px) {
      .news-block .section-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        text-align: left; } }
    @media (min-width: 576px) {
      .news-block .section-header {
        padding: 0 0 50px; } }
    .news-block .section-header .btn {
      margin: 0 0 0 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .news-block .section-header h2 {
      font-weight: 400;
      margin: 0; }
      @media (min-width: 768px) {
        .news-block .section-header h2 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
  .news-block .slick-dots {
    bottom: -20px; }
  .news-block .news-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -10px; }
    @media (min-width: 1130px) {
      .news-block .news-slider {
        margin: 0 -15px; } }
    .news-block .news-slider .slide {
      padding: 0 10px; }
      @media (min-width: 1130px) {
        .news-block .news-slider .slide {
          padding: 0 15px; } }
    .news-block .news-slider .slick-dots {
      left: 0;
      right: 0;
      bottom: -40px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 1024px) {
        .news-block .news-slider .slick-dots {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          padding-right: 14px; } }
    @media (min-width: 1024px) {
      .news-block .news-slider .slick-list {
        margin: 0 -400px 0 0;
        padding: 0 690px 0 0; } }
    @media (min-width: 1366px) {
      .news-block .news-slider .slick-list {
        padding: 0 700px 0 0; } }
  .news-block .news-slider-nav {
    margin: 15px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      .news-block .news-slider-nav {
        margin: 15px 0 0 20px; } }
    @media (min-width: 1024px) {
      .news-block .news-slider-nav {
        margin: 20px 0 0 20px; } }
    @media (min-width: 1130px) {
      .news-block .news-slider-nav {
        margin: 25px 0 0 20px; } }
    .news-block .news-slider-nav .slick-arrow {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      color: #fff;
      margin: 0 5px; }
      .news-block .news-slider-nav .slick-arrow i {
        font-size: 14px;
        line-height: 1; }
      .news-block .news-slider-nav .slick-arrow.slick-next {
        color: #F25E0D; }
      .news-block .news-slider-nav .slick-arrow:hover {
        color: #F25E0D; }
  .news-block .btnplay, .news-block .btndownload {
    border-color: #000;
    color: #000;
    margin: 0 5px;
    text-decoration: none; }
    .news-block .btnplay:hover, .news-block .btndownload:hover {
      color: #fff;
      background: #f25e0d;
      border-color: #f25e0d;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
  .news-block .btn-holder {
    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; }
    .news-block .btn-holder .btn {
      margin: 0 5px; }
  .news-block .slick-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .news-block .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .news-block .slick-track:after, .news-block .slick-track:before {
      display: none; }
    .news-block .slick-track .slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      height: inherit; }
    .news-block .slick-track .cta-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap; }
      .news-block .slick-track .cta-box .text {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap; }
        .news-block .slick-track .cta-box .text .text-holder {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          width: 100%; }

.btnplay, .btndownload {
  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;
  width: 40px;
  height: 40px;
  border: solid 1px #fff;
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .btnplay:before, .btndownload:before {
    display: inline-block;
    vertical-align: top; }
  .btnplay:hover, .btndownload:hover {
    background: #F25E0D; }

.btndownload {
  font-size: 16px; }

.popup-holder {
  max-height: 0;
  overflow: hidden; }

.demo-popup {
  border: 0;
  padding: 0;
  max-width: 445px;
  padding: 60px 30px 40px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  border-radius: 20px;
  background: #D9E3F8;
  box-shadow: 0px 1px 24px 0px rgba(85, 85, 85, 0.22);
  color: #000; }
  @media (min-width: 576px) {
    .demo-popup {
      padding: 60px 40px; } }
  @media (min-width: 768px) {
    .demo-popup {
      max-width: 545px;
      padding: 84px 77px; } }
  .demo-popup input[type='text'],
  .demo-popup input[type='tel'],
  .demo-popup input[type='email'],
  .demo-popup input[type='search'],
  .demo-popup input[type='password'],
  .demo-popup input[type='url'],
  .demo-popup input[type='date'],
  .demo-popup textarea, .demo-popup select, .demo-popup input[type='number'] {
    background: #ffffff4f; }
    .demo-popup input[type='text']:focus,
    .demo-popup input[type='tel']:focus,
    .demo-popup input[type='email']:focus,
    .demo-popup input[type='search']:focus,
    .demo-popup input[type='password']:focus,
    .demo-popup input[type='url']:focus,
    .demo-popup input[type='date']:focus,
    .demo-popup textarea:focus, .demo-popup select:focus, .demo-popup input[type='number']:focus {
      background: #EEF1F8; }
  .demo-popup form {
    text-align: left; }
  .demo-popup h3 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .demo-popup h3 {
        font-size: 40px;
        line-height: 45px; } }
  .demo-popup .gfield_label {
    display: block;
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400; }
  .demo-popup .gform_field, .demo-popup .gfield {
    margin: 0 0 16px; }
  .demo-popup input[type="submit"] {
    display: block;
    width: 100%; }
  .demo-popup .fancybox-close-small {
    display: none; }
  .demo-popup .close {
    position: absolute;
    right: 20px;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000; }
    @media (min-width: 768px) {
      .demo-popup .close {
        right: 40px;
        top: 40px; } }
    .demo-popup .close .icon-shape {
      position: relative;
      font-size: 25px;
      margin: 0 0 0 8px; }
      @media (min-width: 768px) {
        .demo-popup .close .icon-shape {
          font-size: 36px; } }
      .demo-popup .close .icon-shape span {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        font-size: 1px;
        color: #F25E0D; }
        @media (min-width: 768px) {
          .demo-popup .close .icon-shape span {
            font-size: 2px; } }

  .demo-popup .gfield_radio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    grid-column-gap: 2rem;
  }

.hero-block + .features-block {
  padding-top: 100px !important; }

.features-block {
  padding: 100px 0;
  background: #0A0C0F;
  text-align: center;
  color: #fff; }
  .features-block.law-enforcement .features-list .list-item .icon-shape span {
    color: #2666FF;
    /* &:before {
							content: '\e94d';
						} */ }
  .features-block.government .features-list .list-item .icon-shape span {
    color: #F93B88;
    /* &:before {
							content: '\e94c';
						} */ }
  .features-block.corporate .features-list .list-item .icon-shape span {
    color: #22E6FE;
    /* &:before {
							content: '\e94b';
						} */ }
  .features-block.military .features-list .list-item .icon-shape span {
    color: #00F68A;
    /* &:before {
							content: '\e94f';
						} */ }
  .features-block.pb-0 {
    padding-bottom: 0; }
  .features-block a {
    color: #fff; }
    .features-block a:hover {
      color: #F25E0D; }
  .features-block.light {
    background: #fff;
    color: #000; }
  .features-block .features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px -30px;
    font-size: 16px;
    line-height: 22px; }
    @media (min-width: 768px) {
      .features-block .features-list {
        margin: 0 -20px -60px; } }
    @media (min-width: 1024px) {
      .features-block .features-list {
        font-size: 20px;
        line-height: 30px;
        margin: 0 -30px -80px; } }
    @media (min-width: 1130px) {
      .features-block .features-list {
        margin: 0 -40px -95px;
        font-size: 22px;
        line-height: 35px; } }
    .features-block .features-list .list-item {
      width: 33.33%;
      padding: 0 10px 30px; }
      @media (min-width: 576px) {
        .features-block .features-list .list-item {
          width: 25%; } }
      @media (min-width: 768px) {
        .features-block .features-list .list-item {
          width: 20%;
          padding: 0 20px 60px; } }
      @media (min-width: 1024px) {
        .features-block .features-list .list-item {
          padding: 0 30px 80px; } }
      @media (min-width: 1130px) {
        .features-block .features-list .list-item {
          padding: 0 40px 95px; } }
    .features-block .features-list .icon-shape {
      display: block;
      position: relative;
      font-size: 80px;
      line-height: 1;
      margin: 0 0 20px; }
      @media (min-width: 768px) {
        .features-block .features-list .icon-shape {
          font-size: 80px; } }
      .features-block .features-list .icon-shape span {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        color: #F25E0D;
        font-size: 16px; }
        @media (min-width: 768px) {
          .features-block .features-list .icon-shape span {
            font-size: 20px; } }
    .features-block .features-list.features-list-slider {
      margin: 0 55px; }
      @media (min-width: 1440px) {
        .features-block .features-list.features-list-slider {
          margin: 0; } }
      .features-block .features-list.features-list-slider .list-item {
        padding-bottom: 0; }
      .features-block .features-list.features-list-slider .slick-arrow {
        color: #fff;
        font-size: 15px;
        width: 30px;
        height: 30px;
        background: #F25E0D;
        border: solid 1px #fff;
        border-radius: 4px;
        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;
        margin: 0 -50px; }
        @media (min-width: 768px) {
          .features-block .features-list.features-list-slider .slick-arrow {
            width: 40px;
            height: 40px;
            font-size: 20px; } }
        @media (min-width: 1440px) {
          .features-block .features-list.features-list-slider .slick-arrow {
            margin: 0 -60px; } }
        .features-block .features-list.features-list-slider .slick-arrow i {
          font-size: inherit; }

.timeline-block {
  background: #EEF1F8;
  color: #000;
  overflow: hidden;
  padding: 2em 0 2em 0; }
  @media (min-width: 1024px) {
    .timeline-block {
      font-size: 18px;
      line-height: 26px; } }
  .timeline-block * {
    box-sizing: border-box; }
  .timeline-block .swiper {
    width: 100%;
    height: 600px;
    background: #EEF1F8; }
    @media (min-width: 576px) {
      .timeline-block .swiper {
        height: 500px; } }
    @media (min-width: 768px) {
      .timeline-block .swiper {
        height: 600px;
        max-width: 80vw;  } }
    @media (min-width: 1024px) {
      .timeline-block .swiper {
        height: 80vh;
        max-width: 90vw;
        min-width: 500px; } }

    .swiper-container {
      padding: 5em;
      }
      @media (max-width: 1033px) {
        .swiper-container {
          padding: 3em; }
        }

    .pagination-numbers{
      margin-bottom: 2em;
      font-weight: 700;
      font-size: 14px;
    }

  .timeline-block .swiper-slide {
    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; }
    .timeline-block .swiper-slide .row h2 {
      opacity: 0;
      -webkit-transform: translateY(25px);
          -ms-transform: translateY(25px);
              transform: translateY(25px);
      -webkit-transition: linear 0.7s;
      transition: linear 0.7s;
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .timeline-block .swiper-slide .row p {
      opacity: 0;
      -webkit-transform: translateY(25px);
          -ms-transform: translateY(25px);
              transform: translateY(25px);
      -webkit-transition: linear 0.7s;
      transition: linear 0.7s;
      -webkit-transition-delay: 1s;
              transition-delay: 1s;
      display: -webkit-box;
      -webkit-line-clamp: 11;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .timeline-block .swiper-slide .row .btns-holder {
      opacity: 0;
      -webkit-transform: translateY(25px);
          -ms-transform: translateY(25px);
              transform: translateY(25px);
      -webkit-transition: linear 0.7s;
      transition: linear 0.7s;
      -webkit-transition-delay: 2s;
              transition-delay: 2s; }
    .timeline-block .swiper-slide .row .image {
      opacity: 0;
      -webkit-transform: translateY(25px);
          -ms-transform: translateY(25px);
              transform: translateY(25px);
      -webkit-transition: linear 0.7s;
      transition: linear 0.7s;
      -webkit-transition-delay: 1s;
              transition-delay: 1s; }
    .timeline-block .swiper-slide.swiper-slide-active h2 {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .timeline-block .swiper-slide.swiper-slide-active p {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .timeline-block .swiper-slide.swiper-slide-active .btns-holder {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .timeline-block .swiper-slide.swiper-slide-active .image {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  .timeline-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -30px; }
    .timeline-block .row .col {
      padding: 0 30px 0 30px;
      width: 50%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (min-width: 768px) {
        .timeline-block .row .col {
          padding: 0 30px 0 30px; } }
      .timeline-block .row .col.img-col {
        padding: 0 30px;
        display: none; }
        @media (min-width: 1024px) {
          .timeline-block .row .col.img-col {
            display: block; } }
  .timeline-block h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 10px; }
    @media (min-width: 576px) {
      .timeline-block h2 {
        font-size: 30px;
        line-height: 36px; } }
    @media (min-width: 768px) {
      .timeline-block h2 {
        font-size: 36px;
        line-height: 40px;
        margin: 0 0 20px; } }
  .timeline-block p {
    margin: 0 0 20px; }
    @media (min-width: 576px) {
      .timeline-block p {
        margin: 0 0 30px; } }
  .timeline-block .btns-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -10px; }
    .timeline-block .btns-holder .btn {
      margin: 0 10px 10px; }
      @media (min-width: 768px) {
        .timeline-block .btns-holder .btn {
          margin: 0 10px; } }
      .timeline-block .btns-holder .btn.btn-black {
        background: #000;
        color: #fff; }
        .timeline-block .btns-holder .btn.btn-black:hover {
          background: #F25E0D;
          color: #fff; }
  .timeline-block .image {
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 100%;
    border-radius: 10px; }
  .timeline-block .pagination-holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .timeline-block .pagination-frame {
    position: relative;
    height: 350px;
    padding: 40px 0;
    font-size: 14px;
    font-weight: 700; }
    @media (min-width: 576px) {
      .timeline-block .pagination-frame {
        height: 350px; } }
    @media (min-width: 768px) {
      .timeline-block .pagination-frame {
        height: 500px; } }
    .timeline-block .pagination-frame .current-slide {
      position: absolute;
      left: 0;
      top: 0; }
    .timeline-block .pagination-frame .total-slides {
      position: absolute;
      left: 0;
      bottom: 0; }
  .timeline-block .swiper-pagination {
    left: 5px;
    margin: 40px 0;
    height: calc(100% - 80px); }
  .timeline-block .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000; }
  .timeline-block .scroll-progress {
    display: none; }
  @media (min-width: 1024px) {
    .timeline-block .scroll-progress {
      position: absolute;
      display: block;
      left: 7px;
      top: 38px;
      bottom: 40px;
      background: rgba(0, 0, 0, 0.2);
      width: 4px; }
      .timeline-block .scroll-progress .scroll-progress-bar {
        background: #000; } }
  @media (min-width: 1024px) {
    .timeline-block .swiper-pagination {
      display: none !important; } }

/* Default scrollbar styles */
.swiper-scrollbar {
  /* Your default scrollbar styles here */
}

/* Hide scrollbar on devices */
@media screen and (max-width: 768px) {
  .swiper-scrollbar {
      /* display: none; */
  }
}
  .spacer {
    height: 100px;
  }

.solutions-block {
  padding: 40px 0;
  background: #0A0C0F;
  text-align: center;
  color: #fff; }
  @media (min-width: 768px) {
    .solutions-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .solutions-block {
      padding: 100px 0; } }
  .solutions-block .section-header {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 0 20px; }
    @media (min-width: 768px) {
      .solutions-block .section-header {
        padding: 0 0 30px; } }
    @media (min-width: 1024px) {
      .solutions-block .section-header {
        padding: 0 0 40px; } }
    .solutions-block .section-header h2 {
      font-weight: 700; }
      .solutions-block .section-header h2 span {
        display: block;
        font-weight: 400; }
  .solutions-block .sectors {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px; }
    @media (min-width: 768px) {
      .solutions-block .sectors {
        font-size: 16px;
        line-height: 26px; } }
    @media (min-width: 1130px) {
      .solutions-block .sectors {
        font-size: 18px;
        line-height: 24px; } }
    .solutions-block .sectors li {
      margin: 0 10px 20px;
      width: calc(100% - 20px);
      border-radius: 20px;
      border: 1px solid rgba(228, 94, 14, 0.2);
      background: -webkit-linear-gradient(top, #1c1d2a 0%, #101119 100%);
      background: linear-gradient(180deg, #1c1d2a 0%, #101119 100%);
      padding: 40px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
      @media (min-width: 576px) {
        .solutions-block .sectors li {
          width: calc(50% - 20px); } }
      @media (min-width: 1024px) {
        .solutions-block .sectors li {
          width: calc(25% - 20px); } }
      .solutions-block .sectors li .icon-shape {
        margin: 0 auto 20px;
        position: relative;
        font-size: 60px;
        display: block; }
        @media (min-width: 576px) {
          .solutions-block .sectors li .icon-shape {
            position: relative;
            font-size: 70px; } }
        @media (min-width: 1130px) {
          .solutions-block .sectors li .icon-shape {
            font-size: 80px; } }
        .solutions-block .sectors li .icon-shape span {
          position: absolute;
          left: 50%;
          top: 50%;
          font-size: 22px;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          color: #F25E0D; }
          @media (min-width: 576px) {
            .solutions-block .sectors li .icon-shape span {
              font-size: 30px; } }
          @media (min-width: 1130px) {
            .solutions-block .sectors li .icon-shape span {
              font-size: 50px; } }
      .solutions-block .sectors li p {
        margin: 0 0 20px; }
        @media (min-width: 1130px) {
          .solutions-block .sectors li p {
            margin: 0 0 30px; } }
      .solutions-block .sectors li .text {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap; }
        .solutions-block .sectors li .text .text-holder {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
      .solutions-block .sectors li .title {
        display: block;
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
        margin: 0 0 10px; }
        @media (min-width: 576px) {
          .solutions-block .sectors li .title {
            font-size: 20px;
            line-height: 28px; } }
        @media (min-width: 1130px) {
          .solutions-block .sectors li .title {
            font-size: 25px;
            line-height: 30px;
            margin: 0 0 25px; } }
        .solutions-block .sectors li .title span {
          color: #F25E0D;
          font-weight: 400;
          display: block; }
      .solutions-block .sectors li.law-enforcement {
        border-color: rgba(38, 102, 255, 0.2); }
        .solutions-block .sectors li.law-enforcement .title span, .solutions-block .sectors li.law-enforcement .icon-shape span {
          color: #2666FF; }
        .solutions-block .sectors li.law-enforcement:hover {
          border-color: #2666ff; }
      .solutions-block .sectors li.government {
        border-color: rgba(249, 59, 136, 0.2); }
        .solutions-block .sectors li.government .title span, .solutions-block .sectors li.government .icon-shape span {
          color: #F93B88; }
        .solutions-block .sectors li.government:hover {
          border-color: #f93b88; }
      .solutions-block .sectors li.corporate {
        border-color: rgba(34, 230, 254, 0.2); }
        .solutions-block .sectors li.corporate .title span, .solutions-block .sectors li.corporate .icon-shape span {
          color: #22E6FE; }
        .solutions-block .sectors li.corporate:hover {
          border-color: #22e6fe; }
      .solutions-block .sectors li.military {
        border-color: rgba(0, 246, 138, 0.2); }
        .solutions-block .sectors li.military .title span, .solutions-block .sectors li.military .icon-shape span {
          color: #00F68A; }
        .solutions-block .sectors li.military:hover {
          border-color: #00f68a; }

        .btn-law { 
          color: #fff !important; 
          border-color: #2666FF !important; 
          background: #2666FF !important; }
          .btn-law:hover { 
            color: #000 !important; 
            border-color: #fff !important;
            background-color: #fff !important; }
        .btn-government { 
          color: #fff !important; 
          border-color: #F93B88 !important; 
          background: #F93B88 !important; }
          .btn-government:hover { 
            color: #000 !important; 
            border-color: #fff !important;
            background-color: #fff !important; }
        .btn-corporate { 
          color: #000 !important; 
          border-color: #22E6FE !important; 
          background: #22E6FE !important; }
          .btn-corporate:hover { 
            color: #000 !important; 
            border-color: #fff !important;
            background-color: #fff !important; }
        .btn-military { 
          color: #000 !important; 
          border-color: #00F68A !important; 
          background: #00F68A !important; }
          .btn-military:hover { 
            color: #000 !important; 
            border-color: #fff !important;
            background-color: #fff !important; }


.whynimbus-core {
  text-align: center;
  padding: 40px 0 0;
  position: relative; }
  @media (min-width: 768px) {
    .whynimbus-core {
      padding: 50px 0 0; } }
  @media (min-width: 1024px) {
    .whynimbus-core {
      padding: 80px 0 0; } }
  @media (min-width: 1440px) {
    .whynimbus-core {
      padding: 80px 0; } }
  .whynimbus-core:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 600px;
    content: '';
    background: url(/wp-content/uploads/2023/11/Honeycomb-wave-bg-v2-top-1440px-1.png);
    background-size: cover;
    background-position: 50% 50%;
    pointer-events: none;
    opacity: 0.1; }
    @media (min-width: 1440px) {
      .whynimbus-core:before {
        height: 882px; 
        background: url(/wp-content/uploads/2023/11/Honeycomb-wave-bg-v2-top-1440px-1.png);
        background-size: cover;
        background-position: 50% 50%;
        opacity: 0.1;  } }
  .whynimbus-core .container {
    position: relative;
    z-index: 2; }
  .whynimbus-core h2 {
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    line-height: clamp(1.6rem, 4vw, 3.8rem);
    font-size: clamp(1.6rem, 4vw, 3.8rem);
    margin: 0 auto;
    font-weight: 400;
    max-width: 1164px; }
    /* @media (max-width: 1024px) {
      .whynimbus-core h2 {
       
        font-size: 40px;
        line-height: 40px;
        margin: 0 auto 40px; } }
        @media (max-width: 768px) {
          .whynimbus-core h2 {
            font-size: 28px;
            line-height: 28px;
            margin: 0 auto 20px; } }
    @media (min-width: 1440px) {
      .whynimbus-core h2 {
        margin: 0 auto 40px; } } */
    .whynimbus-core h2 strong {
      font-weight: 700; }
  .whynimbus-core .holder {
    text-align: left; }
  .whynimbus-core .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -20px;
    padding: 30px 0;
    text-align: center; }
    @media (min-width: 1024px) {
      .whynimbus-core .row {
        margin: 0 -45px;
        padding: 50px 0;
        text-align: left; } }
    @media (min-width: 1130px) {
      .whynimbus-core .row {
        margin: 0 -70px; } }
    @media (min-width: 1440px) {
      .whynimbus-core .row {
        padding: 80px 0; } }
    .whynimbus-core .row:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .whynimbus-core .row .col {
      padding: 0 20px 0;
      width: 100%; }
      @media (min-width: 1024px) {
        .whynimbus-core .row .col {
          padding: 0 45px;
          width: 50%; } }
      @media (min-width: 1130px) {
        .whynimbus-core .row .col {
          padding: 0 70px; } }
      @media (max-width: 1023px) {
        .whynimbus-core .row .col:first-child {
          padding-bottom: 25px; } }
  .whynimbus-core h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px; }
    @media (min-width: 1024px) {
      .whynimbus-core h3 {
        font-size: 32px;
        margin: 0 0 25px; } }
  .whynimbus-core p {
    margin: 0 0 25px; }
  .whynimbus-core .image {
    margin: 0 auto 0;
    max-width: 500px; }
    @media (min-width: 1024px) {
      .whynimbus-core .image {
        margin: 0; } }
    .whynimbus-core .image img {
      display: block;
      width: 100%;
      border-radius: 20px; }
  .whynimbus-core .stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -10px;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
    @media (min-width: 768px) {
      .whynimbus-core .stats {
        font-size: 16px; } }
    .whynimbus-core .stats li {
      margin: 10px;
      width: calc(50% - 20px);
      background: -webkit-linear-gradient(#0A0C0F, #0A0C0F) padding-box, -webkit-linear-gradient(right, #1a1f26, #828282) border-box;
      background: linear-gradient(#0A0C0F, #0A0C0F) padding-box, linear-gradient(to left, #1a1f26, #828282) border-box;
      border-radius: 20px;
      border: 1px solid transparent;
      padding: 30px 10px;
      min-height: 129px; }
      @media (min-width: 768px) {
        .whynimbus-core .stats li {
          padding: 30px 15px; } }
      .whynimbus-core .stats li:nth-child(even) {
        background: -webkit-linear-gradient(#0A0C0F, #0A0C0F) padding-box, -webkit-linear-gradient(left, #1a1f26, #828282) border-box;
        background: linear-gradient(#0A0C0F, #0A0C0F) padding-box, linear-gradient(to right, #1a1f26, #828282) border-box; }
    .whynimbus-core .stats .counter {
      display: block;
      font-weight: 700;
      font-size: 34px;
      line-height: 34px;
      font-family: 'Orbitron', sans-serif;
      letter-spacing: 5px;
      padding-bottom: 0.4rem; }
      @media (min-width: 768px) {
        .whynimbus-core .stats .counter {
          font-size: 40px;
          line-height: 40px; } }

.whosuse-nimbus {
  background: #EEF1F8;
  color: #000;
  padding: 40px 0 30px;
  text-align: center; }
  @media (min-width: 768px) {
    .whosuse-nimbus {
      padding: 60px 0 40px; } }
  @media (min-width: 1024px) {
    .whosuse-nimbus {
      padding: 100px 0 50px; } }
  .whosuse-nimbus .header-text {
    max-width: 868px;
    margin: 0 auto;
    padding: 0 0 25px; }
  .whosuse-nimbus p {
    margin: 0 0 30px; }
  .whosuse-nimbus a:not([class]) {
    color: #000;
    text-decoration: underline; }
    .whosuse-nimbus a:not([class]):hover {
      text-decoration: none; }
  @media (min-width: 576px) {
    .whosuse-nimbus .slider-nav-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

              .slider-nav-holder a.btn.center-align-btn {
                margin: auto; }
  .whosuse-nimbus .gallery {
    display: block;
    margin: 0 0 40px;
    padding: 0 40px; }
    @media (min-width: 1024px) {
      .whosuse-nimbus .gallery {
        padding: 0 100px; } }
    .whosuse-nimbus .gallery .slick-list {
      overflow: visible !important;
      -webkit-box-flex: 1 !important;
          -ms-flex-positive: 1 !important;
              flex-grow: 1 !important; }
    .whosuse-nimbus .gallery .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100% !important; }
      .whosuse-nimbus .gallery .slick-track:after, .whosuse-nimbus .gallery .slick-track:before {
        display: none; }
    .whosuse-nimbus .gallery .slide {
      padding: 0 10px;
      width: 100% !important;
      border-radius: 8px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      overflow: hidden; }
      @media (min-width: 768px) {
        .whosuse-nimbus .gallery .slide {
          width: 50% !important; } }
      @media (min-width: 1024px) {
        .whosuse-nimbus .gallery .slide {
          width: 50% !important; } }
      @media (min-width: 1366px) {
        .whosuse-nimbus .gallery .slide {
          width: 33.33% !important; } }
      .whosuse-nimbus .gallery .slide:hover .caption {
        opacity: 1; }
    .whosuse-nimbus .gallery .image {
      display: block;
      padding-top: 100%;
      cursor: pointer;
      background-size: cover;
      background-position: 50% 50%;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s;
      position: relative;
      border-radius: 20px;
      overflow: hidden; }
    .whosuse-nimbus .gallery .caption {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.8);
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s;
      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;
      text-align: center;
      color: #fff;
      padding: 20px;
      font-size: 12px;
      line-height: 20px;
      opacity: 0; }
      @media (min-width: 576px) {
        .whosuse-nimbus .gallery .caption {
          padding: 25px; } }
      @media (min-width: 1024px) {
        .whosuse-nimbus .gallery .caption {
          padding: 30px;
          font-size: 14px;
          line-height: 20px; } }
      @media (min-width: 1600px) {
        .whosuse-nimbus .gallery .caption {
          padding: 50px;
          font-size: 16px;
          line-height: 24px; } }
    .whosuse-nimbus .gallery .icon-shape {
      font-size: 50px;
      line-height: 50px;
      position: relative;
      display: block;
      margin: 0 0 10px; }
      @media (min-width: 1024px) {
        .whosuse-nimbus .gallery .icon-shape {
          font-size: 60px;
          line-height: 60px; } }
      @media (min-width: 1440px) {
        .whosuse-nimbus .gallery .icon-shape {
          margin: 0 0 20px; } }
      @media (min-width: 1600px) {
        .whosuse-nimbus .gallery .icon-shape {
          font-size: 80px;
          line-height: 80px; } }
      .whosuse-nimbus .gallery .icon-shape span {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        font-size: 20px; }
        @media (min-width: 1024px) {
          .whosuse-nimbus .gallery .icon-shape span {
            font-size: 30px; } }
        @media (min-width: 1600px) {
          .whosuse-nimbus .gallery .icon-shape span {
            font-size: 40px; } }
    .whosuse-nimbus .gallery .title, .whosuse-nimbus .gallery .sub-title {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      display: block; }
      @media (min-width: 576px) {
        .whosuse-nimbus .gallery .title, .whosuse-nimbus .gallery .sub-title {
          font-size: 17px;
          line-height: 24px; } }
      @media (min-width: 1024px) {
        .whosuse-nimbus .gallery .title, .whosuse-nimbus .gallery .sub-title {
          font-size: 19px;
          line-height: 26px; } }
      @media (min-width: 1600px) {
        .whosuse-nimbus .gallery .title, .whosuse-nimbus .gallery .sub-title {
          font-size: 21px;
          line-height: 30px; } }
    .whosuse-nimbus .gallery .sub-title {
      margin: 0 0 8px; }
      @media (min-width: 1024px) {
        .whosuse-nimbus .gallery .sub-title {
          margin: 0 0 15px; } }
    .whosuse-nimbus .gallery .btn {
      background: #fff;
      border-color: #fff;
      color: #000; }
      .whosuse-nimbus .gallery .btn:hover {
        background: #000;
        border-color: #fff;
        color: #fff; }
    .whosuse-nimbus .gallery p {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin: 0 0 12px; }
      @media (min-width: 576px) {
        .whosuse-nimbus .gallery p {
          -webkit-line-clamp: 4;
          margin: 0 0 20px; } }
      @media (min-width: 1024px) {
        .whosuse-nimbus .gallery p {
          margin: 0 0 25px; } }
      @media (min-width: 1600px) {
        .whosuse-nimbus .gallery p {
          margin: 0 0 30px; } }
  .whosuse-nimbus .gallery-nav {
    margin: 0 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 576px) {
      .whosuse-nimbus .gallery-nav {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 0; } }
    .whosuse-nimbus .gallery-nav .slick-arrow {
      font-size: 5px;
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      color: #020303;
      margin: 0 8px; }
      .whosuse-nimbus .gallery-nav .slick-arrow i {
        font-size: 13px; }
        @media (min-width: 768px) {
          .whosuse-nimbus .gallery-nav .slick-arrow i {
            font-size: 15px; } }
        @media (min-width: 1024px) {
          .whosuse-nimbus .gallery-nav .slick-arrow i {
            font-size: 22px; } }
      .whosuse-nimbus .gallery-nav .slick-arrow.slick-next {
        color: #F25E0D; }

.gform_validation_errors, .gfield_validation_message {
  display: none; }

.gfield_error input[type='text'],
.gfield_error input[type='tel'],
.gfield_error input[type='email'],
.gfield_error input[type='search'],
.gfield_error input[type='password'],
.gfield_error input[type='url'],
.gfield_error input[type='date'],
.gfield_error textarea, .gfield_error select, .gfield_error input[type='number'] {
  border-color: #F25E0D; }

.gform_not_found {
  display: none; }

.page-contact section.hero-block.v4 {
  background-image: url(/wp-content/uploads/2023/11/honeycomb-centered.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  background-attachment: fixed; }
  @media (max-wdith: 1024px) {
    .page-contact section.hero-block.v4 {
      background-size: contain; } }
 
  
.hero-block.v4:before {
  display: none; }

.hero-block.v4 h1 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: clamp(2rem, 4vw, 4rem);
  margin: 0 0 10px;
  min-height: 71px;
  overflow-wrap: break-word; }
  /* @media (min-width: 576px) {
    .hero-block.v4 h1 {
      font-size: clamp(2rem, 4vw, 4rem);
      line-height: clamp(2rem, 4vw, 4rem); } }
  @media (min-width: 1024px) {
    .hero-block.v4 h1 {
      font-size: clamp(2rem, 4vw, 4rem);
      line-height: clamp(2rem, 4vw, 4rem); } }
  @media (min-width: 1130px) {
    .hero-block.v4 h1 {
      font-size: clamp(2rem, 4vw, 4rem);
      line-height: clamp(2rem, 4vw, 4rem); } } */

      @media (max-width: 324px) {
        .hero-block.v4 h1 {
          font-size: clamp(1.3rem, 3vw, 3rem);
          line-height: clamp(1.3rem, 3vw, 3rem); } }
      @media (min-width: 325px) and (max-width: 380px) {
        .hero-block.v4 h1 {
          font-size: clamp(1.4rem, 3vw, 3rem);
          line-height: clamp(1.4rem, 3vw, 3rem); } }
          @media (min-width: 381px) and (max-width: 430px ) {
            .hero-block.v4 h1 {
              font-size: clamp(1.6rem, 3vw, 3rem);
              line-height: clamp(1.6rem, 3vw, 3rem); } }
  .hero-block.v4 h1 span {
    font-weight: 700; }
    @media (min-width: 576px) {
      .hero-block.v4 h1 span {
        display: block; } }

.hero-block.v4 .teletype-text {
  color: #fff !important;
  font-weight: 700; }

.hero-block.v4 .teletype-cursor {
  font-weight: 700; }

.hero-block.v4 .caption {
  font-size: 16px;
  line-height: 28px;
  max-width: 500px;
  padding: 50px 0 170px; }
  @media (min-width: 576px) {
    .hero-block.v4 .caption {
      padding: 60px 0 200px; } }
  @media (min-width: 1024px) {
    .hero-block.v4 .caption {
      font-size: 18px;
      line-height: 30px;
      max-width: 750px; } }
  @media (min-width: 1130px) {
    .hero-block.v4 .caption {
      font-size: 20px;
      line-height: 32px;
      padding: 100px 0 200px; } }

.hero-block.v4.py-same .caption {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .hero-block.v4.py-same .caption {
      padding: 60px 0; } }
  @media (min-width: 1130px) {
    .hero-block.v4.py-same .caption {
      padding: 100px 0; } }

.hero-block.v4.resources .caption {
  max-width: 680px;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .hero-block.v4.resources .caption {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .hero-block.v4.resources .caption {
      max-width: 830px; } }
  @media (min-width: 1130px) {
    .hero-block.v4.resources .caption {
      padding: 100px 0; } }
  .hero-block.v4.resources .caption p {
    margin: 0; }

.hero-block.v4.casestudy h1 {
  margin: 0 0 30px;
  font-weight: 400; }
  .hero-block.v4.casestudy h1 strong {
    font-weight: 700; }

.hero-block.v4.casestudy .caption {
  padding: 40px 0;
  max-width: 900px; }
  @media (min-width: 768px) {
    .hero-block.v4.casestudy .caption {
      padding: 60px 0; } }
  @media (min-width: 1130px) {
    .hero-block.v4.casestudy .caption {
      padding: 100px 0; } }

.hero-block.v4.casestudy .title {
  display: block;
  color: #F25E0D;
  font-size: 16px;
  margin: 0 0 10px;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .hero-block.v4.casestudy .title {
      font-size: 18px; } }

.hero-block.v5 .caption {
  font-size: 16px;
  line-height: 28px;
  padding: 50px 0 150px;
  max-width: 700px; }
  @media (min-width: 576px) {
    .hero-block.v5 .caption {
      padding: 60px 0 160px; } }
  @media (min-width: 1024px) {
    .hero-block.v5 .caption {
      font-size: 18px;
      line-height: 30px;
      max-width: 800px;
      padding: 60px 0 200px; } }
  @media (min-width: 1130px) {
    .hero-block.v5 .caption {
      font-size: 20px;
      line-height: 32px;
      padding: 120px 0 200px; } }
  .hero-block.v5 .caption p {
    margin: 0 0 22px; }
  .hero-block.v5 .caption h1 {
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: clamp(2rem, 4vw, 4rem);
    margin: 0 0 20px; }
    @media (max-width: 324px) {
      .hero-block.v5 .caption h1 {
        font-size: clamp(1.3rem, 3vw, 3rem);
        line-height: clamp(1.3rem, 3vw, 3rem); } }
    @media (min-width: 325px) and (max-width: 380px) {
      .hero-block.v5 .caption h1 {
        font-size: clamp(1.4rem, 3vw, 3rem);
        line-height: clamp(1.4rem, 3vw, 3rem); } }
        @media (min-width: 381px) and (max-width: 430px ) {
          .hero-block.v5 .caption h1 {
            font-size: clamp(1.6rem, 3vw, 3rem);
            line-height: clamp(1.6rem, 3vw, 3rem); } }
    /* @media (min-width: 576px) {
      .hero-block.v5 .caption h1 {
        font-size: 40px;
        line-height: 40px; } }
    @media (min-width: 1024px) {
      .hero-block.v5 .caption h1 {
        font-size: 48px;
        line-height: 48px; } }
    @media (min-width: 1130px) {
      .hero-block.v5 .caption h1 {
        font-size: 58px;
        line-height: 58px; } } */

.searchform {
  max-width: 392px;
  margin: 20px auto 0; }
  @media (min-width: 1024px) {
    .searchform {
      margin: 40px auto 0; } }
  .searchform form {
    position: relative; }
    .searchform form input[type='text'], .searchform form input[type='search'] {
      padding: 9px 30px 9px 60px;
      height: 40px;
      background: none;
      border-color: #fff;
      border-radius: 20px;
      font-size: 14px;
      line-height: 20px;
      color: #fff; }
      .searchform form input[type='text']::-webkit-input-placeholder, .searchform form input[type='search']::-webkit-input-placeholder {
        color: #fff; }
      .searchform form input[type='text']::-moz-placeholder, .searchform form input[type='search']::-moz-placeholder {
        opacity: 1;
        color: #fff; }
      .searchform form input[type='text']:-moz-placeholder, .searchform form input[type='search']:-moz-placeholder {
        color: #fff; }
      .searchform form input[type='text']:-ms-input-placeholder, .searchform form input[type='search']:-ms-input-placeholder {
        color: #fff; }
      .searchform form input[type='text'].placeholder, .searchform form input[type='search'].placeholder {
        color: #fff; }
    .searchform form .icon-search {
      position: absolute;
      left: 15px;
      top: 10px;
      color: #fff; }

.form-block {
  background: #EEF1F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 20px; }
  @media (min-width: 576px) {
    .form-block {
      font-size: 16px;
      line-height: 22px; } }
  .form-block p {
    margin: 0 0 20px; }
  .form-block h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 10px; }
    @media (min-width: 576px) {
      .form-block h3 {
        font-size: 30px;
        line-height: 45px; } }
  .form-block .container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .form-block .form-holder {
    border-radius: 20px;
    background: #EEF1F8;
    color: #000;
    margin-top: -150px;
    padding: 30px 25px 10px;
    position: relative;
    z-index: 3; }
    @media (min-width: 576px) {
      .form-block .form-holder {
        padding: 55px 45px 10px; } }
    @media (min-width: 1024px) {
      .form-block .form-holder {
        padding: 55px 45px 70px; } }
    @media (min-width: 1130px) {
      .form-block .form-holder {
        padding: 55px 67px 70px; } }
    .form-block .form-holder a:not([class]) {
      color: #000;
      text-decoration: underline; }
      .form-block .form-holder a:not([class]):hover {
        text-decoration: none; }
  .form-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -30px; }
    @media (min-width: 1130px) {
      .form-block .row {
        margin: 0 -60px; } }
    .form-block .row .col {
      width: 100%;
      padding: 0 30px 40px; }
      @media (min-width: 1024px) {
        .form-block .row .col {
          width: 50%;
          padding: 0 30px; } }
      @media (min-width: 1130px) {
        .form-block .row .col {
          padding: 0 60px; } }
  .form-block .gfield_label {
    display: block;
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400; }
  .form-block .gform_field, .form-block .gfield {
    margin: 0 0 16px; }
  .form-block input[type="submit"] {
    display: block;
    width: 100%; }
  .form-block .custom-checkboxes legend {
    display: none; }
  .form-block .consent legend {
    display: none; }
  .form-block .consent .ginput_container_consent input {
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: hidden; }
  .form-block .consent .ginput_container_consent input:checked ~ label:before {
    opacity: 1; }
  .form-block .consent .ginput_container_consent label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 34px; }
    .form-block .consent .ginput_container_consent label:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      border: solid 1px #979797;
      content: '';
      border-radius: 4px;
      cursor: pointer;
      background: #fff; }
    .form-block .consent .ginput_container_consent label:before {
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      width: 12px;
      height: 6px;
      border: solid 2px #000;
      border-width: 0 0 2px 2px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin: 6px 0 0 4px;
      opacity: 0;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s;
      z-index: 1; }
  .form-block .gfield_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -10px;
    text-align: left; }
    .form-block .gfield_checkbox .gchoice {
      width: calc(100% - 24px);
      margin: 0 10px 12px;
      position: relative;
      padding-left: 34px; }
      @media (min-width: 576px) {
        .form-block .gfield_checkbox .gchoice {
          width: calc(50% - 24px); } }
      .form-block .gfield_checkbox .gchoice input {
        position: absolute;
        left: -9999px;
        top: -9999px;
        visibility: hidden; }
      .form-block .gfield_checkbox .gchoice input:checked ~ label:before {
        opacity: 1; }
      .form-block .gfield_checkbox .gchoice label {
        display: block;
        cursor: pointer; }
        .form-block .gfield_checkbox .gchoice label:after {
          position: absolute;
          left: 0;
          top: 0;
          width: 20px;
          height: 20px;
          border: solid 1px #979797;
          content: '';
          border-radius: 4px;
          cursor: pointer;
          background: #fff; }
        .form-block .gfield_checkbox .gchoice label:before {
          position: absolute;
          left: 0;
          top: 0;
          content: '';
          width: 12px;
          height: 6px;
          border: solid 2px #000;
          border-width: 0 0 2px 2px;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          margin: 6px 0 0 4px;
          opacity: 0;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s;
          z-index: 1; }
  .form-block .custom-checkboxes .gchoice {
    width: calc(100% - 24px); }
  .form-block h4 {
        font-size: 16px;
        line-height: 16px;
        font-weight: 600;
        margin: 0 0 12px;
        font-family: 'Orbitron', sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px; }
    .form-block .contact-information + .contact-information {
        margin-top: 20px; }
    .form-block .contact-information ul {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: 30px;
        font-size: 14px; }		
    .form-block .contact-information ul li {
        position: relative;
        padding: 0 0 14px 40px; }
    .form-block .contact-information ul br {
        display: none; }
    .form-block .contact-information ul .icon-shape {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 30px; }
        .form-block .contact-information ul .icon-shape span {
          position: absolute;
          left: 50%;
          top: 50%;
          font-size: 15px;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }

.map-area {
  position: relative;
  height: 350px;
  margin: 0 0 -40px;
  }
  @media (min-width: 1024px) {
    .map-area {
      height: 450px;
      margin: 0 0 -80px; } }
  @media (min-width: 1130px) {
    .map-area {
      height: 520px; } }
  .map-area .map {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: 50% 50%; }

.gfield_required {
  color: #f00; }

.twocols-content.style2 {
  background: #EEF1F8;
  color: #000; }
  .twocols-content.style2 .row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .twocols-content.style2 h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #F25E0D;
    margin: 0;
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media (min-width: 1130px) {
      .twocols-content.style2 h3 {
        font-size: 18px;
        line-height: 22px; } }
  .twocols-content.style2 h2 {
    margin: 0 0 20px; }
    @media (min-width: 1130px) {
      .twocols-content.style2 h2 {
        font-size: 48px;
        line-height: 56px; } }
  .twocols-content.style2 a {
    color: #000; }
  @media (max-width: 1023px) {
    .twocols-content.style2 + .twocols-content {
      padding-top: 60px; } }
      .twocols-content.style2 .btn {
       color: #fff; }
       .twocols-content.style2 .btn:hover {
        color: #000; }

.twocols-content .history-slider {
  position: relative; }
  .twocols-content .history-slider:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: -webkit-linear-gradient(bottom, rgba(238, 241, 248, 0.9) 0%, rgba(238, 241, 248, 0) 100%);
    background: linear-gradient(to top, rgba(238, 241, 248, 0.9) 0%, rgba(238, 241, 248, 0) 100%);
    content: '';
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
  .twocols-content .history-slider:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 150px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: -webkit-linear-gradient(top, rgba(238, 241, 248, 0.9) 0%, rgba(238, 241, 248, 0) 100%);
    background: linear-gradient(to bottom, rgba(238, 241, 248, 0.9) 0%, rgba(238, 241, 248, 0) 100%);
    content: '';
    opacity: 0;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    z-index: 1; }
  .twocols-content .history-slider.last-slide-reached:before {
    opacity: 1; }
  .twocols-content .history-slider.last-slide-reached:after {
    opacity: 0; }

.whyus-points {
  position: relative; }
  .whyus-points h5, .whyus-points h6 {
    display: block;
    font-weight: 700;
    font-size: 20px; }
    @media (max-width: 1129px) {
      .whyus-points h5, .whyus-points h6 {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .whyus-points h5, .whyus-points h6 {
        font-size: 17px;
        line-height: 1.65; } }
  .whyus-points:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: -webkit-linear-gradient(bottom, rgba(238, 241, 248, 0.9) 0%, rgba(238, 241, 248, 0) 100%);
    background: linear-gradient(to top, rgba(238, 241, 248, 0.9) 0%, rgba(238, 241, 248, 0) 100%);
    content: '';
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
  .whyus-points:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 150px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: -webkit-linear-gradient(top, rgba(238, 241, 248, 0.9) 0%, rgba(238, 241, 248, 0) 100%);
    background: linear-gradient(to bottom, rgba(238, 241, 248, 0.9) 0%, rgba(238, 241, 248, 0) 100%);
    content: '';
    opacity: 0;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    z-index: 1; }
  .whyus-points.last-slide-reached:before {
    opacity: 1; }
  .whyus-points.last-slide-reached:after {
    opacity: 0; }

.accreditation-block {
  padding: 40px 0;
  background: #fff;
  color: #000;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .accreditation-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .accreditation-block {
      padding: 80px 0; } }
  .accreditation-block:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    height: 1px;
    background: none; }
  .accreditation-block h3 {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400; }
    @media (min-width: 576px) {
      .accreditation-block h3 {
        font-size: 24px;
        line-height: 28px; } }
    @media (min-width: 1024px) {
      .accreditation-block h3 {
        font-size: 28px;
        line-height: 30px;
        margin: 0 0 45px; } }
  .accreditation-block .logos-slider {
    padding: 0; }
  .accreditation-block + .twocols-content {
    position: relative; }
    .accreditation-block + .twocols-content:before {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      height: 1px;
      background: -webkit-linear-gradient(right, #fff 0%, #000000 40%, #242424 60%, #fff 100%);
      background: linear-gradient(to left, #fff 0%, #000000 40%, #242424 60%, #fff 100%); }

.team-popup {
  max-width: 700px;
  border: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  color: #000; }
  .team-popup a {
    color: #000; }
  .team-popup .image {
    padding-top: 80%;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%; }
  .team-popup .text {
    padding: 20px;
    width: 100%; }
    @media (min-width: 576px) {
      .team-popup .text {
        padding: 25px; } }
    @media (min-width: 768px) {
      .team-popup .text {
        padding: 30px; } }
  .team-popup .title {
    display: block;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #192D63; }
    @media (min-width: 768px) {
      .team-popup .title {
        font-size: 24px;
        line-height: 32px; } }
  .team-popup .sub-title {
    display: block;
    color: #B0B0B0;
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0; }
  .team-popup .heading-holder {
    position: relative;
    padding: 0 0 17px;
    margin: 0 0 17px; }
    .team-popup .heading-holder:before {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      height: 1px;
      background: #F25E0D; }
  .team-popup p {
    margin: 0 0 20px; }
  .team-popup .info-links {
    margin: 0;
    padding: 0;
    list-style: none; }
    .team-popup .info-links li + li {
      margin-top: 5px; }
    .team-popup .info-links em {
      font-style: normal; }
    .team-popup .info-links i {
      margin: 0 10px 0 0;
      color: #F25E0D; }

.fancybox-close-small {
  background: none !important; }

.popup-holder {
  overflow: hidden;
  max-height: 0; }

.team-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          justify-content: center;
  margin: 0 -10px; }
  @media (min-width: 768px) {
    .team-row {
      padding: 30px 0 0; } }
  @media (min-width: 1440px) {
    .team-row {
      margin: 0 -120px; } }
  .team-row .col {
    width: 100%;
    padding: 0 10px 20px; }
    @media (min-width: 620px) {
      .team-row .col {
        width: 50%; } }
    @media (min-width: 850px) {
      .team-row .col {
        width: 50%; } }
        @media (min-width: 1024px) {
          .team-row .col {
            width: 33.33%; } }
        @media (min-width: 1440px) {
          .team-row .col {
            width: 25%; } }

.team-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  .team-box a {
    display: block;
    text-decoration: none; }
  .team-box .image {
    display: block;
    padding-top: 126%;
    background-size: cover;
    background-position: 50% 50%; }
  .team-box .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0A0C0F;
    color: #fff;
    padding: 15px 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center; }
    @media (min-width: 768px) {
      .team-box .caption {
        font-size: 16px;
        line-height: 22px; } }
    @media (min-width: 1130px) {
      .team-box .caption {
        font-size: 18px;
        line-height: 26px;
        font-weight: 400; } }
    @media (min-width: 1440px) {
      .team-box .caption {
        font-size: 20px;
        line-height: 26px;
        padding: 15px 20px; } }
  .team-box:hover .bio-caption {
    right: 0; }
  .team-box .bio-caption {
    position: absolute;
    width: 100%;
    right: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    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;
    padding: 20px;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    word-break: break-word; }
    @media (min-width: 1130px) {
      .team-box .bio-caption {
        font-size: 16px;
        line-height: 25px;
        padding: 30px 30px; } }
    .team-box .bio-caption h4 {
      font-size: 20px;
      line-height: 20px;
      font-weight: 700;
      color: #F25E0D;
      font-family: 'Orbitron', sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px; }
      @media (min-width: 1130px) {
        .team-box .bio-caption h4 {
          font-size: 25px; } }
    .team-box .bio-caption .location {
      display: block;
      font-size: 16px;
      margin: 0 0 15px; }
      @media (min-width: 1130px) {
        .team-box .bio-caption .location {
          font-size: 20px; } }
    .team-box .bio-caption .btn {
      color: #fff;
      width: auto;
      display: inline-block; }
      .team-box .bio-caption .btn:hover {
        color: #000;
        border-color: #000; }
    .team-box .bio-caption p {
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin: 0 0 20px; }
      @media (min-width: 576px) {
        .team-box .bio-caption p {
          -webkit-line-clamp: 4; } }
      @media (min-width: 1130px) {
        .team-box .bio-caption p {
          -webkit-line-clamp: 6;
          margin: 0 0 25px; } }
    .team-box .bio-caption .link-holder {
      text-align: right;
      padding: 0 0 6px; }
      .team-box .bio-caption .link-holder .link {
        position: relative;
        color: #fff;
        display: inline-block;
        vertical-align: top;
        font-size: 40px;
        text-decoration: none; }
        @media (min-width: 1130px) {
          .team-box .bio-caption .link-holder .link {
            font-size: 50px; } }
        .team-box .bio-caption .link-holder .link span {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          font-size: 20px;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s; }
          @media (min-width: 1130px) {
            .team-box .bio-caption .link-holder .link span {
              font-size: 25px; } }
        .team-box .bio-caption .link-holder .link:hover span {
          color: #F25E0D; }

.cta-strip {
  background: #fff;
  color: #000;
  padding: 50px 0 100px;
  text-align: center;
  margin: 0 0 -45px; }
  @media (min-width: 576px) {
    .cta-strip {
      padding: 60px 0 120px;
      margin: 0 0 -60px; } }
  @media (min-width: 768px) {
    .cta-strip {
      padding: 60px 0 180px;
      margin: 0 0 -110px; } }
  @media (min-width: 1024px) {
    .cta-strip {
      padding: 90px 0 200px; } }
    .cta-strip h2 {
      font-weight: 700;
      margin: 0 0 10px;
      font-family: 'Orbitron', sans-serif;
      text-transform: uppercase;
      letter-spacing: 4px; }
    @media (min-width: 1024px) {
      .cta-strip h2 {
        font-size: 48px;
        line-height: 48px; } }
  .cta-strip p {
    margin: 0 0 20px; }
  .cta-strip a:not([class]) {
    color: #000;
    text-decoration: underline; }
    .cta-strip a:not([class]):hover {
      text-decoration: none; }
  .cta-strip.light-gray {
    background: #D9E3F8; }
  .cta-strip.black {
    background: #0A0C0F;
    color: #fff; }
    .cta-strip.black .btn {
      border-color: #fff;
      color: #fff; }
    .cta-strip.black a:not([class]) {
      color: #fff; }
      .cta-strip.black a:not([class]):hover {
        color: #F25E0D; }
  .cta-strip.law-enforcement {
    background: #2666FF;
    color: #fff; }
    .cta-strip.law-enforcement .btn {
      border-color: #fff;
      color: #fff; }
    .cta-strip.law-enforcement a:not([class]) {
      color: #fff; }
      .cta-strip.law-enforcement a:not([class]):hover {
        color: #F25E0D; }
  .cta-strip.government {
    background: #F93B88; }
  .cta-strip.corporate {
    background: #22E6FE; }
  .cta-strip.military {
    background: #00F68A; }

.acf-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.acf-map img {
  max-width: inherit !important; }

.gmnoprint.gm-bundled-control {
  bottom: 145px !important; }

.quote-block {
  padding: 60px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .quote-block {
      padding: 80px 0; } }
  @media (min-width: 1130px) {
    .quote-block {
      padding: 100px 0; } }
  .quote-block blockquote {
    margin: 0;
    padding: 0;
    border: 0; }
  .quote-block q {
    quotes: none;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 30px;
    display: block; }
    @media (min-width: 768px) {
      .quote-block q {
        font-size: 22px;
        line-height: 30px; } }
    @media (min-width: 1024px) {
      .quote-block q {
        font-size: 28px;
        line-height: 36px; } }
    @media (min-width: 1130px) {
      .quote-block q {
        font-size: 32px;
        line-height: 42px; } }
  .quote-block cite {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-style: normal; }

.sector-bg-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 900px;
  background-size: cover;
  z-index: 1;
  background-position: 50% 50%;
  pointer-events: none; }
  @media (min-width: 768px) {
    .sector-bg-image {
      height: 1528px; } }
  .sector-bg-image:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: -webkit-linear-gradient(39deg, #0A0C0F 48.23%, rgba(10, 12, 15, 0.59) 69.66%, #0A0C0F 81.38%);
    background: linear-gradient(51deg, #0A0C0F 48.23%, rgba(10, 12, 15, 0.59) 69.66%, #0A0C0F 81.38%); }
  .sector-bg-image:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    height: 250px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #0A0C0F 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #0A0C0F 100%);
    z-index: 1;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }

.text-block {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 26px; }
  @media (min-width: 576px) {
    .text-block {
      font-size: 18px;
      line-height: 28px; } }
  .text-block p {
    margin: 0 0 20px; }
  .text-block h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 10px; }
    @media (min-width: 576px) {
      .text-block h3 {
        font-size: 30px;
        line-height: 45px; } }
  .text-block .container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .text-block .text-content-holder {
    border-radius: 20px;
    background: #fff;
    color: #000;
    margin-top: -150px;
    padding: 30px 25px 10px;
    position: relative;
    z-index: 3; }
    @media (min-width: 576px) {
      .text-block .text-content-holder {
        padding: 55px 45px 10px; } }
    @media (min-width: 1024px) {
      .text-block .text-content-holder {
        padding: 55px 45px 70px; } }
    @media (min-width: 1130px) {
      .text-block .text-content-holder {
        padding: 55px 67px 70px; } }
    .text-block .text-content-holder a:not([class]) {
      color: #000;
      text-decoration: underline; }
      .text-block .text-content-holder a:not([class]):hover {
        text-decoration: none; }

.not-found {
  text-align: center;
  padding: 60px 20px; }
  @media (min-width: 768px) {
    .not-found {
      padding: 80px 20px; } }
  @media (min-width: 1024px) {
    .not-found {
      padding: 100px 20px; } }
  @media (min-width: 1130px) {
    .not-found {
      padding: 130px 20px; } }
  .not-found h1 {
    font-family: 'Orbitron', sans-serif;
    font-size: 90px;
    font-weight: 700;
    text-shadow: 5px 5px #f25e0d;
    letter-spacing: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0; }
    @media (min-width: 768px) {
      .not-found h1 {
        font-size: 130px; } }
    .not-found h1 span {
      -webkit-animation-name: bounce-2;
              animation-name: bounce-2;
      -webkit-animation-timing-function: ease;
              animation-timing-function: ease;
      -webkit-animation-duration: 1.5s;
              animation-duration: 1.5s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite; }
      .not-found h1 span:nth-child(2) {
        -webkit-animation-name: bounce-1;
                animation-name: bounce-1; }
      .not-found h1 span:nth-child(3) {
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s; }
  .not-found p {
    margin: 0 0 40px; }
  .not-found .info {
    max-width: 600px;
    margin: 0 auto; }

@-webkit-keyframes bounce-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes bounce-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes bounce-1 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); } }

@keyframes bounce-1 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); } }

.main-content {
  padding: 0 0 50px; }
  @media (min-width: 1024px) {
    .main-content {
      padding: 0 0 100px; } }
  @media (min-width: 1024px) {
    .main-content .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -30px; } }
  @media (min-width: 1024px) {
    .main-content .row .col {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 0 30px; } }
  .main-content .row .col.sidebar-col {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit; }
    @media (min-width: 1024px) {
      .main-content .row .col.sidebar-col {
        width: 220px;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    @media (min-width: 1130px) {
      .main-content .row .col.sidebar-col {
        width: 300px; } }

.filter-holder {
  padding: 0 0 30px; }
  @media (min-width: 768px) {
    .filter-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 1024px) {
    .filter-holder {
      display: block;
      padding: 0;
      background: none; } }
  .filter-holder .heading {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    display: block;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .filter-holder .heading {
        text-align: left;
        margin: 0 20px 0 0; } }
    @media (min-width: 1024px) {
      .filter-holder .heading {
        margin: 0 0 20px; } }

@media (max-width: 1023px) {
  .sticky-wrap-filter-holder {
    height: auto !important; }
    .sticky-wrap-filter-holder .filter-holder {
      position: static !important;
      height: auto !important;
      width: 100% !important; } }

.filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 1024px) {
    .filter-list {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .filter-list li {
    margin: 0 5px 8px; }
    @media (min-width: 1024px) {
      .filter-list li {
        width: 100%;
        margin: 0 0 10px; } }
    .filter-list li a {
      display: inline-block;
      vertical-align: top;
      font-size: 13px;
      letter-spacing: 1px;
      line-height: 14px;
      font-weight: 400;
      padding: 10px 18px;
      border: solid 1px transparent;
      text-decoration: none;
      border-radius: 20px; }
      @media (min-width: 576px) {
        .filter-list li a {
          padding: 10px 25px; } }
      .filter-list li a.active {
        border-color: #fff; }

.accordion-block {
  padding: 0 0 60px; }
  .accordion-block h2 {
    font-size: 20px;
    line-height: 26px;
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 700; }
    @media (min-width: 768px) {
      .accordion-block h2 {
        font-size: 26px;
        line-height: 26px; } }
    @media (min-width: 1024px) {
      .accordion-block h2 {
        font-size: 32px;
        line-height: 32px; } }
    
.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 24px; }
  .accordion p {
    margin: 0 0 25px; }
  .accordion li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
    .accordion li .opener {
      display: block;
      text-decoration: none;
      font-size: 16px;
      line-height: 400;
      line-height: 24px;
      padding: 20px 70px 20px 0;
      position: relative; }
      @media (min-width: 1024px) {
        .accordion li .opener {
          line-height: 30px;
          padding: 30px 70px 30px 0; } }
      .accordion li .opener:after {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        content: '\e955';
        font-family: icomoon;
        font-size: 25px; }
        @media (min-width: 768px) {
          .accordion li .opener:after {
            font-size: 30px; } }
      .accordion li .opener:before {
        position: absolute;
        right: 7px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        content: '\f067';
        font-family: icomoon;
        font-size: 13px; }
        @media (min-width: 768px) {
          .accordion li .opener:before {
            font-size: 16px;
            right: 9px; } }
    .accordion li.active .opener:before {
      content: "\f068";
      color: #F25E0D; }
  .accordion .slide-holder {
    padding: 0 0 30px; }
    @media (min-width: 1024px) {
      .accordion .slide-holder {
        padding: 0 60px 30px 0; } }
    .accordion .slide-holder ul {
      padding: 0 0 20px; }
      .accordion .slide-holder ul li {
        padding: 0 0 8px 18px;
        position: relative;
        border: 0; }
        .accordion .slide-holder ul li:before {
          position: absolute;
          left: 0;
          top: 10px;
          width: 6px;
          height: 6px;
          border-radius: 100%;
          content: '';
          background-color: #F25E0D; }
    .accordion .slide-holder ol {
      padding: 0 0 20px;
      counter-reset: item; }
      .accordion .slide-holder ol li {
        padding: 0 0 8px 24px;
        position: relative;
        border: 0; }
        .accordion .slide-holder ol li:before {
          position: absolute;
          left: 0;
          top: 0;
          color: #F25E0D;
          content: counters(item, ".") " .";
          counter-increment: item;
          font-weight: 600; }

.gm-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important; }

.gm-style-iw-d {
  overflow: hidden !important; }

.gm-ui-hover-effect {
  top: -12px !important;
  display: none !important; }

.map-popup {
  color: #000;
  border-radius: 0;
  padding: 15px;
  text-align: center;
  font-size: 15px;
  line-height: 20px; }
  .map-popup p {
    margin: 0; }

.featured-projects {
  padding: 0; }
  @media (min-width: 1024px) {
    .featured-projects {
      padding: 0 0 50px; } }
  .featured-projects + .casestudies-slider-block {
    padding-top: 20px; }
    @media (min-width: 576px) {
      .featured-projects + .casestudies-slider-block {
        padding-top: 40px; } }
  .featured-projects .featured-projects-header {
    padding: 0 0 30px;
    text-align: center; }
    @media (min-width: 1024px) {
      .featured-projects .featured-projects-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        text-align: left; } }
    @media (min-width: 1366px) {
      .featured-projects .featured-projects-header {
        padding: 0 0 40px; } }
    .featured-projects .featured-projects-header h2 {
      font-size: 30px;
      line-height: 35px;
      font-weight: 400;
      margin: 0 0 20px; }
      @media (min-width: 1024px) {
        .featured-projects .featured-projects-header h2 {
          font-size: 35px;
          line-height: 40px;
          margin: 0; } }
      @media (min-width: 1366px) {
        .featured-projects .featured-projects-header h2 {
          font-size: 45px;
          line-height: 60px; } }
    .featured-projects .featured-projects-header .filter-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin: 0 -5px; }
      .featured-projects .featured-projects-header .filter-list li {
        margin: 0 5px 10px;
        width: auto; }
        .featured-projects .featured-projects-header .filter-list li a {
          border-color: #fff; }
          .featured-projects .featured-projects-header .filter-list li a.active {
            background: #fff;
            color: #000; }
  .featured-projects .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -10px; }
    .featured-projects .row .col {
      width: 100%;
      padding: 0 10px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 768px) {
        .featured-projects .row .col {
          width: 50%; } }
  .featured-projects .paging {
    padding: 30px 0 0; }

.project-box {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  min-height: 400px;
  border-radius: 20px;
  overflow: hidden;
  width: 100%; }
  @media (min-width: 1024px) {
    .project-box {
      min-height: 523px; } }
  .project-box .hover-caption {
    position: relative;
    z-index: 1;
    background: #EEF1F8;
    height: 100%;
    padding: 20px;
    opacity: 0;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
    @media (min-width: 1024px) {
      .project-box .hover-caption {
        padding: 40px 30px 30px; } }
    .project-box .hover-caption .caption-header {
      position: static;
      background: none;
      color: #000;
      padding: 0; }
      .project-box .hover-caption .caption-header .icon-shape {
        background: #0D0D11;
        padding: 12px;
        border-radius: 10px;
        color: #fff; }
        @media (min-width: 1024px) {
          .project-box .hover-caption .caption-header .icon-shape {
            padding: 30px; } }
      @media (max-width: 1023px) {
        .project-box .hover-caption .caption-header .title {
          font-size: 18px;
          line-height: 22px; } }
    .project-box .hover-caption .btn {
      margin: 4px 0 0; }
      @media (min-width: 1024px) {
        .project-box .hover-caption .btn {
          margin: 10px 0 0; } }
  .project-box:hover .hover-caption {
    opacity: 1; }
  .project-box .accordion {
    margin: 0;
    padding: 25px 0 0;
    color: #000; }
    .project-box .accordion li {
      border-bottom: solid 1px #000; }
      .project-box .accordion li .opener {
        color: #000;
        padding: 14px 50px 14px 0;
        font-size: 14px;
        font-weight: 400; }
        @media (min-width: 1024px) {
          .project-box .accordion li .opener {
            font-size: 16px;
            padding: 18px 60px 18px 0; } }
      .project-box .accordion li.active .opener {
        color: #F25E0D;
        font-weight: 600; }
        .project-box .accordion li.active .opener:after {
          color: #000; }
      .project-box .accordion li .slide-holder {
        padding: 0 0 25px; }
        .project-box .accordion li .slide-holder p {
          display: -webkit-box;
          -webkit-line-clamp: 7;
          -webkit-box-orient: vertical;
          overflow: hidden; }
  .project-box .caption-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (min-width: 1024px) {
      .project-box .caption-header {
        top: 38px;
        padding: 30px 20px; } }
    @media (min-width: 1366px) {
      .project-box .caption-header {
        padding: 30px; } }
    .project-box .caption-header .title {
      display: block;
      font-size: 20px;
      line-height: 26px;
      font-weight: 400; }
      @media (min-width: 1024px) {
        .project-box .caption-header .title {
          font-size: 26px;
          line-height: 30px; } }
      @media (min-width: 1366px) {
        .project-box .caption-header .title {
          font-size: 30px;
          line-height: 36px; } }
      .project-box .caption-header .title strong {
        font-weight: 600; }
  .project-box .icon-shape {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    font-size: 60px;
    margin: 0 15px 0 0; }
    @media (min-width: 1024px) {
      .project-box .icon-shape {
        font-size: 75px;
        margin: 0 25px 0 0; } }
    .project-box .icon-shape span {
      font-size: 30px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #F25E0D; }
      @media (min-width: 1024px) {
        .project-box .icon-shape span {
          font-size: 40px; } }
  .project-box .link {
    display: block;
    margin: 20px 0 0;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    font-weight: 400; }
    @media (min-width: 1024px) {
      .project-box .link {
        font-size: 16px;
        line-height: 18px;
        margin: 30px 0 0; } }
    .project-box .link i {
      font-size: 7px; }
      @media (min-width: 1024px) {
        .project-box .link i {
          font-size: 10px; } }
    .project-box .link:hover {
      text-decoration: underline; }
  .project-box.corporate .icon-shape span {
    color: #22E6FE; }
  .project-box.government .icon-shape span {
    color: #F93B88; }
  .project-box.military .icon-shape span {
    color: #00F68A; }
  .project-box.law-enforcement .icon-shape span {
    color: #2666FF; }

.image-text-columns {
  background: #fff;
  padding: 60px 0 20px;
  color: #000; }
  @media (min-width: 1024px) {
    .image-text-columns {
      padding: 95px 0; } }
  .image-text-columns .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -30px; }
    .image-text-columns .row .col {
      width: 100%;
      padding: 0 30px 40px;
      font-weight: 500; }
      @media (min-width: 1024px) {
        .image-text-columns .row .col {
          width: 50%;
          padding: 0 30px; } }
  .image-text-columns .logo {
    max-width: 160px;
    margin: 0 0 30px; }
    @media (min-width: 1024px) {
      .image-text-columns .logo {
        max-width: 197px; } }
    @media (min-width: 1366px) {
      .image-text-columns .logo {
        margin: 0 0 50px; } }
    .image-text-columns .logo img {
      display: block;
      max-width: 100%; }
  .image-text-columns p {
    margin: 0 0 33px; }
  .image-text-columns .btn.btn-black {
    background: #000 !important;
    color: #fff !important; }
    .image-text-columns .btn.btn-black:hover {
      background: none !important;
      border-color: #000 !important;
      color: #000 !important; }
  .image-text-columns .btns-holder .btn {
    margin: 0 10px 10px 0; }
  .image-text-columns .image-holder {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 62%;
    border-radius: 10px; }
  .image-text-columns .caption-header {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff; }
    @media (min-width: 1024px) {
      .image-text-columns .caption-header {
        padding: 30px 20px; } }
    @media (min-width: 1366px) {
      .image-text-columns .caption-header {
        padding: 30px; } }
    .image-text-columns .caption-header .title {
      display: block;
      font-size: 18px;
      line-height: 26px;
      font-weight: 400; }
      @media (min-width: 576px) {
        .image-text-columns .caption-header .title {
          font-size: 20px;
          line-height: 30px; } }
      .image-text-columns .caption-header .title strong {
        font-weight: 600; }
  .image-text-columns .icon-shape {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    font-size: 60px;
    margin: 0 15px 0 0; }
    @media (min-width: 1024px) {
      .image-text-columns .icon-shape {
        font-size: 75px;
        margin: 0 25px 0 0; } }
    .image-text-columns .icon-shape span {
      font-size: 30px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #F25E0D; }
      @media (min-width: 1024px) {
        .image-text-columns .icon-shape span {
          font-size: 40px; } }

.text-blocks + .quote-block {
  background: #000; }

.text-blocks .row {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -20px;
  position: relative;
  text-align: center; }
  @media (min-width: 1024px) {
    .text-blocks .row {
      text-align: left;
      padding: 80px 0; } }
  .text-blocks .row + .row:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    height: 1px;
    background: -webkit-linear-gradient(left, #000000 0%, #F25E0D 27%, #F25E0D 74%, #000000 100%);
    background: linear-gradient(to right, #000000 0%, #F25E0D 27%, #F25E0D 74%, #000000 100%); }
  .text-blocks .row .col {
    padding: 0 20px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (min-width: 1024px) {
      .text-blocks .row .col {
        width: 50%; } }
  .text-blocks .row.full-width {
    text-align: center;
    max-width: 846px;
    margin: 0 auto; }
    .text-blocks .row.full-width .col {
      padding: 0;
      width: 100%; }

.text-blocks .title {
  font-size: 16px;
  color: #F25E0D;
  font-family: 'Orbitron', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px; }

.text-blocks h2 {
  font-weight: 400; }

.hidden {
  display: none; }

.last-slide .sticky-wrap-timeline-block .timeline-block {
  position: static !important; }

@media (max-width: 1023px) {
  .pin-spacer {
    width: 100% !important;
    height: auto !important;
    padding: 0 !important; }
    .pin-spacer .mySwiper {
      position: static !important;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important; } }

.team-bio-block {
  background: #EEF1F8;
  padding: 30px 0;
  color: #000;
  overflow: hidden; }
  @media (min-width: 768px) {
    .team-bio-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .team-bio-block {
      padding: 110px 0; } }
  .team-bio-block .container {
    max-width: 920px; }
  .team-bio-block a {
    color: #000; }
    .team-bio-block a.btn {
      color: #fff; }
  .team-bio-block h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 20px; }
    @media (min-width: 576px) {
      .team-bio-block h2 {
        font-size: 24px;
        line-height: 35px; } }
    @media (min-width: 768px) {
      .team-bio-block h2 {
        font-size: 28px;
        line-height: 40px; } }
  .team-bio-block h4 {
    font-size: 18px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .team-bio-block h4 {
        font-size: 20px; } }
  .team-bio-block .heading {
    display: block;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    margin: 0 0 20px; }
    @media (min-width: 576px) {
      .team-bio-block .heading {
        font-size: 36px;
        line-height: 40px; } }
    @media (min-width: 768px) {
      .team-bio-block .heading {
        margin: 0 0 30px;
        font-size: 40px;
        line-height: 48px; } }
    @media (min-width: 1024px) {
      .team-bio-block .heading {
        font-size: 48px;
        line-height: 52px;
        margin: 0 0 30px; } }
  .team-bio-block .title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #F25E0D;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .team-bio-block .title {
        margin: 0 0 20px; } }
  .team-bio-block .image {
    margin: 0 0 30px;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 20px;
    overflow: hidden;
    padding-top: 100%; }
    @media (min-width: 768px) {
      .team-bio-block .image {
        display: block;
        float: right;
        width: 280px;
        height: 300px;
        margin: 0 0 30px 30px;
        padding: 0; } }
    @media (min-width: 1024px) {
      .team-bio-block .image {
        width: 400px;
        height: 440px; } }

.news-slider-block {
  background: #fff;
  padding: 36px 0 40px;
  color: #000;
  overflow: hidden; }
  @media (min-width: 768px) {
    .news-slider-block {
      padding: 50px 0 70px; } }
  .news-slider-block a {
    color: #000; }
    .news-slider-block a.btn {
      color: #fff; }
  .news-slider-block h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0; }
    @media (min-width: 576px) {
      .news-slider-block h2 {
        font-size: 30px;
        line-height: 35px; } }
    @media (min-width: 768px) {
      .news-slider-block h2 {
        font-size: 35px;
        line-height: 40px; } }
    @media (min-width: 1024px) {
      .news-slider-block h2 {
        font-size: 45px;
        line-height: 60px; } }
  .news-slider-block .news-slider-header {
    margin: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .news-slider-block .cta-item-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -10px; }
    .news-slider-block .cta-item-slider .slide {
      padding: 0 10px 30px;
      width: 50%; }
  .news-slider-block .cta-item .btn {
    background: none;
    border-color: #000;
    color: #000 !important; }
    .news-slider-block .cta-item .btn:hover {
      background: #000;
      color: #fff !important; }
  .news-slider-block .cta-item .tags .tag {
    border-color: #000; }
  .news-slider-block .cta-item-slider-nav {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .news-slider-block .cta-item-slider-nav .slick-arrow {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      color: #000;
      margin: 0 5px; }
      .news-slider-block .cta-item-slider-nav .slick-arrow i {
        font-size: 14px;
        line-height: 1; }
      .news-slider-block .cta-item-slider-nav .slick-arrow.slick-next {
        color: #F25E0D; }
      .news-slider-block .cta-item-slider-nav .slick-arrow:hover {
        color: #F25E0D; }
  .news-slider-block .slick-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 -400px 0 0;
    padding: 0 400px 0 0; }
  .news-slider-block.v2 {
    background: #0A0C0F;
    color: #fff; }
    .news-slider-block.v2 a {
      color: #fff; }
    .news-slider-block.v2 .cta-item .btn {
      background: none;
      border-color: #fff;
      color: #fff !important; }
      .news-slider-block.v2 .cta-item .btn:hover {
        background: #fff;
        color: #000 !important; }
    .news-slider-block.v2 .cta-item .tags .tag {
      border-color: #fff; }
    .news-slider-block.v2 .cta-item:hover .btns-holder .btn:first-child {
      background: #fff;
      color: #000 !important; }
    .news-slider-block.v2 .cta-item-slider-nav .slick-arrow {
      color: #fff; }
      .news-slider-block.v2 .cta-item-slider-nav .slick-arrow.slick-next {
        color: #F25E0D; }
    .news-slider-block.v2 + .ctas-block {
      background: #0A0C0F; }
  .news-slider-block + .ctas-block {
    background: #fff; }
  .news-slider-block .container.v2 {
    max-width: 1380px; }

.cta-item .image {
  display: block;
  padding-top: 60%;
  border-radius: 20px;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #F25E0D;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  overflow: hidden; }

.cta-item:hover .image {
  filter: grayscale(1); }

.cta-item:hover .btns-holder .btn:first-child {
  background: #000;
  color: #fff !important; }

.cta-item:hover p {
  margin: 0 0 30px;
  max-height: 100px; }

.cta-item:hover h3 {
  font-weight: 600; }

.cta-item p {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.cta-item .text {
  padding: 20px 0 0; }

.cta-item .btnplay, .cta-item .btndownload {
  text-decoration: none; }

.cta-item h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 25px 0 15px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .cta-item h3 {
      font-size: 26px;
      line-height: 32px; } }

.cta-item .btns-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -4px; }
  @media (min-width: 1024px) {
    .cta-item .btns-holder {
      margin: 0 -8px; } }
  .cta-item .btns-holder .btn {
    margin: 0 4px 8px; }
    @media (min-width: 1024px) {
      .cta-item .btns-holder .btn {
        margin: 0 8px 10px; } }
    @media (max-width: 1023px) {
      .cta-item .btns-holder .btn {
        padding-left: 15px;
        padding-right: 15px; } }

.cta-item .tag-holder {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.cta-item .date {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  display: block;
  margin: 0;
  padding-left: 1em;
}

.cta-item .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 10px 0 -5px;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap; }
  .cta-item .tags .tag {
    margin: 0 5px;
    font-size: 12px;
    line-height: 14px;
    display: block;
    border: solid 1px #fff;
    padding: 4px 10px;
    border-radius: 20px; }

.hero-image {
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 56%; }
  @media (min-width: 480px) {
    .hero-image {
      height: 250px;
      padding-top: 0; } }
  @media (min-width: 768px) {
    .hero-image {
      height: 300px; } }
  @media (min-width: 1024px) {
    .hero-image {
      height: 348px; } }
      @media (max-width: 480px) {
        .hero-image {
          padding-bottom: 45%;
          padding-top: 0; } }

.single-news-block {
  background: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
    .single-news-block {
      font-size: 19px; } }
  .single-news-block a {
    color: #000; }
  .single-news-block .container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .single-news-block .content-holder {
    position: relative;
    padding: 55px 0 35px; }
    @media (min-width: 480px) {
      .single-news-block .content-holder {
        max-width: 926px;
        background: #fff;
        position: relative;
        margin: -100px auto 0;
        border-radius: 20px;
        padding: 55px 20px 35px; } }
    @media (min-width: 1024px) {
      .single-news-block .content-holder {
        padding: 55px 35px 35px; } }
  .single-news-block h2 {
    text-align: center;
    margin: 0 0 15px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (min-width: 576px) {
      .single-news-block h2 {
        font-size: 32px;
        line-height: 32px;
        margin: 0 0 25px; } }
    @media (min-width: 768px) {
      .single-news-block h2 {
        font-size: 38px;
        line-height: 38px; } }
    @media (min-width: 1024px) {
      .single-news-block h2 {
        margin: 20px 0 50px 0;
        font-size: 48px;
        line-height: 48px; } }
  .single-news-block .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -5px 15px;
    font-weight: 400; }
    @media (min-width: 576px) {
      .single-news-block .meta {
        margin: 0 -5px 20px; } }
    @media (min-width: 1024px) {
      .single-news-block .meta {
        margin: 0 -5px 40px; } }
    .single-news-block .meta span {
      padding: 0 5px; }
  .single-news-block p {
    margin: 0 0 25px; }
  .single-news-block h4 {
    font-size: 18px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .single-news-block h4 {
        font-size: 20px; } }
  .single-news-block h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .single-news-block h3 {
        font-size: 28px;
        line-height: 40px; } }
  .single-news-block .iframe-holder {
    position: relative;
    padding-top: 56.2%;
    margin: 0 0 30px; }
    .single-news-block .iframe-holder iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      margin: 0; }
  .single-news-block iframe {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    background: rgba(0, 0, 0, 0.2); }
    @media (min-width: 576px) {
      .single-news-block iframe {
        height: 280px; } }
    @media (min-width: 768px) {
      .single-news-block iframe {
        height: 360px; } }
    @media (min-width: 1024px) {
      .single-news-block iframe {
        height: 482px; } }
  .single-news-block ul {
    padding: 0 0 20px; }
    .single-news-block ul li {
      padding: 0 0 8px 18px;
      position: relative; }
      .single-news-block ul li:before {
        position: absolute;
        left: 0;
        top: 13px;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        content: '';
        background-color: #F25E0D; }
  .single-news-block ol {
    padding: 0 0 20px;
    counter-reset: item; }
    .single-news-block ol li {
      padding: 0 0 8px 20px;
      position: relative; }
      .single-news-block ol li:before {
        position: absolute;
        left: 0;
        top: 0;
        color: #F25E0D;
        content: counters(item, ".") " ";
        counter-increment: item;
        font-weight: 600; }
  .single-news-block blockquote {
    border: 0;
    margin: 0 0 15px;
    padding: 0;
    font-size: 18px;
    font-weight: 600; }
    .single-news-block blockquote q, .single-news-block blockquote p {
      quotes: none;
      font-style: italic;
      display: block;
      margin: 0 0 8px; }
    .single-news-block blockquote cite {
      display: block;
      font-weight: 400; }
  .single-news-block .avatar {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 84px;
    height: 84px;
    border-radius: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(images/user-avatar.jpg); }

.resources-area {
  padding: 0 0 20px; }
  @media (min-width: 768px) {
    .resources-area {
      padding: 0 0 50px; } }
  @media (min-width: 1024px) {
    .resources-area .resources-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 30px 0 30px; } }
  .resources-area .resources-header h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 20px;
    text-align: center; }
    @media (min-width: 576px) {
      .resources-area .resources-header h2 {
        font-size: 30px;
        line-height: 35px; } }
    @media (min-width: 768px) {
      .resources-area .resources-header h2 {
        font-size: 35px;
        line-height: 40px; } }
    @media (min-width: 1024px) {
      .resources-area .resources-header h2 {
        font-size: 45px;
        line-height: 60px;
        margin: 0;
        text-align: left; } }
  .resources-area .searchform {
    margin: 0 auto 20px;
    max-width: none;
    width: 330px; }
    @media (min-width: 1024px) {
      .resources-area .searchform {
        margin: 0;
        width: 280px; } }
    @media (min-width: 1130px) {
      .resources-area .searchform {
        width: 392px; } }
  .resources-area .container {
    max-width: 1380px; }
  .resources-area .filter-right {
    text-align: center;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .resources-area .filter-right {
        text-align: left;
        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: 1024px) {
      .resources-area .filter-right {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 0; } }
    .resources-area .filter-right .title {
      font-size: 16px;
      display: none;
      margin: 0 0 10px; }
      @media (min-width: 768px) {
        .resources-area .filter-right .title {
          margin: 0 20px 10px 0;
          display: block; } }
    .resources-area .filter-right .filter-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin: 0 -5px; }
      .resources-area .filter-right .filter-list li {
        margin: 0 5px 10px;
        width: auto; }
        .resources-area .filter-right .filter-list li a {
          border: solid 1px #fff;
          font-size: 11px;
          line-height: 14px;
          padding: 6px 12px; }
          @media (min-width: 1130px) {
            .resources-area .filter-right .filter-list li a {
              font-size: 12px;
              line-height: 14px;
              padding: 8px 15px; } }
          .resources-area .filter-right .filter-list li a.active, .resources-area .filter-right .filter-list li a:hover {
            background: #fff;
            color: #000; }
        .resources-area .filter-right .filter-list li.active a {
          background: #fff;
          color: #000; }
  .resources-area .resources .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -12px; }
    .resources-area .resources .row .col {
      padding: 0 12px 40px;
      width: 100%; }
      @media (min-width: 768px) {
        .resources-area .resources .row .col {
          width: 50%; } }
      @media (min-width: 1130px) {
        .resources-area .resources .row .col {
          width: 33.33%; } }
      .resources-area .resources .row .col .cta-item .image {
        padding-top: 65%; }
      .resources-area .resources .row .col .cta-item .text {
        padding-top: 35px; }
      .resources-area .resources .row .col .cta-item .btn {
        background: none;
        border-color: #fff;
        color: #fff !important; }
        .resources-area .resources .row .col .cta-item .btn:hover {
          background: #fff !important;
          color: #000 !important; }
      .resources-area .resources .row .col .cta-item:hover .btns-holder .btn:first-child {
        background: #fff !important;
        color: #000 !important; }
  .resources-area + .news-slider-block .container {
    max-width: 1380px; }

.span-reading-time {
  padding: 0 !important; }
  .span-reading-time .rt-label, .span-reading-time .rt-time {
    padding: 0 !important; }

.meta + .rt-reading-time {
  display: none !important; }

.teletype-cursor, .teletype-text {
  display: inline !important; }

.teletype {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.acf-map div {
  border: none !important;
  outline: none !important; }






/* LAW ENFORCEMENT SECTOR */


body:not(.post-type-archive-casestudies) .law-enforcement-sector .fixed-position #header {
  z-index: 1000;
  animation: showBar ease .5s;
  -webkit-animation: showBar ease .5s; }
  body:not(.post-type-archive-casestudies) .law-enforcement-sector .fixed-position #header {
    z-index: 1000;
    animation: showBar ease .5s;
    -webkit-animation: showBar ease .5s;
    box-shadow: 0 0 10px rgb(38 102 255 / 40%); }
    @media (max-width: 1130px) {
      body:not(.post-type-archive-casestudies) .law-enforcement-sector #header {
        box-shadow: 0 0 10px rgb(38 102 255 / 40%) } }

        
/* body:not(.post-type-archive-casestudies) .law-enforcement-sector #header .main-nav .row .links ul li a::after {
  color: #2666FF; } */
body:not(.post-type-archive-casestudies) .law-enforcement-sector #header .main-nav ul li a:hover .title {
 color: #2666FF; }
 body:not(.post-type-archive-casestudies) .law-enforcement-sector #header .main-nav ul li a:hover::before {
  color: #2666FF; }
  body:not(.post-type-archive-casestudies) .law-enforcement-sector #header .main-nav ul li a:hover::after {
    color: #2666FF; }
  body:not(.post-type-archive-casestudies) .law-enforcement-sector #header .main-nav ul li a.active .title {
    color: #2666FF; }
    body:not(.post-type-archive-casestudies) .law-enforcement-sector #header .main-nav ul li a.active::before {
      color: #2666FF; }
      body:not(.post-type-archive-casestudies) .law-enforcement-sector #header .main-nav ul li a.active::after {
        color: #2666FF; }
    body:not(.post-type-archive-casestudies) .law-enforcement-sector #header .main-nav ul li a.active .paragraph {
      color: #000; }
    body:not(.post-type-archive-casestudies) .law-enforcement-sector #header .main-nav ul li.menu-item-has-children:hover > a {
      color: #2666FF; }
      body:not(.post-type-archive-casestudies) .law-enforcement-sector #header .main-nav ul li a.active {
        color: #2666FF; }
        body:not(.post-type-archive-casestudies) .law-enforcement-sector #header .main-nav ul li a:hover {
          color: #2666FF; }


body:not(.post-type-archive-casestudies) .law-enforcement-sector button, body:not(.post-type-archive-casestudies) .law-enforcement-sector .btn, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='button'], body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='reset'], body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='file'], body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='submit'], body:not(.post-type-archive-casestudies) .law-enforcement-sector .button {
  background: #2666FF;
  border-color: #2666FF; }
  body:not(.post-type-archive-casestudies) .law-enforcement-sector button:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector .btn:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='button']:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='reset']:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='file']:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='submit']:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector .button:hover {
    background: #fff;
    border-color: #fff; }
  body:not(.post-type-archive-casestudies) .law-enforcement-sector button.btn-white, body:not(.post-type-archive-casestudies) .law-enforcement-sector .btn.btn-white, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='button'].btn-white, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='reset'].btn-white, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='file'].btn-white, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='submit'].btn-white, body:not(.post-type-archive-casestudies) .law-enforcement-sector .button.btn-white {
    background: #fff;
    color: #000; }
    body:not(.post-type-archive-casestudies) .law-enforcement-sector button.btn-white:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector .btn.btn-white:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='button'].btn-white:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='reset'].btn-white:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='file'].btn-white:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='submit'].btn-white:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector .button.btn-white:hover {
      background: #ebebeb; }
  body:not(.post-type-archive-casestudies) .law-enforcement-sector button.btn-black, body:not(.post-type-archive-casestudies) .law-enforcement-sector .btn.btn-black, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='button'].btn-black, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='reset'].btn-black, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='file'].btn-black, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='submit'].btn-black, body:not(.post-type-archive-casestudies) .law-enforcement-sector .button.btn-black {
    background: #2666FF;
    color: #fff; }
    body:not(.post-type-archive-casestudies) .law-enforcement-sector button.btn-black:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector .btn.btn-black:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='button'].btn-black:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='reset'].btn-black:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='file'].btn-black:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='submit'].btn-black:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector .button.btn-black:hover {
      color: #000;
      background: #fff;
      border-color: #000;  }
  body:not(.post-type-archive-casestudies) .law-enforcement-sector button.btn-black-outline, body:not(.post-type-archive-casestudies) .law-enforcement-sector .btn.btn-black-outline, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='button'].btn-black-outline, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='reset'].btn-black-outline, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='file'].btn-black-outline, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='submit'].btn-black-outline, body:not(.post-type-archive-casestudies) .law-enforcement-sector .button.btn-black-outline {
    background: #fff;
    border-color: #000;
    color: #000; }
    body:not(.post-type-archive-casestudies) .law-enforcement-sector button.btn-black-outline:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector .btn.btn-black-outline:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='button'].btn-black-outline:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='reset'].btn-black-outline:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='file'].btn-black-outline:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='submit'].btn-black-outline:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector .button.btn-black-outline:hover {
      background: #000;
      color: #fff; }
  body:not(.post-type-archive-casestudies) .law-enforcement-sector button.btn-secondary, body:not(.post-type-archive-casestudies) .law-enforcement-sector .btn.btn-secondary, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='button'].btn-secondary, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='reset'].btn-secondary, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='file'].btn-secondary, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='submit'].btn-secondary, body:not(.post-type-archive-casestudies) .law-enforcement-sector .button.btn-secondary {
    background: #000;
    border-color: #000; }
    body:not(.post-type-archive-casestudies) .law-enforcement-sector button.btn-secondary:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector .btn.btn-secondary:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='button'].btn-secondary:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='reset'].btn-secondary:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='file'].btn-secondary:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector input[type='submit'].btn-secondary:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector .button.btn-secondary:hover {
      background: #fff;
      color: #fff;
      border-color: #000; }

body:not(.post-type-archive-casestudies) .law-enforcement-sector .twocols-content .f-list li .icon-shape span:before {
  color: #2666FF;
  content: '\e94d'; }

body:not(.post-type-archive-casestudies) .law-enforcement-sector .sliders-tabs .slider-nav .slide.slick-current {
  color: #2666FF; }
  body:not(.post-type-archive-casestudies) .law-enforcement-sector .sliders-tabs .slider-nav .slide.slick-current .icon-shape span {
    color: #2666FF;
    content: '\e94d'; }

body:not(.post-type-archive-casestudies) .law-enforcement-sector .twocols-content .btn-play {
  border-color: #2666FF;
  color: #2666FF;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s; }  
  body:not(.post-type-archive-casestudies) .law-enforcement-sector .twocols-content .btn-play:hover {
    background: #2666FF;
    color: #fff; }

body:not(.post-type-archive-casestudies) .law-enforcement-sector .whosuse-nimbus .gallery-nav .slick-arrow.slick-next {
  color: #2666FF; }

body:not(.post-type-archive-casestudies) .law-enforcement-sector .cta-strip {
  background: #2666FF;
  color: #fff; }
  body:not(.post-type-archive-casestudies) .law-enforcement-sector .cta-strip .btn {
    border-color: #000;
    color: #fff; }
    body:not(.post-type-archive-casestudies) .law-enforcement-sector .cta-strip .btn:hover {
      background: #fff;
	  color: #000;
	  border-color: #fff; }
  body:not(.post-type-archive-casestudies) .law-enforcement-sector .cta-strip a:not([class]) {
    color: #fff; }
    body:not(.post-type-archive-casestudies) .law-enforcement-sector .cta-strip a:not([class]):hover {
      color: #F25E0D; }

    body:not(.post-type-archive-casestudies) .law-enforcement-sector .ctas-block .btn, body:not(.post-type-archive-casestudies) .law-enforcement-sector .solutions-block .sectors li .text .btn {
        background: none;
        color: #2666FF;
        border-color: #2666FF; }
      body:not(.post-type-archive-casestudies) .law-enforcement-sector .ctas-block .btn:hover, body:not(.post-type-archive-casestudies) .law-enforcement-sector .solutions-block .sectors li .text .btn:hover {
        background: #ffffff14;
        color: #fff;
        border-color: #fff;
        }
    
    body:not(.post-type-archive-casestudies) .law-enforcement-sector .newsletter-form input[type="submit"] {
      background: #2666FF; }
      body:not(.post-type-archive-casestudies) .law-enforcement-sector .newsletter-form input[type="submit"]:hover {
        background: #fff;
        color: #000;
      border-color: #fff;}
    
    body:not(.post-type-archive-casestudies) .law-enforcement-sector .twocols-content.style2 h3, body:not(.post-type-archive-casestudies) .law-enforcement-sector .team-box .bio-caption h4 {
      color: #2666FF; }
    
    body:not(.post-type-archive-casestudies) .law-enforcement-sector .team-box .bio-caption .link-holder .link span:hover {
      color: #2666FF; }
    
    body:not(.post-type-archive-casestudies) .law-enforcement-sector .features-block .features-list .icon-shape span:before {
      content: '\e94d';
      color: #2666FF; }
    
    body:not(.post-type-archive-casestudies) .law-enforcement-sector .features-block .features-list.features-list-slider .slick-arrow {
      background: #2666FF; }
    
    body:not(.post-type-archive-casestudies) .law-enforcement-sector .hero-block.v2 .caption {
      max-width: 800px; }
      body:not(.post-type-archive-casestudies) .law-enforcement-sector .hero-block.v2 .caption h1 {
        font-weight: 400; }
        body:not(.post-type-archive-casestudies) .law-enforcement-sector .hero-block.v2 .caption h1 span {
          font-weight: 400;
          display: block;
        color: #fff;}
        body:not(.post-type-archive-casestudies) .law-enforcement-sector .hero-block.v2 .caption h1 strong {
          color: #2666FF;
          font-weight: 700; }
    
    body:not(.post-type-archive-casestudies) .law-enforcement-sector .whyus-slider-block .keyfeatures-slider-nav .slick-arrow.slick-next {
      color: #2666FF; }
    
    body:not(.post-type-archive-casestudies) .law-enforcement-sector .news-block .cta-box .btn {
      background: none;
      border-color: #0047f2; }
      body:not(.post-type-archive-casestudies) .law-enforcement-sector .news-block .cta-box .btn:hover {
        background: #000;
        color: #fff; }
    
    body:not(.post-type-archive-casestudies) .law-enforcement-sector .hero-block.v4.casestudy .title, body:not(.post-type-archive-casestudies) .law-enforcement-sector .image-text-columns .icon-shape span, body:not(.post-type-archive-casestudies) .law-enforcement-sector .text-blocks .title {
      color: #2666FF; }
    
    body:not(.post-type-archive-casestudies) .law-enforcement-sector .text-blocks .row + .row:before {
      background: -webkit-linear-gradient(left, #000000 0%, #2666FF 27%, #2666FF 74%, #000000 100%);
      background: linear-gradient(to right, #000000 0%, #2666FF 27%, #2666FF 74%, #000000 100%); }
    
/* ADDED */

body:not(.post-type-archive-casestudies) .law-enforcement-sector .twocols-content h3 {
    color: #2666FF;}
    body:not(.post-type-archive-casestudies) .law-enforcement-sector .twocols-content .NIMBUSCORE-color h3 {
      color: #F25E0D;}
      body:not(.post-type-archive-casestudies) .law-enforcement-sector .twocols-content .NIMBUSPORTAL-color h3 {
        color: #C733E2;}
        body:not(.post-type-archive-casestudies) .law-enforcement-sector .twocols-content .NIMBUSINTELLIGENCE-color h3 {
          color: #0066FF;}
          body:not(.post-type-archive-casestudies) .law-enforcement-sector .twocols-content .NIMBUSINVESTIGATOR-color h3 {
            color: #F5365C;}
            body:not(.post-type-archive-casestudies) .law-enforcement-sector .twocols-content .NIMBUSREPSONSE-color h3 {
              color: #00E1E8;}
              body:not(.post-type-archive-casestudies) .law-enforcement-sector .twocols-content .NIMBUSFUSION-color h3 {
                color: #00CC66;}

body:not(.post-type-archive-casestudies) .law-enforcement-sector #footer .footer-header:before {
  background: #2666FF; }

body:not(.post-type-archive-casestudies) .law-enforcement-sector #footer .contact-info .phone, .law-enforcement-sector #footer .contact-info .email {
  color: #2666FF; }

  body:not(.post-type-archive-casestudies) .law-enforcement-sector #footer .contact-info .phone a:hover, .law-enforcement-sector #footer .contact-info .email a:hover {
    color: #2666FF; }
  
  body:not(.post-type-archive-casestudies) .law-enforcement-sector  #footer .footer-holder a:not([class]):hover {
      color: #2666FF; }

body:not(.post-type-archive-casestudies) .law-enforcement-sector .back-to-top {
    border-radius: 100%;
    background-color: #2666FF;
    border: solid 1px #2666FF; }

body:not(.post-type-archive-casestudies) .law-enforcement-sector  .newsletter-form .custom-checkbox input:checked ~ label:after {
    background: #2666FF;
  }  

body:not(.post-type-archive-casestudies) .law-enforcement-sector  .social-networks li a {
    border-radius: 100%; }
    body:not(.post-type-archive-casestudies) .law-enforcement-sector  .social-networks li a:hover {
        color: #2666FF !important;
        border-color: #2666FF !important;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s; }

body:not(.post-type-archive-casestudies) .law-enforcement-sector .sliders-tabs .slider-nav .slick-arrow {
    border: solid 1px #2666FF;
    background: #2666FF; }


      
    body:not(.post-type-archive-casestudies) .law-enforcement-sector  .stats-block:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: '';
      background:none;
      background-size: cover;
      background-position: 50% 0%; }







/* GOVERNMENT SECTOR */


body:not(.post-type-archive-casestudies) .government-sector .fixed-position #header {
  z-index: 1000;
  animation: showBar ease .5s;
  -webkit-animation: showBar ease .5s; }
  body:not(.post-type-archive-casestudies) .government-sector .fixed-position #header {
    z-index: 1000;
    animation: showBar ease .5s;
    -webkit-animation: showBar ease .5s;
    box-shadow: 0 0 10px rgb(249 59 136 / 40%) }
    @media (max-width: 1130px) {
      body:not(.post-type-archive-casestudies) .government-sector #header {
        box-shadow: 0 0 10px rgb(249 59 136 / 40%) } }
    


/* body:not(.post-type-archive-casestudies) .government-sector #header .main-nav .row .links ul li a::after {
  color: #F93B88; } */
  body:not(.post-type-archive-casestudies) .government-sector #header .main-nav ul li a:hover .title {
    color: #F93B88; }
    body:not(.post-type-archive-casestudies) .government-sector #header .main-nav ul li a:hover::before {
     color: #F93B88; }
     body:not(.post-type-archive-casestudies) .government-sector #header .main-nav ul li a:hover::after {
       color: #F93B88; }
     body:not(.post-type-archive-casestudies) .government-sector #header .main-nav ul li a.active .title {
       color: #F93B88; }
       body:not(.post-type-archive-casestudies) .government-sector #header .main-nav ul li a.active::before {
         color: #F93B88; }
         body:not(.post-type-archive-casestudies) .government-sector #header .main-nav ul li a.active::after {
           color: #F93B88; }
       body:not(.post-type-archive-casestudies) .government-sector #header .main-nav ul li a.active .paragraph {
         color: #000; }
       body:not(.post-type-archive-casestudies) .government-sector #header .main-nav ul li.menu-item-has-children:hover > a {
        color: #F93B88; }
        body:not(.post-type-archive-casestudies) .government-sector #header .main-nav ul li a.active {
          color: #F93B88; }
          body:not(.post-type-archive-casestudies) .government-sector #header .main-nav ul li a:hover {
            color: #F93B88; }
   

body:not(.post-type-archive-casestudies) .government-sector button, body:not(.post-type-archive-casestudies) .government-sector .btn, body:not(.post-type-archive-casestudies) .government-sector input[type='button'], body:not(.post-type-archive-casestudies) .government-sector input[type='reset'], body:not(.post-type-archive-casestudies) .government-sector input[type='file'], body:not(.post-type-archive-casestudies) .government-sector input[type='submit'], body:not(.post-type-archive-casestudies) .government-sector .button {
  background: #F93B88;
  color: #fff;
  border-color: #F93B88; }
  body:not(.post-type-archive-casestudies) .government-sector button:hover, body:not(.post-type-archive-casestudies) .government-sector .btn:hover, body:not(.post-type-archive-casestudies) .government-sector input[type='button']:hover, body:not(.post-type-archive-casestudies) .government-sector input[type='reset']:hover, body:not(.post-type-archive-casestudies) .government-sector input[type='file']:hover, body:not(.post-type-archive-casestudies) .government-sector input[type='submit']:hover, body:not(.post-type-archive-casestudies) .government-sector .button:hover {
    background: #fff;
    color: #000;
    border-color: #000; }
  body:not(.post-type-archive-casestudies) .government-sector button.btn-white, body:not(.post-type-archive-casestudies) .government-sector .btn.btn-white, body:not(.post-type-archive-casestudies) .government-sector input[type='button'].btn-white, body:not(.post-type-archive-casestudies) .government-sector input[type='reset'].btn-white, body:not(.post-type-archive-casestudies) .government-sector input[type='file'].btn-white, body:not(.post-type-archive-casestudies) .government-sector input[type='submit'].btn-white, body:not(.post-type-archive-casestudies) .government-sector .button.btn-white {
    background: #fff;
    color: #000; }
    body:not(.post-type-archive-casestudies) .government-sector button.btn-white:hover, body:not(.post-type-archive-casestudies) .government-sector .btn.btn-white:hover, body:not(.post-type-archive-casestudies) .government-sector input[type='button'].btn-white:hover, body:not(.post-type-archive-casestudies) .government-sector input[type='reset'].btn-white:hover, body:not(.post-type-archive-casestudies) .government-sector input[type='file'].btn-white:hover, body:not(.post-type-archive-casestudies) .government-sector input[type='submit'].btn-white:hover, body:not(.post-type-archive-casestudies) .government-sector .button.btn-white:hover {
      background: #ebebeb; }
  body:not(.post-type-archive-casestudies) .government-sector button.btn-black, body:not(.post-type-archive-casestudies) .government-sector .btn.btn-black, body:not(.post-type-archive-casestudies) .government-sector input[type='button'].btn-black, body:not(.post-type-archive-casestudies) .government-sector input[type='reset'].btn-black, body:not(.post-type-archive-casestudies) .government-sector input[type='file'].btn-black, body:not(.post-type-archive-casestudies) .government-sector input[type='submit'].btn-black, body:not(.post-type-archive-casestudies) .government-sector .button.btn-black {
    background: none;
    color: #fff;
    border-color: #fff; }
    body:not(.post-type-archive-casestudies) .government-sector button.btn-black:hover, body:not(.post-type-archive-casestudies) .government-sector .btn.btn-black:hover, body:not(.post-type-archive-casestudies) .government-sector input[type='button'].btn-black:hover, body:not(.post-type-archive-casestudies) .government-sector input[type='reset'].btn-black:hover, body:not(.post-type-archive-casestudies) .government-sector input[type='file'].btn-black:hover, body:not(.post-type-archive-casestudies) .government-sector input[type='submit'].btn-black:hover, body:not(.post-type-archive-casestudies) .government-sector .button.btn-black:hover {
      color: #000;
      background: #fff; }
  body:not(.post-type-archive-casestudies) .government-sector button.btn-black-outline, body:not(.post-type-archive-casestudies) .government-sector .btn.btn-black-outline, body:not(.post-type-archive-casestudies) .government-sector input[type='button'].btn-black-outline, body:not(.post-type-archive-casestudies) .government-sector input[type='reset'].btn-black-outline, body:not(.post-type-archive-casestudies) .government-sector input[type='file'].btn-black-outline, body:not(.post-type-archive-casestudies) .government-sector input[type='submit'].btn-black-outline, body:not(.post-type-archive-casestudies) .government-sector .button.btn-black-outline {
    background: #fff;
    border-color: #000;
    color: #000; }
    body:not(.post-type-archive-casestudies) .government-sector button.btn-black-outline:hover, body:not(.post-type-archive-casestudies) .government-sector .btn.btn-black-outline:hover, body:not(.post-type-archive-casestudies) .government-sector input[type='button'].btn-black-outline:hover, body:not(.post-type-archive-casestudies) .government-sector input[type='reset'].btn-black-outline:hover, body:not(.post-type-archive-casestudies) .government-sector input[type='file'].btn-black-outline:hover, body:not(.post-type-archive-casestudies) .government-sector input[type='submit'].btn-black-outline:hover, body:not(.post-type-archive-casestudies) .government-sector .button.btn-black-outline:hover {
      background: #000;
      color: #fff; }
  body:not(.post-type-archive-casestudies) .government-sector button.btn-secondary, body:not(.post-type-archive-casestudies) .government-sector .btn.btn-secondary, body:not(.post-type-archive-casestudies) .government-sector input[type='button'].btn-secondary, body:not(.post-type-archive-casestudies) .government-sector input[type='reset'].btn-secondary, body:not(.post-type-archive-casestudies) .government-sector input[type='file'].btn-secondary, body:not(.post-type-archive-casestudies) .government-sector input[type='submit'].btn-secondary, body:not(.post-type-archive-casestudies) .government-sector .button.btn-secondary {
    background: #0F1E2A;
    border-color: #0F1E2A; }
    body:not(.post-type-archive-casestudies) .government-sector button.btn-secondary:hover, body:not(.post-type-archive-casestudies) .government-sector .btn.btn-secondary:hover, body:not(.post-type-archive-casestudies) .government-sector input[type='button'].btn-secondary:hover, body:not(.post-type-archive-casestudies) .government-sector input[type='reset'].btn-secondary:hover, body:not(.post-type-archive-casestudies) .government-sector input[type='file'].btn-secondary:hover, body:not(.post-type-archive-casestudies) .government-sector input[type='submit'].btn-secondary:hover, body:not(.post-type-archive-casestudies) .government-sector .button.btn-secondary:hover {
      background: #1c3950; }

body:not(.post-type-archive-casestudies) .government-sector .twocols-content .f-list li .icon-shape span:before {
  color: #F93B88;
  content: "\e94c"; }

body:not(.post-type-archive-casestudies) .government-sector .sliders-tabs .slider-nav .slide.slick-current {
  color: #F93B88; }
  body:not(.post-type-archive-casestudies) .government-sector .sliders-tabs .slider-nav .slide.slick-current .icon-shape span {
    color: #F93B88;
    content: "\e94d"; }

body:not(.post-type-archive-casestudies) .government-sector .twocols-content .btn-play {
      color: #F93B88;
      border-color: #F93B88;
      background-color: none; }
      body:not(.post-type-archive-casestudies) .government-sector .twocols-content .btn-play:hover {
          background: #F93B88;
          border-color: #F93B88;
          color: #fff;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s;  }

body:not(.post-type-archive-casestudies) .government-sector .whosuse-nimbus .gallery-nav .slick-arrow.slick-next {
  color: #F93B88; }

body:not(.post-type-archive-casestudies) .government-sector .cta-strip {
  background: #F93B88; }
  body:not(.post-type-archive-casestudies) .government-sector .cta-strip .btn {
    background: #000;
    border-color: #000;
    color: #fff; }
    body:not(.post-type-archive-casestudies) .government-sector .cta-strip .btn:hover {
      background: #fff;
      color: #000;
      border-color: transparent; }
  body:not(.post-type-archive-casestudies) .government-sector .cta-strip a:not([class]) {
    color: #000;
    text-decoration: underline; }
    body:not(.post-type-archive-casestudies) .government-sector .cta-strip a:not([class]):hover {
      text-decoration: none; }

body:not(.post-type-archive-casestudies) .government-sector .ctas-block .btn, body:not(.post-type-archive-casestudies) .government-sector .solutions-block .sectors li .text .btn {
  background: none;
  border-color: #F93B88;
  color: #F93B88; }
  body:not(.post-type-archive-casestudies) .government-sector .ctas-block .btn:hover, body:not(.post-type-archive-casestudies) .government-sector .solutions-block .sectors li .text .btn:hover {
      background: #ffffff14;
      color: #fff;
      border-color: #fff; }

body:not(.post-type-archive-casestudies) .government-sector .newsletter-form input[type="submit"] {
  background: #F93B88;
  color: #fff;
  border-color: #F93B88; }
  body:not(.post-type-archive-casestudies) .government-sector .newsletter-form input[type="submit"]:hover {
    background: #fff;
    color: #000;
    border-color: #fff; }

body:not(.post-type-archive-casestudies) .government-sector .twocols-content.style2 h3, body:not(.post-type-archive-casestudies) .government-sector .team-box .bio-caption h4 {
  color: #F93B88; }

body:not(.post-type-archive-casestudies) .government-sector .team-box .bio-caption .link-holder .link span:hover {
  color: #F93B88; }

body:not(.post-type-archive-casestudies) .government-sector .features-block .features-list .icon-shape span:before {
  content: '\e94d';
  color: #F93B88; }

body:not(.post-type-archive-casestudies) .government-sector .features-block .features-list.features-list-slider .slick-arrow {
  background: #F93B88;
  border-color: transparent; }

body:not(.post-type-archive-casestudies) .government-sector .hero-block.v2 .caption {
  max-width: 800px; }
  body:not(.post-type-archive-casestudies) .government-sector .hero-block.v2 .caption h1 {
    font-weight: 400; }
    body:not(.post-type-archive-casestudies) .government-sector .hero-block.v2 .caption h1 span {
      font-weight: 400;
      display: block;
      color: #fff; }
    body:not(.post-type-archive-casestudies) .government-sector .hero-block.v2 .caption h1 strong {
      color: #F93B88;
      font-weight: 600; }

body:not(.post-type-archive-casestudies) .government-sector .whyus-slider-block .keyfeatures-slider-nav .slick-arrow.slick-next {
  color: #F93B88; }

body:not(.post-type-archive-casestudies) .government-sector .news-block .cta-box .btn {
  background: none;
  border-color: #000; }
  body:not(.post-type-archive-casestudies) .government-sector .news-block .cta-box .btn:hover {
    background: #000;
    color: #fff; }

body:not(.post-type-archive-casestudies) .government-sector .hero-block.v4.casestudy .title, body:not(.post-type-archive-casestudies) .government-sector .image-text-columns .icon-shape span, body:not(.post-type-archive-casestudies) .government-sector .text-blocks .title {
  color: #F93B88; }

body:not(.post-type-archive-casestudies) .government-sector .text-blocks .row + .row:before {
  background: -webkit-linear-gradient(left, #000000 0%, #F93B88 27%, #F93B88 74%, #000000 100%);
  background: linear-gradient(to right, #000000 0%, #F93B88 27%, #F93B88 74%, #000000 100%); }

/* ADDED */

body:not(.post-type-archive-casestudies) .government-sector .twocols-content h3 {
    color: #F93B88; }
    body:not(.post-type-archive-casestudies) .government-sector .twocols-content .NIMBUSCORE-color h3 {
      color: #F25E0D;}
      body:not(.post-type-archive-casestudies) .government-sector .twocols-content .NIMBUSPORTAL-color h3 {
        color: #C733E2;}
        body:not(.post-type-archive-casestudies) .government-sector .twocols-content .NIMBUSINTELLIGENCE-color h3 {
          color: #0066FF;}
          body:not(.post-type-archive-casestudies) .government-sector .twocols-content .NIMBUSINVESTIGATOR-color h3 {
            color: #F5365C;}
            body:not(.post-type-archive-casestudies) .government-sector .twocols-content .NIMBUSREPSONSE-color h3 {
              color: #00E1E8;}
              body:not(.post-type-archive-casestudies) .government-sector .twocols-content .NIMBUSFUSION-color h3 {
                color: #00CC66;}

body:not(.post-type-archive-casestudies) .government-sector #footer .footer-header:before {
  background: #F93B88; }

body:not(.post-type-archive-casestudies) .government-sector #footer .contact-info .phone, .government-sector #footer .contact-info .email {
  color: #F93B88; }
  body:not(.post-type-archive-casestudies) .government-sector #footer .contact-info .phone a:hover, .government-sector #footer .contact-info .email a:hover {
    color: #F93B88; }
  
  body:not(.post-type-archive-casestudies) .government-sector #footer .footer-holder a:not([class]):hover {
    color: #F93B88; }

body:not(.post-type-archive-casestudies) .government-sector .back-to-top {
    border-radius: 100%;
    background-color: #F93B88;
    border: solid 1px #F93B88; }

body:not(.post-type-archive-casestudies) .government-sector .newsletter-form .custom-checkbox input:checked ~ label:after {
    background: #F93B88;
  }  

body:not(.post-type-archive-casestudies) .government-sector .social-networks li a {
  border-radius: 100%; }
  body:not(.post-type-archive-casestudies) .government-sector .social-networks li a:hover {
      color: #F93B88 !important;
      border-color: #F93B88 !important;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }

body:not(.post-type-archive-casestudies) .government-sector .sliders-tabs .slider-nav .slick-arrow {
  border: solid 1px #F93B88;
  background: #F93B88; }
 
  body:not(.post-type-archive-casestudies) .government-sector  .stats-block:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background:none;
    background-size: cover;
    background-position: 50% 0%; }

      





/* CORPORATE SECTOR */


body:not(.post-type-archive-casestudies) .corporate-sector .fixed-position #header {
  z-index: 1000;
  animation: showBar ease .5s;
  -webkit-animation: showBar ease .5s; }
  body:not(.post-type-archive-casestudies) .corporate-sector .fixed-position #header {
    z-index: 1000;
    animation: showBar ease .5s;
    -webkit-animation: showBar ease .5s;
    box-shadow: 0 0 10px rgb(34 230 254 / 40%) }
    @media (max-width: 1130px) {
      body:not(.post-type-archive-casestudies) .corporate-sector #header {
        box-shadow: 0 0 10px rgb(34 230 254 / 40%) } }
    
  
/* body:not(.post-type-archive-casestudies) .corporate-sector #header .main-nav .row .links ul li a::after {
  color: #22E6FE; } */
  body:not(.post-type-archive-casestudies) .corporate-sector #header .main-nav ul li a:hover .title {
    color: #22E6FE; }
    body:not(.post-type-archive-casestudies) .corporate-sector #header .main-nav ul li a:hover::before {
     color: #22E6FE; }
     body:not(.post-type-archive-casestudies) .corporate-sector #header .main-nav ul li a:hover::after {
       color: #22E6FE; }
     body:not(.post-type-archive-casestudies) .corporate-sector #header .main-nav ul li a.active .title {
       color: #0b96b9; }
       body:not(.post-type-archive-casestudies) .corporate-sector #header .main-nav ul li a.active::before {
         color: #0b96b9; }
         body:not(.post-type-archive-casestudies) .corporate-sector #header .main-nav ul li a.active::after {
           color: #0b96b9; }
       body:not(.post-type-archive-casestudies) .corporate-sector #header .main-nav ul li a.active .paragraph {
         color: #000; }
       body:not(.post-type-archive-casestudies) .corporate-sector #header .main-nav ul li.menu-item-has-children:hover > a {
        color: #22E6FE; }
        body:not(.post-type-archive-casestudies) .corporate-sector #header .main-nav ul li a.active {
          color: #0b96b9; }
          body:not(.post-type-archive-casestudies) .corporate-sector #header .main-nav ul li a:hover {
            color: #22E6FE; }


body:not(.post-type-archive-casestudies) .corporate-sector button, body:not(.post-type-archive-casestudies) .corporate-sector .btn, body:not(.post-type-archive-casestudies) .corporate-sector input[type='button'], body:not(.post-type-archive-casestudies) .corporate-sector input[type='reset'], body:not(.post-type-archive-casestudies) .corporate-sector input[type='file'], body:not(.post-type-archive-casestudies) .corporate-sector input[type='submit'], body:not(.post-type-archive-casestudies) .corporate-sector .button {
  background: #22E6FE;
  color: #000;
  border-color: #22E6FE; }
  body:not(.post-type-archive-casestudies) .corporate-sector button:hover, body:not(.post-type-archive-casestudies) .corporate-sector .btn:hover, body:not(.post-type-archive-casestudies) .corporate-sector input[type='button']:hover, body:not(.post-type-archive-casestudies) .corporate-sector input[type='reset']:hover, body:not(.post-type-archive-casestudies) .corporate-sector input[type='file']:hover, body:not(.post-type-archive-casestudies) .corporate-sector input[type='submit']:hover, body:not(.post-type-archive-casestudies) .corporate-sector .button:hover {
    background: #fff;
    border-color: #000;
    color: #000; }
  body:not(.post-type-archive-casestudies) .corporate-sector button.btn-white, body:not(.post-type-archive-casestudies) .corporate-sector .btn.btn-white, body:not(.post-type-archive-casestudies) .corporate-sector input[type='button'].btn-white, body:not(.post-type-archive-casestudies) .corporate-sector input[type='reset'].btn-white, body:not(.post-type-archive-casestudies) .corporate-sector input[type='file'].btn-white, body:not(.post-type-archive-casestudies) .corporate-sector input[type='submit'].btn-white, body:not(.post-type-archive-casestudies) .corporate-sector .button.btn-white {
    background: #fff;
    color: #000; }
    body:not(.post-type-archive-casestudies) .corporate-sector button.btn-white:hover, body:not(.post-type-archive-casestudies) .corporate-sector .btn.btn-white:hover, body:not(.post-type-archive-casestudies) .corporate-sector input[type='button'].btn-white:hover, body:not(.post-type-archive-casestudies) .corporate-sector input[type='reset'].btn-white:hover, body:not(.post-type-archive-casestudies) .corporate-sector input[type='file'].btn-white:hover, body:not(.post-type-archive-casestudies) .corporate-sector input[type='submit'].btn-white:hover, body:not(.post-type-archive-casestudies) .corporate-sector .button.btn-white:hover {
      background: #ebebeb; }
  body:not(.post-type-archive-casestudies) .corporate-sector button.btn-black, body:not(.post-type-archive-casestudies) .corporate-sector .btn.btn-black, body:not(.post-type-archive-casestudies) .corporate-sector input[type='button'].btn-black, body:not(.post-type-archive-casestudies) .corporate-sector input[type='reset'].btn-black, body:not(.post-type-archive-casestudies) .corporate-sector input[type='file'].btn-black, body:not(.post-type-archive-casestudies) .corporate-sector input[type='submit'].btn-black, body:not(.post-type-archive-casestudies) .corporate-sector .button.btn-black {
    background: none;
    color: #fff;
    border-color: #fff; }
    body:not(.post-type-archive-casestudies) .corporate-sector button.btn-black:hover, body:not(.post-type-archive-casestudies) .corporate-sector .btn.btn-black:hover, body:not(.post-type-archive-casestudies) .corporate-sector input[type='button'].btn-black:hover, body:not(.post-type-archive-casestudies) .corporate-sector input[type='reset'].btn-black:hover, body:not(.post-type-archive-casestudies) .corporate-sector input[type='file'].btn-black:hover, body:not(.post-type-archive-casestudies) .corporate-sector input[type='submit'].btn-black:hover, body:not(.post-type-archive-casestudies) .corporate-sector .button.btn-black:hover {
      color: #000;
      background: #fff; }
  body:not(.post-type-archive-casestudies) .corporate-sector button.btn-black-outline, body:not(.post-type-archive-casestudies) .corporate-sector .btn.btn-black-outline, body:not(.post-type-archive-casestudies) .corporate-sector input[type='button'].btn-black-outline, body:not(.post-type-archive-casestudies) .corporate-sector input[type='reset'].btn-black-outline, body:not(.post-type-archive-casestudies) .corporate-sector input[type='file'].btn-black-outline, body:not(.post-type-archive-casestudies) .corporate-sector input[type='submit'].btn-black-outline, body:not(.post-type-archive-casestudies) .corporate-sector .button.btn-black-outline {
    background: #fff;
    border-color: #000;
    color: #000; }
    body:not(.post-type-archive-casestudies) .corporate-sector button.btn-black-outline:hover, body:not(.post-type-archive-casestudies) .corporate-sector .btn.btn-black-outline:hover, body:not(.post-type-archive-casestudies) .corporate-sector input[type='button'].btn-black-outline:hover, body:not(.post-type-archive-casestudies) .corporate-sector input[type='reset'].btn-black-outline:hover, body:not(.post-type-archive-casestudies) .corporate-sector input[type='file'].btn-black-outline:hover, body:not(.post-type-archive-casestudies) .corporate-sector input[type='submit'].btn-black-outline:hover, body:not(.post-type-archive-casestudies) .corporate-sector .button.btn-black-outline:hover {
      background: #000;
      color: #fff; }
  body:not(.post-type-archive-casestudies) .corporate-sector button.btn-secondary, body:not(.post-type-archive-casestudies) .corporate-sector .btn.btn-secondary, body:not(.post-type-archive-casestudies) .corporate-sector input[type='button'].btn-secondary, body:not(.post-type-archive-casestudies) .corporate-sector input[type='reset'].btn-secondary, body:not(.post-type-archive-casestudies) .corporate-sector input[type='file'].btn-secondary, body:not(.post-type-archive-casestudies) .corporate-sector input[type='submit'].btn-secondary, body:not(.post-type-archive-casestudies) .corporate-sector .button.btn-secondary {
    background: #0F1E2A;
    border-color: #0F1E2A; }
    body:not(.post-type-archive-casestudies) .corporate-sector button.btn-secondary:hover, body:not(.post-type-archive-casestudies) .corporate-sector .btn.btn-secondary:hover, body:not(.post-type-archive-casestudies) .corporate-sector input[type='button'].btn-secondary:hover, body:not(.post-type-archive-casestudies) .corporate-sector input[type='reset'].btn-secondary:hover, body:not(.post-type-archive-casestudies) .corporate-sector input[type='file'].btn-secondary:hover, body:not(.post-type-archive-casestudies) .corporate-sector input[type='submit'].btn-secondary:hover, body:not(.post-type-archive-casestudies) .corporate-sector .button.btn-secondary:hover {
      background: #1c3950; }

body:not(.post-type-archive-casestudies) .corporate-sector .twocols-content .f-list li .icon-shape span:before {
  color: #22E6FE;
  content: "\e94b"; }

body:not(.post-type-archive-casestudies) .corporate-sector .sliders-tabs .slider-nav .slide.slick-current {
  color: #22E6FE; }
  body:not(.post-type-archive-casestudies) .corporate-sector .sliders-tabs .slider-nav .slide.slick-current .icon-shape span {
    color: #22E6FE;
    content: "\e94b"; }
  body:not(.post-type-archive-casestudies) .corporate-sector .twocols-content .btn-play {
  background: none;
  border-color: #22E6FE;
  color: #22E6FE; }  
      body:not(.post-type-archive-casestudies) .corporate-sector .twocols-content .btn-play:hover {
        background: #22E6FE;
        border-color: #22E6FE;
        color:#000; }

body:not(.post-type-archive-casestudies) .corporate-sector .whosuse-nimbus .gallery-nav .slick-arrow.slick-next {
  color: #22E6FE; }

body:not(.post-type-archive-casestudies) .corporate-sector .cta-strip {
  background: #22E6FE; }
  body:not(.post-type-archive-casestudies) .corporate-sector .cta-strip .btn {
    background: #000;
    border-color: #000;
    color: #fff; }
    body:not(.post-type-archive-casestudies) .corporate-sector .cta-strip .btn:hover {
      background: #fff;
      color: #000;
      border-color: transparent; }
  body:not(.post-type-archive-casestudies) .corporate-sector .cta-strip a:not([class]) {
    color: #000;
    text-decoration: underline; }
    body:not(.post-type-archive-casestudies) .corporate-sector .cta-strip a:not([class]):hover {
      text-decoration: none; }

body:not(.post-type-archive-casestudies) .corporate-sector .ctas-block .btn, body:not(.post-type-archive-casestudies) .corporate-sector .solutions-block .sectors li .text .btn {
  background: none;
  border-color: #22E6FE;
  color: #22E6FE; }
  body:not(.post-type-archive-casestudies) .corporate-sector .ctas-block .btn:hover, body:not(.post-type-archive-casestudies) .corporate-sector .solutions-block .sectors li .text .btn:hover {
      background: #ffffff14;
      color: #fff;
      border-color: #fff; }

body:not(.post-type-archive-casestudies) .corporate-sector .newsletter-form input[type="submit"] {
  background: #22E6FE;
  color: #000;
  border-color: #22E6FE; }
  body:not(.post-type-archive-casestudies) .corporate-sector .newsletter-form input[type="submit"]:hover {
    background: #fff;
    color: #000;
    border-color: #fff; }

body:not(.post-type-archive-casestudies) .corporate-sector .twocols-content.style2 h3, body:not(.post-type-archive-casestudies) .corporate-sector .team-box .bio-caption h4 {
  color: #22E6FE; }

body:not(.post-type-archive-casestudies) .corporate-sector .team-box .bio-caption .link-holder .link span:hover {
  color: #22E6FE; }

body:not(.post-type-archive-casestudies) .corporate-sector .features-block .features-list .icon-shape span:before {
  content: '\e94d';
  color: #22E6FE; }

body:not(.post-type-archive-casestudies) .corporate-sector .features-block .features-list.features-list-slider .slick-arrow {
  background: #22E6FE;
  border-color: transparent; }

body:not(.post-type-archive-casestudies) .corporate-sector .hero-block.v2 .caption {
  max-width: 800px; }
  body:not(.post-type-archive-casestudies) .corporate-sector .hero-block.v2 .caption h1 {
    font-weight: 400; }
    body:not(.post-type-archive-casestudies) .corporate-sector .hero-block.v2 .caption h1 span {
      font-weight: 400;
      display: block;
      color: #fff; }
    body:not(.post-type-archive-casestudies) .corporate-sector .hero-block.v2 .caption h1 strong {
      color: #22E6FE;
      font-weight: 600; }

body:not(.post-type-archive-casestudies) .corporate-sector .whyus-slider-block .keyfeatures-slider-nav .slick-arrow.slick-next {
  color: #22E6FE; }

body:not(.post-type-archive-casestudies) .corporate-sector .news-block .cta-box .btn {
  background: none;
  border-color: #000; }
  body:not(.post-type-archive-casestudies) .corporate-sector .news-block .cta-box .btn:hover {
    background: #000;
    color: #fff; }

body:not(.post-type-archive-casestudies) .corporate-sector .hero-block.v4.casestudy .title, body:not(.post-type-archive-casestudies) .corporate-sector .image-text-columns .icon-shape span, body:not(.post-type-archive-casestudies) .corporate-sector .text-blocks .title {
  color: #22E6FE; }

body:not(.post-type-archive-casestudies) .corporate-sector .text-blocks .row + .row:before {
  background: -webkit-linear-gradient(left, #000000 0%, #22E6FE 27%, #22E6FE 74%, #000000 100%);
  background: linear-gradient(to right, #000000 0%, #22E6FE 27%, #22E6FE 74%, #000000 100%); }


/* ADDED */

body:not(.post-type-archive-casestudies) .corporate-sector .twocols-content h3 {
  color: #22E6FE; }
  body:not(.post-type-archive-casestudies) .corporate-sector .twocols-content .NIMBUSCORE-color h3 {
    color: #F25E0D;}
    body:not(.post-type-archive-casestudies) .corporate-sector .twocols-content .NIMBUSPORTAL-color h3 {
      color: #C733E2;}
      body:not(.post-type-archive-casestudies) .corporate-sector .twocols-content .NIMBUSINTELLIGENCE-color h3 {
        color: #0066FF;}
        body:not(.post-type-archive-casestudies) .corporate-sector .twocols-content .NIMBUSINVESTIGATOR-color h3 {
          color: #F5365C;}
          body:not(.post-type-archive-casestudies) .corporate-sector .twocols-content .NIMBUSREPSONSE-color h3 {
            color: #00E1E8;}
            body:not(.post-type-archive-casestudies) .corporate-sector .twocols-content .NIMBUSFUSION-color h3 {
              color: #00CC66;}

body:not(.post-type-archive-casestudies) .corporate-sector #footer .footer-header:before {
background: #22E6FE; }

body:not(.post-type-archive-casestudies) .corporate-sector #footer .contact-info .phone, .corporate-sector #footer .contact-info .email {
color: #22E6FE; }
      body:not(.post-type-archive-casestudies) .corporate-sector #footer .contact-info .phone a:hover, .corporate-sector #footer .contact-info .email a:hover {
        color: #22E6FE; }
      
      body:not(.post-type-archive-casestudies) .corporate-sector #footer .footer-holder a:not([class]):hover {
        color: #22E6FE; }

body:not(.post-type-archive-casestudies) .corporate-sector .back-to-top {
  border-radius: 100%;
  background-color: #22E6FE;
  border: solid 1px #22E6FE;
  color: #000; }
  body:not(.post-type-archive-casestudies) .corporate-sector .back-to-top:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000; }


body:not(.post-type-archive-casestudies) .corporate-sector .newsletter-form .custom-checkbox input:checked ~ label:after {
  background: #22E6FE;
}  

body:not(.post-type-archive-casestudies) .corporate-sector .social-networks li a {
  border-radius: 100%; }
  body:not(.post-type-archive-casestudies) .corporate-sector .social-networks li a:hover {
      color: #22E6FE !important;
      border-color: #22E6FE !important;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }

body:not(.post-type-archive-casestudies) .corporate-sector .sliders-tabs .slider-nav .slick-arrow {
  border: solid 1px #22E6FE;
  background: #22E6FE; }

  body:not(.post-type-archive-casestudies) .corporate-sector  .stats-block:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background:none;
    background-size: cover;
    background-position: 50% 0%; }





/* MILITARY SECTOR */

body:not(.post-type-archive-casestudies) .military-sector .fixed-position #header {
  z-index: 1000;
  animation: showBar ease .5s;
  -webkit-animation: showBar ease .5s; }
  body:not(.post-type-archive-casestudies) .military-sector .fixed-position #header {
    z-index: 1000;
    animation: showBar ease .5s;
    -webkit-animation: showBar ease .5s;
    box-shadow: 0 0 10px rgb(0 246 138 / 40%) }
    @media (max-width: 1130px) {
      body:not(.post-type-archive-casestudies) .military-sector #header {
        box-shadow: 0 0 10px rgb(0 246 138 / 40%) } }
    
  
/* body:not(.post-type-archive-casestudies) .military-sector #header .main-nav .row .links ul li a::after {
  color: #00F68A; } */
  body:not(.post-type-archive-casestudies) .military-sector #header .main-nav ul li a:hover .title {
    color: #00F68A; }
    body:not(.post-type-archive-casestudies) .military-sector #header .main-nav ul li a:hover::before {
     color: #00F68A; }
     body:not(.post-type-archive-casestudies) .military-sector #header .main-nav ul li a:hover::after {
       color: #00F68A; }
     body:not(.post-type-archive-casestudies) .military-sector #header .main-nav ul li a.active .title {
       color: #0ba360; }
       body:not(.post-type-archive-casestudies) .military-sector #header .main-nav ul li a.active::before {
         color: #0ba360; }
         body:not(.post-type-archive-casestudies) .military-sector #header .main-nav ul li a.active::after {
           color: #0ba360; }
       body:not(.post-type-archive-casestudies) .military-sector #header .main-nav ul li a.active .paragraph {
         color: #000; }
      body:not(.post-type-archive-casestudies) .military-sector #header .main-nav ul li.menu-item-has-children:hover > a {
        color: #00F68A; }
        body:not(.post-type-archive-casestudies) .military-sector #header .main-nav ul li a.active {
          color: #0ba360; }
          body:not(.post-type-archive-casestudies) .military-sector #header .main-nav ul li a:hover {
            color: #00F68A; }

body:not(.post-type-archive-casestudies) .military-sector button, body:not(.post-type-archive-casestudies) .military-sector .btn, body:not(.post-type-archive-casestudies) .military-sector input[type='button'], body:not(.post-type-archive-casestudies) .military-sector input[type='reset'], body:not(.post-type-archive-casestudies) .military-sector input[type='file'], body:not(.post-type-archive-casestudies) .military-sector input[type='submit'], body:not(.post-type-archive-casestudies) .military-sector .button {
  background: #00F68A;
  color: #000;
  border-color: #00F68A; }
  body:not(.post-type-archive-casestudies) .military-sector button:hover, body:not(.post-type-archive-casestudies) .military-sector .btn:hover, body:not(.post-type-archive-casestudies) .military-sector input[type='button']:hover, body:not(.post-type-archive-casestudies) .military-sector input[type='reset']:hover, body:not(.post-type-archive-casestudies) .military-sector input[type='file']:hover, body:not(.post-type-archive-casestudies) .military-sector input[type='submit']:hover, body:not(.post-type-archive-casestudies) .military-sector .button:hover {
    background: #fff;
    border-color: #000;
    color: #000; }
  body:not(.post-type-archive-casestudies) .military-sector button.btn-white, body:not(.post-type-archive-casestudies) .military-sector .btn.btn-white, body:not(.post-type-archive-casestudies) .military-sector input[type='button'].btn-white, body:not(.post-type-archive-casestudies) .military-sector input[type='reset'].btn-white, body:not(.post-type-archive-casestudies) .military-sector input[type='file'].btn-white, body:not(.post-type-archive-casestudies) .military-sector input[type='submit'].btn-white, body:not(.post-type-archive-casestudies) .military-sector .button.btn-white {
    background: #fff;
    color: #000; }
    body:not(.post-type-archive-casestudies) .military-sector button.btn-white:hover, body:not(.post-type-archive-casestudies) .military-sector .btn.btn-white:hover, body:not(.post-type-archive-casestudies) .military-sector input[type='button'].btn-white:hover, body:not(.post-type-archive-casestudies) .military-sector input[type='reset'].btn-white:hover, body:not(.post-type-archive-casestudies) .military-sector input[type='file'].btn-white:hover, body:not(.post-type-archive-casestudies) .military-sector input[type='submit'].btn-white:hover, body:not(.post-type-archive-casestudies) .military-sector .button.btn-white:hover {
      background: #ebebeb; }
  body:not(.post-type-archive-casestudies) .military-sector button.btn-black, body:not(.post-type-archive-casestudies) .military-sector .btn.btn-black, body:not(.post-type-archive-casestudies) .military-sector input[type='button'].btn-black, body:not(.post-type-archive-casestudies) .military-sector input[type='reset'].btn-black, body:not(.post-type-archive-casestudies) .military-sector input[type='file'].btn-black, body:not(.post-type-archive-casestudies) .military-sector input[type='submit'].btn-black, body:not(.post-type-archive-casestudies) .military-sector .button.btn-black {
    background: none;
    color: #fff;
    border-color: #fff; }
    body:not(.post-type-archive-casestudies) .military-sector button.btn-black:hover, body:not(.post-type-archive-casestudies) .military-sector .btn.btn-black:hover, body:not(.post-type-archive-casestudies) .military-sector input[type='button'].btn-black:hover, body:not(.post-type-archive-casestudies) .military-sector input[type='reset'].btn-black:hover, body:not(.post-type-archive-casestudies) .military-sector input[type='file'].btn-black:hover, body:not(.post-type-archive-casestudies) .military-sector input[type='submit'].btn-black:hover, body:not(.post-type-archive-casestudies) .military-sector .button.btn-black:hover {
      color: #000;
      background: #fff; }
  body:not(.post-type-archive-casestudies) .military-sector button.btn-black-outline, body:not(.post-type-archive-casestudies) .military-sector .btn.btn-black-outline, body:not(.post-type-archive-casestudies) .military-sector input[type='button'].btn-black-outline, body:not(.post-type-archive-casestudies) .military-sector input[type='reset'].btn-black-outline, body:not(.post-type-archive-casestudies) .military-sector input[type='file'].btn-black-outline, body:not(.post-type-archive-casestudies) .military-sector input[type='submit'].btn-black-outline, body:not(.post-type-archive-casestudies) .military-sector .button.btn-black-outline {
    background: #fff;
    border-color: #000;
    color: #000; }
    body:not(.post-type-archive-casestudies) .military-sector button.btn-black-outline:hover, body:not(.post-type-archive-casestudies) .military-sector .btn.btn-black-outline:hover, body:not(.post-type-archive-casestudies) .military-sector input[type='button'].btn-black-outline:hover, body:not(.post-type-archive-casestudies) .military-sector input[type='reset'].btn-black-outline:hover, body:not(.post-type-archive-casestudies) .military-sector input[type='file'].btn-black-outline:hover, body:not(.post-type-archive-casestudies) .military-sector input[type='submit'].btn-black-outline:hover, body:not(.post-type-archive-casestudies) .military-sector .button.btn-black-outline:hover {
      background: #000;
      color: #fff; }
  body:not(.post-type-archive-casestudies) .military-sector button.btn-secondary, body:not(.post-type-archive-casestudies) .military-sector .btn.btn-secondary, body:not(.post-type-archive-casestudies) .military-sector input[type='button'].btn-secondary, body:not(.post-type-archive-casestudies) .military-sector input[type='reset'].btn-secondary, body:not(.post-type-archive-casestudies) .military-sector input[type='file'].btn-secondary, body:not(.post-type-archive-casestudies) .military-sector input[type='submit'].btn-secondary, body:not(.post-type-archive-casestudies) .military-sector .button.btn-secondary {
    background: #0F1E2A;
    border-color: #0F1E2A; }
    body:not(.post-type-archive-casestudies) .military-sector button.btn-secondary:hover, body:not(.post-type-archive-casestudies) .military-sector .btn.btn-secondary:hover, body:not(.post-type-archive-casestudies) .military-sector input[type='button'].btn-secondary:hover, body:not(.post-type-archive-casestudies) .military-sector input[type='reset'].btn-secondary:hover, body:not(.post-type-archive-casestudies) .military-sector input[type='file'].btn-secondary:hover, body:not(.post-type-archive-casestudies) .military-sector input[type='submit'].btn-secondary:hover, body:not(.post-type-archive-casestudies) .military-sector .button.btn-secondary:hover {
      background: #1c3950; }

body:not(.post-type-archive-casestudies) .military-sector .twocols-content .f-list li .icon-shape span:before {
  color: #00F68A;
  content: "\e94f"; }

body:not(.post-type-archive-casestudies) .military-sector .sliders-tabs .slider-nav .slide.slick-current {
  color: #00F68A; }
  body:not(.post-type-archive-casestudies) .military-sector .sliders-tabs .slider-nav .slide.slick-current .icon-shape span {
    color: #00F68A;
    content: "\e94f"; }


body:not(.post-type-archive-casestudies) .military-sector .twocols-content .btn-play {
  background: none;
  border-color: #00F68A;
  color: #00F68A; }  
      body:not(.post-type-archive-casestudies) .military-sector .twocols-content .btn-play:hover {
        background: #00F68A;
        border-color: #00F68A;
        color:#000; }

body:not(.post-type-archive-casestudies) .military-sector .whosuse-nimbus .gallery-nav .slick-arrow.slick-next {
  color: #00F68A; }

body:not(.post-type-archive-casestudies) .military-sector .cta-strip {
  background: #00F68A; }
  body:not(.post-type-archive-casestudies) .military-sector .cta-strip .btn {
    background: #000;
    border-color: #000;
    color: #fff; }
    body:not(.post-type-archive-casestudies) .military-sector .cta-strip .btn:hover {
      background: #fff;
      color: #000;
      border-color: #fff; }
  body:not(.post-type-archive-casestudies) .military-sector .cta-strip a:not([class]) {
    color: #000;
    text-decoration: underline; }
    body:not(.post-type-archive-casestudies) .military-sector .cta-strip a:not([class]):hover {
      text-decoration: none; }

body:not(.post-type-archive-casestudies) .military-sector .ctas-block .btn, body:not(.post-type-archive-casestudies) .military-sector .solutions-block .sectors li .text .btn {
  background: none;
  border-color: #00F68A;
  color: #00F68A; }
  body:not(.post-type-archive-casestudies) .military-sector .ctas-block .btn:hover, body:not(.post-type-archive-casestudies) .military-sector .solutions-block .sectors li .text .btn:hover {
    background: #ffffff14;
    color: #fff;
    border-color: #fff; }

body:not(.post-type-archive-casestudies) .military-sector .newsletter-form input[type="submit"] {
  background: #00F68A;
  color: #000;
  border-color: #00F68A; }
  body:not(.post-type-archive-casestudies) .military-sector .newsletter-form input[type="submit"]:hover {
    background: #fff;
    color: #000;
    border-color: #000; }

body:not(.post-type-archive-casestudies) .military-sector .twocols-content.style2 h3, body:not(.post-type-archive-casestudies) .military-sector .team-box .bio-caption h4 {
  color: #00F68A; }

body:not(.post-type-archive-casestudies) .military-sector .team-box .bio-caption .link-holder .link span:hover {
  color: #00F68A; }

body:not(.post-type-archive-casestudies) .military-sector .features-block .features-list .icon-shape span:before {
  content: '\e94d';
  color: #00F68A; }

body:not(.post-type-archive-casestudies) .military-sector .features-block .features-list.features-list-slider .slick-arrow {
  background: #00F68A;
  border-color: transparent; }

body:not(.post-type-archive-casestudies) .military-sector .hero-block.v2 .caption {
  max-width: 800px; }
  body:not(.post-type-archive-casestudies) .military-sector .hero-block.v2 .caption h1 {
    font-weight: 400; }
    body:not(.post-type-archive-casestudies) .military-sector .hero-block.v2 .caption h1 span {
      font-weight: 400;
      display: block;
      color: #fff; }
    body:not(.post-type-archive-casestudies) .military-sector .hero-block.v2 .caption h1 strong {
      color: #00F68A;
      font-weight: 600; }

body:not(.post-type-archive-casestudies) .military-sector .whyus-slider-block .keyfeatures-slider-nav .slick-arrow.slick-next {
  color: #00F68A; }

body:not(.post-type-archive-casestudies) .military-sector .news-block .cta-box .btn {
  background: none;
  border-color: #000; }
  body:not(.post-type-archive-casestudies) .military-sector .news-block .cta-box .btn:hover {
    background: #000;
    color: #fff; }

body:not(.post-type-archive-casestudies) .military-sector .hero-block.v4.casestudy .title, body:not(.post-type-archive-casestudies) .military-sector .image-text-columns .icon-shape span, body:not(.post-type-archive-casestudies) .military-sector .text-blocks .title {
  color: #00F68A; }

body:not(.post-type-archive-casestudies) .military-sector .text-blocks .row + .row:before {
  background: -webkit-linear-gradient(left, #000000 0%, #00F68A 27%, #00F68A 74%, #000000 100%);
  background: linear-gradient(to right, #000000 0%, #00F68A 27%, #00F68A 74%, #000000 100%); }


/* ADDED */

body:not(.post-type-archive-casestudies) .military-sector .twocols-content h3 {
  color: #00F68A; }
  body:not(.post-type-archive-casestudies) .military-sector .twocols-content .NIMBUSCORE-color h3 {
    color: #F25E0D;}
    body:not(.post-type-archive-casestudies) .military-sector .twocols-content .NIMBUSPORTAL-color h3 {
      color: #C733E2;}
      body:not(.post-type-archive-casestudies) .military-sector .twocols-content .NIMBUSINTELLIGENCE-color h3 {
        color: #0066FF;}
        body:not(.post-type-archive-casestudies) .military-sector .twocols-content .NIMBUSINVESTIGATOR-color h3 {
          color: #F5365C;}
          body:not(.post-type-archive-casestudies) .military-sector .twocols-content .NIMBUSREPSONSE-color h3 {
            color: #00E1E8;}
            body:not(.post-type-archive-casestudies) .military-sector .twocols-content .NIMBUSFUSION-color h3 {
              color: #00CC66;}

body:not(.post-type-archive-casestudies) .military-sector #footer .footer-header:before {
background: #00F68A; }

body:not(.post-type-archive-casestudies) .military-sector #footer .contact-info .phone, .military-sector #footer .contact-info .email {
color: #00F68A; }
      body:not(.post-type-archive-casestudies) .military-sector #footer .contact-info .phone a:hover, .military-sector #footer .contact-info .email a:hover {
        color: #00F68A; }
      
      body:not(.post-type-archive-casestudies) .military-sector #footer .footer-holder a:not([class]):hover {
        color: #00F68A; }

body:not(.post-type-archive-casestudies) .military-sector .back-to-top {
  border-radius: 100%;
  background-color: #00F68A;
  border: solid 1px #00F68A;
  color: #000; }
  body:not(.post-type-archive-casestudies) .military-sector .back-to-top:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000; }


body:not(.post-type-archive-casestudies) .military-sector .newsletter-form .custom-checkbox input:checked ~ label:after {
  background: #00F68A; }  

body:not(.post-type-archive-casestudies) .military-sector .social-networks li a {
  border-radius: 100%; }
  body:not(.post-type-archive-casestudies) .military-sector .social-networks li a:hover {
      color: #00F68A !important;
      border-color: #00F68A !important;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }

body:not(.post-type-archive-casestudies) .military-sector .sliders-tabs .slider-nav .slick-arrow {
  border: solid 1px #00F68A;
  background: #00F68A; }







/*================ NEW ==============*/

.separator-lines {
  height: 20px;
  width: 80%;
  display: flex;
  background-image: url(/wp-content/uploads/2023/11/seperator-orange.svg);
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto;
  margin: 30px auto 30px auto;
  vertical-align: middle; }
  @media (max-width: 1024px) {
    .separator-lines { 
      margin: 20px auto 20px auto;
      width: 70%;
      height: 14px; } }
      body:not(.post-type-archive-casestudies) .law-enforcement-sector .separator-lines {
        filter: brightness(0) saturate(100%) invert(28%) sepia(90%) saturate(2443%) hue-rotate(217deg) brightness(101%) contrast(103%); }
      body:not(.post-type-archive-casestudies) .government-sector .separator-lines {
        filter: brightness(0) saturate(100%) invert(62%) sepia(85%) saturate(5934%) hue-rotate(312deg) brightness(97%) contrast(101%); }
      body:not(.post-type-archive-casestudies) .corporate-sector .separator-lines {
        filter: brightness(0) saturate(100%) invert(68%) sepia(82%) saturate(759%) hue-rotate(148deg) brightness(101%) contrast(103%); }
      body:not(.post-type-archive-casestudies) .military-sector .separator-lines {
        filter: brightness(0) saturate(100%) invert(73%) sepia(79%) saturate(2099%) hue-rotate(99deg) brightness(98%) contrast(105%); }
      body:not(.post-type-archive-casestudies) .fusion-product .separator-lines {
        filter: brightness(0) saturate(100%) invert(58%) sepia(20%) saturate(2924%) hue-rotate(107deg) brightness(94%) contrast(102%); }
      body:not(.post-type-archive-casestudies) .forensics-product .separator-lines {
        filter: brightness(0) saturate(100%) invert(58%) sepia(20%) saturate(2924%) hue-rotate(107deg) brightness(94%) contrast(102%); }
      body:not(.post-type-archive-casestudies) .intelligence-product .separator-lines {
        filter: brightness(0) saturate(100%) invert(31%) sepia(94%) saturate(4554%) hue-rotate(210deg) brightness(100%) contrast(110%); }
      body:not(.post-type-archive-casestudies) .investigator-product .separator-lines {
        filter: brightness(0) saturate(100%) invert(40%) sepia(58%) saturate(5603%) hue-rotate(328deg) brightness(97%) contrast(98%); }
      body:not(.post-type-archive-casestudies) .portal-product .separator-lines {
        filter: brightness(0) saturate(100%) invert(30%) sepia(99%) saturate(3905%) hue-rotate(278deg) brightness(97%) contrast(91%); }
      body:not(.post-type-archive-casestudies) .response-product .separator-lines {
        filter: brightness(0) saturate(100%) invert(69%) sepia(99%) saturate(2036%) hue-rotate(131deg) brightness(100%) contrast(100%); }

        

/*================ COOKIE BANNER ==============*/


.cookie-notice-container .btn-white:hover {
  background-color: #000;
  color: #fff; }

body:not(.post-type-archive-casestudies) .law-enforcement-sector  .cookie-notice-container {
  background-color: #2666FF; }
body:not(.post-type-archive-casestudies) .government-sector  .cookie-notice-container {
  background-color: #F93B88; }
body:not(.post-type-archive-casestudies) .corporate-sector  .cookie-notice-container {
  background-color: #22E6FE;
  color: #000 !important; }
body:not(.post-type-archive-casestudies) .military-sector  .cookie-notice-container {
  background-color: #00F68A; }

.nimbus-fusion-product  .cookie-notice-container {
  background-color: #00CC66; }
  .nimbus-fusion-product #cookie-notice .cn-button {
    background: #fff;
    color: #000; }
    .nimbus-fusion-product #cookie-notice .cn-button:hover {
      background: #000;
      color: #fff; }
      .nimbus-fusion-product .cn-text-container { 
        color: #000; }

.nimbus-forensics-product  .cookie-notice-container {
  background-color: #00CC66; }
  .nimbus-forensics-product #cookie-notice .cn-button {
    background: #fff;
    color: #000; }
    .nimbus-forensics-product #cookie-notice .cn-button:hover {
      background: #000;
      color: #fff; }
      .nimbus-forensics-product .cn-text-container { 
        color: #000; }
  
.nimbus-intelligence-product  .cookie-notice-container {
  background-color: #0066FF; }
    .nimbus-intelligence-product #cookie-notice .cn-button {
    background: #fff;
    color: #000; }
    .nimbus-intelligence-product #cookie-notice .cn-button:hover {
      background: #000;
      color: #fff; }

.nimbus-investigator-product  .cookie-notice-container {
  background-color: #F5365C; }
    .nimbus-investigator-product #cookie-notice .cn-button {
    background: #fff;
    color: #000; }
    .nimbus-investigator-product #cookie-notice .cn-button:hover {
      background: #000;
      color: #fff; }

.nimbus-portal-product  .cookie-notice-container {
  background-color: #C733E2; }
  .nimbus-portal-product #cookie-notice .cn-button {
    background: #fff;
    color: #000; }
    .nimbus-portal-product #cookie-notice .cn-button:hover {
      background: #000;
      color: #fff; }

.nimbus-response-product  .cookie-notice-container {
  background-color: #00E1E8;
  color: #000 !important; }
  .nimbus-response-product #cookie-notice .cn-button {
    background: #fff;
    color: #000; }
    .nimbus-response-product #cookie-notice .cn-button:hover {
      background: #000;
      color: #fff; }

#hu {
  font-family: 'Red Hat Text', sans-serif !important; }  

  /* #hu #hu-outer-wrapper {
     background: #f25e0dde !important; } */

    #hu #hu-cookies-notice-consent-choices input:checked+.hu-toggle-heading {
      background-color: #f25e0d !important;
      color: #000; }

    #hu #hu-cookies-notice-consent-choices .hu-radio-toggle .hu-toggle-heading {
      padding: 0.5rem !important; }

      #hu #hu-cookies-notice-consent-choices input.hu-toggle-heading {
        color: #000; }

      #hu #hu-cookies-notice-consent-choices .hu-radio-toggle.hu-cookies-notice-consent-choices-1 .hu-toggle-heading {
        background-color: #686868;
        color: #fff; }
        #hu #hu-cookies-notice-consent-choices .hu-radio-toggle.hu-cookies-notice-consent-choices-1 .hu-toggle-switch {
          display: none; }

      #hu #hu-cookies-notice-consent-choices .hu-radio-toggle.hu-cookies-notice-consent-choices-2 .hu-toggle-heading {
        background-color: #686868;
        color: #fff; }
        #hu #hu-cookies-notice-consent-choices .hu-radio-toggle.hu-cookies-notice-consent-choices-2 .hu-toggle-heading .hu-toggle-switch { 
          display: none; }

      #hu #hu-cookies-notice-consent-choices .hu-radio-toggle.hu-cookies-notice-consent-choices-3 .hu-toggle-heading {
        background-color: #686868;
        color: #fff; }
        #hu #hu-cookies-notice-consent-choices .hu-radio-toggle.hu-cookies-notice-consent-choices-3 .hu-toggle-heading .hu-toggle-switch { 
          display: none; }
      
      #hu #hu-cookies-notice-consent-choices .hu-radio-toggle .hu-toggle-label { font-weight: 500 !important;}


      #hu .hu-dropdown-toggle  {
        color: #000 !important; }
        #hu .hu-dropdown-toggle option {
          color: #000 !important; }

      /* LAW SECTOR */

        .page-law-enforcement #hu #hu-top {
          background-color: #2666FF !important; }
          .page-law-enforcement .hu-revoke-button {
            background-color: #2666FF !important; }
            .page-law-enforcement #hu .hu-heading {
              color: #2666FF !important; }
              .page-law-enforcement #hu #hu-cookies-notice-consent-choices input:checked+.hu-toggle-heading {
                background-color: #2666FF !important; }
                .page-law-enforcement #hu .hu-heading.hu-has-icon .hu-icon { 
                  color: #2666FF !important; }
                  .page-law-enforcement #hu .hu-btn.hu-btn-link {
                    color: #2666FF !important; }
                    .page-law-enforcement #hu .hu-btn {
                      background-color: #2666FF;
                      border-color: #2666FF !important; }
                      .page-law-enforcement #hu .hu-dropdown-toggle-container select {
                        box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 2px #2666ff !important; }
                        .page-law-enforcement #hu .hu-checkbox-toggle input:checked~.hu-toggle-heading .hu-toggle-slider {
                          background-color: #2666FF; }
                          .page-law-enforcement #hu #hu-cookies-privacy-consent-metrics .hu-table .hu-table-row-1 td:nth-child(2) { 
                            color: #2666FF !important; }
                            .page-law-enforcement #hu #hu-cookies-privacy-consent-metrics .hu-table .hu-table-row-3 td:nth-child(2) { 
                              color: #2666FF !important; }
                            
                            .term-law-enforcement #hu #hu-top {
                              background-color: #2666FF !important; }
                              .term-law-enforcement .hu-revoke-button {
                                background-color: #2666FF !important; }
                                .term-law-enforcement #hu .hu-heading {
                                  color: #2666FF !important; }
                                  .term-law-enforcement #hu #hu-cookies-notice-consent-choices input:checked+.hu-toggle-heading {
                                    background-color: #2666FF !important; }
                                    .term-law-enforcement #hu .hu-heading.hu-has-icon .hu-icon { 
                                      color: #2666FF !important; }
                                      .term-law-enforcement #hu .hu-btn.hu-btn-link {
                                        color: #2666FF !important; }
                                        .term-law-enforcement #hu .hu-btn {
                                          background-color: #2666FF;
                                          border-color: #2666FF !important; }
                                          .term-law-enforcement #hu .hu-dropdown-toggle-container select {
                                            box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 2px #2666ff !important; }
                                            .term-law-enforcement #hu .hu-checkbox-toggle input:checked~.hu-toggle-heading .hu-toggle-slider {
                                              background-color: #2666FF; }
                                              .term-law-enforcement #hu #hu-cookies-privacy-consent-metrics .hu-table .hu-table-row-1 td:nth-child(2) { 
                                                color: #2666FF !important; }
                                                .term-law-enforcement #hu #hu-cookies-privacy-consent-metrics .hu-table .hu-table-row-3 td:nth-child(2) { 
                                                  color: #2666FF !important; }



      /* GOVERNMENT SECTOR */

      .page-government #hu #hu-top {
        background-color: #F93B88 !important; }
        .page-government .hu-revoke-button {
          background-color: #F93B88 !important; }
          .page-government #hu .hu-heading {
            color: #F93B88 !important; }
            .page-government #hu #hu-cookies-notice-consent-choices input:checked+.hu-toggle-heading {
              background-color: #F93B88 !important; }
              .page-government #hu .hu-heading.hu-has-icon .hu-icon { 
                color: #F93B88 !important; }
                .page-government #hu .hu-btn.hu-btn-link {
                  color: #F93B88 !important; }
                  .page-government #hu .hu-btn {
                    background-color: #F93B88;
                    border-color: #F93B88 !important; }
                    .page-government #hu .hu-dropdown-toggle-container select {
                      box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 2px #F93B88 !important; }
                      .page-government #hu .hu-checkbox-toggle input:checked~.hu-toggle-heading .hu-toggle-slider {
                        background-color: #F93B88; }
                        .page-government #hu #hu-cookies-privacy-consent-metrics .hu-table .hu-table-row-1 td:nth-child(2) { 
                          color: #F93B88 !important; }
                          .page-government #hu #hu-cookies-privacy-consent-metrics .hu-table-row-3 td:nth-child(2) { 
                            color: #F93B88 !important; }

                          .term-government #hu #hu-top {
                            background-color: #F93B88 !important; }
                            .term-government .hu-revoke-button {
                              background-color: #F93B88 !important; }
                              .term-government #hu .hu-heading {
                                color: #F93B88 !important; }
                                .term-government #hu #hu-cookies-notice-consent-choices input:checked+.hu-toggle-heading {
                                  background-color: #F93B88 !important; }
                                  .term-government #hu .hu-heading.hu-has-icon .hu-icon { 
                                    color: #F93B88 !important; }
                                    .term-government #hu .hu-btn.hu-btn-link {
                                      color: #F93B88 !important; }
                                      .term-government #hu .hu-btn {
                                        background-color: #F93B88;
                                        border-color: #F93B88 !important; }
                                        .term-government #hu .hu-dropdown-toggle-container select {
                                          box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 2px #F93B88 !important; }
                                          .term-government #hu .hu-checkbox-toggle input:checked~.hu-toggle-heading .hu-toggle-slider {
                                            background-color: #F93B88; }
                                            .term-government #hu #hu-cookies-privacy-consent-metrics .hu-table .hu-table-row-1 td:nth-child(2) { 
                                              color: #F93B88 !important; }
                                              .term-government #hu #hu-cookies-privacy-consent-metrics .hu-table .hu-table-row-3 td:nth-child(2) { 
                                                color: #F93B88 !important; }

      /* CORPORATE SECTOR */

      .page-corporate #hu #hu-top {
        background-color: #22E6FE !important;
        color: #000 !important; }
        .page-corporate .hu-revoke-button {
          background-color: #22E6FE !important;
          color: #000 !important; }
          .page-corporate #hu-revoke .hu-revoke-button .hu-revoke-icon {
            filter: invert(1); }
          .page-corporate #hu .hu-heading {
            color: #22E6FE !important; }
            .page-corporate #hu #hu-cookies-notice-consent-choices input:checked+.hu-toggle-heading {
              background-color: #22E6FE !important;
              color: #000 !important; }
              .page-corporate #hu .hu-heading.hu-has-icon .hu-icon { 
                color: #22E6FE !important; }
                .page-corporate #hu .hu-btn.hu-btn-link {
                  color: #22E6FE !important; }
                  .page-corporate #hu .hu-btn {
                    background-color: #22E6FE;
                    border-color: #22E6FE !important;
                    color: #000 !important; }
                    .page-corporate #hu .hu-dropdown-toggle-container select {
                      box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 2px #22E6FE !important; }
                      .page-corporate #hu .hu-checkbox-toggle input:checked~.hu-toggle-heading .hu-toggle-slider {
                        background-color: #22E6FE;
                        color: #000 !important; }
                        .page-corporate #hu .hu-checkbox-toggle .hu-toggle-slider:before {
                          background-color: #000 !important; }
                          .page-corporate #hu #hu-cookies-privacy-consent-metrics .hu-table .hu-table-row-1 td:nth-child(2) { 
                            color: #22E6FE !important; }
                            .page-corporate #hu #hu-cookies-privacy-consent-metrics .hu-table-row-3 td:nth-child(2) { 
                              color: #22E6FE !important; }
                      
                            .term-corporate #hu #hu-top {
                              background-color: #22E6FE !important;
                              color: #000 !important; }
                              .term-corporate .hu-revoke-button {
                                background-color: #22E6FE !important;
                                color: #000 !important; }
                                .term-corporate #hu-revoke .hu-revoke-button .hu-revoke-icon {
                                  filter: invert(1); }
                                  .term-corporate #hu .hu-heading {
                                    color: #22E6FE !important; }
                                    .term-corporate #hu #hu-cookies-notice-consent-choices input:checked+.hu-toggle-heading {
                                      background-color: #22E6FE !important;
                                      color: #000 !important; }
                                      .term-corporate #hu .hu-heading.hu-has-icon .hu-icon { 
                                        color: #22E6FE !important; }
                                        .term-corporate #hu .hu-btn.hu-btn-link {
                                          color: #22E6FE !important; }
                                          .term-corporate #hu .hu-btn {
                                            background-color: #22E6FE;
                                            border-color: #22E6FE !important;
                                            color: #000 !important; }
                                            .term-corporate #hu .hu-dropdown-toggle-container select {
                                              box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 2px #22E6FE !important; }
                                              .term-corporate #hu .hu-checkbox-toggle input:checked~.hu-toggle-heading .hu-toggle-slider {
                                                background-color: #22E6FE;
                                                color: #000 !important; }
                                                .term-corporate #hu .hu-checkbox-toggle .hu-toggle-slider:before {
                                                  background-color: #000 !important; }
                                                  .term-corporate #hu #hu-cookies-privacy-consent-metrics .hu-table .hu-table-row-1 td:nth-child(2) { 
                                                    color: #22E6FE !important; }
                                                    .term-corporate #hu #hu-cookies-privacy-consent-metrics .hu-table .hu-table-row-3 td:nth-child(2) { 
                                                      color: #22E6FE !important; }


      /* MILITARY SECTOR */

      .page-military #hu #hu-top {
        background-color: #00F68A !important;
        color: #000 !important; }
        .page-military .hu-revoke-button {
          background-color: #00F68A !important;
          color: #000 !important; }
          .page-military #hu-revoke .hu-revoke-button .hu-revoke-icon {
            filter: invert(1); }
          .page-military #hu .hu-heading {
            color: #00F68A !important; }
            .page-military #hu #hu-cookies-notice-consent-choices input:checked+.hu-toggle-heading {
              background-color: #00F68A !important;
              color: #000 !important; }
              .page-military #hu .hu-heading.hu-has-icon .hu-icon { 
                color: #00F68A !important; }
                .page-military #hu .hu-btn.hu-btn-link {
                  color: #00F68A !important; }
                  .page-military #hu .hu-btn {
                    background-color: #00F68A;
                    border-color: #00F68A !important;
                    color: #000 !important; }
                    .page-military #hu .hu-dropdown-toggle-container select {
                      box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 2px #00F68A !important; }
                      .page-military #hu .hu-checkbox-toggle input:checked~.hu-toggle-heading .hu-toggle-slider {
                        background-color: #00F68A;
                        color: #000 !important; }
                        .page-military #hu .hu-checkbox-toggle .hu-toggle-slider:before {
                          background-color: #000 !important; }
                          .page-military #hu #hu-cookies-privacy-consent-metrics .hu-table .hu-table-row-1 td:nth-child(2) { 
                            color: #00F68A !important; }
                            .page-military #hu #hu-cookies-privacy-consent-metrics .hu-table .hu-table-row-3 td:nth-child(2) { 
                              color: #00F68A !important; }

                            .page-military #hu #hu-top {
                              background-color: #00F68A !important;
                              color: #000 !important; }
                              .page-military .hu-revoke-button {
                                background-color: #00F68A !important;
                                color: #000 !important; }
                                .term-military #hu-revoke .hu-revoke-button .hu-revoke-icon {
                                  filter: invert(1); }
                                  .term-military #hu .hu-heading {
                                    color: #00F68A !important; }
                                    .term-military #hu #hu-cookies-notice-consent-choices input:checked+.hu-toggle-heading {
                                      background-color: #00F68A !important;
                                      color: #000 !important; }
                                      .term-military #hu .hu-heading.hu-has-icon .hu-icon { 
                                        color: #00F68A !important; }
                                        .term-military #hu .hu-btn.hu-btn-link {
                                          color: #00F68A !important; }
                                          .term-military #hu .hu-btn {
                                            background-color: #00F68A;
                                            border-color: #00F68A !important;
                                            color: #000 !important; }
                                            .term-military #hu .hu-dropdown-toggle-container select {
                                              box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 2px #00F68A !important; }
                                              .term-military #hu .hu-checkbox-toggle input:checked~.hu-toggle-heading .hu-toggle-slider {
                                                background-color: #00F68A;
                                                color: #000 !important; }
                                                .term-military #hu .hu-checkbox-toggle .hu-toggle-slider:before {
                                                  background-color: #000 !important; }
                                                  .term-military #hu #hu-cookies-privacy-consent-metrics .hu-table .hu-table-row-1 td:nth-child(2) { 
                                                    color: #00F68A !important; }
                                                    .term-military #hu #hu-cookies-privacy-consent-metrics .hu-table .hu-table-row-3 td:nth-child(2) { 
                                                      color: #00F68A !important; }


      /* INTELLIGENCE */

      .page-nimbus-intelligence #hu #hu-top {
        background-color: #0066FF !important; }
        .page-nimbus-intelligence .hu-revoke-button {
          background-color: #0066FF !important; }
          .page-nimbus-intelligence #hu .hu-heading {
            color: #0066FF !important; }
            .page-nimbus-intelligence #hu #hu-cookies-notice-consent-choices input:checked+.hu-toggle-heading {
              background-color: #0066FF !important; }
              .page-nimbus-intelligence #hu .hu-heading.hu-has-icon .hu-icon { 
                color: #0066FF !important; }
                .page-nimbus-intelligence #hu .hu-btn.hu-btn-link {
                  color: #0066FF !important; }
                  .page-nimbus-intelligence #hu .hu-btn {
                    background-color: #0066FF;
                    border-color: #0066FF !important; }
                    .page-nimbus-intelligence #hu .hu-dropdown-toggle-container select {
                      box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 2px #0066FF !important; }
                      .page-nimbus-intelligence #hu .hu-checkbox-toggle input:checked~.hu-toggle-heading .hu-toggle-slider {
                        background-color: #0066FF; }
                        .page-nimbus-intelligence #hu #hu-cookies-privacy-consent-metrics .hu-table .hu-table-row-1 td:nth-child(2) { 
                          color: #0066FF !important; }
                          .page-nimbus-intelligence #hu #hu-cookies-privacy-consent-metrics .hu-table-row-3 td:nth-child(2) { 
                            color: #0066FF !important; }

      /* INVESTIGATOR */

      .page-nimbus-investigator #hu #hu-top {
        background-color: #F5365C !important; }
        .page-nimbus-investigator .hu-revoke-button {
          background-color: #F5365C !important; }
          .page-nimbus-investigator #hu .hu-heading {
            color: #F5365C !important; }
            .page-nimbus-investigator #hu #hu-cookies-notice-consent-choices input:checked+.hu-toggle-heading {
              background-color: #F5365C !important; }
              .page-nimbus-investigator #hu .hu-heading.hu-has-icon .hu-icon { 
                color: #F5365C !important; }
                .page-nimbus-investigator #hu .hu-btn.hu-btn-link {
                  color: #F5365C !important; }
                  .page-nimbus-investigator #hu .hu-btn {
                    background-color: #F5365C;
                    border-color: #F5365C !important; }
                    .page-nimbus-investigator #hu .hu-dropdown-toggle-container select {
                      box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 2px #F5365C !important; }
                      .page-nimbus-investigator #hu .hu-checkbox-toggle input:checked~.hu-toggle-heading .hu-toggle-slider {
                        background-color: #F5365C; }
                        .page-nimbus-investigator #hu #hu-cookies-privacy-consent-metrics .hu-table .hu-table-row-1 td:nth-child(2) { 
                          color: #F5365C !important; }
                          .page-nimbus-investigator #hu #hu-cookies-privacy-consent-metrics .hu-table .hu-table-row-3 td:nth-child(2) { 
                            color: #F5365C !important; }

      /* FORENSICS */

      .page-nimbus-forensics #hu #hu-top {
        background-color: #00CC66 !important;
        color: #000 !important; }
        .page-nimbus-forensics .hu-revoke-button {
          background-color: #00CC66 !important;
          color: #000 !important; }
          .page-nimbus-forensics #hu-revoke .hu-revoke-button .hu-revoke-icon {
            filter: invert(1); }
            .page-nimbus-forensics #hu .hu-heading {
              color: #00CC66 !important; }
              .page-nimbus-forensics #hu #hu-cookies-notice-consent-choices input:checked+.hu-toggle-heading {
                background-color: #00CC66 !important;
                color: #000 !important; }
                .page-nimbus-forensics #hu .hu-heading.hu-has-icon .hu-icon { 
                  color: #00CC66 !important; }
                  .page-nimbus-forensics #hu .hu-btn.hu-btn-link {
                    color: #00CC66 !important; }
                    .page-nimbus-forensics #hu .hu-btn {
                      background-color: #00CC66;
                      border-color: #00CC66 !important;
                      color: #000 !important; }
                      .page-nimbus-forensics #hu .hu-dropdown-toggle-container select {
                        box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 2px #00CC66 !important; }
                        .page-nimbus-forensics #hu .hu-checkbox-toggle input:checked~.hu-toggle-heading .hu-toggle-slider {
                          background-color: #00CC66;
                          color: #000 !important; }
                          .page-nimbus-forensics #hu #hu-cookies-privacy-consent-metrics .hu-table .hu-table-row-1 td:nth-child(2) { 
                            color: #00CC66 !important; }
                            .page-nimbus-forensics #hu #hu-cookies-privacy-consent-metrics .hu-table .hu-table-row-3 td:nth-child(2) { 
                              color: #00CC66 !important; }
                              .page-nimbus-forensics #hu .hu-checkbox-toggle .hu-toggle-slider:before {
                                background-color: #000 !important; }

      /* FUSION */

      .page-nimbus-fusion #hu #hu-top {
        background-color: #00CC66 !important;
        color: #000 !important; }
        .page-nimbus-fusion .hu-revoke-button {
          background-color: #00CC66 !important;
          color: #000 !important; }
          .page-nimbus-fusion #hu-revoke .hu-revoke-button .hu-revoke-icon {
            filter: invert(1); }
            .page-nimbus-fusion #hu .hu-heading {
              color: #00CC66 !important; }
              .page-nimbus-fusion #hu #hu-cookies-notice-consent-choices input:checked+.hu-toggle-heading {
                background-color: #00CC66 !important;
                color: #000 !important; }
                .page-nimbus-fusion #hu .hu-heading.hu-has-icon .hu-icon { 
                  color: #00CC66 !important; }
                  .page-nimbus-fusion #hu .hu-btn.hu-btn-link {
                    color: #00CC66 !important; }
                    .page-nimbus-fusion #hu .hu-btn {
                      background-color: #00CC66;
                      border-color: #00CC66 !important;
                      color: #000 !important; }
                      .page-nimbus-fusion #hu .hu-dropdown-toggle-container select {
                        box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 2px #00CC66 !important; }
                        .page-nimbus-fusion #hu .hu-checkbox-toggle input:checked~.hu-toggle-heading .hu-toggle-slider {
                          background-color: #00CC66;
                          color: #000 !important; }
                          .page-nimbus-fusion #hu #hu-cookies-privacy-consent-metrics .hu-table .hu-table-row-1 td:nth-child(2) { 
                            color: #00CC66 !important; }
                            .page-nimbus-fusion #hu #hu-cookies-privacy-consent-metrics .hu-table .hu-table-row-3 td:nth-child(2) { 
                              color: #00CC66 !important; }
                              .page-nimbus-fusion #hu .hu-checkbox-toggle .hu-toggle-slider:before {
                                background-color: #000 !important; }
      
      /* PORTAL */

      .page-nimbus-portal #hu #hu-top {
        background-color: #C733E2 !important; }
        .page-nimbus-portal .hu-revoke-button {
          background-color: #C733E2 !important; }
          .page-nimbus-portal #hu .hu-heading {
            color: #C733E2 !important; }
            .page-nimbus-portal #hu #hu-cookies-notice-consent-choices input:checked+.hu-toggle-heading {
              background-color: #C733E2 !important; }
              .page-nimbus-portal #hu .hu-heading.hu-has-icon .hu-icon { 
                color: #C733E2 !important; }
                .page-nimbus-portal #hu .hu-btn.hu-btn-link {
                  color: #C733E2 !important; }
                  .page-nimbus-portal #hu .hu-btn {
                    background-color: #C733E2;
                    border-color: #C733E2 !important; }
                    .page-nimbus-portal #hu .hu-dropdown-toggle-container select {
                      box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 2px #C733E2 !important; }
                      .page-nimbus-portal #hu .hu-checkbox-toggle input:checked~.hu-toggle-heading .hu-toggle-slider {
                        background-color: #C733E2; }
                        .page-nimbus-portal #hu #hu-cookies-privacy-consent-metrics .hu-table .hu-table-row-1 td:nth-child(2) { 
                          color: #C733E2 !important; }
                          .page-nimbus-portal #hu #hu-cookies-privacy-consent-metrics .hu-table-row-3 td:nth-child(2) { 
                            color: #C733E2 !important; }

      /* RESPONSE */

      .page-nimbus-response #hu #hu-top {
        background-color: #00E1E8 !important;
        color: #000 !important; }
        .page-nimbus-response .hu-revoke-button {
          background-color: #00E1E8 !important;
          color: #000 !important; }
          .page-nimbus-response #hu-revoke .hu-revoke-button .hu-revoke-icon {
            filter: invert(1); }
            .page-nimbus-response #hu .hu-heading {
              color: #00E1E8 !important; }
              .page-nimbus-response #hu #hu-cookies-notice-consent-choices input:checked+.hu-toggle-heading {
                background-color: #00E1E8 !important;
                color: #000 !important; }
                .page-nimbus-response #hu .hu-heading.hu-has-icon .hu-icon { 
                  color: #00E1E8 !important; }
                  .page-nimbus-response #hu .hu-btn.hu-btn-link {
                    color: #00E1E8 !important; }
                    .page-nimbus-response #hu .hu-btn {
                      background-color: #00E1E8;
                      border-color: #00E1E8 !important;
                      color: #000 !important; }
                      .page-nimbus-response #hu .hu-dropdown-toggle-container select {
                        box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 2px #00E1E8 !important; }
                        .page-nimbus-response #hu .hu-checkbox-toggle input:checked~.hu-toggle-heading .hu-toggle-slider {
                          background-color: #00E1E8;
                          color: #000 !important; }
                          .page-nimbus-response #hu #hu-cookies-privacy-consent-metrics .hu-table .hu-table-row-1 td:nth-child(2) { 
                            color: #00E1E8 !important; }
                            .page-nimbus-response #hu #hu-cookies-privacy-consent-metrics .hu-table .hu-table-row-3 td:nth-child(2) { 
                              color: #00E1E8 !important; }
                            .page-nimbus-response #hu .hu-checkbox-toggle .hu-toggle-slider:before {
                              background-color: #000 !important; }
                                


                              #hu .hu-dropdown-toggle-container .hu-dropdown-toggle-icon { color: #000}









/* ICONS SWAPS IN MEGA MENU */

.LawEnforcement a::after {
  content: "\e94d" !important; }
  /* .LawEnforcement a::before {
    color: #2666ff !important; } */

.Government a::after {
  content: "\e94c" !important;
  color: #F93B88; }
  /* .Government a::before {
    color: #2666ff !important; } */

.Corporate a::after {
  content: "\e94b" !important; }
  /* .Corporate a::before {
    color: #2666ff !important; } */

.Military a::after {
  content: "\e94f" !important; }
  /* .Military a::before {
    color: #2666ff !important; } */

.NIMBUSCore a::after {
  content: "\e101" !important; }
  /* .NIMBUSCore a::before {
    color: #2666ff !important; } */

.NIMBUSPortal a::after {
  content: "\e105" !important; }
  /* .NIMBUSPortal a::before {
    color: #2666ff !important; } */

.NIMBUSIntelligence a::after {
  content: "\e103" !important; }
  /* .NIMBUSIntelligence a::before {
    color: #2666ff !important; } */

.NIMBUSInvestigator a::after {
  content: "\e104" !important; }
  /* .NIMBUSInvestigator a::before {
    color: #2666ff !important; } */

.NIMBUSResponse a::after {
  content: "\e106" !important; }
  /* .NIMBUSResponse a::before {
    color: #2666ff !important; } */
    
.NIMBUSFusion a::after {
  content: "\e102" !important; }
  /* .NIMBUSFusion a::before {
    color: #2666ff !important; } */

.NIMBUSForensics a::after {
  content: "\e957" !important; }

.LatestNewsPress a::after {
  content: "\e93f" !important; }

.Events a::after {
  content: "\f073" !important;
  font-family: 'FontAwesome' !important; }

.ThoughtLeadership a::after {
  content: "\e918" !important; }
  
.VideoHub a::after {
  content: "\f145" !important; }

.CaseStudies a::after {
  content: "\e9d7" !important; }

.WhitePapers a::after {
  content: "\e92c" !important; }

.FAQs a::after {
  content: "\e90d" !important;
  left: 6px !important; }
  @media (max-width: 1129px) { 
    .FAQs a::after {
      left: 26px !important; } }



/* ICONS & COLOUR SWAPS IN Slider-Tabs */

.LAWENFORCEMENT::before {
  content: "\e94d"; }

.GOVERNMENT::before {
  content: "\e94c"; }
 
.CORPORATE::before {
  content: "\e94b"; }

.Military::before {
  content: "\e94f"; }

.NIMBUSCORE::before {
  content: "\e101"; }
  .slick-current .NIMBUSCORE::before {
    color: #F25E0D; }
  .slick-current .title.NIMBUSCORE-color {
    color: #F25E0D; }
    .slick-current .col.NIMBUSCORE-color h3 {
      color: #F25E0D; }
    .slick-current a.btn.NIMBUSCORE-color {
      background-color: #F25E0D;
      border-color: #F25E0D; }
      .slick-current a.btn.NIMBUSCORE-color:hover {
        background-color: #fff;
        border-color: #fff;
        color:#000; }
    .slick-current a.btn-play.NIMBUSCORE-color {
      background-color: transparent;
      border-color: #F25E0D;
      color: #F25E0D; }
      .slick-current a.btn-play.NIMBUSCORE-color:hover {
        background-color: #F25E0D;
        border-color: #F25E0D;
        color:#fff; }
 
.NIMBUSPORTAL::before {
  content: "\e105"; }
  .slick-current .NIMBUSPORTAL::before {
    color: #C733E2; }
  .slick-current .title.NIMBUSPORTAL-color {
    color: #C733E2; }
    .slick-current .col.NIMBUSPORTAL-color h3 {
      color: #C733E2; }
    .slick-current a.btn.NIMBUSPORTAL-color {
      background-color: #C733E2;
      border-color: #C733E2; }
      .slick-current a.btn.NIMBUSPORTAL-color:hover {
        background-color: #fff;
        border-color: #fff;
        color:#000; }
    .slick-current a.btn-play.NIMBUSPORTAL-color {
      background-color: none;
      border-color: #C733E2;
      color: #C733E2; }
      .slick-current a.btn-play.NIMBUSPORTAL-color:hover {
        background-color: #C733E2;
        border-color: #C733E2;
        color:#fff; }

.NIMBUSINTELLIGENCE::before {
  content: "\e103"; }
  .slick-current .NIMBUSINTELLIGENCE::before {
    color: #0066FF; }
  .slick-current .title.NIMBUSINTELLIGENCE-color {
    color: #0066FF; }
    .slick-current .col.NIMBUSINTELLIGENCE-color h3 {
      color: #0066FF; }
    .slick-current a.btn.NIMBUSINTELLIGENCE-color {
      background-color: #0066FF;
      border-color: #0066FF; }
      .slick-current a.btn.NIMBUSINTELLIGENCE-color:hover {
        background-color: #fff;
        border-color: #fff;
        color:#000; }
    .slick-current a.btn-play.NIMBUSINTELLIGENCE-color {
      background-color: none;
      border-color: #0066FF;
      color: #0066FF; }
      .slick-current a.btn-play.NIMBUSINTELLIGENCE-color:hover {
        background-color: #0066FF;
        border-color: #0066FF;
        color:#fff; }

.NIMBUSINVESTIGATOR::before {
  content: "\e104"; }
  .slick-current .NIMBUSINVESTIGATOR::before {
    color: #F5365C; }
  .slick-current .title.NIMBUSINVESTIGATOR-color {
    color: #F5365C; }
    .slick-current .col.NIMBUSINVESTIGATOR-color h3 {
      color: #F5365C; }
    .slick-current a.btn.NIMBUSINVESTIGATOR-color {
      background-color: #F5365C;
      border-color: #F5365C; }
      .slick-current a.btn.NIMBUSINVESTIGATOR-color:hover {
        background-color: #fff;
        border-color: #fff;
        color:#000; }
    .slick-current a.btn-play.NIMBUSINVESTIGATOR-color {
      background-color: none;
      border-color: #F5365C;
      color: #F5365C; }
      .slick-current a.btn-play.NIMBUSINVESTIGATOR-color:hover {
        background-color: #F5365C;
        border-color: #F5365C;
        color:#fff; }

.NIMBUSRESPONSE::before {
  content: "\e106"; }
  .slick-current .NIMBUSRESPONSE::before {
    color: #00E1E8; }
  .slick-current .title.NIMBUSRESPONSE-color {
    color: #00E1E8; }
    .slick-current .col.NIMBUSRESPONSE-color h3 {
      color: #00E1E8; }
    .slick-current a.btn.NIMBUSRESPONSE-color {
      background-color: #00E1E8;
      border-color: #00E1E8;
      color: #000; }
      .slick-current a.btn.NIMBUSRESPONSE-color:hover {
        background-color: #fff;
        border-color: #fff;
        color:#000; }
    .slick-current a.btn-play.NIMBUSRESPONSE-color {
      background-color: none;
      border-color: #00E1E8;
      color: #00E1E8; }
      .slick-current a.btn-play.NIMBUSRESPONSE-color:hover {
        background-color: #00E1E8;
        border-color: #00E1E8;
        color:#fff; }
    
.NIMBUSFUSION::before {
  content: "\e102"; }
  .slick-current .NIMBUSFUSION::before {
    color: #00CC66; }
  .slick-current .title.NIMBUSFUSION-color {
    color: #00CC66; }
    .slick-current .col.NIMBUSFUSION-color h3 {
      color: #00CC66; }
    .slick-current a.btn.NIMBUSFUSION-color {
      background-color: #00CC66;
      border-color: #00CC66; }
      .slick-current a.btn.NIMBUSFUSION-color:hover {
        background-color: #fff;
        border-color: #fff;
        color:#000; }
    .slick-current a.btn-play.NIMBUSFUSION-color {
      background-color: none;
      border-color: #00CC66;
      color: #00CC66; }
      .slick-current a.btn-play.NIMBUSFUSION-color:hover {
        background-color: #00CC66;
        border-color: #00CC66;
        color:#fff; }

.NIMBUSFORENSICS::before {
  content: "\e957"; }
  .slick-current .NIMBUSFORENSICS::before {
    color: #00CC66; }
  .slick-current .title.NIMBUSFORENSICS-color {
    color: #00CC66; }
    .slick-current .col.NIMBUSFORENSICS-color h3 {
      color: #00CC66 !important; }
    .slick-current a.btn.NIMBUSFORENSICS-color {
      background-color: #00CC66;
      border-color: #00CC66; }
      .slick-current a.btn.NIMBUSFORENSICS-color:hover {
        background-color: #fff;
        border-color: #fff;
        color:#000; }
    .slick-current a.btn-play.NIMBUSFORENSICS-color {
      background-color: none;
      border-color: #00CC66;
      color: #00CC66; }
      .slick-current a.btn-play.NIMBUSFORENSICS-color:hover {
        background-color: #00CC66;
        border-color: #00CC66;
        color:#fff; }

section.hero-block {
  background-image: url(/wp-content/uploads/2023/11/honeycomb-centered.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  background-attachment: fixed; }

  @media (max-width: 1024px) {
    section.hero-block {
      background-size: cover; } }

  .law-enforcement-sector .hero-block.v4 h1 span {
    color: #2666FF; }
  .government-sector .hero-block.v4 h1 span {
    color: #F93B88; }
  .corporate-sector .hero-block.v4 h1 span {
    color: #22E6FE; }
  .military-sector .hero-block.v4 h1 span {
    color:  #00F68A; }
  .post-type-archive .corporate-sector .hero-block.v4 h1 span {
    color: #F25E0D; }

  



/* ====================== PORTAL PRODUCT PAGE ====================== */




        
/* Header Nav */

.nimbus-portal-product .fixed-position #header {
  z-index: 1000;
  animation: showBar ease .5s;
  -webkit-animation: showBar ease .5s; }
  .nimbus-portal-product .fixed-position #header {
    z-index: 1000;
    animation: showBar ease .5s;
    -webkit-animation: showBar ease .5s;
    box-shadow: 0 0 10px rgb(199 51 226 / 40%); }
    @media (max-width: 1130px) {
      .nimbus-portal-product #header {
        box-shadow: 0 0 10px rgb(199 51 226 / 40%); } }

.nimbus-portal-product #header .main-nav ul li a:hover .title {
  color: #C733E2; }
  .nimbus-portal-product #header .main-nav ul li a:hover::before {
  color: #C733E2; }
  .nimbus-portal-product #header .main-nav ul li a:hover::after {
    color: #C733E2; }
  .nimbus-portal-product #header .main-nav ul li a.active .title {
    color: #C733E2; }
    .nimbus-portal-product #header .main-nav ul li a.active::before {
      color: #C733E2; }
      .nimbus-portal-product #header .main-nav ul li a.active::after {
        color: #C733E2; }
    .nimbus-portal-product #header .main-nav ul li a.active .paragraph {
      color: #000; }
    .nimbus-portal-product #header .main-nav ul li.menu-item-has-children:hover > a {
      color: #C733E2; }
      .nimbus-portal-product #header .main-nav ul li a.active {
        color: #C733E2; }
        .nimbus-portal-product #header .main-nav ul li a:hover {
          color: #C733E2; }

.nimbus-portal-product .btn { 
  background-color: #C733E2;
  border-color: #C733E2; }
   .nimbus-portal-product .btn:hover { 
    background-color: #fff;
    border-color: #000;
    color: #000; }

.nimbus-portal-product .whosuse-nimbus .gallery-nav .slick-arrow.slick-next {
  color: #C733E2; }

.nimbus-portal-product .cta-strip {
  background: #C733E2;
  color: #fff; }
  .nimbus-portal-product .cta-strip .btn {
    border-color: #000;
    color: #fff; }
    .nimbus-portal-product .cta-strip .btn:hover {
      background: #fff;
    color: #000;
    border-color: #fff; }
 
    .nimbus-portal-product .ctas-block .btn  {
        background: none;
        color: #C733E2;
        border-color: #C733E2; }
      .nimbus-portal-product .ctas-block .btn:hover {
        background: #ffffff14;
        color: #fff;
        border-color: #fff; }
    
.nimbus-portal-product .newsletter-form input[type="submit"] {
  background: #C733E2;
  border-color: #C733E2; }
  .nimbus-portal-product .newsletter-form input[type="submit"]:hover {
    background: #fff;
    color: #000;
  border-color: #fff;}
    
.nimbus-portal-product .features-block .features-list.features-list-slider .slick-arrow {
  background: #C733E2; }

.nimbus-portal-product .hero-block.v2 .caption {
  max-width: 800px; }
  .nimbus-portal-product .hero-block.v2 .caption h1 {
    font-weight: 400; }
    .nimbus-portal-product .hero-block.v2 .caption h1 span {
      font-weight: 400;
      display: block;
    color: #fff;}
    .nimbus-portal-product .hero-block.v2 .caption h1 strong {
      color: #C733E2;
      font-weight: 700; }

.nimbus-portal-product .whyus-slider-block .keyfeatures-slider-nav .slick-arrow.slick-next {
  color: #C733E2; }

.nimbus-portal-product .twocols-content h3 {
    color: #C733E2; }

.nimbus-portal-product #footer .footer-header:before {
  background: #C733E2; }

.nimbus-portal-product #footer .contact-info .phone, .nimbus-portal-product #footer .contact-info .email {
  color: #C733E2; }

  .nimbus-portal-product #footer .contact-info .phone a:hover, .nimbus-portal-product #footer .contact-info .email a:hover {
    color: #C733E2; }
  
  .nimbus-portal-product  #footer .footer-holder a:not([class]):hover {
      color: #C733E2; }

.nimbus-portal-product .back-to-top {
    border-radius: 100%;
    background-color: #C733E2;
    border: solid 1px #C733E2; }
    .nimbus-portal-product .back-to-top:hover {
      background-color: #fff;
      border-color: #fff;
      color: #000; }

.nimbus-portal-product  .newsletter-form .custom-checkbox input:checked ~ label:after {
    background: #C733E2; }  

.nimbus-portal-product  .social-networks li a {
    border-radius: 100%; }
    .nimbus-portal-product  .social-networks li a:hover {
        color: #C733E2 !important;
        border-color: #C733E2 !important;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s; }

.nimbus-portal-product .sliders-tabs .slider-nav .slick-arrow {
    border: solid 1px #C733E2;
    background: #C733E2; }

.nimbus-portal-product .hero-block h1 span {
  color: #C733E2; }

.nimbus-portal-product .separator-lines {
  filter: invert(31%) sepia(71%) saturate(3435%) hue-rotate(297deg) brightness(93%) contrast(97%); }

.nimbus-portal-product .twocols-content .f-list li .icon-shape span {
  color: #C733E2; }

.nimbus-portal-product section.center-text-block.v3 {
  background-image: url(/wp-content/uploads/2023/11/tech-frame-top-portal.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-attachment: fixed; }




/* ====================== INTELLIGENCE PRODUCT PAGE ====================== */




        
/* Header Nav */

.nimbus-intelligence-product .fixed-position #header {
  z-index: 1000;
  animation: showBar ease .5s;
  -webkit-animation: showBar ease .5s; }
  .nimbus-intelligence-product .fixed-position #header {
    z-index: 1000;
    animation: showBar ease .5s;
    -webkit-animation: showBar ease .5s;
    box-shadow: 0 0 10px rgb(0 102 255 / 40%); }
    @media (max-width: 1130px) {
      .nimbus-intelligence-product #header {
        box-shadow: 0 0 10px rgb(0 102 255 / 40%); } }

.nimbus-intelligence-product #header .main-nav ul li a:hover .title {
  color: #0066FF; }
  .nimbus-intelligence-product #header .main-nav ul li a:hover::before {
  color: #0066FF; }
  .nimbus-intelligence-product #header .main-nav ul li a:hover::after {
    color: #0066FF; }
  .nimbus-intelligence-product #header .main-nav ul li a.active .title {
    color: #0066FF; }
    .nimbus-intelligence-product #header .main-nav ul li a.active::before {
      color: #0066FF; }
      .nimbus-intelligence-product #header .main-nav ul li a.active::after {
        color: #0066FF; }
    .nimbus-intelligence-product #header .main-nav ul li a.active .paragraph {
      color: #000; }
    .nimbus-intelligence-product #header .main-nav ul li.menu-item-has-children:hover > a {
      color: #0066FF; }
      .nimbus-intelligence-product #header .main-nav ul li a.active {
        color: #0066FF; }
        .nimbus-intelligence-product #header .main-nav ul li a:hover {
          color: #0066FF; }

.nimbus-intelligence-product .btn { 
  background-color: #0066FF;
  border-color: #0066FF; }
   .nimbus-intelligence-product .btn:hover { 
    background-color: #fff;
    border-color: #000;
    color: #000; }

.nimbus-intelligence-product .whosuse-nimbus .gallery-nav .slick-arrow.slick-next {
  color: #0066FF; }

.nimbus-intelligence-product .cta-strip {
  background: #0066FF;
  color: #fff; }
  .nimbus-intelligence-product .cta-strip .btn {
    border-color: #000;
    color: #fff; }
    .nimbus-portal-product .cta-strip .btn:hover {
      background: #fff;
    color: #000;
    border-color: #fff; }
 
    .nimbus-intelligence-product .ctas-block .btn  {
        background: none;
        color: #0066FF;
        border-color: #0066FF; }
      .nimbus-intelligence-product .ctas-block .btn:hover {
        background: #ffffff14;
        color: #fff;
        border-color: #fff; }
    
.nimbus-intelligence-product .newsletter-form input[type="submit"] {
  background: #0066FF;
  border-color: #0066FF; }
  .nimbus-intelligence-product .newsletter-form input[type="submit"]:hover {
    background: #fff;
    color: #000;
  border-color: #fff;}
    
.nimbus-intelligence-product .features-block .features-list.features-list-slider .slick-arrow {
  background: #0066FF; }

.nimbus-intelligence-product .hero-block.v2 .caption {
  max-width: 800px; }
  .nimbus-intelligence-product .hero-block.v2 .caption h1 {
    font-weight: 400; }
    .nimbus-intelligence-product .hero-block.v2 .caption h1 span {
      font-weight: 400;
      display: block;
    color: #fff;}
    .nimbus-intelligence-product .hero-block.v2 .caption h1 strong {
      color: #0066FF;
      font-weight: 700; }

.nimbus-intelligence-product .whyus-slider-block .keyfeatures-slider-nav .slick-arrow.slick-next {
  color: #0066FF; }

.nimbus-intelligence-product .twocols-content h3 {
    color: #0066FF; }

.nimbus-intelligence-product #footer .footer-header:before {
  background: #0066FF; }

.nimbus-intelligence-product #footer .contact-info .phone, .nimbus-intelligence-product #footer .contact-info .email {
  color: #0066FF; }

  .nimbus-intelligence-product #footer .contact-info .phone a:hover, .nimbus-intelligence-product #footer .contact-info .email a:hover {
    color: #0066FF; }
  
  .nimbus-intelligence-product  #footer .footer-holder a:not([class]):hover {
      color: #0066FF; }

.nimbus-intelligence-product .back-to-top {
    border-radius: 100%;
    background-color: #0066FF;
    border: solid 1px #0066FF; }
    .nimbus-intelligence-product .back-to-top:hover {
      background-color: #fff;
      border-color: #fff;
      color: #000; }
    

.nimbus-intelligence-product  .newsletter-form .custom-checkbox input:checked ~ label:after {
    background: #0066FF; }  

.nimbus-intelligence-product  .social-networks li a {
    border-radius: 100%; }
    .nimbus-intelligence-product  .social-networks li a:hover {
        color: #0066FF !important;
        border-color: #0066FF !important;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s; }

.nimbus-intelligence-product .sliders-tabs .slider-nav .slick-arrow {
    border: solid 1px #0066FF;
    background: #0066FF; }

.nimbus-intelligence-product .hero-block h1 span {
  color: #0066FF; }

.nimbus-intelligence-product .separator-lines {
  filter: invert(24%) sepia(57%) saturate(5249%) hue-rotate(212deg) brightness(103%) contrast(102%); }

.nimbus-intelligence-product .twocols-content .f-list li .icon-shape span {
  color: #0066FF; }

.nimbus-intelligence-product section.center-text-block.v3 {
  background-image: url(/wp-content/uploads/2023/11/tech-frame-top-intel.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-attachment: fixed; }







/* ====================== INVESTIGATOR PRODUCT PAGE ====================== */

        
/* Header Nav */

.nimbus-investigator-product .fixed-position #header {
  z-index: 1000;
  animation: showBar ease .5s;
  -webkit-animation: showBar ease .5s; }
  .nimbus-investigator-product .fixed-position #header {
    z-index: 1000;
    animation: showBar ease .5s;
    -webkit-animation: showBar ease .5s;
    box-shadow: 0 0 10px rgb(245 54 92 / 40%); }
    @media (max-width: 1130px) {
      .nimbus-investigator-product #header {
        box-shadow: 0 0 10px rgb(245 54 92 / 40%); } }

.nimbus-investigator-product #header .main-nav ul li a:hover .title {
  color: #F5365C; }
  .nimbus-investigator-product #header .main-nav ul li a:hover::before {
  color: #F5365C; }
  .nimbus-investigator-product #header .main-nav ul li a:hover::after {
    color: #F5365C; }
  .nimbus-investigator-product #header .main-nav ul li a.active .title {
    color: #F5365C; }
    .nimbus-investigator-product #header .main-nav ul li a.active::before {
      color: #F5365C; }
      .nimbus-investigator-product #header .main-nav ul li a.active::after {
        color: #F5365C; }
    .nimbus-investigator-product #header .main-nav ul li a.active .paragraph {
      color: #000; }
    .nimbus-investigator-product #header .main-nav ul li.menu-item-has-children:hover > a {
      color: #F5365C; }
      .nimbus-investigator-product #header .main-nav ul li a.active {
        color: #F5365C; }
        .nimbus-investigator-product #header .main-nav ul li a:hover {
          color: #F5365C; }

.nimbus-investigator-product .btn { 
  background-color: #F5365C;
  border-color: #F5365C; }
   .nimbus-investigator-product .btn:hover { 
    background-color: #fff;
    border-color: #000;
    color: #000; }

.nimbus-investigator-product .whosuse-nimbus .gallery-nav .slick-arrow.slick-next {
  color: #F5365C; }

.nimbus-investigator-product .cta-strip {
  background: #F5365C;
  color: #fff; }
  .nimbus-investigator-product .cta-strip .btn {
    border-color: #000;
    color: #fff; }
    .nimbus-investigator-product .cta-strip .btn:hover {
      background: #fff;
      color: #000;
      border-color: #fff; }
 
    .nimbus-investigator-product .ctas-block .btn  {
        background: none;
        color: #F5365C;
        border-color: #F5365C; }
      .nimbus-investigator-product .ctas-block .btn:hover {
        background: #ffffff14;
        color: #fff;
        border-color: #fff; }
    
.nimbus-investigator-product .newsletter-form input[type="submit"] {
  background: #F5365C;
  border-color: #F5365C; }
  .nimbus-investigator-product .newsletter-form input[type="submit"]:hover {
    background: #fff;
    color: #000;
  border-color: #fff;}
    
.nimbus-investigator-product .features-block .features-list.features-list-slider .slick-arrow {
  background: #F5365C; }

.nimbus-investigator-product .hero-block.v2 .caption {
  max-width: 800px; }
  .nimbus-investigator-product .hero-block.v2 .caption h1 {
    font-weight: 400; }
    .nimbus-investigator-product .hero-block.v2 .caption h1 span {
      font-weight: 400;
      display: block;
    color: #fff;}
    .nimbus-investigator-product .hero-block.v2 .caption h1 strong {
      color: #F5365C;
      font-weight: 700; }

.nimbus-investigator-product .whyus-slider-block .keyfeatures-slider-nav .slick-arrow.slick-next {
  color: #F5365C; }

.nimbus-investigator-product .twocols-content h3 {
    color: #F5365C; }

.nimbus-investigator-product #footer .footer-header:before {
  background: #F5365C; }

.nimbus-investigator-product #footer .contact-info .phone, .nimbus-investigator-product #footer .contact-info .email {
  color: #F5365C; }

  .nimbus-investigator-product #footer .contact-info .phone a:hover, .nimbus-investigator-product #footer .contact-info .email a:hover {
    color: #F5365C; }
  
  .nimbus-investigator-product  #footer .footer-holder a:not([class]):hover {
      color: #F5365C; }

.nimbus-investigator-product .back-to-top {
    border-radius: 100%;
    background-color: #F5365C;
    border: solid 1px #F5365C; }
    .nimbus-investigator-product .back-to-top:hover {
      background-color: #fff;
      border-color: #fff;
      color: #000; }

.nimbus-investigator-product  .newsletter-form .custom-checkbox input:checked ~ label:after {
    background: #F5365C; }  

.nimbus-investigator-product  .social-networks li a {
    border-radius: 100%; }
    .nimbus-investigator-product  .social-networks li a:hover {
        color: #F5365C !important;
        border-color: #F5365C !important;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s; }

.nimbus-investigator-product .sliders-tabs .slider-nav .slick-arrow {
    border: solid 1px #F5365C;
    background: #F5365C; }

.nimbus-investigator-product .hero-block h1 span {
  color: #F5365C; }

.nimbus-investigator-product .separator-lines {
  filter: invert(34%) sepia(50%) saturate(5985%) hue-rotate(341deg) brightness(101%) contrast(92%); }

.nimbus-investigator-product .twocols-content .f-list li .icon-shape span {
  color: #F5365C; }

.nimbus-investigator-product section.center-text-block.v3 {
  background-image: url(/wp-content/uploads/2023/11/tech-frame-top-investigator.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-attachment: fixed; }





/* ====================== RESPONSE PRODUCT PAGE ====================== */

        
/* Header Nav */

.nimbus-response-product .fixed-position #header {
  z-index: 1000;
  animation: showBar ease .5s;
  -webkit-animation: showBar ease .5s; }
  .nimbus-response-product .fixed-position #header {
    z-index: 1000;
    animation: showBar ease .5s;
    -webkit-animation: showBar ease .5s;
    box-shadow: 0 0 10px rgb(0 225 232 / 40%); }
    @media (max-width: 1130px) {
      .nimbus-response-product #header {
        box-shadow: 0 0 10px rgb(0 225 232 / 40%); } }

.nimbus-response-product #header .main-nav ul li a:hover .title {
  color: #00E1E8; }
  .nimbus-response-product #header .main-nav ul li a:hover::before {
  color: #00E1E8; }
  .nimbus-response-product #header .main-nav ul li a:hover::after {
    color: #00E1E8; }
  .nimbus-response-product #header .main-nav ul li a.active .title {
    color: #0caaaf; }
    .nimbus-response-product #header .main-nav ul li a.active::before {
      color: #0caaaf; }
      .nimbus-response-product #header .main-nav ul li a.active::after {
        color: #0caaaf; }
    .nimbus-response-product #header .main-nav ul li a.active .paragraph {
      color: #000; }
    .nimbus-response-product #header .main-nav ul li.menu-item-has-children:hover > a {
      color: #00E1E8; }
      .nimbus-response-product #header .main-nav ul li a.active {
        color: #0caaaf; }
        .nimbus-response-product #header .main-nav ul li a:hover {
          color: #00E1E8; }

.nimbus-response-product .btn { 
  background-color: #00E1E8;
  border-color: #00E1E8;
  color: #000; }
  .nimbus-response-product .btn:hover { 
    background-color: #fff;
    border-color: #000;
    color: #000; }

.nimbus-response-product .whosuse-nimbus .gallery-nav .slick-arrow.slick-next {
  color: #00E1E8; }

.nimbus-response-product .cta-strip {
  background: #00E1E8;
  color: #fff; }
  .nimbus-response-product .cta-strip .btn {
    border-color: #000;
    color: #fff; }
    .nimbus-portal-product .cta-strip .btn:hover {
      background: #fff;
    color: #000;
    border-color: #fff; }
 
    .nimbus-response-product .ctas-block .btn  {
        background: none;
        color: #00E1E8;
        border-color: #00E1E8; }
      .nimbus-response-product .ctas-block .btn:hover {
        background: #ffffff14;
        color: #fff;
        border-color: #fff; }
    
.nimbus-response-product .newsletter-form input[type="submit"] {
  background: #00E1E8;
  border-color: #00E1E8;
  color: #000; }
  .nimbus-response-product .newsletter-form input[type="submit"]:hover {
    background: #fff;
    color: #000;
  border-color: #fff;}
    
.nimbus-response-product .features-block .features-list.features-list-slider .slick-arrow {
  background: #00E1E8; }

.nimbus-response-product .hero-block.v2 .caption {
  max-width: 800px; }
  .nimbus-response-product .hero-block.v2 .caption h1 {
    font-weight: 400; }
    .nimbus-response-product .hero-block.v2 .caption h1 span {
      font-weight: 400;
      display: block;
    color: #fff;}
    .nimbus-response-product .hero-block.v2 .caption h1 strong {
      color: #00E1E8;
      font-weight: 700; }

.nimbus-response-product .whyus-slider-block .keyfeatures-slider-nav .slick-arrow.slick-next {
  color: #00E1E8; }

.nimbus-response-product .twocols-content h3 {
    color: #00E1E8; }

.nimbus-response-product #footer .footer-header:before {
  background: #00E1E8; }

.nimbus-response-product #footer .contact-info .phone, .nimbus-response-product #footer .contact-info .email {
  color: #00E1E8; }

  .nimbus-response-product #footer .contact-info .phone a:hover, .nimbus-response-product #footer .contact-info .email a:hover {
    color: #00E1E8; }
  
  .nimbus-response-product  #footer .footer-holder a:not([class]):hover {
      color: #00E1E8; }

.nimbus-response-product .back-to-top {
    border-radius: 100%;
    background-color: #00E1E8;
    border: solid 1px #00E1E8; }
    .nimbus-response-product .back-to-top:hover {
      background-color: #fff;
      border-color: #fff;
      color: #000; }

.nimbus-response-product  .newsletter-form .custom-checkbox input:checked ~ label:after {
    background: #00E1E8; }  

.nimbus-response-product  .social-networks li a {
    border-radius: 100%; }
    .nimbus-response-product  .social-networks li a:hover {
        color: #00E1E8 !important;
        border-color: #00E1E8 !important;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s; }

.nimbus-response-product .sliders-tabs .slider-nav .slick-arrow {
    border: solid 1px #00E1E8; background: #00E1E8; }

.nimbus-response-product .hero-block h1 span {
  color: #00E1E8; }

.nimbus-response-product .separator-lines {
  filter: invert(74%) sepia(51%) saturate(3384%) hue-rotate(40deg) brightness(100%) contrast(101%); }

.nimbus-response-product .twocols-content .f-list li .icon-shape span {
  color: #00E1E8; }

.nimbus-response-product section.center-text-block.v3 {
  background-image: url(/wp-content/uploads/2023/11/tech-frame-top-response.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-attachment: fixed; }











/* ====================== FUSION PRODUCT PAGE ====================== */

        
/* Header Nav */

.nimbus-fusion-product .fixed-position #header {
  z-index: 1000;
  animation: showBar ease .5s;
  -webkit-animation: showBar ease .5s; }
  .nimbus-fusion-product .fixed-position #header {
    z-index: 1000;
    animation: showBar ease .5s;
    -webkit-animation: showBar ease .5s;
    box-shadow: 0 0 10px rgb(0 204 102 / 40%); }
    @media (max-width: 1130px) {
      .nimbus-fusion-product #header {
        box-shadow: 0 0 10px rgb(0 204 102 / 40%); } }

.nimbus-fusion-product #header .main-nav ul li a:hover .title {
  color: #00CC66; }
  .nimbus-fusion-product #header .main-nav ul li a:hover::before {
  color: #00CC66; }
  .nimbus-fusion-product #header .main-nav ul li a:hover::after {
    color: #00CC66; }
  .nimbus-fusion-product #header .main-nav ul li a.active .title {
    color: #00CC66; }
    .nimbus-fusion-product #header .main-nav ul li a.active::before {
      color: #00CC66; }
      .nimbus-fusion-product #header .main-nav ul li a.active::after {
        color: #00CC66; }
    .nimbus-fusion-product #header .main-nav ul li a.active .paragraph {
      color: #000; }
    .nimbus-fusion-product #header .main-nav ul li.menu-item-has-children:hover > a {
      color: #00CC66; }
      .nimbus-fusion-product #header .main-nav ul li a.active {
        color: #00CC66; }
        .nimbus-fusion-product #header .main-nav ul li a:hover {
          color: #00CC66; }

.nimbus-fusion-product .btn { 
  background-color: #00CC66;
  border-color: #00CC66;
  color: #000; }
   .nimbus-fusion-product .btn:hover { 
    background-color: #fff;
    border-color: #000;
    color: #000; }

.nimbus-fusion-product .whosuse-nimbus .gallery-nav .slick-arrow.slick-next {
  color: #00CC66; }

.nimbus-fusion-product .cta-strip {
  background: #00CC66;
  color: #fff; }
  .nimbus-fusion-product .cta-strip .btn {
    border-color: #000;
    color: #fff; }
    .nimbus-fusion-product .cta-strip .btn:hover {
      background: #fff;
    color: #000;
    border-color: #fff; }
 
    .nimbus-fusion-product .ctas-block .btn  {
        background: none;
        color: #00CC66;
        border-color: #00CC66; }
      .nimbus-fusion-product .ctas-block .btn:hover {
        background: #ffffff14;
        color: #fff;
        border-color: #fff; }
    
.nimbus-fusion-product .newsletter-form input[type="submit"] {
  background: #00CC66;
  border-color: #00CC66;
  color: #000; }
  .nimbus-fusion-product .newsletter-form input[type="submit"]:hover {
    background: #fff;
    color: #000;
  border-color: #fff;}
    
.nimbus-fusion-product .features-block .features-list.features-list-slider .slick-arrow {
  background: #00CC66; }

.nimbus-fusion-product .hero-block.v2 .caption {
  max-width: 800px; }
  .nimbus-fusion-product .hero-block.v2 .caption h1 {
    font-weight: 400; }
    .nimbus-fusion-product .hero-block.v2 .caption h1 span {
      font-weight: 400;
      display: block;
    color: #fff;}
    .nimbus-fusion-product .hero-block.v2 .caption h1 strong {
      color: #00CC66;
      font-weight: 700; }

.nimbus-fusion-product .whyus-slider-block .keyfeatures-slider-nav .slick-arrow.slick-next {
  color: #00CC66; }

.nimbus-fusion-product .twocols-content h3 {
    color: #00CC66; }

.nimbus-fusion-product #footer .footer-header:before {
  background: #00CC66; }

.nimbus-fusion-product #footer .contact-info .phone, .nimbus-fusion-product #footer .contact-info .email {
  color: #00CC66; }

  .nimbus-fusion-product #footer .contact-info .phone a:hover, .nimbus-fusion-product #footer .contact-info .email a:hover {
    color: #00CC66; }
  
  .nimbus-fusion-product  #footer .footer-holder a:not([class]):hover {
      color: #00CC66; }

.nimbus-fusion-product .back-to-top {
    border-radius: 100%;
    background-color: #00CC66;
    border: solid 1px #00CC66; }
    .nimbus-fusion-product .back-to-top:hover {
      background-color: #fff;
      border-color: #fff;
      color: #000; }

.nimbus-fusion-product  .newsletter-form .custom-checkbox input:checked ~ label:after {
    background: #00CC66; }  

.nimbus-fusion-product  .social-networks li a {
    border-radius: 100%; }
    .nimbus-fusion-product  .social-networks li a:hover {
        color: #00CC66 !important;
        border-color: #00CC66 !important;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s; }

.nimbus-fusion-product .sliders-tabs .slider-nav .slick-arrow {
    border: solid 1px #00CC66;
    background: #00CC66; }

.nimbus-fusion-product .hero-block h1 span {
  color: #00CC66; }

.nimbus-fusion-product .separator-lines {
  filter: invert(79%) sepia(42%) saturate(6589%) hue-rotate(314deg) brightness(92%) contrast(101%); }

.nimbus-fusion-product .twocols-content .f-list li .icon-shape span {
  color: #00CC66; }

.nimbus-fusion-product section.center-text-block.v3 {
  background-image: url(/wp-content/uploads/2023/11/tech-frame-top-fusion.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-attachment: fixed; }







/* ====================== FORENSICS PRODUCT PAGE ====================== */

        
/* Header Nav */

.nimbus-forensics-product .fixed-position #header {
  z-index: 1000;
  animation: showBar ease .5s;
  -webkit-animation: showBar ease .5s; }
  .nimbus-forensics-product .fixed-position #header {
    z-index: 1000;
    animation: showBar ease .5s;
    -webkit-animation: showBar ease .5s;
    box-shadow: 0 0 10px rgb(0 204 102 / 40%); }
    @media (max-width: 1130px) {
      .nimbus-forensics-product #header {
        box-shadow: 0 0 10px rgb(0 204 102 / 40%); } }

.nimbus-forensics-product #header .main-nav ul li a:hover .title {
  color: #00CC66; }
  .nimbus-forensics-product #header .main-nav ul li a:hover::before {
  color: #00CC66; }
  .nimbus-forensics-product #header .main-nav ul li a:hover::after {
    color: #00CC66; }
  .nimbus-forensics-product #header .main-nav ul li a.active .title {
    color: #00CC66; }
    .nimbus-forensics-product #header .main-nav ul li a.active::before {
      color: #00CC66; }
      .nimbus-forensics-product #header .main-nav ul li a.active::after {
        color: #00CC66; }
    .nimbus-forensics-product #header .main-nav ul li a.active .paragraph {
      color: #000; }
    .nimbus-forensics-product #header .main-nav ul li.menu-item-has-children:hover > a {
      color: #00CC66; }
      .nimbus-forensics-product #header .main-nav ul li a.active {
        color: #00CC66; }
        .nimbus-forensics-product #header .main-nav ul li a:hover {
          color: #00CC66; }

.nimbus-forensics-product .btn { 
  background-color: #00CC66;
  border-color: #00CC66;
  color: #000; }
   .nimbus-forensics-product .btn:hover { 
    background-color: #fff;
    border-color: #000;
    color: #000; }

.nimbus-forensics-product .whosuse-nimbus .gallery-nav .slick-arrow.slick-next {
  color: #00CC66; }

.nimbus-forensics-product .cta-strip {
  background: #00CC66;
  color: #fff; }
  .nimbus-forensics-product .cta-strip .btn {
    border-color: #000;
    color: #fff; }
    .nimbus-forensics-product .cta-strip .btn:hover {
      background: #fff;
    color: #000;
    border-color: #fff; }
 
    .nimbus-forensics-product .ctas-block .btn  {
        background: none;
        color: #00CC66;
        border-color: #00CC66; }
      .nimbus-forensics-product .ctas-block .btn:hover {
        background: #ffffff14;
        color: #fff;
        border-color: #fff; }
    
.nimbus-forensics-product .newsletter-form input[type="submit"] {
  background: #00CC66;
  border-color: #00CC66;
  color: #000; }
  .nimbus-forensics-product .newsletter-form input[type="submit"]:hover {
    background: #fff;
    color: #000;
  border-color: #fff;}
    
.nimbus-forensics-product .features-block .features-list.features-list-slider .slick-arrow {
  background: #00CC66; }

.nimbus-forensics-product .hero-block.v2 .caption {
  max-width: 800px; }
  .nimbus-forensics-product .hero-block.v2 .caption h1 {
    font-weight: 400; }
    .nimbus-forensics-product .hero-block.v2 .caption h1 span {
      font-weight: 400;
      display: block;
    color: #fff;}
    .nimbus-forensics-product .hero-block.v2 .caption h1 strong {
      color: #00CC66;
      font-weight: 700; }

.nimbus-forensics-product .whyus-slider-block .keyfeatures-slider-nav .slick-arrow.slick-next {
  color: #00CC66; }

.nimbus-forensics-product .twocols-content h3 {
    color: #00CC66; }

.nimbus-forensics-product #footer .footer-header:before {
  background: #00CC66; }

.nimbus-forensics-product #footer .contact-info .phone, .nimbus-forensics-product #footer .contact-info .email {
  color: #00CC66; }

  .nimbus-forensics-product #footer .contact-info .phone a:hover, .nimbus-forensics-product #footer .contact-info .email a:hover {
    color: #00CC66; }
  
  .nimbus-forensics-product  #footer .footer-holder a:not([class]):hover {
      color: #00CC66; }

.nimbus-forensics-product .back-to-top {
    border-radius: 100%;
    background-color: #00CC66;
    border: solid 1px #00CC66; }
    .nimbus-forensics-product .back-to-top:hover {
      background-color: #fff;
      border-color: #fff;
      color: #000; }

.nimbus-forensics-product  .newsletter-form .custom-checkbox input:checked ~ label:after {
    background: #00CC66; }  

.nimbus-forensics-product  .social-networks li a {
    border-radius: 100%; }
    .nimbus-forensics-product  .social-networks li a:hover {
        color: #00CC66 !important;
        border-color: #00CC66 !important;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s; }

.nimbus-forensics-product .sliders-tabs .slider-nav .slick-arrow {
    border: solid 1px #00CC66;
    background: #00CC66; }

.nimbus-forensics-product .hero-block h1 span {
  color: #00CC66; }

.nimbus-forensics-product .separator-lines {
  filter: invert(79%) sepia(42%) saturate(6589%) hue-rotate(314deg) brightness(92%) contrast(101%); }

.nimbus-forensics-product .twocols-content .f-list li .icon-shape span {
  color: #00CC66; }

.nimbus-forensics-product section.center-text-block.v3 {
  background-image: url(/wp-content/uploads/2023/11/tech-frame-top-fusion.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-attachment: fixed; }



/* ============= PRODUCT PAGE LOGOS ================ */

.nimbus-core-logo {
  background-image: url(/wp-content/uploads/2023/12/converted_Nimbus-Core-Stacked-Center-Orange-White-SVG-Animated.svg);
  height: 120px;
  width: 100%;
  background-repeat: no-repeat;
  display: flex;
  background-position: center;
   }
  @media (max-width: 756px) {
    .nimbus-core-logo { 
      max-height: 80px;
      margin-bottom: 0.5rem; } }
      @media (min-width: 756px) and  (max-width: 900px) {
        .nimbus-core-logo { 
          max-height: 100px;
          margin-bottom: 0.5rem; } }

  .nimbus-core-image {
    background-image: url(/wp-content/uploads/2023/11/core-device-tech-1440px.png);
    height: 640px;
    width: 100%;
    background-repeat: no-repeat;
    display: flex;
    background-size: contain;
    background-position: top; }
    @media (max-width: 756px) {
      .nimbus-core-image { 
        max-height: 300px;
        margin-bottom: 1.5rem; } }
        @media (min-width: 756px) and  (max-width: 900px) {
          .nimbus-core-image { 
            max-height: 500px;
            margin-bottom: 2.5rem; } }
    .nimbus-core-product .hero-block.v3 .caption {
      padding: 60px 0; }

  .nimbus-portal-logo {
    background-image: url(/wp-content/uploads/2023/12/Nimbus-Portal-Stacked-Center-Purple-White-SVG-Animated.svg);
    height: 120px;
    width: 100%;
    background-repeat: no-repeat;
    display: flex;
    background-position: center;
    margin-bottom: 2rem; }
    @media (max-width: 756px) {
      .nimbus-portal-logo { 
        max-height: 80px;
        margin-bottom: 0.5rem; } }
        @media (min-width: 756px) and  (max-width: 900px) {
          .nimbus-portal-logo { 
            max-height: 100px;
            margin-bottom: 0.5rem; } }

    .nimbus-portal-image {
      background-image: url(/wp-content/uploads/2023/11/Portal-device-tech-1440px.png);
      height: 640px;
      width: 100%;
      background-repeat: no-repeat;
      display: flex;
      background-size: contain;
      background-position: top;
      margin-bottom: 2rem; }
      @media (max-width: 756px) {
        .nimbus-portal-image { 
          max-height: 300px;
          margin-bottom: 1.5rem; } }
          @media (min-width: 756px) and  (max-width: 900px) {
            .nimbus-portal-image { 
              max-height: 500px;
              margin-bottom: 2.5rem; } }
      .nimbus-portal-product .hero-block.v3 .caption {
        padding: 60px 0; }

    .nimbus-intelligence-logo {
      background-image: url(/wp-content/uploads/2023/12/Nimbus-Intelligence-Stacked-Center-Blue-White-SVG-Animated.svg);
      height: 120px;
      width: 100%;
      background-repeat: no-repeat;
      display: flex;
      background-position: center;
      margin-bottom: 2rem; }
      @media (max-width: 756px) {
        .nimbus-intelligence-logo { 
          max-height: 60px;
          margin-bottom: 0.5rem; } }
          @media (min-width: 756px) and  (max-width: 900px) {
            .nimbus-intelligence-logo { 
              max-height: 100px;
              margin-bottom: 0.5rem; } }

      .nimbus-intelligence-image {
        background-image: url(/wp-content/uploads/2023/11/Intelligence-device-tech-1440px.png);
        height: 640px;
        width: 100%;
        background-repeat: no-repeat;
        display: flex;
        background-size: contain;
        background-position: top; }
        @media (max-width: 365px) {
          .nimbus-intelligence-image { 
            height: 190px;
            margin-bottom: 1.5rem;
          } }
          @media (min-width: 366px) and (max-width: 499px) {
            .nimbus-intelligence-image { 
              height: 220px;
              margin-bottom: 1.5rem; } }
          @media (min-width: 500px) and (max-width: 755px) {
            .nimbus-intelligence-image { 
              height: 300px;
              margin-bottom: 1.5rem; } }
              @media (min-width: 756px) and (max-width: 959px) {
                .nimbus-intelligence-image { 
                  height: 480px;
                  margin-bottom: 2.5rem; } }
                  @media (min-width: 960px) and  (max-width: 1130px) {
                    .nimbus-intelligence-image { 
                      height: 540px;
                      margin-bottom: 2.5rem; } }
        .nimbus-intelligence-product .hero-block.v3 .caption {
          padding: 60px 0; }

      .nimbus-investigator-logo {
        background-image: url(/wp-content/uploads/2023/12/Nimbus-Investigator-Stacked-Center-Red-White-SVG-Animated.svg);
        height: 120px;
        width: 100%;
        background-repeat: no-repeat;
        display: flex;
        background-position: center;
        margin-bottom: 2rem; }
        @media (max-width: 756px) {
          .nimbus-investigator-logo { 
            max-height: 60px;
            margin-bottom: 0.5rem; } }
            @media (min-width: 756px) and  (max-width: 900px) {
              .nimbus-investigator-logo { 
                max-height: 100px;
                margin-bottom: 0.5rem; } }

        .nimbus-investigator-image {
          background-image: url(/wp-content/uploads/2023/11/Investigator-device-tech-1440px.png);
          height: 640px;
          width: 100%;
          background-repeat: no-repeat;
          display: flex;
          background-size: contain;
          background-position: top; }
          @media (max-width: 365px) {
            .nimbus-investigator-image { 
              height: 190px;
              margin-bottom: 1.5rem;
            } }
            @media (min-width: 366px) and (max-width: 499px) {
              .nimbus-investigator-image { 
                height: 220px;
                margin-bottom: 1.5rem; } }
            @media (min-width: 500px) and (max-width: 755px) {
              .nimbus-investigator-image { 
                height: 300px;
                margin-bottom: 1.5rem; } }
                @media (min-width: 756px) and (max-width: 959px) {
                  .nimbus-investigator-image { 
                    height: 480px;
                    margin-bottom: 2.5rem; } }
                    @media (min-width: 960px) and  (max-width: 1130px) {
                      .nimbus-investigator-image { 
                        height: 540px;
                        margin-bottom: 2.5rem; } }
          .nimbus-investigator-product .hero-block.v3 .caption {
            padding: 60px 0; }

        .nimbus-response-logo {
          background-image: url(/wp-content/uploads/2023/12/Nimbus-Response-Stacked-Center-Cyan-White-SVG-Animated.svg);
          height: 120px;
          width: 100%;
          background-repeat: no-repeat;
          display: flex;
          background-position: center;
          margin-bottom: 2rem; }
          @media (max-width: 756px) {
            .nimbus-response-logo { 
              max-height: 80px;
              margin-bottom: 0.5rem; } }
              @media (min-width: 756px) and  (max-width: 900px) {
                .nimbus-response-logo { 
                  max-height: 100px;
                  margin-bottom: 0.5rem; } }

          .nimbus-response-image {
            background-image: url(/wp-content/uploads/2023/11/response-device-tech-1440px-v2-1.png);
            height: 640px;
            width: 100%;
            background-repeat: no-repeat;
            display: flex;
            background-size: contain;
            background-position: top; }
            @media (max-width: 756px) {
              .nimbus-response-image { 
                max-height: 300px;
                margin-bottom: 1.5rem; } }
                @media (min-width: 756px) and  (max-width: 900px) {
                  .nimbus-response-image { 
                    max-height: 500px;
                    margin-bottom: 2.5rem; } }
            .nimbus-response-product .hero-block.v3 .caption {
              padding: 80px 0; }

            .nimbus-fusion-logo {
              background-image: url(/wp-content/uploads/2023/12/Nimbus-Fusion-Stacked-Center-Green-White-SVG-Edit-Animated.svg);
              height: 120px;
              width: 100%;
              background-repeat: no-repeat;
              display: flex;
              background-position: center;
              margin-bottom: 1rem; }
              @media (max-width: 756px) {
                .nimbus-fusion-logo { 
                  max-height: 80px;
                  margin-bottom: 0.5rem; } }
                  @media (min-width: 756px) and  (max-width: 900px) {
                    .nimbus-fusion-logo { 
                      max-height: 100px;
                      margin-bottom: 0.5rem; } }
    
              .nimbus-fusion-image {
                background-image: url(/wp-content/uploads/2023/11/Fusion-device-tech-1440px.png);
                height: 640px;
                width: 100%;
                background-repeat: no-repeat;
                display: flex;
                background-size: contain;
                background-position: top; }
                @media (max-width: 756px) {
                  .nimbus-fusion-image { 
                    max-height: 300px;
                    margin-bottom: 1.5rem; } }
                    @media (min-width: 756px) and  (max-width: 900px) {
                      .nimbus-fusion-image { 
                        max-height: 500px;
                        margin-bottom: 2.5rem; } }
                .nimbus-forensics-product .hero-block.v3 .caption {
                  padding: 60px 0; }

                  .nimbus-forensics-logo {
                    background-image: url(/wp-content/uploads/2024/01/Nimbus-Forensics-Stacked-Center-Green-White-Animated.svg);
                    height: 120px;
                    width: 100%;
                    background-repeat: no-repeat;
                    display: flex;
                    background-position: center;
                    margin-bottom: 1rem; }
                    @media (max-width: 756px) {
                      .nimbus-forensics-logo { 
                        max-height: 80px;
                        margin-bottom: 0.5rem; } }
                        @media (min-width: 756px) and  (max-width: 900px) {
                          .nimbus-forensics-logo { 
                            max-height: 100px;
                            margin-bottom: 0.5rem; } }
          
                    .nimbus-forensics-image {
                      background-image: url(/wp-content/uploads/2024/01/Forensics-device-tech-1440px.png);
                      height: 640px;
                      width: 100%;
                      background-repeat: no-repeat;
                      display: flex;
                      background-size: contain;
                      background-position: top; }
                      @media (max-width: 365px) {
                        .nimbus-forensics-image { 
                          height: 190px;
                          margin-bottom: 1.5rem;
                        } }
                        @media (min-width: 366px) and (max-width: 499px) {
                          .nimbus-forensics-image { 
                            height: 220px;
                            margin-bottom: 1.5rem; } }
                        @media (min-width: 500px) and (max-width: 755px) {
                          .nimbus-forensics-image { 
                            height: 300px;
                            margin-bottom: 1.5rem; } }
                            @media (min-width: 756px) and (max-width: 959px) {
                              .nimbus-forensics-image { 
                                height: 480px;
                                margin-bottom: 2.5rem; } }
                                @media (min-width: 960px) and  (max-width: 1130px) {
                                  .nimbus-forensics-image { 
                                    height: 540px;
                                    margin-bottom: 2.5rem; } }
                      .nimbus-forensics-product .hero-block.v3 .caption {
                        padding: 60px 0; }
            
          
.nimbus-logo {
  background-image: url(/wp-content/uploads/2023/11/Nimbus-Wordmark-White-SVG.svg);
  height: 100px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  margin-bottom: 4rem; }
  @media (max-width: 756px) {
    .nimbus-logo { 
      max-height: 80px;
      margin-bottom: 2rem; } }
      @media (min-width: 756px) and  (max-width: 900px) {
        .nimbus-logo { 
          max-height: 100px;
          margin-bottom: 3rem; } }

.page-id-11 .hero-block.v2 .caption {
  padding-bottom: 60px; }
  @media (max-width: 768px) { 
    .page-id-11 .hero-block.v2 .caption {
    padding-bottom: 20px; } } 
.products-block {
  padding:  0 0 60px 0;
  background-image: url(/wp-content/uploads/2023/11/honeycomb-centered.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: top;
  text-align: center;
  color: #fff; }
  @media (max-width: 1024px) {
    .products-block {
      background-size: cover; } }
  @media (min-width: 768px) {
    .products-block {
      padding: 0 0 60px 0; } }
  @media (min-width: 1024px) {
    .products-block {
      padding: 0 0 60px 0; } }
  .products-block .products-header {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 0 20px; }
    @media (min-width: 768px) {
      .products-block .products-header {
        padding: 0 0 30px; } }
    @media (min-width: 1024px) {
      .products-block .products-header {
        padding: 0 0 40px; } }
    .products-block .products-header h2 {
      font-weight: 700;
      font-size: 50px;
      color: #fff; }
      .products-block .products-header h2 span {
        display: block;
        font-weight: 400; }
  .products-block .products {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px; }
    @media (min-width: 768px) {
      .products-block .products {
        font-size: 16px;
        line-height: 26px; } }
    @media (min-width: 1130px) {
      .products-block .products {
        font-size: 18px;
        line-height: 24px; } }
    .products-block .products li {
      margin: 0 10px 20px;
      width: calc(100% - 20px);
      border-radius: 20px;
      border: 1px solid rgba(228, 94, 14, 0.2);
      background: -webkit-linear-gradient(top, #1c1d2a 0%, #101119 100%);
      background: linear-gradient(180deg, #1c1d2a 0%, #101119 100%);
      padding: 40px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
      @media (min-width: 576px) {
        .products-block .products li {
          width: calc(50% - 20px); } }
      @media (min-width: 1024px) {
        .products-block .products li {
          width: calc(26% - 20px); } }
      .products-block .products li .icon-shape {
        margin: 0 auto 20px;
        position: relative;
        font-size: 60px;
        display: block; }
        @media (min-width: 576px) {
          .products-block .products li .icon-shape {
            position: relative;
            font-size: 70px; } }
        @media (min-width: 1130px) {
          .products-block .products li .icon-shape {
            font-size: 80px; } }
        .products-block .products li .icon-shape span {
          position: absolute;
          left: 50%;
          top: 50%;
          font-size: 30px;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          color: #F25E0D; }
          @media (min-width: 576px) {
            .products-block .products li .icon-shape span {
              font-size: 50px; } }
          @media (min-width: 1130px) {
            .productss-block .products li .icon-shape span {
              font-size: 50px; } }
      .products-block .products li p {
        margin: 0 0 20px; }
        @media (min-width: 1130px) {
          .products-block .products li p {
            margin: 0 0 30px; } }
      .products-block .products li .text {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap; }
        .products-block .products li .text .text-holder {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
      .products-block .products li .title {
        display: block;
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
        margin: 0 0 10px; }
        @media (min-width: 576px) {
          .products-block .products li .title {
            font-size: 20px;
            line-height: 28px; } }
        @media (min-width: 1130px) {
          .products-block .products li .title {
            font-size: 25px;
            line-height: 30px;
            margin: 0 0 25px; } }
        .products-block .products li .title span {
          color: #F25E0D;
          font-weight: 600;
          display: block; }
      .products-block .products li.nimbus-core {
        border-color: rgba(242, 94, 13, 0.2); }
        .products-block .products li.nimbus-core .title span, .products-block .products li.nimbus-core .icon-shape span {
          color: #F25E0D; }
        .products-block .products li.nimbus-core:hover {
          border-color: #F25E0D; }
      .products-block .products li.nimbus-portal {
        border-color: rgba(199, 51, 226, 0.2); }
        .products-block .products li.nimbus-portal .title span, .products-block .products li.nimbus-portal .icon-shape span {
          color: #C733E2; }
        .products-block .products li.nimbus-portal:hover {
          border-color: #C733E2; }
      .products-block .products li.nimbus-intelligence {
        border-color: rgba(0, 102, 255, 0.2); }
        .products-block .products li.nimbus-intelligence .title span, .products-block .products li.nimbus-intelligence .icon-shape span {
          color: #0066FF; }
        .products-block .products li.nimbus-intelligence:hover {
          border-color: #0066FF; }
      .products-block .products li.nimbus-investigator {
        border-color: rgba(245, 54, 92, 0.2); }
        .products-block .products li.nimbus-investigator .title span, .products-block .products li.nimbus-investigator .icon-shape span {
          color: #F5365C; }
        .products-block .products li.nimbus-investigator:hover {
          border-color: #F5365C; }
      .products-block .products li.nimbus-response {
        border-color: rgba(0, 225, 232, 0.2); }
        .products-block .products li.nimbus-response .title span, .products-block .products li.nimbus-response .icon-shape span {
          color: #00E1E8; }
        .products-block .products li.nimbus-response:hover {
          border-color: #00E1E8; }
      .products-block .products li.nimbus-fusion {
        border-color: rgba(0, 204, 102, 0.2); }
        .products-block .products li.nimbus-fusion .title span, .products-block .products li.nimbus-fusion .icon-shape span {
          color: #00CC66; }
        .products-block .products li.nimbus-fusion:hover {
          border-color: #00CC66; }
      .products-block .products li.nimbus-forensics {
        border-color: rgba(0, 204, 102, 0.2); }
        .products-block .products li.nimbus-forensics .title span, .products-block .products li.nimbus-forensics .icon-shape span {
          color: #00CC66; }
        .products-block .products li.nimbus-forensics:hover {
          border-color: #00CC66; }


      .btn-nimbus-core { 
        color: #fff; 
        border-color: #F25E0D; 
        background: #F25E0D; }
        .btn-nimbus-core:hover { 
          color: #000; 
          border-color: #fff;
          background-color: #fff; }
      .btn-nimbus-portal { 
        color: #fff; 
        border-color: #C733E2; 
        background: #C733E2; }
        .btn-nimbus-portal:hover { 
          color: #000; 
          border-color: #fff;
          background-color: #fff; }
      .btn-nimbus-intelligence { 
        color: #fff; 
        border-color: #0066FF; 
        background: #0066FF; }
        .btn-nimbus-intelligece:hover { 
          color: #000; 
          border-color: #fff;
          background-color: #fff; }
      .btn-nimbus-investigator { 
        color: #fff; 
        border-color: #F5365C; 
        background: #F5365C; }
        .btn-nimbus-investigator:hover { 
          color: #000; 
          border-color: #fff;
          background-color: #fff; }
      .btn-nimbus-response { 
        color: #000; 
        border-color: #00E1E8; 
        background: #00E1E8; }
        .btn-nimbus-response:hover { 
          color: #000; 
          border-color: #fff;
          background-color: #fff; }
      .btn-nimbus-fusion { 
        color: #000; 
        border-color: #00CC66; 
        background: #00CC66; }
        .btn-nimbus-fusion:hover { 
          color: #000; 
          border-color: #fff;
          background-color: #fff; }
      .btn-nimbus-forensics { 
        color: #000; 
        border-color: #00CC66; 
        background: #00CC66; }
        .btn-nimbus-forensics:hover { 
          color: #000; 
          border-color: #fff;
          background-color: #fff; }



.icon-real-time-dashboards::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;     
  content: "\e496";
  font-size: 40px; }
  .icon-real-time-dashboards:after {
    font-size: 40px; }

    .icon-unique-capabilities::before {
      font-family: "Font Awesome 6 Pro";
      font-weight: 300;                             
      content: "\f577";
      font-size: 40px; }
      .icon-unique-capabilities:after {
        font-size: 40px; }
  
        .icon-multiple-use-cases::before {
          font-family: "Font Awesome 6 Pro";
          font-weight: 300; 
          content: "\e4a4";
          font-size: 40px; }
          .icon-multiple-use-cases:after {
            font-size: 40px; }
  
            .icon-integrated-qms::before {
              font-family: "Font Awesome 6 Pro";
              font-weight: 300; 
              content: "\e537";
              font-size: 40px; }
              .icon-integrated-qms:after {
                font-size: 40px; }
  
                .icon-enterprise-power::before {
                  font-family: "Font Awesome 6 Pro";
                  font-weight: 300; 
                  content: "\f011";
                  font-size: 40px; }
                  .icon-enterprise-power:after {
                    font-size: 40px; }
  
                    .icon-a-single-ecosystem::before {
                      font-family: "Font Awesome 6 Pro";
                      font-weight: 300; 
                      content: "\e02f";
                      font-size: 40px; }
                      .icon-a-single-ecosystem:after {
                        font-size: 40px; }
  
                        .icon-centralized-control::before {
                          font-family: "Font Awesome 6 Pro";
                          font-weight: 300; 
                          content: "\e4be";
                          font-size: 40px; }
                          .icon-centralized-control:after {
                            font-size: 40px; }
  
                            .icon-remote-access::before {
                              font-family: "Font Awesome 6 Pro";
                              font-weight: 300; 
                              content: "\f87a";
                              font-size: 40px; }
                              .icon-remote-access:after {
                                font-size: 40px; }
  
                                .icon-seamless-collaboration::before {
                                  font-family: "Font Awesome 6 Pro";
                                  font-weight: 300; 
                                  content: "\f534";
                                  font-size: 40px; }
                                  .icon-seamless-collaboration:after {
                                    font-size: 40px; }

                                    .icon-defensible-audit-trails::before {
                                      font-family: "Font Awesome 6 Pro";
                                      font-weight: 300; 
                                      content: "\e3a6";
                                      font-size: 40px; }
                                      .icon-defensible-audit-trails:after {
                                        font-size: 40px; }
                              

/* CASE STUDIES ARCHIVE EDITS */

.post-type-archive .corporate-sector #footer .contact-info .email a:hover {
  color: #F25E0D; }

  .post-type-archive .corporate-sector #footer .contact-info .phone, .corporate-sector #footer .contact-info .email {
    color: #F25E0D; }

.logo-animation {
  width: 380px;
}

/* NEWS SLIDER EDITS */
/* .nimbus-portal-product  .whosuse-nimbus .gallery-nav {
  margin: 0; }
  .nimbus-intelligence-product  .whosuse-nimbus .gallery-nav {
    margin: 0; }
    .nimbus-investigator-product  .whosuse-nimbus .gallery-nav {
      margin: 0; }
      .nimbus-response-product  .whosuse-nimbus .gallery-nav {
        margin: 0; }
        .nimbus-fusion-product  .whosuse-nimbus .gallery-nav {
          margin: 0; }
          .law-enforcement-sector .whosuse-nimbus .gallery-nav {
            margin: 0; }
            .government-sector .whosuse-nimbus .gallery-nav {
              margin: 0; }
              .corporate-sector .whosuse-nimbus .gallery-nav {
                margin: 0; }
                .military-sector .whosuse-nimbus .gallery-nav {
                  margin: 0; }
           */



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

/*================ DEMO FLOATING BUTTON ==============*/

.gfq-wrap {
  z-index: 99991;
  position: fixed;
  bottom: 25px;
  right: 90px; }
  .gfq-badge {
    background: #F25E0D;
    width: 215px;
    height: 50px;
    border-radius: 40px;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
    transition: all 0.1s ease-in-out;
    transform: scale(1.0);
    /* float: right; */
    padding: 10px;
    align-items: center;
    /* display: inline; */
    /* vertical-align: middle; */
    display: inline-flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap; }
    .gfq-badge img {
      position: relative;
      border: none!important;
      width: 30px;
      margin-right: 1rem; }
    .demo-icn {
      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;
      width: 35px;
      height: 35px;
      background-color: #fff;
      color: #F25E0D;
      border-radius: 100%;
      margin-right: 0.8rem; }
    .demo-icn::before {
      vertical-align: top;
      content: '\e951';
      display: flex;
      font-family: icomoon;
      align-items: center;
      justify-content: center;
      margin-left: 4px; }
    .gfq-badge:hover {
        transform: scale(1.1);
        cursor: pointer; }
    .gfq-badge p { 
      margin: 0;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 400; }
  .gfq-panel {
    width: 400px; /*Panel width*/
    height: auto; /*Panel height*/
    max-width: 400px; /*Mac Panel width*/
    max-height: 520px; /*Max Panel height*/
    position: absolute;
    bottom: 40px;
    right: 0px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    overflow: hidden;
    padding:30px;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    border-radius: 20px;
    background: #D9E3F8;
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.10);
    color: #000;
    display: none;
    z-index: 99992;
  }
    .gfq-panel-container {
      width: 100%;
      overflow-y: auto; 
      overflow-x: hidden;
      padding: 0.5em;
    }
    .panel-active {
      bottom: 80px;
      opacity: 100;
      display: flex; }
    .gfield.no-label > .gfield_label {
      display: none; }
    .gfq-panel input[type="submit"] {
      width:100%;
      margin-top: 1rem; }
    .gfield {
      margin-bottom: 1rem;}
      .gfq-panel input:focus {
      background-color: #fff;}

      .gfq-panel .gfield_radio {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(auto-fill, auto);
        grid-column-gap: 2rem;
      }
  

  /* SMALL SCREENS GFQ/BTT/COOKIES  */
  
  @media (max-width: 756px) { 
    .gfq-wrap {
      right: 0;
      margin: 00 auto;
      width: 100%;
      justify-content: space-around;
      display: flex;
      z-index: 1000;
    }
    .gfq-badge { 
      width: auto;
      height: auto;
      padding-left: 20px;
      padding-right: 20px;}
    .gfq-panel {
      max-width: 320px;
      max-height: 500px;
      bottom: 50px;
      width: 100%;
      height: auto;
      margin: 00 auto;
      padding: 2rem 1rem;
      display: none;
      justify-content: space-evenly;
      /* align-items: flex-start; */
      right: auto;
      overflow-y: hidden; }
      .panel-active { 
        display: flex;}
    .gfq-panel input[type="submit"] { margin: 0;} 
    .demo-icn { 
      display: none; }
    .back-to-top { 
      width: 40px; 
      height: 40px; }
    #hu-revoke .hu-revoke-button {
      width: 40px !important; 
      height: 40px !important; }
      #hu-revoke.hu-position-bottom-left {
        bottom: 15px !important;
      }
      .gfq-panel .gfield_radio {
        grid-template-columns:none;
        grid-row-gap: 1rem;
        padding-top: 0.5rem;
      }
  }


    /* FORENSICS */
    .page-nimbus-forensics .gfq-badge {
      background: #00CC66;
      color: #000; }
      .page-nimbus-forensics .demo-icn::before {
        color: #00CC66; }
    .page-nimbus-forensics .gfq-panel input[type="submit"] {
      background: #00CC66;
      border-color: #00CC66;
      color: #000; }
      .page-nimbus-forensics .gfq-panel input[type="submit"]:hover {
        background: #fff;
        border-color: #fff;
        color: #000; }

    /* FUSION */
    .page-nimbus-fusion .gfq-badge {
      background: #00CC66;
      color: #000; }
      .page-nimbus-fusion .demo-icn::before {
        color: #00CC66; }
    .page-nimbus-fusion .gfq-panel input[type="submit"] {
      background: #00CC66;
      border-color: #00CC66;
      color: #000; }
      .page-nimbus-fusion .gfq-panel input[type="submit"]:hover {
        background: #fff;
        border-color: #fff;
        color: #000; }

    /* INTELLIGENCE */
    .page-nimbus-intelligence .gfq-badge {
      background: #0066FF; }
      .page-nimbus-intelligence .demo-icn::before {
        color: #0066FF; }
    .page-nimbus-intelligence .gfq-panel input[type="submit"] {
      background: #0066FF;
      border-color: #0066FF; }
      .page-nimbus-intelligence .gfq-panel input[type="submit"]:hover {
        background: #fff;
        border-color: #fff;
        color: #000; }

    /* INVESTIGATOR */
    .page-nimbus-investigator .gfq-badge {
      background: #F5365C; }
      .page-nimbus-investigator .demo-icn::before {
        color: #F5365C; }
    .page-nimbus-investigator .gfq-panel input[type="submit"] {
      background: #F5365C;
      border-color: #F5365C; }
      .page-nimbus-investigator .gfq-panel input[type="submit"]:hover {
        background: #fff;
        border-color: #fff;
        color: #000; }

    /* PORTAL */
    .page-nimbus-portal .gfq-badge {
      background: #c733e2; }
      .page-nimbus-portal .demo-icn::before {
        color: #c733e2; }
    .page-nimbus-portal .gfq-panel input[type="submit"] {
      background: #c733e2;
      border-color: #c733e2; }
      .page-nimbus-portal .gfq-panel input[type="submit"]:hover {
        background: #fff;
        border-color: #fff;
        color: #000; }

    /* RESPONSE */
    .page-nimbus-response .gfq-badge {
      background: #0ae1e8;
      color: #000; }
      .page-nimbus-response .demo-icn::before {
        color: #0ae1e8; }
    .page-nimbus-response .gfq-panel input[type="submit"] {
      background: #0ae1e8;
      border-color: #0ae1e8;
      color: #000; }
      .page-nimbus-response .gfq-panel input[type="submit"]:hover {
        background: #fff;
        border-color: #fff;
        color: #000; }

    /* LAW */
    .page-law-enforcement .gfq-badge {
      background: #2766ff; }
      .page-law-enforcement .demo-icn::before {
        color: #2766ff; }
    .page-law-enforcement .gfq-panel input[type="submit"] {
      background: #2766ff;
      border-color: #2766ff; }
      .page-law-enforcement .gfq-panel input[type="submit"]:hover {
        background: #fff;
        border-color: #fff;
        color: #000; }
        .term-law-enforcement .gfq-badge {
          background: #2766ff; }
          .term-law-enforcement .demo-icn::before {
            color: #2766ff; }
        .term-law-enforcement .gfq-panel input[type="submit"] {
          background: #2766ff;
          border-color: #2766ff; }
          .term-law-enforcement .gfq-panel input[type="submit"]:hover {
            background: #fff;
            border-color: #fff;
            color: #000; }
    
    /* GOV */
    .page-government .gfq-badge {
      background: #f93b88; }
      .page-government .demo-icn::before {
        color: #f93b88; }
    .page-government .gfq-panel input[type="submit"] {
      background: #f93b88;
      border-color: #f93b88; }
      .page-government .gfq-panel input[type="submit"]:hover {
        background: #fff;
        border-color: #fff;
        color: #000; }
        .term-government .gfq-badge {
          background: #f93b88; }
          .term-government .demo-icn::before {
            color: #f93b88; }
        .term-government .gfq-panel input[type="submit"] {
          background: #f93b88;
          border-color: #f93b88; }
          .term-government .gfq-panel input[type="submit"]:hover {
            background: #fff;
            border-color: #fff;
            color: #000; }

    /* CORP */
    .page-corporate .gfq-badge {
      background: #1fe6fe;
      color: #000; }
      .page-corporate .demo-icn::before {
        color: #1fe6fe; }
    .page-corporate .gfq-panel input[type="submit"] {
      background: #1fe6fe;
      border-color: #000;
      color: #000; }
      .page-corporate .gfq-panel input[type="submit"]:hover {
        background: #fff;
        border-color: #fff;
        color: #000; }
        .term-corporate .gfq-badge {
          background: #1fe6fe;
          color: #000; }
          .term-corporate .demo-icn::before {
            color: #1fe6fe; }
        .term-corporate .gfq-panel input[type="submit"] {
          background: #1fe6fe;
          border-color: #000;
          color: #000; }
          .term-corporate .gfq-panel input[type="submit"]:hover {
            background: #fff;
            border-color: #fff;
            color: #000; }

    /* MILITARY */
    .page-military .gfq-badge {
      background: #00F68A;
      color: #000; }
      .page-military .demo-icn::before {
        color: #00F68A; }
    .page-military .gfq-panel input[type="submit"] {
      background: #00F68A;
      border-color: #000;
      color: #000; }
      .page-military .gfq-panel input[type="submit"]:hover {
        background: #fff;
        border-color: #fff;
        color: #000; }
        .term-military .gfq-badge {
          background: #00F68A;
          color: #000; }
          .term-military .demo-icn::before {
            color: #00F68A; }
        .term-military .gfq-panel input[type="submit"] {
          background: #00F68A;
          border-color: #000;
          color: #000; }
          .term-military .gfq-panel input[type="submit"]:hover {
            background: #fff;
            border-color: #fff;
            color: #000; }







/* ---------- CENTER IMAGE ------------- */
.center-image {
  max-width: 850px;
  height: auto;
  margin: 00 auto;
  padding: 20px; }

  .bm-animation {
    max-width: 1440px;
    height: auto;
    margin: 00 auto;
    /* padding: 20px;*/ } 



/* NEWS */

.author-img {
  border-radius: 999px;
  margin-bottom: 6rem;
}

.news-img {
  border-radius: 40px;
}

.tags-list {
  margin-top: 1rem;
}

.location-title {
  position: relative;
  margin: 0.5em 0 0.5em 0;
}

.resources-area .filter-locations {
  text-align: center;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .resources-area .filter-locations {
      text-align: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      flex-direction: column;
      flex-wrap: wrap;
      align-content: flex-start;
      } }
  @media (min-width: 1024px) {
    .resources-area .filter-locations {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 0; } }
  .resources-area .filter-locations .title {
    font-size: 16px;
    display: none;
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .resources-area .filter-locations .title {
        margin: 0 20px 10px 0;
        display: block; } }
  .resources-area .filter-locations .filter-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -5px; }
    .resources-area .filter-locations .filter-list li {
      margin: 0 5px 10px;
      width: auto; }
      .resources-area .filter-locations .filter-list li a {
        border: solid 1px #fff;
        font-size: 11px;
        line-height: 14px;
        padding: 6px 12px; }
        @media (min-width: 1130px) {
          .resources-area .filter-locations .filter-list li a {
            font-size: 12px;
            line-height: 14px;
            padding: 8px 15px; } }
        .resources-area .filter-locations .filter-list li a.active, .resources-area .filter-locations .filter-list li a:hover {
          background: #fff;
          color: #000; }
      .resources-area .filter-locations .filter-list li.active a {
        background: #fff;
        color: #000; }


/* EVENT DATE */
.event-date-time-location {
    text-align: center;
    font-size: larger;
    padding: 2rem 0;
    /* display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    width: 100%; */

}
.event-date-time-location div {
  margin-bottom: 10px;
}
.event-location-nolink {
  margin-bottom: 0.2em;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.event-location-link {
  margin-bottom: 0.2em;
  display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.event-location-text {
  font-size: 16px;
  color:#fff;
  margin-bottom: 1em;
}
  .event-location-link a {
    font-size: 16px;
    color:#fff;
    margin-bottom: 1em;
  }
  .event-location-pin {
    font-size: 16px;
    color:#f25e0d;
    margin-right: 0.5em;
  }

  .tag-holder, h5 {
    margin-bottom: 0.5em;
    margin-top: 1.5em;
  }




/* BREADCRUMBS */
#breadcrumbs {
  background-color: #000000ad;
  padding: 20px;
  font-size: 14px;
}


/* SOCIAL MEDIA SHARE */
.share-social {
  font-weight: 600;
  padding-bottom: 1rem;
  font-size: 16px;
}



/* PRODUCT SLIDER */

.product-slider-container {
  width: 100%;
  max-width: 704px;
  height: 100%;
  max-height: 500px;
  margin: 00 auto;
  padding: 0 20px 0 20px;
}
.product-slider-block {
  width: 100%;
  text-align: center;
  padding: 85px 0 137px 0;
  /* max-width: 704px; */
  /* max-height: 450px !important; */
  }
  @media (max-width: 365px) {
    .product-slider-block {
        width: 245px;
        margin: 00 auto;
        position: relative;
        padding: 27px 0 35px 0;
    } }
    @media (min-width: 366px) and (max-width: 499px) {
      .product-slider-block {
          width: 100%;
          max-width: 277px;
          margin: 00 auto;
          position: relative;
          padding: 32px 0 39px 0;
      } }
      @media (min-width: 500px) and (max-width: 755px) {
        .product-slider-block {
            width: 100%;
            max-width: 364px;
            margin: 00 auto;
            position: relative;
            padding: 42px 0 52px 0;
        } }   
        @media (min-width: 756px) and (max-width: 959px) {
        .product-slider-block {
            width: 100%;
            max-width: 555px;
            margin: 00 auto;
            padding: 66px 0 110px 0;
            position: relative;
        } }
        @media (min-width: 960px) and (max-width: 1130px) {
          .product-slider-block {
              width: 100%;
              max-width: 630px;
              margin: 00 auto;
              padding: 75px 0 77px 0;
              position: relative;
          } }

  .product-slider { height: 100%;}
  .product-slider-block .slick-dots {
    bottom: -30px; }
    @media (max-width: 767px) {
      .product-slider-block .slick-dots {
        position: static;
        margin-top: 20px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .product-slider-block .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    max-height: 418px;
    height: 100%;
    }
    .product-slider-block .slick-track .slide {
      width: 100% !important;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto; }
      .product-slider-block .slick-track .slide .cta-box {
        width: 100%; }


      /* Intelligence Slider Images */

        .product-intelligence-image1 {
          background-image: url(/wp-content/uploads/2024/04/Intelligence-Home-Screen-New.png);
          height: 640px;
          width: 100%;
          background-repeat: no-repeat;
          display: flex;
          background-size: contain;
          background-position: top; }

          .product-intelligence-image2 {
            background-image: url(/wp-content/uploads/2024/04/Intelligence-IDP-2123-Overview.png);
            height: 640px;
            width: 100%;
            background-repeat: no-repeat;
            display: flex;
            background-size: contain;
            background-position: top; }
          
            .product-intelligence-image3 {
              background-image: url(/wp-content/uploads/2024/04/Intelligence-Add-Intel-Step-One.png);
              height: 640px;
              width: 100%;
              background-repeat: no-repeat;
              display: flex;
              background-size: contain;
              background-position: top; }
    
              .product-intelligence-image4 {
                background-image: url(/wp-content/uploads/2024/04/Intelligence-Manage-Grid.png);
                height: 640px;
                width: 100%;
                background-repeat: no-repeat;
                display: flex;
                background-size: contain;
                background-position: top; }

              /* Investigator Slider Images */
              
              .product-investigator-image1 {
                background-image: url(/wp-content/uploads/2024/04/Investigator-Home.png);
                height: 640px;
                width: 100%;
                background-repeat: no-repeat;
                display: flex;
                background-size: contain;
                background-position: top; }

                .product-investigator-image2 {
                  background-image: url(/wp-content/uploads/2024/04/Investigator-Graph.png);
                  height: 640px;
                  width: 100%;
                  background-repeat: no-repeat;
                  display: flex;
                  background-size: contain;
                  background-position: top; }
                
                  .product-investigator-image3 {
                    background-image: url(/wp-content/uploads/2024/04/Investigator-Op-Overview.png);
                    height: 640px;
                    width: 100%;
                    background-repeat: no-repeat;
                    display: flex;
                    background-size: contain;
                    background-position: top; }
          
                    .product-investigator-image4 {
                      background-image: url(/wp-content/uploads/2024/04/Investigator-Timeline.png);
                      height: 640px;
                      width: 100%;
                      background-repeat: no-repeat;
                      display: flex;
                      background-size: contain;
                      background-position: top; }
            
                    /* Forensics Slider Images */
                    
                    .product-forensics-image1 {
                      background-image: url(/wp-content/uploads/2024/04/Forensics-Overview.png);
                      height: 640px;
                      width: 100%;
                      background-repeat: no-repeat;
                      display: flex;
                      background-size: contain;
                      background-position: top; }

                      .product-forensics-image2 {
                        background-image: url(/wp-content/uploads/2024/04/Forensics-Portal-Home.png);
                        height: 640px;
                        width: 100%;
                        background-repeat: no-repeat;
                        display: flex;
                        background-size: contain;
                        background-position: top; }
                      
                        .product-forensics-image3 {
                          background-image: url(/wp-content/uploads/2024/04/Forensics-Exhibits.png);
                          height: 640px;
                          width: 100%;
                          background-repeat: no-repeat;
                          display: flex;
                          background-size: contain;
                          background-position: top; }
                
                          .product-forensics-image4 {
                            background-image: url(/wp-content/uploads/2024/04/Forensics-Actions-Overview.png);
                            height: 640px;
                            width: 100%;
                            background-repeat: no-repeat;
                            display: flex;
                            background-size: contain;
                            background-position: top; }


/* HCAPTCHA  */
.hcaptcha-label {
  display: none;
}


/* Legal */
.legal-area {
  padding: 20px 0 20px 0;
  background-color: #ffffff; }
  .top-area {
    padding: 20px 0 20px 0; }
 
    @media (min-width: 768px) {
    .top-area {
      padding: 20px 0 20px 0 !important;
    } }
    
  /* .privacy {
    background-color: #ffffff !important; } */
  .terms-conditions {
      background-color: #D9E3F8 !important; }
    /* .resources {
      background-color: #EEF1F8 !important; } */
  @media (min-width: 768px) {
    .legal-area {
      padding: 100px 0 100px 0; } }
  @media (min-width: 1024px) {
    .legal-area .legal-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
        -ms-flex-pack: justify;
      justify-content: center;
      /* padding: 30px 0 30px; */
     } }
  .legal-area .legal-header h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 20px;
    text-align: center; }
    @media (min-width: 576px) {
      .legal-area .legal-header h2 {
        font-size: 30px;
        line-height: 35px; } }
    @media (min-width: 768px) {
      .legal-area .legal-header h2 {
        font-size: 35px;
        line-height: 40px; } }
    @media (min-width: 1024px) {
      .legal-area .legal-header h2 {
        font-size: 45px;
        line-height: 60px;
        margin: 0;
        text-align: left; } }
  .legal-area h2 {
    color: #000;
  }
  .legal-area .searchform {
    margin: 0 auto 20px;
    max-width: none;
    width: 330px; }
    @media (min-width: 1024px) {
      .legal-area .searchform {
        margin: 0;
        width: 280px; } }
    @media (min-width: 1130px) {
      .legal-area .searchform {
        width: 392px; } }
  .legal-area .container {
    max-width: 1380px; }
  .legal-area .filter-right {
    text-align: center;
    padding: 20px 0 20px 0;
    background-color: #fff; }
    @media (min-width: 768px) {
      .legal-area .filter-right {
        text-align: left;
        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: 1024px) {
      .legal-area .filter-right {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 0; } }
    .legal-area .filter-right .title {
      font-size: 16px;
      display: none;
      color: #000;
      margin: 0 0 10px; }
      @media (min-width: 768px) {
        .legal-area .filter-right .title {
          margin: 0 20px 10px 0;
          display: block; } }
    .legal-area .filter-right .filter-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin: 0 -5px; }
      .legal-area .filter-right .filter-list li {
        margin: 0 5px 10px;
        width: auto; }
        .legal-area .filter-right .filter-list li a {
          border: solid 1px #000;
          color: #000;
          font-size: 11px;
          line-height: 14px;
          padding: 6px 12px; }
          @media (min-width: 1130px) {
            .legal-area .filter-right .filter-list li a {
              font-size: 12px;
              line-height: 14px;
              padding: 8px 15px; } }
          .legal-area .filter-right .filter-list li a.active, .legal-area .filter-right .filter-list li a:hover {
            background: #000;
            color: #fff; }
        .legal-area .filter-right .filter-list li.active a {
          background: #000;
          color: #fff; }
  .legal-area .legal .row {
    display: grid;
    -webkit-box-orient: horizontal;
    gap: 1em 1em;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    .legal-area .legal .row .col {
      width: 100%;
      /* border: 1px solid #000; */
      border-radius: 20px;
      background: #EEF1F8;
      color: #000;
      padding: 2em;
      flex-grow: 1;
      flex-shrink: 0;
    }
      /* @media (max-width: 575px) {
        .legal-area .legal .row {
          grid-template-columns: repeat(1, 1fr);
         } } */
      @media (min-width: 576px) and (max-width: 768px) {
        .legal-area .legal .row {
          /* width: 45%; */
          grid-template-columns: repeat(1, 1fr);
        } }
        @media (min-width: 975px) and (max-width: 1023px) {
        .legal-area .legal .row {
          /* width: 45%; */
          grid-template-columns: repeat(2, 1fr);
        } }
        @media (min-width: 1024px) and (min-width: 1303px) {
          .legal-area .legal .row {
            /* width: 30%; */
            grid-template-columns: repeat(3, 1fr);
          } }
            
      .legal-area .legal .row .col .cta-item .image {
        padding-top: 65%; }
      .legal-area .legal .row .col .cta-item .text {
        padding-top: 35px;
        color: #000;
       }
      .legal-area .legal .row .col .cta-item .btn {
        background: none;
        border-color: #000;
        color: #000; }
        .legal-area .legal .row .col .cta-item .btn:hover {
          background: #000 !important;
          color: #fff !important; }
        
      .legal-area .legal .row .col .cta-item:hover .btns-holder .btn:first-child {
        background: #000 !important;
        color: #fff !important; }
        .legal-area .btn {
          color: #ffffff !important;
        }
        .legal-area .btn:hover {
        background: #000;
        color: #fff;
      }
      .legal-area .btn-secondary {
        background: none;
        color: #000 !important; }
        .legal-area .btn-secondary:hover {
          color: #fff !important;
          border-color: #000; }   
  .legal-area + .news-slider-block .container {
    max-width: 1380px; }

  .legal-area h3 {
    margin-top: 0;
  }

  .legal-area .tag-holder {
    margin-top: 0.5em;
    margin-bottom: 1em;
  }
  .legal .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 10px 0 -5px;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap; 
  }       
  .legal .tags .tag {
    margin: 0 5px;
    font-size: 12px;
    line-height: 14px;
    display: block;
    border: solid 1px #000;
    padding: 4px 10px;
    border-radius: 20px;
  }
  
  .legal-area .text a { 
    color: #000;
  }

  .legal-content {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 1em;
  }

  .legal-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    gap: 0.5em;
  }

  .legal-area .btns-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    gap: 0.5em;
  }
  .hero-block.v5.legal .caption {
    font-size: 16px;
    line-height: 28px;
    padding: 50px 0 50px;
    max-width: 700px; }
    @media (min-width: 576px) {
      .hero-block.v5.legal .caption {
        padding: 60px 0 60px; } }
    @media (min-width: 1024px) {
      .hero-block.v5.legal .caption {
        font-size: 18px;
        line-height: 30px;
        max-width: 800px;
        padding: 60px 0 60px; } }
    @media (min-width: 1130px) {
      .hero-block.v5.legal .caption {
        font-size: 20px;
        line-height: 32px;
        padding: 120px 0 120px; } }
        
.legal-related .accreditation-block h3  {
  font-weight: 700;
  margin-bottom: 1em;
}       
.accred-text {
  padding: 0 4em 4em;
  max-width: 1200px;
  margin: 00 auto;
}

a#gform_submit_button__link {
  display: none;
}







/* Careers */
.careers-area {
  padding: 20px 0 20px 0;
  background-color: #ffffff; }
  .top-area {
    padding: 20px 0 20px 0;
  }
  @media (min-width: 768px) {
    .top-area {
      padding: 20px 0 20px 0 !important;
    } }
  .compliance {
    background-color: #D9E3F8 !important; }
    /* .resources {
      background-color: #EEF1F8 !important; } */
  @media (min-width: 768px) {
    .careers-area {
      padding: 100px 0 100px 0; } }
  @media (min-width: 1024px) {
    .careers-area .careers-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
        -ms-flex-pack: justify;
      justify-content: center;
      /* padding: 30px 0 30px; */
     } }
  .careers-area .careers-header h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 20px;
    text-align: center; }
    @media (min-width: 576px) {
      .careers-area .careers-header h2 {
        font-size: 30px;
        line-height: 35px; } }
    @media (min-width: 768px) {
      .careers-area .careers-header h2 {
        font-size: 35px;
        line-height: 40px; } }
    @media (min-width: 1024px) {
      .careers-area .careers-header h2 {
        font-size: 45px;
        line-height: 60px;
        margin: 0;
        text-align: left; } }
  .careers-area h2 {
    color: #000;
  }
  .careers-area .searchform {
    margin: 0 auto 20px;
    max-width: none;
    width: 330px; }
    @media (min-width: 1024px) {
      .careers-area .searchform {
        margin: 0;
        width: 280px; } }
    @media (min-width: 1130px) {
      .careers-area .searchform {
        width: 392px; } }
  .careers-area .container {
    max-width: 1380px; }
  .careers-area .filter-right {
    text-align: center;
    padding: 20px 0 20px 0;
    background-color: #fff; }
    @media (min-width: 768px) {
      .careers-area .filter-right {
        text-align: left;
        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: 1024px) {
      .careers-area .filter-right {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 0; } }
    .careers-area .filter-right .title {
      font-size: 16px;
      display: none;
      color: #000;
      margin: 0 0 10px; }
      @media (min-width: 768px) {
        .careers-area .filter-right .title {
          margin: 0 20px 10px 0;
          display: block; } }
    .careers-area .filter-right .filter-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin: 0 -5px; }
      .careers-area .filter-right .filter-list li {
        margin: 0 5px 10px;
        width: auto; }
        .careers-area .filter-right .filter-list li a {
          border: solid 1px #000;
          color: #000;
          font-size: 11px;
          line-height: 14px;
          padding: 6px 12px; }
          @media (min-width: 1130px) {
            .careers-area .filter-right .filter-list li a {
              font-size: 12px;
              line-height: 14px;
              padding: 8px 15px; } }
          .careers-area .filter-right .filter-list li a.active, .careers-area .filter-right .filter-list li a:hover {
            background: #000;
            color: #fff; }
        .careers-area .filter-right .filter-list li.active a {
          background: #000;
          color: #fff; }
  .careers-area .careers .row {
    display: grid;
    -webkit-box-orient: horizontal;
    gap: 1em 1em;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    .careers-area .careers .row .col {
      width: 100%;
      /* border: 1px solid #000; */
      border-radius: 20px;
      background: #EEF1F8;
      color: #000;
      padding: 2em;
      flex-grow: 1;
      flex-shrink: 0;
    }
      /* @media (max-width: 575px) {
        .legal-area .legal .row {
          grid-template-columns: repeat(1, 1fr);
         } } */
      @media (min-width: 576px) and (max-width: 768px) {
        .careers-area .careers .row {
          /* width: 45%; */
          grid-template-columns: repeat(1, 1fr);
        } }
        @media (min-width: 975px) and (max-width: 1023px) {
        .careers-area .careers .row {
          /* width: 45%; */
          grid-template-columns: repeat(2, 1fr);
        } }
        @media (min-width: 1024px) and (min-width: 1303px) {
          .careers-area .careers .row {
            /* width: 30%; */
            grid-template-columns: repeat(3, 1fr);
          } }
            
      .careers-area .careers .row .col .cta-item .image {
        padding-top: 65%; }
      .careers-area .careers .row .col .cta-item .text {
        padding-top: 35px;
        color: #000;
       }
      .careers-area .careers .row .col .cta-item .btn {
        background: none;
        border-color: #000;
        color: #000; }
        .careers-area .careers .row .col .cta-item .btn:hover {
          background: #000 !important;
          color: #fff !important; }
        
      .careers-area .careers .row .col .cta-item:hover .btns-holder .btn:first-child {
        background: #000 !important;
        color: #fff !important; }
        .careers-area .btn {
          color: #ffffff !important;
        }
        .careers-area .btn:hover {
        background: #000;
        color: #fff;
      }
      .careers-area .btn-secondary {
        background: none;
        color: #000 !important; }
        .careers-area .btn-secondary:hover {
          color: #fff !important;
          border-color: #000; }   
  .careers-area + .news-slider-block .container {
    max-width: 1380px; }

  .careers-area h3 {
    margin-top: 0;
  }

  .careers-area .tag-holder {
    margin-top: 0.5em;
    margin-bottom: 1em;
  }
  .careers .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 10px 0 -5px;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap; 
  }       
  .careers .tags .tag {
    margin: 0 5px;
    font-size: 12px;
    line-height: 14px;
    display: block;
    border: solid 1px #000;
    padding: 4px 10px;
    border-radius: 20px;
  }
  
  .careers-area .text a { 
    color: #000;
  }

  .careers-content {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 1em;
  }

  .careers-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    gap: 0.5em;
  }

  .careers-area .btns-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    gap: 0.5em;
  }
  .hero-block.v5.careers .caption {
    font-size: 16px;
    line-height: 28px;
    padding: 50px 0 50px;
    max-width: 700px; }
    @media (min-width: 576px) {
      .hero-block.v5.careers .caption {
        padding: 60px 0 60px; } }
    @media (min-width: 1024px) {
      .hero-block.v5.careers .caption {
        font-size: 18px;
        line-height: 30px;
        max-width: 800px;
        padding: 60px 0 60px; } }
    @media (min-width: 1130px) {
      .hero-block.v5.careers .caption {
        font-size: 20px;
        line-height: 32px;
        padding: 120px 0 120px; } }
        
.careers-related .accreditation-block h3  {
  font-weight: 700;
  margin-bottom: 1em;
} 

.career-p {
  color: #000;
}
.role-id {
  margin-top: 0em;
}
.career-single, hr  {
    height: 0;
    width: 100%;
}


/* BAMBOO HR WIDGET */



.BambooHR-ATS-board {
  text-align: left;
  font-family: "Red Hat Display", sans-serif !important;
}

.BambooHR-ATS-board h2 {
  font-size: 19px;
  color: #000000 !important;
 
}


ul.BambooHR-ATS-Jobs-List {
  padding: 20px !important;
  width: 100%;
  display: grid;
  -webkit-box-orient: horizontal;
  gap: 1em 1em;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

@media (min-width: 576px) and (max-width: 768px) {
  ul.BambooHR-ATS-Jobs-List {
    /* width: 45%; */
    grid-template-columns: repeat(1, 1fr);
  } }
  @media (min-width: 975px) and (max-width: 1023px) {
    ul.BambooHR-ATS-Jobs-List {
    /* width: 45%; */
    grid-template-columns: repeat(2, 1fr);
  } }
  @media (min-width: 1024px) and (min-width: 1303px) {
    ul.BambooHR-ATS-Jobs-List {
      /* width: 30%; */
      grid-template-columns: repeat(3, 1fr);
    } }

.BambooHR-ATS-board ul {
  font-size: 12px;
  /* width: 100%; */
  display: grid;
  -webkit-box-orient: horizontal;
  gap: 1em 1em;
  /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
}

.BambooHR-ATS-board ul > ul:last-of-type {
  margin-bottom: 0px;
}

.BambooHR-ATS-board li {
  color: #000000 !important;
  padding-top: 1em;
  padding-bottom: 1em;
}

.BambooHR-ATS-Department-Item li {
  color: #000000 !important;
  padding: 2em;
  width: 100%;
  /* max-width: 600px; */
  border-radius: 20px;
  background: #EEF1F8;
  flex-grow: 1;
  display: grid;
  overflow-wrap: anywhere;
  grid-template-columns: repeat(flow, minmax(430px, 1fr));
}


.BambooHR-ATS-board a {
  font-size: 20px !important;
  font-weight: bold;
  line-height: 1.2em !important;
  color: #000000 !important;
}

.BambooHR-ATS-board .BambooHR-ATS-blankState {
  color: #000000 !important;
  font-size: 15px;
}

.BambooHR-ATS-board .BambooHR-ATS-blankState strong {
  font-size: 16px;
  font-weight: 600;
}

#BambooHR-Footer {
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 12px;
  color: #999;
  text-align: right;
  margin: 9px 9px 0px 0px;
}

#BambooHR-Footer img { display: inline; }

.BambooHR-ATS-Department-Header {
  font-size: 16px;
  font-weight: 600;
}

ul.BambooHR-ATS-Department-List {
  display: inline;
}

