@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * 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; }

h3 {
  font-family: 'montserrat'; }

.bg-primary {
  background: #2497d5; }

h1 {
  font-size: 3.5em;
  letter-spacing: -0.9px;
  margin: 20px 0;
  font-family: 'montserrat'; }

.title-white {
  color: #fff; }

.title-green {
  color: #54ac00; }

h2 {
  font-family: 'montserrat'; }

.text-light-grey {
  color: #e5e5e5; }

h3 {
  letter-spacing: -0.9px;
  font-family: 'montserrat'; }

h4 {
  font-size: 19px;
  line-height: 29px; }

h4, p {
  color: #9b9b9b;
  font-weight: 300;
  font-family: 'Roboto', sans-serif; }

a:hover, a:active, a:focus {
  color: #3f7c26;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer; }

p {
  display: block;
  font-size: 17px;
  line-height: 27px;
  color: #676767; }

a {
  color: #68b04a;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer; }

.text-green {
  color: #54ac00; }

select.input-lg {
  height: 60px;
  line-height: 46px;
  border-radius: 0px; }

.title-underline-white {
  height: 3px;
  width: 30px;
  background-color: white;
  margin-top: 10px;
  margin-bottom: 20px; }

.title-underline-black {
  height: 3px;
  width: 100px;
  background-color: #d2d2d2;
  margin-top: 10px;
  margin-bottom: 20px; }

textarea {
  resize: both;
  overflow: auto; }

.form-control {
  display: block;
  width: 100%;
  height: 60px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #1d184d;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 0px; }

.form-control:valid {
  border: 3px solid #54ac00; }

.has-error .form-control:focus {
  border-color: #ff0300;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .form-control {
  border: 3px solid #ff0500;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  font-size: 16px;
  font-weight: 500;
  background-color: red;
  font-family: 'montserrat';
  padding: 10px;
  color: white;
  text-align: center;
  margin-top: 0px;
  letter-spacing: 0px; }

.help-block {
  font-size: 20px;
  font-weight: 500;
  background-color: #54ac00;
  font-family: 'montserrat';
  padding: 10px;
  color: white;
  text-align: center;
  margin-top: 0px;
  letter-spacing: -1px; }

.input-lg {
  font-size: 14px;
  border-radius: 0px; }

.home-banner {
  background: url(../../assets/img/sky-home.svg) fixed no-repeat;
  border-top: 1px solid #408400;
  border-bottom: 1px solid #408400;
  padding: 80px 0 70px;
  min-height: 75vh;
  background-color: #599F16; }

.resource-banner {
  border-top: 1px solid #408400;
  border-bottom: 1px solid #408400;
  padding: 80px 0 70px;
  min-height: 45vh;
  background-color: #599F16; }

.about-banner {
  border-top: 1px solid #408400;
  border-bottom: 1px solid #408400;
  padding: 100px 0 80px;
  background: url(../../assets/img/sky.svg) fixed no-repeat;
  height: 50vh;
  background-color: #599F16; }

.industry {
  border-top: 1px solid #408400;
  border-bottom: 1px solid #408400;
  padding: 100px 0 80px;
  background: url(../../assets/img/sky.svg) fixed no-repeat;
  height: 60vh;
  background-color: #599F16; }

.industry-mobile {
  border-top: 1px solid #408400;
  border-bottom: 1px solid #408400;
  padding: 100px 0 80px;
  background: url(../../assets/img/sky.svg) fixed no-repeat;
  height: 60vh;
  background-color: #599F16; }

.home {
  background: #f7f7f7;
  border-top: 1px solid #408400;
  border-bottom: 1px solid #408400;
  padding: 60px 0 80px;
  background: url(../../assets/img/bg.svg) fixed;
  height: auto; }

.services-vids {
  background: #f7f7f7;
  border-top: 1px solid #408400;
  border-bottom: 1px solid #408400;
  padding: 60px 0 80px;
  background: url(../../assets/img/bg.svg) fixed;
  height: 63vh; }

.pricing-section {
  background: #f7f7f7;
  border-top: 1px solid #408400;
  border-bottom: 1px solid #408400;
  padding: 60px 0 80px;
  background: url(../../assets/img/sky.svg) fixed no-repeat;
  height: 100vh; }

.about-section {
  background: #f7f7f7;
  border-top: 1px solid #408400;
  border-bottom: 1px solid #408400;
  padding: 60px 0 80px;
  background: url(../../assets/img/bg.svg) fixed;
  height: 50vh; }

.dark {
  background: #f7f7f7;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 60px 0 80px;
  background: url(../../assets/img/bg2.svg) fixed; }

.dark-low-height {
  background: #f7f7f7;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 60px 0 80px;
  height: 100px;
  border-top: 1px solid #54ac00; }

.contact-btn {
  margin-top: -30px; }

.light {
  background: #white;
  padding: 60px 0 80px; }

.darker {
  background: #444444;
  padding: 60px 0 80px; }

.hightlight-light {
  background: #54ac00;
  padding: 60px 0 80px; }

.hightlight-dark {
  background: #54ac00;
  padding: 60px 0 80px;
  background: url(../../assets/img/bg2.svg) fixed;
  background-size: cover; }

.button {
  display: inline-block;
  white-space: nowrap;
  border-radius: 3px;
  border: 2px solid #fff;
  color: #000;
  padding: 12px 18px;
  font-size: 15px;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer; }

.b-primary {
  border-color: #3499e0;
  color: #3499e0; }

a.button.b-primary:hover {
  background: #3499e0;
  color: white;
  text-decoration: none; }

.b-secondary {
  color: white;
  background-color: transparent;
  §box-shadow: rgba(255, 255, 255, 0.9) 0 0px 0px 2px inset; }

.b-secondary:hover {
  color: #54ac00;
  box-shadow: white 0 0px 0px 40px inset; }

a.button.b-secondary:hover {
  background: #a16bb8;
  color: white;
  text-decoration: none; }

.item img {
  width: 100%;
  padding: 5px;
  border: none; }

#owl-demo .item {
  margin: 3px;
  padding-top: 0px;
  border: none; }

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  padding: 20px; }

.mute-video {
  background-size: 32px;
  border: 0;
  width: 32px;
  height: 32px;
  text-indent: -999px; }

.unmute-video {
  background-size: 32px; }

.title-margin-top {
  margin-top: -25px; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(../../assets/img/next.svg);
  right: 10px;
  left: auto; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(../../assets/img/previous.svg);
  left: 10px;
  right: auto; }

@media (min-width: 768px) {
  .home-bg-splash-icon {
    text-align: left;
    color: white;
    margin-top: 0%;
    width: 200px;
    letter-spacing: 0.3px; } }

@media (min-width: 992px) {
  .home-bg-splash-icon {
    text-align: left;
    color: white;
    margin-top: 0%;
    width: 300px;
    letter-spacing: 0.3px; } }

@media (min-width: 1200px) {
  .home-bg-splash-icon {
    text-align: left;
    color: white;
    margin-top: 0%;
    width: 400px;
    letter-spacing: 0.3px; } }

.errorinput {
  color: #850000;
  background: rgba(254, 186, 186, 0.5);
  border: 1px solid #850000; }

.bullet-points {
  list-style-type: none; }

.full-size {
  min-height: 100vh; }

.solution-bold {
  font-weight: 500;
  text-align: right; }

.solution-total {
  font-weight: 300;
  font-size: 15px;
  text-align: right; }

.text-left {
  text-align: center;
  font-size: 22px;
  color: #5f5f5f;
  letter-spacing: -1px;
  font-family: 'montserrat';
  margin-bottom: 20px; }

.text-right {
  text-align: center;
  font-size: 22px;
  color: #5f5f5f;
  letter-spacing: -1px;
  font-family: 'montserrat';
  margin-bottom: 20px; }

.image-left {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.image-right {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.row-height-home-desktop {
  height: 200px;
  margin-top: 40px; }

.home-service-title {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0px;
  font-family: 'montserrat';
  margin-bottom: 20px; }

.pointer {
  cursor: pointer; }

.item {
  padding-top: 60px;
  text-align: center; }

.item img {
  width: 100%;
  padding: 5px;
  border: 1px solid #e4e4e4; }

.fea-text {
  padding: 0px 35px;
  margin: 75px 0; }

.fea-text i {
  position: absolute;
  left: 0;
  margin-top: 4px; }

.fea-text p {
  color: black; }

.samples img {
  padding-top: 40px; }

.col-md-6.fea-img.text-right {
  margin-top: 31px; }

.service-height {
  height: 100vh; }

.service-1 {
  background-color: #ffffff;
  padding: 60px;
  border-right: 1px solid #ffffff; }

.service-2-home {
  background: url(../../assets/img/bg2.svg) fixed;
  background-color: #f7f7f7;
  padding: 60px;
  border-right: 1px solid #ededed;
  min-height: 790px; }

.service-2-home-mobile {
  background: url(../../assets/img/bg2.svg) fixed;
  background-color: #f7f7f7;
  padding: 60px;
  border-right: 1px solid #ededed;
  min-height: 340px; }

.service-2-industry {
  background: url(../../assets/img/bg2.svg) fixed;
  background-color: #f7f7f7;
  padding: 60px;
  border-right: 1px solid #ededed;
  min-height: 345px; }

.service-2-about {
  background: url(../../assets/img/bg2.svg) fixed;
  background-color: #f7f7f7;
  border-right: 1px solid #ededed;
  min-height: 645px;
  text-align: justify;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 20px; }
  @media only screen and (min-width: 991px) and (max-width: 1280px) {
    .service-2-about {
      min-height: 700px; } }

.service-3-home {
  background-color: #ffffff;
  padding: 60px;
  border-right: 1px solid #dedede;
  min-height: 790px; }

.service-3-home-mobile {
  background-color: #ffffff;
  padding: 60px;
  border-right: 1px solid #dedede;
  min-height: 340px; }

.service-3-industry {
  background-color: #ffffff;
  padding: 60px;
  border-right: 1px solid #dedede;
  min-height: 345px; }

.service-3-about {
  background-color: #ffffff;
  padding: 10px;
  border-right: 1px solid #dedede;
  min-height: 645px;
  text-align: justify;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 20px; }
  @media only screen and (min-width: 991px) and (max-width: 1280px) {
    .service-3-about {
      min-height: 700px; } }

.service-4 {
  background-color: #54ac00;
  padding: 60px; }

.logos-1 {
  background-color: #54ac00;
  padding-bottom: 50px;
  border-bottom: 1px solid #4e940a; }

.service-header {
  background-color: #54ac00;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #4e940a; }

.service-title {
  font-size: 20px;
  color: #333;
  letter-spacing: 0px;
  font-family: 'montserrat';
  margin-bottom: 20px; }

.why-section-padding {
  padding-left: 60px;
  padding-right: 60px; }

.service-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90px; }

.video-bg {
  margin-top: -101px;
  width: 100%;
  margin-bottom: -6px; }

.btn-sit-bottom {
  position: relative;
  left: 25%;
  margin-top: 50%; }

.video-button-outline {
  outline: none; }

.overlay {
  top: 0;
  opacity: 0.9;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d4d4d4;
  position: fixed;
  z-index: 9999999999999999;
  display: none;
  box-shadow: 0 5px 15px #54ac00;
  border-top: 10px solid #458e00;
  border-bottom: 10px solid #458e00; }

.overlay-content {
  padding: 3% 10%; }

.o-close {
  max-width: 100%;
  margin: 0 !important; }

.o-close .popout-close-button {
  width: 40px;
  margin-top: 0px; }

.overlay p, .overlay h1, .overlay h3 {
  color: white; }

.overlay-back {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999999999999;
  background: rgba(0, 0, 0, 0.5);
  display: none; }

.home-bg-splash-mobile {
  text-align: left;
  color: white;
  margin-top: -10px;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 40px; }

.home-bg-splash {
  text-align: left;
  color: white;
  margin-top: 10px;
  font-size: 34px;
  letter-spacing: 1px;
  line-height: 40px; }

.home-bg-splash-icon {
  text-align: left;
  color: white;
  margin-top: 0%;
  width: 350px;
  letter-spacing: 0.3px; }

.home-bg-app-icon {
  width: 150px;
  margin-top: 50px;
  margin-right: 30px; }

@media (max-width: 768px) {
  .home-bg-splash-icon {
    text-align: left;
    color: white;
    margin-top: 0%;
    width: 180px;
    letter-spacing: 0.3px; } }

@media (max-width: 991px) {
  .home-bg-splash-icon {
    text-align: left;
    color: white;
    margin-top: 0%;
    width: 250px;
    letter-spacing: 0.3px; } }

@media screen and (min-device-width: 991px) and (max-device-width: 1000px) {
  .service-2-about {
    background: url(../../assets/img/bg2.svg) fixed;
    background-color: #f7f7f7;
    padding: 60px;
    border-right: 1px solid #ededed;
    min-height: 880px; } }

.home-bullet-text {
  color: #54ac00;
  font-size: 17px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 73%;
  width: 42px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat; }

.home-selector-section {
  background: url(../../assets/img/bg2.svg) fixed;
  background-color: #f7f7f7;
  border-top: 1px solid #ffffff; }

.home-selector-phone {
  margin-top: 100px;
  margin-bottom: 100px; }

.home-selector-left-side {
  margin-right: -30px;
  text-align: right;
  margin-left: 60px;
  background-color: #54ac00;
  padding: 10px;
  border-radius: 10px;
  color: white !important;
  font-size: 16px;
  opacity: 0.6;
  BORDER: 3PX SOLID #95ca63;
  BORDER-BOTTOM: 3PX SOLID #bcdc9e; }

.home-selector-right-side {
  margin-left: -30px;
  text-align: left;
  margin-left: -40px;
  background-color: #54ac00;
  padding: 10px;
  border-radius: 10px;
  color: white !important;
  font-size: 16px;
  opacity: 0.6;
  BORDER: 3PX SOLID #95ca63;
  BORDER-BOTTOM: 3PX SOLID #bcdc9e; }

.home-selector-position-left {
  position: absolute;
  left: 0; }

.home-selector-position-right {
  position: absolute;
  right: 0; }

.text-white {
  color: #fff; }

.home-icon-selector-row {
  background: #509013;
  /* border-top: 1px solid #ededed; */
  border-bottom: 1px solid #ededed;
  padding: 20px 0 20px;
  /* background: url(../../assets/img/bg2.svg) fixed; */
  PADDING-TOP: 35PX; }

.home-icon-tab-border {
  border-right: 1px solid #47820e; }

.home-more-info {
  margin-top: -20px;
  margin-top: -20px;
  text-transform: uppercase;
  font-size: 11px;
  color: #ececec; }

body {
  left: 0; }

.header {
  background: #54ac00;
  position: relative;
  z-index: 100; }

.header a {
  color: #000;
  font-size: 16px;
  padding: 15px 0;
  font-weight: 300; }

.header ul {
  list-style: none; }

.header ul li {
  float: left;
  display: inline-block;
  padding: 15px 0 0px 0;
  margin: 0 25px 0 0;
  line-height: 20px; }

.topbar {
  padding: 12px 0;
  background: #40417d;
  color: #fff;
  font-size: 15px;
  position: relative;
  z-index: 1000; }

.topbar .follow_us {
  float: left;
  margin: 1px 0 0; }

.follow_us dd, .follow_us .dd {
  display: inline-block; }

.follow_us dt, .follow_us .dt {
  display: inline-block;
  font-weight: 500; }

.follow_us dd ul li, .follow_us .dd ul li {
  display: inline-block;
  margin: 0 0 0 13px; }

.top_bar_widgets_right {
  float: right; }

.dd ul, .topbar_contacts {
  padding: 0 !important;
  margin: 0;
  list-style: none; }

.topbar .topbar_contacts {
  margin: 0 0 0 28px;
  display: inline-block;
  float: none; }

.topbar .topbar_contacts i {
  margin-right: 5px; }

.dd a i {
  color: #318dd0; }

.dd a i:hover {
  color: white; }

.header .button {
  margin-top: -16px;
  padding: 12px 18px;
  border-color: #a16bb8;
  color: #a16bb8; }

.credit-text {
  font-family: 'arcade_future_displayregular', sans-serif;
  letter-spacing: 1px; }

.move {
  position: relative;
  left: -300px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s; }

.topnav {
  position: fixed !important;
  right: -300px;
  height: 100%;
  width: 300px;
  background: #fff;
  z-index: 9;
  border-left: 1px solid #efebeb; }

.topnavopen {
  right: 0px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s; }

.topnav ul {
  width: 300px;
  list-style: none;
  padding: 10% 10%; }

.topnav ul li {
  padding: 15px 0; }

.logo img {
  -ms-transform: translate(300px, 0px);
  -webkit-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
  -webkit-transition: all 0.5s;
          transition: all 0.5s; }

/**MENU**/
.menu {
  position: fixed;
  top: 4px;
  right: 20px;
  height: 46px;
  width: 46px;
  z-index: 9999999;
  margin-top: 0px; }

.menuopen {
  right: 340px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s; }

.menu-circle {
  background-color: #54ac00;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1000; }

.menu:hover .menu-circle {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2); }

.menu-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1002; }

.menu-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: auto;
  left: 0;
  top: -38px;
  right: 0;
  bottom: 1px; }

.menu-line {
  background-color: #fff;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.menu-line-1 {
  top: 0; }

.menu-line-2 {
  top: 0;
  bottom: 0;
  margin: auto; }

.menu-line-3 {
  bottom: 0; }

.menu.open .menu-line-1 {
  -webkit-transform: translateY(10px) translateY(-50%) rotate(-135deg);
      -ms-transform: translateY(10px) translateY(-50%) rotate(-135deg);
          transform: translateY(10px) translateY(-50%) rotate(-135deg); }

.menu.open .menu-line-2 {
  opacity: 0; }

.menu.open .menu-line-3 {
  -webkit-transform: translateY(-10px) translateY(50%) rotate(135deg);
      -ms-transform: translateY(-10px) translateY(50%) rotate(135deg);
          transform: translateY(-10px) translateY(50%) rotate(135deg); }

.nav-link-style {
  font-family: 'montserrat';
  font-size: 20px;
  color: #000;
  cursor: pointer;
  opacity: 0.5; }

.nav-link-underline {
  border-bottom: 1px solid #efebeb; }

.nav-link-style:hover {
  color: #54ac00;
  opacity: 1; }

.nav-logo-mobile {
  margin-bottom: auto;
  margin-top: 20px;
  margin-left: 30px;
  width: 150px;
  opacity: 0.8; }

@media (max-width: 768px) {
  .logo img {
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 0.5s;
            transition: all 0.5s; }
  .menuopen {
    right: 315px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .video-bg {
    margin-top: 0px;
    width: 100%; }
  .video-bg {
    margin-top: 0px;
    width: 100%; }
  .header {
    background: #ecebec;
    margin-bottom: -6px; } }

.logo-center {
  display: block;
  width: 200px; }

.nav-link-style-footer {
  font-family: 'montserrat';
  font-size: 15px;
  color: #000;
  cursor: pointer;
  opacity: 0.5; }

.logos {
  padding: 40px 40px;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  max-height: 120px; }

.logos ul {
  list-style: none; }

.logo-section-padding {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 10px;
  padding-top: 0px; }

.logo-size {
  width: 64%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.4; }

.wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -86px;
  margin-left: -89px;
  text-align: center; }

a {
  margin: 20px auto; }

a.button {
  border: none;
  color: white;
  background: #54ac00;
  border-bottom: 3px solid #438801;
  border-radius: 5px; }

a.button:hover {
  color: #54ac00;
  box-shadow: white 0 0px 0px 40px inset; }

a.button2 {
  color: rgba(30, 22, 54, 0.6);
  box-shadow: rgba(30, 22, 54, 0.4) 0 0px 0px 2px inset; }

a.button2:hover {
  color: rgba(255, 255, 255, 0.85);
  box-shadow: rgba(30, 22, 54, 0.7) 0 80px 0px 2px inset; }

/*Lets start with the cloud formation rather*/
/*The container will also serve as the SKY*/
* {
  margin: 0;
  padding: 0; }

#clouds {
  padding: 100px 0;
  background: #eaeaea;
  background: -webkit-linear-gradient(top, #eaeaea 0%, #fff 100%);
  background: -linear-gradient(top, #eaeaea 0%, #fff 100%);
  background: -moz-linear-gradient(top, #eaeaea 0%, #fff 100%); }

/*Time to finalise the cloud shape*/
.cloud {
  width: 200px;
  height: 60px;
  background: #fff;
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  position: relative; }

.cloud:before, .cloud:after {
  content: '';
  position: absolute;
  background: #fff;
  width: 100px;
  height: 80px;
  position: absolute;
  top: -15px;
  left: 10px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
      transform: rotate(30deg);
  -moz-transform: rotate(30deg); }

.cloud:after {
  width: 120px;
  height: 120px;
  top: -55px;
  left: auto;
  right: 15px; }

/*Time to animate*/
.x1 {
  -webkit-animation: moveclouds 15s linear infinite;
  -moz-animation: moveclouds 15s linear infinite;
  -o-animation: moveclouds 15s linear infinite; }

/*variable speed, opacity, and position of clouds for realistic effect*/
.x2 {
  left: 200px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
      transform: scale(0.6);
  opacity: 0.6;
  /*opacity proportional to the size*/
  /*Speed will also be proportional to the size and opacity*/
  /*More the speed. Less the time in 's' = seconds*/
  -webkit-animation: moveclouds 25s linear infinite;
  -moz-animation: moveclouds 25s linear infinite;
  -o-animation: moveclouds 25s linear infinite; }

.x3 {
  left: -250px;
  top: -200px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
      transform: scale(0.8);
  opacity: 0.8;
  /*opacity proportional to the size*/
  -webkit-animation: moveclouds 20s linear infinite;
  -moz-animation: moveclouds 20s linear infinite;
  -o-animation: moveclouds 20s linear infinite; }

.x4 {
  left: 470px;
  top: -250px;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
      transform: scale(0.75);
  opacity: 0.75;
  /*opacity proportional to the size*/
  -webkit-animation: moveclouds 18s linear infinite;
  -moz-animation: moveclouds 18s linear infinite;
  -o-animation: moveclouds 18s linear infinite; }

.x5 {
  left: -150px;
  top: -150px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
      transform: scale(0.8);
  opacity: 0.8;
  /*opacity proportional to the size*/
  -webkit-animation: moveclouds 20s linear infinite;
  -moz-animation: moveclouds 20s linear infinite;
  -o-animation: moveclouds 20s linear infinite; }

@-webkit-keyframes moveclouds {
  0% {
    margin-left: 1000px; }
  100% {
    margin-left: -1000px; } }

footer {
  padding: 20px;
  background: #ebebeb;
  border-top: 1px solid #d7d7d7; }

.credits {
  background: #363535; }

.credits p {
  color: white;
  margin: 0;
  padding: 10px 0;
  line-height: 20px; }

.footer-social-icon {
  width: 40px;
  margin-right: 10px;
  margin-top: -10px; }

.footer-social-title {
  font-size: 15px;
  color: #5b5b5b;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-bottom: 10px;
  list-style: circle;
  cursor: pointer; }

.footer-logo {
  margin-top: 0px;
  opacity: 0.8;
  width: 150px; }

.footer-info-text {
  display: inline-block;
  color: #fff;
  font-weight: 500; }

.footer-title {
  color: #595959;
  font-weight: 500; }

.footer-underline {
  height: 2px;
  width: 30%;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 20px; }

.footer-social-icon:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer; }

.footer-copyright-text {
  font-size: 13px;
  font-weight: 400; }

.nav-link-style-footer {
  font-family: 'montserrat';
  font-size: 15px;
  color: #000;
  cursor: pointer;
  opacity: 0.5; }

.services-read-more {
  margin-top: 39px;
  text-align: left;
  color: #54ac00;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer; }

.services-read-more:hover {
  font-size: 16px; }

.services-row-top-margin {
  border-top: 1px solid #cac6c6; }

.services-icon-margin {
  margin-top: 30px; }

.download-doc-selector {
  padding: 20px;
  padding-left: 10px;
  color: #7d7f7d;
  border: 2px solid #bababa;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px; }

.download-doc-selector:hover {
  padding: 20px;
  padding-left: 10px;
  color: #54ac00;
  border: 2px solid #54ac00;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px; }

.download-doc-selector:active {
  padding: 20px;
  padding-left: 10px;
  color: #54ac00;
  border: 2px solid #54ac00;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px; }

.download-doc-button {
  padding: 6px;
  /* padding-left: 10px; */
  color: #fff;
  border: none;
  border-bottom: 7px solid #468d02;
  border-radius: 8px;
  background-color: #54ac00;
  margin-bottom: 10px; }
  .download-doc-button p {
    font-size: 15px;
    cursor: pointer;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    display: inline-block;
    margin-top: 10px; }

.download-doc-button:hover {
  border: none;
  background-color: #54ac00;
  border-bottom: 7px solid #468d02; }

.industry-icon {
  width: 85px;
  margin-right: 20px;
  margin-bottom: 26px; }

.industry-inline {
  display: inline-block; }

.industry-text {
  font-size: 20px;
  font-weight: 400; }

.blog-breaker {
  width: 100%;
  height: 1px;
  background-color: #ececec;
  margin-bottom: 10px;
  margin-top: 10px; }

.blog-social-icon {
  width: 40px;
  margin-right: 10px; }

#owl-demo .item {
  margin: 3px;
  border: none; }

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
  border: none; }

.customNavigation {
  text-align: center; }

.customNavigation a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.support-type-btn {
  background-color: #ececec;
  border-bottom: 5px solid #d4d4d4;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px; }

.support-type-btn:hover {
  background-color: #54ac00;
  border-bottom: 5px solid #468d02;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  width: 100%; }
  .support-type-btn:hover p {
    color: #fff; }

.support-type-btn:active {
  width: 100%;
  background-color: #54ac00;
  border-bottom: 5px solid #468d02;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  width: 100%; }
  .support-type-btn:active p {
    color: #fff; }

.support-type-btn:focus {
  width: 100%;
  background-color: #54ac00;
  border-bottom: 5px solid #468d02;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  width: 100%;
  outline: none; }
  .support-type-btn:focus p {
    color: #fff; }

.contact-icon {
  width: 30px; }

.contact-label {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0px; }

.contact-success-icon {
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.contact-extra-text {
  display: inline-block;
  color: #fff;
  margin-left: 20px;
  /* letter-spacing: 1px; */
  font-weight: 500; }

.contact-extra-margin {
  margin-bottom: 15px;
  margin-top: 15px; }

.contact-email-text {
  display: inline-block;
  color: #fff;
  margin-left: 20px;
  font-weight: 500; }

.contact-address-text {
  margin-bottom: -2px;
  font-size: 18px;
  color: #fff; }

.contact-address-title {
  font-size: 22px;
  color: #fff;
  letter-spacing: -1px;
  font-family: 'montserrat';
  margin-bottom: 20px; }

.career-icon {
  display: inline;
  margin-left: auto;
  margin-right: auto;
  width: 90px; }

.support-type {
  width: 100%;
  background-color: #ececec;
  border-bottom: 5px solid #d4d4d4;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px; }

.support-icon {
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px; }

.support-text {
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
  display: inline-block; }

.support-type-selected {
  width: 100%;
  background-color: #54ac00;
  border-bottom: 5px solid #468d02;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px; }

.support-icon-selected {
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px; }

.support-text-selected {
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
  display: inline-block;
  color: white; }

.pricing-label {
  font-size: 20px;
  font-weight: 500;
  color: #424242;
  margin-top: 15px; }

.pricing-large-text {
  text-align: left;
  color: #424242;
  margin-top: 10px;
  font-size: 34px;
  letter-spacing: 1px;
  line-height: 40px; }

.pricing-button {
  padding: 6px;
  /* padding-left: 10px; */
  color: #fff;
  border: none;
  border-bottom: 7px solid #000;
  border-radius: 8px;
  background-color: #424242; }
  .pricing-button p {
    font-size: 20px;
    cursor: pointer;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    display: inline-block;
    margin-top: 10px; }

.pricing-button:hover {
  border: none;
  background-color: #424242;
  border-bottom: 7px solid #000; }

.popout-body-height {
  height: 95vh;
  background-color: #54ac00;
  box-shadow: 0 5px 15px #138ca6; }

.popout-close-button {
  width: 40px;
  margin-top: 30px;
  cursor: pointer; }

.home-video-button {
  height: 60px;
  width: 60px;
  background-color: #54ac00;
  border-radius: 50px;
  POSITION: ABSOLUTE;
  Z-INDEX: 100;
  MARGIN-LEFT: 1%;
  MARGIN-TOP: -72PX; }

.home-video-button-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 20px; }

#myModal3 {
  top: 5%;
  right: 0%;
  outline: none; }
