/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
/*
 * Addon Fonts
 * --------------------------------------------------
 */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/web/Poppins/Poppins-Thin.woff2") format("woff2"), url("../fonts/web/Poppins/Poppins-Thin.woff") format("woff"), url("../fonts/web/Poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/web/Poppins/Poppins-ThinItalic.woff2") format("woff2"), url("../fonts/web/Poppins/Poppins-ThinItalic.woff") format("woff"), url("../fonts/web/Poppins/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/web/Poppins/Poppins-Regular.woff2") format("woff2"), url("../fonts/web/Poppins/Poppins-Regular.woff") format("woff"), url("../fonts/web/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/web/Poppins/Poppins-LightItalic.woff2") format("woff2"), url("../fonts/web/Poppins/Poppins-LightItalic.woff") format("woff"), url("../fonts/web/Poppins/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/web/Poppins/Poppins-SemiBoldItalic.woff2") format("woff2"), url("../fonts/web/Poppins/Poppins-SemiBoldItalic.woff") format("woff"), url("../fonts/web/Poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/web/Poppins/Poppins-Light.woff2") format("woff2"), url("../fonts/web/Poppins/Poppins-Light.woff") format("woff"), url("../fonts/web/Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/web/Poppins/Poppins-MediumItalic.woff2") format("woff2"), url("../fonts/web/Poppins/Poppins-MediumItalic.woff") format("woff"), url("../fonts/web/Poppins/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/web/Poppins/Poppins-Medium.woff2") format("woff2"), url("../fonts/web/Poppins/Poppins-Medium.woff") format("woff"), url("../fonts/web/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/web/Poppins/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/web/Poppins/Poppins-SemiBold.woff") format("woff"), url("../fonts/web/Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/web/Poppins/Poppins-BoldItalic.woff2") format("woff2"), url("../fonts/web/Poppins/Poppins-BoldItalic.woff") format("woff"), url("../fonts/web/Poppins/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/web/Poppins/Poppins-Black.woff2") format("woff2"), url("../fonts/web/Poppins/Poppins-Black.woff") format("woff"), url("../fonts/web/Poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/web/Poppins/Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/web/Poppins/Poppins-ExtraLight.woff") format("woff"), url("../fonts/web/Poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/web/Poppins/Poppins-BlackItalic.woff2") format("woff2"), url("../fonts/web/Poppins/Poppins-BlackItalic.woff") format("woff"), url("../fonts/web/Poppins/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/web/Poppins/Poppins-Bold.woff2") format("woff2"), url("../fonts/web/Poppins/Poppins-Bold.woff") format("woff"), url("../fonts/web/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/web/Poppins/Poppins-Italic.woff2") format("woff2"), url("../fonts/web/Poppins/Poppins-Italic.woff") format("woff"), url("../fonts/web/Poppins/Poppins-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/web/Poppins/Poppins-ExtraLightItalic.woff2") format("woff2"), url("../fonts/web/Poppins/Poppins-ExtraLightItalic.woff") format("woff"), url("../fonts/web/Poppins/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/web/Poppins/Poppins-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/web/Poppins/Poppins-ExtraBoldItalic.woff") format("woff"), url("../fonts/web/Poppins/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/web/Poppins/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/web/Poppins/Poppins-ExtraBold.woff") format("woff"), url("../fonts/web/Poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*
 * Sprite Icons
 * --------------------------------------------------
 */
[class^=sprite-] {
  display: inline-block;
  background: transparent url("../images/icons.png") no-repeat 0 0;
  height: 20px;
  width: 20px;
}

/*
 * Icons Font
 * --------------------------------------------------
 */
@font-face {
  font-family: "4axis";
  src: url("../fonts/icons/font/4axis.eot");
  src: url("../fonts/icons/font/4axis.eot?7owxvq#iefix") format("embedded-opentype"), url("../fonts/icons/font/4axis.woff2?7owxvq") format("woff2"), url("../fonts/icons/font/4axis.woff?7owxvq") format("woff"), url("../fonts/icons/font/4axis.ttf?7owxvq") format("truetype"), url("../fonts/icons/font/4axis.svg?7owxvq#4axis") format("svg");
  font-style: normal;
  font-weight: 400;
}
.icon, .social-share .dot-irecommendthis-count:before, .bootstrap-select .btn .caret:before, [class^=icon-]:before, [class*=" icon-"]:before {
  display: inline-block;
  font-family: "4axis" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: -0.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-amazon::before {
  content: "\ea01";
}

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

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

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

.icon-apple::before {
  content: "\ea05";
}

.icon-chplay::before {
  content: "\ea06";
}

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

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

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

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

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

.icon-huawei::before {
  content: "\ea0c";
}

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

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

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

.icon-oculus::before {
  content: "\ea10";
}

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

.icon-pinterest-circled::before {
  content: "\ea12";
}

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

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

.icon-upload-cloud::before {
  content: "\ea15";
}

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

.mousewheel {
  height: 30px;
  width: 19px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #FFF;
  position: relative;
  display: inline-block;
}
.mousewheel:before {
  position: absolute;
  top: 7px;
  left: 7px;
  content: "";
  border-radius: 50%;
  width: 3px;
  height: 3px;
  display: inline-block;
  background-color: #FFF;
  -webkit-animation: mousewheel 1.2s ease infinite;
          animation: mousewheel 1.2s ease infinite;
}

@-webkit-keyframes mousewheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}

@keyframes mousewheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
/*
 * Toggle Menu
 * --------------------------------------------------
 */
#toggleMenu {
  display: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 9px 9px 7px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0px solid #909091;
  margin: 0;
  overflow: visible;
  float: right;
  margin-top: 8px;
  margin-right: -7px;
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 26px;
  height: 12px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 26px;
  height: 3px;
  background-color: #666666;
  border-radius: 2px;
  position: absolute;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9px;
}

.hamburger-inner::after {
  bottom: -9px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#toggleMenu:checked + header .hamburger--squeeze .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

#toggleMenu:checked + header .hamburger--squeeze .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

#toggleMenu:checked + header .hamburger--squeeze .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dm-uploader {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dm-uploader .btn {
  position: relative;
  overflow: hidden;
}

.dm-uploader .btn input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

@-webkit-keyframes shining {
  10% {
    opacity: 0.6;
    width: 84px;
    height: 84px;
  }
  40% {
    opacity: 0.4;
  }
  70% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
    height: 296px;
    width: 296px;
  }
}

@keyframes shining {
  10% {
    opacity: 0.6;
    width: 84px;
    height: 84px;
  }
  40% {
    opacity: 0.4;
  }
  70% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
    height: 296px;
    width: 296px;
  }
}
/**
* @include opacity($opacity);
* @include retina('my_image.png', 3, 100px 50px, center center no-repeat);
* @include text-overflow();
* @include box-shadow($shadow...);
* @include content-columns($column-count, $grid-gutter-width);
* @include placeholder($color: $input-color-placeholder);
* @include clearfix();
* @include center-block();
* @include gradient-horizontal($start-color: #555, $end-color: #333, $start-percent: 0%, $end-percent: 100%);
* @include gradient-vertical($start-color: #555, $end-color: #333, $start-percent: 0%, $end-percent: 100%);
* @include gradient-directional($start-color: #555, $end-color: #333, $deg: 45deg);
* @include gradient-horizontal-three-colors($start-color: #00b3ee, $mid-color: #7a43b6, $color-stop: 50%, $end-color: #c3325f);
* @include gradient-vertical-three-colors($start-color: #00b3ee, $mid-color: #7a43b6, $color-stop: 50%, $end-color: #c3325f);
* @include gradient-radial($inner-color: #555, $outer-color: #333);
* @include gradient-striped($color: rgba(255,255,255,.15), $angle: 45deg);
**/
/*
 * Basic Tweaks
 * --------------------------------------------------
 */
/* IE10 viewport hack for Surface/desktop Windows 8 bug */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
*:focus {
  outline: 0;
}

body,
html {
  min-height: 100vh;
  /* Prevent scroll on narrow devices */
}

a:active,
a:focus,
a:hover {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: "Poppins", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
}

b,
strong {
  font-weight: 600;
}

ul {
  padding-left: 20px;
}
ul li::marker {
  color: #7737de;
}

.hide {
  display: none !important;
}

.btn {
  border-radius: 5px;
  padding: 12px 47px;
  font-size: 16px;
}

.btn-lg {
  padding: 33px 87px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.text-success {
  color: #05AE0E;
}

.bootstrap-select .btn {
  background: none !important;
  border-radius: 0;
  border-width: 0 0 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 4px 25px 2px;
  text-transform: none;
  line-height: 1.47;
  padding: 7px 25px 4px;
}
.bootstrap-select .btn:active, .bootstrap-select .btn:hover {
  background: none !important;
  border-color: #7737de;
}
.bootstrap-select .btn .filter-option {
  width: auto !important;
}
.bootstrap-select .btn .caret {
  position: static !important;
  margin-top: -10px;
  margin-left: 0;
  border: none;
}
.bootstrap-select .btn .caret:before {
  color: #a3a3a3;
  content: "\f107";
  position: absolute;
  top: 13px;
}
.bootstrap-select.open .btn {
  background: none !important;
}
.bootstrap-select.open .btn, .bootstrap-select.open .btn:active, .bootstrap-select.open .btn:hover {
  border-color: #7737de !important;
}
.bootstrap-select.btn-group .dropdown-toggle:active, .bootstrap-select.btn-group.open .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0 !important;
  background: none !important;
}
.bootstrap-select .filter-option {
  text-align: center !important;
  color: #a3a3a3;
}

.form-control {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #2e2e2e;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFGmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDYgNzkuMTY0NzUzLCAyMDIxLzAyLzE1LTExOjUyOjEzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMyAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjItMTAtMjNUMjM6MDE6NDQrMDc6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIyLTEwLTIzVDIzOjAyOjIyKzA3OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTEwLTIzVDIzOjAyOjIyKzA3OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjkxYTMzYThkLWQ4ZTgtNDkxZS05ZjQ2LTY1MmQ5NmJjMDQyYSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5MWEzM2E4ZC1kOGU4LTQ5MWUtOWY0Ni02NTJkOTZiYzA0MmEiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5MWEzM2E4ZC1kOGU4LTQ5MWUtOWY0Ni02NTJkOTZiYzA0MmEiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjkxYTMzYThkLWQ4ZTgtNDkxZS05ZjQ2LTY1MmQ5NmJjMDQyYSIgc3RFdnQ6d2hlbj0iMjAyMi0xMC0yM1QyMzowMTo0NCswNzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjMgKE1hY2ludG9zaCkiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+RO3JZQAAAENJREFUCJljLDe/Z8AAARcYUIEBAwMDAxOUsx4mgCS5noGBgYEFqjMQKhCIpCGQgYHhAguS8TBFDDBJmAkMaIpQ3AMAaGENXYcWiUgAAAAASUVORK5CYII=) no-repeat right #fff;
  background-position: 97% 50%;
}

.text-danger {
  color: red;
}

a.text-danger:hover {
  color: red;
}

label {
  font-weight: 400;
}

.img-responsive {
  max-width: 100%;
}

img {
  height: auto;
}

blockquote {
  border: none;
}

.slick-next,
.slick-prev {
  z-index: 10;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.slick-next:hover,
.slick-prev:hover {
  background-color: rgb(255, 255, 255);
}
.slick-next:hover:before,
.slick-prev:hover:before {
  color: #7737de;
}

.slick-prev {
  left: 30px;
  padding-right: 2px;
}

.slick-next {
  right: 30px;
  padding-left: 2px;
}

.slick-dots {
  bottom: 30px;
}
.slick-dots li button:before {
  line-height: 10px;
}
.slick-dots li.slick-active button:before {
  font-size: 10px;
}

.dropdown-menu > li > a {
  color: #666;
}

.list-style-bullet, body.home-v2 .section-apps .app-description ul,
body.apps .section-apps .app-description ul {
  list-style-type: none;
  padding-left: 10px;
}
.list-style-bullet li, body.home-v2 .section-apps .app-description ul li,
body.apps .section-apps .app-description ul li {
  position: relative;
  padding-left: 16px;
}
.list-style-bullet li:before, body.home-v2 .section-apps .app-description ul li:before,
body.apps .section-apps .app-description ul li:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #7737de;
}
.list-style-bullet li + li, body.home-v2 .section-apps .app-description ul li + li,
body.apps .section-apps .app-description ul li + li {
  margin-top: 13px;
}

@media screen and (min-width: 1480px) {
  .container-xl {
    width: 1510px;
  }
}
.bg-gray {
  background-color: #f8f8f8;
}

.text-blue {
  color: #303297 !important;
}

.text-violet {
  color: #7737de !important;
}

.text-pink {
  color: #f65288 !important;
}

/*
 * Custom Styles
 * --------------------------------------------------
 */
body {
  padding-top: 80px;
}

.font-weight-heading {
  font-weight: 500 !important;
}
.font-weight-body {
  font-weight: 400 !important;
}

.checkbox {
  position: relative;
  margin: 10px 0;
}
.checkbox:hover {
  cursor: pointer;
}
.checkbox > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.checkbox .checkmark {
  border: 1px solid #a3a3a3;
  padding: 8px;
  position: relative;
  margin-right: 5px;
  background-color: #fff;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox]:checked ~ .checkmark:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 2px;
  background-color: #7737de;
}

.checkbox-list .checkbox {
  margin: 20px 0;
}

.badge.badge-lg {
  padding: 7px 13px;
  font-size: 18px;
}
.badge.badge-danger {
  background-color: #ffccc9;
  color: red;
}

#banner-cover {
  position: relative;
  min-height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: none !important;
}
#banner-cover .container, #banner-cover .container-xl {
  position: relative;
  z-index: 1;
}
#banner-cover .content {
  text-align: center;
}
#banner-cover .content h1 {
  font-size: 40px;
  font-weight: 400;
}
#banner-cover .content p {
  margin-bottom: 0;
}
#banner-cover .mouse {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: inline-block;
  width: 20px;
  height: 32px;
}

.body-wrap {
  padding-top: 90px;
}
.body-wrap .heading {
  text-align: center;
  margin-bottom: 72px;
  position: relative;
}
.body-wrap .heading > * {
  position: relative;
  z-index: 1;
}
.body-wrap .heading:before {
  content: "";
  width: 377px;
  height: 203px;
  background: transparent url("../images/submit_request_form_partern.png") no-repeat 0 0;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#submit_request_form {
  padding-bottom: 35px;
}
#submit_request_form [type=submit] {
  padding-left: 39px;
  padding-right: 39px;
  width: 140px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.journey .body-wrap {
  background: transparent url("../images/journey-bg.jpg") no-repeat center bottom;
  background-size: contain;
}

#timeline {
  position: relative;
}
#timeline:before, #timeline:after {
  content: " ";
  display: table;
}
#timeline:after {
  clear: both;
}
#timeline dl {
  position: relative;
  top: 0;
  padding: 0;
  margin: 0;
}
#timeline dl:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: 2px;
  margin-left: -1px;
  content: "";
  background-color: #d1e8fe;
}
#timeline dl:after {
  content: " ";
  display: table;
  clear: both;
  height: 100px;
  width: 100%;
  position: relative;
  z-index: 2;
  background: transparent url("../images/gradient_white_trans.png") repeat-x left bottom;
}
#timeline dl dd,
#timeline dl dt {
  position: relative;
  margin-bottom: 100px;
  z-index: 2;
}
#timeline dl dd:before, #timeline dl dd:after,
#timeline dl dt:before,
#timeline dl dt:after {
  content: " ";
  display: table;
}
#timeline dl dd:after,
#timeline dl dt:after {
  clear: both;
}
#timeline dl dt {
  position: relative;
  top: 0;
  z-index: 3;
  width: 100px;
  padding: 7px;
  margin: 0 auto 94px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #198cf8;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 300;
}
#timeline dl dt:last-of-type {
  width: 160px;
  margin-bottom: 0;
}
#timeline dl dd .circ {
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 2;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  background-color: #198cf8;
  border-radius: 50%;
}
#timeline dl dd .event-description {
  width: 50%;
  float: left;
  padding-right: 110px;
  display: inline-block;
  text-align: right;
  position: relative;
  z-index: 1;
}
#timeline dl dd .event-detail {
  float: right;
  width: 50%;
  text-align: left;
  padding-left: 110px;
  display: inline-block;
  position: relative;
}
#timeline dl dd .event-detail:before {
  content: url("../images/timeline-partern-1.jpg");
  position: absolute;
  top: -100px;
  left: 40px;
}
#timeline dl dd .event-detail > * {
  position: relative;
  z-index: 2;
}
#timeline dl dd .event-detail .event-time {
  display: block;
  color: #7737de;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#timeline dl dd .event-detail .event-title {
  font-size: 24px;
  font-weight: 400;
  color: #4d4d4d;
  margin-bottom: 18px;
}
#timeline dl dd.pos-left .event-description {
  float: right;
  padding-left: 110px;
  padding-right: 0;
  text-align: left;
}
#timeline dl dd.pos-left .event-detail {
  float: left;
  text-align: right;
  padding-right: 110px;
  padding-left: 0;
}
#timeline dl dd.pos-left .event-detail:before {
  content: url("../images/timeline-partern-2.jpg");
  position: absolute;
  top: -45px;
  left: auto;
  right: 40px;
}
#timeline .thumb {
  display: block;
  max-width: 470px;
  height: 270px;
  margin: 5px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#timeline .view-img,
#timeline .view-video {
  position: relative;
  display: block;
}
#timeline .view-video .thumb {
  opacity: 0.7;
}
#timeline .view-video:hover .thumb {
  opacity: 1;
}
#timeline .view-video .play {
  opacity: 1;
  position: absolute;
  display: block;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #FFF;
  border-radius: 50%;
  height: 86px;
  width: 86px;
  font-size: 24px;
  text-align: center;
}
#timeline .view-video .play i {
  line-height: 80px;
  color: #FFF;
  margin-left: 4px;
  display: inline-block;
}
#timeline .multi-thumb {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#timeline .multi-thumb > a {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#timeline .multi-thumb .thumb {
  display: block;
  height: 154px;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
#timeline .multi-thumb .thumb:hover {
  opacity: 1;
}

#achievement {
  padding-bottom: 82px;
}
#achievement .headbg {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 120px;
  text-align: center;
  color: rgba(223, 224, 254, 0.3);
  margin-bottom: -100px;
  letter-spacing: 12px;
}
#achievement .owl-stage-outer {
  z-index: 1;
  padding-bottom: 20px;
  padding-top: 20px;
}
#achievement .owl-nav .owl-next,
#achievement .owl-nav .owl-prev {
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 50%;
  background-color: #188cfa;
  opacity: 0.4;
  position: relative;
  top: -270px;
  z-index: 2;
}
@media (max-width: 480px) {
  #achievement .owl-nav .owl-next,
#achievement .owl-nav .owl-prev {
    display: none;
  }
}
#achievement .owl-nav .owl-next:focus, #achievement .owl-nav .owl-next:hover,
#achievement .owl-nav .owl-prev:focus,
#achievement .owl-nav .owl-prev:hover {
  opacity: 1;
}
#achievement .owl-nav .owl-next.disabled,
#achievement .owl-nav .owl-prev.disabled {
  opacity: 0;
}
#achievement .owl-nav .owl-prev {
  float: left;
  padding: 6px 7px 6px 6px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #achievement .owl-nav .owl-prev {
    left: -50px;
  }
}
#achievement .owl-nav .owl-next {
  float: right;
  padding: 6px 6px 6px 7px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #achievement .owl-nav .owl-next {
    right: -50px;
  }
}
#achievement .slick-track {
  padding-bottom: 20px;
  padding-top: 60px;
}
#achievement .slick-arrow {
  background-color: rgb(24, 140, 250);
  color: #FFF;
  opacity: 0.4;
}
#achievement .slick-arrow:focus, #achievement .slick-arrow:hover {
  opacity: 1;
}
#achievement .slick-arrow:focus:before, #achievement .slick-arrow:hover:before {
  color: #FFF;
}
#achievement .slick-dots {
  bottom: -30px;
}
#achievement .slick-dots li button:before {
  color: #188cfa;
}
#achievement .card {
  display: block;
  -webkit-box-shadow: rgba(119, 119, 119, 0.2) 0 3px 27px;
          box-shadow: rgba(119, 119, 119, 0.2) 0 3px 27px;
}
@media (max-width: 991px) {
  #achievement .card {
    width: auto;
  }
}
#achievement .card-thumb {
  background-color: #FFF;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 270px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#achievement .card-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 8px;
}
#achievement .card-content {
  background-color: #FFF;
  padding: 23px 28px;
}
#achievement .card-description {
  color: #999;
  font-weight: 400;
}
#achievement .seemore {
  text-transform: uppercase;
  color: #7737de;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  margin-top: 5px;
}
#achievement .carousel {
  min-height: 580px;
}

.items-wrap {
  list-style: none;
  padding-left: 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 25px;
}
.items-wrap:before, .items-wrap:after {
  content: " ";
  display: table;
}
.items-wrap:after {
  clear: both;
}
.items-wrap li {
  float: left;
  width: 33.33%;
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  overflow: hidden;
}
.items-wrap li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.items-wrap li .item img {
  max-width: 90%;
}
.items-wrap li .item .item-content {
  text-align: center;
  width: 100%;
}
.items-wrap li.inactive {
  width: 0;
  height: 0;
  opacity: 0;
}
.items-wrap li.inactive .item {
  height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.items-wrap .download {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(23, 23, 23, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.items-wrap .download:hover {
  opacity: 1;
}
.items-wrap .download span {
  display: inline-block;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  border: 2px solid #FFF;
  text-align: center;
}
.items-wrap .download span i {
  font-size: 30px;
}

#awards {
  padding-bottom: 190px;
}

#awards-items .item {
  height: 370px;
}
#awards-items .item .item-content {
  text-align: center;
  width: 100%;
  padding: 40px;
}
#awards-items .item .item-content img + p {
  margin-top: 30px;
  margin-bottom: 0;
}
#awards-items .item.gray {
  background-color: #f6f4ff;
  color: #999999;
}
#awards-items .item.blue {
  background-color: #198ef9;
  color: #FFF;
}

#kits {
  padding-bottom: 160px;
}
#kits .items-wrap .item {
  height: 220px;
  background: #f6f4ff url("../images/kitbg.png") no-repeat -30px center;
}
#kits .items-wrap .item-content h4 {
  font-size: 32px;
}
#kits .items-wrap .item-content p {
  margin-bottom: 0;
}

#team {
  padding-bottom: 160px;
}
#team .items-wrap .item {
  display: block;
}
#team .items-wrap .item .item-content {
  position: relative;
  height: 290px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#team .items-wrap .item .item-description {
  background-color: #f6f4ff;
  text-align: center;
  padding: 20px;
}
#team .items-wrap .item .item-description h4 {
  font-size: 16px;
  margin-bottom: 2px;
}
#team .items-wrap .item .item-description p {
  margin-bottom: 0;
  color: #999;
}

#logos {
  padding-bottom: 60px;
}
#logos .items-wrap .item {
  height: 220px;
  background: #f6f4ff;
}

#about {
  padding-bottom: 100px;
}
#about .item:before, #about .item:after {
  content: " ";
  display: table;
}
#about .item:after {
  clear: both;
}
#about .item + .item {
  margin-top: 100px;
}
#about .item .item-content,
#about .item .item-description {
  padding-right: 100px;
  width: 50%;
  float: left;
}
#about .item .item-content {
  position: relative;
  float: right;
  padding-top: 40px;
}
#about .item .item-content .item-title {
  font-size: 24px;
  position: relative;
  z-index: 2;
  color: #4d4d4d;
  margin-bottom: 18px;
}
#about .item .item-content .item-bg {
  position: absolute;
  text-transform: uppercase;
  top: 14px;
  left: 0;
  z-index: 1;
  font-size: 64px;
  font-weight: 800;
  letter-spacing: 8px;
  color: rgba(223, 224, 254, 0.3);
}
#about .item .item-content p {
  color: #999;
}
#about .item .item-description {
  float: left;
}
#about .item .item-description .cover {
  height: 270px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#about .item.pos-right .item-content {
  float: left;
}
#about .item.pos-right .item-description {
  float: right;
}

#getintouch {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f4fd), to(#ffffff));
  background-image: linear-gradient(to bottom, #f7f4fd 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF7F4FD", endColorstr="#FFFFFFFF", GradientType=0);
}
#getintouch .map {
  margin-right: 100px;
  height: 270px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#getintouch .info-heading {
  padding-top: 15px;
  position: relative;
}
#getintouch .info-heading:before {
  position: absolute;
  top: -45px;
  left: -55px;
  content: url("../images/map-mask.png");
}
#getintouch .info-heading > * {
  position: relative;
  z-index: 1;
}
#getintouch .info-heading h2 {
  color: #666666;
  font-weight: 400;
  margin-bottom: 15px;
}
#getintouch .info-heading h4 {
  text-transform: uppercase;
  font-size: 16px;
  color: #999;
  margin-bottom: 5px;
}
#getintouch .info-heading address {
  color: #999;
  margin-bottom: 20px;
  margin-top: 20px;
}
#getintouch .info-heading i {
  color: #999;
}
#getintouch .info-heading ul:before, #getintouch .info-heading ul:after {
  content: " ";
  display: table;
}
#getintouch .info-heading ul:after {
  clear: both;
}
#getintouch .info-heading ul > li {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  #getintouch .info-heading ul > li {
    width: 50%;
    float: left;
  }
}

#joinus {
  padding-top: 78px;
  padding-bottom: 70px;
}
#joinus form {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#joinus .attach-group {
  text-align: center;
  border-bottom: 1px solid #fcf8fe;
  padding-bottom: 20px;
  position: relative;
  top: -8px;
}
#joinus #attach_button {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-weight: 700;
  color: #7737de;
}
#joinus #attach_button:focus, #joinus #attach_button:hover {
  text-decoration: none;
}
#joinus #attach_button:focus:after, #joinus #attach_button:hover:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #7737de;
  bottom: -1px;
  position: absolute;
  left: 0;
  right: 0;
}
#joinus #attach_button i {
  display: inline-block;
  margin-right: 6px;
}
#joinus #attach_button #filename {
  position: absolute;
  top: 0;
  left: 100%;
  display: inline-block;
  margin-left: 30px;
  font-weight: 400;
  color: #999;
  text-transform: none;
  white-space: nowrap;
}

.main {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.main article {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 26px;
}
.main article + article {
  margin-top: 52px;
}
.main article header {
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 60px;
}
.main article header:after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #7737de;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.main article footer {
  text-align: center;
  margin-bottom: 53px;
}
.main .meta-datetime {
  text-transform: uppercase;
}
.main .entry-title {
  font-size: 32px;
}
.main .entry-title a {
  color: #333;
  cursor: pointer;
}
.main .entry-title a:focus, .main .entry-title a:hover {
  color: #7737de;
  text-decoration: none;
}
.main .entry-content {
  font-size: 18px;
  line-height: 1.7777777778;
  padding-bottom: 4px;
}
.main .entry-content img {
  margin-bottom: 30px;
  max-width: 100%;
}
.main .entry-content figure {
  margin-bottom: 40px;
}
.main .entry-content figure img {
  margin-bottom: 0;
}
.main .entry-content figcaption {
  font-style: italic;
  color: #999;
  text-align: center;
  margin-top: 10px;
}
.main .entry-content p {
  margin-bottom: 20px;
}
.main .entry-content blockquote {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
  position: relative;
  padding-top: 13px;
  margin-top: 52px;
}
.main .entry-content blockquote:before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #dfe0fe;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.main .entry-content blockquote p {
  font-size: 24px;
  font-style: italic;
  color: #333333;
  line-height: 1.6666666667;
  margin-bottom: 10px;
}
.main .entry-content blockquote .main article footer {
  margin-bottom: 43px;
}
.main .entry-thumbnail {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 430px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .main .entry-thumbnail {
    height: 280px;
  }
}
.main .viewmore {
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  position: relative;
  color: #999999;
}
.main .viewmore > * {
  position: relative;
  z-index: 2;
}
.main .viewmore:before {
  content: url("../images/viewmore.png");
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: -3px;
}
.main .viewmore:hover {
  text-decoration: none;
  color: #7737de;
}
.main .viewmore:hover:before {
  content: url("../images/viewmore-hover.png");
}

.pager {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.pager li > a {
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  padding: 0;
  background: none;
  color: #999999;
}
.pager li > a:active, .pager li > a:focus, .pager li > a:hover {
  color: #7737de;
  background: none;
}

.social-share {
  font-size: 18px;
  margin-top: 12px;
}
.social-share .dot-irecommendthis,
.social-share .likes {
  float: right;
  color: #666;
}
.social-share .dot-irecommendthis-count:before {
  content: "\e802";
}
.social-share .dot-irecommendthis.active.active {
  color: #7737de;
}
@media (max-width: 767px) {
  .social-share .social-title {
    display: none;
  }
}
.social-share .social-links ul {
  display: inline-block;
}
@media (min-width: 768px) {
  .social-share .social-links ul {
    margin-left: 8px;
  }
}
.social-share .social-links ul a {
  color: #666666;
}
.social-share .social-links ul a:active.facebook, .social-share .social-links ul a:focus.facebook, .social-share .social-links ul a:hover.facebook {
  color: #3B5998;
}
.social-share .social-links ul a:active.twitter, .social-share .social-links ul a:focus.twitter, .social-share .social-links ul a:hover.twitter {
  color: #55ACEE;
}
.social-share .social-links ul a:active.google, .social-share .social-links ul a:focus.google, .social-share .social-links ul a:hover.google {
  color: #DD4B39;
}
.social-share .social-links ul a:active.pinterest, .social-share .social-links ul a:focus.pinterest, .social-share .social-links ul a:hover.pinterest {
  color: #CB2027;
}
.social-share .social-links ul a:active.mail, .social-share .social-links ul a:focus.mail, .social-share .social-links ul a:hover.mail {
  color: #198cf8;
}

.body-wrap #downloads {
  padding-bottom: 210px;
}
.body-wrap #downloads .heading {
  text-align: left;
}
.body-wrap #downloads .heading:before {
  background: none;
}

.single-post #banner-cover {
  min-height: 300px;
}
.single-post #banner-cover:before {
  display: none;
}
.single-post .pager-wrap {
  background-color: rgba(223, 224, 254, 0.2);
  margin-top: 40px;
}
.single-post .pager-wrap:before, .single-post .pager-wrap:after {
  content: " ";
  display: table;
}
.single-post .pager-wrap:after {
  clear: both;
}
.single-post .pager-wrap .pager {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .single-post .pager-wrap .pager {
    margin-bottom: 25px;
  }
}
.single-post .pager-wrap .pager-overview {
  margin-bottom: 22px;
  list-style: none;
  padding-left: 0;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.single-post .pager-wrap .pager-overview:before, .single-post .pager-wrap .pager-overview:after {
  content: " ";
  display: table;
}
.single-post .pager-wrap .pager-overview:after {
  clear: both;
}
@media (max-width: 767px) {
  .single-post .pager-wrap .pager-overview {
    display: none;
  }
}
.single-post .pager-wrap .pager-overview > * {
  width: 50%;
}
.single-post .pager-wrap .pager-overview a {
  color: #666;
  cursor: pointer;
}
.single-post .pager-wrap .pager-overview a:focus, .single-post .pager-wrap .pager-overview a:hover {
  color: #7737de;
}
.single-post .pager-wrap .pager-overview p {
  max-width: 280px;
  padding: 0 20px;
}
.single-post .pager-wrap .pager-overview .previous {
  float: left;
  text-align: left;
}
.single-post .pager-wrap .pager-overview .previous p {
  margin-left: 0;
  margin-right: auto;
}
.single-post .pager-wrap .pager-overview .next {
  float: right;
  text-align: right;
}
.single-post .pager-wrap .pager-overview .next p {
  margin-left: auto;
  margin-right: 0;
}

.term .main {
  margin-bottom: 100px;
}

.admin-bar header.header {
  top: 32px;
}
@media (max-width: 780px) {
  .admin-bar header.header {
    top: 46px;
  }
}

.single-page h1,
.single-page h2,
.single-page h3,
.single-page h4,
.single-page h5,
.single-page h6 {
  margin-top: 50px;
  margin-bottom: 18px;
}
.single-page hr {
  margin-top: 50px;
}
.single-page p {
  margin-bottom: 18px;
}

#tinymce,
body.wp-autoresize {
  padding: 15px !important;
}

@media (min-width: 768px) {
  .nav-pills > li + li {
    margin-left: 14px;
  }
}

.has-error .form-control {
  border-color: #FF3B30;
}

.has-success .form-control {
  border-color: #05AE0E;
}

.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 {
  color: #FF3B30;
}

.alert-danger,
.alert-warning {
  text-align: center;
  color: #FF3B30;
}

.alert-success {
  text-align: center;
  color: #05AE0E;
}

.form-group.cv {
  margin: 0;
}

#loader {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#loader .loader-wrap {
  width: 280px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFF;
  top: 50%;
  left: 50%;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 8px;
}
#loader .loader-wrap .loader,
#loader .loader-wrap .loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
#loader .loader-wrap .loader {
  margin: 25px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(255, 255, 255, 0.2);
  border-right: 0.5em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.4em solid rgba(255, 255, 255, 0.2);
  border-left: 0.4em solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body.loading #loader {
  display: block;
}

input[type=button i] {
  display: none;
}

.paragraph-center {
  text-align: center;
  margin-bottom: 20px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

@-webkit-keyframes fadeZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeZoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes fadeZoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.paragraph-max-width {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.nav-footer-hover-bold a {
  position: relative;
}
.nav-footer-hover-bold a:after {
  content: attr(data-title);
  position: absolute;
  opacity: 0;
  font-weight: 600;
  width: calc(100% + 20px);
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.nav-footer-hover-bold a:hover, .nav-footer-hover-bold a:focus {
  text-decoration: none;
  color: transparent !important;
}
.nav-footer-hover-bold a:hover:after, .nav-footer-hover-bold a:focus:after {
  opacity: 1;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .nav-header-hover-bold a {
    position: relative;
  }
  .nav-header-hover-bold a:after {
    content: attr(data-title);
    position: absolute;
    opacity: 0;
    font-weight: 600;
    width: calc(100% + 20px);
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .nav-header-hover-bold a:hover, .nav-header-hover-bold a:focus {
    text-decoration: none;
    color: transparent !important;
  }
  .nav-header-hover-bold a:hover:after, .nav-header-hover-bold a:focus:after {
    opacity: 1;
    color: #7737de !important;
  }
  .nav-header-hover-bold li.active a:after {
    opacity: 1;
    color: #7737de !important;
  }
}

header.header {
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transform: translateZ(3px);
          transform: translateZ(3px);
}
header.header .menu-wrap {
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
  padding-top: 12px;
  padding-bottom: 14px;
  -webkit-box-shadow: 0 2px 15px rgba(89, 145, 205, 0.32);
          box-shadow: 0 2px 15px rgba(89, 145, 205, 0.32);
}
header.header .logo {
  display: inline-block;
  margin-top: 12px;
}
header.header .logo img {
  height: 30px;
  width: auto;
  -webkit-transition: height 0.3s, width 0.3s;
  transition: height 0.3s, width 0.3s;
}
@media screen and (min-width: 768px) {
  header.header .logo {
    margin-top: 7px;
  }
  header.header .logo img {
    height: 40px;
  }
}
header.header .btn {
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
@media screen and (min-width: 768px) {
  header.header.not-in-top .logo img {
    height: 30px;
  }
}

.navigation {
  margin-top: 4px;
  float: right;
}
.navigation:before, .navigation:after {
  content: " ";
  display: table;
}
.navigation:after {
  clear: both;
}
.navigation > * {
  float: left;
}
.navigation .nav {
  margin-right: 38px;
  margin-top: 3px;
}
.navigation .nav > li > a {
  color: #a3a3a3;
  background: none !important;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 400;
}
.navigation .nav > li > a:focus, .navigation .nav > li > a:hover {
  color: #7737de;
  text-decoration: none;
}

.heading {
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.heading p {
  color: #2e2e2e;
}

.footer {
  background-color: #2e2e2e;
  color: #eeeeee;
  padding-top: 62px;
  padding-bottom: 51px;
}
.footer .container, .footer .container-xl {
  max-width: 1000px;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer .footer-menu {
  margin: 0;
  font-size: 0;
}
.footer .footer-menu > li {
  padding: 0;
}
.footer .footer-menu > li + li {
  margin-left: 70px;
}
.footer .footer-menu > li > a {
  font-size: 16px;
  color: #eeeeee;
  text-transform: uppercase;
}
.footer .footer-menu > li > a:active, .footer .footer-menu > li > a:focus, .footer .footer-menu > li > a:hover {
  color: #eeeeee;
}
.footer .copyright {
  padding-top: 19px;
  margin-top: 22px;
  border-top: 1px solid rgba(223, 224, 254, 0.1);
  text-align: center;
  font-size: 14px;
}
.footer .copyright .copyright-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: rgba(255, 255, 255, 0.6);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-menu > li + li {
    margin-left: 38px;
  }
}
body.home-v2 {
  padding-top: 0;
}

#banner {
  position: relative;
  background-color: #abd3e1;
}
#banner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 80% 0%, rgba(14, 0, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.video {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 600px;
}
@media screen and (min-width: 768px) {
  .video {
    height: 955px;
  }
}

.banner-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 182px;
}
@media screen and (max-width: 767px) {
  .banner-container {
    bottom: auto;
    top: calc(50% + 10px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.banner-content {
  text-align: center;
}
.banner-content > * {
  color: #ffffff;
}

.banner-subtitle {
  margin-bottom: 11px;
}

.banner-title {
  margin-bottom: 21px;
}

.banner-description {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.banner-btn {
  margin-top: 24px;
}

#banner-slide .banner-slide-item {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
}
#banner-slide .banner-slide-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 80% 0%, rgba(14, 0, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
@media screen and (min-width: 768px) {
  #banner-slide .banner-slide-item {
    height: 955px;
  }
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-subtitle {
  text-transform: uppercase;
  color: #7737de;
  margin-bottom: 10px;
}

.section-title {
  margin-bottom: 17px;
}

.section-description {
  color: #2e2e2e;
  max-width: 550px;
}
.section-description p:last-child {
  margin-bottom: 0;
}
.section-description + .section-btn {
  margin-top: 41px;
}

.section-btn {
  margin-top: 50px;
}

body.home-v2 .section-apps,
body.apps .section-apps {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #2e2e2e;
}
body.home-v2 .section-apps .app-image img,
body.apps .section-apps .app-image img {
  display: block;
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.home-v2 .section-apps .app-subtitle,
body.apps .section-apps .app-subtitle {
  text-transform: uppercase;
  color: #7737de;
}
body.home-v2 .section-apps .app-title,
body.apps .section-apps .app-title {
  margin-bottom: 20px;
}
body.home-v2 .section-apps .app-description ul,
body.apps .section-apps .app-description ul {
  margin-top: 39px;
  margin-bottom: 28px;
}
body.home-v2 .section-apps .app-download-links,
body.apps .section-apps .app-download-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.home-v2 .section-apps .app-download-links span,
body.apps .section-apps .app-download-links span {
  margin-bottom: 10px;
}
body.home-v2 .section-apps .app-download-links ul,
body.apps .section-apps .app-download-links ul {
  padding-left: 0;
  margin: 0;
  font-size: 0;
  line-height: 1;
  margin-left: -13px;
}
body.home-v2 .section-apps .app-download-links a,
body.home-v2 .section-apps .app-download-links i,
body.apps .section-apps .app-download-links a,
body.apps .section-apps .app-download-links i {
  display: block;
  font-size: 43px;
  color: #6e6e6e;
}
body.home-v2 .section-apps .app-download-links a:hover, body.home-v2 .section-apps .app-download-links a:focus,
body.home-v2 .section-apps .app-download-links i:hover,
body.home-v2 .section-apps .app-download-links i:focus,
body.apps .section-apps .app-download-links a:hover,
body.apps .section-apps .app-download-links a:focus,
body.apps .section-apps .app-download-links i:hover,
body.apps .section-apps .app-download-links i:focus {
  color: #7737de;
}
body.home-v2 .section-apps .app-item + .app-item,
body.apps .section-apps .app-item + .app-item {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  body.home-v2 .section-apps .app-content-wrap,
body.apps .section-apps .app-content-wrap {
    margin-top: 30px;
  }
  body.home-v2 .section-apps .app-item.no-content,
body.apps .section-apps .app-item.no-content {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  body.home-v2 .section-apps .app-image img,
body.apps .section-apps .app-image img {
    width: auto;
    max-width: 100%;
    margin-right: 0;
  }
  body.home-v2 .section-apps .app-item + .app-item,
body.apps .section-apps .app-item + .app-item {
    padding-top: 83px;
  }
  body.home-v2 .section-apps .app-item .row,
body.apps .section-apps .app-item .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.home-v2 .section-apps .app-item .row > *,
body.apps .section-apps .app-item .row > * {
    float: none;
    width: 50%;
  }
  body.home-v2 .section-apps .app-item .app-download-links,
body.apps .section-apps .app-item .app-download-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.home-v2 .section-apps .app-item .app-download-links span,
body.apps .section-apps .app-item .app-download-links span {
    margin-bottom: 0;
  }
  body.home-v2 .section-apps .app-item .app-download-links ul,
body.apps .section-apps .app-item .app-download-links ul {
    margin-left: 33px;
  }
  body.home-v2 .section-apps .app-item.reverse .row, body.home-v2 .section-apps .app-item:nth-child(even) .row,
body.apps .section-apps .app-item.reverse .row,
body.apps .section-apps .app-item:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body.home-v2 .section-apps .app-item.reverse .app-image, body.home-v2 .section-apps .app-item:nth-child(even) .app-image,
body.apps .section-apps .app-item.reverse .app-image,
body.apps .section-apps .app-item:nth-child(even) .app-image {
    padding-right: 15px;
    padding-left: 0;
  }
  body.home-v2 .section-apps .app-item.reverse .app-image img, body.home-v2 .section-apps .app-item:nth-child(even) .app-image img,
body.apps .section-apps .app-item.reverse .app-image img,
body.apps .section-apps .app-item:nth-child(even) .app-image img {
    margin-left: 0;
  }
  body.home-v2 .section-apps .app-item.reverse .app-content-wrap, body.home-v2 .section-apps .app-item:nth-child(even) .app-content-wrap,
body.apps .section-apps .app-item.reverse .app-content-wrap,
body.apps .section-apps .app-item:nth-child(even) .app-content-wrap {
    margin-left: 0;
    max-width: 630px;
  }
}
@media screen and (min-width: 1480px) {
  body.home-v2 .section-apps,
body.apps .section-apps {
    padding-top: 181px;
    padding-bottom: 225px;
  }
  body.home-v2 .section-apps .app-image,
body.apps .section-apps .app-image {
    padding-right: 0;
  }
  body.home-v2 .section-apps .app-content-wrap,
body.apps .section-apps .app-content-wrap {
    margin-left: 25px;
    max-width: 530px;
  }
  body.home-v2 .section-apps .app-item.reverse .app-content-wrap, body.home-v2 .section-apps .app-item:nth-child(even) .app-content-wrap,
body.apps .section-apps .app-item.reverse .app-content-wrap,
body.apps .section-apps .app-item:nth-child(even) .app-content-wrap {
    padding-left: 155px;
  }
}
body.home-v2 .section-apps.scrolling .no-content,
body.apps .section-apps.scrolling .no-content {
  display: none;
}
@media screen and (min-width: 992px) {
  body.home-v2 .section-apps.scrolling .app-item,
body.apps .section-apps.scrolling .app-item {
    position: sticky;
    top: 60px;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  body.home-v2 .section-apps.scrolling .app-item.active,
body.apps .section-apps.scrolling .app-item.active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  body.home-v2 .section-apps.scrolling .app-item .app-image img,
body.apps .section-apps.scrolling .app-item .app-image img {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    -webkit-transition: 1.5s;
    transition: 1.5s;
  }
  body.home-v2 .section-apps.scrolling .app-item .app-image.active img,
body.apps .section-apps.scrolling .app-item .app-image.active img {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  body.home-v2 .section-apps.scrolling .app-item .app-content,
body.apps .section-apps.scrolling .app-item .app-content {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    -webkit-transition: 1.5s;
    transition: 1.5s;
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  body.home-v2 .section-apps.scrolling .app-item .app-content.active,
body.apps .section-apps.scrolling .app-item .app-content.active {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  body.home-v2 .section-apps.scrolling .app-item.no-content,
body.apps .section-apps.scrolling .app-item.no-content {
    display: block;
    pointer-events: none;
  }
  body.home-v2 .section-apps.scrolling .app-item .container, body.home-v2 .section-apps.scrolling .app-item .container-xl,
body.apps .section-apps.scrolling .app-item .container,
body.apps .section-apps.scrolling .app-item .container-xl {
    height: calc(100vh - 60px);
  }
  body.home-v2 .section-apps.scrolling .app-item .row,
body.apps .section-apps.scrolling .app-item .row {
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.home-v2 .section-apps.scrolling .app-item .app-image img,
body.apps .section-apps.scrolling .app-item .app-image img {
    max-height: calc(100vh - 60px);
  }
}
body.home-v2 .section-stats-partners,
body.apps .section-stats-partners {
  padding-top: 80px;
  padding-bottom: 80px;
}
body.home-v2 .section-stats-partners .box,
body.apps .section-stats-partners .box {
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 30px;
  -webkit-box-shadow: 0px 2px 57px 0px rgba(115, 149, 184, 0.25);
          box-shadow: 0px 2px 57px 0px rgba(115, 149, 184, 0.25);
}
body.home-v2 .section-stats-partners .stats,
body.apps .section-stats-partners .stats {
  border-bottom: 1px solid #d1d1d1;
}
body.home-v2 .section-stats-partners .stats-item,
body.apps .section-stats-partners .stats-item {
  position: relative;
  padding: 25px 40px 12px 40px;
  text-align: center;
}
body.home-v2 .section-stats-partners .stats-item + .stats-item,
body.apps .section-stats-partners .stats-item + .stats-item {
  border-top: 1px solid #d1d1d1;
}
body.home-v2 .section-stats-partners .stats-item .stats-number,
body.apps .section-stats-partners .stats-item .stats-number {
  font-size: 60px;
  font-weight: 600;
  color: #7737de;
  line-height: 1;
  margin-bottom: 0;
  display: block;
}
body.home-v2 .section-stats-partners .stats-item .stats-title,
body.apps .section-stats-partners .stats-item .stats-title {
  color: #999;
  font-size: 16px;
}
body.home-v2 .section-stats-partners .stats-item .stats-icon,
body.apps .section-stats-partners .stats-item .stats-icon {
  position: absolute;
  bottom: 35px;
  right: 40px;
  max-width: 40px;
}
body.home-v2 .section-stats-partners .partners,
body.apps .section-stats-partners .partners {
  padding: 22px 40px;
}
body.home-v2 .section-stats-partners .partners-heading,
body.apps .section-stats-partners .partners-heading {
  font-size: 35px;
  margin-bottom: 0;
  color: #a3a3a3;
}
body.home-v2 .section-stats-partners .partners-list ul,
body.apps .section-stats-partners .partners-list ul {
  padding: 0;
  list-style: none;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}
body.home-v2 .section-stats-partners .partners-list ul > li,
body.apps .section-stats-partners .partners-list ul > li {
  padding: 10px;
  width: 50%;
}
body.home-v2 .section-stats-partners .partners-list ul > li img,
body.apps .section-stats-partners .partners-list ul > li img {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  body.home-v2 .section-stats-partners .stats,
body.apps .section-stats-partners .stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.home-v2 .section-stats-partners .stats-item,
body.apps .section-stats-partners .stats-item {
    position: relative;
    border-left: none;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 33.3333333333%;
  }
  body.home-v2 .section-stats-partners .stats-item + .stats-item,
body.apps .section-stats-partners .stats-item + .stats-item {
    border-top: 0;
    border-left: 1px solid #d1d1d1;
  }
  body.home-v2 .section-stats-partners .stats-item .stats-icon,
body.apps .section-stats-partners .stats-item .stats-icon {
    max-width: 50px;
  }
  body.home-v2 .section-stats-partners .partners,
body.apps .section-stats-partners .partners {
    padding: 8px 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.home-v2 .section-stats-partners .partners-heading,
body.apps .section-stats-partners .partners-heading {
    font-size: 35px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  body.home-v2 .section-stats-partners .partners-list,
body.apps .section-stats-partners .partners-list {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  body.home-v2 .section-stats-partners .partners-list ul,
body.apps .section-stats-partners .partners-list ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  body.home-v2 .section-stats-partners .partners-list ul > li,
body.apps .section-stats-partners .partners-list ul > li {
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  body.home-v2 .section-stats-partners .partners-heading,
body.apps .section-stats-partners .partners-heading {
    font-size: 45px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  body.home-v2 .section-stats-partners .partners-list ul > li,
body.apps .section-stats-partners .partners-list ul > li {
    padding: 20px;
  }
}
body.home-v2 .section-features,
body.apps .section-features {
  padding-top: 80px;
  padding-bottom: 0;
}
body.home-v2 .section-features .row,
body.apps .section-features .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
body.home-v2 .section-features .visuals-container,
body.apps .section-features .visuals-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
body.home-v2 .section-features .visuals,
body.apps .section-features .visuals {
  width: 100%;
  position: sticky;
  top: calc(50% - 350px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
body.home-v2 .section-features .visuals:before,
body.apps .section-features .visuals:before {
  content: "";
  display: block;
  padding-top: 100%;
}
body.home-v2 .section-features .shapes-container,
body.apps .section-features .shapes-container {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
}
body.home-v2 .section-features .shape-item,
body.apps .section-features .shape-item {
  position: absolute;
  opacity: 0;
  top: calc(50% - 66px);
  right: -108px;
  -webkit-transform: translateX(-20px) translateY(-50%);
          transform: translateX(-20px) translateY(-50%);
  -webkit-animation: fadeOutLeft 0.3s ease-in-out;
          animation: fadeOutLeft 0.3s ease-in-out;
}
body.home-v2 .section-features .shape-item.active,
body.apps .section-features .shape-item.active {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(-50%);
          transform: translateX(0px) translateY(-50%);
  -webkit-animation: fadeInRight 0.6s ease-in-out;
          animation: fadeInRight 0.6s ease-in-out;
}
body.home-v2 .section-features .graphic-container,
body.apps .section-features .graphic-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  left: -80px;
}
body.home-v2 .section-features .graphic-item,
body.apps .section-features .graphic-item {
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  top: calc(50% + 15px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.home-v2 .section-features .graphic-item.active,
body.apps .section-features .graphic-item.active {
  opacity: 1;
  z-index: 99;
}
body.home-v2 .section-features .graphic-video,
body.apps .section-features .graphic-video {
  position: relative;
}
body.home-v2 .section-features .graphic-video img,
body.apps .section-features .graphic-video img {
  max-width: 100%;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
body.home-v2 .section-features .video-iframe,
body.apps .section-features .video-iframe {
  position: absolute;
  top: 10.2%;
  left: 8.2%;
  right: 8.2%;
  bottom: 10.2%;
  display: block;
  overflow: hidden;
}
body.home-v2 .section-features .video-iframe iframe,
body.apps .section-features .video-iframe iframe {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
body.home-v2 .section-features .graphic-image,
body.apps .section-features .graphic-image {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  max-width: 100%;
}
body.home-v2 .section-features .graphic-image:not(:first-child),
body.apps .section-features .graphic-image:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}
body.home-v2 .section-features .graphic-image:not(.active),
body.apps .section-features .graphic-image:not(.active) {
  opacity: 0;
}
body.home-v2 .section-features .content,
body.apps .section-features .content {
  margin-left: auto;
  z-index: 1;
  position: relative;
}
body.home-v2 .section-features .feature-item,
body.apps .section-features .feature-item {
  padding: 460px 0;
}
@media screen and (min-width: 992px) {
  body.home-v2 .section-features,
body.apps .section-features {
    padding-top: 142px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 991px) {
  body.home-v2 .section-features .row,
body.apps .section-features .row {
    display: block;
  }
  body.home-v2 .section-features .visuals-container,
body.apps .section-features .visuals-container {
    width: 100%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  body.home-v2 .section-features .shapes-container,
body.apps .section-features .shapes-container {
    max-width: 100%;
  }
  body.home-v2 .section-features .shape-item,
body.apps .section-features .shape-item {
    left: -15px;
    right: 0;
    top: calc(50% - 40px);
  }
  body.home-v2 .section-features .shape-item img,
body.apps .section-features .shape-item img {
    max-width: 100%;
  }
  body.home-v2 .section-features .graphic-container,
body.apps .section-features .graphic-container {
    max-width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateZ(3px);
            transform: translateX(-50%) translateZ(3px);
  }
  body.home-v2 .section-features .visuals,
body.apps .section-features .visuals {
    top: 150px !important;
  }
  body.home-v2 .section-features .visuals:before,
body.apps .section-features .visuals:before {
    padding-top: 50%;
  }
  body.home-v2 .section-features .content,
body.apps .section-features .content {
    width: 100%;
    padding-top: 50%;
    -webkit-transform: translateZ(2px);
            transform: translateZ(2px);
  }
  body.home-v2 .section-features .feature-item,
body.apps .section-features .feature-item {
    padding: 180px 0;
    opacity: 0.5;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  body.home-v2 .section-features .feature-item.active,
body.apps .section-features .feature-item.active {
    opacity: 1;
  }
}
body.home-v2 .section-features-2,
body.apps .section-features-2 {
  padding-top: 80px;
  padding-bottom: 0;
}
body.home-v2 .section-features-2 .row,
body.apps .section-features-2 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: calc(100vh - 54px);
}
body.home-v2 .section-features-2 .visuals:before,
body.apps .section-features-2 .visuals:before {
  content: "";
  display: block;
  padding-top: 100%;
}
body.home-v2 .section-features-2 .shape-item,
body.apps .section-features-2 .shape-item {
  position: absolute;
  opacity: 0;
  top: calc(50% - 66px);
  right: -108px;
  -webkit-transform: translateX(-20px) translateY(-50%);
          transform: translateX(-20px) translateY(-50%);
  -webkit-animation: fadeOutLeft 0.3s ease-in-out;
          animation: fadeOutLeft 0.3s ease-in-out;
}
body.home-v2 .section-features-2 .graphic-container,
body.apps .section-features-2 .graphic-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
}
body.home-v2 .section-features-2 .graphic-item,
body.apps .section-features-2 .graphic-item {
  position: absolute;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  top: calc(50% + 15px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.home-v2 .section-features-2 .graphic-video,
body.apps .section-features-2 .graphic-video {
  position: relative;
}
body.home-v2 .section-features-2 .graphic-video img,
body.apps .section-features-2 .graphic-video img {
  max-width: 100%;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
body.home-v2 .section-features-2 .video-iframe,
body.apps .section-features-2 .video-iframe {
  position: absolute;
  top: 10.2%;
  left: 8.2%;
  right: 8.2%;
  bottom: 10.2%;
  display: block;
  overflow: hidden;
}
body.home-v2 .section-features-2 .video-iframe iframe,
body.apps .section-features-2 .video-iframe iframe {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
body.home-v2 .section-features-2 .graphic-image,
body.apps .section-features-2 .graphic-image {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  max-width: 100%;
}
body.home-v2 .section-features-2 .graphic-image:not(:first-child),
body.apps .section-features-2 .graphic-image:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}
body.home-v2 .section-features-2 .graphic-image:not(.active),
body.apps .section-features-2 .graphic-image:not(.active) {
  opacity: 0;
}
body.home-v2 .section-features-2 .content,
body.apps .section-features-2 .content {
  margin-left: auto;
  z-index: 1;
  position: relative;
}
body.home-v2 .section-features-2 .content .section-heading,
body.apps .section-features-2 .content .section-heading {
  opacity: 0;
  max-width: 470px;
  -webkit-animation: fadeOutRight 1s ease-in-out;
          animation: fadeOutRight 1s ease-in-out;
}
body.home-v2 .section-features-2 .feature-item,
body.apps .section-features-2 .feature-item {
  position: sticky;
  top: 60px;
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
body.home-v2 .section-features-2 .feature-item.active,
body.apps .section-features-2 .feature-item.active {
  opacity: 1;
}
body.home-v2 .section-features-2 .feature-item.active .shape-item,
body.apps .section-features-2 .feature-item.active .shape-item {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(-50%);
          transform: translateX(0px) translateY(-50%);
  -webkit-animation: fadeInRight 0.6s ease-in-out;
          animation: fadeInRight 0.6s ease-in-out;
}
body.home-v2 .section-features-2 .feature-item.active .graphic-item,
body.apps .section-features-2 .feature-item.active .graphic-item {
  opacity: 1;
  z-index: 99;
}
body.home-v2 .section-features-2 .feature-item.active .content .section-heading,
body.apps .section-features-2 .feature-item.active .content .section-heading {
  opacity: 1;
  -webkit-animation: fadeInLeft 1s ease-in-out;
          animation: fadeInLeft 1s ease-in-out;
}
@media screen and (min-width: 992px) {
  body.home-v2 .section-features-2,
body.apps .section-features-2 {
    padding-top: 142px;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1300px) {
  body.home-v2 .section-features-2 .graphic-container,
body.apps .section-features-2 .graphic-container {
    left: -80px;
  }
}
@media screen and (max-width: 991px) {
  body.home-v2 .section-features-2 .row,
body.apps .section-features-2 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.home-v2 .section-features-2 .visuals-container,
body.apps .section-features-2 .visuals-container {
    width: 100%;
    height: 50vh;
  }
  body.home-v2 .section-features-2 .shapes-container,
body.apps .section-features-2 .shapes-container {
    max-width: 100%;
  }
  body.home-v2 .section-features-2 .shape-item,
body.apps .section-features-2 .shape-item {
    left: -15px;
    right: 0;
    top: calc(50% - 40px);
  }
  body.home-v2 .section-features-2 .shape-item img,
body.apps .section-features-2 .shape-item img {
    max-width: 100%;
  }
  body.home-v2 .section-features-2 .graphic-container,
body.apps .section-features-2 .graphic-container {
    max-width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateZ(3px);
            transform: translateX(-50%) translateZ(3px);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.home-v2 .section-features-2 .graphic-item,
body.apps .section-features-2 .graphic-item {
    position: relative;
    top: 0;
    -webkit-transform: none;
            transform: none;
    display: inline-block;
  }
  body.home-v2 .section-features-2 .graphic-image,
body.apps .section-features-2 .graphic-image {
    max-height: 50vh;
  }
  body.home-v2 .section-features-2 .visuals,
body.apps .section-features-2 .visuals {
    top: 150px !important;
  }
  body.home-v2 .section-features-2 .visuals:before,
body.apps .section-features-2 .visuals:before {
    padding-top: 50%;
  }
  body.home-v2 .section-features-2 .content,
body.apps .section-features-2 .content {
    width: 100%;
    height: 50vh;
    -webkit-transform: translateZ(2px);
            transform: translateZ(2px);
  }
  body.home-v2 .section-features-2 .content .section-heading,
body.apps .section-features-2 .content .section-heading {
    opacity: 1;
  }
  body.home-v2 .section-features-2 .feature-item,
body.apps .section-features-2 .feature-item {
    top: 77px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}
@media screen and (max-width: 767px) {
  body.home-v2 .section-features-2 .graphic-image,
body.apps .section-features-2 .graphic-image {
    max-height: 50vh;
  }
}
@media screen and (max-width: 500px) {
  body.home-v2 .section-features-2 .visuals-container,
body.apps .section-features-2 .visuals-container {
    height: 44vh;
  }
  body.home-v2 .section-features-2 .content,
body.apps .section-features-2 .content {
    height: 66vh;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateY(-50%);
            transform: translateX(-20px) translateY(-50%);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateY(-50%);
            transform: translateX(-20px) translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateY(-50%);
            transform: translateX(-20px) translateY(-50%);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateY(-50%);
            transform: translateX(-20px) translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateY(-50%);
            transform: translateX(-20px) translateY(-50%);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateY(-50%);
            transform: translateX(-20px) translateY(-50%);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
body.home-v2 .section-careers,
body.apps .section-careers {
  padding-top: 80px;
  padding-bottom: 80px;
}
body.home-v2 .section-careers .section-image,
body.apps .section-careers .section-image {
  margin-bottom: 60px;
}
body.home-v2 .section-careers .section-image img,
body.apps .section-careers .section-image img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.home-v2 .section-careers .careers-slide,
body.apps .section-careers .careers-slide {
  width: 100%;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
body.home-v2 .section-careers .careers-slide .slide-item,
body.apps .section-careers .careers-slide .slide-item {
  width: 100%;
}
body.home-v2 .section-careers .careers-slide .cover-image,
body.apps .section-careers .careers-slide .cover-image {
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 136%;
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  body.home-v2 .section-careers,
body.apps .section-careers {
    padding-top: 158px;
    padding-bottom: 158px;
  }
  body.home-v2 .section-careers .row,
body.apps .section-careers .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body.home-v2 .section-careers .section-image,
body.apps .section-careers .section-image {
    margin-top: 0;
  }
  body.home-v2 .section-careers .section-image img,
body.apps .section-careers .section-image img {
    border-radius: 30px;
  }
}
body.home-v2 .section-articles,
body.apps .section-articles {
  padding-top: 80px;
  padding-bottom: 70px;
  text-align: center;
}
body.home-v2 .section-articles .logo,
body.apps .section-articles .logo {
  margin-top: 58px;
}
body.home-v2 .section-articles .logo ul,
body.apps .section-articles .logo ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.home-v2 .section-articles .logo ul > li,
body.apps .section-articles .logo ul > li {
  padding: 15px;
}
body.home-v2 .section-articles .logo ul > li a,
body.apps .section-articles .logo ul > li a {
  display: block;
}
body.home-v2 .section-articles .logo ul > li img,
body.apps .section-articles .logo ul > li img {
  max-width: 100%;
  -webkit-filter: grayscale(100%) invert(50%);
          filter: grayscale(100%) invert(50%);
}
body.home-v2 .section-articles .logo ul > li:hover img,
body.apps .section-articles .logo ul > li:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
@media screen and (min-width: 992px) {
  body.home-v2 .section-articles,
body.apps .section-articles {
    padding-top: 138px;
    padding-bottom: 114px;
  }
  body.home-v2 .section-articles .logo ul,
body.apps .section-articles .logo ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  body.home-v2 .section-articles .logo ul > li,
body.apps .section-articles .logo ul > li {
    padding: 0 40px;
    width: auto;
  }
}

.careers .body-wrap {
  padding: 0;
}
.careers .heading {
  max-width: 750px;
}
.careers .section-careers-header .careers-header {
  margin-bottom: 53px;
}
.careers .careers-slide {
  margin-bottom: 50px;
}
.careers .image-slider {
  margin: auto;
  overflow: hidden;
  position: relative;
}
.careers .image-slider .image-slide-track {
  -webkit-animation: image-scroll 100s linear infinite;
          animation: image-scroll 100s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4800px;
}
.careers .image-slider .image-slide {
  width: 606px;
  margin-left: 32px;
}
.careers .image-slider .image-slide .cover-image {
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-top: 66.6%;
}
.careers .image-slider .image-slide img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .careers .image-slider .image-slide {
    width: 350px;
    margin-left: 24px;
  }
}
.careers .section-careers-header {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .careers .section-careers {
    padding-top: 139px;
    padding-bottom: 155px;
  }
}

@-webkit-keyframes image-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes image-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.careers-item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f7f7f7;
}
.careers-item:nth-child(even) {
  background-color: #fff;
}
.careers-item .careers-title,
.careers-item .careers-location,
.careers-item .careers-team {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.careers-item .careers-title a,
.careers-item .careers-location a,
.careers-item .careers-team a {
  display: block;
  text-decoration: none;
  color: #2e2e2e;
}
.careers-item .careers-title a:hover,
.careers-item .careers-location a:hover,
.careers-item .careers-team a:hover {
  font-weight: 600;
}
.careers-item .careers-title p,
.careers-item .careers-location p,
.careers-item .careers-team p {
  margin: 10px 0;
}
.careers-item .careers-btn-apply {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.careers-item .careers-btn-apply .btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  .careers-item .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.careers-detail .body-wrap {
  padding: 0;
}
.careers-detail .main article {
  border-bottom: 0;
  padding-bottom: 0;
}
.careers-detail .form-apply .form-header {
  margin-bottom: 40px;
}
.careers-detail label.input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.careers-detail label.input-wrap .input-file-button,
.careers-detail label.input-wrap .input-file-name {
  height: 50px;
}
.careers-detail label.input-wrap.active .input-file-name {
  display: block;
}
.careers-detail label.input-wrap.active .input-file-button {
  border-radius: 5px 0 0 5px;
}
.careers-detail label.input-wrap .input-file-name {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  background-color: #d5bdfd;
  border-radius: 0px 5px 5px 0px;
  padding: 14px 47px;
  font-size: 14px;
  color: #6924d8;
}
@media screen and (min-width: 992px) {
  .careers-detail main {
    padding-top: 144px;
    padding-bottom: 130px;
  }
  .careers-detail .form-apply {
    padding-top: 148px;
    padding-bottom: 155px;
  }
  .careers-detail .form-apply .form-header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .careers-detail .form-apply .form-control {
    height: 66px;
    padding: 20px 20px;
  }
}
.careers-detail #files {
  margin-bottom: 0;
}
.careers-detail #files .media:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.careers-detail #files .media .progress {
  margin-bottom: 10px;
}

/*
 * Responsive
 * --------------------------------------------------
 */
@media (min-width: 992px) and (max-width: 1199px) {
  #livemap .map .mapimg {
    height: 290px;
  }
  #downloads {
    padding-bottom: 254px;
  }
  #downloads .devices {
    left: 310px;
    top: -155px;
  }
  #downloads .devices .ipad {
    margin-left: 170px;
  }
  #downloads .devices .ipad,
#downloads .devices .iphone {
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  #about .item .item-content {
    padding-top: 10px;
  }
  #about .item .item-content .item-bg {
    top: -12px;
    letter-spacing: 4px;
  }
  #achievement .headbg {
    letter-spacing: 0;
    font-size: 40px;
    margin-bottom: -68px;
  }
  #achievement {
    min-height: 728px;
  }
  #achievement .slick-arrow {
    display: block !important;
  }
  #about .item .item-content,
#about .item .item-description {
    padding-right: 70px;
  }
  #getintouch .map {
    margin-right: 55px;
  }
  #downloads {
    padding-bottom: 240px;
  }
  .body-wrap #downloads {
    padding-bottom: 168px;
  }
}
@media (max-width: 1199px) {
  .slick-next,
.slick-prev {
    display: none !important;
  }
}
@media (min-width: 992px) {
  #achievement .owl-item {
    opacity: 0;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  #achievement .owl-item.active {
    -webkit-transform: scale(0.75) translate(50%, -15px);
            transform: scale(0.75) translate(50%, -15px);
    opacity: 0.75;
  }
  #achievement .owl-item.active.center {
    z-index: 2;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    opacity: 1;
  }
  #achievement .owl-item.active.center + .active {
    -webkit-transform: scale(0.75) translate(-50%, -15px);
            transform: scale(0.75) translate(-50%, -15px);
  }
  #achievement .slick-active {
    opacity: 0.75;
  }
  #achievement .slick-active.slick-current {
    opacity: 1;
    z-index: 2;
    -webkit-transform: scale(1) translate(0px, 0px);
            transform: scale(1) translate(0px, 0px);
  }
  #achievement .slick-active.slick-current .seemore {
    height: 24px;
  }
  #achievement .slick-active.slick-current + .item {
    -webkit-transform: scale(0.75) translate(-50%, -15px);
            transform: scale(0.75) translate(-50%, -15px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #livemap .map .mapimg {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #livemap .map .map-wrap .heading {
    position: static;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
    height: auto;
    margin-bottom: 50px;
  }
  #livemap .map .map-wrap .heading:before {
    height: 163px;
    width: 310px;
    background-image: url("../images/mini-map-partern.png");
    left: 40px;
    top: -38px;
  }
  #livestats .partner {
    border-top: 1px solid #f5ecfd;
    margin-top: 70px;
    padding-top: 75px;
  }
  #livestats .partner .heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 55px;
  }
  #livestats .partner ul {
    float: none;
    text-align: center;
  }
  #downloads {
    padding-top: 180px;
    padding-bottom: 65px;
  }
  #downloads .devices {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    left: 330px;
    top: 15px;
  }
  #timeline .thumb {
    height: 200px;
  }
  #timeline .multi-thumb .thumb {
    height: 80px;
  }
  #timeline dl dd .event-description {
    padding-right: 60px;
  }
  #timeline dl dd .event-detail {
    padding-left: 60px;
  }
  #timeline dl dd.pos-left .event-description {
    padding-left: 60px;
  }
  #timeline dl dd.pos-left .event-detail {
    padding-right: 60px;
  }
  #achievement .item .card {
    max-width: 320px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #about .item .item-content {
    padding-top: 10px;
  }
  #about .item .item-content .item-bg {
    top: -3px;
    letter-spacing: 4px;
    font-size: 44px;
  }
  #about .item .item-content,
#about .item .item-description {
    padding-right: 45px;
  }
  #getintouch .map {
    margin-right: 30px;
  }
  .body-wrap #downloads {
    padding-bottom: 0;
  }
  .body-wrap #downloads .devices {
    top: 22px;
  }
}
@media (min-width: 768px) {
  header.not-in-top .menu-wrap {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  header.not-in-top .nav,
header.not-in-top .navigation {
    margin-top: 0;
  }
  header.not-in-top .logo {
    margin-top: 8px;
  }
  header.not-in-top .btn {
    padding: 9px 35px 8px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 26px;
  }
  html #wpadminbar {
    position: fixed;
  }
  .hidden-xs {
    display: none;
  }
  .navigation {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #6d44c6;
    margin-top: 0;
    padding: 0 15px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-box-shadow: rgba(49, 12, 127, 0.3) 0 1px 10px;
            box-shadow: rgba(49, 12, 127, 0.3) 0 1px 10px;
    -webkit-transition: padding 0.3s, max-height 0.3s, opacity 0.3s;
    transition: padding 0.3s, max-height 0.3s, opacity 0.3s;
  }
  .navigation > * {
    float: none;
  }
  .navigation .nav-pills {
    width: 218px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: none;
  }
  .navigation .nav-pills > li {
    float: none;
    position: relative;
  }
  .navigation .nav-pills > li > a {
    color: #FFF;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
  }
  .navigation .nav-pills > li > a:hover {
    color: #FFF;
  }
  .navigation .nav-pills > li.active:before, .navigation .nav-pills > li:hover:before {
    content: "";
    border-top: 1px solid #FFF;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
  }
  .navigation .nav-pills > li.active > a, .navigation .nav-pills > li:hover > a {
    display: inline-block;
    background-color: #6d44c6 !important;
  }
  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    max-width: 100%;
  }
  #toggleMenu:checked + header .navigation {
    padding: 15px;
    opacity: 1;
    max-height: 180px;
  }
  #livemap .quote blockquote {
    font-size: 24px;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 24px;
  }
  #livemap .quote blockquote::before {
    top: 17px;
    left: -14px;
  }
  #livemap .map {
    padding-top: 72px;
    padding-bottom: 100px;
  }
  #livemap .map .map-wrap .heading {
    position: static;
    margin-left: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    height: auto;
    margin-bottom: 34px;
  }
  #livemap .map .map-wrap .heading:before {
    height: 163px;
    width: 310px;
    top: -40px;
  }
  #livemap .map .mapimg {
    height: auto;
  }
  #livestats {
    padding-bottom: 58px;
  }
  #livestats .stats-heading {
    height: auto;
    margin-bottom: 38px;
  }
  #livestats .stats {
    display: block;
    text-align: center;
  }
  #livestats .stats:before {
    display: none;
  }
  #livestats .stats .item + .item {
    margin-top: 23px;
  }
  #livestats .partner {
    text-align: center;
    border-top: 1px solid #f5ecfd;
    margin-top: 65px;
    padding-top: 74px;
  }
  #livestats .partner .heading {
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #livestats .partner ul li {
    margin-top: 40px;
  }
  #livestats .partner ul li + li {
    margin-left: 0;
  }
  #downloads {
    padding-top: 98px;
    padding-bottom: 80px;
  }
  #downloads .devices {
    position: relative;
    left: 0;
    top: 0;
    height: 278px;
  }
  #downloads .devices .iphone {
    bottom: -192px;
  }
  #downloads .devices .ipad {
    margin-left: 25px;
  }
  #downloads .devices .ipad,
#downloads .devices .iphone {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  #downloads .heading:before {
    top: 248px;
    content: url("../images/mini_download_partern.png");
    left: -8px;
  }
  #downloads .heading h2 {
    font-size: 32px;
    line-height: 1.375;
  }
  #downloads .heading h2 span {
    display: block;
    max-width: 200px;
  }
  #downloads .heading h2 b {
    display: block;
  }
  #submit_request .heading h2 {
    font-size: 42px;
    line-height: 1.0476190476;
  }
  #submit_request {
    padding-bottom: 88px;
  }
  #submit_request .heading::before {
    content: url("../images/mini-submit-partern.png");
  }
  .footer .footer-menu > li {
    width: 100%;
  }
  .footer .footer-menu > li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .footer .copyright .copyright-text span {
    display: block;
  }
  #banner-cover .content h1 {
    font-size: 32px;
  }
  #submit_request_form [type=submit] {
    margin-top: 20px;
  }
  #achievement .headbg {
    font-size: 54px;
    margin-bottom: -80px;
    letter-spacing: 9px;
  }
  #achievement .item {
    padding-left: 10px;
    padding-right: 10px;
  }
  #achievement .item .card {
    max-width: 370px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #timeline dl:before {
    left: 0;
    margin-left: 10px;
  }
  #timeline dl dt {
    margin-left: 40px;
    margin-right: inherit;
  }
  #timeline dl dt:before {
    background-color: #198cf8;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    position: absolute;
    left: -36px;
    top: 11px;
  }
  #timeline dl dd .circ {
    width: 14px;
    height: 14px;
    top: 38px;
    left: 3px;
    margin-left: 1px;
  }
  #timeline dl dd .event-description,
#timeline dl dd .event-detail,
#timeline dl dd.pos-left .event-description,
#timeline dl dd.pos-left .event-detail {
    padding-left: 40px;
    padding-right: 0;
    float: none;
    text-align: left;
    width: 100%;
    max-width: 520px;
    padding-right: 10px;
  }
  #timeline dl dd .event-description,
#timeline dl dd.pos-left .event-description {
    margin-top: 10px;
  }
  #timeline dl dd .event-detail:before {
    content: url("../images/timeline-xs-right.png");
    position: absolute;
    top: 0;
    left: 10px;
  }
  #timeline dl dd.pos-left .event-detail:before {
    content: url("../images/timeline-xs-left.png");
    position: absolute;
    top: 0;
    left: 10px;
  }
  #timeline dl .thumb {
    height: 160px;
    margin: 0;
  }
  #timeline dl .multi-thumb {
    display: none;
  }
  #timeline dl dt:last-of-type {
    margin-bottom: -18px;
  }
  .items-wrap li {
    float: none;
    display: block;
    width: 100%;
  }
  .items-wrap li .item {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
  #about .item .item-content,
#about .item .item-description {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  #getintouch {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  #getintouch .map {
    margin-right: 0;
  }
  #about {
    padding-bottom: 80px;
  }
  #about .heading {
    margin-bottom: 80px;
  }
  #about .item + .item {
    margin-top: 40px;
  }
  #about .item .item-content {
    padding-top: 30px;
  }
  #about .item .item-content .item-title {
    font-weight: 400;
  }
  #about .item .item-content .item-bg {
    font-size: 34px;
    letter-spacing: 4px;
  }
  #about .item .item-content .item-bg {
    top: 24px;
  }
  #about .item .item-description .cover {
    margin-bottom: 5px;
  }
  #joinus {
    padding-bottom: 90px;
  }
  #joinus .attach-group {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #joinus #attach_button #filename {
    position: static;
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }
  .body-wrap #downloads {
    padding-bottom: 0;
  }
  #livestats .partner ul li:last-child {
    margin-left: 0;
  }
  #livestats .partner ul {
    float: none;
    display: block;
    text-align: center;
  }
  #livestats .partner ul li {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 196px;
    text-align: left;
  }
}
/*# sourceMappingURL=main.css.map */