/*!
Theme Name: filestack
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: filestack
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

filestack is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

---------------------------------------------------------------*/

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Montserrat-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Montserrat-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Montserrat-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/ProximaNova-Light.woff") format("woff");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/ProximaNova-Regular.woff") format("woff");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/ProximaNova-Semibold.woff") format("woff");
}
/*--------------------------------------------------------------
# Normalize
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
 ========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}
/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
  /* 1 */
  overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}
/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}
/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}
/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/

html,
body {
  height: 100%;
}
body {
  font: 400 16px/1.5 "Montserrat", Arial, Helvetica, sans-serif;
  color: rgba(74, 74, 74, 0.8);
  min-width: 320px;
  background: #fff;
}
body.design-2 {
  font: 400 18px/1.6 "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
.main-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
.container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
.design-2 .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1170px;
}
.design-2 .container {
  max-width: 1230px;
}
p {
  margin: 0px;
}
.design-2 p {
  margin: 0 0 10px;
}
a {
  color: #ef4a25;
  outline: none;
  text-decoration: none;
  transition: 0.2s ease;
}
.design-2 a {
  color: #1b998b;
}
a:hover {
  text-decoration: none;
  color: #363636;
}
.design-2 a:hover {
  color: #0c423c;
}
h1 {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.125;
  margin-top: 0;
}
.design-2 h1 {
  font-size: 45px;
  font-weight: 300;
  line-height: 1.1;
}
h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.125;
  margin-top: 0;
}
.design-2 h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.1;
}
h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.125;
  margin-top: 0;
}
.design-2 h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
}
h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.125;
  margin-top: 0;
}
.design-2 h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
}
body .btn,
body .es_textbox_button,
body .es_submit_button,
body .elementor-button.elementor-size-sm,
input[type="submit"] {
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px 24px;
  display: inline-block;
  vertical-align: top;
  font: 400 18px/1.5 "Montserrat", Arial, Helvetica, sans-serif;
  border: 1px solid transparent;
  background: #ef4a25;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  border-radius: 3px;
  letter-spacing: 0.6px;
}
body .elementor-widget-button a.elementor-button,
.elementor-widget-button .elementor-button {
  background: #ef4a25;
}
body .btn-xs,
body .elementor-button.elementor-size-xs,
input[type="submit"] {
  font: 400 14px/1.5 "Montserrat", Arial, Helvetica, sans-serif;
  padding: 5px 9px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn:hover,
.es_textbox_button:hover,
.es_submit_button:hover {
  -webkit-box-shadow: 0 2px 10px rgba(10, 10, 10, 0.2), 0 0 0 1px rgba(10, 10, 10, 0.02);
  box-shadow: 0 2px 10px rgba(10, 10, 10, 0.2), 0 0 0 1px rgba(10, 10, 10, 0.02);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  color: #fff;
}
body .btn-white {
  color: #ef4a25;
  background: #fff;
  border-color: #fff;
}
body .btn-white:hover {
  color: #ef4a25;
}
body .btn-outline {
  border-color: #fff;
  background: transparent;
}
body .btn-outline:hover {
  background: #fff;
  color: #0a0a0a;
  transform: none;
}
.btn-inline {
  display: inline-block !important;
  vertical-align: middle;
  margin-bottom: 20px !important;
}
.design-2 .btn,
.design-2 .elementor-widget-button a.elementor-button,
.design-2 .elementor-widget-button .elementor-button {
  font: 600 16px/1.5 "Proxima Nova", Helvetica, Arial, Helvetica, sans-serif;
  border-radius: 8px;
  background: #1b998b;
  transition: 0s;
  padding: 12px 35px;
}
.design-2 .btn:hover,
.design-2 .es_textbox_button:hover,
.design-2 .es_submit_button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: #333;
}
.design-2 .btn-outline {
  border: 1px solid #fff;
  background: transparent;
}
.design-2 .btn-outline:hover {
  color: #fff;
  border: 1px solid #fff;
  background: #C12200;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='address'],
textarea,
select {
  display: block;
  color: #262626;
  width: 100%;
  border: none;
  background: #fff;
  border-radius: 2px;
  margin-bottom: 15px;
  border: 1px solid #D9D9D9;
  padding: 6px 10px;
  font: 20px/24px 'Lato', Arial, Helvetica, sans-serif;
  outline: none;
  transition: all .2s ease;
  cursor: pointer;
}
body .elementor-widget-heading .elementor-heading-title,
body .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
  color: #363636;
}
body .elementor-animation-float:active,
body .elementor-animation-float:focus,
body .elementor-animation-float:hover {
  transform: translateY(-1px);
}
body .elementor-animation-float,
body .elementor-animation-float,
body .elementor-animation-float {
  transition: 0s;
}
.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
  opacity: 1;
}
strong {
  color: #363636;
  font-weight: 500;
}
.design-2 strong {
  font-weight: 700;
}
ul ul,
ol ul {
  list-style-type: disc;
}
/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/

#header {
  background-color: #181325;
  color: #fff;
}
.header-cont {
  display: flex;
  align-items: center;
  position: relative;
}
#header nav a {
  color: rgba(255, 255, 255, 0.7);
}
#header nav a:hover {
  color: rgb(255, 255, 255);
}
.header-nav {
  display: flex;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media(min-width:992px) {
  .design-2 .header-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header nav > ul > li > a {
  line-height: 80px;
  padding: 10px 12px 10px 20px;
}
#header nav ul {
  display: flex;
}
#header .logo {
  margin-right: 60px;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header nav:first-child {
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: auto;
}
#nav-side {
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
  align-items: center;
}
.columns-container {
  position: absolute;
  top: 100%;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  margin-top: -8px;
  z-index: 10;
  font-size: 14px;
  background: rgb(36, 31, 51) url(images/bg-triangle-inverted.svg) no-repeat 0 100%;
  transition: 0.086s;
  -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  border-radius: 0 0 3px 3px !important;
  pointer-events: none;
  width: 100%;
}
.columns-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(-135deg, rgb(241, 84, 58) 0%, rgb(255, 126, 69) 100%);
}
.columns-container.small-container {
  width: auto;
}
.columns-container.full-container {
  left: 0;
}
li:hover .columns-container {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.columns-container .column {
  padding: 45px 55px 45px 40px;
}
.columns-container.full-container .column {
  width: 33.33%;
}
.columns-container .column p {
  color: rgb(255, 255, 255);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 0 8px;
  margin: 0 0 16px 15px;
}
.columns-container .column li {
  display: block;
  width: 100%;
}
.columns-container .column a {
  display: block;
  padding: 6px 15px;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}
.columns-container .column a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#header nav .menu-item-has-children > a {
  position: relative;
  padding-right: 36px;
}
.menu-item-has-children > a::after {
  content: " ";
  display: block;
  height: 8px;
  pointer-events: none;
  position: absolute;
  transform: rotate(-45deg);
  width: 8px;
  margin-top: -6px;
  right: 13px;
  top: 50%;
  border-width: 0px 0px 1px 1px;
  border-style: solid solid;
  border-color: rgb(255, 255, 255) rgb(255, 255, 255);
  border-image: initial;
  border-right: 0px;
  border-top: 0px;
}
#header nav > a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 65px;
  padding: 8px 16px;
}
#header nav a:hover {
  color: #fff;
}
#nav-side .btn-group .btn {
  margin: 0 0 0 7px;
}
#nav-side .btn-group {
  margin: 0 0 0 15px;
}
.nav-burger {
  display: none;
}
#header .sub-group .menu-column-list li {
  display: block;
  width: 50%;
}
#header nav .menu-column-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1150px) {
  .container {
    padding: 0 15px;
  }
  .header-cont {
    display: block;
  }
  .design-1 .mobile-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .design-1 .nav-burger {
    display: block;
    height: 80px;
    width: 80px;
    position: relative;
    cursor: pointer;
    margin: 0 -15px 0 0;
  }
  .nav-burger span,
  .nav-burger span:before,
  .nav-burger span:after {
    content: '';
    background-color: #ef4a25;
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    margin-left: -6px;
    -webkit-transition: none 86ms ease-out;
    transition: none 86ms ease-out;
    -webkit-transition-property: background, left, opacity, -webkit-transform;
    transition-property: background, left, opacity, -webkit-transform;
    transition-property: background, left, opacity, transform;
    transition-property: background, left, opacity, transform, -webkit-transform;
    width: 15px;
  }
  .nav-burger span {
    margin-top: -1px;
  }
  .nav-burger span:before {
    left: 0;
    margin: -6px 0 0;
  }
  .nav-burger span:after {
    left: 0;
    margin: 4px 0 0;
  }
  .nav-burger.active span {
    background: transparent;
  }
  .nav-burger.active span:after,
  .nav-burger.active span:before {
    background-color: #ef4a25;
  }
  .nav-burger.active span:before {
    margin: 5px 0 0 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  .nav-burger.active span:after {
    margin: -5px 0 0 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  .design-1 .header-nav {
    background: rgb(36, 31, 51);
    padding: 60px 0 10px;
    display: none;
    margin: 0 -20px;
    position: relative;
  }
  .design-1 .header-nav.active {
    display: block;
  }
  .design-1 .columns-container {
    position: static;
    background: transparent;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 0;
    margin: 0 0 16px 20px;
    opacity: 1;
    display: block;
    box-shadow: none;
    transform: none;
  }
  .design-1 .columns-container:before {
    display: none;
  }
  .design-1 .columns-container .column {
    padding: 0;
  }
  .design-1 .columns-container .column p {
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 10px 15px;
  }
  .design-1 #header nav,
  .design-1 #header nav ul {
    display: block;
  }
  .design-1 #header nav > ul > li > a {
    line-height: 1.5;
    padding: 15px 12px 15px 20px;
    display: block;
    font-size: 19px;
  }
  .design-1 #header nav a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .design-1 .menu-item-has-children > a::after {
    display: none;
  }
  .design-1 .columns-container.full-container .column {
    width: 100%;
    margin: 0 0 20px;
  }
  .design-1 .columns-container.full-container .column:last-of-type {
    margin: 0;
  }
  .design-1 .columns-container .column a {
    padding: 8px 25px;
  }
  .design-1 #nav-side .btn-group {
    position: absolute;
    top: 15px;
    left: 0px;
  }
  .design-1 .sub-group .menu-column-list a {
    width: 100%;
  }
  .design-1 .sub-group .menu-column-list {
    display: flex;
    flex-direction: column;
  }
  .design-1 .sub-group .menu-column-list a:nth-child(2n) {
    order: 1;
  }
}
@media screen and (min-width: 1151px) {
  .columns-container {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@media screen and (max-width: 768px) {
  .design-1 .btn-inline {
    display: block !important;
  }
  .btn-inline a {
    display: block;
  }
}
/* header-2 */

.header-cont.header-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.design-2 #header {
  background: #283a46;
  font-weight: 600;
  color: #C4CCD2;
}
.design-2 #header .btn {
  border-radius: 4px;
  background: rgb(238, 70, 50);
  padding: 7px 15px;
}
.design-2 #header .btn:hover {
  color: #fff;
}
.header-info {
  border-bottom: 1px solid rgba(141, 152, 160, .1);
  color: #8D98A0;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 15px;
}
.header-info__desc {
  display: flex;
  align-items: center;
}
#header .header-info a {
  color: #8D98A0;
}
.logo-box {
  display: flex;
  align-items: center;
}
.header-info .logo-box:hover {
  color: #8D98A0;
}
.logo-box span {
  display: inline-block;
  vertical-align: middle;
}
.logo-box span:before {
  content: "";
  background: rgba(141, 152, 160, .8);
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 12px;
  margin: 0 8px;
}
.header-cont .logo-box span:before {
  background: rgba(141, 152, 160, .8);
  height: 18px;
}
.design-2 .header-cont {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #283a46;
}
.design-2 .header-cont .logo-box {
  margin: 0 0 0 25px;
}
.design-2 .header-cont .logo-box p,
#header .header-info p {
  margin: 0;
}
.header-info i {
  color: #fff;
  margin: 0 3px 0 0;
  font-size: 12px;
}
.design-2 #header .header-info nav li > a {
  line-height: initial;
  padding: 0;
}
.design-2 #header .header-info nav li {
  padding: 0 6px;
}
.design-2 #header .header-cont nav li > a {
  line-height: initial;
  padding: 20px 15px;
  font-size: 16px;
}
.design-2 .header-nav {
  flex-grow: 0;
}
.design-2 #header .logo {
  margin: 0;
}
.header-cont .logo-box {
  font-size: 14px;
}
.design-2 .menu-item-has-children > a::after {
  height: 5px;
  width: 5px;
  margin-top: -4px;
  right: 17px;
  border-width: 0px 0px 1.5px 1.5px;
  border-color: #8d98a0;
}
.design-2 .menu-item-has-children > a:hover::after {
  border-color: #fff;
}
.design-2 #header .header-cont nav li.menu-item-has-children > a {
  padding-right: 30px;
}
.design-2 .columns-container {
  display: none;
  opacity: 1;
  transform: none;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background: #2E3E48;
  pointer-events: painted;
  font-size: 16px;
  margin: 0;
  min-width: 175px;
}
.design-2 #header nav .menu-column-list {
  display: block;
}
.design-2 .columns-container.full-container {
  width: 440px;
  max-width: 100%;
  left: auto;
  right: auto;
}
.design-2 .columns-container.full-container .column {
  width: auto;
}
.design-2 .columns-container li {
  border-bottom: 1px solid rgba(141, 152, 160, .1);
}
.design-2 .columns-container.full-container li {
  width: 50%;
}
.design-2 .columns-container.full-container .menu-column-list li:nth-child(2n-1) {
  border-right: 1px solid rgba(141, 152, 160, .1);
}
.design-2 #header .header-cont nav .menu-column-list li a {
  padding: 8px 15px;
}
.design-2 #header .header-cont nav .menu-column-list li a:after {
  content: '';
  display: none;
  float: right;
  border-left: 4px solid #fff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  margin: 5% 0 0;
  ;
}
.design-2 #header .header-cont nav .full-container .menu-column-list li a:after {
  margin: 4% 0 0;
  ;
}
.design-2 #header .header-cont nav .menu-column-list li a:hover:after {
  display: block;
}
.design-2 #header .full-container .menu-column-list {
  display: flex;
  flex-wrap: wrap;
}
.design-2 .columns-container.full-container .menu-column-list a {
  white-space: normal;
}
.design-2 .columns-container:before {
  display: none;
}
.design-2 .active .columns-container {
  display: block;
  border-radius: 0 0 6px 6px !important;
}
.design-2 .columns-container .column {
  padding: 0;
}
.design-2 .columns-container .column a {
  margin: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 15px;
}
@media (max-width:991px) {
  .design-2 .header-nav {
    display: none;
  }
  .design-2 .nav-burger {
    display: block;
    height: 35px;
    width: 35px;
    position: relative;
  }
  .design-2 .header-cont {
    display: block;
  }
  .design-2 .mobile-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .design-2 .nav-burger span,
  .design-2 .nav-burger span:before,
  .design-2 .nav-burger span:after {
    width: 24px;
    height: 3px;
    background: rgba(255, 255, 255, 0.7);
    margin-left: -12px;
  }
  .design-2 .nav-burger span {
    margin: -1px 0 0 -12px;
  }
  .design-2 .nav-burger span:before {
    margin: -12px 0 0;
  }
  .design-2 .nav-burger span:after {
    left: 0;
    margin: 10px 0 0;
  }
  .design-2 .nav-burger.active span:before {
    margin: 6px 0 0 6px;
  }
  .design-2 .nav-burger.active span:after {
    margin: -10px 0 0 6px;
  }
  .design-2 .nav-burger.active span {
    background: transparent;
  }
  .design-2 #nav-side {
    display: none;
  }
  .design-2 .header-nav nav,
  .design-2 #header .header-nav ul {
    display: block;
    width: 100%;
  }
  .design-2 .header-nav li:not(:last-of-type) {
    border-bottom: 1px solid rgba(141, 152, 160, .1);
  }
  .design-2 .columns-container li:last-of-type {
    border: none;
  }
  .design-2 .columns-container.full-container .menu-column-list li:nth-child(2n-1) {
    border-right: none;
  }
  .design-2 .columns-container.full-container li {
    width: 100%;
  }
  .design-2 #header .header-cont nav li.menu-item-has-children > a {
    display: block;
    padding: 20px 15px;
  }
  .design-2 #header .header-cont nav li.menu-item-has-children > a {
    display: none;
  }
  .design-2 .columns-container,
  .design-2 .columns-container.full-container {
    position: static;
    box-shadow: none;
    width: auto;
    background: transparent;
    display: block;
  }
  .design-2 #header .header-cont nav .full-container .menu-column-list li a,
  .design-2 #header .header-cont nav a,
  .design-2 #header .header-cont nav .menu-column-list li a {
    margin: 0;
    padding: 20px 15px;
    display: block;
    width: 100%;
  }
  .design-2 #header .header-cont nav .full-container .menu-column-list li a:hover {
    background: transparent;
  }
  .design-2 #header .header-cont nav .full-container .menu-column-list li a:after {
    display: block;
  }
  .design-2 #header .header-cont nav a:after {
    content: '';
    float: right;
    border-left: 4px solid #fff;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    margin: 5px 0 0;
  }
  .design-2 .header-nav {
    margin: 0 -15px;
    overflow-y: scroll;
    margin-top: 15px;
    max-height: 400px;
    border-top: 1px solid rgb(60, 75, 85);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5) 0, rgba(40, 58, 70, 0) 85%);
  }
  .design-2 #header .header-cont nav .menu-column-list li a:after,
  .design-2 #header .header-cont nav .full-container .menu-column-list li a:after {
    display: block;
    margin: 5px 0 0;
  }
  .design-2 .columns-container .column a:hover {
    background-color: transparent;
  }
}
@media (max-width:768px) {
  .header-cont.header-fixed {
    position: static;
  }
  .header-info .logo-box {
    display: none;
  }
  .header-info {
    justify-content: flex-end;
  }
  .header-info .hidden-sm {
    display: none;
  }
  .design-2 .header-cont .logo-box {
    margin: 0;
  }
}
@media (max-width:360px) {
  .design-2 .header-cont .logo-box p,
  #header .header-info p {
    font-size: 11px;
  }
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  color: rgba(255, 255, 255, 0.5);
}
.footer-nav a {
  color: rgba(255, 255, 255, 0.5);
}
.footer-nav a:hover {
  color: #fff;
}
.footer-panel {
  background: #ef4a25 url(images/footer-panel-bg.svg) no-repeat 100% 100%;
  padding: 95px 0;
}
.footer-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.footer-box__info {
  width: 50%;
  padding: 0 25px 0 0;
}
.footer-box__info p {
  line-height: 1.25;
}
.footer-box__info p a {
  color: #fff;
}
.footer-box__info p a:hover {
  color: #e6e5e5;
}
.footer-box__title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
.footer-box .btn {
  margin: 0 0 0 20px;
}
.customers {
  display: flex;
  align-items: center;
  justify-content: space-around;
  /*flex-wrap: wrap;*/
  list-style: none;
  padding: 0;
  margin: 0;
}
.customers li {
  padding: 0 25px 5px;
  min-width: 100px;
}
.footer__logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 36px;
}
.footer-nav {
  background: #181325 url(images/footer-nav-bg.svg) no-repeat 0 100%;
  padding: 36px 0 75px;
}
.footer__logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 36px;
  margin-bottom: 36px;
}
.footer-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.footer-list__col {
  width: 23.5%;
  padding: 0 12px 12px 0;
}
.footer-list__col:last-of-type {
  padding: 0;
}
.footer-list__col a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
}
.footer-list p {
  color: #fff;
  margin-bottom: 27px;
}
.footer-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-list nav li {
  margin-bottom: 6px;
}
.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-social {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 0 0 0 10px;
  min-width: 275px;
}
.footer-social ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-social a {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-left: 15px;
  opacity: .9;
}
.footer-social a:hover {
  opacity: 1;
}
.icon-twitter {
  background: url(images/icon-twitter.svg) 0 0 no-repeat;
}
.icon-facebook {
  background: url(images/icon-facebook.svg) 0 0 no-repeat;
}
.icon-github {
  background: url(images/icon-github.svg) 0 0 no-repeat;
}
.icon-linkedin {
  background: url(images/icon-linkedin.svg) 0 0 no-repeat;
}
.gradient_bg {
  position: relative;
  overflow: hidden;
}
.gradient_bg:before,
.gradient_bg:after {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  width: 2000px;
  height: 2000px;
}
.gradient_bg:before {
  top: -50%;
  right: -1500px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-image: linear-gradient(-90deg, #fac361, #ed5542);
}
.gradient_bg:after {
  top: -1000px;
  right: -1400px;
  z-index: -2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: linear-gradient(-225deg, #f6f6f6, #fff);
}
.most_pop_class {
  position: relative;
}
.most_pop_class:after {
  content: "\2014 most popular \2014";
  text-transform: uppercase;
  font-weight: 700;
  color: #ef4a25;
  position: absolute;
  width: 100%;
  left: 50%;
  right: 0;
  text-align: center;
  top: -20px;
  font-size: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.scale_down {
  position: relative;
}
.scale_down_plans {
  position: relative;
}
.scale_down:after {
  content: "\2014 most popular \2014";
  text-transform: uppercase;
  font-weight: 700;
  color: #ef4a25;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -125px;
  font-size: 10px;
}
.scale_down_plans:after {
  content: "\2014 most popular \2014";
  text-transform: uppercase;
  font-weight: 700;
  color: #ef4a25;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -130px;
  font-size: 10px;
}
.pro_start {
  position: relative;
}
.pro_start:before {
  content: "Starts at";
  white-space: nowrap;
  display: block;
  text-transform: uppercase;
  font-size: .5625rem;
  line-height: 1;
  position: absolute;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #dbdbdb;
  padding: 5px 10px;
  border-radius: 20px;
  color: #181325;
}
.border_trail {
  border: 1px solid #181325;
  border-radius: 3px;
  margin-right: 10px;
}
.border_trail_second {
  border: 1px solid #181325;
  border-radius: 3px;
  margin-left: 10px;
}
.boder-left-gray-first {
  border: 1px solid #dbdbdb;
  border-top-width: 0;
  border-right-width: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.boder-right-gray-fourth {
  border: 1px solid #dbdbdb;
  border-top-width: 0;
  border-right-width: 1;
  border-left-width: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.boder--gray-second-column {
  border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 1300px) {
  .footer-box {
    align-items: center;
  }
  .footer-box .btn-group {
    text-align: right;
  }
  .footer-box .btn {
    margin-bottom: 5px;
  }
}
@media (max-width: 1090px) {
  .pro_start:after {
    font-size: 9px;
    bottom: -140px;
  }
  .font-smaller_trail {
    font-size: 9px !important;
  }
  .scale_down:after {
    font-size: 9px;
  }
  .scale_down_plans:after {
    font-size: 9px;
  }
  .most_pop_class:after {
    font-size: 9px;
  }
}
@media ( max-width:1024px) {
  .cls-hidden {
    display: none !important;
  }
  .cls-wide {
    width: 100% !important;
  }
  #cls-wide1 {
    width: 100% !important;
  }
  .pro_start:after {
    font-size: 10px;
    bottom: -102px;
  }
  .scale_down:after {
    bottom: -110px;
    font-size: 10px;
  }
  .scale_down_plans:after {
    bottom: -140px;
    font-size: 10px;
  }
  .most_pop_class:after {
    font-size: 10px;
  }
  .border_trail {
    border: 1px solid #dbdbdb;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .border_trail_second {
    border: 1px solid #dbdbdb;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .font-smaller_trail {
    font-size: 10px !important;
  }
  .boder-left-gray-first {
    border-top-width: 1px;
    border-right-width: 1px;
    margin-bottom: 30px;
    border-radius: 3px;
  }
  .boder-right-gray-fourth {
    border-left-width: 1px;
    border-top-width: 1px;
    margin-bottom: 30px;
    border-radius: 3px;
  }
  .boder--gray-second-column {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    margin-bottom: 30px;
  }
}
@media ( max-width:999px) {
  .customers {
    width: auto;
    justify-content: flex-start;
    overflow-x: scroll;
  }
  .customers li {
    min-width: 150px;
  }
  .gradient_bg:before {
    top: -120px;
    right: -1800px;
  }
  .gradient_bg:after {
    top: -1800px;
    right: -1000px;
  }
  .carousel_employee .slick-next {
    right: 60px
  }
  .carousel_employee .slick-prev {
    left: 60px
  }
}
@media (max-width:768px) {
  .footer-panel {
    padding: 45px 0;
  }
  .footer-box {
    flex-direction: column;
  }
  .footer-box__info {
    margin-bottom: 20px;
    width: 100%;
    padding: 0;
  }
  .footer-box .btn-group {
    width: 100%;
  }
  .footer-box .btn {
    display: block;
    margin: 0 0 15px;
  }
  .footer-box .btn:last-of-type {
    margin-bottom: 0;
  }
  /*.customers {
    flex-wrap: wrap;
    justify-content: center;
  }*/
  .customers li {
    padding: 0 10px 5px;
  }
  .customers img {
    max-height: 20px;
  }
  .footer-info {
    flex-wrap: wrap;
  }
  .footer-list {
    flex-wrap: wrap;
  }
  .footer-list__col {
    width: 100%;
    padding: 0 0 44px;
  }
  .footer-social {
    justify-content: center;
    width: 100%;
    margin: 35px 0 0;
  }
  .footer-nav {
    padding: 35px 0 45px;
  }
  .gradient_bg:before,
  .gradient_bg:after {
    content: none;
  }
}
/* footer design 2 */

#footer-2 {
  color: #9ea9b0;
  background-color: #2e3b44;
  font-size: 16px;
  ;
}
.footer-line {
  background: #E14827 url(images/request-demo-bg.png) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 35px 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-line .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-line__info {
  font-size: 29px;
  font-weight: 100;
  margin: 0 25px 0 0;
}
.footer-line .btn {
  padding: 12px 30px;
}
.footer-navigat {
  padding-top: 50px;
  padding-bottom: 65px;
  border-bottom: solid 1px rgba(255, 255, 255, .1);
}
.navigat-list {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 -15px;
}
.navigat-list a {
  color: #9ea9b0;
}
.navigat-list a:hover {
  color: #fff;
}
.navigat-list__col {
  width: 25%;
  padding: 0 15px;
}
.navigat-list h5 {
  margin: 0 0 24px;
  padding: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  border-bottom: solid 1px rgba(255, 255, 255, .1);
}
.navigat-list li {
  margin-bottom: 10px;
}
.footer-desc {
  padding: 25px 0;
}
.footer-desc a {
  color: #fff;
}
.footer-desc a:hover {
  color: #fff;
}
.footer-desc .container {
  display: flex;
  align-items: center;
}
.footer-logo {
  width: 15%;
  padding: 0 30px 0 0;
  min-width: 150px;
}
.footer-desc p {
  width: 70%;
  text-align: center;
}
.footer-soc {
  list-style: none;
  width: 15%;
  padding: 0 0 0 30px;
  margin: 0;
}
.footer-soc a {
  background-repeat: no-repeat;
  height: 34px;
  width: 34px;
  display: block;
}
.footer-soc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
}
.footer-soc li {
  margin: 0 5px;
}
.footer-soc a:hover {
  opacity: 0.5;
}
.icon-facebook2 {
  background-image: url(images/icon-facebook2.svg);
}
.icon-twitter2 {
  background-image: url(images/icon-twitter2.svg);
}
.icon-google {
  background-image: url(images/icon-google.svg);
}
.carousel_employee img {
  display: inline-block !important;
}
.carousel_employee .slide-item:hover {
  opacity: 0.8;
}
.carousel_employee .slick-prev {
  background: url(images/left-arrow-inactive.png) center center no-repeat;
  background-size: 16px 56px;
  width: 16px;
  height: 56px;
  cursor: pointer;
  position: absolute;
  font-size: 0;
  border: 0;
  top: 10px;
  left: -10px;
  outline: none;
  z-index: 1;
}
.carousel_employee .slick-next {
  background: url(images/right-arrow-inactive.png) center center no-repeat;
  background-size: 16px 56px;
  width: 16px;
  height: 56px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: -10px;
  z-index: 1;
  font-size: 0;
  border: 0;
  outline: none;
}
.carousel_employee .slick-next:hover {
  background: url(images/right-arrow-active.png) center center no-repeat;
  background-size: 16px 56px;
}
.carousel_employee .slick-prev:hover {
  background: url(images/left-arrow-active.png) center center no-repeat;
  background-size: 16px 56px;
}
@media ( max-width:999px) {
  .carousel_employee .slick-next {
    right: 60px
  }
  .carousel_employee .slick-prev {
    left: 60px
  }
}
@media (max-width: 768px) {
  .navigat-list {
    flex-wrap: wrap;
  }
  .navigat-list__col {
    width: 50%;
    margin: 0 0 10px;
  }
  .footer-desc {
    padding: 30px 0;
  }
  .footer-desc .container {
    flex-direction: column;
    text-align: center;
  }
  .footer-logo {
    padding: 0 0 20px;
    width: 100%;
  }
  .footer-desc p {
    max-width: 350px;
    width: 100%;
  }
  .footer-soc {
    padding: 30px 0 0;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width:550px) {
  .footer-line .container {
    flex-direction: column;
  }
  .footer-line__info {
    margin: 0 0 10px;
  }
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  background: #d0cfd5;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 3px 0 #d0cfd5, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 #d0cfd5, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 #d0cfd5, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  margin-top: 20px;
  -webkit-box-shadow: 0 -3px 0 #d0cfd5, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 #d0cfd5, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 #d0cfd5, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-handle {
  width: 32px;
  height: 36px;
  border-radius: 6px;
  background: #d0cfd5 url('images/slider-handle.svg') 50% 50% no-repeat;
  border-color: #d0cfd5;
}
.twentytwenty-right-arrow {
  border: none;
}
.twentytwenty-left-arrow {
  border: none;
}
/* contact form */

.contact_form .name_email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact_form .name_email .name {
  width: 50%;
  padding-right: 15px;
}
.contact_form .name_email .email {
  width: 50%;
}
.contact_form label {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  margin-bottom: 5px;
  ;
}
.contact_form input {
  display: block;
  width: 100%;
  height: 55px;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  margin-bottom: 10px;
}
.contact_form input:not(:focus) {
  color: #979797;
}
.contact_form input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #979797;
}
.contact_form input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #979797;
}
.contact_form input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #979797;
}
.contact_form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #979797;
}
.contact_form textarea {
  border-radius: 8px;
  ;
}
.contact_form input[type="submit"] {
  color: #fafafa;
  border-color: #fafafa;
  background: transparent;
  border-radius: 50px;
  width: 100%;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  outline: 0;
  height: 50px;
  padding: 0 35px;
  margin-top: 42px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-clip: padding-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact_form input[type="submit"]:hover {
  background-color: #bd1b00;
}
div.wpcf7 .screen-reader-response {
  position: static;
  height: auto;
  width: auto;
  font-size: 18px;
  color: #fff;
}
div.wpcf7 .screen-reader-response ul {
  display: none;
}
span.wpcf7-not-valid-tip {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}
@media (max-width:1024px) {
  .contact_form .name_email {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact_form .name_email .name {
    width: 100%;
    padding-right: 0;
  }
  .contact_form .name_email .email {
    width: 100%;
  }
}
/* Timeline begin*/

.timeline-main-title,
.timeline-year,
.timeline-meta {
  display: none;
}
.ultimate-style .timeline-post .timeline-content .content-title {
  color: #333;
  padding: 8px 10px;
  border-radius: 4px;
  display: inline-block;
}
.ultimate-style .timeline-post .timeline-content .content-title:before {
  border: 8px solid transparent;
  right: -27px;
  top: 9px;
}
.ultimate-style .timeline-post.even .timeline-content .content-title:before,
.ultimate-style.one-sided .timeline-post .timeline-content .content-title:before {
  border: 8px solid transparent;
  left: -15px;
}
.ultimate-style .timeline-post .timeline-content .content-title:before {
  right: -15px;
}
.design-2 .cool-timeline *,
.cool-timeline .timeline-post .timeline-content h2.content-title,
.ctl-popup-content h2,
.cool-timeline .timeline-post .timeline-content .content-details,
.ctl-popup-content {
  font-family: "Proxima Nova" !important;
}
.timeline-post.odd {
  text-align: right;
}
.cool-timeline.white-timeline:before,
.cool-timeline.white-timeline.one-sided:before {
  background: #e0e0e0;
  background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0, #e0e0e0 8%, #e0e0e0 92%, rgba(80, 80, 80, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e0e0e0), color-stop(100%, #7db9e8));
  background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0, #e0e0e0 8%, #e0e0e0 92%, rgba(80, 80, 80, 0) 100%);
  background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0, #e0e0e0 8%, #e0e0e0 92%, rgba(80, 80, 80, 0) 100%);
  background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0, #e0e0e0 8%, #e0e0e0 92%, rgba(80, 80, 80, 0) 100%);
  background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0, #e0e0e0 8%, #e0e0e0 92%, rgba(80, 80, 80, 0) 100%);
}
.cool-timeline .timeline-post .icon-dot-full,
.cool-timeline.one-sided .timeline-post .icon-dot-full {
  border-radius: 8px;
  border: 4px solid #1b998b;
  margin: 7px 0 0 -10px;
}
.cool-timeline.white-timeline .timeline-post.even .icon-dot-full,
.cool-timeline.one-sided.white-timeline .timeline-post.even .icon-dot-full,
.cool-timeline.white-timeline .timeline-post.odd .icon-dot-full,
.cool-timeline.one-sided.white-timeline .timeline-post .icon-dot-full {
  background: #ffffff;
}
.cool-timeline .timeline-post {
  margin-bottom: 25px;
}
.ultimate-style .timeline-post .timeline-content {
  width: 300px;
  display: inline-block;
  max-width: 100%;
}
.ultimate-style .timeline-post .timeline-content .content-details {
  padding: 10px 0 0 10px;
  line-height: 1.5;
}
.timeline-post.odd .ultimate-style .timeline-post .timeline-content .content-details {
  padding: 15px 10px 0 0;
}
.cool-timeline-wrapper {
  max-width: 950px;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width:860px) {
  .cool-timeline:before,
  .multiline-timeline .timeline-post:before {
    left: 50%;
  }
  .cool-timeline .timeline-post .timeline-icon {
    left: 50%;
    margin: 22px 0 0;
  }
  .cool-timeline .timeline-post.even {
    margin-left: 50%;
    margin-bottom: 25px;
    padding: 0 0 5px 30px;
  }
  .cool-timeline.white-timeline .timeline-post.odd .timeline-content .content-title:before {
    border-right-color: transparent;
    border-left-color: #dedede;
    left: auto
  }
  .cool-timeline .timeline-post {
    width: 50%;
    padding: 0 0 5px 30px;
  }
  .cool-timeline .timeline-post.odd {
    width: 50%;
    padding: 0 30px 5px 0;
  }
  .ultimate-style .timeline-post .timeline-content .content-title:before,
  .ultimate-style .timeline-post.even .timeline-content .content-title:before {
    top: 9px;
  }
  .cool-timeline .timeline-post .timeline-icon {
    left: 50%;
    margin: 7px 0 0 -10px;
  }
  .cool-timeline .timeline-post,
  .cool-timeline .timeline-post.even {
    width: 50%;
  }
}
@media (max-width: 660px) {
  .cool-timeline .timeline-post,
  .cool-timeline .timeline-post.even {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    margin: 0 0 40px;
  }
  .ultimate-style .timeline-post .timeline-content {
    width: 570px;
  }
  .cool-timeline .timeline-post.odd {
    width: 100%;
    padding: 0;
  }
  .cool-timeline .timeline-post .timeline-icon {
    margin: -40px 0 0 -10px;
    border-radius: 50%;
  }
  .cool-timeline.white-timeline .timeline-post.odd .timeline-content .content-title:before,
  .cool-timeline.white-timeline .timeline-post.even .timeline-content .content-title:before {
    border-right-color: transparent;
    border-left-color: #dedede;
    left: 50%;
    bottom: 100%;
    top: auto;
    right: auto;
    border-bottom: 8px solid #dedede;
    border-left: 8px solid transparent;
    margin: 0 0 0 -8px;
  }
  .ultimate-style .timeline-post .timeline-content .content-details {
    background: rgb(245, 245, 245);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
    padding: 15px;
    margin: 10px 0 0 0;
  }
  .cooltimeline_cont {
    padding: 30px 0 10px;
  }
  .cool-timeline-wrapper {
    padding: 0 0 20px;
  }
}
/* Timeline end*/

@media (min-width:720px) {
  .updates_column_scroll {
    height: 1200px;
    overflow-y: scroll;
  }
}
.btn-full.elementor-widget-button a.elementor-button {
  min-width: 230px;
  padding: 12px 15px;
}
@media (max-width:1024px) {
  .btn-full.elementor-widget-button {
    text-align: center;
  }
}
.rss_feed_link a {
  color: #1b998b !important;
}
.rss_feed_link a:hover {
  color: #0c423c !important;
}
.elementor .img-circle img {
  border-radius: 50%;
}
.side_bar_nav_links a:hover {
  color: #939393 !important;
}
@media ( max-width:1024px) {
  .updates_column_scroll {
    width: 100% !important;
  }
  .hidden_on_tablet {
    display: none !important;
    width: 0px !important;
  }
}
.elementor .tab-full img {
  max-width: 50%;
  margin-bottom: 20px;
}
@media (max-width:768px) {
  .elementor .tab-full img {
    max-width: 100%;
  }
}
/* popup */

.popup {
  display: none;
  background: #f6f6f6;
  border-radius: 6px;
  padding: 0;
  width: 640px;
  font: 400 16px/1.5 "Montserrat", Arial, Helvetica, sans-serif;
}
.popup__heading {
  font-size: 18px;
  padding: 20px;
  border-bottom: 1px solid #dbdbdb;
}
.popup__cont {
  padding: 20px 20px 0;
  background: #fff;
}
.popup label {
  color: rgba(74, 74, 74, 0.8);
  font-weight: 700;
  margin: 0 0 24px;
  display: block;
}
.popup input:not([type="submit"]),
.popup select,
.popup textarea {
  padding: 4px 7px;
  font-size: 14px;
  box-shadow: rgba(10, 10, 10, 0.1) 0px 1px 2px inset;
  width: 100%;
  margin: 7px 0 0 0;
  line-height: 1.5;
  height: 31px;
}
.popup select:focus,
.popup select:active,
.popup input:focus,
.popup input:active,
.popup textarea:focus,
.popup textarea:active {
  border-color: #ef4a25;
  -webkit-box-shadow: 0 0 0 0.125em rgba(239, 74, 37, 0.25);
  box-shadow: 0 0 0 0.125em rgba(239, 74, 37, 0.25);
}
.popup input[type="submit"]:hover {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.popup input[type="submit"],
.popup .btn {
  font: 400 14px/1.5 "Montserrat", Arial, Helvetica, sans-serif;
  padding: 5px 9px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.popup select {
  color: #979797;
  padding: 4px 40px 4px 7px;
}
.form-row {
  margin: 0 -12px;
  display: flex;
}
.form-cell {
  padding: 0 12px;
  width: 50%;
}
.popup textarea {
  height: 120px;
}
label span {
  color: rgb(239, 74, 37);
  font-size: 20px;
  font-weight: 400;
}
.select-holder .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.select-holder .wpcf7-form-control-wrap:after {
  content: " ";
  border: 1px solid #ef4a25;
  border-right: 0;
  border-top: 0;
  display: block;
  height: 7px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 7px;
  margin-top: -6px;
  right: 15px;
  top: 50%;
  z-index: 4;
}
.select-holder select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.fancybox-close-small {
  background: rgba(10, 10, 10, 0.2);
  color: #fff;
  height: 20px;
  padding: 0px;
  right: 20px;
  top: 24px;
  width: 20px;
  border-radius: 50%;
}
.fancybox-close-small svg {
  stroke-width: 3px;
}
.popup__footer {
  background: #f6f6f6;
  margin: 0 -20px;
  padding: 20px;
  border-top: 1px solid #dbdbdb;
}
.popup .popup-close {
  background: #fff;
  color: #363636;
}
.popup div.wpcf7 .ajax-loader {
  display: none;
}
.popup input[type="submit"] {
  margin: 0 10px 0 0;
}
.popup .wpcf7-not-valid-tip,
.popup div.wpcf7 .screen-reader-response,
.popup div.wpcf7-validation-errors,
.popup div.wpcf7-acceptance-missing {
  background-color: #ff3860;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  padding: 0 9px;
  width: max-content;
  max-width: 100%;
  line-height: 1.5;
  border: none;
}
.popup .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  display: none !important;
}
.captcha {
  margin-bottom: 20px;
}
@media (max-width:768px) {
  .form-row {
    flex-wrap: wrap;
  }
  .form-cell {
    width: 100%;
  }
}
/* popup design-2 */

.design-2 .popup {
  font: 400 18px/1.6 "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.design-2 .popup label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}
body.design-2 .popup {
  width: 600px;
}
body.design-2 .popup__cont {
  padding: 33px 48px 48px 45px;
}
body.design-2 .popup__cont .wpcf7-form label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
}
body.design-2 .popup__cont .wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  margin: 10px 0 0 15px;
  padding: 5px 10px;
  z-index: 40;
  color: #fff;
  background: rgba(239, 37, 37, .6);
  border-radius: 0 4px 4px 4px;
  text-transform: none;
}
body.design-2 .popup__cont select {
  padding: 6px 30px;
  background-color: #FAFAFA;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 400;
  height: 55px;
  margin-bottom: 0;
  width: 100%;
  border: 1px solid #ddd;
  font-family: sans-serif;
  outline: none;
  box-shadow: none;
}
body.design-2 .popup__cont input:not([type="submit"]) {
  padding: 6px 20px;
  background-color: #FAFAFA;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 400;
  height: 55px;
  margin-bottom: 0;
  width: 100%;
  color: #333;
  border: 1px solid #ddd;
  font-family: sans-serif;
  outline: none;
  box-shadow: none;
}
body.design-2 .popup__cont textarea {
  padding: 6px 20px;
  background-color: #FAFAFA;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  width: 100%;
  border: 1px solid #ddd;
  font-family: sans-serif;
  outline: none;
  box-shadow: none;
}
body.design-2 .popup__cont input[type="submit"] {
  padding: 4px 7px;
  margin-top: -15px;
  background-color: #EE4632;
  color: #fff !important;
  font-weight: 700;
  padding: 0 35px;
  border-radius: 6px;
  text-align: center;
  width: 100%;
  box-shadow: inset 0 -2px 0 0 rgba(40, 57, 70, .2);
  height: 50px;
}
body.design-2 .screen-reader-response {
  display: none;
}
body.design-2 .popup__cont input[type="submit"]:hover {
  background-color: #db2812;
  transform: translateY(0);
}
body.design-2 .popup__cont input:not([type="submit"])::-webkit-input-placeholder {
  color: #979797;
}
body.design-2 .popup__cont input:not([type="submit"]):-ms-input-placeholder {
  color: #979797;
}
body.design-2 .popup__cont input:not([type="submit"])::-ms-input-placeholder {
  color: #979797;
}
body.design-2 .popup__cont input:not([type="submit"])::placeholder {}
body.design-2 .popup__cont input:not(:focus),
body.design-2 .popup__cont textarea:not(:focus) {
  color: #979797;
}
body.design-2 .fancybox-close-small svg {
  display: none;
}
body.design-2 .fancybox-close-small {
  height: 30px;
  width: 30px;
  background: url(images/close-x-modal.svg) center center;
  ;
  opacity: 0.2;
  top: 10px;
}
.single-page_container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.elementor-text-editor {
  word-wrap: break-word;
}
#whitepaper .popup__cont {
  padding: 48px;
}
#whitepaper .popup__cont h4 {
  text-align: center;
  font-size: 24px;
  color: #363636;
}
#whitepaper .popup__cont p {
  margin-bottom: 16px;
}
#whitepaper .popup__cont form input[type="submit"] {
  margin: 0 auto;
  display: block;
}
#whitepaper .popup__cont .images {
  display: flex;
  justify-content: space-between;
}
/* pricing tabs */

.prcingTabs section.elementor-section-boxed .tab-head-item {
  position: relative;
  padding-left: 45px
}
.prcingTabs section.elementor-section-boxed .tab-head-item:before {
  content: '';
  height: 26px;
  width: 30px;
  background: url(images/icon-unchecked.svg) left top no-repeat;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.prcingTabs section.elementor-section-boxed.active .tab-head-item:before {
  background-image: url(images/icon-checked.svg);
}
.prcingTabs section.elementor-section-boxed .elementor-column-wrap {
  position: relative;
}
.prcingTabs section.elementor-section-boxed.active .elementor-column-wrap {
  border-color: #fff;
}
.prcingTabs section.elementor-section-boxed.active .elementor-element:hover > .elementor-element-populated {
  box-shadow: none;
}
.prcingTabs section.elementor-section-boxed.active .elementor-element-populated {
  border: 1px solid #ef4a25;
}
.prcingTabs section.elementor-section-boxed.active .elementor-column-wrap:after {
  content: '';
  width: 26px;
  position: absolute;
  top: -1px;
  border-top: 1px solid #ef4a25;
  border-bottom: 1px solid #ef4a25;
  bottom: -1px;
  z-index: 99;
  left: 100%;
  background: #fff;
}
.prcingTabs .pro_start:before {
  z-index: 1;
  top: auto;
  bottom: 8px;
}
.tabsContentPricing section.hidden {
  display: none;
}
.prcingTabs section.elementor-section-boxed:hover {
  cursor: pointer;
}
.prcingTabs section.elementor-section-boxed:last-child:hover {
  cursor: default;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .pricing-table-head .elementor-row > .elementor-element.elementor-column.elementor-inner-column {
    width: 50%;
  }
}
.tab-head-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width:950px) and (min-width:768px) {
  .prcingTabs section.elementor-section-boxed .elementor-element > .elementor-element-populated {
    padding: 15px 10px 15px 10px;
  }
  .tab-head-item__price .price {
    font-size: 23px !important;
  }
  .prcingTabs section.elementor-section-boxed .tab-head-item {
    padding-left: 35px;
  }
}
@media (max-width:768px) {
  .prcingTabs section.elementor-section-boxed.active .elementor-column-wrap:after {
    display: none;
  }
}
.tel-icon a {
  position: relative;
}
.tel-icon a:before {
  content: '';
  position: absolute;
  left: -25px;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(images/tel-icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/*Custom*/
@media screen and (min-width: 1024px) {
.main_wrapper {
  padding-top: 80px;
}
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
}

/*------------------
   Date: 8.29.2018
   Travis Halff
--------------------*/

/* IMAGE REVEAL ANIMATION */

.fs-image-reveal-animation {
  position: relative;
  width: 270px;
  height: 270px;
}
.fs-image-reveal-animation::before {
  width: 270px;
  height: 205px;
  border-top-right-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -102.5px;
  z-index: -1;
  content: '';
}
.fs-reveal-wrap {
  position: absolute;
  left: -45px;
  top: 135px;
  width: 270px;
  height: 270px;
  transform: rotate(-45deg);

  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
      -ms-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;

  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
      -ms-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;

  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
      -ms-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;

  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
      -ms-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;

  -webkit-transform-origin: 0% 0%;
     -moz-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
       -o-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  overflow: hidden;
}
.animation-start .fs-image-reveal-pixelated::before {
  bottom: 0;
  animation-name: fs-reveal-scanner;
  -webkit-animation-name: fs-reveal-scanner;
}
.animation-start .fs-image-reveal-color::before {
  bottom: 0;
  animation-name: fs-reveal-scanner-reverse;
  -webkit-animation-name: fs-reveal-scanner-reverse;
  -webkit-animation-delay: 3s;
     -moz-animation-delay: 3s;
       -o-animation-delay: 3s;
          animation-delay: 3s;
}
.fs-image-reveal-pixelated::before,
.fs-image-reveal-color::before {
  height: 1px;
  width: 0;
  position: absolute;
  left: 50%;
  background-color: #d8d8d8;
  transform: translate(-50%);
  display: block;
  content: '';
  z-index: 4;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
      -ms-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;

  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
      -ms-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;

  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
      -ms-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;

  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
      -ms-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;

  -webkit-transform-origin: 0% 0%;
     -moz-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
       -o-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
.fs-image-reveal {
  position: absolute;
  left: -10px;
  top: 25px;
  width: 270px;
  height: 205px;
  transform: rotate(45deg);
  transform-origin: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fs-image-reveal-black {
  z-index: 2;
}

.animation-start .fs-image-reveal-color {
  -webkit-animation-name: fs-reveal-end;
     -moz-animation-name: fs-reveal-end;
      -ms-animation-name: fs-reveal-end;
       -o-animation-name: fs-reveal-end;
          animation-name: fs-reveal-end;
}

.animation-start .fs-image-reveal-pixelated {
  -webkit-animation-name: fs-reveal-start;
     -moz-animation-name: fs-reveal-start;
      -ms-animation-name: fs-reveal-start;
       -o-animation-name: fs-reveal-start;
          animation-name: fs-reveal-start;
}

.fs-image-reveal-color {
  z-index: 1;
  -webkit-transform-origin: 0% 0%;
     -moz-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
       -o-transform-origin: 0% 0%;
          transform-origin: 0% 0%;

  -webkit-animation-delay: 3s;
     -moz-animation-delay: 3s;
       -o-animation-delay: 3s;
          animation-delay: 3s;
}
.fs-image-reveal-pixelated {
  -webkit-transform-origin: 0% 0%;
     -moz-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
       -o-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  z-index: 3;

  -webkit-animation-delay: 0.5s;
     -moz-animation-delay: 0.5s;
       -o-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fs-image-reveal-color .fs-image-reveal {
  background-image: url('images/fs-butterfly-color-full.png');
}
.fs-image-reveal-black .fs-image-reveal {
  background-image: url('images/fs-butterfly-black-white.png');
}
.fs-image-reveal-pixelated .fs-image-reveal {
  background-image: url('images/fs-butterfly-pixelated.png');
}
@keyframes fs-reveal-scanner {
  0% {
    width: 0;
  }
  100% {
    width: 300px;
  }
}

@keyframes fs-reveal-scanner-reverse {
  0% {
    width: 300px;
  }
  65% {
    width: 250px;
  }
  100% {
    width: 0;
  }
}

@keyframes fs-reveal-start {
  0% {
    height: 270px;
    z-index: 3;
  }
  99% {
    height: 0;
    z-index: 3;
  }
  100% {
    height: 0;
    visibility: hidden;
    z-index: 1;
  }
}
@keyframes fs-reveal-end {
  0% {
    height: 0;
    z-index: 3;
  }
  99% {
    height: 270px;
    z-index: 3;
  }
  100% {
    height: 270px;
    z-index: 3;
  }
}
/* TEXT HIGHLIGHT ANIMATION */

.fs-highlight {
  position: relative;
  display: inline-block;
}
.fs-highlight:nth-child(4) {z-index: 2;}
.fs-highlight:nth-child(3) {z-index: 3;}
.fs-highlight:nth-child(2) {z-index: 4;}
.fs-highlight:nth-child(2) span.marker::before{
  height: 85px;
  width: 2px;
  background-color: white;
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  left: 0;
  transform-origin: 0 50%;
  transition: height 1s ease-in-out;
}
.fs-highlight span.marker {
  position: absolute;
  height: 70px;
  left: 0;
  top: 0;
  display: block;
  content: '';
  transform: skew(-17deg);
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
      -ms-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;

  -webkit-animation-duration: 2.5s;
     -moz-animation-duration: 2.5s;
      -ms-animation-duration: 2.5s;
       -o-animation-duration: 2.5s;
          animation-duration: 2.5s;

  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
      -ms-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;

  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
      -ms-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;

  -webkit-transform-origin: 11% 0% 0%;
     -moz-transform-origin: 11% 0% 0%;
      -ms-transform-origin: 11% 0% 0%;
       -o-transform-origin: 11% 0% 0%;
          transform-origin: 11% 0% 0%;
}
.fs-highlight:nth-child(3) span.marker::after {
  visibility: hidden;
  transition: all 0.1s ease-in-out 3.5s;
}
.fs-highlight:nth-child(4) span.marker::after {
  visibility: hidden;
  transition: all 0.1s ease-in-out 5s;
}
.fs-highlight-api span.marker {background-color: #ffd238;}
.fs-highlight-transform span.marker {background-color: #00a2ff;}
.fs-highlight-file span.marker{background-color: #c820ff;}
.fs-highlight-api .fs-highlight-tooltip  {color: #ffd238;}
.fs-highlight-transform .fs-highlight-tooltip  {color: #00a2ff;}
.fs-highlight-file .fs-highlight-tooltip  {color: #c820ff;}
.fs-highlight-api .fs-highlight-tooltip::before  {border-bottom-color: #ffd238;}
.fs-highlight-transform .fs-highlight-tooltip::before  {border-bottom-color: #00a2ff;}
.fs-highlight-file .fs-highlight-tooltip::before {border-bottom-color: #c820ff;}
.fs-highlight-tooltip::before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-width: 6px;
  margin-left: -6px;
}
.fs-highlight-tooltip {
  position: absolute;
  left: 50%;
  bottom: -40px;
  padding-top: 10px;
  white-space: nowrap;
  opacity: 0;
  transform: translate(-50%, 100%);
  -webkit-transform: translate(-50%, 100%);
  letter-spacing: 0.5px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.fs-highlight.animation-start .fs-highlight-tooltip {
  opacity: 1;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.fs-highlight span.marker::after {
  height: 85px;
  width: 2px;
  background-color: white;
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  transform-origin: 0 50%;
  transition: height 1s ease-in-out;
}
.fs-highlight span.marker::after {
  right: -1px;
}
.fs-highlight-animation {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 22px;
  line-height: 70px;
  font-family: 'Montserrat', sans-serif;
}
.fs-highlight-animation mark {
  display: inline-block;
  color: white;
}
mark.fs-text {
  position: relative;
  color: white;
  display: block;
  z-index: 2;
  padding: 0;
  background: transparent;
}
mark.fs-text:after {
  content: '\00a0';
  display: inline-block;
}
mark.fs-text:before {
  content: '\00a0';
  display: inline-block;
}
.fs-highlight.fs-hidden span.marker {
  width: 0;
}
.fs-highlight:nth-child(2).fs-hidden span.marker::before,
.fs-highlight:nth-child(2).fs-hidden span.marker::after {
  height: 0px;
}
.fs-highlight:nth-child(2).animation-start span.marker::before,
.fs-highlight:nth-child(2).animation-start span.marker::after {
  height: 85px;
}
.fs-highlight:nth-child(3).animation-start span.marker::after,
.fs-highlight:nth-child(4).animation-start span.marker::after {
  visibility: visible;
}
.fs-highlight.animation-start span.marker {
  animation: fs-highlight 2.5s 1 forwards;
  -webkit-animation: fs-highlight 2.5s 1 forwards;
}
.fs-highlight.fs-highlight-api mark.fs-text {transition: color 1s ease-in-out 1s;}
.fs-highlight.fs-highlight-transform mark.fs-text {transition: color 1s ease-in-out 2.5s;}
.fs-highlight.fs-highlight-file mark.fs-text {transition: color 1s ease-in-out 4.5s;}
.fs-highlight.fs-highlight-api .fs-highlight-tooltip {transition: all 1s ease-in-out 1.5s;}
.fs-highlight.fs-highlight-transform .fs-highlight-tooltip {transition: all 1s ease-in-out 3s;}
.fs-highlight.fs-highlight-file .fs-highlight-tooltip {transition: all 1s ease-in-out 5s;}
.fs-highlight.fs-highlight-api span.marker {
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
}
.fs-highlight.fs-highlight-transform span.marker {
  -webkit-animation-delay: 3s;
     -moz-animation-delay: 3s;
       -o-animation-delay: 3s;
          animation-delay: 3s;
}
.fs-highlight.fs-highlight-file span.marker {
  -webkit-animation-delay: 5s;
     -moz-animation-delay: 5s;
       -o-animation-delay: 5s;
          animation-delay: 5s;
}
.fs-highlight.animation-start mark.fs-text {
  color: black;
}
.fs-highlight-tooltip {
  position: absolute;
}
@keyframes fs-highlight {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.fs-broken-doc {
  width: 265px;
  height: 332px;
  background: url('images/bad-doc.png') no-repeat;
}

.fs-broken-doc.animation-start {
  -webkit-animation: broken-doc 2.2s steps(13) forwards;
     -moz-animation: broken-doc 2.2s steps(14) infinite;
      -ms-animation: broken-doc 2.2s steps(14) infinite;
       -o-animation: broken-doc 2.2s steps(14) infinite;
          animation: broken-doc 2.2s steps(13) forwards;
}

@-webkit-keyframes broken-doc {
  from { background-position: 0px; }
  to { background-position: -3445px; }
}

@-moz-keyframes broken-doc {
  from { background-position: 0px; }
  to { background-position: -3710px; }
}

@-o-keyframes broken-doc {
  from { background-position: 0px; }
  to { background-position: -3710px; }
}

@keyframes broken-doc {
  from { background-position: 0px; }
  to { background-position: -3445px; }
}

.fs__pixelate {
  position: relative;
  width: 329px;
  height: 429px;
  display: inline-block;
}
.fs_pixelate-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}
.fs_pixelate-layer.fs_layer-pixels {
  z-index: 2;
  overflow: hidden;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
      -ms-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;

  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
      -ms-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;

  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
      -ms-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;

  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
      -ms-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;

       -webkit-animation-delay: 1s;
          -moz-animation-delay: 1s;
            -o-animation-delay: 1s;
               animation-delay: 1s;

  -webkit-transform-origin: 0% 0%;
     -moz-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
       -o-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
.fs_pixelate-layer.fs_layer-pixels::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 329px;
  height: 429px;
  display: block;
  content: '';
  background-image: url(images/fs-doc-pixelated.jpg);
}
.fs_pixelate-layer.fs_layer-pixels::after {
  width: calc(100% + 10px);
  position: absolute;
  height: 1px;
  background-color: #ccc;
  bottom: 0;
  left: -5px;
  display: block;
  content: '';
}
.fs_pixelate-layer.fs_layer-original {
  background-image: url(images/fs-doc-orginal.jpg);
  z-index: 1;
}
.fs__pixelate.fs-animate.animation-start .fs_pixelate-layer.fs_layer-pixels {
  -webkit-animation-name: fs-pixelate-reveal;
     -moz-animation-name: fs-pixelate-reveal;
      -ms-animation-name: fs-pixelate-reveal;
       -o-animation-name: fs-pixelate-reveal;
          animation-name: fs-pixelate-reveal;
}

@keyframes fs-pixelate-reveal {
  0% {
    height: 429px;
  }
  100% {
    height: 0px;
  }
}

.fs__slider {
  position: relative;
  width: 100%;
}
.fs__slider-items {
  margin-bottom: 50px;
  min-height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fs__slider-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.fs__slider-item img{
  display: inline-block;
  max-width: 100%;
  height: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.fs__slider-toggle a::before {
  display: block;
  position: absolute;
  content: '';
  bottom: 0;
  height: 4px;
  width: 0;
  border-radius: 2px;
  background-color: #ef4a25;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transition: all 0.2s ease-in-out;
}
.fs__slider-toggle .fs__slider-activelink::before {
  width: 100%;
}
.fs__slider-nav {
  text-align: center;
  display: block;
}
.fs__slider-toggle {
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
  margin: 0 15px;
}
.fs__slider-toggle a {
  display: block;
}
.fs__slider-active{display: block;}
.fs__slider-hide{display: none;}
.test_class { font-weight: 400; }
