/* Minification failed. Returning unminified contents.
(7711,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7713,27): run-time error CSS1039: Token not allowed after unary operator: '-lh'
(7713,39): run-time error CSS1039: Token not allowed after unary operator: '-max-lines'
(7722,28): run-time error CSS1039: Token not allowed after unary operator: '-lh'
(7722,41): run-time error CSS1039: Token not allowed after unary operator: '-max-lines'
(7746,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7750,27): run-time error CSS1039: Token not allowed after unary operator: '-lh'
(10694,17): run-time error CSS1038: Expected hex color, found '#ffff'
(12877,41): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(13062,38): run-time error CSS1034: 
(13062,38): run-time error CSS1042: Expected function, found ','
(13062,42): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
    .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .iti--container:hover {
      cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("/content/js/intlteljs/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url("/content/js/intlteljs/flags@2x.png"); } }

.iti__flag.iti__np {
  background-color: transparent; }

.iti__selected-flag {
    height: 30px;
}
/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {
	padding: 4px;
	margin-top: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	direction: ltr;
}

.datetimepicker-inline {
	width: 220px;
}

.datetimepicker.datetimepicker-rtl {
	direction: rtl;
}

.datetimepicker.datetimepicker-rtl table tr td span {
	float: right;
}

.datetimepicker-dropdown, .datetimepicker-dropdown-left {
	top: 0;
	left: 0;
}

[class*=" datetimepicker-dropdown"]:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #cccccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
}

[class*=" datetimepicker-dropdown"]:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
}

[class*=" datetimepicker-dropdown-top"]:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #cccccc;
	border-top-color: rgba(0, 0, 0, 0.2);
	border-bottom: 0;
}

[class*=" datetimepicker-dropdown-top"]:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ffffff;
	border-bottom: 0;
}

.datetimepicker-dropdown-bottom-left:before {
	top: -7px;
	right: 6px;
}

.datetimepicker-dropdown-bottom-left:after {
	top: -6px;
	right: 7px;
}

.datetimepicker-dropdown-bottom-right:before {
	top: -7px;
	left: 6px;
}

.datetimepicker-dropdown-bottom-right:after {
	top: -6px;
	left: 7px;
}

.datetimepicker-dropdown-top-left:before {
	bottom: -7px;
	right: 6px;
}

.datetimepicker-dropdown-top-left:after {
	bottom: -6px;
	right: 7px;
}

.datetimepicker-dropdown-top-right:before {
	bottom: -7px;
	left: 6px;
}

.datetimepicker-dropdown-top-right:after {
	bottom: -6px;
	left: 7px;
}

.datetimepicker > div {
	display: none;
}

.datetimepicker.minutes div.datetimepicker-minutes {
	display: block;
}

.datetimepicker.hours div.datetimepicker-hours {
	display: block;
}

.datetimepicker.days div.datetimepicker-days {
	display: block;
}

.datetimepicker.months div.datetimepicker-months {
	display: block;
}

.datetimepicker.years div.datetimepicker-years {
	display: block;
}

.datetimepicker table {
	margin: 0;
}

.datetimepicker  td,
.datetimepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
}

.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
	background-color: transparent;
}

.datetimepicker table tr td.minute:hover {
	background: #eeeeee;
	cursor: pointer;
}

.datetimepicker table tr td.hour:hover {
	background: #eeeeee;
	cursor: pointer;
}

.datetimepicker table tr td.day:hover {
	background: #eeeeee;
	cursor: pointer;
}

.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
	color: #999999;
}

.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
	background: none;
	color: #999999;
	cursor: default;
}

.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
	background-color: #fde19a;
	background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
	background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
	border-color: #fdf59a #fdf59a #fbed50;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
	background-color: #fdf59a;
}

.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
	background-color: #fbf069;
}

.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
	background-color: #0044cc;
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
	background-color: #003399;
}

.datetimepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.datetimepicker .datetimepicker-hours span {
	height: 26px;
	line-height: 26px;
}

.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
	width: 14.6%;
}

.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
	margin-bottom: inherit;
	line-height: 30px;
}

.datetimepicker .datetimepicker-minutes span {
	height: 26px;
	line-height: 26px;
}

.datetimepicker table tr td span:hover {
	background: #eeeeee;
}

.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
	background: none;
	color: #999999;
	cursor: default;
}

.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
	background-color: #0044cc;
}

.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
	background-color: #003399;
}

.datetimepicker table tr td span.old {
	color: #999999;
}

.datetimepicker th.switch {
	width: 145px;
}

.datetimepicker th span.glyphicon {
	pointer-events: none;
}

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot th {
	cursor: pointer;
}

.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot th:hover {
	background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
	cursor: pointer;
	width: 14px;
	height: 14px;
}

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

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

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

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

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

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

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

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

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

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

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

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

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

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

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

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

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

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

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

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

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

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

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

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

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

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

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

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

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

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

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

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

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

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

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

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

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

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

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

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

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-synagogue:before {
  content: "\f69b"; }

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

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

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

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

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

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

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

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

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

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

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

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

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

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

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

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

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

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

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

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}

.slider {
    margin: 40px auto;
    position: relative;
    max-width: 90%;
    max-height: 592px;
    z-index: 1;
}
    .slider > img {
        background: white;
        box-shadow: 0 0 17px 10px rgba(61, 99, 246, 0.1);
        position: absolute;
        left: 50%;
        top: 50%;
        width: auto;
        margin: 0 auto;
        transition: transform .5s;
        transform: translate(-50%,-50%)scale(1);
        z-index: 0;
        height: 100%;
    }
.slider>img.left , .slider>img.center , .slider>img.right{
	display:inline-block;
	
}
.slider>img.left{
	transform: translate(-118.25%,-50%);
	z-index: 1;
    opacity:0.15;
}

.slider > img.other {
     opacity:0.15;  
}

    .slider > img.center {
        z-index: 2;
        transform: translate(-50%,-50%) scale(1.1);
        z-index: 9;
        width: 55%;
        padding: 20px 0;
        height: 100%;
        opacity: 1;
    }
.slider>img.right{
	transform: translate(18.25%,-50%);
	z-index: 1;
    opacity:0.15;
}
.slider>.navContainer{
	width:49%;
	height: 100%;
	position: relative;
	display:inline-block;
	z-index: 500;
}
.leftClass {
    transform: rotate(180deg);
    z-index: 9999999;
    position: absolute;
    left: -60px;
}
.rightClass {
    
}

.slider>.navContainer>.leftClass,.slider>.navContainer>.rightClass{
	height: 100%;
	width:30px;
	background: url(../assets/img/btn-yellow.png) no-repeat center;
	background-position-x:0;
	position: absolute;
	opacity:0.6;
	cursor: pointer;
	
}
.slider>.navContainer>.leftClass:hover, .slider>.navContainer>.rightClass:hover
	{
		opacity:1;
	}
	
.slider>.navContainer>.rightClass{
	/*right: 0;
	background-position-x:-30px;*/
	z-index: 9999999;
    position: absolute;
    right: -90px;

}
.slider>.navContainer>.leftClass{
	
}

.home-demo.three p {
    padding-bottom: 0;
}
#timeline {
    width: 100%;
    height: auto !important;
}

    #timeline div > div > div {
        overflow: visible !important
    }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
header{
    background-color: #2557f4;
    border-color: #2557f4;
    color:#fff;
    box-shadow:none;
}
header img{
    max-width: 180px!important;
    margin: 0 auto;
}

.height-adjust{
    min-height:40px;
}
.container{
    width:95%;
    margin: 0 auto;
}
body{
    background:#f5f5f5;
}

.pdp-bc-wrap{
    padding:20px 0;
}

.bc-item a,.bc-item{
  color: #fff; 
  text-decoration: none;
}

.bc-item a:hover,.bc-item a:focus,.bc-item a:active {
    color: #fde400;
    text-decoration: none;
}

.padLR0 {
padding-left:0;
padding-right:0;

}

/*---------------|CSS to be used|--------------*/
#button {
  display: inline-block;
      background-color: #2858f3;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
cursor: pointer;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button.show {
  opacity: 1;
  visibility: visible;
}



.gradient-bkg {
    background-image: url(/images/software/pdp-page-bg-v3.jpg);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}
.pdp-prod-details {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 0 26px -4px rgba(61, 99, 246, 0.3);
}
.pdp-prod-details hr {
    border-top: 1px solid #c8c5c4;
    margin: 20px 0 0;
}

.pdp-prod-title p small{
    color:#6b6a6a;
    opacity:0.84;
}
.pdp-prod-title p small,.pdp-prod-title p img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.pdp-prod-cta{
    padding: 10px 0 0;
}

.pdp-prod-cta a, .pdp-cta a {
    border: 1px solid #c8c5c4;
    border-radius: 50px;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 20px;
}

.pdp-cta a{
    background: #2656f4;
    border: 1px solid #2656f4;
    color:#fff;
}
.pdp-prod-cta a .fa-arrow-circle-right,
.pdp-cta a .fa-arrow-circle-right {
    font-size: 1.35em;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.pdp-cta a .fa-arrow-circle-right {
    color:#fde401;
}


.pdp-prod-cta a.blue {
   background: #2656f4;
    color: #fff; 
    border:1px solid #2656f4;
}
.pdp-prod-cta a.blue .fa-arrow-circle-right{
    color: #fde401;
}
.write-review{
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.pdp-rating{
    display: inline-block;
}

.write-review strong,.pdp-rating strong{
    margin-left: 10px;
}
.write-review a,.pdp-rating a{
    text-decoration: none;
    color:#000;
}

.rating {
    direction: rtl;
    unicode-bidi: bidi-override;
    color: #ddd;
    display: inline-block;
    padding-top: 20px;
}
.rating input {
	display: none;
}
.rating label:hover,
.rating label:hover ~ label,
.rating input:checked + label,
.rating input:checked + label ~ label {
	color: #ffc107; /* Personal color choice. Lifted from Bootstrap 4 */
}


.pdp-price-tag{
    margin-top: 10px;   
}
.pdp-main-price{
   font-weight: 700;
   margin-right: 20px;
}

.pdp-main-price big.black{
   color: #000;
    background: #fff;
    font-size:1.3em;
}
.pdp-main-price big.blue{
    color: #2557f4;
    font-size:1.3em;
}

.pdp-old-price  {
    color: #666;
    font-size: 1.250em;
    text-decoration: line-through;
    margin-right: 20px;
    font-weight: bold;
}

.pdf-price-box {
    display: inline-block;
    padding: 3px 7px;
    background-color: green;
    color: white;
    border-radius: 20px;
    position: relative;
    top: -3px;
} 

.pdp-price-link a {
    text-decoration: none;
    color:#000;
}

.pdp-share{
    padding-top: 15px;
}
.pdp-share a {
    background: #2656f4;
    display: inline-block;
    opacity: 1;
    margin: 10px 10px 10px 0; 
    padding: 7px;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    transition:.3s ease;
}

.pdp-share a:hover,
.pdp-share a:active,
.pdp-share a:focus{
    opacity: .8
}


.pdp-stat-list{
    padding-top: 15px;
    padding-left: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style: none;
}

.pdp-stat-list li {
    color: #6f6f6f;
    font-weight: 700;
}

.pdp-stat-list li .fa-phone-square {
    transform: rotate(90deg);
}

/* --- --- */
.pdp-prod-img-wrap {
    position: relative;
}

.pdp-prod-img-wrap .pdp-badge {
    position: absolute;
    top: 5px;
    right: 5px;
}

.pdp-tab-list-wrap {
    box-shadow: 0 0 26px -4px rgba(61, 99, 246, 0.3);
    /*    text-shadow: 0px 4px 5.8100000000000005px rgba(101, 101, 102, 0.09);*/
    background: #bbd4fb;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.pdp-tab-list-wrap.fixed {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 9;
}
ul.pdp-tab-list{
    list-style: none;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
}

@media(min-width:1280px){
    ul.pdp-tab-list{
        min-height: 41px;
        max-height:41px;
    }
}

ul.pdp-tab-list li {
    display: inline-block;
    padding: 10px 40px;
}

    ul.pdp-tab-list li a {
        padding-bottom: 9px;
        color: #2454f4;
        font-weight: 700;
    }

ul.pdp-tab-list li a.active{
/*    border-bottom:3px solid #2557f4;*/
        /*color: #fde400;*/
}


/*------*/

h4.title {
    padding: 10px 0;
    margin: 10px 0;
}

.pdp-feat-wrap{
    padding: 0px;
   box-shadow: 0 0 26px -4px rgba(61, 99, 246, 0.3);
/*    text-shadow: 0px 4px 5.8100000000000005px rgba(101, 101, 102, 0.09);*/
    background: #fff;
    border-radius: 10px;
}

.pdp-feat-sec-text{
    /*background-image:url(/images/software/pdp-feat-sec-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 345px;*/
    position: relative;
}

.pdp-feat-wrap .overlay-text {
    padding: 20px;
}

/*.overlay-text {
    margin: 0 auto;
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.overlay-text h4,.overlay-text p{
  margin: 0 0 20px;
 color:#fff;
}
    .overlay-text p {
        max-height: 180px;
        overflow-y: auto;
        overflow-x: hidden;
    }
        .pdp-feat-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(37,87,244,.7);
}*/
/*
.pdp-feat-sec-img {
    position: relative;
}
.pdp-feat-sec-wrap img.w100{
    width:100%;
}


.pdp-feat-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(37,87,244,.7);
}

.overlay-text {
    margin: 0 auto;
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pdp-feat-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(37,87,244,.7);
    margin: 0 auto;
    padding: 20px 40px;
}

.pdp-feat-overlay h4,.pdp-feat-overlay p{
  margin: 0 0 20px;
 color:#fff;
}
*/

.pdp-feat-list {
    padding: 10px 15px;
    background: #f0f2f8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.pdp-feat-item{
    margin-bottom: 10px;
}
.pdp-spec-wrap .pdp-spec-item{
    padding: 10px;
    box-shadow: 0px 4px 5.8100000000000005px rgba(101, 101, 102, 0.09);
/*    text-shadow: 0px 4px 5.8100000000000005px rgba(101, 101, 102, 0.09);*/
    background: #fff;
    font-size:12px;
}
.pdp-spec-wrap .pad1{
    padding:2px;
}

.pdp-spec-item .table{
    margin-bottom: 0;
}
.pdp-spec-item .table tr td {
    padding: 0;
    margin: 0;
    border-top: none;
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
}

.pdp-spec-item .table tr td

.pdp-spec-item .table tr td:nth-child(2){
    text-align: center;
    width:20%;
}
.pdp-spec-item .table tr td:nth-child(1){
    text-align: left;
    width:70%;
}

.pdp-spec-item .table tr td:nth-child(3) {
    width: 20%;
    padding-left: 20px;
}

.pdp-spec-item .table tr td i,.pdp-spec-item .table tr td p{
    display: inline-block;
    text-align: left;
    margin-left: 10px;
}

    .pdp-spec-item .table tr td p {
        margin-bottom: 0;
        max-width: 80%;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: break-word;
        overflow: hidden;
        vertical-align: middle;
    }

@media(max-width:1199px) {
    .pdp-spec-item .table tr td p {
        max-width: 80%;
        text-overflow: initial;
        white-space: normal;
        word-break: break-word;
        overflow:auto;
    }
}


.pdp-pack-wrap {
    padding: 0px 20px 0;
    box-shadow: 0 0 26px -4px rgba(61, 99, 246, 0.3);
    /* text-shadow: 0px 4px 5.8100000000000005px rgba(101, 101, 102, 0.09); */
    background: #f0f2f7;
    border-radius: 10px;
}

.pdp-pack-item {
    position: relative;
}


.pdp-pack-item.pdp-bord-top .fa-angle-down {
    font-size: 1.250em;
     margin-right: 10px; 
}

.pdp-pack-det-trig {
    transition: 0.7s ease-in-out;
}

.pdp-pack-det-trig.rotate-trig {
    transform: rotate(180deg);
    margin-right: 10px;
}

.pdp-pack-detail {
    background: white;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    z-index: 9;
    /*min-height: 200px;*/
    top: 100%;
    transition: .3s ease-in-out;
    box-shadow: 0 0 26px -4px rgba(61, 99, 246, 0.3);
}
.pdp-pack-item i, .pdp-pack-item p {
    display: inline-block;
    vertical-align: top;
}

.pdp-pack-item i{
    max-width: 20%;
    margin-right: 10px;
}

.pdp-pack-item p {
    font-weight: 700;
    /*22-3-2019 baba k */
    /*max-width: 85%;*/
    /*max-width: 72%;*/
    /*-----------*/
    margin: 0 auto 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pack-row {
   padding: 10px 0px 30px; 
}

.pdp-pack-wrap .pack-row {
    padding: 0 0 0;
}
.bg-white.pack-row {
    background: #fff;
    margin: 0 -20px;
    padding: 10px 20px;
}

.bg-white.pack-row.bord-rad {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pdp-bord-top{
    border-top: 1px solid #c3c3c3;
    padding-top: 10px;
}

.pdp-spec-item .fa-check-circle{
  color:#2656f4; font-size: 1em;  
}

.pdp-spec-item .fa-check-circle.big {
    color: #2656f4;
    font-size: 1.250em;
}

.pdp-bord-top .fa-check-circle{
    color:#2656f4; font-size: 1em; min-width: 40px;
}

.pdp-pack-item .fa-check-circle{
   color:#2656f4; font-size: 1em; min-width:40px; 
}

.pdp-pack-social-item img{
  margin-top: 20px;
}
.pdp-pack-social-item p{
  margin: 20px auto 0;
  max-width:100%;
}

.pdp-pack-item.pdp-bord-top.pdp-feat p {
    white-space: normal;
    max-width:80%;
}
.pdp-pack-item p {
    white-space: normal;
}

section#productdetails {
    padding: 40px 0;
}
    /*----------------*/
    .down-arrow {
        margin: 20px auto;
        cursor: pointer;
        transition: 1s ease-in-out;
    }

    .pdp-extra-info {
        height: 0;
        -webkit-transition: height 2s; /* For Safari 3.1 to 6.0 */
        transition: height 2s;
    }

        .pdp-extra-info.showinfo {
            height: 400px;
            max-height: 100%;
            overflow: auto;
        }

    .down-arrow.showinfo {
        transform: rotate(180deg);
    }

    /*----------------*/
.pdp-pricing-wrap {
    background: #f0f2f8;
    padding: 20px 0 0;
    border-radius: 10px;
    box-shadow: 0 0 26px -4px rgba(61, 99, 246, 0.3);
    /* text-shadow: 0px 4px 5.8100000000000005px rgba(101, 101, 102, 0.09); */
}

        .pdp-pricing-wrap h3.sec-title,
        .pdp-pricing-wrap p.sec-title {
            margin-bottom: 0;
        }

        .pdp-pricing-wrap .pdp-price-item {
            margin: 0 auto;
            max-width: 360px;
        }

    .pdp-pricing-wrap .pdp-price-card {
        background: #fff;
        padding: 13px;
        border-radius: 10px;
        position: relative;
        padding-bottom: 60px !important;
    }

            .pdp-pricing-wrap .pdp-price-card:hover {
                cursor: pointer;
                -webkit-box-shadow: 0px 0px 14px 7px rgba(38, 82, 183, 0.18);
                -moz-box-shadow: 0px 0px 14px 7px rgba(38, 82, 183, 0.18);
                box-shadow: 0px 0px 14px 7px rgba(38, 82, 183, 0.18);
            }

    .pdp-price-card .pdp-title {
        text-align: center;
    }

        .pdp-price-card .pdp-title .fa-cube {
            color: #3252cb;
            margin-right: 5px;
        }

        .pdp-price-card .pdp-title hr {
            border-top: 3px solid #c9cdd1;
            margin: 10px 0;
        }

    .pdp-price-card ul.price-points {
        padding-left: 20px;
        list-style: none;
    }

        .pdp-price-card ul.price-points li {
            line-height: 1.8;
        }

            .pdp-price-card ul.price-points li .fa-times-circle {
                font-size: 24px;
                color: #ccc;
                font-size: 120%;
            }

            .pdp-price-card ul.price-points li .fa-check-circle.act {
                color: #3252cb;
            }

    .pdp-price-card .pdp-content {
        padding: 20px 0;
    }

        .pdp-price-card .pdp-content h2 {
            margin-top: 0;
        }

        .pdp-price-card .pdp-content p {
            color: #131313;
        }

    .pdp-price-card img {
        width: auto !important;
        max-width: 160px;
    }

    .pdp-price-card .pdp-title {
        position: relative;
    }

        .pdp-price-card .pdp-title h3 {
            margin-top: 0;
        }

        .pdp-price-card .pdp-title .badge {
            position: absolute;
            text-align: center;
            max-width: 100px;
            margin: 0 auto;
            top: -42%;
            left: 0;
            right: 0;
            background: #2549bd;
        }

    .pdp-pricing-slider .owl-stage-outer {
        padding: 40px 0;
    }

    .pdp-price-card .pdp-cta {
        position: relative;
        bottom: 0;
        width: 100%;
        text-align: center;
        margin: 0px auto 0;
    }

        .pdp-price-card .pdp-cta.completed {
            position: relative;
            bottom: 0;
            margin: 0;
        }

.pdp-price-card h3 {
    font-size:20px;
}

.pdp-price-card h5 {
    font-size: 13px;
}

.pdp-price-card h4 {
    font-size: 20px;
    font-weight:bold;
}

.pdp-pricing-slider .owl-prev {
    position: absolute;
    top: 44%;
    left: -20px;
}

        .pdp-pricing-slider .owl-prev .fa-arrow-circle-left,
        .pdp-pricing-slider .owl-next .fa-arrow-circle-right {
            font-size: 2em;
            color: #fde401;
        }

    .pdp-pricing-slider .owl-next {
        position: absolute;
        top: 44%;
        right: -20px;
    }
    /*-----------------------------------------------*/

    .pdp-portfolio-wrap {
        box-shadow: 0 0 26px -4px rgba(61, 99, 246, 0.3);
        /*    text-shadow: 0px 4px 5.8100000000000005px rgba(101, 101, 102, 0.09);*/
        border-radius: 10px;
        background: #fff;
        padding: 20px 0;
    }

        .pdp-portfolio-wrap h3.sec-title {
            margin: 10px 0;
        }


    .portfolio-slider .owl-prev {
        position: absolute;
        top: 44%;
        left: 0;
    }

        .portfolio-slider .owl-prev .fa-arrow-circle-left,
        .portfolio-slider .owl-next .fa-arrow-circle-right {
            font-size: 2em;
            color: #fde401;
        }

    .portfolio-slider .owl-next {
        position: absolute;
        top: 44%;
        right: 0;
    }
    /*--------------------------------------*/
    .pdp-milestone-wrap img {
        box-shadow: 0 0 26px -4px rgba(61, 99, 246, 0.3);
        /*    text-shadow: 0px 4px 5.8100000000000005px rgba(101, 101, 102, 0.09);*/
        background: #f0f2f7;
        border-radius: 15px;
    }

    /*--------------------------------------*/

    .pdp-qnadq-wrap {
        padding: 40px 0;
        background: #2549bd;
        box-shadow: 0 0 26px -4px rgba(61, 99, 246, 0.3);
        border-radius: 10px;
    }

    .pdp-qnadqform {
        text-align: center;
    }

        .pdp-qnadqform input[type="text"] {
            width: 70%;
            background: #0b2897;
            padding: 0 20px;
            margin: 0 20px;
            height: 48px;
            border-radius: 20px;
            border: none;
            color: #fff;
        }

        .pdp-qnadqform input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #fff;
            opacity: .34;
        }

        .pdp-qnadqform input::-moz-placeholder { /* Firefox 19+ */
            color: #fff;
            opacity: .34;
        }

        .pdp-qnadqform input:-ms-input-placeholder { /* IE 10+ */
            color: #fff;
            opacity: .34;
        }

        .pdp-qnadqform input:-moz-placeholder { /* Firefox 18- */
            color: #fff;
            opacity: .34;
        }

        .pdp-qnadqform button[type="submit"] {
            width: 10%;
            min-width: 200px;
            border: 1px solid #c8c5c4;
            border-radius: 50px;
            padding: 5px 25px 5px 10px;
            display: inline-block;
            margin-right: 20px;
            background: transparent;
            color: #fff;
            font-weight: 700;
            font-size: 1.150em;
            position: relative;
        }

            .pdp-qnadqform button[type="submit"] .fa-arrow-circle-right {
                position: absolute;
                right: 5px;
                top: 3px;
                font-size: 1.5em;
                color: #fde401;
            }

    /*----------------------*/

    .pdp-rating-wrap .pdp-rating-item {
        box-shadow: 0 0 26px -4px rgba(61, 99, 246, 0.3);
        text-shadow: 0px 4px 5.8100000000000005px rgba(101, 101, 102, 0.09);
        margin-bottom: 10px;
        background: #fff;
        padding: 0 20px 0 0;
        border-radius: 10px;
    }

    .user-rate-img {
        display: inline-block;
        vertical-align: middle;
    }

        .user-rate-img img {
            max-width: 100px;
            margin: 0;
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
        }

    .user-rate-meta {
        background: #fff;
        padding: 20px 0;
        margin-left: 40px;
        display: inline-block;
        vertical-align: middle;
    }

        .user-rate-meta h5, .user-rate-meta p {
            margin: 0 auto;
        }

        .user-rate-meta h5 {
            font-weight: 700;
            color: #2649bd;
        }

        .user-rate-meta p {
            font-size: 13px;
        }

    .user-review-text h5 {
        font-weight: 700;
        margin: 0 0 10px;
        color: #000;
    }

    .user-review-text p {
        color: #000;
        opacity: .60
    }

    .user-rate-star {
        margin: 20px 0 5px;
    }

        .user-rate-star .fa-star {
            color: #dddddd;
        }

        .user-rate-star .checked.fa-star {
            color: #fde401;
        }

    /*--------------------*/
    .pdp-promo-banner {
        margin: 20px 0;
    }


    /*----------------*/

    .pdp-faq-wrap .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
        border-bottom: 2px solid #2649bd;
    }

    .pdp-faq-wrap .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .pdp-faq-wrap .panel-title {
        font-size: 14px;
        background: #fff;
        color: #000 !important;
    }

        .pdp-faq-wrap .panel-title > a {
            display: block;
            padding: 10px 20px;
            text-decoration: none;
        }

    .pdp-faq-wrap .more-less {
        float: right;
        color: #212121;
    }

    .pdp-faq-wrap .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top: none;
        padding: 0 20px 10px;
    }

    .pdp-faq-wrap hr {
        width: 98%;
        margin: 10px auto;
    }

    /*----------------------------*/

    #pdp-modal .modal-dialog {
        width: 95%;
        max-width: 100%;
        margin: 30px auto;
        opacity: 1;
        z-index: 999;
    }

    #pdp-modal .modal-body {
        position: relative;
        padding: 0 15px 10px;
    }


    #pdp-modal .modal-header {
        padding: 20px 20px 0;
        border-bottom: 1px solid #e5e5e5;
    }

    .wizard {
        margin: 0px auto;
        background: #fff;
    }

        .wizard .nav-tabs {
            position: relative;
            margin: 0px auto;
            margin-bottom: 0;
            border-bottom-color: #e0e0e0;
        }

        .wizard > div.wizard-inner {
            position: relative;
            max-width: 300px;
            margin: 0 auto;
        }

    .connecting-line {
        height: 2px;
        background: #e0e0e0;
        position: absolute;
        width: 80%;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 50%;
        z-index: 1;
    }

    .wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
        color: #555555;
        cursor: default;
        border: 0;
        border-bottom-color: transparent;
    }

    span.round-tab {
        width: 30px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        border-radius: 100px;
        background: #fff;
        border: 2px solid #e0e0e0;
        z-index: 2;
        position: absolute;
        left: 0;
        text-align: center;
        font-size: 15px;
    }

        span.round-tab i {
            color: #555555;
        }

    .wizard li.active span.round-tab {
        background: #fff;
        border: 2px solid #2454f4;
    }

        .wizard li.active span.round-tab i {
            color: #2454f4;
        }

    span.round-tab:hover {
        color: #333;
        border: 2px solid #333;
    }

.wizard .nav-tabs > li:first-child:nth-last-child(1) { width: 100%; }

.wizard .nav-tabs > li:first-child:nth-last-child(2), .wizard .nav-tabs > li:first-child:nth-last-child(2) ~ li { width: 50%; }

    .wizard li:after {
        content: " ";
        position: absolute;
        left: 46%;
        opacity: 0;
        margin: 0 auto;
        bottom: 0px;
        border: 5px solid transparent;
        border-bottom-color: #2454f4;
        transition: 0.1s ease-in-out;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 46%;
        opacity: 1;
        margin: 0 auto;
        bottom: 0px;
        border: 10px solid transparent;
        border-bottom-color: #2454f4;
    }

.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 10px auto;
    border-radius: 100%;
    padding: 0;
}

        .wizard .nav-tabs > li a:hover {
            background: transparent;
        }

    .wizard .tab-pane {
        position: relative;
    }

    .wizard h3 {
        margin-top: 0;
    }

    .wizard ul.list-inline {
        padding: 20px 0;
    }

.wizard .list-inline button, #temptitle button {
    border: 1px solid #2454f4;
    border-radius: 50px;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 20px;
    background-color: #fff;
}

        .wizard .list-inline button .fa-arrow-circle-right {
            font-size: 1.35em;
            display: inline-block;
            vertical-align: middle;
            margin-left: 5px;
            position: relative;
            color: #2454f4;
        }

        .wizard .list-inline button .fa-arrow-circle-left {
            font-size: 1.35em;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            position: relative;
            color: #2454f4;
        }



    .wizard .pdp-price-card .pdp-cta {
        position: relative;
        bottom: 0;
        width: 100%;
        text-align: center;
        margin: 30px auto 0;
    }

    .wizard .template-thumb-slider.owl-carousel .owl-item img {
        width: auto !important;
        margin: 0 auto;
    }

    .template-thumb {
        padding: 20px;
        border: 1px solid #f7f7f7;
        border-radius: 20px;
        background: #c3d1fd;
    }

        .template-thumb button, .template-thumb button:hover {
            margin-top: 20px;
            border: none !important;
            outline: 0 !important;
        }

.pdp-temp-sel.selecttemplate.selected, .pdp-temp-sel.selecttemplate:hover, .pdp-temp-sel.selecttemplate:focus, .pdp-temp-sel.selecttemplate:active {
    background-color: #f2e801 !important;
    color: #2455f4!important;
}


        .template-thumb.selected {
            padding: 20px;
            border: 1px solid #f7f7f7;
            border-radius: 20px;
            background: #2455f4;
            color: #fff;
        }


.pdp-modal-pricing-slider .pdp-price-item .pdp-price-card {
    padding: 20px;
    border: 1px solid #f7f7f7;
    border-radius: 20px;
    background: #c3d1fd;
    padding-bottom: 60px !important;
}

        .pdp-modal-pricing-slider .pdp-price-item .pdp-price-card .pdp-title hr {
            border-top: 3px solid #2556f3;
            margin: 10px 0;
        }

    .pdp-modal-pricing-slider .pdp-price-item.selected .pdp-price-card {
        background: #2455f4;
        color: #fff;
    }

    .pdp-modal-pricing-slider .pdp-price-item.selected ul.price-points li .fa-check-circle.act {
        color: #ffffff;
    }

    .pdp-modal-pricing-slider .pdp-price-item.selected .pdp-title .fa-cube {
        color: #ffffff;
        margin-right: 5px;
    }

    .pdp-modal-pricing-slider .pdp-price-item.selected .pdp-price-card .pdp-title hr {
        border-top: 3px solid #fff;
        margin: 10px 0;
    }

    .pdp-modal-pricing-slider .pdp-price-item.selected .pdp-price-card .pdp-cta a {
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #2455f4;
    }

.pdp-modal-pricing-slider .owl-stage, .pdp-pricing-slider .owl-stage {
    margin: auto;
}
.template-thumb.selected button {
    background-color: #ffe403 !important;
    color: #2455f4;
}

    .wizard .tab-pane h2.text-center {
        margin-bottom: 20px;
    }

    .pdp-modal-pricing-slider .owl-prev {
        position: absolute;
        top: 44%;
        left: 0;
    }

        .pdp-modal-pricing-slider .owl-prev .fa-chevron-left,
        .pdp-modal-pricing-slider .owl-next .fa-chevron-right {
            font-size: 2em;
            color: #fde401;
        }


            .pdp-modal-pricing-slider .owl-prev .fa-chevron-left:before {
                content: "\f0a8";
            }

            .pdp-modal-pricing-slider .owl-next .fa-chevron-right:before {
                content: "\f0a9";
            }

    .pdp-modal-pricing-slider .owl-next {
        position: absolute;
        top: 44%;
        right: 0;
    }

    .template-thumb-slider .owl-prev {
        position: absolute;
        top: 44%;
        left: 0;
    }

        .template-thumb-slider .owl-prev .fa-chevron-left,
        .template-thumb-slider .owl-next .fa-chevron-right {
            font-size: 2em;
            color: #2454f4;
        }

            .template-thumb-slider .owl-prev .fa-chevron-left:before {
                content: "\f0a8";
            }

            .template-thumb-slider .owl-next .fa-chevron-right:before {
                content: "\f0a9";
            }

    .template-thumb-slider .owl-next {
        position: absolute;
        top: 44%;
        right: 0;
    }

    .template-specific-info {
        padding: 20px;
        background: #f7f7f7;
        margin: 20px auto;
    }


.template-thumb-slider .template-specific-info.show {
    padding: 20px;
    background: #f7f7f7;
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
}

    @media( max-width : 585px ) {

        .wizard {
            width: 90%;
            height: auto !important;
        }

        span.round-tab {
            font-size: 16px;
            width: 30px;
            height: 30px;
            line-height: 30px;
        }

        .wizard .nav-tabs > li a {
            width: 30px;
            height: 30px;
            line-height: 30px;
        }

        .wizard li.active:after {
            content: " ";
            position: absolute;
            left: 35%;
        }
        .wizard .template-thumb-slider.owl-carousel .owl-item img {
            width: 220px !important;
            height: 110px;
            margin: 0 auto;
        }
        .template-thumb button, .template-thumb button:hover {
            margin-top: 20px;
            border: none !important;
            outline: 0 !important;
            padding: 5px;
        }
        .template-thumb-slider.owl-carousel .owl-stage-outer {
            margin:0!important;
        }
        /*#divTFTempDescription {
            max-height:212px!important;
        }*/
    }

@media (max-width: 380px) {

    .template-thumb button, .template-thumb button:hover {
        margin-top: 20px;
        border: none !important;
        outline: 0 !important;
        padding: 5px;
        font-size: 0.8em;
    }
    .template-specific-info.show {
        padding:25px!important;
    }
    .pdp-price-card .btn {
        font-size: 12px;
        margin: 2px -1px!important;
    }
    .pdp-price-cta {
        margin: 0px -10px;
    }
}

@media (max-width: 320px) {

    .template-thumb button, .template-thumb button:hover {
        margin-top: 9px;
        border: none !important;
        outline: 0 !important;
        padding: 3px;
        font-size: 0.7em;
    }
}
    /*----------------------*/
    @media(max-width:1600px) {
        ul.pdp-tab-list li {
            padding: 10px 30px;
        }

        .overlay-text {
            width: 90%;
        }

        .pdp-feat-list {
            padding-top: 15px;
        }

        .pdp-spec-item .table tr td:nth-child(2) {
            width: 5%;
        }

        .pdp-spec-item .table tr td:nth-child(1) {
            width: 70%;
        }

        .pdp-spec-item .table tr td:nth-child(3) {
            width: 20%;
        }

        .pdp-bord-top .fa-check-circle {
            min-width: 20px;
        }

        .pdp-pack-item .fa-check-circle {
            min-width: 20px;
        }
    }

    @media(max-width:1440px) {
        ul.pdp-tab-list li {
            padding: 10px 20px;
        }
    }

    @media(max-width:1366px) {
        .overlay-text {
            width: 95%;
        }

        .pdp-spec-item .table tr td {
            font-size: 90%;
        }

        .pdp-pricing-slider .owl-prev {
            left: -35px;
        }

        .pdp-pricing-slider .owl-next {
            right: -35px;
        }
    }

    @media(max-width:1280px) {
        ul.pdp-tab-list li {
            padding: 10px 15px;
        }

        .overlay-text {
            font-size: 13px;
            word-break: break-word;
        }
    }

    @media(max-width:1199px) {
        .container {
            width: 100%;
            margin: 0 auto;
        }

        .pdp-tab-list-wrap.fixed {
            position: relative;
        }

        .pdp-prod-cta a, .pdp-cta a {
            margin: 0px 10px 10px 0;
        }

        .pdp-prod-desc .text-right {
            text-align: left;
        }

        ul.pdp-tab-list li {
            padding: 10px 15px;
            width: 49%;
            text-align: left;
        }

        .pdp-qnadqform input[type="text"] {
            width: 90%;
            margin: 10px auto;
        }

        .user-review-text {
            padding-left: 20px;
        }

        .user-rate-star {
            margin: 10px 20px;
        }

        .pdp-main-price {
            display: block;
        }

        .pdp-pricing-slider .owl-prev {
            left: -20px;
        }

        .pdp-pricing-slider .owl-next {
            right: -20px;
        }

        .pdp-prod-img-wrap .pdp-badge {
            left: 0;
            right: 0;
            display: block;
            width: 100%;
            text-align: center;
            position: relative;
        }

        .pdp-pack-social-item p {
            margin: 20px auto 0;
            max-width: 80%;
            overflow: visible;
            white-space: normal;
            text-overflow: initial;
        }
    }

    /*22-3-2021 added by Baba k*/
        @media only screen and (max-width: 1024px) {
      .pdp-pack-item p { max-width: 80%; }
       }
/*----------------------------------------*/

    @media(max-width:991px) {
        .pdp-prod-img-wrap img {
            width: 100%;
        }

        .pdp-prod-img-wrap .pdp-badge img {
            width: auto;
        }

        .pdp-pricing-slider .owl-prev {
            left: 0px;
        }

        .pdp-pricing-slider .owl-next {
            right: 0px;
        }

        .pdp-pack-social-item {
            margin: 0 -15px;
        }

        #button {
            width: 30px;
            height: 30px;
            bottom: 10px;
            right: 15px;
        }

            #button::after {
                font-size: 1em;
                line-height: 31px;
                color: #fff;
            }

        .slider > .navContainer > .rightClass {
            right: -20px;
        }

        .slider > .navContainer > .leftClass {
            left: -20px;
        }

        .pdp-spec-item .table tr td:nth-child(2) {
            width: 3%;
        }

        .pdp-spec-item .table tr td:nth-child(1) {
            width: 67%;
        }

        .pdp-spec-item .table tr td:nth-child(3) {
            width: 30%;
        }
    }

    @media(max-width:767px) {
        .pdp-stat-list {
            columns: 1;
            -webkit-columns: 1;
            -moz-columns: 1;
        }

        .wizard ul.list-inline {
            padding: 20px 0;
            float: none !important;
            text-align: center;
        }

        .tab-pane .list-inline > li {
            width: 35%;
            text-align: center;
            margin-bottom: 10px;
        }

        .wizard .list-inline button {
            margin-right: 0;
        }

        .pdp-pack-social-item p {
            margin: 20px auto 0;
            max-width: 90%;
        }

        .gradient-bkg {
            background-image: url(/images/software/pdp-page-bg-v3.jpg);
            background-position: 0px -40px;
            background-size: contain;
            background-repeat: no-repeat;
        }
    }

    @media(max-width:600px) {
        .pdp-pack-social-item p {
            margin: 20px auto 0;
            max-width: 100%;
        }
    }

    @media(max-width:480px) {
        #pdp-modal .btnclose {
            clear: both;
        }

        .pdp-pack-social-item p {
            margin: 20px auto 0;
            max-width: 100%;
        }

        .pdp-spec-item .table tr td:nth-child(2) {
            width: 5%;
        }

        .pdp-spec-item .table tr td:nth-child(1) {
            width: 65%;
        }

        .pdp-spec-item .table tr td:nth-child(3) {
            width: 30%;
        }
    }

    @media(max-width:320px) {
        .pdp-pack-social-item {
            margin: 0 0px;
        }
        /*22-3-2021 added by Baba k*/
        .pdp-pack-item p { max-width: 76%; }
        /*----------------------------------*/
    }

    /*------------------------------------------------------------------*/

    .home-demo .item {
        margin: 0px 25%;
    }

    .home-demo .owl-carousel1 .item {
        margin: 5px 5%;
        height: 130px;
        padding: 20px;
        /*box-shadow: 0 0 51px 10px rgba(61, 99, 246, 0.3);*/
        transition: 0.3s ease all;
    }

    .home-demo .owl-carousel1.grey-bkg .item {
        background: #f7f7f7;
        border-radius: 20px;
        transition: all 0.5s ease-in-out;
    }

    .home-demo .owl-carousel1 .item:hover, .home-demo .owl-carousel1 .item:focus {
        margin: 5px 5% !important;
        /* border: #a5a5a5 3px solid; 
        height: 160px;
        padding: 20px;*/
        box-shadow: 0 0 11px 5px rgba(61, 99, 246, 0.1);
        transition: 0.3s ease all;
    }

    .home-demo table h3 {
        font-size: 16px;
    }

    .home-demo h3 {
        font-size: 24px;
        /*font-family: "Poppins";*/
        color: rgb(58, 68, 102);
        line-height: 1.2;
        text-align: center;
    }

    .home-demo p {
        font-size: 14px;
        /*font-family: "Poppins";*/
        color: rgb(119, 119, 119);
        line-height: 1.2;
        text-align: center;
        width: 95%;
        margin: 0 auto;
        padding-bottom: 0px;
    }




    .home-demo h2 {
        font-size: 14px;
        /*font-family: "Poppins";*/
        color: rgb(119, 119, 119);
        line-height: 1.2;
        text-align: center;
    }

    .home-demo .owl-dot.active span {
        background: #ff3f4d
    }

    .home-demo.two {
        padding: 70px 0;
    }

    .home-demo .owl-carousel2 .item {
        margin: 0px 10% !important;
        padding: 20px;
        background: #f7f7f7;
        border-radius: 20px;
        transition: all 0.5s ease-in-out;
    }

    .home-demo.two .item:hover {
        background: #3d63f6;
        border-radius: 10px;
        color: white;
        border-radius: 20px;
    }

        .home-demo.two .item:hover h2 {
            font-size: 14px;
            /*font-family: "Poppins";*/
            color: rgb(255, 255, 255);
            line-height: 1.2;
        }

    .home-demo.two h2 {
        text-align: left;
    }

    .home-demo.two .item:hover button.cust-btn::after {
        content: url("/content/assets/img/cust-btn-w.png");
    }

    .home-demo.two .item:hover .content-box div, .home-demo.two .item:hover .content-box button {
        color: white;
    }

    .front_end, .back_end {
        padding: 30px;
        min-height: 100px;
        background-color: #2649bd;
    }

        .front_end:hover, .back_end:hover {
            padding: 30px;
            min-height: 100px;
            transition: all 0.8s ease;
            background-color: #ffe500;
        }

    .front_end, .back_end {
        text-align: center;
        color: white;
    }

    .big_font {
        font-size: 4em;
        text-shadow: 0px 3px 3px #000000;
        margin: 0 auto;
    }

    .fr_bg h4 {
        background-color: #0a2377;
        font-size: 1.5em !important;
        text-align: center !important;
        color: white !important;
        padding: 10px;
        margin: 0px !important;
        margin-bottom: 10px;
        text-shadow: 0px 3px 3px #000000;
        font-family: "Poppins" !important;
    }

    .fr_bg {
        margin-bottom: 20px;
    }

        .fr_bg a {
            border: none !important;
        }


    .pdp-price-card .btn {
        font-size: 12px;
    }

    .pdp-price-card .btn-primary.btn-outline {
        border: none !important;
    }

    @media(min-width:0px) and (max-width:1279px) {
        ul.pdp-tab-list {
            display: none
        }


        .modal-open .modal {
            margin-top: 31px;
        }
    }

    .wizard li.active:after {
        left: 0px;
        right: 0px;
        text-align: center;
        margin: 0 auto;
        width: 20px;
    }

    span.round-tab {
        margin: 0 auto;
        left: 0px;
        right: 0px;
        top: -1px !important;
    }


    .pdpmain {
        padding-top: 15px;
        display: inline-block;
    }

    span.ltext-lbox .la, .pl-page span.ltext-lbox .svg-inline--fa {
        background: #ccc;
        color: white;
        border-radius: 100%;
        padding: 4px;
        width: 30px;
        height: 30px;
        margin: 2px;
        float: left;
        font-size: 22px;
        cursor: pointer;
    }

    .la.la-share-alt .myDIVx {
        display: none;
        background: white;
        z-index: 9;
        position: absolute;
        box-shadow: 0px 0px 5px #cacaca;
    }

        .la.la-share-alt .myDIVx ul {
            margin: 0;
            padding: 3px;
        }

            .la.la-share-alt .myDIVx ul li a i {
                background-color: transparent;
            }

            .la.la-share-alt .myDIVx ul li:first-child {
                background: #3c63f5;
                color: white;
            }

            .la.la-share-alt .myDIVx ul li:nth-child(2) {
                background: #ff6060;
                color: white;
            }

            .la.la-share-alt .myDIVx ul li:last-child {
                background: #43b2ff;
                color: white;
            }

            .la.la-share-alt .myDIVx ul li {
                border-radius: 100px;
                margin: 3px;
                float: left;
            }

            .la.la-share-alt .myDIVx ul li {
                overflow: hidden;
            }


    @media(min-width:0px) and (max-width:768px) {

        .pdp-rating {
            display: inline-block;
            font-size: 0.95em;
        }

        .user-rate-star {
            margin: 10px 10px;
        }
    }

    .slide-head-noimage {
        position: absolute;
        top: 30px;
        left: 5px;
        width: 300px;
        text-align: left;
        margin-left: 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .owl-carousel3 .item .slide-head-noimage {
        position: absolute;
        width: 200px;
        text-align: left;
        margin-left: 20px;
        font-size: 1em;
        line-height: initial;
    }


    .plusminu {
        padding: 0;
        margin: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 85%;
        float: none;
    }

        .plusminu .matform {
            background-color: #f6f6f6;
            box-shadow: 0 1px 2px #a29f9f;
            padding: 0;
            margin-bottom: -20px;
            margin-top: 20px;
        }


#my-slider {
    width: auto;
    /*border: 1px #ccc solid;*/
    border-radius: 10px;
    overflow: visible;
    min-height: 200px;
    max-height: 500px;
}


    @media (max-width: 640px) {

        #my-slider .crs-bar-roll-current {
            width: 35px;
            height: 35px;
        }

        #my-slider .crs-bar-roll-item {
            width: 30px;
            height: 30px;
        }
        .wizard > div.wizard-inner {
            clear:both;
        }
    }

    .show-white-space {
        white-space: pre-wrap;
    }

.truncate-overflow {
    --max-lines: 3;
    position: relative;
    max-height: calc(var(--lh) * var(--max-lines));
    padding-right: 1rem; /* space for ellipsis */
    overflow: hidden;
}

        .truncate-overflow::before {
            position: absolute;
            content: "...";
            /* tempting... but shows when lines == content */
            top: calc(var(--lh) * (var(--max-lines) - 1));
            /*
  inset-block-end: 0;
  inset-inline-end: 0;
  */
            bottom: 0;
            right: 0;
        }

        .truncate-overflow::after {
            content: "";
            position: absolute;
            /*
  inset-inline-end: 0;
  */
            right: 0;
            /* missing bottom on purpose*/
            width: 1rem;
            height: 1rem;
            background: white;
        }

    :root {
        /* Not my favorite that line-height has to be united, but needed */
        --lh: 1.4rem;
    }

    html {
        line-height: var(--lh);
    }


.pdp-feat-list span {
    vertical-align: top;
    margin-left: 0;
}
.pdp-feat-list .col-md-1.padR0 {
    padding-right: 0;
}

.ltext-ftrs span {
    font-family: Poppins !IMPORTANT;
    font-size: 13px;
}

.ltext-ftrs span::before {
    content: "";
    background: #5bb660;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 0;
}

.ltext-ftrs strong {
    width: 100%;
    float: left;
    color: #777;
}

.ltext-ftrs span {
    padding-left: 14px;
    position: relative;
    float: left;
    width: 100%;
    font-weight: normal;
}

.ltext-ftrs span {
    color: #777;
}
.list-group-item-text {
    text-align:left;
}


#pdp-spec-wrap .padLR0 {
    padding-left: 0;
    padding-right: 0;
}

.pdp-spec-item {
    padding: 0 !important;
    border-radius: 5px !important;
    margin-bottom: 10px;
}

.pdp-spec-left {
    background: #cfd2da;
    padding: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #333;
    font-weight: 600;
    padding-left: 10px !important;
}

.pdp-spec-right {
    background: #fff;
    padding: 5px;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pdp-spec-left .fa-arrow-right {
    display: inline-block;
    vertical-align: middle;
}

.pdp-spec-left span.spec-item-desc,
.pdp-spec-right span.spec-item-feat {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footerprodlisting .template-thumb {
    padding: 20px;
    border: 1px solid #f7f7f7;
    border-radius: 20px;
    background: #ffffff;
    border-radius: 10px 10px;
    box-shadow: 0 1px 8px rgba(0,0,0,.1);
    overflow: hidden;
}

.footerprodlisting .slide-head-noimage {
    width: 200px !important;
    font-size: 16px;
}

span.spec-item-feat a.fab, span.spec-item-feat a.fa {
    padding-left: 5px;
    font-size: 14px;
}

.free_premium {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #f2e801;
    color: #000;
    padding: 5px 10px;
    font-size: 0.8em;
}
    .free_premium.Premium {
        background-color: #8ee701;
    }

    .free_premium::before {
        width: 0px;        
        border-left: 15px solid #282b33;
        border-bottom: 11px solid transparent;
        border-top: 0px solid transparent;
        position: absolute;
        right: 0px;
        top: 26px;
        content: "";
    }

.selecttemplisting  i.fa.fa-arrow-left {
    background: blue;
    color: white;
    padding: 5px;
    border-radius: 12px;
}

.selecttemplisting  i.fa.fa-arrow-right {
    background: blue;
    color: white;
    padding: 5px;
    border-radius: 12px;
}

.pdp-price-card h5 span {
    line-height: 2em;
}
h5.headertext {
    display:none;
}
.pdp-tab-list-wrap.fixed h5.headertext {
    display: block;
    float: left;
    padding: 0px 5px;
    font-weight: bold;
    /*color: #2454f4;*/
}
.pdp-tab-list-wrap.fixed ul.pdp-tab-list {
    text-align: right;    
    margin-top:10px;
}
.pdp-price-card ul.price-points li i {
    position: absolute;
    right: 10px;
    /* border-bottom: 1px solid #ccc; */
    margin-top: 5px;
}
.pdp-price-card ul.price-points li {
    line-height: 1.8;
    padding-right: 10px;
    border-bottom: 1px solid #ccc;
}
.user-rate-meta {
    background: #fff !important;
    padding: 20px 30px !important;
    margin-left: 0px !important;
}


.softwarereviews .col-md-3.col-sm-4.col-xs-12 {
    background-color: #3252cb !important;
    border-radius: 10px;
    overflow: hidden;
    padding-right: 0px;
}

.user-rate-meta {
    float: right;
    width: 50%;
}

/*.pdp-rating-wrap .pdp-rating-item {
    overflow: hidden;
}*/

h1 {
    font-size: 18px;
    font-weight: bold;
}
.bottomcenter {
    position: absolute;
    bottom: 12px;
    text-align: center;
    width: 100%;
}
@media(min-width:0px) and (max-width:1023px) {

    .platformContent div {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px 5px !important;
        display: block !important;
    }
}
/*New Pricing Style CSS*/
.marB10 {
    margin-bottom: 20px;
}

.marB5 {
    margin-bottom: 5px;
}

.dim-marketing-signup {
    color: #000;
}

    .dim-marketing-signup input[type=text], .dim-marketing-signup input[type=password] {
        width: 100%;
        padding: 15px;
        margin: 5px 0 5px 0;
        display: inline-block;
        border: none;
        background: #f1f1f1;
    }

        .dim-marketing-signup input[type=text]:focus, .dim-marketing-signup input[type=password]:focus {
            background-color: #ddd;
            outline: none;
        }

    .dim-marketing-signup button {
        background-color: #4CAF50;
        color: white;
        padding: 5px 10px;
        margin: 8px 10px 8px 0;
        border: none;
        cursor: pointer;
        width: 120px;
        opacity: 0.9;
        font-size: 1.15em;
    }

        .dim-marketing-signup button:hover {
            opacity: 1;
        }

    .dim-marketing-signup .cancelbtn {
        padding: 5px 10px;
        background-color: #f44336;
        font-size: 1.15em;
    }

    .dim-marketing-signup .container {
        padding: 16px;
    }

    .dim-marketing-signup .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #474e5d;
        padding-top: 50px;
    }

    .dim-marketing-signup .modal-content {
        background-color: #fefefe;
        margin: 5% auto 15% auto;
        border: 1px solid #888;
        width: 100%;
        padding: 0 20px 20px;
    }

    .dim-marketing-signup hr {
        border: 1px solid #f1f1f1;
        margin: 5px auto;
    }

    .dim-marketing-signup .close {
        position: absolute;
        right: 35px;
        top: 15px;
        font-size: 40px;
        font-weight: bold;
        color: #f1f1f1;
    }

        .dim-marketing-signup .close:hover,
        .dim-marketing-signup .close:focus {
            color: #f44336;
            cursor: pointer;
        }

    .dim-marketing-signup .clearfix::after {
        content: "";
        clear: both;
        display: table;
    }

@media screen and (max-width:1440px) {
    .dim-marketing-signup button {
        max-width: 100px;
    }
}

@media screen and (max-width:300px) {
    .dim-marketing-signup .cancelbtn, .dim-marketing-signup .signupbtn {
        width: 100%;
    }
}

.dyk-item p {
    max-width: 85%;
    margin: 10px auto;
}

#accordion1 .panel-group {
    padding-top: 50px;
}

#accordion1 .panel-default {
    border-radius: 0;
    border: none;
    background: none;
    margin-bottom: 0;
    padding-bottom: 14px;
}

    #accordion1 .panel-default > #accordion1 .panel-heading {
        border: none;
        background: none;
        padding: 0;
    }

    #accordion1 .panel-default > .panel-heading + #accordion1 .panel-collapse .panel-body {
        border: none;
        padding: 0 0 0 32px;
    }

    #accordion1 .panel-default h5 {
        font: 300 19px "Open Sans", Arial, sans-serif;
        padding: 0;
        margin: 0 0 5px;
    }

#accordion1 .panel-group .panel + #accordion1 .panel {
    margin-top: 15px;
}

#accordion1 .panel-default .accordion-toggle:before {
    content: "";
    width: 21px;
    height: 21px;
    display: inline-block;
    background: #ef7b17 /*url(http://keenthemes.com/assets/bootsnipp/toggle-icons.png)*/ no-repeat 6px 10px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

#accordion1 .panel-default .collapsed:before {
    background: #6b5cee /*url(http://keenthemes.com/assets/bootsnipp/toggle-icons.png)*/ no-repeat 6px -148px;
}

#accordion1 .panel-default .panel-title:hover .collapsed:before {
    background-color: #ef7b17;
}

#accordion1 .panel-default .accordion-toggle,
#accordion1 .panel-default .accordion-toggle:focus,
#accordion1 .panel-default .accordion-toggle:hover,
#accordion1 .panel-default .accordion-toggle:active {
    color: #fff;
    text-decoration: none;
}

#accordion1 .panel-default .collapsed {
    color: #fbfbfb;
}

.try-btn {
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #ff6b0a;
    border: none;
    border-radius: 20px;
    padding: 7px 15px;
    font-size: 1.15em;
}

    .try-btn:hover, .try-btn:focus, .try-btn:active {
        background: #f3680d;
    }

.wht-happen-online, .wht-dima-do {
    border: none !important;
    padding: 20px;
}

.dyk-slider .slick-dots {
    bottom: 15%;
}

    .dyk-slider .slick-dots li button:before {
        font-size: 13px;
    }

@media(max-width:767px) {
    .ami-sec-item img, .ami-sec-item .ami-sec-text {
        display: block;
    }

    .col-md-6.col-xs-12.dyk-box {
        margin-bottom: 20px;
    }

    .dyk-slider .slick-dots {
        bottom: -15%;
    }

    .mob-text-center {
        text-align: center;
    }

    .wht-happen-online, .wht-dima-do {
        border: none !important;
        padding: 20px;
        margin: 10px 0;
    }
}

ul#feat-sidebar {
    padding: 40px 0;
}

    ul#feat-sidebar li a {
        color: #333;
        display: block;
        padding: 10px 20px;
        text-decoration: none;
        font-size: 15px;
    }

        ul#feat-sidebar li a img {
            margin-right: 5px;
        }

#feat-sidebar li {
    padding-left: 0px;
}

    #feat-sidebar li a {
        text-decoration: none;
        border-radius: 0;
        padding: 10px 15px;
        border-bottom: 1px solid #ccc;
    }

#feat-sidebar > li.active > a, #feat-sidebar > li.active > a:hover, #feat-sidebar > li.active > a:focus {
    color: #ffffff !important;
    background-color: #6146c2;
    outline: 0;
}

.feat-wrap .mainprag p, .feat-wrap .tab-content p {
    font-size: 18px;
    color: #333;
    font-weight: 300;
    line-height: 32px;
}

.feat-wrap .righttopprag p {
    color: #333;
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 32px;
}

#sidebarCollapse.sticky {
    position: fixed;
    z-index: 9;
    top: 9%;
    left: 0;
    right: 0;
}

@media(max-width:991px) {
    body {
        overflow-x: hidden;
    }

    ul#feat-sidebar {
        padding: 0 0;
        position: absolute;
        left: -100%;
    }

    button#sidebarCollapse {
        padding: 10px 20px;
        border-radius: 0;
        background: #e57d20;
        color: #fff;
    }

    ul#feat-sidebar.mob-feat-show {
        position: relative;
        left: 0;
    }

    #feat-sidebar li {
        padding-left: 0px;
    }

    .mob-marT20 {
        margin-top: 20px;
    }
}

a.get-start-btn {
    background: #ffffff;
    color: #6c5ff4;
    padding: 7px 40px;
    border-radius: 25px;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    transition: all .3s ease-in-out;
}

    a.get-start-btn:hover,
    a.get-start-btn:focus,
    a.get-start-btn:active {
        background: #6E64FE;
        color: #fff;
        text-decoration: none;
        outline: 0;
    }

.web-mobile-design {
    background: url(../img/services-new.png) no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.digital-marketing-branding {
    background: url(../img/marketing-branding-new.jpg) no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.erp-integration {
    background: url(../img/erp-integration.jpg) no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.industry-soltions {
    background: url(../img/industry-solutions-new.jpg) no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    margin-top: -20px;
}

@media(max-width:1199px) {
    #navbar .navbar-right {
        float: none !important;
        margin-right: 0 !important;
    }

    .serleft h1 {
        margin-bottom: 0px;
    }

    .serright h3 {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .banbtn {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .prosolu h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .prosolu h3 {
        margin-bottom: 10px;
    }
}

.bus-need-feat-benef ul {
    padding-left: 20px;
}

.mobility-sec-item img,
.mobility-sec-item .mobility-sec-text {
    display: inline-block;
    vertical-align: middle;
}

@media(min-width:1290px) {
    .mobility-sec-item .mobility-sec-text {
        max-width: 85%;
    }
}

.time_presence {
    min-height: 200px
}

    .time_presence h2 {
        text-align: center;
        font-size: 1.5em;
        font-weight: 700;
        color: #a727b3
    }

.time_zone {
    padding: 5% 0;
    background-image: url(//www.futurismtechnologies.com/wp-content/themes/futurism/images/timezone-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom
}

.Head_strong {
    font-weight: bolder;
    font-size: 2em;
    text-align: center;
    margin-bottom: 5px
}

.time_zone p {
    text-align: center;
    font-size: .9em;
    line-height: 1.8;
    text-align: center;
    min-height: 20px
}

.time_zone a {
    text-align: center;
}

.time_zone h5 {
    font-size: 1em
}

@media(max-width:991px) {
    .mobmarT20 {
        margin-top: 20px;
    }
}

@media screen and (min-width:991px) {
    #gallery {
        padding: 40px 30px 60px 30px;
    }

    #gallery2 {
        padding: 20px 20px;
    }

    #gallery3 {
        padding: 20px 20px;
    }
}

.img-wrapper, .img-wrapper2, .img-wrapper3 {
    position: relative;
    margin-top: 15px;
}

    .img-wrapper img,
    .img-wrapper2 img
    .img-wrapper3 img {
        width: 100%;
    }

.img-overlay,
.img-overlay2,
.img-overlay3 {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

    .img-overlay i, .img-overlay2 i, .img-overlay3 i {
        color: #fff;
        font-size: 3em;
    }

#overlay, #overlay2, #overlay3 {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #overlay img, #overlay2 img, #overlay3 img {
        margin: 0;
        width: 80%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 5%;
    }

@media screen and (min-width:768px) {
    #overlay img, #overlay2 img, #overlay3 img {
        width: 80%;
    }
}

@media screen and (min-width:1200px) {
    #overlay img, #overlay2 img, #overlay3 img {
        width: 80%;
    }
}

#nextButton, #nextButton2, #nextButton3 {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

    #nextButton:hover, #nextButton2:hover, #nextButton3:hover {
        opacity: 0.7;
    }

@media screen and (min-width:768px) {
    #nextButton, #nextButton2, #nextButton3 {
        font-size: 3em;
    }
}

#prevButton, #prevButton2, #prevButton3 {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

    #prevButton:hover, #prevButton2:hover, #prevButton3:hover {
        opacity: 0.7;
    }

@media screen and (min-width:768px) {
    #prevButton, #prevButton2, #prevButton3 {
        font-size: 3em;
    }
}

#exitButton, #exitButton2, #exitButton3 {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

    #exitButton:hover, #exitButton2:hover, #exitButton3:hover {
        opacity: 0.7;
    }

@media screen and (min-width:768px) {
    #exitButton, #exitButton2, #exitButton3 {
        font-size: 3em;
    }
}

body.noscroll {
    overflow: hidden;
}

li.dropdown.open ul.dropdown-menu li {
    border-bottom: 1px dashed #6b5cef;
}

    li.dropdown.open ul.dropdown-menu li:last-child {
        border-bottom: none;
    }

.dimensions-commerce .spacer-div {
    margin: 40px 0;
}

.dimensions-marketing {
    background: #fafbfd;
    padding: 20px 0 0;
}

    .dimensions-marketing .spacer-div {
        margin: 80px 0;
    }

    .dimensions-marketing .more-button a {
        margin: 10px 0;
        display: inline-block;
        border: none;
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c;
        font-size: 1em;
        padding: 5px 10px;
        border-radius: 5px;
    }

.featured-list-wrap {
    margin-top: 10px
}

    .featured-list-wrap:after {
        position: relative;
        display: block;
        clear: both
    }

.dimensions-marketing .featured-list-wrap ul li:last-child:hover {
    z-index: 0;
    background: transparent;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.text .short-text h4,
.text .long-text h4 {
    color: #ffc251;
    font-weight: 700;
    font-size: 150%;
}

.featured-list-wrap ul {
    margin: 0;
    padding: 0
}

    .featured-list-wrap ul li {
        list-style: none;
        padding: 0 1em;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
        border-radius: 6px;
        background: #fff;
        -webkit-box-shadow: 7px 26px 45px 0 rgba(0, 0, 0, .08);
        box-shadow: 7px 26px 45px 0 rgba(0, 0, 0, .08);
        margin-bottom: 1em;
        text-align: left;
        position: relative;
    }

        .featured-list-wrap ul li .long-text,
        .featured-list-wrap ul li .short-text {
            position: relative;
            padding-top: 0px;
            padding-bottom: 1em
        }

        .featured-list-wrap ul li .short-text {
            display: none
        }

        .featured-list-wrap ul li .long-text {
            padding-top: 1.5em
        }

        .featured-list-wrap ul li p {
            margin-bottom: 0;
            position: relative;
            z-index: 2;
            padding-left: 0;
        }

        .featured-list-wrap ul li h4 {
            font-weight: 500;
            font-size: 1.1052631579em;
            color: #2b2b2b;
            position: relative;
            z-index: 2;
            padding-left: 0;
            line-height: 1;
            padding-top: 5px;
            margin-bottom: 10px;
        }

            .featured-list-wrap ul li h4.lower-case {
                text-transform: inherit
            }

            .featured-list-wrap ul li h4 span {
                left: 0;
                top: 50%;
                position: absolute;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%)
            }

            .featured-list-wrap ul li h4 img {
                max-width: 26px;
                width: 100%;
                max-height: 26px
            }

        .featured-list-wrap ul li img {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 0;
        }

@media (min-width:992px) {
    .featured-list-wrap ul {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -1em;
        margin-right: -1em
    }

        .featured-list-wrap ul li {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 50%;
            -moz-box-flex: 0;
            flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            background: 0 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            margin-bottom: 0
        }

            .featured-list-wrap ul li .text {
                position: relative
            }

                .featured-list-wrap ul li .text .short-text {
                    -webkit-transition: all .3s ease;
                    -o-transition: all .3s ease;
                    -moz-transition: all .3s ease;
                    transition: all .3s ease;
                    display: block
                }

                    .featured-list-wrap ul li .text .short-text span.arrow {
                        font-size: 14px;
                        color: #989898
                    }

                .featured-list-wrap ul li .text .long-text {
                    -webkit-transition: all .3s ease;
                    -o-transition: all .3s ease;
                    -moz-transition: all .3s ease;
                    transition: all .3s ease;
                    visibility: hidden;
                    opacity: 0;
                    position: absolute;
                    top: 0;
                    left: -1em;
                    right: -1em;
                    background: #fff;
                    padding: 1em;
                    padding-bottom: 20px;
                    border-radius: 6px
                }

    .featured-list-wrap.long-text-only ul li {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 20px
    }

        .featured-list-wrap.long-text-only ul li .text .long-text {
            display: block;
            visibility: visible;
            opacity: 1;
            position: relative;
            left: auto;
            right: auto
        }
}

@media (min-width:1200px) {
    .featured-list-wrap.long-text-only ul li .text .long-text {
        padding-right: 60px
    }
}

@media (min-width:1400px) {
    .featured-list-wrap.long-text-only ul li .text .long-text {
        padding-right: 80px
    }
}

@media (max-width:1279px) {
    .dimensions-marketing {
        background: #fafbfd;
        padding: 20px 0 0;
    }
}

@media(min-width:1280px) {
    .nav-wrap {
        margin-right: 10px;
    }
}

#myModal .modal-backdrop.in {
    opacity: .8;
}

#myModal a {
    text-decoration: none;
    color: #1ab188;
    transition: .5s ease;
}

    #myModal a:hover {
        color: #179b77;
    }

#myModal .form {
    background: rgba(255,255,255,1);
    padding: 40px;
    max-width: 600px;
    margin: 40px auto;
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

#myModal .tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

    #myModal .tab-group:after {
        content: "";
        display: table;
        clear: both;
    }

    #myModal .tab-group li a {
        display: block;
        text-decoration: none;
        padding: 15px;
        background: rgba(160, 179, 176, 0.25);
        color: #a0b3b0;
        font-size: 20px;
        float: left;
        width: 50%;
        text-align: center;
        cursor: pointer;
        transition: .5s ease;
    }

#myModal a.close {
    text-decoration: none;
    color: #ffffff;
    transition: .5s ease;
    opacity: 1;
    margin-right: 0;
    position: absolute;
    right: -1px;
    top: 0px;
    background: #18b187;
    padding: 5px 10px;
}

#myModal .tab-group li a:hover {
    background: #2e6da4;
    color: #ffffff;
}

#myModal .tab-group .active a {
    background: #2e6da4;
    color: #ffffff;
}

#myModal .tab-content > div:last-child {
    display: none;
}

#myModal h1 {
    text-align: center;
    color: #000000;
    font-weight: 300;
    margin: 0 0 40px;
}

#myModal label {
    position: absolute;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    left: 13px;
    color: #ccc;
    transition: all 0.25s ease;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    font-size: 22px;
}

    #myModal label .req {
        margin: 2px;
        color: #ccc;
    }

    #myModal label.active {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        left: 2px;
        font-size: 14px;
    }

        #myModal label.active .req {
            opacity: 0;
        }

    #myModal label.highlight {
        color: #ffffff;
    }

#myModal input, #myModal textarea {
    font-size: 22px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    background: none;
    background-image: none;
    border: 1px solid #a0b3b0;
    color: #ffffff;
    border-radius: 0;
    transition: border-color .25s ease, box-shadow .25s ease;
}

    #myModal input:focus, #myModal textarea:focus {
        outline: 0;
        border-color: #2e6da4;
        color: #000;
    }

#myModal textarea {
    border: 2px solid #a0b3b0;
    resize: vertical;
}

#myModal .field-wrap {
    position: relative;
    margin-bottom: 40px;
}

#myModal .top-row:after {
    content: "";
    display: table;
    clear: both;
}

#myModal .top-row > div {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.top-row > div:last-child {
    margin: 0;
}

#myModal .button {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 15px 0;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #ef7b17;
    color: #ffffff;
    transition: all 0.5s ease;
    -webkit-appearance: none;
}

    #myModal .button:hover,
    #myModal .button:focus {
        background: #f68211;
    }

#myModal .button-block {
    display: block;
    width: 100%;
}

#myModal .forgot {
    margin-top: -20px;
    text-align: right;
}

    #myModal .forgot a {
        color: #941d23;
    }

#myModal .modal-body {
    padding: 0 0px;
}

#myModal .modal-content {
    border: none;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
    box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
}

#myModal .form input::-webkit-input-placeholder {
    color: pink;
}

#myModal .form input::-moz-placeholder {
    color: pink;
}

#myModal .form input:-ms-input-placeholder {
    color: pink;
}

#myModal .form input:-moz-placeholder {
    color: pink;
}

.login-module {
    position: absolute;
    right: 0;
    top: 13px;
}

    .login-module a {
        font-weight: 500;
        color: #000;
        font-size: 1em;
        padding: 7px 20px;
        background-color: #6651d7 !important;
        background-image: none !important;
        box-shadow: none;
        color: #ffffff !important;
        border-radius: 30px;
        transition: .3s ease-in-out;
    }

        .login-module a:hover, .login-module a:focus {
            background: #05446e !important;
            opacity: 1;
            text-decoration: none;
        }

@media(max-width:1600px) {
    .login-module {
        position: absolute;
        right: 0;
        top: 15px;
    }
}

@media(max-width:767px) {
    .nav-wrap {
        margin: 0 auto;
    }
}

#mainSlider h1 {
    font-size: 78px;
    line-height: 110%;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: font 200ms ease-out;
}

#mainSlider #owl-main .caption h1.light-bg, #mainSlider #owl-main .caption h1.medium-bg, #mainSlider #owl-main .caption h1.dark-bg, #mainSlider #owl-main .caption h1.tint-bg {
    font-size: 73px;
}

#mainSlider h4 {
    font-size: 33px;
    line-height: 120%;
}

#mainSlider p {
    font-size: 24px;
    line-height: 150%;
    font-weight: 400;
    letter-spacing: .015em;
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 0;
    transition: font 200ms ease-out, margin 200ms ease-out;
}

#mainSlider .btn {
    background-color: #1ABB9C;
    margin-top: 60px;
    color: #fff;
    margin-bottom: 0;
    transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
}

#mainSlider .btn-large {
    font-size: 18px;
    padding: 18px 70px 20px;
}

.slider-inner ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style: none;
    padding-left: 0;
}

    .slider-inner ul li {
        font-size: 2.3rem;
        line-height: 1.1;
        margin: 0 auto 15px;
        color: #fff;
    }

    .slider-inner ul li {
        padding-left: 1.3em;
    }

        .slider-inner ul li:before {
            content: "\f00c";
            font-family: FontAwesome;
            display: inline-block;
            margin-left: -1.3em;
            width: 1.3em;
        }

.home-overlay {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.wrapper img.hm-banner {
    width: 100%;
}

.home-banner-slider .slick-prev,
.home-banner-slider .slick-next {
    z-index: 99;
}

.slider-text {
    position: absolute;
    top: 12em;
    bottom: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
}

.home-banner-item {
    position: relative;
}

#home-banner-slider {
    position: absolute;
    top: 17em;
    bottom: 0;
    left: 0;
    right: 0;
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    text-align: center;
}

#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

    #myBtn:hover {
        background: #ddd;
        color: black;
    }

@media(max-width:480px) {
    #myVideo {
        width: 320px;
        height: auto !important;
    }

    section#home {
        background: #ea8a2e;
    }
}

.btn-success {
    background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
    background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
    padding: 7px 20px;
    border-radius: 20px;
}

.slider-text img {
    max-width: 300px;
}

.slider-text h2 {
    margin: 10px 0;
    font-size: 300%;
    color: #fff;
}

.slider-text p {
    margin: 10px 0;
    font-size: 200%;
    color: #fff;
}

@media(max-width:1600px) {
    #home-banner-slider {
        top: 6em;
    }
}

@media(max-width:1440px) {
    #myVideo {
        margin: 0 0 4em;
    }
}

@media(max-width:991px) {
    #myVideo {
        margin: 0 0 15em;
        max-width: 100%;
    }

    .home-overlay {
        width: 100%;
        height: 100%;
    }

    .content .slick-prev, .content .slick-next {
        top: 22%;
    }

    .slider-text img {
        max-width: 240px;
    }

    .slider-text h2 {
        margin: 10px auto;
        font-size: 200%;
        max-width: 80%;
    }

    .slider-text p {
        margin: 10px auto;
        font-size: 140%;
        max-width: 80%;
    }
}

@media(max-width:480px) {
    .slider-text img {
        max-width: 180px;
    }

    .slider-text h2 {
        margin: 2px auto;
        font-size: 125%;
        max-width: 90%;
    }

    .slider-text p {
        margin: 2px auto;
        font-size: 100%;
        max-width: 90%;
    }

    #home-banner-slider {
        top: 4em;
    }

    .content .slick-prev, .content .slick-next {
        top: 20%;
    }

    #home-banner-slider .slick-prev {
        left: .5rem !important;
    }

    #home-banner-slider .slick-next {
        right: .5rem !important;
    }

    .slider-text .btn-success {
        margin: 5px 0 0 !important;
        padding: 5px 10px !important;
        font-size: 1em !important;
    }
}

.call-to-action.section-wrap--md {
    padding: 170px 0;
}

.call-to-action.section-wrap {
    padding: 40px 0;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.call-to-action.bg-light {
    background-color: #5c6ac4;
}

.call-to-action h1, .call-to-action h2, .call-to-action h3, .call-to-action h4, .call-to-action h5, .call-to-action h6 {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0em;
    font-weight: 700;
    line-height: 1.5;
    font-size: 3.125em;
    font-family: ProximaNova-Bold;
    line-height: 1em;
}

.call-to-action__title {
    font-size: 30px;
}

.call-to-action__dot {
    color: #f36b21;
}

.call-to-action .mt-40 {
    margin-top: 40px;
}

.call-to-action .btn {
    font-family: 'ProximaNova-Regular';
    font-weight: 700;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.14em;
    border-radius: 3px;
    border: none;
    transition: all 0.2s ease-in-out;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .call-to-action .btn.btn-trial {
        background: #0072BB;
    }

    .call-to-action .btn.btn-expert {
        background: #FF4C3B;
    }

.call-to-action .btn-lg,
.call-to-action .btn-lg.btn-button {
    font-size: 13px;
    padding: 0 34px;
    line-height: 46px;
}

.call-to-action .btn-icon span {
    position: relative;
    display: inline-block;
    left: 0;
    transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
}

.call-to-action .btn-icon > i {
    position: absolute;
    left: auto;
    font-size: 18px;
    width: 36px;
    line-height: 46px;
    background-color: rgba(0, 0, 0, 0.05);
    right: -36px;
    top: 0;
    text-align: center;
    display: block;
    border-radius: 0 3px 3px 0;
    transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
}

.call-to-action .btn:hover {
    color: #fff;
    opacity: .9;
    border-color: transparent;
}

.call-to-action .btn-icon:hover span {
    left: -16px;
}

.call-to-action .btn-icon:hover i {
    right: 0;
}

.filipcontainer p {
    color: #fff;
}

body .textcontainer {
    padding: 40px 0;
    text-align: center;
}

body .particletext {
    position: relative;
}

    body .particletext.confetti > .particle {
        opacity: 0;
        position: absolute;
        -webkit-animation: confetti 3s ease-in infinite;
        animation: confetti 3s ease-in infinite;
    }

        body .particletext.confetti > .particle.c1 {
            background-color: rgba(127, 13, 25, 0.45);
        }

        body .particletext.confetti > .particle.c2 {
            background-color: rgba(22, 122, 198, 0.45);
        }

@-webkit-keyframes confetti {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0%) rotate(0deg);
        transform: translateY(0%) rotate(0deg);
    }

    10% {
        opacity: 1;
    }

    35% {
        -webkit-transform: translateY(-800%) rotate(270deg);
        transform: translateY(-800%) rotate(270deg);
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000%) rotate(1440deg);
        transform: translateY(2000%) rotate(1440deg);
    }
}

@keyframes confetti {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0%) rotate(0deg);
        transform: translateY(0%) rotate(0deg);
    }

    10% {
        opacity: 1;
    }

    35% {
        -webkit-transform: translateY(-800%) rotate(270deg);
        transform: translateY(-800%) rotate(270deg);
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000%) rotate(1440deg);
        transform: translateY(2000%) rotate(1440deg);
    }
}

@media(max-width:767px) {
    .parallax.sign-up {
        padding: 40px 0 !important;
    }

    .call-to-action h1, .call-to-action h2, .call-to-action h3, .call-to-action h4, .call-to-action h5, .call-to-action h6 {
        margin-top: 0;
        margin-bottom: 10px;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 0em;
        font-weight: 700;
        line-height: 1.5;
        font-size: 2.125em;
        font-family: ProximaNova-Bold;
        line-height: 1em;
    }

    .filipcontainer.text-center {
        top: 25em;
    }
}

section.clearfix.intro-sec {
    padding: 40px 0;
    background-color: #fff;
}

.intro-title p {
    margin: 0;
    line-height: normal;
    text-align: center;
}

.intro-title h1 {
    margin: 10px 0 0;
    line-height: normal;
    text-align: center;
}

.intro-title hr {
    max-width: 150px;
    margin: 0 auto;
    border-top: 3px solid #FFD034;
}

.intro-desc p {
    margin: 20px auto 40px;
    max-width: 100%;
    text-align: center;
}

.intro-desc ul li {
    line-height: 1.75;
    font-size: 1.150em;
}

.intro-desc ul {
    margin: 20px 0;
}

.higlight-box {
    background: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(101,105,167,.4);
    box-shadow: 0 0 30px 0 rgba(101,105,167,.4);
    border-radius: 6px;
    letter-spacing: 0;
    padding: 20px;
    margin-bottom: 15px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    text-align: left;
    min-height: 270px;
}

.progress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

    .progress:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 7px solid #eee;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progress .progress-left {
        left: 0;
    }

    .progress .progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 7px;
        border-style: solid;
        position: absolute;
        top: 0;
    }

    .progress .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 75px;
        border-bottom-right-radius: 75px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .progress .progress-right {
        right: 0;
    }

        .progress .progress-right .progress-bar {
            left: -100%;
            border-top-left-radius: 75px;
            border-bottom-left-radius: 75px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
        }

    .progress.red .progress-right .progress-bar,
    .progress.red .progress-left .progress-bar {
        border-color: #FF4C3B;
    }

    .progress.blue1 .progress-right .progress-bar,
    .progress.blue1 .progress-left .progress-bar {
        border-color: #0072BB;
    }

    .progress.yellow .progress-right .progress-bar,
    .progress.yellow .progress-left .progress-bar {
        border-color: #FFD034;
    }

    .progress .progress-value {
        display: flex;
        border-radius: 50%;
        font-size: 36px;
        text-align: center;
        line-height: 20px;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-weight: 300;
    }

        .progress .progress-value div {
            margin-top: 10px;
        }

        .progress .progress-value span {
            font-size: 12px;
            text-transform: uppercase;
        }

    .progress[data-percentage="10"] .progress-right .progress-bar {
        animation: loading-1 1.5s linear forwards;
    }

    .progress[data-percentage="10"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="20"] .progress-right .progress-bar {
        animation: loading-2 1.5s linear forwards;
    }

    .progress[data-percentage="20"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="30"] .progress-right .progress-bar {
        animation: loading-3 1.5s linear forwards;
    }

    .progress[data-percentage="30"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="40"] .progress-right .progress-bar {
        animation: loading-4 1.5s linear forwards;
    }

    .progress[data-percentage="40"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="50"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress[data-percentage="50"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="60"] .progress-right .progress-bar {
        animation: loading-5 1s linear forwards;
    }

    .progress[data-percentage="60"] .progress-left .progress-bar {
        animation: loading-1 1s linear forwards 1s;
    }

    .progress[data-percentage="70"] .progress-right .progress-bar {
        animation: loading-5 1s linear forwards;
    }

    .progress[data-percentage="70"] .progress-left .progress-bar {
        animation: loading-2 1s linear forwards 1s;
    }

    .progress[data-percentage="80"] .progress-right .progress-bar {
        animation: loading-5 1s linear forwards;
    }

    .progress[data-percentage="80"] .progress-left .progress-bar {
        animation: loading-3 1s linear forwards 1s;
    }

    .progress[data-percentage="90"] .progress-right .progress-bar {
        animation: loading-5 1s linear forwards;
    }

    .progress[data-percentage="90"] .progress-left .progress-bar {
        animation: loading-4 1s linear forwards 1s;
    }

    .progress[data-percentage="100"] .progress-right .progress-bar {
        animation: loading-5 1s linear forwards;
    }

    .progress[data-percentage="100"] .progress-left .progress-bar {
        animation: loading-5 1s linear forwards 1s;
    }

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}

.progress {
    margin-bottom: 1em;
}

progressbar {
    display: inline-block;
    width: 100px;
    margin: 1em 5em;
}

.circle, .circle2, .circle3 {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    margin-top: 10px;
    display: block;
    position: relative;
    text-align: center;
}

    .circle:after, .circle2:after, .circle3:after {
        width: 120px;
        height: 120px;
        content: "";
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 30px;
        left: 30px;
    }

    .circle canvas, .circle2 canvas, .circle3 canvas {
        vertical-align: middle;
        border-radius: 50%;
    }

    .circle div, .circle2 div, .circle3 div {
        position: absolute;
        top: 33%;
        left: 48%;
        margin: 1px 0 0 -42px;
        width: 100%;
        text-align: center;
        line-height: 1.5;
        font-size: 18px;
    }

    .circle strong i, .circle2 strong i, .circle3 strong i {
        font-style: normal;
        font-size: 0.6em;
        font-weight: normal;
    }

    .circle span, .circle2 span, .circle3 span {
        display: block;
        color: white;
        margin-top: 12px;
    }

.higlight-text p {
    min-height: 40px;
}

.download-whitpaper {
    background: #f87708;
    padding: 30px 0;
}

    .download-whitpaper img {
        max-width: 500px;
    }

.dw-text h2 {
    margin-bottom: 20px;
    color: #000;
    font-size: 1.5em;
    font-weight: 800;
    word-break: break-word;
}

.dw-text ul {
    padding-left: 20px;
    margin-bottom: 40px;
}

    .dw-text ul li {
        color: #000;
        line-height: normal;
        font-size: 1.150em;
        margin-bottom: 10px;
    }

.one-dimnesion {
    padding: 40px 0 60px;
}

    .one-dimnesion .one-dimension-title {
        margin-bottom: 50px;
    }

        .one-dimnesion .one-dimension-title p {
            text-align: center;
            margin: 10px 0;
            color: #fff;
        }

        .one-dimnesion .one-dimension-title h2 {
            text-align: center;
            margin: 10px 0;
            color: #fff;
        }

        .one-dimnesion .one-dimension-title hr {
            margin: 0 auto;
            width: 150px;
            border-top: 3px solid #fff;
        }

.one-dimension-item {
    background: rgba(255,255,255,0.9);
    padding: 10px 40px 11px 20px;
    color: #fff;
    -webkit-box-shadow: 0 15px 30px 0 rgba(101,105,167,.08);
    box-shadow: 0 15px 30px 0 rgba(101,105,167,.08);
}

    .one-dimension-item h3, .one-dimension-item p {
        color: #323232;
    }

.parallax {
    background-image: url('../img/one-dimnesion-bkg.png');
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .parallax.sign-up {
        padding: 40px 0;
        background-image: url('../img/banner-7.png');
        height: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

.sign-up {
    position: relative;
    top: 0em;
    margin-bottom: 0;
}

.one-dimension-title h3 {
    margin: 10px 0 20px;
    color: #fff;
    font-size: 2.5em;
}

@media(max-width:767px) {
    .one-dimension-title h3 {
        margin: 10px 0;
        color: #fff;
        font-size: 1.55em;
    }

    .sign-up {
        position: relative;
        top: 0;
        margin-bottom: 0;
    }

    .wrapper {
        width: 100%;
        background: none;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .filipcontainer.text-center.wow.fadeInDown.slow {
        position: relative;
        z-index: 9;
        top: 0;
    }

    .call-to-action h2 {
        margin-top: -6em;
        margin-bottom: 0;
    }
}

.one-dimension-item img {
    max-width: 250px;
}

.home-prod-sec a {
    margin: 10px 10px 10px 0;
    display: inline-block;
    background: #574de8;
    border: none;
    border-radius: 0;
    font-size: 1.15em;
}

.one-dim-prod-slider .slick-slide {
    margin: 0 10px;
}

.one-dim-prod-slider .slick-list {
    margin: 0 -10px;
}

.slide-item {
    padding: 20px 0;
    background: white;
    border-radius: 10px;
}

    .slide-item img {
        max-width: 71%;
        margin: 0 auto;
    }

.one-dim-prod-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    bottom: -50px;
}

    .one-dim-prod-slider .slick-dots li {
        margin: 0 0.25rem;
    }

    .one-dim-prod-slider .slick-dots button {
        display: block;
        width: 1rem;
        height: 1rem;
        padding: 0;
        border: none;
        border-radius: 100%;
        background-color: white;
        text-indent: -9999px;
    }

    .one-dim-prod-slider .slick-dots li.slick-active button {
        background-color: #ff4c3a;
    }

.comparison {
    padding: 40px 0;
}

.comparison-title.row-0 {
    display: flex;
    align-items: center;
}

.comparison table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    margin-bottom: 0em;
}

    .comparison table th {
        padding: 0.5em 1em;
        border: none;
        white-space: pre;
        display: inline-block;
        width: 80%;
        text-transform: capitalize;
    }

    .comparison table td {
        padding: 0.5em 1em;
        border: none;
        white-space: pre;
        display: inline-block;
        width: 20%;
        text-transform: capitalize;
    }

    .comparison table tr, .comparison table td, .comparison table th {
        border: none;
        white-space: normal;
        word-break: break-word;
    }

        .comparison table tr:nth-child(odd) {
            background: #efefef;
        }

    .comparison table thead th,
    .comparison table tbody td {
        text-align: center;
    }

.comparison able thead {
    color: white;
    background: #0cf;
}

.comparison table thead th {
    padding: 1em;
}

.comparison table {
    border: none;
}

.comparison .panel-title > a:before {
    float: left !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 15px;
}

.comparison .panel-title > a.collapsed:before {
    float: left !important;
    content: "\f067";
}

.comparison .panel-title > a:hover,
.comparison .panel-title > a:active,
.comparison .panel-title > a:focus {
    text-decoration: none;
}

.comparison .panel-body {
    padding: 0;
    border: none;
}

.comparison .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.comparison .panel-default > .panel-heading {
    color: #fff;
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-color: #b1b1b1;
    border-color: #b1b1b1;
    border-radius: 0;
    border: none;
    font-weight: 700;
}

.comparison .panel-group .panel {
    margin-bottom: -5px;
    border-radius: 4px;
}

.comparison #accordion h4.panel-title a {
    display: block;
    width: 100%;
    font-weight: 700;
    color: #fff;
}

.bg-orange .panel-heading {
    background-color: #f87708 !important;
    border-color: #f87708 !important;
}

.bg-blue .panel-heading {
    background-color: #0198be !important;
    border-color: #0198be !important;
}

.bg-red .panel-heading {
    background-color: #9f1f26 !important;
    border-color: #9f1f26 !important;
}

.comparison h2, .comparison p, .comparison h4, .comparison h3 {
    color: #fff;
}

.comparison h2 {
    font-size: 2.250em;
}

@media(max-width:1600px) {
    .comparison-title.row-0 .ami-sec-text {
        max-width: 80%;
        vertical-align: middle;
        padding-left: 10px;
    }
}

@media(max-width:1440px) {
    .comparison-title .ami-sec-text {
        max-width: 75%;
        vertical-align: middle;
        padding-left: 0px;
    }

    .comparison-title .row.marT40 {
        margin-top: 10px;
    }

    .comparison h2 {
        font-size: 1.87em;
        margin-bottom: 20px;
        margin-top: 0px;
    }
}

@media(max-width:1279px) {
    .comparison table th, .comparison table td {
        white-space: normal;
        display: inline-block;
        width: 50%;
    }

    .panel-group.mobpad0,
    .bg-red.mobpad0,
    .bg-blue.mobpad0,
    .bg-orange.mobpad0,
    .comparison .mobpad0 {
        margin: 0;
        padding: 0;
    }
}

@media(max-width:480px) {
    .comparison-title.row-0 {
        display: block;
        align-items: center;
    }

    .comparison table th {
        white-space: normal;
        display: inline-block;
        width: 80%;
    }

    .comparison table td {
        display: inline-block;
        width: 20%;
    }
}

.hm-feat-item {
    -webkit-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 10px;
    display: inline-block;
    width: 30%;
    margin: 20px;
}

ul.new-feat {
    padding-left: 20px;
}

    ul.new-feat li {
        list-style-type: none;
    }

        ul.new-feat li:before {
            content: "\f00c";
            font-family: FontAwesome;
            display: inline-block;
            margin-left: -1.3em;
            width: 1.3em;
        }

@media(max-width:1279px) {
    .comparison .mobmarB40 {
        margin-bottom: 40px;
    }

    .comparison .ami-sec-item {
        margin-top: 20px;
    }
}

@media(max-width:767px) {
    .comparison-title.row-0 .ami-sec-text {
        max-width: 100%;
        vertical-align: middle;
        padding-left: 0;
        padding: 0;
    }

    .hm-feat-item {
        -webkit-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.08);
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        padding: 10px;
        display: block;
        width: 100%;
        margin: 20px 8px;
    }

    .comparison-title img, .comparison-title h2 {
        display: block;
        vertical-align: middle;
        max-width: 100%;
    }

        .comparison-title img.marB40 {
            margin-bottom: 40px;
        }

    .comparison-title h2 {
        margin-top: 29px;
    }

    .comparison-title .ami-sec-text {
        max-width: 100%;
        vertical-align: middle;
        padding-left: 0px;
    }
}

.pricing {
}

    .pricing .pricing-title {
        margin-bottom: 50px;
    }

        .pricing .pricing-title h2 {
            text-align: center;
            margin: 10px 0;
            color: #fff;
        }

        .pricing .pricing-title hr {
            margin: 0 auto;
            width: 150px;
            border-top: 5px solid #ff4c3a;
        }

.pricing {
    position: relative;
}

    .pricing h2 {
        font-size: 200%;
    }

.price-box {
    background: white;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.21);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.21);
    padding: 0 0 20px;
    max-height: 500px !important;
    overflow: hidden;
    position: relative;
}

    .price-box:hover {
        overflow-y: scroll;
    }

    .price-box h2, .price-box h3 {
        font-size: 200%;
        margin: 0 0 20px;
        text-align: center;
    }

.pricebox-title {
    padding: 20px;
}

.pricebox-content ul {
    margin-left: 0px;
}

    .pricebox-content ul li {
        border-bottom: 1px #ccc dashed;
        padding-bottom: 10px;
        padding-top: 10px;
    }

.price-box ul li {
    list-style-type: none;
}

    .price-box ul li:before {
        content: "\f00c";
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -1.3em;
        width: 1.3em;
    }

.pricebox-slider .slick-slide {
    margin: 0 20px;
}

.pricebox-slider .slick-list {
    margin: 0 -20px;
}

.scroll-anim-container {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 100px;
    right: 20px;
}

    .scroll-anim-container .chevron {
        position: absolute;
        width: 28px;
        height: 8px;
        opacity: 0;
        transform: scale3d(0.5, 0.5, 0.5);
        animation: move 3s ease-out infinite;
    }

        .scroll-anim-container .chevron:first-child {
            animation: move 3s ease-out 1s infinite;
        }

        .scroll-anim-container .chevron:nth-child(2) {
            animation: move 3s ease-out 2s infinite;
        }

        .scroll-anim-container .chevron:before,
        .scroll-anim-container .chevron:after {
            content: ' ';
            position: absolute;
            top: 0;
            height: 100%;
            width: 51%;
            background: #ccc;
        }

        .scroll-anim-container .chevron:before {
            left: 0;
            transform: skew(0deg, 30deg);
        }

        .scroll-anim-container .chevron:after {
            right: 0;
            width: 50%;
            transform: skew(0deg, -30deg);
        }

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.scroll-anim-container .text {
    display: block;
    margin: 0;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 10px;
    color: #333;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: none;
    margin-top: 20px;
    margin-left: 0;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.bhoechie-tab-menu div.list-group > a {
            margin-bottom: 0;
        }

            div.bhoechie-tab-menu div.list-group > a .glyphicon,
            div.bhoechie-tab-menu div.list-group > a .fa {
                color: #5A55A3;
            }

            div.bhoechie-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a.active,
            div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
            div.bhoechie-tab-menu div.list-group > a.active .fa {
                background-color: #5A55A3;
                background-image: #5A55A3;
                color: #ffffff;
            }

                div.bhoechie-tab-menu div.list-group > a.active:after {
                    content: '';
                    position: absolute;
                    right: 100%;
                    top: 50%;
                    margin-top: -13px;
                    border-left: 0;
                    border-bottom: 13px solid transparent;
                    border-top: 13px solid transparent;
                    border-right: 10px solid #5A55A3;
                    border-right-width: 10px;
                    border-right-style: solid;
                    border-right-color: rgb(90, 85, 163);
                }

div.bhoechie-tab-content {
    background-color: #ffffff;
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.benefits {
    background: #fff;
    padding: 0;
}

    .benefits h1 {
        padding-bottom: 10px;
        color: #333;
    }

.benefits-slider {
    margin: 40px 0;
}

    .benefits-slider .slick-slide {
        margin: 0 10px;
    }

    .benefits-slider .slick-list {
        margin: 0 -10px;
    }

    .benefits-slider.slick-slider .slick-prev,
    .benefits-slider.slick-slider .slick-next {
        z-index: 100;
        font-size: 2.5em;
        height: 40px;
        width: 40px;
        margin-top: -20px;
        color: #B7B7B7;
        position: absolute;
        top: 50%;
        text-align: center;
        color: #000;
        opacity: .3;
        transition: opacity .25s;
        cursor: pointer;
    }

        .benefits-slider.slick-slider .slick-prev:hover,
        .benefits-slider.slick-slider .slick-next:hover {
            opacity: .65;
        }

    .benefits-slider.slick-slider .slick-prev {
        left: 0;
    }

    .benefits-slider.slick-slider .slick-next {
        right: 0;
    }

.benefits-slider-item .higlight-box {
    text-align: center;
    background: #ffff;
    box-shadow: none;
    padding: 20px 4px 10px;
}

    .benefits-slider-item .higlight-box:hover {
        transition: none;
        transform: translateY(0px);
    }

.benefits-slider .slick-slide a {
    text-decoration: none;
    color: #000;
}

@media(max-width:767px) {
    .benefits-slider .slick-dots {
        bottom: 0;
    }
}

.dim-portfolio {
    padding: 40px 0;
    background: URL('../img/dim-portfolio-bkg.png');
}

.portfolio-title hr {
    margin: 0 auto;
    width: 150px;
    border-top: 3px solid #fff;
}

.portfolio-slider .slick-slide {
    margin: 0 10px;
}

.portfolio-slider .slick-list {
    margin: 0 -10px;
}

.portfolio-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    bottom: -50px;
}

    .portfolio-slider .slick-dots li {
        margin: 0 0.25rem;
    }

    .portfolio-slider .slick-dots button {
        display: block;
        width: 1rem;
        height: 1rem;
        padding: 0;
        border: none;
        border-radius: 100%;
        background-color: white;
        text-indent: -9999px;
    }

    .portfolio-slider .slick-dots li.slick-active button {
        background-color: #ff4c3a;
    }

#dim-comm .slick-slider .slick-prev,
#dim-comm .slick-slider .slick-next {
    z-index: 100;
    font-size: 2.5em;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    color: #B7B7B7;
    position: absolute;
    top: 50%;
    text-align: center;
    color: #000;
    opacity: .3;
    transition: opacity .25s;
    cursor: pointer;
}

    #dim-comm .slick-slider .slick-prev:hover,
    #dim-comm .slick-slider .slick-next:hover {
        opacity: .65;
    }

#dim-comm .slick-slider .slick-prev {
    left: 0;
}

#dim-comm .slick-slider .slick-next {
    right: 0;
}

#dim-comm .product-images {
    width: 100%;
    margin: 0 auto;
    border: none;
    padding: 20px 20px 0;
}

    #dim-comm .product-images li,
    #dim-comm .product-images figure,
    #dim-comm .product-images a,
    #dim-comm .product-images img {
        display: block;
        outline: none;
        border: none;
    }

    #dim-comm .product-images .main-img-slider figure {
        margin: 0 auto;
        padding: 0 2em;
    }

        #dim-comm .product-images .main-img-slider figure a {
            cursor: pointer;
            cursor: -webkit-zoom-in;
            cursor: -moz-zoom-in;
            cursor: zoom-in;
        }

            #dim-comm .product-images .main-img-slider figure a img {
                width: 100%;
                max-width: 400px;
                margin: 0 auto;
            }

    #dim-comm .product-images .thumb-nav {
        margin: 0 auto;
        padding: 20px 10px;
        max-width: 600px;
    }

        #dim-comm .product-images .thumb-nav.slick-slider .slick-prev,
        #dim-comm .product-images .thumb-nav.slick-slider .slick-next {
            font-size: 1.2em;
            height: 20px;
            width: 26px;
            margin-top: -10px;
        }

        #dim-comm .product-images .thumb-nav.slick-slider .slick-prev {
            margin-left: -30px;
        }

        #dim-comm .product-images .thumb-nav.slick-slider .slick-next {
            margin-right: -30px;
        }

        #dim-comm .product-images .thumb-nav li {
            display: block;
            margin: 0 auto;
            cursor: pointer;
        }

            #dim-comm .product-images .thumb-nav li img {
                display: block;
                width: 100%;
                margin: 0 auto;
                border: 2px solid transparent;
                -webkit-transition: border-color .25s;
                -ms-transition: border-color .25s;
                -moz-transition: border-color .25s;
                transition: border-color .25s;
            }

            #dim-comm .product-images .thumb-nav li:hover,
            #dim-comm .product-images .thumb-nav li:focus {
                border-color: #999;
            }

            #dim-comm .product-images .thumb-nav li.slick-current img {
                border-color: #d12f81;
            }

.dim-comm-content .tabs-right {
    border-bottom: none;
    padding-top: 0;
}

.dim-comm-content .tabs-left {
    border-right: 1px solid #ddd;
}

.dim-comm-content .tabs-right {
    border-left: 1px solid #ddd;
}

    .dim-comm-content .tabs-right > li {
        float: none;
        margin-bottom: 2px;
    }

    .dim-comm-content .tabs-right > li {
        margin-left: -1px;
    }

        .dim-comm-content .tabs-right > li.active > a, #dim-comm-content .tabs-right > li.active > a:hover, #dim-comm-content .tabs-right > li.active > a:focus {
            border-bottom: 1px solid #ddd;
            border-left-color: transparent;
            background: #d6e1eb;
            color: #000;
        }

        .dim-comm-content .tabs-right > li > a {
            border-radius: 0 4px 4px 0;
            margin-right: 0;
            color: #fff;
        }

            .dim-comm-content .tabs-right > li > a:hover {
                color: #000;
            }

.dim-comm-content .tab-content {
    color: #fff;
}

.dim-comm-content {
    position: relative;
    color: #fff;
}

    .dim-comm-content p.general-big-heading {
        font-family: ProximaNova-Regular;
    }

    .dim-comm-content .more-button a {
        margin: 10px 0;
        display: inline-block;
        border: none;
        border-radius: 0;
        font-size: 1.05em;
        padding: 7px 20px;
        border-radius: 10px;
    }

.dimensions-commerce {
    background: #fff;
}

img.img-responsive.center-block.dim-com-img {
    width: 100%;
    margin: 0 -20px;
}

#dim-comm-content h2, #dim-comm-content p, #dim-comm-content h3 {
    color: #fff;
}

.dim-comm-content {
    padding: 40px 20px;
}

.hm-dim-tabs {
    padding: 40px 0;
    background: #1b3e67;
}

.dim-comm-content .title-p {
    margin: 10px 0 20px;
    color: #333;
    font-size: 2.5em;
}

@media(max-width:1440px) {
    .dim-comm-content {
        padding: 0 20px;
    }

        .dim-comm-content .title-p {
            font-size: 1.875em !important;
            margin: 20px 0 10px;
        }
}

@media(max-width:1279px) {
    .mobmarBT20 {
        margin: 20px 0;
    }
}

section.clearfix.dimensions-predict {
    padding: 30px 0 0;
    position: relative;
}

    section.clearfix.dimensions-predict .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,90,0.5);
    }

    section.clearfix.dimensions-predict.marketplace .overlay {
        background: rgba(0,0,90,0);
    }

.dimensions-predict.parallax {
    background-image: url('../img/banner-3.jpg');
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .dimensions-predict.parallax.marketplace {
        background-image: url('../img/cogent-analyzes.jpg');
    }

.dimensions-predict .intro-title h2 {
    color: #fff;
}

.predict-hero-slider {
    margin: 20px 0;
    -webkit-box-shadow: 0 15px 30px 0 rgba(101,105,167,.08);
    box-shadow: 0 15px 30px 0 rgba(101,105,167,.08);
}

    .predict-hero-slider .slick-slide img {
        display: block;
        width: 85%;
        margin: 0 auto;
    }

.predict-hero-item {
    background: transparent;
    padding: 40px 20px;
}

.predict-hero-slider .slick-prev,
.predict-hero-slider .slick-next {
    position: absolute;
    display: block;
    width: 25px;
    height: 50px;
    cursor: pointer;
    background: transparent;
    top: 50%;
    margin-top: 0px;
    font-size: 0;
    border: none;
    z-index: 2;
}

.predict-hero-slider .slick-prev {
    top: 50%;
    left: -100px;
}

.predict-hero-slider .slick-next {
    top: 50%;
    right: -100px;
}

.dimensions-predict .more-button a {
    margin: 10px 0;
    display: inline-block;
    background: #574de8;
    border: none;
    border-radius: 0;
    font-size: 1.05em;
    padding: 7px 20px;
    border-radius: 20px;
}

    .dimensions-predict .more-button a.btn-success {
        background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
        background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
        background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        background-repeat: repeat-x;
        border-color: #3e8f3e;
        margin-left: 10px;
        padding: 7px 20px;
        border-radius: 20px;
    }

.dimensions-predict .ami-sec-text {
    max-width: 100%;
    vertical-align: middle;
    padding-left: 0;
}

.dimensions-predict .general-big-heading {
    font-family: ProximaNova-Regular;
    font-size: 2.5em;
}

.predict-hero-item ul {
    padding: 0;
    list-style: none;
}

li.ami-sec-item {
    list-style: none;
}

@media(max-width:1440px) {
    .predict-hero-slider .slick-slide img {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
}

@media(max-width:1279px) {
    .predict-hero-slider .slick-next {
        top: 42%;
        right: 0px;
    }

    .predict-hero-slider .slick-prev {
        top: 44%;
        left: 0;
    }
}

@media(max-width:767px) {
    .predict-hero-slider .slick-slide img {
        width: 100%;
        margin: 0 auto 40px;
    }

    .dimensions-predict .general-big-heading {
        font-size: 1.875em;
    }

    .dimensions-predict .ami-sec-text h4 {
        font-size: 1em;
    }

    .dimensions-predict .ami-sec-text {
        text-align: left;
    }

    .predict-hero-slider .slick-prev {
        left: -20px;
    }

    .predict-hero-slider .slick-next {
        right: -10px;
    }

    .dimensions-predict .more-button a {
        font-size: 1em;
        padding: 7px 12px;
        border-radius: 20px;
    }
}

.dimensions-ami {
    background: #f7f7f7;
    padding: 20px 0 40px;
}

    .dimensions-ami .spacer-div {
        margin: 80px 0;
    }

    .dimensions-ami .more-button a {
        margin: 10px 0;
        display: inline-block;
        background: #574de8;
        border: none;
        border-radius: 0;
        font-size: 1.05em;
        padding: 7px 20px;
        border-radius: 20px;
    }

.voice-input {
    animation-name: pulse2;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
    right: 15%;
    bottom: 0;
    top: 33%;
    background: #9f2026;
    color: #fff;
    border-radius: 40px;
    font-size: 24px;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 16px 0;
}

@keyframes pulse2 {
    0% {
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
    }

    65% {
        box-shadow: 0px 0px 5px 13px rgba(0,0,0,.3);
    }

    90% {
        box-shadow: 0px 0px 5px 13px rgba(0,0,0,0);
    }
}

@media(max-width:1599px) {
    .dimensions-ami img.pulse {
        max-width: 100%;
    }
}

@media(min-width:1600px) {
    .dimensions-ami img.pulse {
        max-width: 400px;
    }
}

@media(max-width:1279px) {
    .dimensions-ami .more-button a {
        font-size: 1em;
        padding: 7px 12px;
        border-radius: 20px;
    }

    .voice-input {
        position: absolute;
        right: 0;
        bottom: 30%;
        top: auto;
    }

    .dimensions-ami img.img-responsive.mobmarT20.center-block {
        max-width: 100% !important;
    }
}

.dimensions-mobility {
    background: #f17607;
    padding: 20px 0;
}

    .dimensions-mobility .spacer-div {
        margin: 80px 0 0;
    }

    .dimensions-mobility .more-button a {
        margin: 10px 0;
        display: inline-block;
        background: #574de8;
        border: none;
        border-radius: 0;
        font-size: 1.05em;
        border-radius: 20px;
        padding: 7px 20px;
        border-radius: 20px;
    }

#dim-mob img {
    max-width: 400px;
    margin: 0 auto 20px;
}

ul.mobility-img li {
    list-style: none;
    display: block;
    width: 100%;
}

    ul.mobility-img li img, ul.mobility-img li h4 {
        display: inline-block;
        vertical-align: middle;
    }

    ul.mobility-img li h4 {
        margin: 0 10px;
        color: #fff;
    }

#dim-mob-content h2,
#dim-mob-content h4,
#dim-mob-content p,
#dim-mob-content .text .short-text h4 {
    color: #fff;
}

#dim-mob-content .text .long-text h4,
#dim-mob-content .text .long-text p {
    color: #000;
}

#dim-mob-content .text .short-text a {
    color: purple;
}

.dimensions-mobility h2,
.dimensions-mobility p.general-big-heading,
.dimensions-mobility p.font-size-20 {
    color: #fff;
}

.dimensions-mobility .text .short-text h4,
.dimensions-mobility .text .short-text p {
    color: #fff;
}

.dimensions-mobility .text .short-text a {
    color: #9F1F26;
}

@media(max-width:767px) {
    ul.mobility-img li h4 {
        margin-bottom: 20px;
    }
}

@media(max-width:767px) {
    .dimensions-mobility .more-button a {
        font-size: 1em;
        border-radius: 20px;
        padding: 7px 12px;
    }
}

.dimensions-connectors {
    background: #fafbfd;
    padding: 40px 0;
    color: #fff;
}

    .dimensions-connectors .spacer-div {
        margin: 80px 0 0;
    }

    .dimensions-connectors .more-button a {
        margin: 10px 0;
        display: inline-block;
        background: #574de8;
        border: none;
        border-radius: 0;
        font-size: 1.05em;
        border-radius: 20px;
        padding: 7px 20px;
    }

        .dimensions-connectors .more-button a.btn-success {
            background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
            background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
            background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
            background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            background-repeat: repeat-x;
            border-color: #3e8f3e;
            margin-left: 10px;
            border-radius: 20px;
            padding: 7px 20px;
        }

@media(max-width:767px) {
    .dimensions-connectors .more-button a {
        font-size: 1em;
        border-radius: 20px;
        padding: 7px 12px;
    }
}

.dimensions-marketplace {
    background: #3c3c3c;
    padding: 40px 0;
}

    .dimensions-marketplace h2,
    .dimensions-marketplace h1,
    .dimensions-marketplace h4,
    .dimensions-marketplace p {
        color: #fff;
    }

    .dimensions-marketplace .dim-comm-content .tabs-right {
        border-right: 1px solid #ddd;
        border-left: none;
    }

        .dimensions-marketplace .dim-comm-content .tabs-right > li > a {
            border-radius: 4px 0 0 4px;
            margin-right: 0;
            color: #fff;
        }

.success-stories {
    padding: 40px 0;
}

.success-text {
    padding: 15px;
    color: #000;
    position: relative;
    margin: 0;
}

.story-title {
    margin-bottom: 20px;
}

    .story-title h3 {
        margin: 0;
    }

.story-btn {
    margin-top: 30px;
}

    .story-btn a {
        font-weight: 500;
        color: #000;
        font-size: 1.05em;
        padding: 7px 20px;
        background-color: #f17507 !important;
        background-image: none !important;
        box-shadow: none;
        color: #ffffff !important;
        border-radius: 30px;
        transition: .3s ease-in-out;
    }

.success-item {
    position: relative;
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 15px auto;
    padding: 30px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.success-img {
    margin: 0;
    padding: 0;
}

.success-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    bottom: -50px;
}

    .success-slider .slick-dots li {
        margin: 0 0.25rem;
    }

    .success-slider .slick-dots button {
        display: block;
        width: 1rem;
        height: 1rem;
        padding: 0;
        border: none;
        border-radius: 100%;
        background-color: #000;
        text-indent: -9999px;
    }

    .success-slider .slick-dots li.slick-active button {
        background-color: #ff4c3a;
    }

.success-slider .slick-slide {
    margin: 0 25px;
}

.success-slider .slick-list {
    margin: 0 -25px;
}

.success-pic-wrap img {
    margin-right: 20px;
}

.success-pic-wrap img, .success-pic-wrap .success-item-title {
    display: inline-block !important;
    vertical-align: middle;
    max-width: 100%;
}

.success-text p i {
    font-size: 48px;
}

.greyed-slider .slick-slide img.img-responsive.center-block {
    max-width: 127px;
    max-height: 65px;
    margin: 0 auto;
}

@media(max-width:991px) {
    .story-desc p {
        padding-left: 8em;
    }

    .success-slider .slick-prev {
        top: 26%;
        left: 1rem;
    }

    .success-slider .slick-next {
        top: 26%;
        right: 1rem;
    }

    .success-pic-wrap img {
        margin-right: 10px;
    }
}

.schedule-demo {
    padding: 40px 0;
}

    .schedule-demo h1, .schedule-demo p.font-size-20 {
        color: #fff;
        text-align: center;
    }

    .schedule-demo.parallax {
        background-image: url('../img/schedule-demo-bkg.png');
        height: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

.rfq.pricing {
    /*padding: 40px 0;*/
    height: 100%;
    background: #fff;
}

.rfq {
    /*padding: 40px 0;*/
    background-image: url('../img/rfq-bkg.png');
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .rfq .rfq-title {
        margin-bottom: 50px;
    }

        .rfq .rfq-title p {
            color: #000;
        }

        .rfq .rfq-title h2 {
            text-align: center;
            margin: 0 0 10px;
            color: #000000;
        }

        .rfq .rfq-title hr {
            margin: 0 auto;
            width: 150px;
            border-top: 5px solid #ff4c3a;
        }

.container.contact-form {
    padding: 20px;
    background: rgba(0,0,0,0.3);
}

@media(max-width:767px) {
    .rfq .rfq-title {
        margin-bottom: 0;
    }
}

.ct-slick-homepage {
    position: relative;
}

.why-dim-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

.ct-slick-homepage .item {
    position: relative;
}

.why-dim-banner-text {
    position: absolute;
    top: 20%;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
}

    .why-dim-banner-text h2,
    .why-dim-banner-text p {
        color: #fff;
    }

.why-dim-banner .slick-prev, .why-dim-banner .slick-next {
    top: 26%;
}

.why-dim-counter {
    padding: 20px 0;
}

    .why-dim-counter h1 {
        color: #fff;
    }

    .why-dim-counter h2 {
        font-size: 1.875em;
    }

    .why-dim-counter .counter {
        background-color: transparent;
        padding: 20px 0;
        border-radius: 5px;
    }

    .why-dim-counter .count-title {
        font-size: 40px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 0;
        text-align: center;
        color: #fff
    }

    .why-dim-counter .count-text {
        font-size: 13px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 0;
        text-align: center;
        color: #fff
    }

    .why-dim-counter .fa-2x {
        margin: 0 auto;
        float: none;
        display: table;
        color: #4ad1e5;
    }

.why-dim-banner .ct-slick-homepage .slick-list {
    height: auto !important;
}

.why-dim-banner-text {
    font-size: 1.5em;
    padding: 0px 30px;
}

.tags {
    padding: 0px 15px;
}

    .tags > div > div {
        position: relative;
        background-color: #000;
        padding: 0px;
        border: 4px #fff solid
    }

    .tags div div img {
        opacity: 0.8;
        transition: 0.3s;
    }

    .tags div div a:hover img {
        opacity: 0.2;
    }

    .tags div div span {
        transition: 0.3s;
        position: absolute;
        position: left;
        display: block;
        top: 50px;
        padding: 15px;
        font-size: 2em;
        z-index: 1000;
        color: #fff;
        width: 100%;
        text-align: left;
    }

    .tags > div > div span p {
        font-size: 1.3rem;
        width: 100%;
        border: none;
        text-align: left;
        color: #fff;
        display: block;
        bottom: 0px;
        opacity: 0;
        transition: 0.3s;
        z-index: 1000;
    }

    .tags div div a:hover span {
        top: 0px;
        transition: 0.3s;
    }

    .tags div div a:hover p {
        opacity: 1;
        transition: 0.3s;
    }

@media(max-width:767px) {
    .tags div div span {
        position: relative;
        top: 0px;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px;
        font-size: 2em;
        z-index: 1000;
        color: #fff;
        width: 100%;
        text-align: left;
    }

    .tags > div > div span p,
    .tags div div a:hover img,
    .tags div div img {
        opacity: 1;
    }

    .tags a {
        text-decoration: none;
    }
}

.portfolio-item {
    height: 320px !important;
    overflow: hidden;
}

.portfolio-item {
    position: relative;
}

    .portfolio-item a:hover::after {
        content: 'Preview';
        padding: 10px;
        background-color: #f87708;
        color: #fff;
        width: 150px;
        text-align: center;
        display: block;
        margin: 0 auto;
        position: absolute;
        bottom: 40%;
        left: 0px;
        right: 0px;
        z-index: 1000px;
    }

    .portfolio-item a::after {
        content: 'Preview';
        padding: 10px;
        background-color: #f87708;
        color: #fff;
        width: 150px;
        text-align: center;
        display: block;
        margin: 0 auto;
        position: absolute;
        bottom: -40%;
        left: 0px;
        right: 0px;
        z-index: 1000px;
    }

    .portfolio-item a::before {
        content: '';
        position: absolute;
        top: 100%;
        bottom: 0%;
        background-color: rgba(0,0,0,0.5);
        display: block;
        left: 0px;
        right: 0px;
        height: 0%;
        transition: 0.3s
    }

    .portfolio-item a:hover::before {
        content: '';
        position: absolute;
        top: 0%;
        bottom: 0px;
        background-color: rgba(0,0,0,0.5);
        display: block;
        left: 0px;
        right: 0px;
        height: 100%;
        transition: 0.3s
    }

@media(min-width:1200px) and (max-width:800000000px) {
    .why-dim-banner {
        height: 400px;
        overflow: hidden;
    }
}

.indus-intro {
    padding: 40px 0;
}

.indus-punch {
    padding: 40px 0;
}

    .indus-punch.parallax {
        background-image: url('../img/indus-bkg.png');
    }

    .indus-punch h2 {
        font-size: 250%;
    }

@media(max-width:1440px) {
    .indus-punch h2 {
        font-size: 200%;
    }
}

@media(max-width:1279px) {
    .indus-punch h2 {
        font-size: 150%;
    }
}

#accordion h4.panel-title {
    position: relative;
}

    #accordion h4.panel-title a {
        display: block;
        width: 100%;
    }

    #accordion h4.panel-title i {
        position: absolute;
        right: 0;
        font-size: 20px;
    }

#frmDemo label {
    color: red;
}

.req-form-container #frmDemo label {
    color: #000;
}

#onload .modal-body {
    background-image: url(../img/GITEX-banner-2019.jpg);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 40px;
}

    #onload .modal-body h1, #onload .modal-body h3, #onload .modal-body h4 {
        color: #fff;
        text-align: center;
    }

#onload .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
    background: #ec8d1c !important;
    padding: 6px !important;
    position: absolute;
    right: 20px;
    top: 1px;
}

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #ffffff;
    background: #f59434;
}

    .btn-toggle:focus,
    .btn-toggle.focus,
    .btn-toggle:focus.active,
    .btn-toggle.focus.active {
        outline: none;
    }

    .btn-toggle > .handle {
        position: absolute;
        top: 0.1875rem;
        left: 0.1875rem;
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 1.125rem;
        background: #fff;
        transition: left 0.25s;
    }

    .btn-toggle.active {
        transition: background-color 0.25s;
    }

        .btn-toggle.active > .handle {
            left: 1.6875rem;
            transition: left 0.25s;
        }

        .btn-toggle.active:before {
            opacity: 0.5;
        }

        .btn-toggle.active:after {
            opacity: 1;
        }

    .btn-toggle.btn-sm:before,
    .btn-toggle.btn-sm:after {
        line-height: -0.5rem;
        color: #fff;
        letter-spacing: 0.75px;
        left: 0.4125rem;
        width: 2.325rem;
    }

    .btn-toggle.btn-sm:before {
        text-align: right;
    }

    .btn-toggle.btn-sm:after {
        text-align: left;
        opacity: 0;
    }

    .btn-toggle.btn-sm.active:before {
        opacity: 0;
    }

    .btn-toggle.btn-sm.active:after {
        opacity: 1;
    }

    .btn-toggle.btn-xs:before,
    .btn-toggle.btn-xs:after {
        display: none;
    }

    .btn-toggle:before, .btn-toggle:after {
        color: #ff4c3a;
    }

    .btn-toggle.active {
        background-color: #0398be;
    }

    .btn-toggle.btn-lg {
        margin: 0 5rem 0rem;
        padding: 0;
        position: relative;
        border: none;
        height: 3.5rem;
        width: 7rem;
        border-radius: 2.5rem;
    }

        .btn-toggle.btn-lg > .handle {
            position: absolute;
            top: 0.3125rem;
            left: 0.3125rem;
            width: 3rem;
            height: 3rem;
            border-radius: 1.875rem;
            background: #fff;
            transition: left 0.25s;
        }

        .btn-toggle.btn-lg.active {
            transition: background-color 0.25s;
        }

            .btn-toggle.btn-lg.active > .handle {
                left: 3.6rem;
                transition: left 0.25s;
            }

            .btn-toggle.btn-lg.active:before {
                opacity: 0.5;
            }

            .btn-toggle.btn-lg.active:after {
                opacity: 1;
            }

.pricebox-title h5 {
    font-size: 100%;
    line-height: 1.5;
    margin-top: -10px;
}

.hm-sec-title h2 {
    font-size: 200%;
    margin: 0 auto 10px;
    color: #fff;
    text-align: center;
}

.dimensions-marketing .hm-sec-title h2,
.dimensions-connectors .hm-sec-title h2,
.dimensions-ami .hm-sec-title h2 {
    color: #000;
}

.hm-sec-title hr {
    margin: 0px auto 20px;
    max-width: 150px;
    border-top: 3px solid #fff;
}

.dimensions-marketing .hm-sec-title hr {
    border-top: 3px solid orange;
}

.dimensions-predict .hm-sec-title hr {
    border-top: 3px solid yellow;
}

.dimensions-ami .hm-sec-title hr {
    border-top: 3px solid red;
}

.dimensions-connectors .hm-sec-title hr {
    border-top: 3px solid #1C3E67;
}

@media(max-width:767px) {
    .hm-sec-title h2 {
        font-size: 150%;
        margin: 0 auto 10px;
        color: #fff;
        text-align: center;
    }
}

section.clearfix.indus-banner {
    position: relative;
}

.indus-banner p {
    position: absolute;
    top: 36%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    color: #fff;
    font-size: 2.5em;
    text-align: center;
    width: 100%;
    display: block;
    background: rgba(0,0,0,0.5);
}

.indus-statement {
    background: #f7f7f7;
    padding: 40px 0;
}

    .indus-statement h2, .indus-statement p, .indus-statement i {
        margin-bottom: 0;
        color: #ed8f1f;
    }

    .indus-statement hr {
        border-color: #ed8f1f;
    }

    .indus-statement h3 {
        color: #fff;
        margin-bottom: 20px;
    }

    .indus-statement h2.quote {
        font-size: 200%;
        position: relative;
    }

        .indus-statement h2.quote::before {
            font-family: FontAwesome;
            content: '\f10d';
            position: absolute;
            left: 0;
            top: -20px;
        }

        .indus-statement h2.quote::after {
            font-family: FontAwesome;
            content: '\f10e';
            position: absolute;
            right: 0;
            bottom: -20px;
        }

    .indus-statement i {
        font-size: 2.5em;
    }

@media(max-width:767px) {
    .indus-banner p {
        max-width: 80%;
        margin: 0 auto;
        font-size: 1em;
    }

        .indus-banner p br {
            display: none;
        }
}

.cs-det-wrap {
    padding: 80px 0;
    background-image: url(../img/case-study-detail-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .cs-det-wrap.bg-2 {
        background-image: none;
        background: #545454;
    }

.cs-title-banner p {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.150em;
}

.cs-title-banner h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 3em;
    margin: 20px auto;
    max-width: 85%;
}

.cs-title-banner h5 span {
    color: #fff;
    font-size: 180%;
}

.cs-title-banner h5 a {
    color: orange;
    text-decoration: none;
    font-size: 200%;
}

.cs-det-slider .container {
    margin: 40px auto;
    padding: 40px 0;
}

.cs-det-text .container {
    background: whitesmoke;
    padding: 20px 40px;
    line-height: 1.5;
    color: #333;
}

    .cs-det-text .container ul {
    }

    .cs-det-text .container ul {
        padding-left: 20px;
    }

        .cs-det-text .container ul li {
            list-style-type: none;
        }

            .cs-det-text .container ul li:before {
                content: "\f00c";
                font-family: FontAwesome;
                display: inline-block;
                margin-left: -1.3em;
                width: 1.3em;
            }

p.big-num {
    font-size: 2em;
    color: #4bab3a;
}

    p.big-num i {
        margin-left: 20px;
    }

.cs-det-slider img {
    max-width: 700px;
    margin: 0 auto;
    display: block;
}

.case-study-title {
    color: #932332;
    font-size: 200%;
    font-family: ProximaNova-Bold;
    max-width: 100%;
    margin: 0 auto 20px;
    line-height: normal;
}

@media(max-width:991px) {
    .cs-det-slider img {
        max-width: 100%;
        margin: 0 auto;
        display: block;
        padding: 0 40px;
    }

    .cs-det-slider img {
        max-width: 100%;
        margin: 0 auto;
        display: block;
        padding: 0 40px;
    }

    .cs-title-banner h5 {
        padding: 0 20px;
    }

        .cs-title-banner h5 span, .cs-title-banner h5 a {
            font-size: 130%;
            line-height: 1.5;
        }
}

h4.hm-price-title {
    margin: 0;
    cursor: pointer;
    background: #23547d;
    color: #fff;
    padding: 10px 20px;
}

.price-table .table {
    margin-bottom: 0px;
    background: #fff;
    color: #333;
    table-layout: fixed;
    width: 100%;
    border: none !important;
}

.price-table .parent-td {
    padding: 0;
}

.price-table .table tr td:nth-child(4) {
    background: #f0862a;
    color: #fff;
}

.price-table table tr td:nth-child(4) .btn-toggle {
    background: #7c0b13;
}

.price-table .table tr:nth-child(1) td.parent {
    background-color: #0398be;
}

.price-table .table tr:nth-child(1) td.parent {
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.show-mob {
    display: none;
}

.hide-mob {
    display: block;
}

.pricing-table-slider {
}

@media(max-width:1199px) {
    .pricing-table-slider .slick-prev,
    .pricing-table-slider .slick-next {
        width: 20px;
        height: 30px;
        top: 20px;
        margin-top: 0px;
        z-index: 2;
    }

        .pricing-table-slider .slick-prev:before, .pricing-table-slider .slick-next:before,
        .pricing-table-slider .slick-prev:after, .pricing-table-slider .slick-next:after {
            background: #f17a18;
        }

    .show-mob {
        display: block;
    }

    .hide-mob {
        display: none;
    }
}

article {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

    article ul {
        display: flex;
        top: 0px;
        z-index: 10;
        padding-bottom: 14px;
    }

    article li {
        list-style: none;
        flex: 1;
    }

        article li:last-child {
            border-right: 1px solid #DDD;
        }

    article button {
        width: 100%;
        border: 1px solid #DDD;
        border-right: 0;
        border-top: 0;
        padding: 10px;
        background: #FFF;
        font-size: 14px;
        font-weight: bold;
        height: 60px;
        color: #999
    }

    article li.active button {
        background: #F5F5F5;
        color: #000;
    }

    article table {
        border-collapse: collapse;
        table-layout: fixed;
        width: 100%;
    }

    article th {
        background: #F5F5F5;
        display: none;
    }

    article td, article th {
        height: 53px;
    }

    article td, article th {
        border: 1px solid #DDD;
        padding: 10px;
        empty-cells: show;
    }

    article td, article th {
        text-align: left;
    }

        article td + td, article th + th {
            text-align: center;
            display: none;
        }

    article tbody td:nth-child(1) {
        background: #e0e0e0;
        border-bottom: 1px solid #ccc;
    }

    article .sep {
        background: #F5F5F5;
        font-weight: bold;
    }

    article .txt-l {
        font-size: 18px;
        font-weight: bold;
    }

    article .txt-top {
        position: relative;
        top: -9px;
        left: -2px;
    }

    article .tick {
        font-size: 18px;
        color: #2CA01C;
    }

    article .hide {
        border: 0;
        background: none;
    }

    article .tick.red {
        color: red;
    }

    article td, article th {
        background: rgba(255,255,255,0.85);
    }

    article thead tr th.shadow,
    article tbody tr td.shadow {
        position: relative;
    }

        article thead tr th.shadow:before,
        article tbody tr td.shadow:before {
            box-shadow: -15px 0 15px -20px inset;
            content: " ";
            height: 100%;
            top: 0;
            left: -15px;
            position: absolute;
            width: 15px;
        }

        article thead tr th.shadow:after,
        article tbody tr td.shadow:after {
            box-shadow: 15px 0 15px -20px inset;
            content: " ";
            height: 100%;
            position: absolute;
            top: 0;
            right: -15px;
            width: 15px;
        }

@media (min-width:640px) {
    article ul {
        display: none;
    }

    article td, article th {
        display: table-cell !important;
    }

    article td, article th {
        width: 330px;
        background: rgba(255, 255, 255, 0.96);
    }

    article th {
        background: rgb(38, 91, 138);
        color: #fff;
    }

        article td + td, article th + th {
            width: auto;
        }
}

@media (max-width:767px) {
    li.bg-blue.default button {
        background: #8aadc4;
        color: #fff;
    }

    article ul {
        padding-left: 0;
        margin: 0 auto;
        border-top: 1px solid #e0e0e0;
    }

    article button {
        padding: 0px;
        font-size: 10px;
    }
}

#addClass {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: float 21s ease-in-out infinite;
    animation: float 21s ease-in-out infinite;
}

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }

    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }

    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

.chatbot-header {
}

.window-title img, .window-title span, .window-controls span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.window-title img {
    max-width: 25px;
}

.window-title span {
    font-size: 1.000em;
    margin-left: 10px;
}

.window-controls {
    padding-top: 0px;
}

.base--p, .base--STYLED p {
    word-break: break-word;
}

.minimize img, .close-btn img {
    max-width: 20px;
}

.pre-header {
    background: #dadada;
    padding: 5px 0;
}

    .pre-header .btn {
        padding: 0 15px;
        border-radius: 5px;
    }

    .pre-header a {
        margin-right: 20px;
        color: #333;
        font-size: 0.90em;
    }

    .pre-header .btn {
        padding: 0 15px;
        border-radius: 5px;
        color: #fff;
    }

.homepage-banner {
    padding: 40px 0;
    min-height: 550px;
    background-image: url(../img/hm-banner-bkg-2.jpg);
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
}

.hm-slider-new .hm-slide-item img {
    max-width: 70%;
    margin: 0 auto;
}

.hm-text h2, .hm-text p, .hm-text h1 {
    color: #000;
}

.hm-text .img-wrap,
.hm-text .text-wrap {
    display: inline-block;
    vertical-align: top;
}

.hm-text .img-wrap {
    max-width: 30%;
}

    .hm-text .img-wrap img {
        max-width: 40px;
    }

.hm-text .text-wrap {
    max-width: 80%;
    padding-left: 20px;
}

    .hm-text .text-wrap h2 {
        margin: 0 auto;
    }

@media(max-width:1440px) {
    .hm-text .text-wrap {
        max-width: 89%;
        padding-left: 30px;
    }

    .hm-text .img-wrap img {
        max-width: 30px;
    }

    .hm-text .img-wrap {
        max-width: 8%;
    }
}

@media(max-width:1279px) {
    .hm-slider-new .hm-slide-item img {
        max-width: 100% !important;
    }
}

@media(max-width:767px) {
    .pre-header .btn {
        padding: 0 5px;
    }

    .pre-header a {
        margin-right: 10px;
        font-size: 0.80em;
    }
}

.pricing-banner {
    padding: 40px 0;
    background-image: url(../img/pricing-banner.jpg);
    background-position: center;
    background-size: cover;
    min-height: 350px;
    position: relative;
}

.pricing-banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.65);
}

section {
    overflow: hidden;
}

.ami-sec-item img {
    transform-origin: center;
    float: left;
    position: relative;
}

.ami-sec-text h4 {
    font-size: 1em !important;
}

.ami-sec-text p {
    font-size: 0.9em !important;
}

.comparison-title .row.marT40 {
    margin-top: 5px;
}

.greyed-slider {
    margin-bottom: 50px !important;
}

.mar2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-success, .bttx, .bttx2, .banbtn p a {
    background-color: #5aca43 !important;
    background-image: none !important;
    border: none !important;
    padding: 9px 20px !important;
    border-radius: 5px !important;
}

    .btn-success:hover {
        background-color: #e37100 !important;
    }

    .actionlogin:hover, .bttx:hover, .bttx2:hover, .banbtn p a:hover {
        background-color: #06335f !important;
    }

.actionlogin {
    height: 35px !important;
    padding: 8px 20px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    background-color: #5aca43 !important;
    color: #fff !important;
    margin-top: 1px;
    position: relative !important;
    font-size: 1em !important;
    margin-left: 10px;
}

.navbar-brand, .navbar-nav > li > a {
    text-shadow: none !important;
}

#fdpricing .container-fluid {
    margin: 20px 80px;
}

article td + td, article th + th {
    width: auto;
    position: relative;
    vertical-align: top;
}

.bg-blue .btn.btn-success {
    position: absolute;
    bottom: 10px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    width: 100px;
}

.hm-slider-new .hm-slide-item img {
    margin-top: 15px;
}

article td {
    border: 1px #ccc solid !important;
}

article table {
    margin-bottom: 15px;
}

#body-wrap img {
    margin: 0 auto !important;
}

.nobg {
    background-image: none !important;
    padding: 20px !important;
}

    .nobg .portfolio-title hr {
        border-top: 3px #000 solid;
    }

    .nobg .portfolio-item {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    }

    .nobg .portfolio-slider .slick-dots li button {
        background-color: #999;
    }

    .nobg .portfolio-slider .slick-dots li.slick-active button {
        background-color: #0e6e93;
    }

    .nobg ~ .case-study {
        padding-top: 0px !important;
    }

@media(min-width:0px) and (max-width:1440px) {
    footer#section8 {
        padding-bottom: 110px;
    }
}

@media(min-width:1441px) and (max-width:800000px) {
    .ami-sec-item {
        margin-bottom: 5px !important;
        margin-top: 5px !important;
    }
}

@media(min-width:1680px) and (max-width:800000px) {
    #fdpricing .container-fluid {
        margin-left: 15px !important;
        margin-right: 15px !important;
        width: 86% !important;
        margin: 0 auto !important;
    }
}

.panel {
    -webkit-box-shadow: none !important );
    box-shadow: none !important;
}

.dyk-box h3 {
    text-align: center !important;
}

.rfq .rfq-title p, .rfq .rfq-title h2 {
    color: #fff;
}

#fdpricing h2 {
    color: #000
}

@media(min-width:1919px) and (max-width:8000px) {
    #navbar ul.navbar-nav li a {
        padding: 10px 12px !important;
    }
}

@media(min-width:1279px) and (max-width:8000000px) {
    .dropdown ul {
        display: none !important;
    }

    .dropdown:hover ul {
        display: block !important;
    }
}
article .txt-l {
    font-size: 14px;
    font-weight: bold;
}
article th {
    background: rgb(36, 84, 244);
    color: #fff;
}

article tbody td:nth-child(1) {
    background: #f0f2f8;
}

article table {
    margin-bottom: 0px;
}
#pricing article table, #fdpricing article table {
    width: inherit !important;
}

#pricing article td, #fdpricing article td, #pricing article th, #fdpricing article th {
    min-width: 300px !important;
    width: 300px !important;
}



#pricing article, #fdpricing article {
    overflow-x: scroll !important;
}



    #pricing article table tr, #fdpricing article table tr {
        display: block;
        position: relative;
    }



    #pricing article tbody td:nth-child(1), #fdpricing article tbody td:nth-child(1) {
        background: #f0f2f8;
        position: sticky;
        top: 0px;
        left: -1px;
        z-index: 1;
    }



th.bg-blue.text-center:nth-child(1) {
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 1;
}

@media(min-width:0px) and (max-width:1023px) {



    #pricing article td, #pricing article th, #fdpricing article td, #fdpricing article th {
        min-width: 180px !important;
        width: 180px !important;
        display: table-cell !important;
    }



    #pricing article ul, #fdpricing article ul {
        display: none !important;
    }



    #pricing article .visible-xs, #fdpricing article .visible-xs {
        display: none !important;
    }
}

#fdpricing .container-fluid {
    width: 100% !important;
    margin: 0px 10px !important;
}
.pdp-price-card .panel.panel-default div.card.card-body { text-align: left !important; padding: 2px 18px !important; }
.heightfixed { Min-height: 153px; border-bottom: 1px #dfdddd solid; margin-bottom: 15px; }
.pdp-price-card .panel-group h4 { font-size: 17px !important;; font-weight: bold; }
.pdp-price-card .panel-group { width: 95%; margin: 0 auto; margin-top: 15px; margin-bottom: 15px; }

.field-validation-error { color: red; }

section#fdpricing { width: 73%; display: block; margin: 0 auto; }
wizard .nav-tabs > li { width: 100%; margin: 0 auto; display: block; }

@media screen and (max-width: 1280px) {
    section#fdpricing { width: 80%; }
}

@media screen and (max-width: 1024px) {
    section#fdpricing { width: 98%; }
}

@media screen and (max-width: 991px) {
    .pdp-price-card .btn { font-size: 11px; margin-top: 10px; }
    #fdpricing article th { min-width: 180px !important; width: 230px !important; }
    section#fdpricing { width: 76%; }
}

@media screen and (max-width: 768px) {
    section#fdpricing { width: 96%; }
}
.toggle.btn { width:100px !important; border:1px solid #bbb !important; }
.crs-wrap {
  position: relative;
  box-sizing: border-box;
}
.crs-wrap * {
  box-sizing: border-box;
}
.crs-screen {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}
.crs-screen-roll {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  transition: left 0.5s;
}
.crs-screen-item {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.crs-screen-item-content {
    width: 100%;
    height: calc(100% - 50px);
    font-family: arial;
    padding: 15px;
    overflow: auto;
}
.crs-bar {
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: rgb(36, 87, 243,0.8);
    border-radius: 10px;
    z-index:5;
}

@media(min-width:0px) and (max-width:767px) {
    .crs-bar {
        width: 100%;
        height: 50px;
    }
}
@media(min-width:768px) and (max-width:1024px) {
    .crs-bar {
        width: 100%;
        height: 90px;
    }
}


        .crs-bar-roll-current {
            width: 150px;
            height: 80px;
            border-radius: 12px;
            border: 2px solid white;
            position: absolute;
            z-index: 1;
            left: 0;
            right: 0;
            margin: auto;
            top: 7px;
        }

        .crs-bar-roll-wrap {
            height: 80px;
            overflow: hidden;
            border-radius: 8px;
            position: relative;
            border-radius: 12px;
        }

        .crs-bar-roll {
            height: 80px;
            display: inline-flex;
            flex-wrap: wrap;
            position: absolute;
            left: 0;
            transition: left 0.2s;
            border-radius: 12px;
        }

        .crs-bar-roll-item {
            width: 150px;
            height: 75px;
            border-radius: 8px;
            background-color: #fff;
            background-size: cover;
            background-position: center;
            opacity: 0.85;
            cursor: pointer;
        }

            .crs-bar-roll-item:not(:last-child) {
                margin-right: 10px;
            }


        .crs-screen-item {
            overflow: hidden !important;
            padding: 0px !important;
            transform: scale(0.6);
            transition: 0.3s;
            margin: 0 auto;
            transform-origin: left;
            opacity: 0.7;
            filter: blur(4px);
            border-radius:10px !important;
        }

.notransform {
    transform: none;
    transition: 0.3s;
    margin: 0 auto;
    overflow-y: scroll !important;
    z-index: 2;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 33px -4px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 0px 33px -4px rgba(0,0,0,0.37);
    box-shadow: 0px 0px 33px -4px rgba(0,0,0,0.37);
    filter: inherit;
    opacity: 1;
    border-radius: 10px !important;
}


        .crs-screen-item-content {
            overflow: hidden !important;
        }

        .notransform .crs-screen-item-content {
            overflow-y: scroll !important;
        }
